/srv/irclogs.ubuntu.com/2006/09/16/#ubuntu.txt

Agrajagcwatson: what I said before.12:01
ompaulAgrajag, free or costless?12:01
Agrajagompaul: free, not Free.12:01
ompaulcostless then12:01
Agrajagyes12:01
=== azathoth [n=azathoth@bb4win/creator] has joined #ubuntu
klausossethk, i think that exist a pack called "essentials" os something, how do i install it??12:01
=== reggaemanu [n=manu@ARennes-257-1-175-189.w86-214.abo.wanadoo.fr] has joined #ubuntu
=== SirKillalot [n=sirk@dslb-084-056-089-156.pools.arcor-ip.net] has joined #ubuntu
klausossethk, i had it before, i just don't know how12:01
sethkklausos, sudo apt-get install build-essential12:01
sethkklausos, note, no s at the end12:02
cwatsonI thought the player was free of cost, but the server and workstation cost money.12:02
klausossethk, thank's12:02
mbx2112Tried to install jedit from .deb file, get errors installing and can't purge or remove.... "Package is in a very bad inconsistent state - you should reinstall it before attempting a removal."12:02
mbx2112anyone have any idea how to fix this?12:02
=== ephemeros [n=ephemero@84.232.246.151] has joined #ubuntu
kitchecwatson: they changed it about 5 months or so12:02
=== aceracer24 [n=aceracer@c-67-182-226-119.hsd1.ut.comcast.net] has joined #ubuntu
=== renatofilho [n=renato@200.184.118.132] has joined #ubuntu
cwatsonkitche: sweet12:02
Agrajaganyway, theBeno: vmware serve is fairly easy to install, you get a tarball to extract and you just run a perl script which installs it for you12:02
Vegeta^Has anyone had problems with installing Java, where it freezes on 28%???12:03
AgrajagtheBeno: you'll need to have build-essential and the kernel headers installed though12:03
TheGateKeeper_Vegeta^: you using synaptic?12:03
=== botxj [n=botxj@ip70-187-199-233.dc.dc.cox.net] has joined #ubuntu
THX-1138Vegeta^ - The jave binary downloaded from the Sun site?12:03
Vegeta^TheGateKeeper_: No Add/remove thing12:04
aceracer24Anyone here know InitNG really well?12:04
theBenoAgrajag, awesome.  How do I add build-essentials and kernel headers?12:04
TheGateKeeper_Vegeta^: it will be waiting for you to agree to a licence which you will only see in a terminal12:04
=== gord [i=gord@85-210-11-252.dsl.pipex.com] has joined #ubuntu
Storkmeerm.. how do i make my /dev/ not empty :| ?12:05
AgrajagtheBeno: sudo apt-get install build-essential linux-headers-`uname -r`12:05
=== optimusprime [n=optimusp@53-202-165-66.rev.knet.ca] has joined #ubuntu
=== jono [n=jono@88-107-5-110.dynamic.dsl.as9105.com] has joined #ubuntu
Vegeta^TheGateKeeper_: Is there no way I can accept that in Add/REmove-thing12:05
botxji have a question, can a USB flash drive that's formatted as FAT32 be read in Ubuntu?12:06
=== cwatson [n=cwatson@66.28.19.93] has left #ubuntu []
sethkStorkme, /dev is a pseudo file system created at boot time.  you reboot.12:06
cbx33botxj, yes12:06
sethkStorkme, sorry, I mean created at install time12:06
THX-1138botxj - yes12:06
sethkStorkme, do you delete your /dev?12:06
botxjcbx33: how? please12:06
TheGateKeeper_Vegeta^: I don't use it, if you can open up a terminal to show you the output like synaptic, then yes, otherwise no use the cli12:06
=== LeeJunFan [n=junfan@adsl-69-210-207-5.dsl.klmzmi.ameritech.net] has joined #ubuntu
=== AndroidData [n=androidd@ip56506b7e.direct-adsl.nl] has left #ubuntu []
Storkmesethk, there's a tool for rebuilding it, something like 'mkdev' but i can't find it12:07
=== optimusprime [n=optimusp@53-202-165-66.rev.knet.ca] has joined #ubuntu
sethkStorkme, mkdev is a command, but you need to know all the arguments to it12:07
=== Luci3n [n=clark@adsl-ull-11-233.46-151.net24.it] has joined #ubuntu
sethkStorkme, mkdev creates a single node in a /dev file system12:07
sethkStorkme, you run it once for each node12:07
Storkmeroot@ubuntu64:/dev# mkdev12:07
Storkmebash: mkdev: command not found12:07
cafuegomknod is what he means12:07
sethkStorkme, there is usually a script to create all the nodes, let me see if ubuntu installs is12:07
sethkright, sorry, mknod12:07
dk06how do i shutdown my computer in console?12:08
optimusprimewill I lose anything if I delete the kernel versions that are in the boot loader? I think that thing is called a bootloader?12:08
cafuegosethk: There is, /dev/MAKEDEV12:08
dk06i need to do this now12:08
THX-1138nice catch cafuego12:08
sethkright, /dev/MAKEDEV12:08
botxjhow do i get ubuntu to see my usb flash drive?12:08
kitchedk06: sudo halt12:08
=== sintax] [n=eniac235@6532160hfc14.tampabay.res.rr.com] has joined #ubuntu
dk06thats it?12:08
TheGateKeeper_Vegeta^: http://ubuntuguide.org/wiki/Dapper#How_to_install_J2SE_Runtime_Environment_.28JRE.29_with_Plug-in_for_Mozilla_Firefox12:08
sethkcafuego, but if he deleted his /dev, he deleted his /dev/MAKEDEV also  :)12:08
Storkmewell there isn't any more since /dev/ is mostly empty12:08
sintax] Hey12:08
Storkmewhat a mess12:08
Storkmeapparently /chroot/ was linked somehow to /dev/12:08
sintax] Does ubuntu have full NTFS R/W support ?12:08
sethkStorkme, usually it is a link to /sbin/MAKEDEV12:08
Storkmeso deleting /chroot/ messed with /dev/12:08
THX-1138botxj - first try sudo mount -a  ??12:08
cafuegosethk: It he restarts udev most will probably come back :-)12:08
kitcheStorkme: well you probably broke your system12:09
sethkStorkme, you _deleted_ it instead of umounting it?  ugh12:09
botxjok, THX-1138, i'll try that12:09
Storkmesethk, it wasn't mounted12:09
theBenoAgrajag, how did you look up "build-essential linux-headers-`uname -r`" or did you just know that?12:09
sethkStorkme, things were mounted under it.12:09
Storkmeyes, i got that now12:09
sethkStorkme, if you start a new shell, and do ls /dev,  is it empty?12:09
=== Stork [n=alex@storkey.plus.com] has joined #ubuntu
sethkStorkme, see if you have    /sbin/MAKEDEV12:09
Storkmecan't make a new shell12:10
cafuegoStorkme: See if this helps: sudo /etc/init.d/makedev start12:10
botxjsudo mount -a doesnt seem to work, my flash drive isnt coming on12:10
Storkmei'm gonna drop to terminal, talk to Stork12:10
=== ph8 [n=ph8@81-178-237-252.dsl.pipex.com] has joined #ubuntu
sintax] I have a question lol12:10
ISOLATEDViRuSwhy is it that when i log in as the super user, the GUI doesnt behave with the rights of the SU login...?12:10
THX-1138Storkme CTRL+ALT+F2 ??12:10
Storkheh can't even log in12:10
TheGateKeeper_sintax] : repo for ntfs-3g --> deb http://flomertens.keo.in/ubuntu/ dapper main12:10
THX-1138ouch!12:10
Storki'm royally fucked12:10
=== netcatc [n=netcatc@c9118aeb.bhz.virtua.com.br] has joined #ubuntu
ompaulISOLATEDViRuS, cos it does not have those rights12:11
=== Tonren [n=mcantor@dh115222.bennington.edu] has joined #ubuntu
kitcheStork: what do you mean you can't use a new shell, but of course you deleted your /dev so you probably have to do a reinstall12:11
cafuegostork: /dev/tty2 missing eh?12:11
ompaulISOLATEDViRuS, read the page the bot sent you to read12:11
ompaul!language > stork12:11
=== crocd [n=crocd@lanwan.plus.com] has joined #ubuntu
sintax] page cannot be found12:11
Storkkitche, that would suck.12:11
TonrenHey guys.  Anyone with an HP laptop that has gotten External Monitor to work?12:11
Storksorry ompaul12:11
Storkwell at least i still have my /home/. partition lol12:11
=== Ghost_Printer [n=geek@S0106006067664bde.no.shawcable.net] has joined #ubuntu
Storkoh wait a restart worked12:12
THX-1138Stork - would booting to rescue mode fix anything?12:12
sethkISOLATEDViRuS, it does12:12
Storkhow anticlimactic ?12:12
THX-1138lol12:12
=== Dybber [n=dybber@0x503fdd52.virnxx13.adsl-dhcp.tele.dk] has joined #ubuntu
Storksort of worked12:12
TheGateKeeper_hmm used to work :-(12:12
ISOLATEDViRuSi need to start logging in as root when i login instead of my account.12:12
cafuegoStork: /dev is all dynamically allocated these days, so deleting any of it doesn't really matter.12:12
ISOLATEDViRuSsethk, no it doesnt.12:12
sethkISOLATEDViRuS, ergo, root was not the effective user ID when the gui was started12:12
sethkISOLATEDViRuS, indeed it does.  I just double checked.12:12
ISOLATEDViRuSsethk, sec, ill do it again.12:12
cafuegoStork: if you reboot the box, you should be properly right.12:12
=== politik [n=joel@c-24-61-114-198.hsd1.ma.comcast.net] has joined #ubuntu
ompaulISOLATEDViRuS, you are fighting a loosing battle, why not read the web page and follow the how to use sudo for everything web page cos you really have no need for root12:13
kitcheStork: also what is in /dev is what your system needs to run pretty much12:13
Storkcafuego, i might have deleted more things then just /dev ;\12:13
=== dcroce [n=brandon@c-68-33-178-162.hsd1.va.comcast.net] has joined #ubuntu
ISOLATEDViRuSsethk: isolatedvirus@ubuntuvirus:~$ su12:13
ISOLATEDViRuSPassword:12:13
ISOLATEDViRuSroot@ubuntuvirus:/home/isolatedvirus#12:13
sethkcafuego, if he really deleted his /dev, he needs to boot a live cd and then do a tar copy of the /dev tree to his hard disk12:13
ompaul!paste12:13
ubotupastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (you can always find it in the channel topic, among other useful things)12:13
ISOLATEDViRuSnow to use the gui to view the HDD12:13
TonrenISOLATEDViRuS: what do you need to do as root?12:13
ISOLATEDViRuSYou do not have the permissions necessary to view the contents of "ntfs".12:13
sethkISOLATEDViRuS, at least 10 people have told you that you can simply start the file browser with root privileges12:13
AgrajagISOLATEDViRuS: then you need to fix your permissions.12:14
TheGateKeeper_sintax] : used to work have a look on the ubuntu forums for ntfs-3g12:14
dcrocecan someone help me out here - i can hear system sounds but i cant hear any music playing from mp3s or myspace and I cant listen to online radios... do I need a codex or what's up, anyone know?12:14
AgrajagISOLATEDViRuS: can I see your line in /etc/fstab for that partition?12:14
sethkISOLATEDViRuS, I can't tell from here what you are doing wrong, but you are not accurately describing what you are doing.12:14
=== Shadow_mil [n=charles@SilentFlame/Member/pdpc.active.Shadow-mil] has joined #ubuntu
=== ace [n=ace@dpc6682112161.direcpc.com] has joined #ubuntu
=== klausos [n=klausos@217.129.132.13] has left #ubuntu ["Leaving"]
sethkISOLATEDViRuS, regardless, I told you to use the UID= option on the NTFS mount so that you can see the files as a normal user12:14
AgrajagISOLATEDViRuS: you're trying to fix the wrong problem, which isn't even a problem.12:14
kitchesethk: why would he need to copy over the /dev from a livecd doesn't ubuntu use udev?12:14
=== sharkiezz [n=sharkmas@adsl-221-19-132.rmo.bellsouth.net] has joined #ubuntu
sethkISOLATEDViRuS, I told you that ages ago.12:14
sethkkitche, not for static dev nodes, no.12:15
gumbysooo, i can't install ubuntu, it gets to the screen with ubuntu background and status bar at bottom, i tried reburning cd at 8x, same exact thing as before, so i've no idea what the problem is12:15
politikanyone running edgy yet, with no problems?12:15
TheGateKeeper_dcroce: I use KDE, amarok, xine engine, libxine-extra-codecs12:15
sethkkitche, udev is used for dynamic nodes such as usb connections, etc.12:15
ISOLATEDViRuS# /etc/fstab: static file system information.12:15
ISOLATEDViRuS#12:15
ISOLATEDViRuS# <file system> <mount point>   <type>  <options>       <dump>  <pass>12:15
ISOLATEDViRuSproc            /proc           proc    defaults        0       012:15
ISOLATEDViRuS/dev/hda1       /               ext3    defaults,errors=remount-ro 0       112:15
kitchesethk: well I use a full udev system didn't know ubuntu had a mixed12:15
ISOLATEDViRuS/dev/hda5       none            swap    sw              0       012:15
Vegeta^TheGateKeeper_: I get the error "E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem." what is this?12:15
ISOLATEDViRuS/dev/hdc        /media/cdrom0   udf,iso9660 user,noauto     0       012:15
ISOLATEDViRuS/dev/hdd        /media/cdrom1   udf,iso9660 user,noauto     0       012:15
ISOLATEDViRuS/dev/fd0        /media/floppy0  auto    rw,user,noauto  0       012:15
ISOLATEDViRuS/Dgn-r/ELaptopR  /media/usbdisk  smbfs  username=guest,password=,uid=1000,iocharset=utf8,codepage=unicode,unicode  0  012:15
AgrajagISOLATEDViRuS: just one line, one lien!12:15
ompaulISOLATEDViRuS, I think you should read the page https://help.ubuntu.com/community/RootSudo12:15
Agrajagdon't spam in here please12:15
THX-1138lol - be nice all of were new at one time. this is Ubuntu humanity to others isn't it?12:15
=== mode/#ubuntu [+o ompaul] by ChanServ
=== mode/#ubuntu [+b %*!*@pool-68-163-49-67.phil.east.verizon.net] by ompaul
=== mode/#ubuntu [-o ompaul] by ChanServ
sethkkitche, if that's true, then you have no /dev/hdxx nodes for drives that are not installed?12:15
dcroceTheGateKeeper: I'm using gnome12:15
=== Shadow_mil [n=charles@SilentFlame/Member/pdpc.active.Shadow-mil] has left #ubuntu []
sethkkitche, I've never seen a system like that12:15
sharkiezzhi12:15
TonrenHey guys.  Anyone with an HP laptop that has gotten External Monitor to work?12:15
=== jpc_ [n=Emir@85.106.191.95] has joined #ubuntu
=== LuisMendes [n=luis@201.21.141.221] has joined #ubuntu
=== NthDegree [n=NthDegre@212-1-148-161.dynamic.dsl.as9105.com] has joined #ubuntu
dcroceTheGateKeeper: I will try installing those other packages though12:16
ompaulISOLATEDViRuS, I have just pointed at this: https://help.ubuntu.com/community/RootSudo read it - it will help you I'll remove the ban for pasting in about 1012:16
LuisMendesHELP: my azureus keeps saying 'dht firewalled' but I have no firewall! how can I solve this issue?12:16
sharkiezzi just got a quickie one... i have a laptop with only floppy drive and nic anyone know of a way to put ubuntu on that?12:16
=== iXce is now known as iXce[BNC]
THX-1138ISOLATEDVirus > !paste12:16
TheGateKeeper_Vegeta^: you have broken the package and it needs to be repaired that command in the cli should do the trick12:16
kitchesethk: that's how udev works12:16
sethkompaul, you are at least the fifth person to tell him.  I'm not sure why he wants to keep using stuff that isn't working for him.12:16
sethkkitche, I know how udev works12:16
=== BenC [n=bcollins@72.169.114.90] has joined #ubuntu
AgrajagISOLATEDViRuS: I don't see an fstab entry for "ntfs" in any case12:17
=== Caplain [n=matt@64.detroit-04-05rs.mi.dial-access.att.net] has joined #ubuntu
ompaulsethk, well he can't tell us about it any more for a while12:17
sethkompaul, yes.12:17
AgrajagtheBeno: to answer your question from way back there, I just knew it12:17
Vegeta^TheGateKeeper_: I think it got fixed when I tried "dpkg --configure -a"12:17
sharkiezzso no one here knows how to help me?12:17
AgrajagISOLATEDViRuS: how are you mounting this ntfs drive?12:17
THX-1138ompaul Do you develop any packages for Ubuntu?12:17
sethkkitche, checking my  ubuntu box here, I have 375 /dev/tty* nodes.  I certainly don't have 375 serial ports.12:17
TheGateKeeper_Vegeta^: good :-)12:17
=== NthDegree [n=NthDegre@212-1-148-161.dynamic.dsl.as9105.com] has joined #ubuntu
Vegeta^:)12:17
=== SiRuS [n=srs@adsl-71-141-233-8.dsl.snfc21.pacbell.net] has joined #ubuntu
ompaulTHX-1138, no12:17
=== `m0 [i=m0@unaffiliated/m0/x-04351] has joined #ubuntu
Agrajagsharkiezz: ooh that's a hard one, I don't know if ubunutu has a net installer12:18
jmrpone question, how do i logon to root in ubuntu 6.0612:18
kitchesethk I only have 7 tty*12:18
=== tombs [n=tombs@ip5650dcfa.direct-adsl.nl] has joined #ubuntu
sethksharkiezz, sorry, I've never tried to do ubuntu with floppies.  slackware can do it.12:18
AgrajagI've done it with debian years ago though12:18
=== nozorro [n=orso@tc11-n67-093.de.inter.net] has joined #ubuntu
Agrajag!tel jmrp about rootsudo12:18
Agrajager12:18
ubotuSorry, I don't know anything about tel jmrp about rootsudo - try searching on http://bots.ubuntulinux.nl/factoids.cgi12:18
Agrajag!tell jmrp about rootsudo12:18
sethkkitche, this box is running breezy.  I didn't think they changed that in dapper, but I guess it's possible12:18
THX-1138You are always hare and helpful. - nice12:18
sethkkitche, I'll check my dapper boxes at work on monday.12:18
politikcan someone tell me how well edgy is working? I am trying to install a version of a package that is only in edgy, but it has dependencies that spider out into the rest of edgy12:18
=== beu is now known as beuster
ompaulpolitik, go to #ubuntu+1 to discuss the beta12:19
ompaulthanks12:19
=== HiveChild [n=kvirc@x1-6-00-10-a7-08-8e-f7.k406.webspeed.dk] has joined #ubuntu
kitchesethk: well anyways I m not running ubuntu I have to mount the install cd and play around with it's xorg.conf to make it work on my computer even the alternate cd doesn't work12:19
=== njan [n=james@about/security/staff/njan] has joined #ubuntu
politikompaul: ok, thanks12:19
sethkkitche, that could explain why we have different results  :)12:19
TonrenCan anyone help me get the External Monitor function on my laptop working?12:19
=== seishi [n=Andre__@200.199.44.125] has joined #ubuntu
sethkkitche, even the text mode install?12:19
sethkkitche, what happens?12:19
=== Dace [n=dace@62.142.195.83] has joined #ubuntu
kitchesethk: don't know about the text mode install never knew ubuntu had a text install12:19
kitchesethk: it says can not find /dev/mouse for me for X12:20
sethkkitche, if you boot the alternate cd, the first option on the menu is the text mode install.12:20
sethkkitche, don't see how you could have booted the alternate cd and not seen it.12:20
=== AAAle [n=AAAle@host201-105.pool8250.interbusiness.it] has joined #ubuntu
sethkkitche, /dev/mouse is typically a link.  what kind of mouse is it?12:21
=== charles` [n=charles@71-15-87-167.dhcp.gnvl.sc.charter.com] has joined #ubuntu
=== all-natural [n=all-natu@pool-151-203-182-46.wma.east.verizon.net] has joined #ubuntu
kitchesethk: a ps2 mouse12:21
charles`I'm trying to copy a file that has spaces in the path with scp, I tried escaping them with \'s and quoting the whole path but it isn't working.  Anyone know how it should be done?12:21
sethkkitche, that's bizarre.12:21
sethkkitche, try the text mode install, it should work for you.12:21
=== Ghost_Printer [n=geek@S0106006067664bde.no.shawcable.net] has joined #ubuntu
kitchesethk: the alternate cd I just pressed enter at the boot: screen sicne the cd I had didn't have any menu well at least the menu that I m thinking of12:22
ompaulVanique, Please don't change your nick in a channel with almost 900 in it - if we all did it no one could use the channel, thanks12:22
Tonrencharles`: What error are you getting?  Have you tried using rsync or rscp instead?12:22
sethkkitche, you are talking about the dapper i386 alternate cd?12:22
Vegeta^TheGateKeeper_: Is there a need to install "to install JRE v5.0 Update 8" or is the package already updated?12:23
=== Yahovah [n=yhwh@c-71-203-80-59.hsd1.fl.comcast.net] has joined #ubuntu
kitchesethk: I guess that's what it was got it from ubuntu.com12:23
sethkkitche, possible it's a bad burn?  or bad download?12:23
=== Marsmensch [n=daniel@dslb-084-056-084-231.pools.arcor-ip.net] has joined #ubuntu
Vaniqueompaul: lol, sorry i changed it on another channel actually12:23
=== Cap0ne [n=rola@66.50.226.18] has joined #ubuntu
Vaniqueand here in consequenxce12:23
Vanique:P12:23
ompaulVanique, well please consider where you are12:23
kitchesethk: I didn't pay attention to the exact version anyways I also tried it with breezy and it did the same thing12:24
Vaniquesure12:24
Vaniqueno worires12:24
=== ToonArmy [n=chris@88-105-180-50.dynamic.dsl.as9105.com] has joined #ubuntu
sethkkitche, breezy has only the one install cd, so that part makes sense12:24
TheGateKeeper_Vegeta^: not really sure where is it asking you to do that?12:24
sethkkitche, but dapper has the separate alternate cd.12:24
sethkkitche, at the grub prompt with the alternate cd, read through the help and look for a command to go directly to a text mode install.12:24
charles`Tonren, for example with: scp -r host:/home/username/foo\ bar .12:24
sethkkitche, I'd find it for you but my cd is a work and I'm at home.12:25
=== funkyHat_ [n=matt@cpc7-nthc3-0-0-cust812.nrth.cable.ntl.com] has joined #ubuntu
=== zekica [n=filip@212.62.63.112] has joined #ubuntu
charles`Tonren, I get scp: /home/foo: no such file or directory12:25
=== mode/#ubuntu [+o ompaul] by ChanServ
kitchesethk: yeah I'll look, maybe text would work, see I m use to the more expert install distros12:25
=== mode/#ubuntu [-b %*!*@pool-68-163-49-67.phil.east.verizon.net] by ompaul
=== mode/#ubuntu [-o ompaul] by ChanServ
Vegeta^TheGateKeeper_: Well the next line says, you can update.12:25
charles`Tonren, and scp: bar: No such file or directory.12:26
compilerwriterA friend of mine is trying to install Ubuntu to a hard drive and is running into a monitor refresh rate issue.  Does anyone have any ideas.12:26
=== Hor|zon [n=Horizon@82-44-16-51.cable.ubr08.croy.blueyonder.co.uk] has joined #ubuntu
dcrocecan someone pm with help on my sound.. THanks!12:26
=== StarQuake [n=StarQuak@ip51cfbfaa.direct-adsl.nl] has joined #ubuntu
Tonrencharles`: try using rsync or rscp instead.  I always use rsync.12:26
all-naturalwhat is the command to delete files from the terminal?12:26
Tonrenall-natural: rm12:26
charles`Tonren, so it is looking for bar on my local path12:26
dcrocerm12:26
ompaul!sounder > dcroce12:26
all-naturalty12:26
ubotuSorry, I don't know anything about sounder - try searching on http://bots.ubuntulinux.nl/factoids.cgi12:26
charles`Tonren, ok =( yet another thing to learn12:26
ompaul!sound > dcroce12:26
nozorrocharles`: make sure you include the colon12:26
Tonrencharles`: it's almost exactly th esame - don't worry about it12:26
sethkcompilerwriter, that's somewhat vague.12:27
sethkcompilerwriter, what issues, specifically12:27
charles`nozorro, I had the colon12:27
dcroceompaul: thanks i'll take a look at this12:27
compilerwriterHe is having some complaint about refresh rate issues.12:27
charles`nozorro, you don't need the colon for the local host12:27
TheGateKeeper_Vegeta^: don't remember getting that when I installed it, so I am not really sure12:27
ompauldcroce, yw12:27
nozorrocharles`: sorry, i overlooked the local host part12:27
gumbywell anyways,12:27
=== gumby [i=gumby@tark-c-165.resnet.purdue.edu] has left #ubuntu []
sethkcompilerwriter, can't help without more specific questions, or at least more information.12:28
kitchesethk: that's not really vague actually12:28
sethkkitche, sure it is.12:28
Vegeta^TheGateKeeper_: It's not in the install, it's just somethin stated on the site you gave.12:28
all-naturalTonren, i need to remove a "locked" directory on mydestop but it says that it has files in it. how do i delete it regardless of files or not?12:28
=== cappicard [n=cappicar@CPE-65-26-86-29.kc.res.rr.com] has joined #ubuntu
=== LuisMendes [n=luis@201.21.141.221] has joined #ubuntu
Hor|zon=_= Now I remember why I'm never in here...too much work tracking all the different convos12:28
Hor|zon>.>12:28
LuisMendeshow can I update Firefox?12:28
Tonrenall-natural: Be EXTREMELY careful with this command: rm -rf directory12:29
BHSPitMonkeysudo apt-get install firefox12:29
charles`Tonren, ahh googled it and figured it out12:29
BHSPitMonkeyLuisMendes, ^12:29
=== amgad [n=amgad@196.205.182.7] has joined #ubuntu
=== lampshade [n=lampshad@69-23-135-130.cable.inebraska.com] has joined #ubuntu
=== iXce[BNC] is now known as iXce
Tonrencharles`: Awesome.  Did you end updoing it with SCP?12:29
all-naturalty12:29
kitchesethk: well to me it says that the install cd doesn't have the right refresh rate for his monitor, but I run into that error a lot :)12:29
=== fivre_ [n=Five@slip-12-64-134-24.mis.prserv.net] has joined #ubuntu
TheGateKeeper_Vegeta^: ok just do the install that should be all you need12:29
LuisMendesBHSPitMonkey, it says it's the latest version, but it's not12:29
charles`Tonren, you have to quote the whole thing "host:/path/to/file\ with\ spaces"12:29
BHSPitMonkeyLuisMendes, which version12:29
charles`Tonren, yeah with scp12:29
Tonrencharles`: Oh... I could've told you that.  You said "I tried it with quotes" and I assumed that's how you did it.12:29
=== fivre_ [n=Five@slip-12-64-134-24.mis.prserv.net] has left #ubuntu []
=== Roconda [n=Roconda@ip5454330e.speed.planet.nl] has joined #ubuntu
lampshadeAnyone know why beagle isn't indexing anything for me?  Like entering a filename that I know exists complete fails to bring up results and such?12:29
LuisMendesBHSPitMonkey, currently installed = 1.5.0.5    latest = 1.5.0.712:29
kitchecompilerwriter: ok so it just shows a blue screen that says bad refresh rates correct?12:30
charles`Tonren, yeah I was trying host:"/path/to/file\ with\ spaces"12:30
sethkkitche, that's one of many possibilities.  not that it has the wrong information, but that it doesn't identify the monitor.12:30
Rocondakde uses artsd, but what does gnome use?12:30
Tonrencharles`: Ahh, I see.  Glad you figured it out12:30
compilerwriterHe is running the install from the live CD.  It complains that his refresh is only 60.5 and wants another refresh rate of about 75.x hz.  Is there a way to configure that in the install.  He must be using an older moniter.12:30
=== trakz [n=gstewart@adsl-71-133-34-45.dsl.snfc21.pacbell.net] has left #ubuntu []
charles`Tonren, err, without the escapes12:30
erUSULlampshade: beagle searchs contents not filenames12:30
TonrenCan anyone help me get the External Monitor function on my laptop working?12:30
BHSPitMonkeyLuisMendes, 1.5.0.5 is the latest version the ubuntu devs are going to support.  wait for edgy, it will bring firefox 212:30
sethkcompilerwriter, you mean during the install?12:30
=== zeratul [n=zeratul@c80-216-54-10.cm-upc.chello.se] has joined #ubuntu
sethkcompilerwriter, tell him to use text mode install12:30
Hor|zontried the beagle-status command?12:30
compilerwriterIt is a red screen during install.12:30
lampshadeerUSUL: that's just wrong and not true.  See the beagle FAQ12:30
sethkcompilerwriter, if you mean running the system after it is installed, of course the refresh rate can be adjusted12:30
sethkcompilerwriter, a red screen?  what does that mean?12:31
compilerwriterHow does he do that.12:31
sethkcompilerwriter, do which?12:31
Rocondawhich sound deamon does gnome use?12:31
LuisMendesBHSPitMonkey, then how can I update using the 'check for updates' option under the help menu? it's disabled...12:31
nozorroRoconda: esd12:31
THX-1138alsa12:31
Rocondaok12:31
THX-1138esd?? ok12:31
BHSPitMonkeyLuisMendes, yes, it is.12:31
lampshadeHor|zon: yeah, it is "Executing task"  but I have no idea what that means you know...  i'm trying to find docs on it right now.  I mean some things are indexed, but it seems like A LOT of files are being skipped that shouldn't be :-/12:32
compilerwriterI have forgotten the install tags to use for the text install.12:32
nozorroTHX-1138: alsa is the snd driver framework included in the kernel12:32
Hor|zontried the beagle logs?12:32
sethkcompilerwriter, for dapper you use the alternate install cd.  then it gives you several options (text mode install, oem install, rescue, etc.)12:32
BHSPitMonkeyLuisMendes, you're not using true firefox... you're using the Ubuntu-ified version. The ubuntu devs patch the crap out of firefox, and among those modifications, is disabling the update manager. It's intended to be handled through apt.12:32
TonrenCan anyone help me get the External Monitor function on my laptop working?12:32
compilerwritersethk, Can you tell me ok.12:32
=== Sp4rKy [n=max@ubuntu/member/sp4rky] has joined #ubuntu
Sp4rKyhi12:33
=== aceracer24 [n=aceracer@c-67-182-226-119.hsd1.ut.comcast.net] has left #ubuntu ["So]
sethkcompilerwriter, I thought I did.12:33
THX-1138nozorro - Always good to learn a little more12:33
THX-1138thx12:33
=== frak__ [n=frak@24-117-27-159.cpe.cableone.net] has joined #ubuntu
Sp4rKyplease i haven't the special char over edgy / dapper in console12:33
LuisMendesBHSPitMonkey, in older versions, we could change permissions in order to enable that option, but not it wont work.. sad :P12:33
erUSULlampshade: i read here http://beagle-project.org/FAQ where does it says that it searchs filenames?12:33
nozorroTHX-1138: yw12:33
Sp4rKymaybe utf-8 not correctly set12:33
Hor|zon~/.beagle/Log/12:33
Sp4rKyany help ?12:33
compilerwriterThanks sethk.12:34
nozorroSp4rKy: linux console or terminal?12:34
THX-1138Tonren - this might be helpful http://www.ubuntuforums.org/archive/index.php/t-4185.html12:34
=== ToonArmy [n=chris@88-105-180-50.dynamic.dsl.as9105.com] has joined #ubuntu
Tonrenthanks THX12:34
=== NthDegree [n=NthDegre@212-1-148-161.dynamic.dsl.as9105.com] has joined #ubuntu
mluser-workIf I'm running ubuntu whats the cleanest way to install kde?12:34
theBenoAgrajag, how do you run the vmware-install.pl?12:35
theBenoJust via command line?12:35
=== frak__ [n=frak@24-117-27-159.cpe.cableone.net] has joined #ubuntu
Hor|zonapt-get install kde-desktop ?12:35
nozorromluser-work: install the package kubuntu-desktop12:35
mluser-workHor|zon: thanks12:35
=== eFUDd [n=jason@adsl-69-182-127-148.adsl.snet.net] has joined #ubuntu
Hor|zonhmm wait12:35
Hor|zonis that a package?12:35
Hor|zonlol12:35
Sp4rKynozorro: nozorro twice12:35
jribHor|zon: kubuntu-desktop12:35
Sp4rKyall console and some term (eterm for example)12:35
lampshadeerUSUL: oh sorry it was in the troubleshooting faq http://beagle-project.org/Troubleshooting  they tell you to try and look for the filename exactly as one of the troubleshooting steps so I assume from that that it can in fact find filenames.12:35
=== Brinks [i=Jinx@68-187-28-163.dhcp.scts.ne.charter.com] has joined #ubuntu
Hor|zonyeah that's it12:36
mluser-worknozorro: just use synaptic to install it?12:36
=== zenwifi [n=zenwhen@74.131.98.27] has joined #ubuntu
=== BigMac_ [i=user@resnet-130-184-90-128.uark.edu] has joined #ubuntu
Hor|zonI tried that once...came straight back to gnome though12:36
TonrenTHX-1138: The thing about editing my xorg.conf is that I'm not ALWAYS connected to a separate monitor.  Just when I'm in class and I'm using the projector.12:36
nozorromluser-work: yeah12:36
BigMac_my AMD64 bit live CD wont load correctly12:36
=== habeeb [n=habeeb@athedsl-139777.otenet.gr] has joined #ubuntu
=== Dace [n=dace@62.142.195.83] has joined #ubuntu
BigMac_any suggestions?12:36
Sp4rKynozorro: http://pastebin.ca/172221 , my locale12:37
habeebGreetings, I have to understand the *nix world. What is GNU? And I'm not talking about the licence. I'm talking about the site gnu.org. And I know its not Unix, but why is it about it?12:37
Hor|zonBigMac: "won't load correctly" ? what do you mean?12:37
BigMac_well it wont go live12:37
BigMac_i get a kernal panic12:37
der0bHow can I find out what is holding /dev/dsp open?12:37
lampshadehabeeb: I don't habeeb it12:37
=== damion_ [n=damion@ool-18bdcb4c.dyn.optonline.net] has joined #ubuntu
THX-1138Tonren - Wish i could be more helpful. - sorry12:37
BigMac_then i try these commands12:37
habeeblampshade: HABEEB IT!12:38
TonrenTHX-1138: s'ok - thanks for trying!  :)12:38
BigMac_noapic  nolapic acpi=off pci=noacpi12:38
SpEeDFrEaKcan anyone help me here my hosts are morons12:38
Tonrenhabeeb: Here's the short version: Unix was an operating system with a lot of great tools, but the folks who owned it wouldn't make it "free" - free as in speech, not as in beer.  People couldn't hack on it and change it to their liking.12:38
=== damion_ [n=damion@ool-18bdcb4c.dyn.optonline.net] has joined #ubuntu
SpEeDFrEaKi just had 3 servers set up with 5.10 and plesk 8 wont install12:38
SpEeDFrEaKlol12:38
THX-1138Tonren - could you create a bash file to swap xorg.conf in and out? ugly hack warning. - lol12:38
SpEeDFrEaKthey asking me12:38
BigMac_that gets me past the kernel panic12:39
nozorroSp4rKy: where do you set all these variables? you can do this stuff from the desktop nowadays12:39
TonrenTHX-1138: how do you refresh it, though?  without logging out and in again?12:39
=== Luci3n [n=clark@adsl-ull-11-233.46-151.net24.it] has left #ubuntu []
BigMac_then my video wont work12:39
Tonrenhabeeb: So, an enteprising fella in the 80's decided to make a carbon copy of Unix, but free12:39
damion_question i am asking about kubuntu how do you downgrade from 3.5 beta 2 to 3.5.012:39
lupine_85linux was based on minix, not unix :)12:39
habeebTonren: I'm following you.12:39
Sp4rKynozorro: there are on a dedibox, with no desktop system12:39
Tonrenhabeeb: He called it GNU.  It used to stand for something that actually meant something ( I think), but now it's just GNU is Not Unix, because it is free!12:39
Sp4rKynozorro: and they're set by default12:39
Hor|zonis there any specific reason you need the live environment?12:40
habeebTonren: off topic, but FreeBSD is *nix?12:40
=== sharket [n=dunno@d216-232-212-52.bchsia.telus.net] has joined #ubuntu
Sp4rKynozorro: on my computer, i think my issue comes from eterm12:40
lupine_85ah... /me shuts up12:40
=== simtower [n=wawawawa@pool-71-114-90-14.washdc.dsl-w.verizon.net] has joined #ubuntu
=== funkyHat_ is now known as funkyHat
nozorroSp4rKy: what is a dedibox?12:40
BigMac_nope12:40
Tonrenhabeeb: No idea.  I was under the impression that the BSDs weren't linux.12:40
Hor|zonare you just trying to install ubuntu? or something else?12:40
BigMac_i really want to install ubuntu12:40
lampshadehabeeb: wow, I never thought I would actually run into another /b/ person12:40
Hor|zonhave you tried the alternate cd?12:40
Sp4rKynozorro: it's a "dedicated" server :)12:40
BigMac_yes12:40
BigMac_but for 86i12:40
habeeblampshade: well, the gentoo channel is full of these suckers12:40
Tonrenlampshade: rofl, lurk moar12:40
habeeblampshade: HAHA12:40
=== GNAM [n=GNAM@host199-235.pool8252.interbusiness.it] has joined #ubuntu
habeebTonren: winrar12:40
BigMac_i own a 64bit12:40
lampshadeoh holy god there is more12:40
=== TBay [n=tbay007@69-165-15-42.clvdoh.adelphia.net] has joined #ubuntu
BigMac_but heard that the 86i offers more programs12:41
habeebAND SUDDENLY, /B/TARDS, THOUSANDS OF THEM12:41
habeeb(sorry for the caps, the button broke)12:41
=== Dace [n=dace@62.142.195.83] has joined #ubuntu
Tonrenlampshade: I'm terrified that one day I'm going to meet someone on my 600-student college campus who is also a /b/-tard12:41
TBayhello all12:41
THX-1138Tonren - sudo /etc/init.d/gdm stop or CTRL+ALT+BACKSPACE12:41
Tonrenhabeeb: don't worry - cruise control for col.12:41
Tonren*cool12:41
nozorroSp4rKy: for the console, have a look at /etc/inputc (set convert-meta off). you'd then still have to change the font maybe12:41
TonrenTHX-1138: Doesn't Ctrl + Alt + Backspace log you out??12:41
Hor|zonif you have a 64bit then yeah, don't install the 32bit ubuntu...the performance difference is amazing12:41
habeebTonren: Is it right to say "Linux is made in C, because the kernel is in C?"12:41
TBaygot a question for anyone willing to try to answer it12:41
THX-1138yes it does12:41
eyequeueTBay, 4212:41
BigMac_ok12:41
=== Cap0ne [n=rola@66.50.226.18] has left #ubuntu ["Leaving"]
TonrenTHX-1138: well, I'd like a way to do it without logging out.  for now, the bash script is an OK idea thouhg.  :P12:42
BigMac_so download the alt12:42
nozorroSp4rKy: and well, eterm, in gnome-terminal this kind of stuff just works12:42
BigMac_of the 64bit?12:42
Tonrenhabeeb: That sounds like more of an opinion thing.  I mean, sure, the kernel is in C, but I"m sur ethere are modules coded in C++.12:42
Hor|zonyeah12:42
TBaythere is a program called winavi for windows, does anyone know of a program that does similar stuff for linux? where it will convert avi to dvd in one fall swoop12:42
habeebAnd what would happen if we dont provide a distribution with extra tools, just a basic kernel? Will I have a command line?12:42
kevor_Is there a way to show a list of connected clients on dhcp3-server?12:42
Tonrenhabeeb: Yep12:42
silverfoxdoes anyonere upgraded from dapper to edgy ?12:42
BigMac_does haveing a PCI-e card make it harder for me to install?12:42
=== mangobot [n=Awesome@c-68-41-208-191.hsd1.mi.comcast.net] has joined #ubuntu
=== zach [n=zachstru@c-67-175-47-133.hsd1.in.comcast.net] has joined #ubuntu
eyequeuesilverfox, try #ubuntu+112:42
erUSULTonren: the kernel and all modules are in pure C no c++ in the kernel12:42
Tonrenhabeeb: Man, how hardcore would it be if someone started with JUST the kernel and built a distro from scratch, just to use on their own, not to actually distribute?12:42
silverfoxok12:42
BigMac_b/c i can get past the kernel probs then i have trouble with xserv12:42
TonrenerUSUL: Yeah, but what about code that distros ship?12:43
=== borelia [n=borelia@c-6999e255.1310-7-64736c10.cust.bredbandsbolaget.se] has joined #ubuntu
Hor|zonwhat problems?12:43
TonrenAnyone know hwo to get external monitor working on a laptop..>?12:43
BigMac_wont load12:43
habeebTonren: I'm actually asking theoritical questions, I'm really happy with the current distributions :P12:43
Hor|zonit tells you the error?12:43
habeebTonren: I just want to get some basic things.12:43
BigMac_no screen12:43
Sp4rKynozorro: yes12:43
SpEeDFrEaKis any one familiar with this error Bash: setenforce: command not found12:43
mangobothey, i have an issue: when i try to install ubuntu from the livecd, the load of the live desktop stops and then this error comes: Disk error F1, AX = 4200, drive 9F, I/0 error, error reading  boot cd12:43
BHSPitMonkeyumm... yes12:43
TBay there is a program called winavi for windows, does anyone know of a program that does similar stuff for linux? where it will convert avi to dvd in one fall swoop12:43
erUSULTonren: mainly C C++ probably the second language in LOC12:43
mangobotcan someone help?12:43
=== shwag [n=shwag@66.101.109.10] has joined #ubuntu
Hor|zonthat's the gdm error no? what about the xorg error?12:43
erUSUL!anyone12:43
ubotuA 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?12:43
BigMac_oh....12:44
BHSPitMonkeymangobot, try "Check disk for errors" or whatever, from the livecd's main menu.12:44
=== sris [n=sris@sris.se] has joined #ubuntu
BigMac_i have no idea then12:44
=== kevor_ [i=kevor@iota.aeshells.org] has joined #ubuntu
mangobotok12:44
BigMac_i try12:44
mangobotthanks12:44
BigMac_startx12:44
erUSULTBay: ffmpeg iirc12:44
=== rob [i=RobertSt@freenode/staff/rob] has joined #ubuntu
BigMac_and my screen acts like its going to work12:44
kevor_So no way to see who's connected to my dhcpd3 server? ;/12:44
SpEeDFrEaKcan someone help me please12:44
BigMac_then it comes back to blank12:44
srisis there a command like "top" that gives you usefull info about your memory/swap usage?12:44
=== sharkiezz [n=sharkmas@adsl-221-19-132.rmo.bellsouth.net] has left #ubuntu []
=== mayte [n=mayte@114.Red-80-25-14.staticIP.rima-tde.net] has joined #ubuntu
Hor|zondo you get the blue screen?12:44
BigMac_no12:44
TonrenerUSUL: Should I be phrasing it, "How do you get external monitors working?"12:44
erUSULsris: free12:44
BigMac_back to shell12:44
=== creature [n=creature@unaffiliated/creature] has joined #ubuntu
Subhumansris, top does give you mem usage?12:45
Hor|zontry sudo /etc/init.d/gdm stop12:45
=== renatofilho [n=renato@200.184.118.132] has joined #ubuntu
srisSubhuman, oh does it? ;)12:45
lampshadeTBay: I think there is also a verrsion of dvdshrink for linux, but you have to find the right repository that carries it as most don't(since it is basically a dvd decrypter/pirater all in one)12:45
Hor|zonand then sudo /etc/init.d/gdm start12:45
habeebTonren: wtf are modules. I know how to load them (fglrx, vesa etc) but wtf are they?12:45
Subhumansris, yeah, 5-6th line12:45
=== Khisanth [n=Khisanth@pool-71-247-63-121.nycmny.east.verizon.net] has joined #ubuntu
TBayheh alright12:45
BigMac_is that ctrl+alt+space aswell?12:45
=== shwag_ [n=shwag@66.101.109.10] has joined #ubuntu
srisSubhuman, ah, you're right :D thanks12:45
=== bungopolis [n=bungopol@dsl081-053-225.sfo1.dsl.speakeasy.net] has joined #ubuntu
TBaywell i am into backing up my dvd's in various formats12:45
TBaythats why i ask12:45
Tonrenhabeeb: You know, I'm honestly not sure12:45
habeebTonren: I see.12:45
Hor|zonctrl+alt+space?12:45
bungopoliswhen I use the adduser command, home directories are not created for new users. How can I tell adduser to create the home directory?12:45
BigMac_nvm12:46
habeebWhat are the modules? I know how to load them (fglrx, vesa etc) but wtf are they?12:46
Tonrenbungopolis: Is there a directory called /etc/skel?12:46
habeebEdgy will come with a new GNOME version?12:46
bungopolisTonren yes12:46
Tonrenbungopolis: hmm...12:46
=== NineTeen67Comet [n=justin@132M27.oasis.mediatti.net] has joined #ubuntu
creatureHello. What are the minimum system requirements for Ubuntu?12:46
Tonrenbungopolis: I'd start hunting through man adduser12:46
mangobotBHSPitMonkey: any ideas what my error meant?12:46
TBayi will have to just try dual boot for my computer, use windows for gaming and occasional converting avi files, and then linux for everything else12:46
=== emuzesto [n=einar@ti500710a080-7658.bb.online.no] has joined #ubuntu
jribbungopolis: default behavior is for it to create home directories, so something is strange12:47
lampshadeMy beagle is blind :(12:47
bungopolisjrib it's a fresh install of dapper server12:47
Tonrencreature: It needs 2 GB to install.  Xubuntu is good for lower-performance systems, otherwise around 512MB is suggested, but I've heard of GNOME running with 25612:47
TBaythat sucks lampshade12:47
lampshadeit can't see any files it seems.  and upon using --debug it looks like it is just caught in a loop of startup and shutdown12:47
erUSULhabeeb: they are object code blobs that get linked to the kernel not at compile time but at runtime (with insmod)12:47
jribbungopolis: maybe /etc/adduser.conf differs from the desktop?12:47
bungopolisjrib what desktop?12:48
NineTeen67CometHi all .. does anyone have a good link for a place or person selling an OLD dual processor mobo with a little ram on it? My server cooked, and I'm in need of a new mobo/CPU/ram setup ... (Dual 450 chips would be more than enough) ..12:48
habeeberUSUL: and?12:48
=== spacey_ [n=herman@flits101-191.flits.rug.nl] has joined #ubuntu
habeeberUSUL: I mean.. what do they do?12:48
bungopolisjrib oh sorry, gotcha12:48
lampshadeNineTeen67Comet: ebay.com12:48
BigMac_thanks for the help12:48
habeeberUSUL: fglrx gave me OpenGL support for ATI, but there are moar, what do they do?12:48
THX-1138newegg.com12:48
BigMac_i will try it later12:48
habeebGenerally.12:48
bungopolisjrib I think its that I was using useradd instead of adduser, come to think of it. didn't realize they were different programs12:48
lampshadeNineTeen67Comet: also if you have them in your area check out local college auctions.  They usually have old server equipment for pretty cheap12:48
NineTeen67Cometlampshade: yeah .. been poking around there a little ..12:48
nozorrohabeeb: in general they are hardware drivers12:48
habeebnozorro: I see.12:48
jribbungopolis: ah, yeah that would explain it12:48
=== BigMac_ [i=user@resnet-130-184-90-128.uark.edu] has left #ubuntu []
=== hype [n=hype@gar31-3-82-234-50-53.fbx.proxad.net] has joined #ubuntu
Vegeta^"automatic installation failed due to network problems or upstream changes" <-- What does this mean? I got that after typing "sudo update-flashplugin"12:49
=== skurupu [n=skurupu@host-81-191-171-10.bluecom.no] has joined #ubuntu
habeebnozorro: written in?12:49
Hor|zon:)12:49
nozorrohabeeb: mostly in c i suspect. install the linux kernel source to see for yourself12:49
mangobothey, does anyone know why a livecd would work once, and after an install randomly stopped working from the cd not boot again?12:49
TonrenHow do I get my laptop's external monitor working?  When I hit Fn + F4, nothing happens.12:49
bsdfoxNineTeen67Comet, what do you want to spend.. my buddy has a couple rack-mount dual p3/500s and 733s12:49
=== federicomattes [n=federico@host4.201-252-220.telecom.net.ar] has joined #ubuntu
NineTeen67Cometlampshade: I'm in Japan (military base) .. we've got a few sales occasionally for old equip, but I've been looking for a while and getting impatiant (That's bad, cuz I'll probably buy more than I need .. lol) ..12:49
erUSULhabeeb: there are modules for many things but mainly you campile as module drivers for devices (like graphic cards, net cards, etc)12:49
hypehi, Anybody knows how to mount a VMware disk image? (win Xp image on VXware server)12:49
skurupuHi, I can't see any of my HDDs that are hooked up to my IDE controller, any ideas? (they are detected on startup)12:50
NineTeen67Cometbsdfox: not much, I found a few dual processor 450s on ebay with ram for $40 .. but I would pay as much as $150 or so ..12:50
habeebnozorro: I since I only know some Python, I'dnt understand shit from the kernel source12:50
habeeb*(Remove the first "I")12:50
THX-1138!vmware12:50
ubotuVMWare Player is in Ubuntu's !Multiverse repository. Instructions to install VMWare Server can be found at https://help.ubuntu.com/community/InstallingVMWare12:50
=== all-natural [n=all-natu@pool-151-203-182-46.wma.east.verizon.net] has joined #ubuntu
nozorrohabeeb: and?12:50
federicomattesHi guys. I would like to sync a PALM TX with my Ubuntu  with GnomePilot. I'm running Dapper12:50
Hor|zonlol japan...they have tons of electronic hardware stores...12:50
Hor|zonit's like geek heaven12:50
creatureTonren: I have a P200 with 96Mb of RAM.12:50
Hor|zonwell I suppose it depends where in japan12:50
=== croppa [i=user72@135.27.233.220.exetel.com.au] has joined #ubuntu
habeebnozorro: well, it would be pointless. I supposed :P12:51
bsdfoxNineTeen67Comet, he's gonna be working for the next hour but if you're in here later msg me and I'll get you price quotes.. I bet you guys could work something out12:51
all-naturalhow do i get drives to not be mounted durring boot12:51
=== Lt-Elmo [n=elmo@cpe-65-189-224-176.woh.res.rr.com] has joined #ubuntu
skurupuHi, I can't see any of my HDDs that are hooked up to my IDE controller, any ideas? (they are detected on startup)12:51
NineTeen67CometHor|zon: grin .. ain't much better than the states here .. Okinawa is a little like a second world country compared to mainland japan ..12:51
=== cactus_sediento [n=cactusse@adsl-ull-29-9.46-151.net24.it] has joined #ubuntu
Tonrencreature: badass12:51
jriball-natural: noauto in /etc/fstab12:51
federicomattesHi guys. I would like to sync a PALM TX with my Ubuntu  with GnomePilot. I'm running Dappe12:51
creatureTonren: I have a feeling that Ubuntu might find the system... underpowered.12:51
bsdfoxNineTeen67Comet, you realize you can get a dual core pentium D with mobo for under $150 at frys right?12:51
NineTeen67Cometbsdfox: do I just type /msg bsdfox <message here> .. ?12:52
Hor|zonooh Okinawa, lucky you12:52
eyequeuefrys?12:52
THX-1138outpost.com12:52
bsdfoxNineTeen67Comet, yes12:52
NineTeen67Cometbsdfox: frys? ..12:52
THX-1138newegg.com12:52
coldbootI've got firefox version 1.5.dfsg+1.5.0.3-0ubuntu3, and it won't start at all when I run /usr/bin/mozilla-firefox at all. I run it from the console, it will ask if I want to restore the tab mix plus session (or it does the safe mode prompt in safe mode), then nothing happens, and it doesn't return, doesn't use all the cpu. I have no idea how to troubleshoot this problem.12:52
bsdfoxfrys electronics?! I feel sorry for all you guys not on the west coast :)12:52
=== peterhu_ [n=peterhu@69-170-0-172.chvlva.adelphia.net] has joined #ubuntu
skurupu!ide12:52
coldbootThunderbird is also broken and doesn't work in the same way, but it prints out some crap before it stalls forever12:52
ubotuSorry, I don't know anything about ide - try searching on http://bots.ubuntulinux.nl/factoids.cgi12:52
Hor|zonwest coast? try no coast...12:52
Hor|zondoesn't frys only exist in the US?12:52
=== BiGcaT [n=Perl@84-12-164-122.dyn.gotadsl.co.uk] has joined #ubuntu
bsdfoxa64 3000+ with nforce3 mobo for $100. pentium D 820 w/ mobo for $14012:53
NineTeen67Cometbsdfox: I would like to be on the west coast .. ur no wait .. I am on the west coast .. of Okinawa! .. hehehehe12:53
eyequeuebsdfox, good selection?  prices?  both?12:53
bsdfoxeyequeue, the best of both12:53
bungopolisHor|zon wait you mean there are people living outside of north america??12:53
=== BlueEagle [n=blueeagl@ti541210a340-2083.bb.online.no] has joined #Ubuntu
NineTeen67Cometfrys.com .. woohoo ..12:53
=== rob [i=RobertSt@freenode/staff/rob] has joined #ubuntu
bsdfoxNineTeen67Comet, try outpost.com12:53
=== sharkiezz [n=sharkmas@adsl-221-19-132.rmo.bellsouth.net] has joined #ubuntu
eyequeuebsdfox, sounds nice, send us one, lol12:53
=== mrcoyote [n=mrcoyote@AAnnecy-251-1-47-20.w81-251.abo.wanadoo.fr] has joined #ubuntu
NineTeen67Cometrodger ..12:53
Hor|zonbungopolis: lol yeah, we live in forests and eat berries12:53
=== adminx [n=adminx@c-24-98-116-245.hsd1.ga.comcast.net] has joined #ubuntu
THX-1138lol12:53
sharkiezzwell i was just thinking does anyone here know how to install ubuntu from a usb drive?12:54
eyequeuebsdfox, if you go in and mention linux, do you get a blank stare? lol12:54
cactus_sedientohello everybody.....could somebody help me, i am conecting for the first time with ekiga....need a partner to talk....if i can talk :-)12:54
NineTeen67Cometbsdfox: frys.com = outpost.com in the header .. same company I think ..12:54
skurupuany one god some experience with IDE controllers?12:54
bsdfoxeyequeue, nah, most people there know what's up12:54
federicomattesHi guys. I would like to sync a PALM TX with my Ubuntu  with GnomePilot. I'm running Dapper- ANY HELP?12:54
bsdfoxNineTeen67Comet, it is, but frys.com doesn't have any prices12:54
BHSPitMonkeyNineTeen67Comet, they're technically separate vendors, outpost controls its own inventory/prices12:54
eyequeuebsdfox, even better, we need one of those12:54
Hor|zondo frys only ship within the US?12:54
bsdfoxdunno12:55
bsdfoxI live within a couple hours of like 3 fry's :D12:55
NineTeen67Cometbsdfox: BHSPitMonkey aha .. very well then .. thanks much .. I'm there now "lurking" around the isles ..12:55
=== wizard [n=wizard@cpe-74-70-13-204.nycap.res.rr.com] has joined #ubuntu
=== ISOLATEDViRuS [n=ISOLATED@pool-68-163-19-107.phil.east.verizon.net] has joined #ubuntu
BHSPitMonkeyNineTeen67Comet, open network there?12:55
ISOLATEDViRuSgrrr12:55
Hor|zonhmmm I see international shipping...12:56
Hor|zoncool12:56
=== spiekey [n=mario@p5080CC4B.dip0.t-ipconnect.de] has joined #ubuntu
=== Caplain [n=matt@64.detroit-04-05rs.mi.dial-access.att.net] has joined #ubuntu
spiekeyhello!12:56
ISOLATEDViRuSi cant make it so i can log in as root from the login screen >_<12:56
ISOLATEDViRuSi cant even bring up the login screen editor!12:56
spiekeyis it possible to load/append a module from the command/grub line?12:56
nozorrohabeeb: i didn't want to scare you off, but see, this is a support channel, and a very crowded one. any specific ubuntu questions are welcome12:56
spiekeyi have a vmware nic and it cant boot nfs12:56
eyequeue!root > ISOLATEDViRuS12:56
=== blue-frog [n=bluefrog@dyn-83-155-150-72.ppp.as12876.net] has joined #ubuntu
spiekeythe kernel lacks the driver support12:56
=== Vegeta^ [n=ahm0x539@87.72.203.218] has joined #ubuntu
NineTeen67CometBHSPitMonkey: open network? .. what do you mean? .. normal ISP just like the states .. (sept this one is down as much as it's up) ..12:56
bsdfoxhttp://newspaperads.mercurynews.com/ROP/Ads.aspx?advid=32664&adid=344948312:57
bsdfoxthose are frys ads in san jose12:57
spiekeyand i dont want to recompile the kernel ;)12:57
=== unreal_ [n=unreal@unaffiliated/unreal] has joined #ubuntu
ISOLATEDViRuSthankyou eyequeue.12:57
skurupuHi, I can't see any of my HDDs that are hooked up to my IDE controller, any ideas? (they are detected on startup)12:57
habeebnozorro: Okay.12:57
eyequeueno prob12:57
BHSPitMonkeyNineTeen67Comet, you're lurking the aisles... in real life, or online? :P12:57
=== compilerwriter [n=keithjon@ppp-69-217-67-91.dsl.ipltin.ameritech.net] has left #ubuntu []
=== tchung [n=tchung@CPE-60-230-64-82.vic.bigpond.net.au] has joined #ubuntu
NineTeen67CometBHSPitMonkey: online sorry .. they have a few good computer stores here, but the hardware is a little more than online (unless the Yen rate is rockin' in our favor) ..12:58
=== tom_reinke [n=tom_rein@adsl-67-119-2-91.dsl.snfc21.pacbell.net] has joined #ubuntu
erUSULskurupu: are you in a live cd session ??12:58
=== durga [n=durga@dialin-207-112-26-242.tor.primus.ca] has joined #ubuntu
skurupuerUSUL, no I'm not12:58
=== all-natural [n=all-natu@pool-151-203-182-46.wma.east.verizon.net] has joined #ubuntu
erUSULskurupu: so you are in windows now? you can not boot linux?12:59
lampshadewhat's the name of that command to just show you like the last 10 lines of a file, I'm drawing a complete blank and it is something really easy12:59
erUSULlampshade: tail12:59
all-naturalcan someone direct me to instructions on how to get flash working in firefox?12:59
=== SirKillalot [n=sirk@dslb-084-056-066-118.pools.arcor-ip.net] has joined #ubuntu
eyequeuelampshade, tail foo12:59
erUSUL!flash12:59
ubotuFor multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats  -  See also http://help.ubuntu.com/ubuntu/desktopguide/C/common-tasks-chap.html  -  But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats12:59
skurupuerUSUL, I'm in ubuntu. Just can't see some of my HDDs12:59
=== debugger [i=Rui@217.129.151.190] has joined #ubuntu
=== karl_ [n=travis@207.53.228.30] has joined #ubuntu
lampshadeerUSUL: YES thank you... man  I could not remember that for some reason12:59
=== shwag_ [n=shwag@66.101.109.10] has joined #ubuntu
debuggerhi12:59
all-naturalty12:59
debuggerwhats the name of 6.06?  its dapper?12:59
eyequeuedebugger, yes12:59
nozorrodebugger: yep12:59
Vegeta^What could the reason be to, that the upload speed in KTorrent is going up and down to 0, and constantly does that, by going up and down..?01:00
Hor|zonno01:00
Hor|zon>.>01:00
debuggereyequeue, nozorro thx :)01:00
eyequeuedebugger, the list is at the bottom of http://www.ubuntu.com/ubuntu/releases01:00
=== sovieticool [n=sovietic@86.104.236.115] has joined #ubuntu
=== hyperb0lix [n=hyperb0l@mdsnwigjbas01-pool2-a240.mdsnwigj.tds.net] has joined #ubuntu
debuggereyequeue, ah nice :)01:01
eyequeuedebugger, edgy eft is missing, it will be 6.1001:01
=== Jamminpotato [n=jamminpo@ip68-230-214-64.rd.hr.cox.net] has joined #ubuntu
Hor|zonhow does the versioning scheme work anyways?01:01
erUSULskurupu: 'dmesg | grep hd' does not show the detection of said hdds?? where are they attached some pci card or onboard ide??01:01
eyequeueHor|zon, year.month01:01
=== nu [n=nu@c-69-138-173-241.hsd1.md.comcast.net] has joined #ubuntu
=== tom_reinke [n=tom_rein@adsl-67-119-2-91.dsl.snfc21.pacbell.net] has joined #ubuntu
Hor|zonah, I never noticed that01:02
nucould anyone help me with dual monitors?01:02
Hor|zoncool01:02
eyequeueHor|zon, code names are alphabetical from dapper on01:02
tom_reinkeCan I get some help please? How do I burn an iso onto a CD in my drive?01:02
=== Tonren [n=mcantor@dh115222.bennington.edu] has joined #ubuntu
nozorrotom_reinke: use you file manager01:02
eyequeuetom_reinke, cdrecord, or other tools01:02
=== yUSiyEEE [n=yusiye@adsl-75-31-16-221.dsl.irvnca.sbcglobal.net] has joined #ubuntu
skurupuerUSUL, I can see at least one of them01:02
tom_reinkenozorro, there is no burn option in my filemanager01:03
TonrenMy USB flash memory is being mounted as a Read-Only FileSystem.  How do I stop it from doing this?01:03
Hor|zonheh I heard about that. But I don't care much for the naming...I just call it Ubuntu 6.06 or whatever01:03
=== Jamminpotato [n=jamminpo@ip68-230-214-64.rd.hr.cox.net] has joined #ubuntu
=== sovieticool [n=sovietic@86.104.236.115] has left #ubuntu ["Leaving"]
tom_reinkeeyequeue, I get an error when I try to use cdrecord01:03
Hor|zonor dapper01:03
nozorrotom_reinke: Places > /cd/DVD Creator01:03
cactus_sedientois there somebody with  experience using ekiga?01:03
eyequeuetom_reinke, file manager, gnomebaker, k3b come to mind01:03
Hor|zonyou'd never catch me saying the whole "dapper drake"01:03
=== sovieticool_ [n=sovietic@86.104.236.115] has joined #ubuntu
finalbeta_tom_reinke, gnomebaker01:03
erUSULskurupu: how much are them and where are them attached ?? which one do you see??01:03
nozorrotom_reinke: in file manager or general menu01:03
tom_reinkeoh well, crap. Its not even reconizing that I have the CD-R in.01:04
NineTeen67CometBHSPitMonkey: bsdfox .. thanks much .. it's breakfast time here .. off to brave the oncoming Typhoon and stuff my face ..01:04
=== sovieticool_ [n=sovietic@86.104.236.115] has left #ubuntu ["Leaving"]
eyequeueNineTeen67Comet, stay safe01:04
=== tamacracker [n=tamacrac@c-66-176-243-32.hsd1.fl.comcast.net] has joined #ubuntu
=== NineTeen67Comet coffee here I come ..
sharkiezzokay guys i was just thinking i have this ipod/hard drive here. Is it possible to place the Ubuntu CD ISO on there and boot off of the USB to get it to install?01:04
bsdfoxNineTeen67Comet, good luck01:04
tamacrackerGuys...01:04
tamacrackeri wanna burn mp3s01:04
Hor|zonlol I wouldn't use k3b in gnome...unless you don't mind a few coasters from the krashes...from my experience anyways01:04
tamacrackeronto a cdr01:04
Jamminpotatowhere is gconf at?01:04
Hor|zonI may just be biased01:04
=== NineTeen67Comet [n=justin@132M27.oasis.mediatti.net] has left #ubuntu []
=== sovieticool [n=sovietic@86.104.236.115] has joined #ubuntu
eyequeuesharkiezz, stand by one01:04
nozorrotom_reinke: what does System > ADministration > Disks tell you about the drive?01:04
creatureDoes Ubuntu have any published minimum system requirements?01:05
sovieticooltest01:05
sovieticoolcool01:05
bsdfoxHor|zon, I've never crashed k3b and I run it in gnome routinely01:05
eyequeuesharkiezz, https://help.ubuntu.com/community/Installation/FromUSBStick01:05
skurupuerUSUL, I'm sorry, I was mistaken. I can't see them01:05
coldbootDoes anyone else have firefox and thunderbird both stalling, without eating cpu, and never opening their main windows?01:05
tom_reinkenozorro, it tells me that it can do the following, play audio, write cd-r, write cd-rw and read dvd01:05
coldbootThe vanilla versions work fine, the dapper versions are fucked up in such a way.01:05
bsdfoxcreature, I think it recommends 128mb ram for gnome01:05
eyequeuecoldboot, invoke them from a terminal to see the errors01:05
Jamminpotato!language > coldboot01:05
eyequeue!language > coldboot01:05
Hor|zonheh that's why I say I may be biased...I used it for a week or so and it crashed a few times...back in breezy01:05
creatureHah. bsdfox, I'm looking at a P200. There's no way I'm putting gnome on it.01:05
erUSULskurupu: whare are they attached an add on ide card or onboard ide?01:05
coldbootfamily friendly? oh man01:06
g333k_work I have installed JWM, how to change to use it instead of gnome?01:06
nozorrotom_reinke: well from that point everything seems ok then ... don't you have the cd/dvd creator entry in the menus?01:06
coldbooteyequeue: There is no output to the terminal for firefox01:06
Jamminpotatowhere is gconf at?01:06
=== tom_reinke [n=tom_rein@adsl-67-119-2-91.dsl.snfc21.pacbell.net] has joined #ubuntu
eyequeuecreature, try the server install, or xubuntu-desktop for the more lightweight xfce, if you want a gui01:06
=== tgelter [n=tgelter@c-67-166-113-240.hsd1.ut.comcast.net] has joined #ubuntu
=== Roconda [n=Roconda@ip5454330e.speed.planet.nl] has left #ubuntu ["PART"]
tamacrackercan someone please help me find a cd burner to burn mp3s into cdr so it's playable on car stereo?01:06
tom_reinkenozorro, also, applications keep crashing at random01:06
skurupuerUSUL, PCI IDE card yes01:06
creatureI'm highly familiar with Debian but I hear good things about Ubuntu. If I can install a pared-down system that'll work OK as a desktop machine, then I'll grab Ubuntu. Otherwise I'll bear the pain and go Debian.01:06
coldbootIs there really anyone hanging out in here who's going to be terribly affected by someone using swear words, which are in common use all the time?01:06
g333k_worktamacracker, k3b01:06
tgeltertamacracker: I haven't used a cd-burner yet that hasn't worked for that01:06
tamacrackerk3b?...01:07
nozorrotom_reinke: you just installed? or did you change kernel?01:07
eyequeuecreature, you may like xubuntu then01:07
creatureBut it would be awesom if someone could say "Yeah, I've run Ubuntu on an old machine, and it worked fine."01:07
tom_reinkeI just installed pretty much01:07
sovieticoolhow i update gaim ?01:07
tamacrackerwhere do i download k3b from?01:07
ladydoortamacracker: bashburn01:07
eyequeuecreature, i have :)  but i tend to avoid guis also01:07
tamacrackeror bashburn...01:07
erUSULskurupu: which model? maybe is the card the one not detected...01:07
=== snerge [n=snerge@bas9-quebec14-1168089640.dsl.bell.ca] has joined #ubuntu
=== merch [n=ubuntu2u@c-67-164-41-22.hsd1.or.comcast.net] has left #ubuntu ["Into]
nusovieticool: do it through synaptic01:07
creatureIt's being donated to a college student, so it needs a browser, email, IM, and a word processor.01:07
Jamminpotatowhere is gconf at?01:07
ladydoorsovieticool: do you have the new gaim source downloaded already?01:07
tom_reinkenozorro, and my mouse will jump all across the screen and sometimes it'll turn my computer off01:07
tamacrackerack i need to learn how to use terminal01:07
sovieticoolno ladydoor01:07
creatureWhich unfortunately means Firefox/Thunderbird, Gaim, and Open Office.01:07
eyequeuesovieticool, sudo apt-get update && sudo apt-get install gaim01:07
nozorrotom_reinke: using dapper or edgy01:07
creatureMost of which are huge.01:07
tom_reinkenozorro, not only that but the OS crashes all the time, and so do apps01:08
=== bb|Gishnob [n=fake@CPE0050f2cf38bd-CM014390042162.cpe.net.cable.rogers.com] has joined #ubuntu
tamacrackerladydoor... may i get the information on how to download and install bashburn?01:08
tom_reinkenozorro, dapper01:08
sovieticooleyequeue, which first :)01:08
g333k_work I have installed JWM, how to use it instead of gnome?01:08
ladydoorsovieticool: ok, well first go to gaim's website and find their most recent sources01:08
tom_reinkenozorro, it might also help if I tell you I'm using xubuntu01:08
nuwhy not update through syanptic?01:08
nozorrotom_reinke: do you have a clean install or did you mess with sth important?01:08
ladydoortamacracker: http://bashburn.sourceforge.net/01:08
eyequeuesovieticool, "sudo apt-get update && sudo apt-get install gaim"  that line will do them in that order01:08
nuall you do is click "apply"01:08
bsdfoxcreature, xfce will run fine on a 200mhz as long as you give it ram01:08
tom_reinkenozorro, but I'm trying to burn a ubuntu to a CD and it just won't let me.01:08
skurupuerUSUL, its a Promise Ultra 133 tx201:08
riddleboxhow can I change a keyboard key to be something else?01:09
TonrenMy USB flash memory is being mounted as a Read-Only FileSystem.  How do I stop it from doing this?01:09
tamacrackerladydoor Thank you :)01:09
creaturebsdfox: The box has 96Mb.01:09
tom_reinkenozorro, Oh not to mention that my touchpad and the little mouse knub don't work at all eiuther01:09
=== cactus_sediento [n=cactusse@adsl-ull-29-9.46-151.net24.it] has left #ubuntu []
snergeSup, LVM question : Why after extending my logical volume I cannot extend my /usr reiserfs filesystem , it says that "already is the needed size, Nothing to be done" I did check lvcan and my LV is much bigger than my filesystem01:09
ladydoortamacracker: np :-)01:09
bsdfoxtonren: mount -o rw01:09
=== Dracon [i=dracon@ela29.bigriver.net] has joined #ubuntu
sovieticoolthank eyequeue01:09
creatureIt's a bit of a stopgap measure, alas.01:09
nozorrotom_reinke: the other symptoms point to some serious sw problem or even possible hardware failure01:09
bsdfoxcreature, that will work, the more you can feed it the better it will run01:09
ladydoorsovieticool: oh, so you didn't want the most recent gaim01:09
eyequeuecreature, that would be very tight for a gui, i think you would want console for that01:09
tgelterhey guys...I want to install the amd64-k8-smp kernel, but can't find a repository that contains it, any ideas?01:09
creatureeyequeue: The end user will not get far on the CLI.01:09
tom_reinkenozorro, well, that would make sense seeing as how I pulled this laptop out of a pile of broken ones.. I just thought that XP was the problem..01:10
Hor|zonlol console...for a college student to do their work?01:10
tom_reinkenozorro, but, it was running fine for about a day or so01:10
creatureHor|zon: It's not going to get worked on that much, I reckon.01:10
eyequeueHor|zon, i'm not sure why not, i'm no gui fan though01:10
nozorrotom_reinke: almost surely a hardware problem then. probable heat related. pls. test the memory first01:10
creatureHe may bash out the occasional email but it'll get used for IM, the web, email, and minesweeper.01:10
tom_reinkenozorro, any way to do that through the command line?01:11
eyequeuecreature, though i don't know what the last one is, all the rest are accomplished well in cli apps01:11
creatureYes, but the end user is a sullen little git who will bitch and whine about the CLI even though he is getting a computer for free.01:11
=== mikeflow_ [n=mikeflow@200.66.20.128] has joined #ubuntu
numinesweeper, the game01:11
eyequeue!minesweeper01:11
ladydoor!language01:11
ubotuSorry, I don't know anything about minesweeper - try searching on http://bots.ubuntulinux.nl/factoids.cgi01:11
nozorrotom_reinke: i think there's a RAM test option upon booting, you press ESC when the boot manager comes up, and then select the item01:11
nucli is handy but when youre in a hurry, gui ftw01:11
ubotuPlease watch your language and keep this channel family friendly.01:11
eyequeuenu, no idea, but i'm no gamer01:11
=== josh_ [n=josh@24.152.219.5.res-cmts.eph.ptd.net] has joined #ubuntu
creatureTrust me when I say I cannot give him a CLI solution.01:12
nueyequeue: itsk ;)01:12
=== alphaville [n=abc@host213-61-dynamic.58-82-r.retail.telecomitalia.it] has joined #ubuntu
tom_reinkenozorro, ok, I'll be right back then01:12
=== alphaville is now known as x-up
eyequeue!itsk01:12
ubotuSorry, I don't know anything about itsk - try searching on http://bots.ubuntulinux.nl/factoids.cgi01:12
nueyequeue: are you a sys admin?01:12
Hor|zonwell there's only so much talking can do...I say just give xubuntu a shot01:12
Hor|zonand go from there01:12
=== x-up [n=abc@host213-61-dynamic.58-82-r.retail.telecomitalia.it] has left #ubuntu ["...]
eyequeuenu, er, yes, why?01:12
nueyequeue: sys admins can't live without cli =D01:12
eyequeuecreature, i'd consur with xubuntu, considering01:12
nueyequeue: i figured you were one since you love it so much01:12
eyequeuenu, guis didn't exist in my day01:13
creatureIs that an overall recommendation or just one within the Ubuntu ecosystem?01:13
=== SillyZ [n=james@CPE-72-129-177-185.neb.res.rr.com] has joined #ubuntu
=== Shadowpillar__ is now known as Shadowpillar
creatureI'm open to other distros if they would be more suitable.01:13
=== conall [n=conall@castor.ipv6.conall.ie] has joined #ubuntu
eyequeuecreature, i'd also recommend some extra ram canaballized from the scrap pile, if you can :)01:13
Hor|zonthere's always more minimal DE than XFCE anyways01:13
nueyequeue: so you''re old school huh. howcome you still like cli better than gui?01:13
snergene1 good with LVM ?01:14
eyequeuecreature, dsl is damn small linux01:14
sovieticooli try to intall DC++ from http://easylinux.info/wiki/ tutorial01:14
creaturesnerge: I would avoid LVM if I were you.01:14
=== ichdasic1 [i=ich@p508D41EB.dip0.t-ipconnect.de] has joined #ubuntu
sovieticooland now i receve a error01:14
sovieticool GnomeUI-WARNING **: While connecting to session manager:01:14
sovieticoolAuthentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed.01:14
mutkLVM is easy01:14
creatureIt's a nice idea, but if one of your HDs dies then you lose all your data.01:14
snergecreature, why ?01:14
Hor|zonhaha LVM is just a headache unless you HAVE to use it01:14
eyequeuenu, guis confuse me, i find them difficult01:14
snergemutk, not saying it is hard01:15
TonrenHow do I mount a FAT16 volume so that I have permission to read & write to it without sudoing, like GNOME does automatically?01:15
mjrcreature, that's why you use a raid array under your lvm ;)01:15
snergelvm been on hp-ux for years .....01:15
creaturesnerge: The drawbacks outweigh the advantages. HDs die, and you're exposing yourself to a higher probability of death.01:15
lupine_85tonren: set guid=(a-group-you-are-in) ?01:15
creaturemjr: If you can afford to go RAID you can afford a larger HD...01:15
snergecreature, trust me, my hd won't die01:15
hyperb0lixUnless it's a damn Dell like mine :)01:15
Tonrenlupine_85: thanks01:15
nozorroTonren: i'll give you a link as soon as the pages comes up, pls. wait01:16
nueyequeue: that's odd. but well, to each their own =D01:16
creaturesnerge: How do you work that out?01:16
=== hbkfabio [n=fabio@114-24-223-201.adsl.terra.cl] has joined #ubuntu
snergeraid + backup01:16
Hor|zonlol no problem trusting you...only it seems like you trust your hard drives too much01:16
ladydoornu: a cli can do many things faster and more simply than a gui. for example, to add a user with a gui, you have to go through a ton of menus and dialogs, whereas on the command-line you type sudo adduser <username>01:16
hbkfabiojoin #ubuntu-es01:16
snergeI don't really care to lose my OS, as long as my data is safe01:16
eyequeuenu, i'm in gnome now if that console you :)  bad pun01:16
mutkcreature, Huh ??01:16
mutkLVM + RAID works just fine..01:16
=== hbkfabio [n=fabio@114-24-223-201.adsl.terra.cl] has left #ubuntu ["Leaving"]
=== gel [n=gel@87.69.41.84.cable.012.net.il] has joined #ubuntu
nueyequeue: im ussing irssi. it's a cli irc =D01:16
mutkLVM + RAID + backups even01:17
creaturemutk: Yeah, it does. It's nice enough if you want to do that, I suppose.01:17
TonrenCrap.. how do I retrieve a file recently deleted with rm?01:17
gelsame01:17
nozorroTonren: it's described here, at about the middle of the page: https://help.ubuntu.com/community/AutomaticallyMountPartitions01:17
snergemutk, I just can't resize my reiserfs "live"01:17
mjrcreature, you've missed LVM's point if you think it's to keep you from needing a bigger HD01:17
eyequeueladydoor, not to mention, finding what you need in a gui to add a user, that is a pain, vs "apropos" in console :)01:17
nugood pun01:17
THX-1138eyeque - puns police erm more puns please01:17
tamacrackerladydoor01:17
eyequeueapropos (1)          - search the manual page names and descriptions01:17
Tonrennozorro: thanks01:17
ladydooreyequeue: totally01:17
=== augustin [n=augustin@217.red-82-159-96.user.auna.net] has joined #ubuntu
snergeresize_reiserfs tells me "it is is already is of the needed size"01:17
tamacrackertar zxvf BashBurn-1.8.0.tar.gz does not work...01:17
creaturemjr: No, I understand what it is for, I just think it's a bit redundant these days.01:17
snergebut still the lvm is bigger01:17
=== seamus_ie [n=seamus_i@86.42.46.28] has joined #ubuntu
ladydooreyequeue: thanks! you just taught me something new!01:17
nueyequeue: could you say you could live with a cli only OS?01:17
creatureBut that's just me.01:17
eyequeuenu, there's just so many nifty tools in console, play there some day :)01:18
=== rexbinary [n=rexbinar@unaffiliated/rexbinary] has joined #ubuntu
eyequeuenu, i have for years01:18
nuAmazing01:18
Hor|zonlol for a single user system LVM is a bit redundant maybe01:18
snergecreature, you can use lvm as some kind of quota system01:18
nujust a black screen with white text/01:18
=== creature falls off his chair.
THX-1138CLI is for scripting - why do something repetitive in a gui. there is a bunch of stuff you can't do in the gui too. - man xscreensaver01:18
creatureIf you're using LVM as a quotaing system, I'm not sure I'm the one that's missed the point. :)01:18
eyequeuenu, i don't see what the fascination with guis is, but you seem to think they are indispensable, that somewhat surprises me01:18
snergejust telling you you can01:19
ladydoortamacracker: sorry, was that for me?01:19
TonrenCome on guys... any way to get back a file removed with rm?01:19
tamacrackerladydoor yes01:19
creatureTonren: It depends on the underlying filesystem.01:19
tamacrackeri downloaded the file01:19
ladydoortamacracker: ok, hmmm....what error does it give you?01:19
=== dougsko [n=doug@c-24-131-69-39.hsd1.pa.comcast.net] has left #ubuntu []
eyequeuenu, not that i don't see "tastes" as a factor, just didn't think it would seem a critical need is all01:19
tamacrackerok hold on01:19
Tonrencreature: FAT16... or ext301:19
=== noob-saibot [i=poisoner@11383.unitednetworx.com] has joined #ubuntu
snergestill have to reboot the freaking thing01:19
Hor|zonyou can't get the file back01:19
Hor|zon>.>01:19
creatureFat16 is easy. Ext3 is trickier but doable.01:19
Hor|zonyou removed it01:19
creatureYou can get it back.01:19
Hor|zon<.<01:19
tamacrackertar: BashBurn-1.8.0.tar.gz: Cannot open: No such file or directory01:19
Hor|zoncompletely?01:20
=== jester45 [n=ryan@72-161-142-233.dyn.centurytel.net] has joined #ubuntu
Tonrencreature: DO I use "recover"?01:20
eyequeueunrm (1)             - disk data recovery01:20
creatureThe data's still there. You've just removed the entry in the FAT (for Fat16) or unlinked the inode (ext3).01:20
tamacrackerthe file is on my desktop01:20
=== torchie [n=torch@adsl-153-166-121.mia.bellsouth.net] has joined #ubuntu
nueyequeue: It's that i find GUI quicker in some cases. double-clicking a text file to edit it, easier to see files in a directory. its handy for when youre on the go01:20
eyequeueTonren, ^^01:20
creatureTonren: I've done it before, but I can't remember how. I think I used recover.01:20
tamacrackerladydoor tar: BashBurn-1.8.0.tar.gz: Cannot open: No such file or directory01:20
creatureunrm sounds good too.01:20
ladydoorsovieticool: ok, try these instructions instead http://ubuntuforums.org/showthread.php?t=2837801:20
eyequeuenu, ls?01:20
=== kwah [n=alexei@a123103.upc-a.chello.nl] has joined #ubuntu
creatureI did it the long way - drop to single-user mode, etc.01:20
sovieticoolk01:20
Tonreneyequeue: Is that a package...?  a man page?  I can't get to either01:20
nueyequeue: ls lists them out01:20
=== aeon17x [n=aeon17x@58.69.78.218] has joined #ubuntu
ladydoortamacracker: do this:  ls (to see whether it exists in this dir)01:20
sovieticoolthank's ladydoor01:20
ladydoorsovieticool: np!01:21
=== jester45 [n=ryan@72-161-142-233.dyn.centurytel.net] has left #ubuntu []
nueyequeue: in gui, you see them nifty, and if youre looking for a certain file, you can start typing the name of it01:21
nuand itll hightlight it for you01:21
ladydoorsovieticool: oh, and btw, you may need to compile it with the command scons --debug=101:21
tamacrackerladydoor automatix-installer  Examples     key.gpg.asc01:21
tamacrackerDesktop              fontpatches  w32codecs_20060611-1plf1_i386.deb01:21
=== silverfox [i=silver@201.15.158.202] has joined #ubuntu
THX-1138!automatix01:21
ubotuautomatix is a script that automates installation of some items. Use at your own risk. See http://www.getautomatix.com/ ; For help with and discussion of automatix please join #automatix.01:22
THX-1138*cringes*01:22
JosefKshouldn't ubotu be warning against automatix? :/01:22
ladydoortamacracker: thanks...for future reference, there's a site called paste.ubuntu-nl.org where you can paste the output of commands. do you remember where you downloaded it to? if not you man need to download it again.01:22
THX-1138YES!01:22
=== C3030 [n=cosmonau@augusta54.demon.co.uk] has joined #ubuntu
jrib"Use at your own risk"01:22
eyequeuenu, bash-completion :)01:22
Tonrencreature: wait, so, how do I do it on FAT16?01:22
JosefKthat doesn't quite cover the danger jrib01:22
nozorroJosefK: it does01:22
nueyequeue:  you have a point. hehe01:22
=== zepski [n=zepski@c-24-11-230-88.hsd1.in.comcast.net] has joined #ubuntu
zepski!glx01:22
creatureGod knows in Linux. I used Norton the last time I had to do that, or something similar.01:22
ubotuSorry, I don't know anything about glx - try searching on http://bots.ubuntulinux.nl/factoids.cgi01:22
eyequeueTonren, i'm trying to determine how it got on my system01:22
creatureThere was a thing called Tiramisu a few years back that kicked some ass.01:23
tamacrackerladydoor  /home/tamacracker/Desktop/BashBurn-1.8.0.tar.gz01:23
Tonreneyequeue: wait crap... not FAT16... i meant... i meant ext3.  god this sucks01:23
=== mrcoyote [n=mrcoyote@AAnnecy-251-1-10-221.w83-113.abo.wanadoo.fr] has joined #ubuntu
Tonreneyequeue: I'm trying recover01:23
=== Atool [n=Atool@166.216.49.167] has joined #ubuntu
axeeanyone know how I can make linux allow me to press 2 mouse buttons at the same time? (m1/m2) i have a logitech mx51801:23
nuAnyone know how to use dual-monitor on ubuntu? i have my vga driver installed01:23
=== iXce is now known as iXce[BNC]
axee(and they both work(01:23
creatureFat16 would only really be used on a floppy these days.01:23
THX-1138axee - mouse chords - nice01:23
eyequeue!xinerama > nu01:23
sovieticoolladydoor, how i unistall DC++ ( linuxdcpp.tar.gz)01:23
bionoidnu: look into xinerama or mergefb01:23
ladydoortamacracker: oh! ok. do this:  cd Desktop (to Change Dir into your Desktop dir) and then try tar xvzf again :-)01:23
nuthanks eyequeue and binoid01:24
axeeTHX-1138: in new to linux, could you please explain some more :o01:24
nu!xinerama01:24
ubotuxinerama is using multiple monitors as one big monitor. See https://help.ubuntu.com/community/XineramaHowTo01:24
=== beu [i=beu@freenode/developer/gentoo.developer.beu] has joined #ubuntu
Hor|zonhmm, does anyone know how to get the output of a command in a bash script?01:24
ladydoorsovieticool: go back into the dir the source is in and do sudo make uninstall01:24
tamacrackerladydoor ok :)01:24
=== kwah [n=alexei@a123103.upc-a.chello.nl] has joined #ubuntu
eyequeueHor|zon, foo > bar01:24
Hor|zonI gave up looking ages ago01:24
Hor|zon>.>01:24
zepskiFatal server error:                                                 ng        no GLX visuals available01:24
=== Grok_ [n=halb@adsl-144-206-162.mia.bellsouth.net] has joined #ubuntu
creatureHor|zon: What do you want to do with the output? And is it outputting to stdout or stderr?01:24
bionoidHor|zon: VAR=`command`01:24
Hor|zondoes that work!?01:24
sovieticoolok boss :)01:24
eyequeueHor|zon, bar contrains the output of foo01:24
Hor|zonplease don't tell me it was that simple01:24
C3030hi, I keep getting seg faults when I apt-get amsn, after I installed some i386 binaries on my i686 system, and I can't compile from source without tcl-dev, which I can't get... Anyone understand what's happening?01:24
JosefKladydoor: yes, it is (someone has it registered though, so no pm'ing :()01:24
Hor|zonlol all this time I've been scripting around it :O01:25
ladydoorJosefK: aha. well, it is a good reference01:25
JosefKladydoor: kafka, and my harrowing experience with dell customer support01:25
JosefKladydoor: ^^01:25
kwahhi all01:25
Hor|zonI guess I can make my scripts a lot less bloated now01:25
Hor|zon=/01:25
=== ladydoor seal-of-approval's JosefK
=== _kraxelhuber [n=kraxelhu@p54B0A5C1.dip0.t-ipconnect.de] has joined #ubuntu
kwahI heard edgy knot-3 is out01:25
tamacrackerladydoor thank you, now let me see if i can install this on my own :)01:25
kwah:)01:25
ladydoortamacracker: sweet! good luck01:25
BrinksCan Ubuntu be installed on the same drive as windows without using some 3rd party partitioning software to make the windows parition smaller and a new one?01:25
BrinksI mean, can Ubuntu do that itself, make the new paritions from space from the windows one01:26
bionoidBrinks: Ubuntu does that for you, no need for 3rd party software :)01:26
Brinksand make it the filesystem it needs01:26
Brinksk01:26
JosefKBrinks: if you defrag your windows drive first, ubuntu can do it for you relatively safely01:26
Brinksthat'll kick ass then01:26
Brinksthanks01:26
=== rexbron [n=rexbron@216.126.75.146] has joined #ubuntu
=== pooh_beawr [n=hasmadem@74.132.165.130] has joined #ubuntu
Hor|zon"3rd party"?01:26
Brinkslike Partition Magic01:26
Brinksor something01:26
kwahBrinks: DO BACKUP FIRST anyway!!!01:26
Hor|zonlol if you ask me the live cd partitioning sucks01:26
=== printk [i=jvaughn@unaffiliated/printk] has joined #ubuntu
Hor|zonuse partition magic in windows01:26
Hor|zonor something01:26
=== Atool [n=Atool@166.216.99.119] has joined #ubuntu
sovieticoolladydoor, i don't know where is it the dir source :(01:27
C3030hi, I keep getting seg faults when I apt-get amsn, after I installed some i386 binaries on my i686 system, and I can't compile from source without tcl-dev, which I can't get... Anyone understand what's happening?01:27
=== aceracer24 [n=aceracer@c-67-182-226-119.hsd1.ut.comcast.net] has joined #ubuntu
eyequeuethe alternate cd is always better than the live cd for installs anyway01:27
nozorroBrinks: there's also the gparted live disk for that, free software01:27
ladydoorsovieticool: how did you install it? with ./configure, make, sudo make install or some other way?01:27
bionoidC3030: do you get a segfault when running apt-get?! or when running amsn after apt-get?01:27
=== FR_40tude [n=philippe@AAubervilliers-151-1-36-232.w83-112.abo.wanadoo.fr] has joined #ubuntu
tamacrackeroh lord01:27
JosefKC3030: can you paste the error to01:27
JosefK!paste01:27
ubotupastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (you can always find it in the channel topic, among other useful things)01:27
=== aceracer24 [n=aceracer@c-67-182-226-119.hsd1.ut.comcast.net] has left #ubuntu ["So]
=== zenwifi [n=zenwhen@74.131.98.27] has joined #ubuntu
=== bsdfox [n=h36sa@dialup-4.181.122.187.Dial1.SanJose1.Level3.net] has joined #ubuntu
nozorroBrinks: make backups anyway before fiddling with the partitions01:27
C3030bionoid: when running it01:27
=== PFA [n=elizabet@unaffiliated/purplefeltangel] has joined #ubuntu
C3030JosefK: Ok, one minute.01:28
PFAmy comp is frozen. what do i do.01:28
lupine_85defrost it?01:28
sovieticoolladydoor,01:28
sovieticoolsudo make uninstall01:28
Hor|zoncompletely? no hard drive activity?01:28
PFAwow thanks lupine_8501:28
sovieticoolsudo tar zxvf01:28
sovieticoolsry01:28
JosefKC3030: ah, if it's when running it, it's not worth pasting (it's amsn related, not apt)01:28
lupine_85PFA: how frozen? Can you ctrl+alt+F1 ?01:28
PFAlupine_85: yeah, that's what im doing right now01:28
=== Meez [n=meez@81-86-107-141.dsl.pipex.com] has joined #ubuntu
tamacrackerladydoor im such a newb...01:29
lupine_85in that case, killing your X server should do the trick01:29
=== kwah [n=alexei@a123103.upc-a.chello.nl] has left #ubuntu []
nozorroPFA: did you try ctrl+alt+backspace from desktop?01:29
lupine_85sudo killall X ?01:29
tamacrackerladydoor it says as Route run the script: sh Install.sh01:29
ladydoorsovieticool: that just unpacks it though. did you do anything after that?  also, please say my nick if you want me to get it01:29
PFAnozorro: no i did not h/o01:29
sovieticoolladydoor, this is the line i used sudo tar zxvf linuxdcpp.tar.gz -C /opt01:29
Hor|zonsudo /etc/init.d/gdm stop01:29
Hor|zonsudo /etc/init.d/gdm start01:29
=== neostyle [n=neostyle@chello213047124050.36.11.vie.surfer.at] has joined #ubuntu
Hor|zon>.>01:29
C3030JosefK: Yeah, Got any ideas what's happening?01:29
=== FR_40tude [n=philippe@AAubervilliers-151-1-36-232.w83-112.abo.wanadoo.fr] has joined #ubuntu
nozorroPFA: this key combo kills the grph. interface and restarts it01:29
Hor|zonI don't like just killing it...although I'm not sure if there's any difference01:30
C3030should I go to #amsn or something?01:30
eyequeueHor|zon, there is also "restart" in most init scripts these days01:30
PFAnozorro: oooooooooooooooooooooooooohhhh kewl thankeez01:30
TonrenAARGGHH!!! recover can't find the file I JUST deleted!!! AARRRGHHH!!!01:30
PFAbuh bye thanks guys01:30
=== PFA [n=elizabet@unaffiliated/purplefeltangel] has left #ubuntu []
ladydoortamacracker: ok, so do sudo ./Install.sh. sudo is a command that lets you be root for just the space of one command. it'll ask for *your* password, and it won't look like you're typing anything, but it'll work.01:30
ladydoorsovieticool: oh, ok. and that's everything?01:30
tamacrackerahh i see01:30
JosefKC3030: not a clue, if it's a segfault it could be a lot of things, #amsn is your best bet01:30
tamacrackerladydoor sudo always = root for one command01:30
Hor|zonactually it's reload with gdm01:30
ladydoortamacracker: isn't that what i said?01:30
C3030JosefK: THanks, I'll try there01:30
=== TigerDuck [n=TigerDuc@p57A32642.dip0.t-ipconnect.de] has joined #ubuntu
zepskihow does one set x to load on a certain resolution01:31
tamacrackerladydoor :( i need to learn the scripts for terminal of ubuntu01:31
sovieticoolladydoor, this steps wget -c http://easylinux.info/uploads/linuxdcpp.tar.gz01:31
sovieticoolsudo tar zxvf linuxdcpp.tar.gz -C /opt01:31
sovieticoolgksudo gedit /usr/share/applications/dcpp.desktop01:31
ladydoortamacracker: oh! sorry. i thought you were someone else telling me i was wrong01:31
eyequeue!rute > tamacracker01:31
ladydoortamacracker: i didn't mean to snap. it's not too hard once you get started learning01:31
=== traveller [n=kenneth@202.126.108.183] has joined #ubuntu
TigerDuckHi there01:32
ladydoortamacracker: lots of instructions here and on the forums will have terminal commands01:32
ladydoorsovieticool: ok, cool. in that case you don't need to uninstall it if you don't want to01:32
tamacrackerladydoor that command is not working01:32
tamacrackerladydoor ./Install.sh01:32
=== SpudDogg [n=spuddogg@69-165-165-57.atlsfl.adelphia.net] has joined #ubuntu
JosefKtamacracker: permission denied?01:32
BHSPitMonkeyo.o01:32
ladydoorsovieticool: but if you *really* do, you can remove dcpp.desktop and then remove linuxdcpp from /opt01:33
tamacrackerJosefK no... command not found.01:33
Hor|zonchmod +x  Install.sh01:33
SpudDoggDoes anyone here know why when I remote desktop into a windows box, the colors are all messed up?01:33
JosefKtamacracker: check capitalisation first (install.sh?) if it's not that, make sure you're in the same path as the Install script01:33
=== neoncode [n=neoncode@unaffiliated/neoncode] has joined #ubuntu
Hor|zoncommand not found...is the i captilized?01:33
ladydoortamacracker: ok...this is going to sound sillly, but just see if the file exists. Do ls (LiSt) to list the files in your current dir01:33
ladydoortamacracker: actually, do ls -l01:34
=== tchung [n=tchung@CPE-60-230-64-82.vic.bigpond.net.au] has left #ubuntu ["Konversation]
ladydoortamacracker: and make sure that Install.sh has, at the beginning of its line, rwxrwxrwx or something of the sort01:34
Hor|zonhmm hey, does anyone know why there's a dir command when there's ls?01:34
JosefKHor|zon: check your ~/.bashrc, it's an alias01:34
Hor|zonah01:35
Hor|zonmakes sense01:35
nozorroHor|zon: it's been included for those who know it :-)01:35
=== cynical [n=cynical@adsl-068-209-095-168.sip.gsp.bellsouth.net] has joined #ubuntu
=== ali4728 [n=ali@adsl-69-111-56-50.dsl.pltn13.pacbell.net] has joined #ubuntu
Hor|zonheh sounds a bit silly to me01:35
tamacrackerladydoor drwxr-xr-x 8 tamacracker tamacracker  4096 2006-05-07 18:06 BashBurn-1.8.001:35
=== pozdiy [n=pozdiy@dhcp-208-12.wireless.uab.edu] has joined #ubuntu
=== FR_40tude [n=philippe@AAubervilliers-151-1-36-232.w83-112.abo.wanadoo.fr] has joined #ubuntu
=== SuperMiguel [n=miguel@252-223.126-70.tampabay.res.rr.com] has joined #ubuntu
tamacrackernext ubuntu needs to come up with a simpler way of doin this... if i had no internet connection Ubuntu would be useless to me01:36
ladydoortamacracker: aha! ok, you need to cd into BashBurn-1.8.0. it's the color it is because it's a directory01:36
Brinkshey, if I'm paritioning this up in windows how many partitions should I make?01:36
ladydoortamacracker: and then try sudo ./Install.sh.01:36
tamacrackerok01:36
SuperMiguelhow can i set my su password?01:36
=== thansen|laptop [n=thansen@160.7.244.137] has joined #ubuntu
THX-1138Mouse Chording      ~/.imwheelrc    http://katze-mit-wut.azundris.com/archives/126-Microsoft-IntelliMouse-Explorer-2.0,-linux,-xemacs,-and-x.org.html01:36
=== lbm [n=lbm@0x50a1ee0c.unknown.tele.dk] has joined #ubuntu
eyequeueSuperMiguel, sigh01:36
JosefK!root > SuperMiguel01:36
=== stamina|xr7 [n=mike@c-71-230-73-165.hsd1.pa.comcast.net] has joined #ubuntu
eyequeue!root > SuperMiguel01:37
=== bsdfox [n=h36sa@dialup-4.181.122.187.Dial1.SanJose1.Level3.net] has joined #ubuntu
ladydoorSuperMiguel: sudo passwd root, but officially you're not supposed to.01:37
ladydoorSuperMiguel: you should probably use sudo instead if you're not an experienced linuxite01:37
nozorroBrinks: you'l need two partitions at minimum, one for the system, one for swap01:37
eyequeueSuperMiguel, read the url for security cautions01:37
ladydoorSuperMiguel: or even if you are01:37
Hor|zonsometimes you need to use su01:37
stamina|xr7hey ppl01:37
SuperMiguelyep01:37
eyequeueHor|zon, never01:37
=== paulo [n=paulo@201-24-229-189.ctame704.dsl.brasiltelecom.net.br] has joined #ubuntu
ladydoorHor|zon: oh, i know. i use it all the time01:37
SuperMiguelxD01:37
JosefKHor|zon: sudo bash01:37
Hor|zonsome things still don't work properly with sudo01:37
=== micahcowan [n=micahcow@69.36.252.2] has joined #ubuntu
eyequeueHor|zon, what will not?01:37
SuperMiguelhey guys01:37
SuperMiguelor girsl01:38
sharkiezzhey guys, does anyone know where on the ubuntu.com site will link to torrent the ubuntu cd images?01:38
TigerDuckQ: heise.de reported there was a screw-up in the kernel update to 2.6.16-26 as you could read in http://www.heise.de/newsticker/meldung/78254/from/atom10 (German). Does anyone know it this has been fixed be now?01:38
SuperMigueldoes any one know how to remote into linux from windows01:38
eyequeueTigerDuck, /topic ?01:38
JosefKSuperMiguel: you've got some options there, do you want Graphical or Text based?01:38
TigerDuckeyequeue: oops01:38
ladydoorSuperMiguel: download putty (it's the first result when you google "putty"01:38
eyequeueSuperMiguel, ssh protocol, putty for example01:38
=== all-natural [n=all-natu@pool-151-203-182-46.wma.east.verizon.net] has joined #ubuntu
SuperMiguelputty is text base?01:38
tamacrackerladydoor ok now it's askin me if im a Slackware user and do i wish to keep the standard installtion locations01:39
SuperMiguelright01:39
nozorroHor|zon: for graphical apps, use gksu or gksudo instead of sudo01:39
eyequeueSuperMiguel, no, it's some gui app01:39
ladydoortamacracker: nope! you're an ubuntu user :-)01:39
JosefKSuperMiguel: yes, install the openssh-server package on the Ubuntu box01:39
SuperMigueli did01:39
TigerDuckSuperMiguel: it's easy, if you install cygwin and putty01:39
Hor|zonthere's a howto in the howto section of the forums for setting up a vnc server01:39
tamacrackerok01:39
tamacrackerladydoor ok01:39
SuperMigueli did but01:39
SuperMiguelit just give me a terminal seccion01:39
ladydoortamacracker: oh, and let me know if you need any help setting it up after you install it. it takes some configgerin'01:39
SuperMiguelnot graphic01:39
Hor|zonheh I don't like gksu, it looks dodgy with the nvidia drivers01:39
JosefKSuperMiguel: alas, yes, it's just text based01:39
=== b^j [n=bjohnson@CPE-65-29-24-2.mn.res.rr.com] has joined #ubuntu
sovieticoolladydoor, i do it thank's01:39
eyequeueSuperMiguel, of course, what else would it be?01:39
TigerDuckSuperMiguel: use putty for an X11 tunnel01:39
Hor|zonand I like seeing the output01:40
Hor|zon>.>01:40
ladydoorsovieticool: it worked?01:40
TigerDuckSuperMiguel: then start an x-session in cygwin01:40
JosefKSuperMiguel: the nicest looking desktop (imo) is with Cygwin's X server and enabling remoting from the GDM config, but VNC works also01:40
sovieticoolyes01:40
nozorroHor|zon: with the standard nv driver it looks the same though01:40
=== skymt0 [n=skymt0@pool-71-241-29-60.norf.east.verizon.net] has joined #ubuntu
SuperMiguelcygwin is secure?01:40
stamina|xr7hey....anyone know where i can get a changelog for all these compiz updates....just got like the 5th one this week01:40
TigerDuckSuperMiguel: putty is secure01:40
sovieticoolladydoor, i delete it :D now to intall it from forum tutorial whit that link01:40
stamina|xr7i want t oknow what they are for01:40
Hor|zonnot the opensource ones...those are useless...I'm talking about the slightly less useless closed ones01:40
eyequeueSuperMiguel, you want ssh protocol to be secure01:41
ladydoorsovieticool: sweet. good luck!01:41
SuperMiguelthere us ssh with graphics?01:41
JosefKSuperMiguel: cygwin is a port of a lot of GNU/Other tools to Windows, X is one of them01:41
tamacrackeroh my god01:41
eyequeueSuperMiguel, the putty app is a gui app01:41
Hor|zonheh if you ask me they need to let us disable the fading thingy anyways01:41
tamacrackerladydoor lol i have to type commands in order to burn a cd?01:41
=== jme_ [n=jme@c-24-7-89-173.hsd1.ca.comcast.net] has joined #ubuntu
=== MeGaQuArK [n=gary@pool-71-111-178-14.ptldor.dsl-w.verizon.net] has joined #ubuntu
nozorrostamina|xr7: look in /usr/share/doc/<packagename> there's a changelog there for *every package01:41
eyequeueputty (1)            - GUI SSH, Telnet and Rlogin client for X01:41
Hor|zonI want it to grab the mouse and keyboard...I just don't want the ugly effect01:41
sovieticoolladydoor, how do i change resolution to 1280x102401:41
TonrenGuys, there is something HORRIBLY WRONG witht he way my FAT16 Compact Flash card is mounting, and it's REALLY frustrating, and I have NO idea what to do with it.01:41
ladydoortamacracker: not...exactly.01:42
Hor|zonhas someone worked out how to do it? is it even possible?01:42
THX-1138!mouse01:42
ubotuEnabling extra mouse buttons: https://help.ubuntu.com/community/ManyButtonsMouseHowto  - Enabling serial mouse: https://help.ubuntu.com/community/SerialMouseHowto01:42
stamina|xr7nozorro: thanlks01:42
mangobothey, i have an issue: when i try to install ubuntu from the livecd, the load of the live desktop stops and then this error comes: Disk error F1, AX = 4200, drive 9F, I/0 error, error reading  boot cd01:42
ladydoorsovieticool: i'm sorry, i'm not sure01:42
eyequeueSuperMiguel, putty (1)            - GUI SSH, Telnet and Rlogin client for X01:42
mangobotcan someone help?01:42
=== Tamale [n=Tamale@65.216.67.161] has joined #ubuntu
=== skymt0 [n=skymt0@pool-71-241-29-60.norf.east.verizon.net] has left #ubuntu ["Leaving"]
=== gord [i=gord@85-210-11-252.dsl.pipex.com] has joined #ubuntu
SuperMigueleyequeue: but when i use putty it give a base text windows01:42
creatureAre you sure it's Fat16, Tonren? Why not fat32?01:42
=== quiet [n=quiet@ip24-254-249-181.hr.hr.cox.net] has joined #ubuntu
eyequeueSuperMiguel, inside a gui01:42
sovieticoolladydoor, ok it's cool i will find01:42
TamaleDBO:  No luck.. still "no direct rendering"01:42
Tonrencreature: I am using it with a Gameboy Advance flash cartridge so I can do GBA development; i trequires FAT1601:42
ladydoortamacracker: sorry...when you started i thought that was the kind of thing you wanted :-(. but on the plus side, its interface is very intuitive01:42
SuperMiguelinside a gui?01:42
=== sharkiezz [n=sharkmas@adsl-221-19-132.rmo.bellsouth.net] has left #ubuntu []
Hor|zon=_=01:43
creatureTonren: neat.01:43
eyequeueSuperMiguel, yes, the putty app is a gui app01:43
SuperMiguelok01:43
eyequeueSuperMiguel, putty will not run in console01:43
mangobothey, i have an issue: when i try to install ubuntu from the livecd, the load of the live desktop stops and then this error comes: Disk error F1, AX = 4200, drive 9F, I/0 error, error reading  boot cd01:43
stamina|xr7haha how do i use nick complete in xchat?01:43
tamacrackerladydoor i just need to burn my mp3s into a cd so that i can listen to my cd on anything01:43
Tonrencreature: It was... in Windows.  :\   Now this completely inexplicable problem has completely stopped me dead in my tracks.01:43
quietwill simply installing network-manager-gnome add the icon the panel? or how do i add it? and does it work out-of-the-box after a restart?01:43
eyequeuestamina|xr7, e y e tab01:43
TigerDuckmangobot: you are repeating yourself01:43
mangobotyes01:43
PhilHSuperMiguel, just how GUI do you want it?01:43
mangobotlol01:43
tamacrackerladydoor but here's my mp3s folders /media/illriginal/My Downloads01:43
Tonrencreature: There's no rhyme or reason to it.  Sometimes it loads with perfect read/write permissions, but I get a black screen when I open the ROM on the GBA. Other times it loads with literally NO permissions01:43
=== RazvanS [i=ghfh@84.232.234.192] has joined #ubuntu
stamina|xr7eyequeue, haha thanks01:43
=== RazvanS [i=ghfh@84.232.234.192] has left #ubuntu []
eyequeuestamina|xr7, no prob01:44
ladydoortamacracker: aha. well, bashburn (i think) works better than any of the guis...but you might like k3b. sorry you had to go through all that...but on the plus side you learned something, i guess...?01:44
SuperMiguelgnome01:44
JosefKtamacracker: GnomeBaker is rather good (unless you're using KDE)01:44
=== silverfox [i=silver@201.15.158.202] has joined #ubuntu
creatureTonren: Fat16 has no concept of permissions.01:44
=== jptxs [n=jptxs@c-69-141-119-21.hsd1.nj.comcast.net] has joined #ubuntu
creatureThey're an abstraction/fakery added by the mounting code.01:44
jptxshello01:44
creatureYou can choose the permissions when you mount the device.01:44
PhilHSanmiguel, i just mean what functions do you want to be able to access through a gui01:45
tamacrackerJosefk how do i get my hands on Gnomebaker?01:45
eyequeueSuperMiguel, you want to install gnome on your ms box, and then ssh into the ubuntu box?01:45
=== mfuentes [n=mario@200.54.6.67] has joined #ubuntu
Tonrencreature: Well, something horrible is happening.01:45
SuperMiguelhow do i do that01:45
=== bnoob-saiot [i=poisoner@11383.unitednetworx.com] has joined #ubuntu
=== CalJohn [n=cal@augusta54.demon.co.uk] has joined #ubuntu
JosefKtamacracker: sudo aptitude install gnomebaker01:45
=== bsdfox [n=h36sa@dialup-4.181.122.187.Dial1.SanJose1.Level3.net] has joined #ubuntu
PhilHSuperMiguel, is it actually SSH you want or VNC?01:45
eyequeueSuperMiguel, gnome.org may have ms-based gnome available, check there i guess01:45
=== arcasa [n=arcasa@host86-136-44-98.range86-136.btcentralplus.com] has joined #ubuntu
Hor|zonI think he said vnc01:45
Hor|zonin the first place01:45
Hor|zon>.>01:45
SuperMigueli have ssh installed01:45
creatureTonren: You're not relying on an automounter at all, are you?01:46
Tonrencreature: Nope01:46
SuperMiguelbut it give a base text xD01:46
eyequeueSuperMiguel, on both ends?01:46
SuperMiguelumm01:46
PhilHeyequeue, MS based GNOME?!01:46
=== bnoob-saiot is now known as noob-saibot
SuperMigueljust on one computer01:46
eyequeuePhilH, he can check01:46
tamacrackerJosefk now that's simple to download and install that's what i like.... now hopefully it's user-friendly01:46
=== x-Dieu [n=nubuntu-@unaffiliated/x-tm] has joined #ubuntu
TigerDuckSuperMiguel: with putty/cygwin/remote X you will only get graphic application windows but no gnome "desktop"01:46
=== eight [n=obietric@86-107-121-150.netgrup.ro] has joined #ubuntu
Hor|zonSuperMigeul....what do you actually want to do? remote desktop?01:46
PhilHeyequeue, sure, but there's no need to confuse the issue further01:46
SuperMiguelsomething like that01:46
SuperMiguelbut secure01:46
JosefKTigerDuck: incorrect01:46
b^ji can't install libgtk2.0-dev due to some weird dependency issues with versions of the libs higher then versions of the lib*-dev's is this a known thing, is it fixable or do i have to wait for the archive maintainers to get their acts togather01:46
eyequeuePhilH, he asked for that though01:46
jptxsI've got an ISO which I used to install 6.06 server in a VMWare VM with no issues.  I burned it, checked it for errors (booted it and ran the media check) in VMWare, took the same disk and put it into another PC and did the same media check and it failed on one of the kernel image files.  I've gone through 13 ISOs, two batched of CDROMs, and used two different burners all with the same results.01:46
sovieticoolladydoor, from the begining the link from http://ubuntuforums.org/showthread.php?t=28378 don't work01:46
TigerDuckSuperMiguel: use tightVNC01:47
jptxsideas?01:47
PhilHAh, tunneling  VNC though SSH?01:47
Hor|zonoh...he wwants vnc over ssh01:47
=== Renan_s2 [n=Renan@201.22.195.171.adsl.gvt.net.br] has joined #Ubuntu
JosefKTigerDuck: if you enable XDMCP in GDM, you can run 'X -broadcast' or 'X -query *IP*'01:47
=== lakin [n=lakin@S01060013101832ce.cg.shawcable.net] has joined #ubuntu
arcasaHi all. I used WINE to install the windows version of FireFox in the hope I would be able to watch AND listen to flash. Firefox installed the plugin automatically, all was well. Now when I play a flash I get maybe 2fps and no sound... Please help :(01:47
ladydoorsovieticool: oh yeah, you need to install cvs. sudo aptitude install cv01:47
ladydoors01:47
JosefKTigerDuck: that gets you a login X session01:47
b^jvnc over ssh is easy01:47
jptxsshorter question: is there a way to do an ftp/http install with 6.06?  not in docs...01:47
=== snowblink [n=snowblin@31.74.2.81.in-addr.arpa] has joined #ubuntu
=== Ash-Fox [i=UNKNOWN@ps185.szczecin.sdi.tpnet.pl] has joined #Ubuntu
ladydoorhey, does anybody know where puTTy saves its config files?01:47
PhilHb^j how do you access it on the windows client side?01:47
=== mfuentes [n=mario@200.54.6.67] has left #ubuntu ["Abandonando"]
jrib!flash > arcasa01:47
ladydoorbecause i'd like to have it on a usbdisk01:48
Tonrencreature: It's not paying attention to mount -o rw01:48
b^jPhilH, you use putty?01:48
Tonrencreature: I'm not getting write permissions01:48
jribarcasa: that should fix your sound issues on the linux version of flash01:48
Renan_s2ladydoor, on Linux should be ~/.putty, I guess, but on Windows it is on the registry01:48
TigerDuckladydoor: in the registry01:48
axeeanyone know what i should look into for pressing x2 mouse buttons at the same time (its not working atm)01:48
eyequeueladydoor, .putty/01:48
ladydoorRenan_s2: could i get it to save into the putty dir on my usbstick?01:48
PhilHb^j, does putty have VNC support?01:48
Renan_s2ladydoor, I don't know01:48
b^jPhilH, easiest thing is to use putty's forwarding01:48
creatureTonren: weird. Anything in the syslog?01:48
b^jPhilH, no, you forward the port with it though01:48
PhilHb^j, ah, cool01:48
=== RazvanS [i=ghfh@84.232.234.192] has joined #ubuntu
b^jPhilH, there are howtos on google for it01:49
b^jPhilH, Just look up putty vnc01:49
=== superjew9020 [n=jewboy@c-67-163-157-189.hsd1.pa.comcast.net] has joined #ubuntu
PhilHb^j, thanks, i'll have to take a look01:49
=== slight [n=a@host-84-9-117-134.bulldogdsl.com] has joined #ubuntu
eyequeuellok, try putty connection>ssh>x11  isn't that what he wants?01:49
eyequeuelook rather01:49
b^jPhilH, If you can't find it give me a yell01:49
=== jdlas [n=uein@a83-132-186-182.cpe.netcabo.pt] has joined #ubuntu
jdlasI wrote pine in my home, and the program created to me some files and a folder called email.. I would like to know how can I undo this ??01:49
eyequeueSuperMiguel,  try putty connection>ssh>x11  isn't that what you want?01:49
jptxsshorter question: is there a way to do an ftp/http install with 6.06?  not in docs...01:49
Tonrencreature: WEIRD shit coming out of dmesg01:50
TigerDuckeyequeue: I think he really wants a complete desktop01:50
JosefKjdlas: just delete them, pine won't complain01:50
=== dmb [n=dmb@unaffiliated/dmb] has joined #ubuntu
=== iratsu is now known as Glim
Tonrencreature: hang on, i'll pastebin01:50
SuperMiguelhey01:50
b^jjptxs, try the alternate install cd01:50
superjew9020can anyone help me i downloaded a tar.gz theme for gtk on freshmeat.net but when i try and install it gnome theme installer says it is an invalid format01:50
PhilHeyequeue, i'm not sure we want to deal with X here01:50
eyequeueSuperMiguel, "X11" means gui01:50
jptxsb^j: i will, but for curiosity, why?01:50
Tonrencreature: http://paste.ubuntu-nl.org/2356501:50
mluser-workAnyone know what package "libstdc++-libc6.2-2.so.3" belongs to?01:50
nozorrosuperjew9020: it's it's likely a theme *engine01:50
superjew9020what??01:51
b^jjptxs, b/c thats how you install in alternate manners to the live cd01:51
superjew9020its a tar.gz gtk theme01:51
=== jdlas [n=uein@a83-132-186-182.cpe.netcabo.pt] has left #ubuntu []
slightsuperjew9020, have you tried more than one?01:51
SuperMigueli have a question i just donwload a file from no-ip.com and i donwload in two computers on one i put make and it does work on the other one i put make and it says command not found01:51
SuperMiguelwhy is that01:51
superjew9020some work others dont01:51
nozorrosuperjew9020: if it fails, it's a theme engine (libraries to drive themes) or a badly packaged theme01:51
JosefKmluser-work: http://www.debian.org/doc/manuals/apt-howto/ch-search.en.html - Section 5.401:51
creatureTonren: Erk.01:51
Tonrencreature: Actually01:51
Tonrencreature: I think that's old.  Mounting it doesn't actually generate anything in dmesg01:51
creatureI've never seen that before, but it looks like your card is intermittent.01:51
mluser-workJosefK: thanks01:52
Hor|zonopen the archive and manualy extract the theme to your themes folder >.>01:52
=== blanky [i=blanky@ACC04386.ipt.aol.com] has joined #ubuntu
blankywhere can I get ati drivers01:52
SuperMiguelany ideas?01:52
jptxsb^j: is alternate the desktop or server version?01:52
Hor|zonsome of them aren't in the right format...you have to put the folder in your themes folder youself01:52
tgelteranyone know anything about the grub.lst?01:52
b^jhas anyone been able to get libgtk2.0-dev working lately01:52
superjew9020is ther away to tell wether its a theme or a theme engine01:52
PhilHSuperMiguel, both linux machines?01:52
SuperMiguelyep01:52
SuperMiguelboth ubuntu01:52
SuperMiguelsame version01:52
b^jjptxs, both i think01:52
PhilHSuperMiguel, one has build tools installed the other doesn't01:52
=== Dace [n=dace@62.142.195.83] has joined #ubuntu
jptxsgot it01:52
blankywhere can I get ati drivers01:52
eyequeuetgelter, /biit/grub/menu.lst?01:52
=== rizzi [n=rizzi@p54875635.dip.t-dialin.net] has joined #ubuntu
eyequeuetgelter, /boot/grub/menu.lst?01:53
ladydoorSuperMiguel: try installing SuperMiguel install build-essential01:53
tgeltereyequeue: yes01:53
nozorrosuperjew9020: well, read what it says on the site that you're downloading from :-)01:53
superjew9020it says its a theme01:53
mluser-workAnyone know what package provides "libstdc++-libc6.2-2.so.3" ?01:53
=== Zunino [n=ney@142176.fln.virtua.com.br] has joined #ubuntu
SuperMiguelbuild-essentials?01:53
nozorrosuperjew9020: can you give me a link?01:53
Tonrencreature: This is weird... I'm consistently not getting write access now... but I was definitely able to write to it before!01:53
b^jblanky, http://www.ati.com/support/driver.html01:53
blankywhere may I get ati drivers, anyone?01:53
eyequeueladydoor, s/SuperMiguel/sudo apt-get/ ? :)01:53
ladydoorSuperMiguel: build-essential. it's a package01:53
blankythanks b^j01:53
tgeltereyequeue: I can't get it to auto-update it to include new kernels that I install through aptitude/synaptic01:53
sovieticoolwhat is kernel headers and how i use them01:53
ZuninoHello. Could anybody give me some assistance with CD copying in Dapper?01:53
sovieticool>?01:53
blanky*sighs*01:53
blanky!ati01:53
ubotuTo install the Ati/NVidia drivers for your video card, see https://help.ubuntu.com/community/BinaryDriverHowto01:53
creatureTonren: I think your card is dying.01:54
superjew9020http://themes.freshmeat.net/projects/ganymede__/01:54
=== zenwifi__ [n=zenwhen@74.131.98.148] has joined #ubuntu
=== rizzi [n=rizzi@p54875635.dip.t-dialin.net] has left #ubuntu ["Ich]
tamacrackerJosefk now that's what I'm talkin bout... it's burnin my mp3 ;)01:54
Tonrencreature: That... COULD be it.01:54
=== darkfox [n=akp@eggcup.net] has joined #ubuntu
eyequeuetgelter, i don't know, i use apt-get and it's automatic here, if that helps01:54
tamacrackerladydoor thanks for your help as well01:54
=== Decadent [n=variemai@ppp90-51.adsl.forthnet.gr] has joined #ubuntu
=== lophyte [n=dave@bas5-toronto63-1128749381.dsl.bell.ca] has joined #ubuntu
Tonrencreature: I didn't really use it that much until now01:54
jptxsthank all, bbl perhaps01:55
darkfoxhi all.  my ubuntu has suddenly started spitting out 'undefined symbol: exit, version GLIBC_2.0' whenever I run any command :(  does anyone have any ideas?01:55
=== jptxs [n=jptxs@c-69-141-119-21.hsd1.nj.comcast.net] has left #ubuntu []
PhilHmluser-work, search for a package beginning libstdc++01:55
PhilHit might be in one of those01:55
=== Nuln [n=Nuln@ALille-153-1-62-195.w86-196.abo.wanadoo.fr] has joined #ubuntu
tgeltereyequeue: yes, it's been automatic for me always too, but I set up my fakeraid and had to debootstrap dapper, then configure everything manually...and I don't know how to make my grub.lst auto-update w/ new kernel installes01:55
=== yoshiznit123 [n=sciyoshi@dhcp201041.rez.mcgill.ca] has left #ubuntu []
ZuninoHow do you copy a CD (audio one in this case) without using an external application?01:55
tgelteranyone else have any experience with /boot/grub/menu.lst?01:55
=== karl_ [n=travis@207.53.228.30] has joined #ubuntu
b^jcan someone try installing libgtk2.0-dev for me, i can't get it to download due to dependencies and want to see if it si just me01:55
b^jtgelter, what do you need?01:56
PhilHZunino, you want to do it with BASH?01:56
ZuninoNo, with Gnome01:56
eyequeuetgelter, nor do i, sorry01:56
ZuninoNautilus01:56
PhilHZunino, you probably can't01:56
ZuninoI tried "copy cd" and then "write to disk"01:56
Tonrencreature: to allow all permissions, DMASK and FMASK should be 0777 right?01:56
=== shmho [n=shmho@134.75.55.113] has joined #ubuntu
ZuninoBut it always complains that the image is not a valid ISO image.01:56
PhilHoh, hang on, i'm using an older version of gnome than dapper01:56
=== Decadent [n=variemai@ppp90-51.adsl.forthnet.gr] has joined #ubuntu
TigerDuckKernel update finished ... rebooting01:57
nozorrosuperjew9020: this file is probably not correctly packaged, anyway it might also be well out of date. anyway, make sure to download the compressed format of the package (where it says '.gz' on the dl page)01:57
=== funkyHat_ [n=matt@cpc7-nthc3-0-0-cust812.nrth.cable.ntl.com] has joined #ubuntu
superjew9020did that01:57
PhilHZunino, what's stopping you from using another program?01:57
ZuninoI have tried with another audio CD, but the problem remains. It seems the extracted image is not assembled correctly.01:57
tgelterb^j: I can't get it to auto-add my new kernel entries when I update my kernel01:57
superjew9020screw im fed up with gnome im goin to fluxbox01:57
sovieticool!sconcs01:57
ubotuSorry, I don't know anything about sconcs - try searching on http://bots.ubuntulinux.nl/factoids.cgi01:57
creatureTonren: Other way around, probably.01:57
creature000, but check the man page.01:57
nozorrosuperjew9020: it's quite old really01:57
creatureI suspect it's like umask.01:57
b^jtgelter, weird, it just works for me, you can just copy entriies and update the path to the new kernel though01:57
ZuninoNothing, actually. I just wanted to find out whether there's a known problem about that procedure.01:58
SuperMigueldoes any one know how can i shut down a no-ip program01:58
SuperMiguelin linux01:58
=== funkyHat_ is now known as funkyHat
ZuninoFrom what I read, it should be a piece of cake.01:58
Tonrencreature: I think you're right01:58
ZuninoAnd I wish it worked.01:58
Tonrencreature: This is bizarre.  No matter what I do, it won't give me write permissions!01:58
tgelterb^j: yes, I suppose I could, but since new kernel updates happen frequently, I'd like it to be automatic01:58
b^jtgelter, its actually a really easy file to play with and as long as you leave your old entries there you shouldn't break anything beyond recovery01:58
creatureTonren: Sounds about right if the card is dying.01:58
=== ntoo [n=oo@cky56.neoplus.adsl.tpnet.pl] has joined #ubuntu
=== frying_fish [n=frying_f@insouciant.plus.com] has joined #ubuntu
=== nahoj [n=johan@81-235-236-180-no92.tbcn.telia.com] has joined #ubuntu
b^jtgelter, thats a package issue more then a grub issue01:58
=== chrisbudden14 [n=chrisbud@host-84-9-55-20.bulldogdsl.com] has joined #ubuntu
Tonrencreature: Hm.  I guess I'll hafta try out another one01:59
ZuninoI suspect there might be something I could tweak in the parameters of the CDROM device that would ensure the extraction is OK. But I am only guessing.01:59
creatureBorrow a known-good card and test.01:59
b^jtgelter, did you edit your menu.list by hand01:59
Tonrencreature: well, thanks for your help.  adios!01:59
ZuninoThanks anyway, Phil.01:59
PhilHZunino, if it needs tweaking then it's a bug01:59
tgelterb^j: actually, I think it's a problem with my menu.lst configuration...I set it up manually when I installed01:59
ZuninoAgreed01:59
b^jtgelter, does dpkg give you any errors when a new kernal is install01:59
PhilHZunino, if the function is supposed to copy the CD it's obviously not working properly01:59
b^jtgelter, then dpkg is refusing to edit it01:59
SuperMigueldoes any one know how to shut down ssh server?01:59
eyequeueb^j, <tgelter> eyequeue: yes, it's been automatic for me always too, but I set up my fakeraid and had to debootstrap dapper, then configure everything manually...and I don't know how to make my grub.lst auto-update w/ new kernel installes01:59
=== justin_ [n=justin@modemcable138.202-203-24.mc.videotron.ca] has joined #ubuntu
eyequeueSuperMiguel, sudo /etc/init.d/ssh stop02:00
=== illvarg [n=illvarg@ti500710a080-15266.bb.online.no] has joined #ubuntu
tgelterb^j: no, kernels install fine, and if I add them manually, I can boot from them02:00
Hor|zoncan't you just manually sudo update-grub after new kernel installs?02:00
=== BazziR [n=Bastian@p50801114.dip0.t-ipconnect.de] has joined #ubuntu
b^jtgelter, dpkg might say something to the effect that menu.list has changed and it won't edit it02:00
tgelterHor|zon: I could, but that can get annoying since kernel updates are frequent02:01
b^jtgelter, dpkg is cowardly like that <G>02:01
nozorrosuperjew9020: this seems to be a theme for gtk 1.2 not 2.*02:01
=== kuyky [n=kuyky@84.90.39.212] has joined #ubuntu
b^jso, has anyone been able to get libgtk2.0-dev installed lately?02:02
sovieticooli just install krusader and when i start i have a lot of error...mime02:02
=== Grok_ [n=halb@adsl-144-206-162.mia.bellsouth.net] has joined #ubuntu
=== Hawk|- [n=Hawk@p549CBFBE.dip0.t-ipconnect.de] has joined #ubuntu
Hor|zontgelter: http://64.233.183.104/search?q=cache:_7Goq7rl__wJ:www.l0t3k.net/biblio/linux/debian/en/debian-grub.html+automatically+run+update-grub+after+new+kernel+installs&hl=en&gl=uk&ct=clnk&cd=302:02
tgelterb^j: I just installed another kernel and dpkg reported no errors02:03
=== iapx8088 [n=c9@host98-164-dynamic.3-87-r.retail.telecomitalia.it] has joined #ubuntu
Hor|zonscroll down to automating update-grub02:03
iapx8088hi02:03
=== greg_afk is now known as greg_zx
iapx8088where can I talk to developers to propose a new package?02:03
tgelterHor|zon: perfect02:03
tgelterthanks02:03
iapx8088a package I made, of course02:03
darkfoxhi all... my libc seems to be hosed :(  dpkg won't run... anyone got any ideas?  "ls: symbol lookup error: ls: undefined symbol: exit, version GLIBC_2.0"02:03
eyequeue!motu02:03
ubotumotu is short for Masters of the Universe. The brave souls who maintain the packages in the Universe section of Ubuntu. See  http://wiki.ubuntu.com/MOTU02:03
iapx8088o thanks02:04
Hor|zon:)02:04
mangobothey, i have an issue: when i try to install ubuntu from the livecd, the load of the live desktop stops and then this error comes: Disk error F1, AX = 4200, drive 9F, I/0 error, error reading  boot cd02:04
ZuninoPhil, I have found this: http://www.ubuntuforums.org/archive/index.php/t-138487.html02:04
iapx8088bye02:04
=== iapx8088 [n=c9@host98-164-dynamic.3-87-r.retail.telecomitalia.it] has left #ubuntu ["Leaving"]
eyequeuehttps://wiki.ubuntu.com/MOTU/Packages/Candidates02:05
Renan_s2mangobot, damaged CD. Try burning another one02:05
eyequeuetoo late02:05
mangoboti've burned several02:05
ZuninoApparently, audio CDs must be extracted differently. It sounds odd to me. I thought an image was an image, regardless of the nature of the data it contains.02:05
SuperMiguelwhen i'm configuring ssh server and i put ssh -p 8443 localhost02:05
SuperMiguelit ask me for a password which password is that one02:05
mangobotRenan_s2: i've burned several cd's, and all do the same thing02:06
GoClickmangobot perhaps your image is bad02:06
Renan_s2mangobot, then try downloading the ISO again02:06
micahcowanSuperMiguel, your own user password.02:06
eyequeueSuperMiguel, the one for the account you are entering02:06
micahcowanYou'r logging02:06
micahcowan'scuse me.02:06
GoClickmangobot Well before you download the ISO again do a checksum02:06
micahcowanYou're logging in as your own username into your local machine.02:06
SuperMiguelbut i put that one and it says that is wrong :S02:06
=== sris [n=sris@sris.se] has left #ubuntu ["Ex-Chat"]
mangobotokok02:06
PhilHZunino, aha, still needs to be guified but good to know it's not totally broken02:06
=== cess [n=ed@ewc172.frostburg.edu] has joined #ubuntu
GoClickmangobot do you know what a checksum is and how to do it?02:06
=== Wrentype [n=KlingonE@c-66-177-121-238.hsd1.fl.comcast.net] has joined #ubuntu
SuperMiguelit says permission denied02:06
SuperMiguelum02:07
micahcowanSuperMiguel, well probably a configuration issue with sshd, then.02:07
=== aceracer24 [n=aceracer@c-67-182-226-119.hsd1.ut.comcast.net] has joined #ubuntu
eyequeueSuperMiguel, in the command you listed, it would be the same account you are in02:07
=== aceracer24 [n=aceracer@c-67-182-226-119.hsd1.ut.comcast.net] has left #ubuntu ["So]
ladydoorhey, does the alternate install cd require that you install gnome, kde, or xfce?02:08
GoClickIf you need software for Windows that does checksums I highly recommend eXpress CheckSum Calculator from http://www.irnis.net/free.shtml02:08
mangobotok02:08
mangobotthanks02:08
Hor|zonlol well the ubuntu alternate install cd would install gnome02:09
Hor|zonunless you chose server install02:09
SuperMigueldoes any one know how to stop the no-ip program?02:09
=== Lard-O-Lad [n=sid@c-24-7-30-79.hsd1.ca.comcast.net] has joined #ubuntu
Hor|zonthen it won't install any02:09
ladydoorHor|zon: eh...it's just that i was thinking about perhaps installing edgy on my free partition to test it, and i was wondering whether i could install the wm of my choice without doing a server install02:10
=== blanky [i=blanky@ACC04386.ipt.aol.com] has joined #ubuntu
ladydoorHor|zon: aha. i've never done a server-install before02:10
ladydoorHor|zon: so that should be interesting02:10
Lard-O-Ladthe ubuntu live cd hangs after it gets to "Configuring Some Drivers".  After waiting, it gives my a segfault and says error 6.  Can someone help?02:10
rhelmerladydoor: you can install whichever wm you wish02:11
=== pepe [n=pepe@204.Red-83-43-70.dynamicIP.rima-tde.net] has joined #ubuntu
=== quiet [n=quiet@ip24-254-249-181.hr.hr.cox.net] has joined #ubuntu
=== RichW [n=Rich43@bb-87-82-5-115.ukonline.co.uk] has joined #ubuntu
rhelmerladydoor: the {x,g,k}buntu just have different default packages02:11
ladydoorrhelmer: right...i just meant without installing any of the DEs.02:11
=== mypapit [i=mypapit@218.111.187.176] has joined #ubuntu
rhelmerladydoor: ah, no :)02:11
ladydoorrhelmer: i've been using ubuntu for a while02:11
ladydoorrhelmer: i just find the DEs completely unusable, and so they just waste space :-(. oh well.02:12
rhelmeryeah02:12
rhelmeryou can uninstall02:12
PhilHSuperMiguel, does it sun as a daemon or just a process?02:12
PhilH^run02:12
rhelmeruninstalling all deps can be a pain.02:12
SuperMigueli dont know :S02:12
pepealguien que hable castellano02:12
=== shwag [n=shwag@66.101.109.10] has joined #ubuntu
SuperMiguelpepe yo hablo02:12
quietokay, so network-manager pops up and looks to be working okay... it shows 4 available wireless networks... but refuses to connect to mine. however, a simple "iwconfig wlan0 essid <my_ssid> && dhclient wlan0" connect instantly and without problem.... any clue how to fix this?02:12
PhilHSuperMiguel, what was it called when you ran it?02:12
=== RichW is now known as Rich43
SuperMiguel#ubuntu-es02:12
THX-1138!ubuntu-es02:12
ladydoorrhelmer: yeah...also i don't want to start out in them in edgy02:12
ubotuSorry, I don't know anything about ubuntu-es - try searching on http://bots.ubuntulinux.nl/factoids.cgi02:13
ladydoor!es02:13
ubotuPara Espaol por favor usen #ubuntu-es, #kubuntu-es o #edubuntu-es, alli obtendran mas ayuda.02:13
ketsugiwhat's the executable name for the gnome control center?02:13
Hor|zonlol apt-get just does things blindly and aptitude is a bit too enthusiastic...there are times when I despise the apt system02:13
ladydoor!ca02:13
SuperMiguelumm i put sudo no-ip02:13
ubotuCanadian Ubuntu users can be found in #ubuntu-ca02:13
PhilHSuperMiguel, try sudo killall no-ip02:13
=== printk [n=jvaughn@unaffiliated/printk] has joined #ubuntu
=== qesnor [n=qesnor@84-120-67-50.onocable.ono.com] has joined #ubuntu
qesnorHi!02:13
=== thanksjack [n=chaos@S01060050bac94b86.cg.shawcable.net] has joined #ubuntu
=== inglor [n=Inglor@84.95.66.235.cable.012.net.il] has joined #ubuntu
qesnorcan someone help me with xubuntu please?02:14
SurfnKidViva MeKZiko and Ubuntu02:14
ladydoor!xubuntu02:14
ubotuXubuntu is Ubuntu with XFCE, for more info, see http://www.xubuntu.org. To install from Ubuntu: sudo apt-get install xubuntu-desktop02:14
=== yohan [n=yohan@81-235-237-100-no92.tbcn.telia.com] has joined #ubuntu
SuperMiguelit said no process killed02:14
SuperMiguelok02:14
=== lostinc [n=richard@pool-71-121-91-63.eriepa.dsl-w.verizon.net] has joined #ubuntu
ladydoorqesnor: there's a #xubuntu channel02:14
inglorhey, hey, I need some help02:14
Lard-O-Lad!ask02:14
ubotuDon't ask to ask a question. Just ask your question :)02:14
inglorI have a wireless laptop and the wireless switch is giving me issues02:14
THX-1138What type of problem are you having with xubuntu?02:14
lostinchow do you access a svn dir?02:14
qesnordo someone knows how to change user without closing session?02:14
inglorthe hardware switch isn't working in linux02:14
lupine_85!subversion02:15
ubotusubversion is an open source application used for revision control. It is sometimes abbreviated to svn in reference to the name of its command line interface. Look here for a Subversion How To on Ubuntu: https://help.ubuntu.com/community/Subversion02:15
quietTHX-1138: <3   great movie.02:15
thanksjackhow might I uninstall a package?02:15
inglorwhat?02:15
thanksjacklike... gnome02:15
ingloranyonw knows?02:15
THX-1138Yes, you were the first to recognize the reference. - grin02:15
=== georgy [n=georgy@217-117-42-7.teledisnet.be] has joined #ubuntu
eyequeueqesnor, applications > system tools > run as different user02:15
=== amki [n=amki@p50835DD3.dip.t-dialin.net] has joined #ubuntu
Lard-O-Ladthanksjack: Synaptic is one way02:15
Hor|zonsudo apt-get remove ubuntu-desktop02:15
=== Tamale [n=Tamale@65.216.67.161] has left #ubuntu []
Hor|zonand watch it fuck up your system02:16
Hor|zonwoops02:16
Hor|zonlanguage?02:16
=== pepe_ [n=pepe@204.Red-83-43-70.dynamicIP.rima-tde.net] has joined #ubuntu
=== DBO glares at Hor|zon
inglormy laptop, an Asus works but the hardware wireless on/off switch does not02:16
inglorwhen I click fn+f2 it does nothing02:16
=== Hor|zon hides
inglorthe odd thing is that the off bit did work, it was on when I started installing, and I clicked fn+f2 and it turned it off02:16
quietTHX-1138: I know lot's about the movie...  were aware (if you're a NIN fan, if not, it doesn't matter) that the sound at the beginning of Mr Sefl-Destruct is a sample from that movie?02:16
=== gbrent_ [n=gbrent@71.39.227.217] has joined #ubuntu
=== evi|one [n=evilone@unaffiliated/evilone/x-000000001] has joined #ubuntu
inglorbut now when I click fn+f2 it doesn't turn on02:16
ladydoorthanksjack: sudo aptitude remove packagename02:16
georgyinglor : watch in the bios for on02:16
Lard-O-Ladinglor: i think its a setting in your bios, for dells, you have to set it to hardware mode rather than operating system02:16
THX-1138inglor - xmodmap maybe to assign the button to a command?02:16
=== btboudreaux [n=btboudre@adsl-065-013-160-250.sip.btr.bellsouth.net] has joined #ubuntu
PhilHinglor, can you force it on in your bios?02:17
inglorI don't think there is a setting for the bios?02:17
=== nixbox [n=nixbox@c-67-164-155-214.hsd1.tx.comcast.net] has joined #ubuntu
inglor*in the bios02:17
=== liquidten2 [i=1000@66-191-161-169.dhcp.gnvl.sc.charter.com] has joined #ubuntu
nixboxhi all02:17
btboudreauxk02:17
ladydooringlor: ok, install xev02:17
=== bsdfox [n=h36sa@dialup-4.181.122.187.Dial1.SanJose1.Level3.net] has joined #ubuntu
THX-1138quiet - Really? - I had no idea. - cool!02:17
inglorthe only related setting I found was locking it which makes it be always off02:17
inglorwhat's xev?02:17
evi|oneHello. Do you know any undelete utility for ext3?02:17
thanksjackwhere would I find a list of packages I have installed?02:17
gbrent_anyone from Los Angeles here? I need some infor before I move there.02:17
=== rio_ [n=rio@88-107-56-82.dynamic.dsl.as9105.com] has joined #ubuntu
ladydooringlor: that way you can find out what keycode it produces, map it to a key with xmodmap, and then assign that key a command with xbindkeys02:17
THX-1138inglor it show the codes each keypress gives02:18
inglornice, but how will that help me turn the wireless lan on, it's a hardware switch02:18
quietTHX-1138: yep... listen to the song, then watch the movie.. .it's when the bot-cop is beating the guy with the night stick... repeatedly.02:18
qesnor<eyequeue> no I mean, i want to block my session, but if someone else wants to start their own, they just hace to put their name and password. Just as in windows xp02:18
=== smoked1 [n=smoked1@68.67.55.155] has joined #ubuntu
=== decherdt [n=decherdt@ppp-70-129-183-55.dsl.rcsntx.swbell.net] has joined #ubuntu
Lard-O-Ladinglor: have you tried googling you laptop nam and version followed by linux, im sure someone has had this problem before02:18
=== evi|one [n=evilone@unaffiliated/evilone/x-000000001] has left #ubuntu ["so]
ladydooringlor: oh! nm. i don't know, sorry. on my laptop, the switch is automatically on when the kernel module is loaded...02:18
eyequeueqesnor, sorry, i don't get you02:18
ingloryeah, didn't work well02:18
inglorlemme copy the exact error, one second02:19
blankyhey guys02:19
darkfoxhmmm i figured out that "exit" couldn't be found in the libc6 in /lib/tls/i686/cmov ... by moving this out of /lib i forced the sys to use the libc in /lib which stopped my error appearing ("exit" symbol not found)02:19
Hor|zonI tend to stay away from wireless on/off switches with linux02:19
Hor|zon>.>02:19
blankyhey guys to register a nick in irc, you do /nickserv register mypassword right?!02:19
pepe_cual me dijistis que era el ubuntu en castellano02:19
ladydoor!es02:19
ubotuPara Espaol por favor usen #ubuntu-es, #kubuntu-es o #edubuntu-es, alli obtendran mas ayuda.02:19
smoked1Whats a good ftp client for ubuntu? There are quite a few that I found so far but what would you suggest using? My favorite on Winbloze is WS FTP02:19
inglorPlease contact your system administrator to resolve the following problem:02:19
inglorSIOCGIFFLAGS error: No such device02:19
Renan_s2smoked1, gftp02:19
micahcowanqesnor, I think you want "Lock Screen" (ctrl-alt-L)02:19
flukej-walkerits /msg nickserv register password02:19
quietsmoked1: gftp02:19
georgysmoked1 : gftp02:19
Lard-O-Ladsmoked1: Ubuntu has an ftp client02:19
PhilHqesnor, you want to lock your X session and log in another user?02:19
smoked1gftp it is. Thanks a bunch02:19
micahcowangnome-screensaver and xscreensaver give you "New Session" options.02:19
smoked1I dint like the stock client02:20
arcasaAnyone know how to get TIbia working?02:20
thanksjackhow do I know what packages I have installed?02:20
hypeHi , anyone can tell me how to get sound working using VMware server ? (WIndows Xp virtual machine)02:20
maple1how do I exec a .bin file?02:20
qesnor<eyequeue>I want to let my session started with amule for example, and when i'm not present, if my mother wants to go to it's own session, I want she just to have to02:20
PhilHqesnor, are you using gnome?02:20
ingloranyone knows what that error means?02:20
qesnorno, xfce02:20
inglormost of the other keys work, the  brightness audio volume and such02:20
decherdtanyone else get their menu.lst hosed by the -26 update?02:20
=== borelia [n=borelia@c-6999e255.1310-7-64736c10.cust.bredbandsbolaget.se] has left #ubuntu ["Konversation]
PhilHqesnor, do you have gdmflexiserver installed?02:20
qesnori think it a sort of lockscreen yes02:20
inglorlemme try with the bios once again02:20
arcasaarcasa@Alchemy:~$ wine Tibia.exe engine 002:20
arcasaerr:module:import_dll Library GLU32.dll (which is needed by L"C:\\windows\\system32\\Tibia.exe") not found02:20
arcasaerr:module:import_dll Library OPENGL32.dll (which is needed by L"C:\\windows\\system32\\Tibia.exe") not found02:20
arcasaerr:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\system32\\Tibia.exe" failed, status c000013502:20
arcasaarcasa@Alchemy:~$02:20
maple1how do I exec a .bin file?02:21
arcasaI NEED TIBIA!02:21
georgy!pastebin02:21
ubotupastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (you can always find it in the channel topic, among other useful things)02:21
qesnorNO02:21
qesnor(no)02:21
flukej-walkermaple1: click it02:21
PhilHmaple1, type ./filename.bin02:21
=== medic30420 [n=medic304@c-68-53-110-6.hsd1.tn.comcast.net] has joined #ubuntu
=== lord_epsylon [n=epsylon@unaffiliated/lordepsylon/x-00001] has joined #ubuntu
=== pepe_ [n=pepe@204.Red-83-43-70.dynamicIP.rima-tde.net] has left #ubuntu ["Abandonando"]
lord_epsylonhi there02:21
maple1I did that and it didn't work02:21
inglorok, I'm in my bios, now what do I do?02:21
lord_epsyloni have an image of an error... can someone see please, i need an opinion..rkxs...02:22
Lard-O-Ladwhen i try to run the live cd/install, it gets to Configuring Some Drivers, and segfaults.  How can i resolve this problem?02:22
=== gbrent_ [n=gbrent@71.39.227.217] has left #ubuntu ["Leaving"]
maple1root@ubuntu:/home/maple# ./x11drv_fbconfig_fix-0001.bin02:22
maple1bash: ./x11drv_fbconfig_fix-0001.bin: Permission denied02:22
maple1?02:22
inglorI found "Wireless network interface" set to "UNLOCKED", I can set it to locked but it says "If locked wireless LAN will be disabled", no help huh?02:22
qesnorSo how could i do in xubuntu with xfce? lock screen and another user to start it session?02:22
flukej-walkermaple1: sudo it02:22
PhilHmaple1 maybe sudo it02:22
maple1I did02:22
maple1I got "command not found"02:22
maple1but I'm in root and it says "permission denied"02:23
eyequeueqesnor, when you click on "quit" do you get "switch user"?  it locks your session requiring your password to get back in02:23
lord_epsylonsorry...i need and opinion about www.iframe06.net/imagenes/sheel.png02:23
Lard-O-Ladlord_epsylon: 40402:23
qesnorno, i just hace log out hibernate  ...02:23
inglorany help :(?02:23
PhilHmaple1, it needs to be set executable02:23
lord_epsylonsorry...i need and opinion about www.iframe06.net/imagenes/shell.png02:23
Lard-O-Ladlord_epsylon: oh god!02:24
lord_epsylonLard-0-Lad sorry i put a bad link, try again02:24
lord_epsylon:)02:24
inglorhelp? anyone?02:24
=== Lard-O-Lad runs for the hills.
qesnor<eyequeue>no02:24
=== VikJES [n=esauve@modemcable095.110-80-70.mc.videotron.ca] has joined #ubuntu
eyequeueqesnor, perhaps #xubuntu would have a non-ubuntu(gnome) answer?02:25
inglor:/ anyone? help?02:25
Lard-O-Ladlord_epsylon: try holding Ctrl-Alt-F1, it will take you to one of the main consoles02:25
PhilHqesnor, did that command work?02:25
PhilHgdmflexiserver02:25
lord_epsylonLard-0-Lad what class of code is this???02:25
THX-1138you can get back with ctrl alt f702:25
=== debugger_ [i=Rui@217.129.151.190] has joined #ubuntu
ingloranyone :O? please? I don't want to have to switch back to windows over this02:26
=== technel [n=technel@64-83-238-160.dhcp.stcd.mn.charter.com] has joined #ubuntu
qesnorPhilH which one?02:26
georgyinglor : maybe disable switch in bios02:26
SurfnKidinglor, dont switch at all stay in linux02:26
PhilHqesnor, gdmflexiserver02:26
THX-1138inglor - xmodmap Okay?02:26
inglorI want to stay on linux but I have to get this to work02:26
inglorxmodmap what?02:26
lord_epsylonroom: What class of code is thist??? www.iframe06.net/imagenes/shell.png02:26
inglorhow will that help me?02:26
THX-1138!xmodmap02:27
qesnorPhilH no02:27
ubotuxmodmap: X input map modification. In component main, is optional. Version 1:1.0.0-0ubuntu1 (dapper), package size 18 kB, installed size 76 kB02:27
inglorand how would that help me?02:27
qesnorjoin #xubuntu02:27
georgygeorgy : disable switch wifi always on ?02:27
THX-1138uhoh - give me a second to find the howto.02:27
=== cArNy_ [n=john@plns-216-222-232-16-pppoe.dsl.plns.epix.net] has joined #ubuntu
inglorthe only option I have is to have it CONSTANTLY off02:27
=== Neo8750 [n=neo8750@adsl-70-224-43-112.dsl.sbndin.ameritech.net] has joined #ubuntu
inglorwhich doesn't help me02:27
PhilHmaple1, it needs to be set executable, use chmod o+x filename.bin02:27
Lard-O-Ladlord_epsylon: it isnt really code, its just an OS thing02:27
inglorwhat's 'Easy Flash'02:28
maple1apparently it wasn't meant to be executed02:28
lord_epsylonjajajaja02:28
Renan_s2lord_epsylon, type "reset"02:28
maple1I got it to execute but it was just a bunch of errors02:28
lord_epsylonnono, i not want to repair02:28
Renan_s2looks like the font is screwed up02:28
lord_epsyloni can put my SO in this mode02:28
lord_epsylonwhen i want02:28
lord_epsylonundestand me???02:28
Renan_s2yes02:28
=== bsdfox [n=h36sa@dialup-4.181.122.187.Dial1.SanJose1.Level3.net] has joined #ubuntu
lord_epsylonwhat class of code is?02:29
lord_epsylon??02:29
THX-1138inglor - the link on configuring a keyboard or mouse will give you the path to assigning that key.02:29
aSt3raLwhats with the kernel update?  did anyone else get that today?02:29
THX-1138!mouse02:29
ubotuEnabling extra mouse buttons: https://help.ubuntu.com/community/ManyButtonsMouseHowto  - Enabling serial mouse: https://help.ubuntu.com/community/SerialMouseHowto02:29
THX-1138!keyboard02:29
ubotuKeyboard shortcuts can be set in system->preferences->keyboard shortcuts (Gnome) or "input actions" in Kcontrol (KDE). If your multimedia keys don't work with that, try keytouch - http://keytouch.sourceforge.net02:29
Lard-O-Ladlord_epsylon: try doing a dir listing in the Ctrl-Alt-F1, see if you get the screwed up font02:29
lord_epsylonsorry for me englihs02:29
lord_epsylonwhat is screwd up font?02:29
inglorand what do I assign the key to? it's a hardware switch02:29
=== fildo [n=fildo@c220-239-236-78.livrp1.nsw.optusnet.com.au] has joined #ubuntu
PhilHinglor, the bios config wont allow it to on by default?02:30
sethklord_epsylon, he means unreadable02:30
sethklord_epsylon, scrambled02:30
sethklord_epsylon, noisy02:30
lord_epsylonnono02:30
inglorno, I can't find it02:30
=== SuperM [i=SuperM@252-223.126-70.tampabay.res.rr.com] has joined #ubuntu
lord_epsyloni can read it02:30
lord_epsyloni have a translator02:30
inglorthe only thing I found is disabling the wifi completely02:30
sethklord_epsylon, I'm just interpreting  :)02:30
Lard-O-Ladsethk: thank you :)02:30
exsCould someone help me downloading a whole website using wget?02:31
Lard-O-Ladexs: google is your friend02:31
SuperMany one know how to use putty02:31
exsLard-O-Lad:  google isn't helping02:31
Lard-O-Ladexs: man wget02:31
exswget what??..02:31
georgySuperM : why ?02:31
kitcheSuperM: yes it's sorta explains itself02:31
lord_epsylonlard-0-lad any opinion??02:31
ladydooraSt3raL: what's the problem with it?02:31
=== crogue5 [n=crogue5@ip70-161-80-244.hr.hr.cox.net] has joined #ubuntu
ladydooraSt3raL: does it screw stuff up?02:32
PhilHqesnor, got any help?02:32
aSt3raLno02:32
THX-1138inglor - each key gives a hexadecimal code to the operating system once you have that hex code it can be easily assigned to any command or button device you like. nifty eh?02:32
sethklord_epsylon, as for your original question...02:32
Lard-O-Ladlord_epsylon: maybe some font package scewed up your X02:32
aSt3raLwell its installing now02:32
theCoreanyone bored here?02:32
aSt3raLso maybe :p02:32
=== TomB| [n=ownthebo@ACD7878F.ipt.aol.com] has joined #ubuntu
decherdtaSt3ral: it overwrote my menu.lst, but left out the initrd line, gave me a kernel panic till i fixed it02:32
lord_epsylonmaybe a rootkit?02:32
sethklord_epsylon, those are characters with codes > 127, in a terminal not expecting them02:32
PhilHtheCore, quite possibly, why?02:32
aSt3raLdecherdt:  haha02:32
qesnorPhilH no02:32
sethklord_epsylon, I'm not sure it's quite random02:33
nixboxhey i am tryin to use minicom to connect to cisco 2000 wlan controller, i have set bps to 9600 and turned off hardware flow control, but still i cant connect, do you know whats the problem?02:33
lord_epsylonsethk random??02:33
inglorhmmm02:33
ingloranyone?02:33
sethklord_epsylon, there are very few normal letters.  were it random, I'd expect half and half02:33
PhilHqesnor, do you have the gdm package installed?02:33
lord_epsylonsethk i can translate the caracteres to legible02:33
=== chopchop_ [n=chop@cpc2-walt2-0-0-cust547.popl.cable.ntl.com] has joined #ubuntu
sethklord_epsylon, ok, how?02:33
lord_epsyloni am cryptografer02:33
qesnorno, i just want xfce, not gnome02:33
theCorePhilH, I'm running a quiz in #ubuntu-trivia in 5 min, so I'm searching for participates02:33
lord_epsylonthis is my new invent02:33
sethklord_epsylon, ok, you mean that's encrypted data.02:33
PhilHthecore, what kind of quiz?02:33
lord_epsylonbut i need some opinions02:33
qesnorPhilH no, i just want xfce, not gnome02:33
aSt3raLis there a way to have the mount options based on the wireless network you are connected to?02:34
sethklord_epsylon, opinions from people looking at that are worthless02:34
=== rpedro [n=rpedro@87-196-7-227.net.novis.pt] has joined #ubuntu
inglorfuck it :P I'm using a windows live cd to turn it on02:34
theCorePhilH, ubuntu/linux/programming/etc02:34
PhilHqesnor, oh well02:34
lord_epsylonnot02:34
=== SuperMiguel [n=miguel@252-223.126-70.tampabay.res.rr.com] has joined #ubuntu
Lard-O-Ladlord_epsylon: i thought your linux was screwed up...02:34
sethklord_epsylon, if you are serious, you would have to do a statistical analysis on the frequency of occurance of each visible symbol02:34
PhilHtheCore, hmmm, not really _that_ bored, sorry02:34
sethkalthough the cat does add a nice touch.02:34
kitchethose symbol's are utf802:34
=== Over_There [n=Dark_Mat@206-163-229-103.sktn.hsdb.sasknet.sk.ca] has joined #ubuntu
aSt3raLlike instead of mounting on startup i want it to mount on wifi connection02:34
SuperMigueldoes any one know how to use putty as a gui02:34
SuperMiguelwith gui*02:34
theCorePhilH, hehe, ok then02:34
lord_epsylonnot, my linux is ok, but i rare for me this class of change of the shell02:34
aSt3raLany thoughts?02:34
AgrajagSuperMiguel: ...what?02:35
kitcheSuperMiguel: putty is a gui program02:35
lord_epsylonimagine if you hack a computer, and all files02:35
chopchop_hi, what does it mean when i try modprobe something and it says Device or resource busy, does it mean the module is already loaded??02:35
PhilHtheCore, have you heard of Software Freedom Day?02:35
lord_epsylonare this class of symbols02:35
=== deter__ [i=deter@87.69.17.118.cable.012.net.il] has joined #ubuntu
sethkkitche, well, that's not quite right.  it's true that the terminal is displaying the codes using that character set, but so what?02:35
SuperMiguelhow do i make it to look like remote desktop02:35
lord_epsylonimage it?02:35
micahcowanlord_epsylon, if you're really interested in writing someting good, you should submit it to the USENET crypto groups, or other crypto forums where professionals reside. Writing a /remotely/ secure algorithm is insanely difficult. And, it's all offtopic here...02:35
SuperMiguellike with x1102:35
Lard-O-LadSuperMiguel: maybe you are talking about VNC02:35
qesnorPhilH the problem is, i manage to block my screen with screensaver, i can change user closing my session, but i can't change user with mine open02:35
theCorePhilH, nope02:35
SuperMiguelwhat is x11?02:35
sethklord_epsylon, you totally underestimate the sophistication of people who crack codes02:35
kitcheSuperMiguel: you can't02:35
theCorePhilH, is it today?02:35
sethklord_epsylon, you need to do a lot more reading.02:35
SuperMiguelthere is no way?02:35
=== gbrent_ [n=gbrent@65-113-3-195.dia.static.qwest.net] has joined #ubuntu
=== rob [i=RobertSt@freenode/staff/rob] has joined #ubuntu
AgrajagSuperMiguel: putty doesn't do that02:35
ladydoorSuperMiguel: it's the program that gives you graphics02:35
Lard-O-LadSuperMiguel: cygwin can02:35
georgySuperMiguel : putty can't do that02:36
lord_epsylonmicahcowan this is the answer i am searching... what name of forum?02:36
PhilHtheCore, yeah, check out http://www.softwarefreedomday.org and add a reference to it in your quiz ;)02:36
kitcheSuperMiguel; it can do xorg forwarding but what you want it can't do that02:36
SuperMigueldoes cygwin work with ssh?02:36
lord_epsylonsethk please...decrypt one file :)02:36
AgrajagYou can enable a VNC server in gnome, and use a VNC client to access your desktop remotely02:36
sethklord_epsylon, why?02:36
=== tich [n=nappy@MTL-ppp-154774.qc.sympatico.ca] has joined #ubuntu
Agrajagthere is openssh for cygwin, yes02:36
=== hammer [n=hammer@28.152.8.67.cfl.res.rr.com] has joined #ubuntu
lord_epsylonabout what i need to read?02:36
SuperMiguelbut is not secure?02:36
micahcowanlord_epsylon, sci.crypt, but do not REPEAT do not post anything there without lurking for a while and reading the FAQ, enough to get a feel for things.02:37
Over_Therehow to i allow gui's over ssh? it keeps saying X11 regected wrong authentication02:37
AgrajagSuperMiguel: ssh stands for Secure SHell.02:37
creatureOK, I'm looking at https://wiki.ubuntu.com/Xubuntu/Releases?action=show&redirect=XubuntuReleases. I want the desktop CD for a standard installable Xubuntu, right?02:37
THX-1138!ssh02:37
ubotussh is the Secure SHell protocol (see https://help.ubuntu.com/community/SSHHowto). Putty is a nice SSH client for Windows, which can be found at http://www.chiark.greenend.org.uk/~sgtatham/putty/02:37
PhilHSuperMiguel try http://www.google.co.uk/search?hl=en&safe=off&q=putty+vnc+ssh&btnG=Search&meta=02:37
kitcheOver_There you using freenx? or no02:37
lord_epsylonmicahcowan take a tea, and respect...02:37
lord_epsylon;)02:37
Over_Thereno just ssh02:37
micahcowan?02:37
tichi have a .DAA video file that i can't open with any of my players (xfmedia, mplayer, totem) how would i open it?02:37
kitcheOver_There it can't02:37
kitcheOver_There you need freenx to do what you want02:37
Over_Therei dont need the entire desktop, just the gui02:38
Lard-O-Ladtich: filext.com, look it up02:38
=== ali4728 [n=ali@adsl-69-111-56-50.dsl.pltn13.pacbell.net] has left #ubuntu []
AgrajagOver_There: ssh -X user@host02:38
THX-1138tich - can you transcode it using mencoder - (yeah not much help i know)02:38
kitcheOver_There ah ok X forwarding02:38
AgrajagOver_There: you need to be running an X server on the machine you are sitting at02:38
=== lord_epsylon [n=epsylon@unaffiliated/lordepsylon/x-00001] has left #ubuntu ["www.iframe06.net"]
PhilHkitche, can't he use VNC over SSH?02:38
Over_Thereya use the ssh -X but it keeps rejecting the authentication02:38
kitchePhilH: that's freenx pretty much :)02:38
Over_Thereya i am on my laptop trying to run the firestarter gui on the server02:38
tichthx-1138, what is mencoder?02:39
PhilHkitche only it uses ssh and vnc instead of freenx...02:39
SuperMiguelphillh there is any program that i dont have to install it?02:39
=== e-lynx [n=e-lynx@183.Red-88-1-92.dynamicIP.rima-tde.net] has joined #ubuntu
kitchePhilH: can't sue vnc over ssh02:39
SuperMigueland will do a desktop recognition02:39
kitcheuse*02:39
Agrajagkitche: like hell you can't02:39
chopchop_hi, what does it mean when i try modprobe something and it says Device or resource busy, does it mean the module is already loaded??02:39
=== slight [n=a@host-84-9-117-134.bulldogdsl.com] has joined #ubuntu
THX-1138lol - what is *.daa i don't see a reference? where do i find a sample?02:39
Agrajagkitche: at work I use PuTTY to set up an SSH tunnel to home, and run VNC over that tunnel02:39
aSt3raLchopchop_: try lsmod02:40
PhilHSuperMiguel, what do you mean?02:40
Agrajagkitche: you can run ANY TCP-based protocol over SSH.02:40
kitcheAgrajag: that's not what we are talking about02:40
=== theEraser [n=a@64.238.103.109] has joined #ubuntu
aSt3raLchopchop_: modprobe loads a module02:40
slighti'm going through hell trying to get vsync working on a tft monitor (dvi). x claims it's putting out 60hz, the pane thinks it's 59.9 .. can anyone help?02:40
PhilHAgrajag, SuperMiguel needs your help, that's exactly what we're talking about02:40
exsIf I'm trying to download a website with wget I type in "wget -r -l0 http://example.com/"... First, is this correct?.. second, will this follow external links?.. I want it to only  download stuff from www.example.com and any sub dir's.02:40
chopchop_aSt3raL: i tried modprobe lirc_serial02:40
PhilHkitche, that's exactly what we are talking about with SuperMiguel at least02:41
kitchewell vnc will show the whoel desktop which he doesn't want PhilH02:41
THX-1138http://en.wikipedia.org/wiki/Mencoder02:41
=== nomasteryoda [n=nomaster@ip68-99-148-93.mc.at.cox.net] has joined #ubuntu
aSt3raLchopchop_: lsmod will list all the loaded modules02:41
chopchop_aSt3raL: and lsmod |grep lirc gives me lirc_dev02:41
chopchop_aSt3raL: is that right??02:41
=== BlueEagle [n=blueeagl@ti541210a340-2083.bb.online.no] has joined #Ubuntu
Over_Thereso does anyone know what file i need to edit to set up the X11 authentication properly?02:41
ladydoorhey, speaking of ssh, how do i create a private key for my computer?02:41
PhilHkitche, what does SuperMiguel want to do?02:42
chopchop_aSt3raL: i got lirc_dev.ko  lirc_serial.ko in /lib/modules/2.6.15-26-386/misc/02:42
kitchePhilH: just to X forward programs02:42
SuperMiguelyou know putty02:42
=== Megaqwerty [n=megaqwer@ip72-197-253-49.sd.sd.cox.net] has joined #ubuntu
SuperMiguelthat is a .exe program that you dont have to install it02:42
aSt3raLchopchop_: that sounds like something different to me.. all the -dev are development libraries afaik02:42
=== FoXyLiOn [n=foxylion@p54A1C5BA.dip0.t-ipconnect.de] has joined #ubuntu
FoXyLiOnhi@all :)02:42
kitcheSuperMiguel: putty also has a linux port02:42
SuperMigueli need something like that that will use x11 but i wont have to spend 3 hours installing it02:42
Agrajagwho would use putty for linux?02:42
aSt3raLchopchop_: did you try modprobe lirc_serial.ko02:43
=== j_ack [n=rudi@p508D88B1.dip0.t-ipconnect.de] has joined #ubuntu
SuperMiguelbut i want a graphical interface02:43
tichthx-1138, good old wikipedia. thanks.02:43
SuperMiguelnot a text base one02:43
kitcheAgrajag: a lot of people do02:43
AgrajagSuperMiguel: unfortunately the only free X server for windows that I know of is cygwin02:43
chopchop_aSt3raL: Module lirc_serial.ko not found02:43
THX-1138np - What is a *.daa file? where can i find one?02:43
Agrajagkitche: why?02:43
FoXyLiOni have first time in my live installed a linux distrtibution, now i have the first problem, how can i start / install the gnome desktop?02:43
=== theEraser [n=a@64.238.103.109] has left #ubuntu []
chopchop_aSt3raL: can i stop lirc_dev??02:43
aSt3raLchopchop_: do you have the correct path?02:44
SuperMiguelhow do i use cygwin?02:44
SuperMigueli stared02:44
PhilHSuperMiguel, head over to #sfd-flyingmonkeys02:44
SuperMiguelwhat do i have to write on it?02:44
Marsmensch!pastebin02:44
ubotupastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (you can always find it in the channel topic, among other useful things)02:44
chopchop_aSt3raL: yes, think so02:44
kitcheAgrajag: it's uses a gui easier to use if you have multiple servers you connect to02:44
=== robert__ [n=robert@189.164.132.55] has joined #ubuntu
=== FoXy [n=foxylion@p54A1C5BA.dip0.t-ipconnect.de] has joined #ubuntu
georgyFoxyLio : do you have a login screen ?02:44
kitcheAgrajag: without retyping the address each time02:44
AgrajagSuperMiguel: first, you need to get the setup.exe for cygwin.com02:44
MegaqwertyHi, something really weird is going on. Something is screwing up my firefox settings (viewed under about:config) It keeps turning off my prompts for secure connections, and keeps changing my useragent to googlebot (which hinders my ability to browse some sites which know it as a way hackers can get into their websites)02:44
chopchop_aSt3raL: i got lirc_dev.ko  lirc_serial.ko in /lib/modules/2.6.15-26-386/misc/02:44
Megaqwertyany Ideas?02:44
SuperMigueli did02:44
Agrajagkitche: oh hell, I just set u pscripts and keys02:44
Megaqwertyis this a virus?02:44
SuperMigueland i installed02:44
medic30420SuperMiguel: what about using your liveCD on the windows machine, open up the terminal and type in vncviewer {hostname}02:44
thanksjackwould I be able to acquire an mp3 decoder?02:44
FoXygeorgy: yes02:45
thanksjackfor linux...02:45
MegaqwertyI didn't think that was possible for linux02:45
FoXybut nothing esle xD02:45
=== BlueEagle [n=blueeagl@ti541210a340-2083.bb.online.no] has joined #Ubuntu
Agrajagkitche: if I want to go to my web server, I open a terminal and type "habafrop"02:45
Agrajagand bammo02:45
SuperMiguelbut know is like a dos screen02:45
georgyfoxy : what's happen when you logged?02:45
Agrajag<3 linux server hacks, vol. 102:45
SuperMiguelnow*02:45
FoXya console02:45
=== idaho45 [n=john@200.84.64.13] has joined #ubuntu
AgrajagSuperMiguel: you need to install the X server02:45
PhilHSuperMiguel, join #sfd-flyingmonkeys02:45
AgrajagSuperMiguel: please don't refer to a command line a sDOS :(02:45
=== cge [n=costi@ip70-181-253-87.sd.sd.cox.net] has joined #ubuntu
FoXyis it possible that i have to install the desktop ubuntu version ?02:45
PhilHAgrajag, it is _like_ a dos screen02:46
georgyfoxy : possible02:46
Agrajag:(02:46
thanksjacki tried to chown in dos once... and I died a little inside02:46
georgygeorgy : can you choose a session ?02:46
SuperMiguelhow do i install x server02:46
MegaqwertyHi, something really weird is going on. Something is screwing up my firefox settings (viewed under about:config) It keeps turning off my prompts for secure connections, and keeps changing my useragent to googlebot (which hinders my ability to browse some sites which know it as a way hackers can get into their websites) any ideas?02:46
=== RobNyc|Ubuntu [n=Celeron@nylug/member/RobNyc] has joined #ubuntu
FoXygeorgy: is it than eayser and i can directally start with the gnome desktop?02:46
=== Elektrochelovek [n=justinas@85.206.49.19] has joined #ubuntu
THX-1138FoXy - I missed your question but if you need to install ubuntu gnome desktop after installing the server version sudo apt-get ubuntu-desktop will give you gnome02:47
AgrajagSuperMiguel: run setup.exe again and install the xorg packages02:47
=== fsmw [n=Fernando@81-59-50.adsl.terra.cl] has joined #ubuntu
kitcheMegaqwerty: you can fix it easy just reverse whatever you did to firefox02:47
AgrajagSuperMiguel: http://x.cygwin.com/docs/ug/cygwin-x-ug.html02:47
georgyfoxy : in session you have normally all desktop installed02:47
Megaqwertykitche: I don't know what I did. I don't think I did anything02:47
Megaqwerty(but i can repair it)02:47
AgrajagSuperMiguel: that will tell you just about everything you need to know02:47
FoXygeorgy: and how can i start them? (noob ;)02:47
Megaqwertyit just keeps cropping up02:47
medic30420Megaqwerty: and after you reverse it go to the settings file for firefox and restrict permissions, also look at you system logs02:47
THX-1138!info ubuntu-desktop02:48
ubotuubuntu-desktop: The Ubuntu desktop system. In component main, is optional. Version 0.120 (dapper), package size 13 kB, installed size 40 kB02:48
exsIs there an application for linux where I am able to download full websites?.. I've heard wget is bad at doing this02:48
kitcheMegaqwerty: I know that trick with Googlebot it was done by Irongeek02:48
=== maple1 [n=hax@Quebec-HSE-ppp3617565.sympatico.ca] has joined #ubuntu
kitcheexs: httrack02:48
georgyfoxy : in the login screen you must have a button with session ?02:48
Megaqwertykitche: It wasn't started by him though, I've studied pen testing.02:48
=== david_ [n=david@h197.255.28.71.ip.alltel.net] has joined #ubuntu
FoXygeorgy: it is just like the dos console on windows02:48
Megaqwertymedic30420: how do I restrict permissions, or view sys logs?02:49
Elektrochelovekhi. I have a problam here. I changed my /etc/apt/sources.list dapper->edgy. Ran apt-get dist-upgrade. Got broken xorg windows server. Now i'm unable 2 boot my Gnome;// The error message I get is that there is no /etc/X11?02:49
kitcheFoXy: sudo apt-get install ubuntu-desktop if you want gnome02:49
exskitche:  thanks a lot02:49
georgyfoxy : login in, and try startx02:49
mluser-workAnyone know how I can install mplayer on ubuntu?02:49
thanksjacksudo apt-get install mplayer02:50
inglorthe wireless switch isn't working in a windows liveCD either :(02:50
Elektrochelovekmluser-work: apt-get install mplayer02:50
inglornow wireless works but I can't get it to work02:50
slightmluser-work, sudo apt-get install mplayer02:50
inglorabsurd >: (02:50
mluser-workthanks02:50
ladydoorhow d'you set up a private key for your computer (for safer remote logins)?02:50
thanksjack:) np02:50
PhilHmluser-work , apt-get install mplayer-archtype02:50
inglorany idea ?02:50
ladydoor!mplayer02:50
ubotumplayer is a media player. Enable multiverse repo and type sudo apt-get install mplayer for more info please see: https://help.ubuntu.com/community/MPlayer  To compile it from source see:  https://help.ubuntu.com/community/MPlayer/Compile02:50
ubotuFor Codecs try !codecs Also see https://help.ubuntu.com/community/MplayerInstallHowto for installation tips.02:50
Agrajagladydoor: http://www.ece.uci.edu/~chou/ssh-key.html follow the steps for SSH v202:50
=== aSt3raL [n=eric@65-102-149-238.tukw.qwest.net] has joined #ubuntu
=== maple1 [n=hax@Quebec-HSE-ppp3617565.sympatico.ca] has joined #ubuntu
Megaqwerty medic30420: how do I do that?02:51
ladydoorAgrajag: thanks muchly! i'm only just starting to learn about ssh, but i think it'll be very useful to me.02:51
slighti'm going through hell trying to get vsync working on a tft monitor (dvi). x claims it's putting out 60hz, the pane thinks it's 59.9 .. can anyone help?02:51
Agrajagladydoor: if you like that, I knwo of some good hack to work with that02:51
Agrajaghacks02:51
=== demio [n=demio@a213-22-88-82.cpe.netcabo.pt] has joined #ubuntu
demiohello02:52
ladydoorAgrajag: oh yeah?02:52
demiodoes anyone here know a good SFTP client?02:52
=== dotsony [i=dotsony@estrella.triplehelix.org] has joined #ubuntu
demiofor linux that is02:52
demioand not gftp02:52
slightssh02:52
Agrajaglike I said, all I have to do to go to my web server is run "habafrop". that run s a script which looks at the name which it's being called and SSHes to that computer. if I have keys set up, I need no password.02:52
AgrajagAnd if I just want to run a single command on habafrop, I can run "habafrop uptime"02:53
PhilHdemio, filezilla?02:53
=== picture [n=picture@hst-243-79.splius.lt] has joined #ubuntu
=== liquidten2 is now known as liquidtenmilion
picturehi everyone02:53
=== liquidtenmilion is now known as liquidtenmillion
demiodoes it support sftp?02:53
=== qch [n=QC@adsl-69-110-11-188.dsl.pltn13.pacbell.net] has joined #ubuntu
PhilHdemio, to be honest i'm not sure if the new version supports sftp but it's worth checking02:53
=== david_ [n=david@h197.255.28.71.ip.alltel.net] has joined #ubuntu
Agrajagit'll go to the webserver, run the command, spit out the output, and leave me onthe same system02:53
medic30420Megaqwerty: http://www.mozilla.org/support/firefox/edit#user02:53
thanksjackany reason why xmms might not open my mp3?02:53
PhilHdemio, the old windows version did02:53
ladydoorAgrajag: ah, but the thing is i'll be using puTTy on computers that clean up after users every time they log out02:53
slightdemio, sftp ;)02:53
=== e-lynx [n=e-lynx@183.Red-88-1-92.dynamicIP.rima-tde.net] has left #ubuntu ["Leaving"]
slightsorry i'll be off02:53
=== BlueEagle [n=blueeagl@ti541210a340-2083.bb.online.no] has joined #Ubuntu
=== pk0nink [n=roselawn@c-71-56-157-9.hsd1.or.comcast.net] has joined #ubuntu
PhilHslight, heh, indeed02:53
Agrajagoh, wlel it's no good with putty then02:53
demioslight, i need something with a graphical interface hehe02:54
medic30420Megaqwerty: make sure you shut down firefox/mozilla before editing the actual file02:54
Agrajagthis is unix-like to unix-like02:54
demioIm a web developer and I need to send files all the time02:54
slightsorry i wa being a pain02:54
PhilHdemio, what's wrong with gftp?02:54
slightonly gui sftp client i've used is winscp02:54
slightbut that's windows02:54
lostincIs anyone good with debian based systems? I need to be able to select all recommended packages for install that are associated with Bluefish02:54
=== toresbe [i=tsb@developer.skolelinux.no] has left #ubuntu []
medic30420Megaqwerty: about:config will let you return all settings to default02:54
ladydoorAgrajag: yeah...thanks anyway. now if only i could figure out how to switch control & caps on the horrid windows computers i'll have to use02:54
inglorhey02:54
inglorit does give me a radio off02:54
inglorwhen I put lshw02:54
inglor*typed02:55
AgrajagI'm sure there's a keymap change you can make02:55
inglorhow do I change what it says under configuration02:55
demiowell02:55
demioi just dont like it02:55
Megaqwerty medic30420: I knew that part, but thanks02:55
inglorI don't even need a keymap change, I want to try to get it to change once02:55
=== blueuu23 [n=amastude@210.213.122.91] has joined #ubuntu
=== TomB| is now known as TomB
demioit uploads the files with their chmods the same as they are in my pc02:55
ingloronce I do that, I'll just write a script and put a shortcut to it on the desktop02:55
demioand i dont want that02:55
inglorI need to change the configuration, how?02:55
inglorright now it says radio: off02:55
=== bryanl [n=bryan@c-69-140-233-150.hsd1.md.comcast.net] has joined #ubuntu
demioand with the same user as "owner"02:55
=== casa [n=casa@55.Red-83-41-146.dynamicIP.rima-tde.net] has joined #ubuntu
=== motin [n=motin@c80-217-109-185.cm-upc.chello.se] has joined #ubuntu
inglorit says02:56
bryanli am going to enable the built in raid on my dell dimension 9150.  i wonder how much faster it will be?02:56
ladydoorAgrajag: yeah...i'm just not familiar with windows and don't have admin privileges on them02:56
Agrajagoh, no admin privs means no keymap changes most likely02:56
ladydoorAgrajag: :-(02:56
inglorconfiguration: broadcast=yes driver=ipw2200 multicast=yes wireless=radio off02:56
inglorI want to turn the radio on02:56
PhilHdemio, uncheck preserve file permisions?02:56
=== xhaan [n=xhaan@d47-69-6-127.try.wideopenwest.com] has joined #ubuntu
inglorhow?02:56
demiohmmmmm02:56
blueuu23:-*02:56
demiointeresting02:56
medic30420Megaqwerty then /etc/firefox is the settings and program folder which you can right click (scripts...root-natulis here) and right click folder, go to permisions and change groups/ownership or # sudo chmod 700 /etc/firefox02:56
=== blueuu23 [n=amastude@210.213.122.91] has left #ubuntu []
demio:P02:57
ladydoorAgrajag: i don't know if i could use screen & emacs then...i'll be hitting caps all the time. craaap. oh well02:57
mutkdemio, This is useful  http://fuse.sourceforge.net/sshfs.html02:57
Agrajagespecially with the control key, come to think of it, since ctrl-alt-delete is so magical to windows02:57
inglorit's the output of lshw btw02:57
=== zonum [n=zonum@adsl-149-18-144.mia.bellsouth.net] has joined #ubuntu
Agrajagmaybe you could change emacs's mapping?02:57
ingloranyone :( please :(?02:57
inglorit really means a lot to me02:57
ladydoorAgrajag: aha, but i use it on mine too. lol02:57
Agrajagjust while you're using it from windows02:57
=== newclient [n=lenovo@d220-236-12-28.dsl.nsw.optusnet.com.au] has joined #ubuntu
ladydooraha02:57
inglorwhat?02:57
demioooo02:57
inglorplease :/ I need help with the wireless, how do I turn the radio on02:57
medic30420Megaqwerty: just be prepared to #sudo apt-get remove firefox --- then #sudo apt-get install firefox  if something goes wrong02:57
Agrajaghave a little elisp scriptt hat changes whatever you need to change, and run that when you have to run it from windows02:58
demiothat will make administrating my server 10x easier :O02:58
demiohmmmm02:58
Agrajagand maybe set it up so you can do M-x windows-mode or something02:58
THX-1138inglor - can you start and stop radio with sudo /etc/ini.d/radio stop   or  start?    - if so map that command in a script  xmodmap will hellp you02:58
inglorit says configuration: broadcast=yes driver=ipw2200 multicast=yes wireless=radio off02:58
Megaqwertyalright, I think I'll just do that, it should be easier02:58
PhilHdemio, i think nautilus can log in to ssg02:58
mutkdemio, It works quite well BTW..02:58
=== w30 [n=kolklay@74.139.0.24] has joined #ubuntu
PhilHdemio, or ssh even02:58
Agrajag(I have no idea if any of that is actually possible)02:58
demiohmm02:58
inglorhmm, starting it with sudo02:58
demiohow would i do that?02:58
inglorhow would I do that02:58
demioi tried ssh://02:58
THX-1138i don't use wifi gigabit ethernet ftw02:58
ladydoorAgrajag: good idea...i think it may well be. now if only it would work w/screen. hmmmm02:58
inglorradio command not found02:59
=== Greggor [n=Greggor@adsl-6-119-76.msy.bellsouth.net] has joined #ubuntu
ladydoorAgrajag: anyway, thanks for your help02:59
PhilHdemio, connect to server from the places menu02:59
ingloretc/ini.d/radio: command not found02:59
=== aaarg [n=aaarg@74.129.196.107] has joined #ubuntu
Agrajagnp02:59
=== james296 [n=james@70.44.38.34.res-cmts.mlf.ptd.net] has joined #ubuntu
=== GreenCult [n=GreenCul@200.60.98.244] has joined #ubuntu
demioNautilus cannot display "ssh://..../".03:00
creatureOK, I'm looking at https://wiki.ubuntu.com/Xubuntu/Releases?action=show&redirect=XubuntuReleases. I want the desktop CD for a standard installable Xubuntu, right?03:00
demioit asks for the password03:00
Renan_s2!xgl03:00
ubotuCompiz (compositing (window) manager) and XGL (Xserver architecture layered on top of OpenGL) howto at http://help.ubuntu.com/community/CompositeManager XGL+compiz help in #ubuntu-xgl  See http://tinyurl.com/pw5ez for Kubuntu systems03:00
THX-1138xmodmap and a script bound to that keypress all you need from someone is the command to turn on/off radio from the command line.03:00
james296Is it possible to be able to copy something, and have whatever it is you copy ALWAYS in the clipboard or whatever it is in Ubuntu so I can just continuously copy and paste? cuz I noticed it eventually dissappears03:00
=== reptyle [n=reptyle@52.107.207.68.cfl.res.rr.com] has joined #ubuntu
georgycreature : right03:01
creaturegeorgy: Thanks very much.03:01
inglorok,but how do I on/off radio from the command line in the first place03:01
inglorI can't on/off it , that's the problem, not the shortcut03:01
inglorhow do I turn it on/off?03:01
lostincis there a command line way to use apt to install all recommended packages for bluefish?03:01
THX-1138inglor - someone here knows/ alas not me. - helped where i could03:01
demioi think the problem is with my server03:01
inglorthanks03:01
georgycreature : then apt-get install xubntu-desktop03:02
demioi get a bunch of errors in auth.log when i try to access it with nautilus03:02
creatureWhoa, georgy! I need to install it straight off the CD.03:02
creatureNo web access when I do the base install.03:02
=== tin2x [n=amastude@210.213.122.91] has joined #ubuntu
georgycreature : install the cd, then xubuntu03:02
=== CaraCarogna [n=alex@213-140-17-100.ip.fastwebnet.it] has joined #ubuntu
demioerror:subsystem: cannot stat  /exec/libexec/sftp-server03:02
demiothats what my server says in auth.log03:02
=== SuperMiguel [n=miguel@252-223.126-70.tampabay.res.rr.com] has left #ubuntu []
james296well?03:03
creaturegeorgy: Ah, boot off the CD like a live CD, then apt-get install xubuntu-desktop?03:03
demiobut I can access with WinSCP03:03
=== janina07 [n=amastude@210.213.122.91] has joined #ubuntu
ingloranyone? how do I turn wireless radio on/off?03:03
=== Undisclosed1 [n=ThatsMe@h197.255.28.71.ip.alltel.net] has joined #ubuntu
georgycreature : no, install cd normally, when install finish, you have to install xubuntu03:04
kitcheinglor do you mean for your card?03:04
inglorwhat?03:04
Hor|zonanyone know any good wiki software?03:04
CaraCarognawhy i'm not able to mount my 230Gb ntfs disk on ubuntu?03:04
inglorI mean my wireless card03:04
=== anoobis [n=jscottie@host81-157-71-87.range81-157.btcentralplus.com] has joined #ubuntu
creaturegeorgy: And it won't need to use the internet for the apt-get ?03:04
Hor|zongeneral purpose wiki software mind you03:04
=== beyond [n=beyond@200-232-133-154.dsl.telesp.net.br] has joined #ubuntu
=== Oni-Dracula [n=oni@68-189-172-052.dhcp.gnvl.sc.charter.com] has joined #ubuntu
inglorit's set to wireless=radio off03:04
georgycreature : i think you need it03:04
=== casa [n=casa@55.Red-83-41-146.dynamicIP.rima-tde.net] has joined #ubuntu
=== casa [n=casa@55.Red-83-41-146.dynamicIP.rima-tde.net] has left #ubuntu ["Leaving"]
=== Decadent [n=variemai@ppp90-51.adsl.forthnet.gr] has joined #ubuntu
medic30420georgy, creature, if you sudo gedit /etc/apt/souces.list you will find an entry for the cd03:05
=== morodock [n=chatzill@wsip-70-184-117-70.ph.ph.cox.net] has joined #ubuntu
medic30420therefore you do not have to be on the internet03:05
creatureAnd does it have this magic xubuntu-desktop package on the CD?03:05
=== Carogna [n=CaraCaro@213-140-17-100.ip.fastwebnet.it] has joined #ubuntu
=== DarkMageZ [n=darkmage@ppp41-228.lns2.syd6.internode.on.net] has joined #ubuntu
medic30420but that may not apply to all of the DVD, CD, and alternative CD03:06
ingloranyone?03:06
=== Chloe [n=Chloe@66-189-180-71.dhcp.wnch.wa.charter.com] has joined #ubuntu
=== jme [n=jme@c-24-7-89-173.hsd1.ca.comcast.net] has joined #ubuntu
=== SkareCrow [n=SkareDes@unaffiliated/skarecrow] has joined #ubuntu
bsdfoxcreature: xubuntu.com03:06
medic30420or join #xububtu03:07
=== lostinc [n=richard@pool-71-121-91-63.eriepa.dsl-w.verizon.net] has left #ubuntu []
=== SkareCrow [n=SkareDes@unaffiliated/skarecrow] has left #ubuntu []
medic30420join #xubuntu03:07
demiothis is exactly what i get03:07
=== tin2x [n=amastude@210.213.122.91] has left #ubuntu []
demioSep 15 21:00:26 sp4518 sshd[31043] : subsystem request for sftp03:07
demioSep 15 21:00:26 sp4518 sshd[31043] : error: subsystem: cannot stat /usr/libexec/sftp-server: No such file or directory03:07
demioSep 15 21:00:26 sp4518 sshd[31043] : subsystem request for sftp failed, subsystem not found03:07
=== nomasteryoda|w [n=nomaster@ip68-99-148-93.mc.at.cox.net] has joined #ubuntu
cgedemio: Use scp instead of sftp?03:08
THX-1138inglor - i found this - no way here to try it for you.  :-/      http://ubuntuforums.org/showthread.php?t=15598003:08
demiohow do i do that with nautilus03:09
=== Pelo [n=jean@mtl-pppoe-adsl703.securenet.net] has joined #ubuntu
Pelohey guys,  how do I get ascii codes in ubuntu ?03:09
=== Carogna [n=CaraCaro@213-140-17-100.ip.fastwebnet.it] has left #ubuntu ["Leaving"]
=== asirc [n=amastude@210.213.122.91] has joined #ubuntu
creatureman ascii ?03:10
thanksjackhow do I change the default app for a file type in linux?03:10
Peloas in  "alt-135" = 03:10
PhilHthanksjack, what is your desktop?03:11
thanksjackgnome03:11
=== alxandra_ [n=caner@81.213.252.103] has joined #ubuntu
Pelothanksjack  rightclick on the file , properties,  last tab I think03:11
=== CyberScript32 [i=mhwh@201.32.58.6] has joined #ubuntu
georgymedic30420 : you are right, xubuntu are on the xub03:11
georgymedic30420 : * on the cd03:11
thanksjackI think I broke it03:11
=== asirc [n=amastude@210.213.122.91] has left #ubuntu []
PhilHPelo, penultimate tab i think03:11
maswany03:11
thanksjackits acting like windows03:11
=== newclient [n=lenovo@d220-236-12-28.dsl.nsw.optusnet.com.au] has left #ubuntu []
alxandra_hey people, is there any apt repository for sourceforge programmes??03:12
Pelothanksjack  how do you mean ?03:12
thanksjackits ok now03:12
thanksjack:)03:12
=== TomB| [n=ownthebo@ACD7878F.ipt.aol.com] has joined #ubuntu
=== etzerd [n=etzerd@ool-457933ab.dyn.optonline.net] has joined #ubuntu
etzerdHi all03:12
etzerd?03:12
=== Nihni [n=shish@villatatra.plus.com] has joined #ubuntu
thanksjackanyone know how to mount smb shares in fstab?03:12
CyberScript32ola, algum brasileiro na rea. Precisando de ajuda no Ubuntu...03:12
=== jordan [n=jordan@h-68-164-88-39.snvacaid.dynamic.covad.net] has joined #ubuntu
eyequeue!br03:13
ubotuPor favor use #ubuntu-br  ou #ubuntu-pt  para ajuda em portugus. Obrigada.03:13
=== CyberScript32 is now known as Derme
=== asir1 [n=amastude@210.213.122.91] has joined #ubuntu
=== Derme is now known as Derme23
=== nbc320 [n=amastude@210.213.122.91] has joined #ubuntu
Derme23e ai algum brasileiro?03:13
=== nbc320 [n=amastude@210.213.122.91] has left #ubuntu []
etzerdI love using Gnome, but my problem with it is the ICONS on the desktop are too bigs.The only way to resize them is using strech icons. Is there any other way like on KDE you can change the size let say to 48 or 32 as you wish in Gnome?03:14
eyequeue!br03:14
ubotuPor favor use #ubuntu-br  ou #ubuntu-pt  para ajuda em portugus. Obrigada.03:14
eyequeue!br > Derme2303:14
=== LKRaider [n=LKRaider@200.247.157.198] has joined #ubuntu
=== cubo [n=jorge@OL61-197.fibertel.com.ar] has joined #ubuntu
alxandra_hey people, is there any apt repository for sourceforge programmes?? if yes it will help me very much...03:14
=== jim_ [n=jim@wiley-358-197946.roadrunner.nf.net] has joined #ubuntu
alxandra_i cant find somethiong like that03:15
jbroomealxandra_: not that i know of03:15
=== foxhunte1 [i=box@p54B4D567.dip.t-dialin.net] has joined #ubuntu
jim_to03:15
alxandra_hmm ::::(03:15
Peloalxandra_   repositories only work for ubuntu packages03:15
eyequeuealxandra_, most have not been debianized even03:15
jordanHow do I change the resolution of virtual terminals?03:15
=== z2274743 [n=ubuntu@203.122.98.89] has joined #ubuntu
=== snowblink [n=snowblin@31.74.2.81.in-addr.arpa] has joined #ubuntu
alxandra_youre right thanx03:15
demiopeople, does anyone know a graphical SCP interface?03:15
rixthI am having trouble understanding cron. I want to run "/usr/local/awstats/wwwroot/cgi-bin/awstats.pl -update -config=HipHopCrack" every 12 hours as root, but I am unsure of how.03:16
=== ephemeros [n=ephemero@84.232.246.151] has joined #ubuntu
demiolike winscp03:16
=== secleinteer [n=scl@adsl-70-237-207-174.dsl.stlsmo.sbcglobal.net] has joined #ubuntu
=== JollyDrunkPirate [n=yabufogo@S01060013d3503607.wp.shawcable.net] has joined #ubuntu
etzerdI love using Gnome, but my problem with it is the ICONS on the desktop are too bigs.The only way to resize them is using strech icons. Is there any other way like on KDE you can change the size let say to 48 or 32 as you wish in Gnome?03:16
=== smoked1 [n=smoked1@68.67.55.155] has joined #ubuntu
smoked1Whats a good program for ubuntu to extract rar files? i am having a problem with a rar file right now.03:17
ladydoor!unrar03:17
uboturar is a non-free archive format created by Rarsoft. For instructions on accessing .rar files through the Archive Manager view https://help.ubuntu.com/community/FileCompression. There is a free (as in speech) unrar utility as well, see !info unrar-free03:17
=== ladydoor [i=door@unaffiliated/ladydoor] has left #ubuntu []
Pelosmoked1  check in synaptic03:17
jordanWith knoppix I have a higher resolution virtual terminal03:17
smoked1I searched for rar and many things came up03:17
smoked1Pelo: could you just suggest something please?03:18
jordan!info unrar-free03:18
ubotuunrar-free: Unarchiver for .rar files. In component universe, is optional. Version 1:0.0.1-2 (dapper), package size 15 kB, installed size 84 kB03:18
=== qesnor [n=qesnor@84-120-67-50.onocable.ono.com] has left #ubuntu ["Leaving"]
w30jordan, you can pass a kernel option to the kernel on boot up in the form of vga=791 for example for a 1024x768 display03:19
=== LeeJunFan [n=junfan@adsl-69-210-207-5.dsl.klmzmi.ameritech.net] has joined #ubuntu
jordanw30, How do I do that with LILO?03:19
simtowerwill the ubuntu boot screen still work right?03:19
=== SillyZ [n=james@CPE-72-129-177-185.neb.res.rr.com] has joined #ubuntu
=== SmrtJustin [n=SmrtJust@72.241.36.169] has joined #ubuntu
SillyZevening03:20
=== GreenCult [n=GreenCul@200.60.98.244] has joined #ubuntu
Pelowhy do I find a fucking windows thread in each forum search i do,03:20
Pelodamit03:20
jordansimtower, That isn't a concern for me, it has never worked on this machine :)03:20
THX-1138the rar free version handles earlier rar files perfectly. - though the developer has changed the format and charges money for the most recent version03:20
ryanakcawhat is the most common application that newcommers install?03:20
Peloryanakca I would say a package that will allow you to play mp303:21
georgyryanakca : wine ?03:21
creatureI'd say grub.03:21
w30jordan, edit /boot/brub/menu1st and put in the vga=791  after /boot/vmlinuz-2.6.15-23-amd64-generic root=/dev/hda1 ro single03:21
=== kitche [n=dragon@pool-70-16-35-254.buff.east.verizon.net] has joined #ubuntu
ryanakcahmm... easy to install, I'm looking for an example package for tommorow's class03:22
THX-1138!restrictedformats03:22
ubotuFor multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats  -  See also http://help.ubuntu.com/ubuntu/desktopguide/C/common-tasks-chap.html  -  But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats03:22
w30jordan, or whatever your kernel is03:22
creatureryanakca: Gaim?03:22
ryanakcacreature: ah, nice... but isn't it in ubuntu-destkop? if not, I'm taking it...03:22
georgyryanacka : amsn, amule ?03:22
jordanw30, by /boot/brub/menu1st you mean boot/grub/menu1st?03:22
w30jordan, read man lilo for where to put the boot options03:23
Derme23how connect internet with modem chipset smartlink in Ubuntu dapper?03:23
creatureryanakca: No idea, but it'll be a good example.03:23
inglorshit03:23
inglorit's still not working03:23
inglorhow do I turn wireless radio on03:23
creatureIf you don't mind losing your students to the web after they've got it working, of course.03:23
inglorin ubuntu03:23
THX-1138!lilo03:23
ubotulilo is an alternative [Li] nux Boot[Lo] ader. Note: it is recommended that you use GRUB on Ubuntu instead.03:23
inglorof my eth103:23
THX-1138] agh03:23
=== obf213 [n=john@adsl-69-152-34-139.dsl.ksc2mo.swbell.net] has joined #ubuntu
ryanakcacreature: it would be, but what's the point of installing an allready installed package, eh?03:24
obf213any geniouses in here03:24
w30jordan, just find a boot option and skip a space and put the vga bit in.03:24
obf213i need some help getting my computer to reboot03:24
obf213it doesnt restart anymore03:24
inglortype 'reboot'03:24
jordanw30, Then how do I update LILO?03:24
=== insub [i=dtox@bas7-montrealak-1177635896.dsl.bell.ca] has joined #Ubuntu
obf213inglor....03:24
=== silverfox [i=silver@201.15.158.202] has joined #ubuntu
obf213it will shut down, it wont reboot03:24
creatureryanakca: How about a game?03:24
Renan_s2!ltsp03:24
ubotuSorry, I don't know anything about ltsp - try searching on http://bots.ubuntulinux.nl/factoids.cgi03:24
obf213i think the order of the shutdown got messed up03:24
inglor!wireless03:24
ubotuWireless documentation can be found at https://help.ubuntu.com/community/WifiDocs03:24
creatureSomething like Chromium. No idea if it's already installed, but it's good.03:25
jordanw30, OR, how can I install GRUB on a macbook pro?03:25
=== xhaan [n=xhaan@d47-69-6-127.try.wideopenwest.com] has left #ubuntu ["Leaving"]
ryanakcacreature: hmm... I don't play any, but why not03:25
obf213it shuts down kdm, open usplash, then goes to will not halt. when i opened /etc/rc6.d/ i noticed that was  the order they were in there03:25
jordanw30, I actually prefer GRUB.03:25
w30jordan, it's been a while but I think you just run the lilo command as sudo or superuser03:25
THX-1138!yaboot03:25
inglor!asus03:25
ubotuSorry, I don't know anything about yaboot - try searching on http://bots.ubuntulinux.nl/factoids.cgi03:25
obf213if i rearrage them wil lthat change the order or something03:25
ryanakcacreature: I have a pile of them installed though, thanks03:25
ubotuSorry, I don't know anything about asus - try searching on http://bots.ubuntulinux.nl/factoids.cgi03:25
exsAny wget profesionals here?03:25
=== creature polishes his wget license.
w30jordan with grub it just reads the latest menu1st on reboot.03:26
jordanTHX-1138, yaboot is for the older PPC macs.03:26
obf213man i need some help03:26
THX-1138Ok03:26
obf213my computer is shuttdown abnormall03:26
=== P3L|C4N0 [n=gcamposm@201.230.101.131] has joined #ubuntu
=== ck3k_ [n=ck3k@adsl-75-40-124-38.dsl.pltn13.sbcglobal.net] has joined #ubuntu
=== sinisterr [n=me@67.60.60.105] has joined #ubuntu
w30jordan, I don't know anything about macs, I can't afford one :=)03:27
=== liquidtenmillion [i=1000@66-191-161-169.dhcp.gnvl.sc.charter.com] has left #ubuntu []
=== jorik [n=olmo@kotnet-148.kulnet.kuleuven.be] has joined #ubuntu
jordanw30, niether can I, but I got it for free :)03:27
exsI'm trying to save every page+picture within 3dtotal.com using wget. I understand that the commands "-r -l0" are necessary, but I am unable to find out how to set the path for the downloaded files and to make the files available offline (so I can brwose them via firefox) If anyone could help, that would be fantastic.03:28
=== fluxi [n=fluxi@39.105-244-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu
jordanw30, Otherwise I would have gone with something more Linux friendly.03:28
=== deuce868 [n=deuce868@c-68-42-84-176.hsd1.mi.comcast.net] has joined #ubuntu
=== sizzam [n=sizzam@c-71-207-99-88.hsd1.pa.comcast.net] has joined #ubuntu
THX-1138Did this help?    http://sowerbutts.com/linux-mac-mini/03:28
w30jordan, can you install Linux on an Intel Mac?03:29
=== KanRiNiN [n=frenchja@152.160.38.184] has joined #ubuntu
sizzamwhen i plug in my iPod, RhythmBox automatically starts.   How can I make gtkpod start instead?03:29
=== pilsun [n=aido@d14-69-254-30.try.wideopenwest.com] has joined #ubuntu
rixthexs, try htrack for ripping siotes03:30
maxkelleysizzam: automagically :)03:30
=== VHockey86__ is now known as VHockey86
=== mmuzzy [n=mmuzzy@ip72-200-185-231.ri.ri.cox.net] has joined #ubuntu
pilsunswitching from windows to ubuntu on my primary computer (800mhz pIII, 256m ram); never used ubuntu before. should I be using xubuntu instead for this old system?03:30
jribsizzam: system > preferences > removable drives and media03:31
=== ^majik^ [n=majik@68-187-20-53.static.jcsn.tn.charter.com] has joined #Ubuntu
kitchepilsun: no that's a good system03:31
maxkelleypilsun: nope, it'll work nicely on that.03:31
exsrixth:  I installed that, and tried to, but it's taking a very long time even to pass the links..03:31
pilsunalright, excellent.03:31
pilsunthank you.03:31
=== LKRaider [n=LKRaider@200.247.157.198] has joined #ubuntu
maxkelleythough xubuntu is nice.03:31
sizzamthanks jrib03:31
maxkelleyit is a bit lighter, may run slightly faster.03:31
maxkelleyplus, I like XFCE better, because it is less cluttered.03:32
pilsunis it significantly less functional?03:32
maxkelleyno, not at all.03:32
ryanakcadoes anyone have the default sources.list?03:32
=== knixtech [n=stormcha@c-68-80-172-143.hsd1.pa.comcast.net] has joined #ubuntu
jordanw30, Yes I am running Ubuntu right now :)03:32
=== Neo8750 snuggles his xubuntu
georgyjordan: do you need sommething special to install ?03:32
w30jordan, on an Intel? Mac?03:33
jordanTHX-1138, Yes, in fact verry much so, it tells me how to get grub to work :)03:33
=== timi [n=john@adsl-68-94-164-201.dsl.ksc2mo.swbell.net] has joined #ubuntu
timianybody good with ubuntu on this03:33
timimy computer shuts dow wierd03:33
kitcheIntel mac is just Intel with the new bios that a lot of computers will have installed soon03:33
jordangeorgy, Yes, you need to do a lot in fact, but there are many guides.03:33
=== zonum [n=zonum@adsl-11-96-26.mia.bellsouth.net] has joined #ubuntu
timiits goes stopping kdm>usplash>then halts03:33
georgyjordan : thanks03:33
=== knixtech [n=stormcha@c-68-80-172-143.hsd1.pa.comcast.net] has left #ubuntu ["Ex-Chat"]
THX-1138grkpod setup http://www.linuxjournal.com/article/926603:34
w30jordan, and you don't need a special distrobution like yellowdog for the Intel mac03:34
THX-1138gtkpod*03:34
jordanw30, yes, a macbook pro.03:34
technelSay I run a command: "ps aux | grep very_specific_process", how would I do a cool one-liner that would automatically send a kill -9 to all of the processes returned?03:34
=== AlinuxOS [n=alinux@d83-184-245-165.cust.tele2.it] has joined #ubuntu
janina07hi03:34
=== baconbacon [n=bacon@modemcable020.207-130-66.mc.videotron.ca] has joined #ubuntu
janina07hui03:35
janina07hi03:35
ryanakcacreature: I've settled on ksudoku :)03:35
janina07hi03:35
jordanw30, More precisely there isn't one...03:35
janina07hi03:35
w30jordan, wonderful, that makes much more since than a dual boot with xp03:35
=== Determinist_ [i=deter@unaffiliated/determinist] has joined #ubuntu
creatureryanakca: Make sure KDE's love of dependencies doesn't bite you...03:35
=== ryanakca runs kubuntu :)
w30jordan, since/sense03:36
jordanw30, You don't NEED one, but I wish there was one that had all the strange Apple hardware working out of the box, like yellodog did.03:36
=== seshomaru123 [n=kitty@60.63.160.57] has joined #ubuntu
ryanakcacreature: the gnomers can install gnome-sudoku if they wish....03:36
jordanw30, Do you mind if I ask which mac you have?03:37
=== Lilandra [n=lilandra@241-10.greendottt.net] has joined #ubuntu
=== acidjames_ [i=acidjame@ABordeaux-152-1-9-110.w82-125.abo.wanadoo.fr] has joined #ubuntu
=== decherdt [n=decherdt@ppp-70-129-183-55.dsl.rcsntx.swbell.net] has joined #ubuntu
jordanw30, The macbooks seem to have all the essentials working out of the box with Ubuntu, wheras the macbook pro is a pain.03:38
sladenjordan: if all the hardware /doesn't/ work out of the box on Ubuntu, then that's a bug03:38
seshomaru123Hi, im using Ubuntu as a file server to install FC5 from network. I put FC5 DVD iso in Ubuntu's /var/www  (apache2' directory) and booted another machine with FC5's first CD , but the Fedora installation sais it cannot find the file, any advice?03:38
sladenjordan: several of the developers use Macs03:38
timiwhy put linux on a mac03:38
=== bhearsum [n=bhearsum@durhamlug/pdpc.basic.bhearsum] has joined #ubuntu
jordantimi, why not?03:38
eyequeuetimi, freedom03:38
=== dk06 [n=dk@CPE0080c6f86117-CM0011e6c40d91.cpe.net.cable.rogers.com] has joined #ubuntu
sladentimi: "Freedom", "easy of use"03:38
timio.03:39
timiive never used OSX or mac03:39
jordantimi, same reason you would put it on a PC, I like Linux :)03:39
eyequeuetimi, macs come with proprietary software until you do03:39
=== PeYton [n=slingbla@c-24-23-221-125.hsd1.ca.comcast.net] has joined #ubuntu
AlinuxOSlinux on InteliMac ?03:39
timiyeah i guess.03:39
jordanAlinuxOS, yup :)03:39
Neo8750osx is supose to be nice03:39
Jeruvyseshomaru123: what is your document root?03:39
bhearsumi'm having trouble with the ATI drivers. (fglrx), i've followed the guides on wiki.cchtml.com but i can't get direct rendering to work. it's *always* Mesa Indirect03:39
sladentimi: Welcome to this Freedom things that drives us all to work on Ubuntu and Linux03:40
AlinuxOSjordan, so it's possible to install Linux on iMac ?03:40
jordanAlinuxOS, sorry no, I read intelmac not intel imac.03:40
seshomaru123Jeruvy, I'm not sure I understand the question? which doc?03:40
jordanAlienX, yes.03:40
=== Doodluv [n=brad@12-207-104-150.client.mchsi.com] has joined #ubuntu
timii c. i left windows because of all th ecrash ing and what not03:40
timibut i guess to each their own03:40
eyequeuetimi, i was never there to leave it :)03:40
=== PeYton [n=slingbla@c-24-23-221-125.hsd1.ca.comcast.net] has joined #ubuntu
Grok_is there any way to get ubuntu running on an old 533mhz with 32mb of ram box?03:40
sladenAlinuxOS: yes, ubuntu Matt Garett of Ubuntu did most of the original port to the Intel Macs03:40
Jeruvyseshomaru123: it's a httpd.conf setting.  review apache.org for documentation on 'Document Root'.03:40
sladenAlinuxOS: read the original blog post(s):  http://mjg59.livejournal.com/58934.html03:41
eyequeueGrok_, 32 mb, i'd go with a text install from the server or alternate cd03:41
AlinuxOSI would like to buy a PC, I've have alredy an old laptop, but it's too slow for me... HD is 5400 rpm.03:41
timicany anybody smart anser a question about shutdown03:41
jordanAlinuxOS, They are pretty much PC's now that they have switched to intel :)03:41
seshomaru123Jeruvy, I understand03:41
kitchetimi: what about shutdown?03:41
timidoes this /etc/rc6.d/ exectue the shell scrips in the order they are shown03:41
seshomaru123let me check03:41
=== justin420 [n=stubborn@69.92.132.245] has joined #ubuntu
timikitche: i have a wierd shut down it just goes to usplahs the shuts down, im thinking its because i have halt listed right after usplash.03:42
AlinuxOSsladen, hehe great.03:42
=== theVaioSale [n=theone@host-84-222-62-106.cust-adsl.tiscali.it] has joined #ubuntu
jordanAlienX, And you'r thinking about a mac?03:42
timii believe this i s bad for my computer its not unloading everything or w/e03:42
AlinuxOSI'm thinking to buy some HP Desktop.03:42
eyequeuetimi, the S are start, the K are kill03:43
=== IronMask [n=IronM@ppp114-251.lns1.bne4.internode.on.net] has joined #ubuntu
AlinuxOSMac is too expencive.03:43
=== Lilandra [n=lilandra@241-10.greendottt.net] has joined #ubuntu
=== Shadowline [n=shadowli@ppp-69-214-7-137.dsl.klmzmi.ameritech.net] has joined #ubuntu
sladentimi: "or w/e" ?03:43
justin420hi all. anybody help with changing my kernel from preemptable to non-preemptable or point me in the direction of a good howto?03:43
timiok03:43
jordanHas anyone ever tried pogo linux PC's or any other OEM linux PC's?03:43
ryanakcaanybody have a default sources.list they could pastebin?03:43
timieyequeue03:44
seshomaru123Jeruvy, my httpd.conf sais nothing about root file , its almost empty just some lines on 3rd party and loadmodules03:44
timido they execute in that order though03:44
timifor examply my /etc/rc6.d/ has the k10halt righ after usplash03:44
kitchejustin420: for that you would need to probably recompile the kernel03:44
timiand ithink its not supposed to be there03:44
AlinuxOSjordan, I think that HP asemmbled pc would be  good solution.03:44
timican sombebody tellme where there halt is in /etc/rc6.d/03:44
seshomaru123Jeruvy, i run a small website and I put my files in /var/www03:44
sladenryanakca: "deb http://gb.archive.ubuntu.com/ubuntu dapper main restricted"03:44
THX-1138GAWD is there no easy way to avoid paying microsoft with every computer purchase? - lol03:45
=== Juul [n=Juul@adsl-70-132-0-205.dsl.snfc21.sbcglobal.net] has joined #ubuntu
justin420kitche: is that as simple as doing a make menu config, only changing the kernel preempt part, and then mkinitrd and then editing my menu.lst?03:45
jordanTHX-1138, there are some OEM's that are Linux only.03:45
=== freakzoid0223 [n=matt@pool-141-151-19-56.phlapa.east.verizon.net] has joined #ubuntu
=== McDaver [n=tech_sys@CPE-70-94-239-225.mn.res.rr.com] has joined #ubuntu
timisladen: do you have this script K10Halt in this folder /etc/rc6.d/03:46
jordanTHX-1138, never tried them though.03:46
JeruvyTHX-1138: not really.  I sell linux boxes ;)03:46
=== RedGhost is now known as RedGhost`away
lupine_85justin420: make oldconfig then make menuconfig03:46
eyequeueTHX-1138, you can also order a "bare" box, with no os03:46
=== McDaver [n=tech_sys@CPE-70-94-239-225.mn.res.rr.com] has left #ubuntu []
Juulhi, i'm kinda confused about kernel headers. i used make-kpkg to build two packages: image and headers. the kernel works fine, but when i install the header package it just seems to dump it to /usr/src/kenerl-headers-something03:46
=== Jeruvy agrees with eyequeue
THX-1138jordan - sounds real good to me. - every dollar i give 'em they use for copyright lawyers and drm directx schemes03:46
=== francois [n=francois@modemcable043.41-131-66.mc.videotron.ca] has joined #ubuntu
w30THX-1138, somehow it's cheaper to buy a Microsoft pc and throw away Microsoft than it is to get a bare no operating system pc03:46
ryanakcasladen: no, the entire thing... the whole file03:46
lupine_85Juul: that's right03:46
jordanTHX-1138, :)03:47
=== McDaver [n=tech_sys@CPE-70-94-239-225.mn.res.rr.com] has joined #ubuntu
PhilHeyequeue, isn't that prohibited in some places? every machine must ship with an OS, even if it's freeDOS03:47
lupine_85if you want to build any kernel modules later, you'd use the -headers package03:47
Grok_eyequeeu, thanks03:47
=== u^A [n=allberto@60.50.162.190] has joined #ubuntu
eyequeuePhilH, i never heard of that, i've had no troubles doing the bare request03:47
=== McDaver [n=tech_sys@CPE-70-94-239-225.mn.res.rr.com] has left #ubuntu []
Juullupine_85, but it seems like old headers are still in /usr/include/linux03:47
eyequeueGrok_, good luck03:47
kitchePhilH: you don't need a computer with an OS03:47
lupine_85Juul: no. They are your C library headers. kernel headers are different03:48
justin420lupine_85: ok then, as i like the stock kernel of ubuntu, except for the preemptable part. its a little slow sometimes under heavy load.03:48
=== ayano [n=elee@adsl-70-245-190-90.dsl.spfdmo.swbell.net] has joined #ubuntu
sladenryanakca: that's sufficient.  Did it get deleted somehow?03:48
ayanowhat program is like hyperterm on ubuntu?03:48
=== rafael [n=rafael@c95121a7.virtua.com.br] has joined #ubuntu
jordanPhaqui, I know in some countries, where even more people pirate windows, some stores install crap versions of linux for that reason, they know it will get reformatted but it might be why people think linux doesn't have a GUI.03:48
sladenayano: minicom03:49
=== BigMac_ [i=user@resnet-130-184-90-128.uark.edu] has joined #ubuntu
ryanakcasladen: no, I'm teaching the class in #ubuntu-classroom tommorow, and I need a default one03:49
timican somebody tell me what runlevel they have halt under?03:49
timisudo sysv-rc-conf03:49
=== beuno [n=martin@200.127.179.37] has joined #ubuntu
ayanosladen: any graphical ones?03:49
justin420well thanks all for the help. appreciate it. l8r03:50
=== conner [n=conner@c-24-19-57-84.hsd1.mn.comcast.net] has joined #ubuntu
Juullupine_85, but it seems that the kernel header package includes new versions of the headers in /usr/include/linux. they are in /usr/src/kernel-headers-something/include/linux03:50
=== bhearsum [n=bhearsum@durhamlug/pdpc.basic.bhearsum] has left #ubuntu []
=== Shadowpillar [n=Shadow@dialup-4.233.126.119.Dial1.LosAngeles1.Level3.net] has joined #ubuntu
Juuli'm pretty sure i should be compiling my userland programs against these new version, right?03:51
timican somebody check this file for me /etc/rc6.d/ and tell me if they have K10Halt there03:51
timiplease anybody03:51
lupine_85Juul: no03:51
Juuloh03:51
lupine_85seriously. You do not want to copy those files over the files in /usr/include03:51
=== rafael is now known as rafaeldt
lupine_85make-kpkg did everything correctly :)03:51
Juulok... i guess my problems is elsewhere then, thanks03:51
timieyequeue: can you check to see fi you have k10 halt listed in your /etc/rc6.d/ file03:52
THX-1138 /etc/rc6.d/   i didn't see it there.03:52
timithanks03:52
=== McDaver7 [n=tech_sys@CPE-70-94-239-225.mn.res.rr.com] has joined #ubuntu
=== htaylor [n=htaylor@c-69-247-99-84.hsd1.ms.comcast.net] has joined #ubuntu
=== fiveiron [n=fiveiron@74.137.134.5] has joined #ubuntu
sladenryanakca: /usr/share/gnome/help/serverguide/sample/sources.list03:52
ryanakcasladen: thanks03:53
theVaioSaleHello! I am selling Sony Vaio AR190G Notebooks (Core Duo T2500 2 GHz /17" /2GB DDR2 /200 GB HDD @ 7200 rpm /256MB GDDR SDRam / 17" WUXGA TFT Active Matrix (1920 x 1200)/DVD+-RW- / Blu-Ray disc), brand new for $ 500, if interested send me an e-mail or msg now inti3m@yahoo.com  , Thank You03:53
eyequeuetimi, nothing between K01 and K11 here03:53
=== rixth [n=tester@203-109-245-204.static.bliink.ihug.co.nz] has joined #ubuntu
ryanakcasladen: cat: /usr/share/gnome/help/serverguide/sample/sources.list: No such file or directory03:53
timik thanks03:53
=== McDaver7 [n=tech_sys@CPE-70-94-239-225.mn.res.rr.com] has left #ubuntu []
jordanHow do I uninstall LILO and install GRUB? ( I have gone through the mac specific steps already so it should be the same as on any PC )03:53
=== bsdfox [n=h36sa@dialup-4.181.122.187.Dial1.SanJose1.Level3.net] has joined #ubuntu
THX-1138dir ectory listing  http://paste.ubuntu-nl.org/2357503:53
jordanCan I just use apt?03:54
=== zenrox [n=zenrox@pool-71-120-239-162.spknwa.dsl-w.verizon.net] has joined #ubuntu
sladenryanakca: that's in 'ubuntu-docs';  or try /usr/share/doc/apt/examples/sources.list but that /isn't/ the default one03:54
ryanakcatheVaioSale: this isn't an auction house, please run your buiseness some wheres else :)03:54
=== lophyte [n=dave@bas5-toronto63-1128749381.dsl.bell.ca] has joined #ubuntu
sladenjordan: for a intel Mac you _*/need/*_ elilo03:54
=== snarf [n=snarf@74.128.226.59] has joined #ubuntu
=== BUM99 [n=BUM99@dpc6935228190.direcpc.com] has joined #ubuntu
=== mumbles-out is now known as mumbles
w30jordan, can't you use synaptic and uninstall lilo and install grub?03:55
snarfHey, what is this "6.06 kernel security update issue"? I think I just installed some kernel update..03:55
=== corvax [n=corvax@pool-71-123-117-32.spfdma.east.verizon.net] has joined #ubuntu
jordansladen, no you don't, mabie you need LILO, but not eLilo.03:55
corvaxtrying to read from a floppy and it says cant read supeblock?03:55
eyequeuesnarf maybe the thing listed at the top of the forums?03:55
sladenjordan: let me know when you getting it working with lilo then ;-)03:56
jordanw30, I was just asking if there were any other steps, I guess that answers my question.03:56
snarfI didnt even know there was a forum03:56
jordansladen, I already have :)03:56
sladenjordan: happy rebooting...03:56
jordansladen, Using it right now, have been for weeks.03:56
sladenjordan: on an Intel Mac?03:56
jordansladen, BIOS emulation03:57
=== Chu [n=swebster@cpe-66-74-195-151.san.res.rr.com] has joined #ubuntu
eyequeuesnarf, http://ubuntuforums.org/showthread.php?t=25745903:57
snarfthanks03:57
jordansladen, How do you think they run windows?03:57
=== HellDragon is now known as HellDragon2
=== Jack_Sparrow [n=jack@adsl-69-105-137-0.dsl.sndg02.pacbell.net] has joined #Ubuntu
seshomaru123can anyone help me set Ubuntu's Apache for a Fedora network install?03:58
sladenjordan: the legacy environment is /just/ enough to run XP.  You really don't want to be running Ubuntu under that environment as it doesn't have access to EFI which is a bit limiting03:58
BUM99How would I get 2 250 gb hard drives in RAID 0 be able to dual boot Ubuntu and windows without screwing things up (if thats possible)? 8-)03:58
=== corvax is now known as viator
PhilHeyequeue, http://www.theregister.co.uk/2002/08/15/dell_mocks_ms_mandatoryos_regime/ it probably doesn't apply to you though03:58
=== whitynz [n=Whity@60-234-132-74.bitstream.orcon.net.nz] has joined #ubuntu
BigMac_wtf why do you have that much HD space?03:58
viatortrying to read from a floppy and it says cant read supeblock?03:58
w30jordan, I can't answer that, I haven't done it.03:58
jordansladen, a lot of things, like ATI drivers, don't work with EFI yet.03:58
viatorany idea03:59
THX-1138nice link03:59
BUM99Because im cool like that03:59
georgyryanakca : http://paste.ubuntu-nl.org/2357803:59
w30jordan, I know grub has to be installed but I think synsptic does that and configures it too.03:59
BigMac_tis a lot of porn03:59
BigMac_hey guys03:59
=== McDaver7 [n=tech_sys@CPE-70-94-239-225.mn.res.rr.com] has joined #ubuntu
eyequeuePhilH, you're right, it doesn't, but thanks for the link.  never bought a dell :)03:59
=== rixth [n=tester@203-109-245-204.static.bliink.ihug.co.nz] has joined #ubuntu
ryanakcageorgy: thanks! :D03:59
BUM99oh jah03:59
sladenjordan: http://www.paul.sladen.org/ubuntu/mactel/ <-- probably the first time Ubuntu booted under Boot Camp04:00
BigMac_is it best to install windows or ubuntu first?04:00
jordansladen, Everyone I have talked to / guides I have see reccommend using BIOS emulation, it is FULL BIOS emulation as far as I know.04:00
georgyBigMac : windows04:00
Jack_SparrowBigMac_: Windows04:00
PhilHeyequeue, the lengths i had to go to to find that link i was starting to believe that i'd made it up :)04:00
=== McDaver7 [n=tech_sys@CPE-70-94-239-225.mn.res.rr.com] has left #ubuntu []
eyequeueBigMac_, if you need both, then go with the other first, it doesn't "play well with others" like ubuntu does04:00
BigMac_grand04:00
sladenjordan: the ATI video BIOS is anything but "full".  The Intel video BIOS however does appear to be standard OEM BIOS04:00
Caplainwhere do i get xlibmesa-dev ?04:00
eyequeuePhilH, :)04:00
=== bsdfox [n=h36sa@dialup-4.181.122.187.Dial1.SanJose1.Level3.net] has joined #ubuntu
BUM99Will an nvidia geforce 7800 GTX work?04:01
w30BigMac_, Windows always overwrote Linux so I always put in Windows first utill I got tired of04:01
=== MistaED [n=mistaed@203-214-156-231.perm.iinet.net.au] has joined #ubuntu
georgyBUM99 : sould be04:01
=== cArNaGe` [n=john@plns-216-222-255-125-pppoe.dsl.plns.epix.net] has joined #ubuntu
BUM99Cool04:02
THX-1138Doesn't the US Federal Trade Comission think the new clause is anti competitive? (sigh)04:02
=== filemover [n=froggscr@c211-31-36-209.artrmn1.nsw.optusnet.com.au] has joined #ubuntu
w30BigMac_, windows overwriting and did th rm -Rf  Drive C:\04:02
jordansladen, You are probably right, but I havn't had any problems so far.04:02
sladenCaplain: sudo apt-get install libgl-dev ?04:02
=== thanksjack [n=chaos@S01060050bac94b86.cg.shawcable.net] has joined #ubuntu
thanksjackJust gotta say one thing... I love linux04:02
kitcheBigMac_ install windows first then ubuntu hat's the standard04:02
BigMac_alright04:03
=== creature [n=creature@unaffiliated/creature] has left #ubuntu []
BigMac_best to use live or alt to install?04:03
BUM99What if I already have 4 partitions on my HD?04:03
=== degreseven [n=bryan@c-71-227-222-12.hsd1.or.comcast.net] has joined #ubuntu
=== zenrox [n=zenrox@pool-71-120-239-162.spknwa.dsl-w.verizon.net] has joined #ubuntu
BigMac_I know i want to install04:03
=== richiefrich [n=dethwish@unaffiliated/richiefrich] has joined #ubuntu
BigMac_64Bit04:03
BigMac_and i have live04:04
eyequeueBigMac_, i say alt04:04
kitcheBigMac_: it's due to the windows installer installs the boot record in the MBR no matter where04:04
jordansladen, What are the benefits of booting with EFI?04:04
georgyBigMac : depend on your computer04:04
BigMac_well its an emachines04:04
=== green [n=green@71.194.248.229] has joined #ubuntu
BigMac_64bit 3400+ 1gig ram ATI RAD 700x pro PCI-E04:05
jordansladen, I hope I am not coming across wrong, that is an honest question, I am not trying to sound like an a** but looking back my comments could all be taken badly.04:05
georgyBigMac_ : go for live04:05
Caplainsladen: thanks04:06
w30!EFI04:06
=== sinisterr [n=me@67.60.60.105] has joined #ubuntu
ubotuSorry, I don't know anything about EFI - try searching on http://bots.ubuntulinux.nl/factoids.cgi04:06
BigMac_any probs with live normaly?04:06
georgyBigMac_ : no04:06
kitchew30: it's a new bios feature in the new iMacs has to do with software on hardware it's sorta locked in to that hard ware04:06
BigMac_ok....04:06
BigMac_well I am going to do this in a little while when my HD gets backed up04:07
=== zenrox [n=zenrox@pool-71-120-239-162.spknwa.dsl-w.verizon.net] has joined #ubuntu
BigMac_I have my laptop and my PC04:07
=== chains [n=chains@200.121.102.11] has joined #ubuntu
=== sjust1216 [n=sam@74.130.243.28] has joined #ubuntu
=== francois [n=francois@modemcable043.41-131-66.mc.videotron.ca] has left #ubuntu ["Quitte"]
BigMac_i will be doing both b.c i imagine i will have trouble04:07
thanksjackanyone know how to get the mplayer codecs to work? I put them in the /usr/local/lib/codecs folder, but I cant play any video04:07
=== david_ [n=david@72.24.115.201] has joined #ubuntu
viatorefi replaces bios04:07
BUM99Does Ubuntu support WIFI?04:07
viatorthere is no bios afaik04:08
w30BigMac_, I have brodband and live was a great way to install because you can do it over a peroid of days or weeks and use you system in the mean time04:08
=== rmd [n=jason@c-24-99-236-50.hsd1.ga.comcast.net] has joined #ubuntu
BigMac_what do you mean?04:08
sinisterri have just installed open-sshd but it appears that the server didnt pick up on my username and password for any users on the system as auth fails at login. How can i fix this04:08
BigMac_is there a lot more to install?04:08
=== Ginks [i=Jinx@68-187-28-163.dhcp.scts.ne.charter.com] has joined #ubuntu
georgyBUM99 : depend wich you have04:08
w30BigMac_, a modem might make you wish you had the cd's04:08
=== clarence [n=clarence@64.146.179.133] has joined #ubuntu
lupine_85!openssh-server04:09
ubotuopenssh-server: Secure shell server, an rshd replacement. In component main, is optional. Version 1:4.2p1-7ubuntu3 (dapper), package size 200 kB, installed size 540 kB04:09
lupine_85that one?04:09
baconbaconthat is the first thing i install04:09
BigMac_well i am on U of Arkansas campus04:09
BigMac_and an away game week end04:09
BigMac_wont be much traffic over the line04:09
=== wankel [n=nobody@200.121.102.11] has joined #ubuntu
sinisterrlupine_85: i believe so as it came from the repo with apt-get04:10
=== phantasmoholic [i=phantasm@64-216-108-165.ded.swbell.net] has joined #ubuntu
=== HellDragon2 is now known as HellDragon
w30BigMac_, the repositories has much more than you will ever need except in certain niches.04:10
=== paistis [n=paistis@adsl-215-141-166.aep.bellsouth.net] has joined #ubuntu
=== ||arifaX [n=HfX@p54B5B884.dip0.t-ipconnect.de] has joined #ubuntu
=== yarddog_ [n=yarddog@unaffiliated/yarddog] has joined #ubuntu
greeni'm having a problem where nautilus hangs/gets stuck with a high CPU, but if i run it with sudo it is fine..anyone ever seen that?04:11
thanksjackdo I need to reinstall or build mplayer to be able to use the mplayer codecs?04:11
thanksjackis there a way to apt this?04:12
=== jono [n=jono@88-107-5-110.dynamic.dsl.as9105.com] has joined #ubuntu
maxkelleyhrm.. the computer likes the who tonight.04:12
=== secleinteer [n=scl@adsl-70-237-138-227.dsl.stlsmo.sbcglobal.net] has joined #ubuntu
thanksjackpink floyd here04:12
w30BigMac_, if you want to compile stuff you will find yourself going back to get development applications,.etc04:12
Ginks[199.901149]  Buffer I/O error on device hdb, logical block 504:12
maxkelleythanksjack: ooh, thanks for reminding me.. gotta add some to the playlist..04:12
=== nixternal [n=nixterna@ubuntu/member/nixternal] has joined #ubuntu
thanksjack:) np04:12
georgythanksjack : apt-get install w32codecs04:12
Ginkswhy would I be getting errors like that?04:12
maxkelleyGinks: what drive type is hdb?04:12
BUM99arctic monkeys04:12
=== Yakotey [n=diop@ip56588a0e.direct-adsl.nl] has joined #ubuntu
Ginksold, lol04:12
thanksjackdoes that have everything I'll need georgy?04:12
Ginksno idea04:12
maxkelleyGinks: is it a wd?04:13
Ginksjust an old ata I suppose04:13
BigMac_gcc04:13
georgythanksjack : yes04:13
Ginkshrmm, not sure04:13
thanksjackk04:13
GinksI'll check in windows04:13
=== Shish [n=shish@villatatra.plus.com] has joined #ubuntu
maxkelleyGinks: try lshw as root04:13
Ginksit's just an old machine, no idea on hardware specs04:13
maxkelleyah04:13
Ginkswell I can't even get the live cd to boot04:13
maxkelleymy 120gb western digital caviar gives me that alot..04:13
Ginksafter it uncompresses the kernel I get a bunch or those errors04:13
=== b14ck73425 [n=b14ck734@24-55-74-90.lmdaca.adelphia.net] has joined #ubuntu
Ginksthen it goes to black screen adventually04:13
maxkelleyhrm04:13
thanksjackI'm guessing the reason I cant apt-get right now is because I'm updating... ?04:14
maxkelleymine just keeps on trucking :)04:14
Ginkslike hundreds of them04:14
b14ck73425how do you set passwords on files? is there any way to?04:14
maxkelleythanksjack: correct.04:14
Ginkslol04:14
thanksjackwoot04:14
=== Davey [n=davey@unaffiliated/davey] has joined #ubuntu
maxkelleyGinks: yup.04:14
DaveyWill this work for RAID on my Athlon Tbird 700Mhz, http://www.newegg.com/Product/Product.asp?Item=N82E16816132006 ?04:14
Daveyrunning Dapper04:14
Ginkshrmm, well it's trying to load right now04:14
GinksI'll wait and see what happens04:14
=== zenwifi [n=zenwhen@74.131.106.138] has joined #ubuntu
sinisterrcan anyone help with openssh-server please?04:14
Ginksif it just goes to a black screen again I'll check the hardware specs04:14
=== Tommy [n=vmware@ool-44c0895f.dyn.optonline.net] has joined #ubuntu
thanksjackHow did Linux get so good? it's so well-made.... but so many different people made it04:14
THX-1138!ssh04:14
ubotussh is the Secure SHell protocol (see https://help.ubuntu.com/community/SSHHowto). Putty is a nice SSH client for Windows, which can be found at http://www.chiark.greenend.org.uk/~sgtatham/putty/04:14
Tommyhey guys04:15
BigMac_b.c they werent money grubbing asswholes04:15
thanksjackohhh04:15
jordanb14ck73425, Yes, you can make it only readable by you'r user if that is what you mean.04:15
Tommycan anyone help me, im a new user and need a little help04:15
janina07hi04:15
THX-1138!ask04:15
ubotuDon't ask to ask a question. Just ask your question :)04:15
b14ck73425yeah but can you set an actual password on the folder?04:15
thanksjackafter I update will I have to restart my computer?04:16
baconbaconno you can't set a password on a file transparently04:16
viatorwhat should i change in fstab to make a vfat floppy auto mount so i have a desktop licon etc04:16
=== andruk [n=chatzill@c-24-8-93-151.hsd1.co.comcast.net] has joined #ubuntu
b14ck73425:(04:17
b14ck73425oh well04:17
baconbaconit just couldn't be practical04:17
TommyOK then....I want to move from WIndows to Ubuntu on my Asus box that has basic windows hardware. I need to know if I can run exe setup files and games on Ubuntu...I play Counter Strike and various others....I use a Netgear WPN111 for my wireless connection and need to know if that will work, as well as my graphics card04:17
thanksjacktrying to password your porn folder b14ck73425?04:17
=== johnmorr [n=jwm@boost.horde.net] has joined #ubuntu
b14ck73425lol04:17
baconbaconimagine an application trying to open the file... how does it handle getting the password? what if it is a background program04:17
w30I downloaded linux kernel source with ubuntu patches and got 2.6.15.7 How do I get 2.6.15.26?04:17
=== livingtm [n=livingtm@cpe-74-67-15-162.nycap.res.rr.com] has joined #ubuntu
b14ck73425hey its linux wouldnt i just share my porn?04:17
b14ck73425with everyone04:17
thanksjackapt-cache search kernel04:18
BigMac_lol04:18
jordanb14ck73425, lol04:18
=== jester45 [n=ryan@72-161-142-233.dyn.centurytel.net] has joined #ubuntu
Agrajagpornography wants to be free04:18
w30Do I have to find some patches somewhere? Where?04:18
baconbacontsk tsk tsk NOT kernel, linux-image04:18
THX-1138Tommy - likely you can using either WINE or better Cedega it better handles Directx and disk copy protection schems04:18
livingtmafter I updated last night, xorg / gome crashes unless i use a failsaf session. the only other thing i did to my system was install vmware. how can i trouble shoot this?04:18
thanksjackthat's the one, sorry bacon04:18
thanksjackI'm a newb too04:18
thanksjackonly done it once before :(04:18
BigMac_omg...so you can run Directx games on ubuntu?04:18
thanksjackfor a price04:18
=== lancetw [n=lancetw@140.128.194.90] has joined #ubuntu
=== janina07 [n=amastude@210.213.122.91] has left #ubuntu []
THX-1138Tommy - though i use linux for everything but gaming.04:19
b14ck73425i was just thinking for private files04:19
baconbacon!linux-source04:19
jordanBigMac_, sort of...04:19
ubotulinux-source: Linux kernel source with Ubuntu patches. In component main, is optional. Version 2.6.15.24 (dapper), package size 22 kB, installed size 52 kB04:19
b14ck73425oh well04:19
thanksjackI think people have run hl2 with WINE though.... which is interesting04:19
BigMac_not well?04:19
thanksjackonly at like 5fps though : /04:19
baconbacon!linux-source > w3004:19
b14ck73425how does wine work by the way04:19
jordanb14ck73425, What are you trying to do exactly?04:19
Tommyand is it free?04:19
b14ck73425jordan, what do you mean?04:20
=== asir1 [n=amastude@210.213.122.91] has left #ubuntu []
thanksjackmy shirt smells like dill pickle04:20
maxkelleyer..04:20
maxkelleywow..04:21
maxkelleyapt started working again.04:21
thanksjackgood04:21
w30baconbacon, yeah, I got that and it gave me 2.6.15.7-ubuntu1, I want the same kernel that the updater installs. 2.6.15-2604:21
jester45http://72.161.142.233/~ryan/eventide1280.jpg someone please to there (its on my computer) and tell me if you like the pic as a wallpaper04:21
maxkelleylet's see how long this'll act.04:21
sjust1216I tried wine with WoW and it just wasnt like it was in windows04:21
jordanb14ck73425, with the folder, for instance would making it only readable by root ( so anyone would have to enter thier password in sudo to read it ) work?04:21
=== tonyyarusso [n=anthony@d235-244-56.home1.cgocable.net] has joined #ubuntu
thanksjackWoW is the cancer of the computer world04:21
TommyAll I would need is to run games and have my hardware work04:21
=== Montag_ [n=matt@c-24-127-107-178.hsd1.ca.comcast.net] has joined #ubuntu
thanksjackdown with World of Warcrack04:21
Num43I was sure thats Windows...04:22
=== linuxactivist [n=linuxact@adsl-75-16-238-253.dsl.kntpin.sbcglobal.net] has joined #ubuntu
maxkelleyjester45: why not?04:22
b14ck73425jordan, like if anyone tried to read it they would have to enter a specific password04:22
sjust1216because it spread so fast or because everyone has it04:22
THX-1138Tommy This site has some info http://frankscorner.org/index.php?p=cedega04:22
baconbaconw30: what? just install linux-source, youll get latest source04:22
thanksjackboth04:22
sjust1216lol04:22
Num43I dont like it cause everyone look the same04:22
jester45maxkelly: just woundering if anyone likes that04:22
jordanb14ck73425, Then you could set up a seperate user and make that owner.04:22
Num43but all around its ok04:23
thanksjackWoW is the reason people kill people04:23
b14ck73425good idea04:23
b14ck73425hmmm...04:23
=== thread [n=nthread@unaffiliated/thread] has joined #ubuntu
baconbaconw30: version of package linux-source is not the same as version of the kernel it installs04:23
b14ck73425ill try it04:23
maxkelleyjester45: try dlanham.com/goodies... it's a bit different, but cool wallpapers.04:23
maxkelleyat least, I think that's the url.04:23
TommyHonestly, I just want a pc that doesnt get viruses nd play my games and do my schoolwork without worrying about it04:23
thanksjackdeviantart has some cool stuff04:23
jester45maxkelly:and i was making sure that my http server worked04:23
maxkelleyjester45: it does, albiet slow04:23
maxkelleybbl04:23
=== pavon [n=jackson@c-68-35-138-252.hsd1.nm.comcast.net] has joined #ubuntu
THX-1138WoW took 1k hours to build a priest to 60+ Never believed it would take that long04:24
baconbacon#ubuntu-offtopic04:24
thanksjacklol04:24
THX-1138true04:24
THX-1138Hi i am bill and i am a recovering WoW addict...04:24
w30why? If you want to modify the kernel you have to go backwords?04:25
thanksjackHi Bill04:25
THX-1138lol04:25
sjust1216why would I have to reset my keyboard settings every time I reboot04:25
w30backwords/backwards04:25
threadCould anybody say if I've got any chance of installing windows xp on the 4th of 4 primary partitions on my disk? (last 10G's or so of a 500G drive)04:25
BigMac_Cedega isnt free though..how wrong04:25
baconbaconw30, linux-source package is currently 2.6.15.24, but it installs kernel 2.6.15-26.4704:25
=== BUM99 [n=BUM99@dpc6935228190.direcpc.com] has left #ubuntu []
thanksjackI think you should use your windows cd as a coaster04:25
jordanTommy, I'm not a gamer so I wouldn't know, but from what I have heard, if you want Gaming to "just work and not have to worry about it" you don't want Linux, almost anything else but that unfortunately, unless you pay $5 a month for sediga.04:25
w30baconbacon, ok04:26
=== Katmando [n=Tjones@c-71-205-176-219.hsd1.mi.comcast.net] has joined #ubuntu
PhilHhttp://art.gnome.org/ has some nice wallpapers04:26
baconbaconw30: that's weird i know but trust it, kernel source packages are uploaded same time as kernel binary04:26
Montag_If you play WoW on a regular basis... have a Windows partition.04:26
linuxactivistsjust1216:  What keyboard settings do you have to reset?04:26
Tommylol04:26
thanksjackwww.deviantart.com04:26
thanksjackdiscretion advised04:26
pavonis there anyway to have the software update tool use a different set of repositories than synaptic or apt-get04:26
Tommythats interesting....im in highschool so I do do work occasionally :) but I would like my games to work as well04:26
pavonlike just the security updates04:26
sethkpavon, I've not seen one.04:27
thanksjackTommy, Linux is getting there. There are many games that run natively on Linux04:27
thanksjackso... play Doom304:27
THX-1138thread - hm - i don't think the windows install will allow that (why? cuz' bill gates says so) but you might be able to install a disk image of a preconfigured windows system.04:27
sjust1216I go to the panel keyboard and have to chose another keyboard and then back to mine to get even the numlock key to work04:27
TommySteam doesnt though....04:27
jordanTommy, for work, and productivity, and wasting time with spinning desktop cubes :) , Linux is great. But not for gaming.04:27
sethksjust1216, unfortunately windows can be bitchy about that.04:27
threadTHX-1138: nice... interesting thought04:28
PhilHTommy, if you want to run windows games you will have to purchase a Cedega license04:28
threadTHX-1138: sounds like  whole lot of trouble, though04:28
sethksjust1216, you can try xp on that partition.  sometimes it works.  usually not, but I've seen it work.04:28
PhilHTommy, even then it is quite buggy04:28
thanksjackor reinstall the trial version over and over04:28
=== jason [n=jason@204.184.220.79] has joined #ubuntu
jordanTommy, I have heard that steam actually works without any tweaks just fine.04:28
pavonsethk, okay thanks04:28
THX-1138Neither does Oblivion or Need for Speed underground - most wanted04:28
=== johnmorr [n=jwm@boost.horde.net] has left #ubuntu []
=== azathoth [n=azathoth@bb4win/creator] has joined #ubuntu
=== fildo [n=fildo@c220-239-236-78.livrp1.nsw.optusnet.com.au] has joined #ubuntu
BigMac_yeah keep windows for games04:28
TommyI tried to run the exe and got no where04:28
PhilHTommy, you should visit tremulous.net for an addictive native linux FPS04:29
sjust1216I already have daul boot04:29
thanksjackLinux will pwn at games some day... but for now I will keep my Win2k partition for that04:29
=== pluma [n=pluma@p5087FCEA.dip.t-dialin.net] has joined #ubuntu
jordanBigMac_, I second that ( although I don't own windows ) dual boot FTW.04:29
baconbaconTommy, are you using wine from ubuntu repository or wine one04:29
=== funkyHat_ [n=matt@cpc7-nthc3-0-0-cust812.nrth.cable.ntl.com] has joined #ubuntu
=== S0me1 [n=some1@84.235.61.72] has joined #ubuntu
thanksjackhaving a 250GB hard drive is nice04:29
TommyIm not using wine at alll. I just installed Ubuntu to test it04:29
Tommyigg but ill brb04:30
THX-1138thread - actually installing a disk image from a second drive is blazingly fast. the only way to go. install 15 megabytes of image in less than 10mins04:30
=== funkyHat_ is now known as funkyHat
baconbaconok04:30
=== Atool [n=Atool@166-220-043-202.mobile.mymmode.com] has joined #ubuntu
thanksjacktime to play with gnome themes, bbl04:30
linuxactivistTommy: you can also get a copy of vmware (sure, it's $99) and you should be able to play windows games inside of windows running on vmware.  If you don't want to shell out the bucks and know someone else who can create a vmware image for you, the vmware player is free.04:30
=== IcemanV9 [n=jwvehrs@c-67-167-93-119.hsd1.il.comcast.net] has joined #ubuntu
=== b14ck73425 [n=b14ck734@24-55-74-90.lmdaca.adelphia.net] has joined #ubuntu
S0me1Hi all04:30
threadTHX-1138: I'd have to install windows onto another disk's partition of the same size or smaller04:31
baconbaconI would not bet on vmware for gaming performance04:31
b14ck73425is there anyway to set up a chat window if you are connected to another windows computer04:31
threadTHX-1138: and dd it over?04:31
sjust1216Well i am off to work later all04:31
b14ck73425and they dont have a chat client04:31
thanksjackooooo, crux looks nice04:31
PhilHlinuxactivist, it should do you ok for solitaire and minesweeper, anything more graphically taxing you can almost certainly forget about04:31
BigMac_hey is ubuntu good for music?04:31
thanksjackit is04:31
=== obf213 [n=john@adsl-68-94-164-201.dsl.ksc2mo.swbell.net] has joined #ubuntu
BigMac_any grand media players?04:31
jordanTommy, windows programs don't run on Linux without a compatability layer called WINE.04:32
b14ck73425xmms04:32
thanksjackxmms?04:32
PhilHBigMac_, how do you mean?04:32
linuxactivistperformance won't be that bad on systems that support virtualization in the hardware.  coming soon.04:32
=== Audimage [n=audimage@h73.190.102.166.ip.alltel.net] has joined #ubuntu
=== jason [n=jason@204.184.220.79] has left #ubuntu ["Leaving"]
=== mumbles is now known as mumbles-off
b14ck73425xmms is a media player04:32
THX-1138thread - i use a Disk image 7. got it from ebay for 12 dollars04:32
thanksjackI'm playing Floyd on XMMS right now ^_^04:32
BigMac_well like a winamp or something better?04:32
PhilHlinuxactivist, if it's only coming soon that doesn't help us, does it>?04:32
thanksjackit is like winamp04:32
S0me1I can't use my intel wifi ipw3945? WPA04:32
b14ck73425yep04:32
baconbaconBigMac_: "biggest" media player for linux is amarok. XMMS is a winamp clone04:32
threadTHX-1138: what's that do that dd doesn't ?04:32
=== aaronlev [n=chatzill@207-180-148-92.c3-0.arl-ubr2.sbo-arl.ma.cable.rcn.com] has joined #ubuntu
Audimagehow do i change a file that is read only?04:32
b14ck73425xmms is better04:32
Audimagethere is a way to do it in the terminal, i can't remember04:32
S0me1any advice please?04:32
b14ck73425i promise04:32
PhilHBigMac, XMMS is a winamp clone, Banshee and Listen are some nice linux music players04:33
thanksjackyou could WINE foobar2000... I plan on doing that eventually04:33
b14ck73425:D04:33
=== jester45 [n=ryan@72-161-142-233.dyn.centurytel.net] has left #ubuntu []
georgyAudimage : man chmod04:33
PhilHthanksjack, why the heck would you do that?04:33
thanksjacki like it04:33
THX-1138thread  - the mbr boot record is written to disk without an extra step.04:33
thanksjackfoobar satisfies my every need04:33
b14ck73425so anyone is there a way to set up a chat window with a windows computer, that doesnt have a chat client?04:33
BigMac_oh yeah and are their any better bootmanagers than grub?04:33
thanksjackno04:34
EriKEven when vmware is working great on a fast box, I have had regular problems with the audio cutting out04:34
b14ck73425nope04:34
=== smelly_sox [n=smelly_s@CPE-124-182-217-150.sa.bigpond.net.au] has joined #ubuntu
PhilHthanksjack, investigate the new options you have under linux, there are better players04:34
thanksjackpretty much just grub and lilo04:34
thanksjackstick with grub04:34
=== bugz_ [n=bugz@adsl-69-235-232-131.dsl.irvnca.pacbell.net] has joined #ubuntu
b14ck73425i agree04:34
threadTHX-1138: dd wouldn't pick up the mbr? I wouldn't need it, since I want grub.. right?04:34
=== Audimage [n=audimage@h73.190.102.166.ip.alltel.net] has left #ubuntu []
thanksjackyay! my updates are installing04:34
b14ck73425good job04:34
jordanb14ck73425, what do you mean with the chat thing.04:34
thanksjack:D04:34
=== Audimage [n=audimage@h73.190.102.166.ip.alltel.net] has joined #ubuntu
baconbaconi agree foobar is the bomb. if there was a linux version id use it04:35
=== linuxactivist [n=linuxact@adsl-75-16-238-253.dsl.kntpin.sbcglobal.net] has joined #ubuntu
=== linuxactivist [n=linuxact@adsl-75-16-238-253.dsl.kntpin.sbcglobal.net] has left #ubuntu []
EriKb14ck73425:  in the past, ummmmmm, sort of, but everybody has the "messenger" service turned off now.  If they DON'T, you can use one of the samba tools to make annoying message boxes appear on their screen.04:35
=== deter__ [i=deter@87.69.17.118.cable.012.net.il] has joined #ubuntu
thanksjackyeah, I just like foobar cause it's fast and anything you could ever want to do with a music player, there's a feature for it somewhere in preferences04:35
THX-1138thread - hm - i think there are several different dd utils i really like ddrescue04:35
=== effie_jayx [n=valles@190.37.160.79] has joined #ubuntu
thanksjackthat program blew me away04:35
=== zenwifi [n=zenwhen@74.131.106.138] has joined #ubuntu
b14ck73425EriK, how please!!!!04:35
b14ck73425no im connected to my sisters computer and it would be REALLY fun to freak her out with04:36
Audimagehow do i get from <usrname>@<usrname>-ubuntu:-$ to root so i can access the etc dir?04:36
Audimagedamn emoticons04:36
=== terlmann [n=terlmann@207.254.166-wireless-21.ckt.net] has joined #ubuntu
b14ck73425:D04:36
thanksjacksu04:36
thanksjackoh, this is #ubuntu04:36
thanksjack: /04:36
=== sirdowny [n=sirdowny@dhcp-227-33.eastdorm.uic.edu] has joined #ubuntu
w30baconbacon, ok, thanks it's confusing but I suppose if I compile the kernel then I don't want to update with the automatic installer then.04:36
PhilHsudo su ;)04:36
PhilHnot that it's recommended04:36
thanksjackroot wins04:36
baconbaconAudimage: sudo <your thing>. sudo -s to open a root prompt04:36
=== gord [i=gord@85-210-11-252.dsl.pipex.com] has joined #ubuntu
b14ck73425jordan, i would like to send a chat screen and host the chat on my computer, to a windows computer that doesnt have a chat client04:36
terlmannthanks Nthdegree!!!! :):):):):):):):):):):):):)04:37
w30baconbacon, I would want do my own updating.04:37
jordanb14ck73425, would a web based option work?04:37
thanksjackI use root all the time... I even leave shells open. but that's cause I just dont care : /04:37
b14ck73425what do you mean>04:37
b14ck73425?04:37
PhilHso, what does foobar2000 offer that would make you chose it over any of the linux players?04:37
threadTHX-1138: ddrescue looks like a data recovery tool... wouldn't dd if=/dev/hdb1 of=/dev/hda3 bs=2408 do the trick?04:37
baconbaconw30, i say youd better use the package. Ubuntu patches are included. security pdates are fast.04:37
NthDegreelol no probs04:37
thanksjackanything you want your music player to do/play, foobar will do/play it04:38
jordanb14ck73425, There are web sites with built in chat "applications" using only javascript, no install neccisary.04:38
sirdownyHey everyone, can anyone help me with some aiglx / compiz woes?04:38
b14ck73425no not like that, thank you though04:38
NthDegreePhilH: sudo -i04:38
NthDegreerecommended04:38
EriKblackline:  see the smbclient man page wrt "-M"04:38
=== quux [n=bryan@pdpc/supporter/sustaining/quuxo] has joined #ubuntu
thanksjackI JUST set up my smbclient fstab entry not long ago04:38
jordansirdowny, Best bet is to just ask a question and see :)04:39
thanksjackworks great04:39
sirdownyha ok04:39
=== smelly_sox [n=smelly_s@CPE-124-182-217-150.sa.bigpond.net.au] has left #ubuntu []
w30baconbacon, I gotta get a /lib/modules/build directory for a 3rd party kernel module in order for it to compile.04:39
EriKit does not create a 'chat' environment, but will let you put popups on winders machines that have not disabled the messenger service04:39
=== nootrope [n=alberto@pool-68-239-113-121.res.east.verizon.net] has joined #ubuntu
NthDegreeb14ck73425:  install Icechat to the windows PC04:39
EriKand sorry, not blackline but b14ck73425 ....silly tab key and numbers04:39
PhilHthanksjack, i'm just wondering what, in particular, it offers you that nothing else can04:39
NthDegreeb14ck73425:  then use windows PC on here04:39
thanksjackI've never seen a more responsive media player04:39
NthDegreeprivte message it then :)04:40
thanksjackor customizable04:40
baconbaconw30: see if you can get away with linux-headers-386 (or 686...). most of the time kernel modules just require that04:40
=== treedreamer [n=daqing@59.63.3.73] has joined #ubuntu
thanksjackoh noes!04:40
sirdownyum so I've had compiz working in the past, but after a recent update I get the ole' no-windows-decorations.. unless I switch to metacity (which I'm in now).  i'm running the vanilla version of compiz with aiglx.   I've had this problem in the past but somehow got it working again.. any ideas anyone??04:40
=== Mr_Pan [n=mrpan@host55-153.pool8251.interbusiness.it] has joined #ubuntu
thanksjacksystem restart required!04:40
thanksjackand I though linux was perfect04:40
=== phantasmoholic is now known as phantasmoholic-
thanksjackjk, brb04:41
Audimagecan anybody walk me through this? i am very new to linux, and i'd really like to get BMP installed tonight04:41
=== treedreamer [n=daqing@59.63.3.73] has left #ubuntu []
Audimagehttp://bmpx.beep-media-player.org/site/Downloads#Ubuntu04:41
jordansirdowny, Try compiz-start.04:41
sirdowny(also I'm running an ati radeon 8500)04:41
baconbaconAudimage: what is BMP, beep-media-player?04:41
=== thanksjack [n=chaos@S01060050bac94b86.cg.shawcable.net] has left #ubuntu []
Audimageyes04:41
baconbaconok04:41
=== mpan [n=mpan@a88-113-15-215.elisa-laajakaista.fi] has joined #ubuntu
sirdownyok yeah, no title bars or anything04:41
Audimagei pmd you bacon earlier, but you didn't respond04:41
=== jester45 [n=ryan@72-161-142-233.dyn.centurytel.net] has joined #ubuntu
PhilHthanksjack, ever encountered mpd?04:41
=== tonyyaru1so [n=anthony@d235-244-56.home1.cgocable.net] has joined #ubuntu
baconbacon!universe > Audimage04:41
PhilHoh, gone04:42
eyequeuesudo apt-get install beep-media-player, Audimage04:42
jordansirdowny, I had the same problem earlier today, it was a bad version I believe ( this is beta software ) another update solved the problem.04:42
Audimagewell, first i have to add that link to the sources.list file right?04:42
jester45any here know how to make a slideshow screen saver04:43
eyequeueAudimage, yes, sorry, i forgot you were new for a sec there04:43
jordansirdowny, are there any new updates available?04:43
terlmannhere it's yours free..04:43
baconbaconAudimage, read https://help.ubuntu.com/community/Repositories if youre new to linux, very important04:43
sirdownyjordan, checking now04:43
eyequeueAudimage, follow the direstions the bot gave you, then run sudo apt-get update, before the command i gave04:43
Audimagei already got the updates04:43
=== yoguess [n=yoguess@ip70-186-149-203.nc.hr.cox.net] has joined #ubuntu
yoguesshi guys04:44
=== ajwasek [n=ajwasek@ip70-191-177-124.fv.dl.cox.net] has joined #ubuntu
jester45hi04:44
yoguessdapper and breezy, are they same?04:44
ajwaseki'm trying to su root in ubuntu but for some reason it says that it fails to authenticate04:44
jester45no04:44
effie_jayxyoguess, nope04:44
eyequeueno04:45
ajwasekany ideas why?04:45
baconbaconbreezy is older, dapper is latest stable04:45
jordanyoguess, !versions04:45
yoguessoh ok04:45
effie_jayxyoguess, there is a lot of improvementes in Dapper04:45
jordan!versions04:45
ubotuSorry, I don't know anything about versions - try searching on http://bots.ubuntulinux.nl/factoids.cgi04:45
eyequeueyoguess, 5.10 vs 6.06.104:45
jester45!dapper04:45
ubotudapper is the 4th and latest release of Ubuntu. Version 6.06 LTS, codename "Dapper Drake"04:45
=== baconbacon [n=bacon@modemcable020.207-130-66.mc.videotron.ca] has left #ubuntu []
jordanAh, never mind :)04:45
eyequeue!releases04:45
ubotuUbuntu releases a new version every 6 months. Each version is supported for 18 months to 5 years. More info at http://www.ubuntu.com/ubuntu/releases & http://wiki.ubuntu.com/TimeBasedReleases04:45
THX-1138thread - http://www.opensourceforensics.org/tools/unix.html   <<- nice listing of disk imaging and repair utilities04:45
jester45!breezy04:45
ubotubreezy was the third release of Ubuntu. Version 5.10, codename "Breezy Badger"04:45
Audimageand also, bmp has not released a package for ubuntu yet, in fact taht is why i came asking for help...i've been installing things with synaptic, but i need help installing things via terminal04:45
effie_jayxyoguess, in terms of visual and some cool apps too.. but breezy is more stable with old pc's04:45
=== harrisK [n=erick@67-23-32-16.snbrca.adelphia.net] has joined #ubuntu
=== baconbacon [n=bacon@modemcable020.207-130-66.mc.videotron.ca] has joined #ubuntu
yoguessthanks guys04:46
sinisterrarrrrrrrr04:46
effie_jayxyoguess, no p brotha04:46
baconbaconofftopic : whos got the Beatles radio??04:46
baconbaconim listening to04:46
yoguessi am running Kubuntu 6.0604:46
sirdownyjordan yeah it looks like i've got the latest updates04:46
=== ALL4N [n=allan@cm164.gamma42.maxonline.com.sg] has joined #ubuntu
ajwaseki'm trying to su root in ubuntu but for some reason it says that it fails to authenticate i know i'm typing in the correct pw04:46
effie_jayxyoguess,  how long have you been on it?04:46
baconbacon!sudo > ajwasek04:46
harrisKI have been running ubuntu for a while and hear a lot about fedora. Does fedora offer anything unique?04:46
eyequeue!root > ajwasek04:46
=== minto [n=minto@74.132.231.67] has joined #ubuntu
jester45any here know how to make a slideshow screen saver i have some realy cool wallpapers that i want to use but dont know anything about linux screensavers or how to make a slideshow04:47
b14ck73425it keeps saying not enough \ characters in service04:47
eyequeueharrisK, rpms04:47
jordansirdowny, I don't know then, try asking on #ubuntu-xgl.04:47
b14ck73425if i try to message with the smbclient -M04:47
yoguessi need some help mounting and using a last partition on 1st drive and a1 partition on 2nd drive04:47
harrisKso I would no longer use deb?04:47
=== thanksjack [n=chaos@S01060050bac94b86.cg.shawcable.net] has joined #ubuntu
yoguesseffie, about a month04:47
aaronlevshouldn't the commands at https://help.ubuntu.com/community/EdgyUpgrades use something like  's/"dapper"/"edgy"/g' for global replace?04:47
thanksjackback04:47
effie_jayxyoguess, you first partition?04:47
effie_jayxyoguess, what format are they in?04:48
yoguessext304:48
aaronlevwhen i ran it it just updated the first occurance of "dapper" and no upgrading happens when i follow those instructions04:48
yoguessbefore you ask more ?04:48
harrisKcan you try fedora without installing like ubuntu?04:48
eyequeueaaronlev, but not all editors are as featureful as vim, heh04:48
=== Atool [n=Atool@166.205.28.135] has joined #ubuntu
=== Avdi [n=avdi@206.174.145.209] has joined #ubuntu
=== Steil [n=Steil@S010600904b5bb782.ca.shawcable.net] has joined #ubuntu
b14ck73425EriK, can you help with the smbclient04:48
yoguessi made "mkdir /mnt/hda3" mkdir /mnt/hdb104:48
ALL4Nhey, I want to rename my folders and files which have spaces and uppercase characters in them to lowercase and underscore for space.,.  so I'm trying out the rename command like this (to test making into lowercase first) : rename 'y/A-Z/a-z' *04:48
thanksjacki can help with smbclient04:48
jordanyoguess, do you know the partition numbers?04:48
b14ck73425how exactly did you do it?04:49
aaronlevjust pointing out an error in the instructions04:49
ALL4Nhowever, it does not work on my FAT32 drive04:49
eyequeueaaronlev, you're all set now, right?04:49
aaronlevyes04:49
livingtmI cant login to Xorg without it crashing unless im in failsafe mode..  where should I start looking to troubleshoot this?04:49
baconbaconaaronlev: not necessary... edgy doesn't appear more than once on a line in sources04:49
baconbaconi mean, dapper04:49
sirdownyhmm ok.  Does anyone else have any ideas?  windows decorator doesnt work after updating compiz-vanilla-aiglx.  and i'm using a radeon 8500.   ANY HELP is appreciated!  :)04:49
SteilIs there a way to allow nm-applet access to my keyring without a password?04:49
effie_jayxyoguess, ajam... and?04:49
aaronlevhmm, it onlyu changed the first line04:49
yoguessjordan, ID??04:49
thanksjackwhat's the matter with smbclient, b14ck73425?04:49
aaronlevwhen i ran that04:49
baconbaconoh. bad.04:49
=== quux [n=bryan@pdpc/supporter/sustaining/quuxo] has left #ubuntu []
jordanyoguess, ?04:49
eyequeuebaconbacon, but without the g, it will only replease the first occurrance and ignore all other lines04:49
terlmann fedora is redhat .bin .rpm linux based. ubuntu is based on gnu/linux debian .deb ,etc...04:49
baconbaconi must review my sed fu04:49
yoguesseffie when i try to create or write a file to partition i get access denied04:49
terlmannno it is not a live disk.04:49
b14ck73425EriK was telling me how to send messages with it04:50
thanksjackoh godz04:50
b14ck73425and i cant get it to work04:50
=== wastrel [n=wastrel@dsl254-127-242.nyc1.dsl.speakeasy.net] has joined #ubuntu
thanksjacknetsend?04:50
aaronlevi went in and edited them all by hand, i don't know sed04:50
=== painkiler [n=levi@cpe-24-165-33-218.hawaii.res.rr.com] has joined #ubuntu
aaronlevi fugred they should all say edgy04:50
aaronlevfigured04:50
jordanyoguess, try `sudo mount -t ext3 /dev/hda3 /mnt/dev/hda3`04:50
=== lotusleaf [n=lotuslea@unaffiliated/lotusleaf] has joined #ubuntu
wastrelsed eh04:50
yoguessand both partition shows about 5GB being used in gparted, when i dont even have anything on there04:50
nootropehiya. i'm trying to follow a ruby scripting tutorial. At one point it wants me to add some lines to Apache's configuration. One of the lines is, Action application/x-httpd-eruby /cgi-bin/eruby. Now, Apache2 doesn't understand Action. Is AddHandler the same thing? also, there's no /cgi-bin that i can find. What would be the analog in Ubuntu (Dapper)?04:50
painkilerhey guys04:50
=== sinisterr hates openssh-server
painkilerhow do I use the compiz themer?04:51
=== Gumby [n=gumby@unaffiliated/gumby] has joined #ubuntu
=== tokenbad [n=tokenbad@c-71-193-211-166.hsd1.or.comcast.net] has joined #ubuntu
painkilerI want to change my theme in the compiz window manager04:51
=== Labatt14 [n=chatzill@ip51.dialup.straitsarea.com] has joined #ubuntu
b14ck73425it keeps saying not enough \ characters in service04:51
Audimagei hate to be so persistant, but i really need somebody to just walk me through this...04:51
painkilerI opened up the themer and I saw some spanking nice looking themes, how do I use them?04:52
=== kRaKoN [n=krakon@189.166.1.199] has joined #ubuntu
kRaKoNhi there04:52
b14ck73425can you help?04:52
Hor|zonclick them04:52
Hor|zon...04:52
jordanyoguess, I mean `sudo mount -t ext3 /dev/hda3 /mnt/hda3`04:52
terlmannNthdegree will you take a cool fighter plane jpeg for helping me?04:52
=== fivre [n=Five@slip-12-65-168-125.mis.prserv.net] has joined #ubuntu
NthDegreelol04:52
=== gekko` [n=gekko@p83.129.184.58.tisdip.tiscali.de] has joined #ubuntu
georgyAudimage : you write the lines in /etc/apt/sources.list ?04:52
=== fivre [n=Five@slip-12-65-168-125.mis.prserv.net] has left #ubuntu []
=== NthDegree brb
Hor|zonyou have to have cgwd obviously04:52
aaronlevbaconbacon: actually i had expected to be able to boot to the edgy CD, and have it recognize that i could just upgrade instead of install fresh04:52
terlmannplease?04:52
THX-1138painkiler - ctrl+H .themes  in your home directory?04:52
Audimagecorrect georgy, i need to do taht04:52
=== tokenbad is now known as TokenBad
=== sinisterr [n=me@67.60.60.105] has left #ubuntu ["Leaving"]
Hor|zonhe's talking about compiz04:53
=== Crackmonkey [n=Crackmon@166.216.100.37] has joined #ubuntu
Hor|zonyou need to install the cgwd package04:53
=== OracleAl [n=anelson@cpe-24-162-45-97.houston.res.rr.com] has joined #ubuntu
Hor|zonbefore you can use themes04:53
yoguess"according to mtab /mnt/hda3 alreay mounted"04:53
baconbaconaaronlev: unfortunately it's not possible anymore with "live+install" cd. maybe the alternate install cd can do this04:53
=== jester45 [n=ryan@72-161-142-233.dyn.centurytel.net] has left #ubuntu []
painkilerTHX-1138: What?04:53
aaronlevor just have a "upgrade CD"04:53
georgyAudimage : sudo gedit /etc/apt/sources.list in a terminal04:53
b14ck73425thanksjack, could you help?04:53
jordanOK, what partition are you trying to mount?04:53
lotusleafwhat's the edgy channel again, please?04:53
thanksjack(to those using gnome) what theme are you using?04:53
Audimageok, trying now04:53
baconbacon#ubuntu+104:54
THX-1138ubuntu+104:54
lotusleafbaconbacon: thanks very much :)04:54
aaronlevor at least some instructions on how to upgrade04:54
b14ck73425my own04:54
Hor|zonpainkiler: do you have cgwd installed?04:54
lotusleafTHX-1138: thanks very much :)04:54
yoguessi think i had monted hda304:54
painkilerI think so04:54
nootropeAudimage: sudo nano /etc/apt/sources.list04:54
aaronlevthat are findable04:54
=== ck3k [n=ck3k@adsl-75-41-245-248.dsl.pltn13.sbcglobal.net] has joined #ubuntu
painkilerwhat is the package name?04:54
thanksjackb14ck73425, hook me up?04:54
yoguesstrying to mount hdb1 as well04:54
Hor|zoncgwd04:54
georgyAudimage : write lines at the end04:54
b14ck73425with my theme?04:54
painkilerok04:54
nootrope\Audimage, or gedit :)04:54
thanksjackrgr04:54
b14ck73425rgr?04:54
thanksjackroger04:54
OracleAlHello, does anyone use a fujitsu Lifebook N6410 with 6.0.6?04:54
b14ck73425roger?04:54
thanksjackI play counter-strike, sorry04:54
painkileryep, I have it04:55
yoguessJordan, but when i try to copy or create a file in GUI mode, it says access denied04:55
b14ck73425oh you want to see my theme?04:55
painkilerinstalled it says04:55
terlmannthanksjack: vistabut and spherecrystal and glass icons ;)04:55
brian98orcaleAL: I use a lifebook 702004:55
Hor|zonis it running?04:55
thanksjacki want to use it, if possible04:55
b14ck73425got it04:55
jordanyoguess, Thats different...04:55
THX-1138Aero Inverse Aqua them - a dark theme  is very easy on the eyes04:55
thanksjackwell.. see if I want to use it first..04:55
=== treedreamer [n=daqing@59.63.3.73] has joined #ubuntu
painkilerit is now04:55
jordanyoguess, first try sudo nautilus, and navigate to the drive.04:55
painkilerhow do I get it to start on startup04:55
OracleAlHmm, we just got the lifebook and 6.0.6 boots on it but I don't know how well it is supported04:55
Hor|zonhow to do start compiz?04:55
Hor|zonscript?04:56
b14ck73425can you help me with me smbclient issue?04:56
thanksjackinit.d04:56
Hor|zonhow do you start compiz?*04:56
EriKb14ck73425:  if the messenger service is running, something like04:56
painkilerI comand a script04:56
EriKecho "The Ellensburg police have been dispatched to the address listed on your charter account." | smbclient -M //10.5.0.10104:56
brian98orcaleAL: the 7010 works out of the box04:56
jordanHor|zon, compiz-start04:56
EriK*should* do the trick04:56
painkilerI just type "thefuture"04:56
Hor|zonedit the script04:56
brian98no extra drivers04:56
terlmannhere jack.04:56
yoguessjordan, command not found?04:56
painkilerwhat should I put in it?04:56
EriKSWMBO is not running that so I can't test it on her :(04:56
Hor|zonhmm cgwd --replace should do04:56
OracleAlI did get sound, but how can you tell if you can get better than 1024x768 on the screen?04:57
jordanyoguess, My bad, I'm using GNOME...04:57
terlmannjack wait one minute :)04:57
b14ck73425ty04:57
Hor|zoninstead of the gnome-window-decorator command04:57
jordanyoguess, sudo konqueror04:57
painkilerok thanks04:57
thanksjackjack?04:57
yoguessthen go to teh drive that i just mounted?04:57
b14ck73425thanksjack, where would i find it?04:58
=== Denstark [n=tim@69.43.65.31] has joined #ubuntu
thanksjackwho needs me?04:58
=== Fracture [n=Fracture@dsl-202-173-191-84.qld.westnet.com.au] has joined #ubuntu
jordanyoguess, Yes.04:58
brian98orcaleAL: go to system preferences screen resolution04:58
Hor|zonlol don't thank me yet, check if it works04:58
thanksjacksorry, listening to classical gas04:58
b14ck73425...04:58
b14ck73425lol04:58
treedreamerhello you guys , maybe it is not reasonable to ask such questions but i really want to know that is there anyone having both ubuntu and freeBSD installed ?? because i want to learn something about unix04:58
OracleAlbrain98: Thanks will try.04:58
b14ck73425where would i find my theme04:58
=== terlmann [n=terlmann@207.254.166-wireless-21.ckt.net] has joined #ubuntu
THX-1138painkiler - add a folder .thefuture in your home directory or  "system    "sessions "start up programs  using the gui04:58
painkilerits in /usr/bin04:58
painkilerI just type the name04:58
terlmannjack- still with me?04:59
painkilerand bam! compiz04:59
=== OracleAl [n=anelson@cpe-24-162-45-97.houston.res.rr.com] has left #ubuntu []
painkilerI just got it to work04:59
Hor|zonheh why did you name it thefuture?04:59
Audimagethanks georgy, that worked04:59
painkilerbecause it is04:59
b14ck73425how do you turn the messaging on?04:59
painkilerlol04:59
b14ck73425lol04:59
=== kitche [n=dragon@sourcemage/guru/kitche] has joined #ubuntu
THX-1138make your script executable drop your script in that folder04:59
yoguessjordan, i click on storage media to get to hard drive, but it says KDE media manager is not running04:59
georgyAudimage : now, sudo apt-get update04:59
IcemanV9treedreamer: install freebsd 1st, then ubuntu last. u'll have freebsd & ubuntu in grub menu list w/o problem.05:00
kitchesethk: you around05:00
Audimagedoes anybody know where there is an online dictionary of ubuntu commands?05:00
Audimageso i can just reference that in the future?05:00
thanksjack: /05:00
terlmannhere,can you take this?05:00
jordanyoguess, Ok, I don't use KDE so lets just try this strait command line...05:00
Hor|zonwell compiz has compiz-manager now so there's not much point in the script anymore anyway05:00
yoguessk05:00
thanksjacktake what?05:00
Audimagei already did, and bmp is installing now05:00
=== inglor [n=Inglor@84.95.66.235.cable.012.net.il] has joined #ubuntu
treedreamer IcemanV9: really ?? so what should i do if i want to learn BSD??05:00
b14ck73425EriK, how do i turn on the messaging?05:01
georgyAudimage : ok05:01
terlmanna file i am trying to send you....05:01
Audimage27 megs to go on dlup, be awhile :)05:01
jordanyoguess, type sudo su..05:01
painkilerok, thanks guys for the help05:01
eyequeuetreedreamer, i missed the thread, but have a suggestion05:01
Hor|zonheh have fun05:01
Hor|zontill the next nvidia driver update anyways05:01
painkilerWill do05:01
inglorso anyhow since I couldn't get wifi working with the built in card on ubuntu :P I used my old 19 dollars one05:01
inglorthe problem is now:05:01
=== painkiler [n=levi@cpe-24-165-33-218.hawaii.res.rr.com] has left #ubuntu ["Leaving"]
THX-1138Has anyone seen a fix for compiz working then crashing after a couple of minutes?05:01
treedreamer IcemanV9: oh ,that does matter05:01
eyequeuetreedreamer, it's offtopic, but:  freebsd has an *excellent* online handbook, imo05:01
inglorit actually finds the card, impressive, windows hasn't05:01
IcemanV9treedreamer: read the handbook when you're stuck on something. it is fairly easy to understand.05:01
thanksjack.   /usr/share/themes05:01
inglorbut, when I click activate, the computer gets stuck05:01
yoguessok05:02
=== Ademan [n=dan@h-67-101-148-217.snfccasy.dynamic.covad.net] has joined #ubuntu
inglorand irresponsive05:02
=== Fracture [n=Fracture@dsl-202-173-191-84.qld.westnet.com.au] has joined #ubuntu
=== S0me1 [n=some1@84.235.61.72] has left #ubuntu []
eyequeuetreedreamer, i'm sure google references it, if you can't find it on their site05:02
thanksjackI dont have an account05:02
inglorso much for linux uptime :(05:02
jordanyoguess, and do you know how to navigate in the terminal?05:02
inglorhelp05:02
thanksjackcant accept files I dont think05:02
yoguessyes05:02
terlmannyea... the file is in que05:02
treedreamereyequeue:it  really is ,sorry05:02
terlmannwhat client you using?05:02
ingloris there any way to unstuck a stuck ubuntu?05:02
thanksjackGAIM05:02
eyequeue!register05:02
jordanyoguess, Ok, just cd to the drive and ls to test if it worked.05:02
ubotuInformation about registering your Freenode nick is at http://freenode.net/faq.shtml#contents-userregistration05:02
eyequeuethanksjack, ^^05:02
inglorplease?05:02
terlmann1.5.0..... wonder wonder...05:03
thanksjackyeah, I have an account, just dont know it any more05:03
IcemanV9inglor: kill command will do. :)05:03
Hor|zonhow stuck is it?05:03
terlmannhave you a msn acc. ?05:03
Hor|zonno hard drive activity? does ctrl+alt+f1 work?05:03
inglorreally stuck05:03
thanksjackthe authserv account05:03
b14ck73425thanksjack, sorry i cant find it05:03
inglorhow would I execute a kill command?05:03
thanksjackits ok05:03
kitcheterlman: just so you know with gaim msn doesn't work at all right now05:03
thanksjackis the authserv account bound to an email?05:03
Hor|zonyou can't if it's stuck >.>05:03
inglorcontrol+alt+f1 isn't working05:03
Hor|zonlol you need to hard reboot05:03
inglorI can't just xkill stuff :P then it wouldn't be stuck05:04
eyequeuethanksjack, nickserv?  no05:04
=== aceracer24 [n=aceracer@c-67-182-226-119.hsd1.ut.comcast.net] has joined #ubuntu
thanksjack!register05:04
Hor|zonit's really stuck05:04
ubotuInformation about registering your Freenode nick is at http://freenode.net/faq.shtml#contents-userregistration05:04
wastrelctrl-alt-backspace05:04
inglorgreat job linux :P windows never gets stuck :/05:04
IcemanV9inglor: oh! the whole box is frozen up?05:04
treedreamerthanks for all your tips .it not so good to discuss bsd on a ubuntu channel ,i will find answers myself .thanks again05:04
jordanyoguess, Does that work?05:04
eyequeuetreedreamer, good luck05:04
IcemanV9treedreamer: have fun. :)05:04
inglornope, had to hard reset :/05:04
yoguessjordan, no05:04
thanksjackwindows gets stuck playing solitaire05:04
thanksjack:(05:04
georgyterlman : you can use amsn05:04
ingloranyhow, I need to know how to fix the problem :) when I click activate on my wireless connection, it goes stuck05:04
=== jiSh [n=mike@CPE0013460a7ec9-CM00140496b00c.cpe.net.cable.rogers.com] has joined #ubuntu
Hor|zonit does?05:04
Hor|zonsince when?05:04
lotusleafthanksjack: nsakey05:04
yoguessit will not let me cd to hda3 or hdb105:04
IcemanV9inglor: ctrl+alt+backspace doesn't work? too bad, cold reboot is the way05:05
Hor|zoncheck the kernel logs05:05
inglorI click activate and poof, stuck05:05
jordanyoguess, can you run `mount` without any arguments and pastebin it?05:05
inglorhow?05:05
thanksjacksince I started browsing the internet and immediately downloaded 17 pieces of malware05:05
Hor|zonin /var/log05:05
Hor|zonall your logs are there05:05
eyequeueyoguess, you cd to their mountpoints, not the device files05:05
terlmannjack do you have a msn account? and Nthdegree?05:05
inglorwhat do I do ?05:05
treedreamereyequeue: the ubuntu people is so kind-hearted ,:).in fact i went to the freeBSD channel for help but none gave me tips .~~05:05
yoguessoh ic05:05
IcemanV9inglor: are you sure the wireless card is inserted? if it is not, then sometimes it get stuck.05:06
thanksjackterlman, you trying to send me a theme?05:06
=== RobNyc|Ubuntu [n=Celeron@nylug/member/RobNyc] has joined #ubuntu
eyequeuetreedreamer, i recall that too, it's a nice os, but the community is not what ubuntu has, imo05:06
simtowerdoes automatix install compiz and xgl?05:06
inglorit's in, it's a usb card, I was even impressed that linux got it right away05:06
terlmannyea ,bud, i have a cool one!05:06
inglorwhat log do I need?05:06
=== ryan__ [n=ryan@71.31.56.24] has joined #ubuntu
jordanyoguess, and you can see the mountpoints by running `mount`.05:06
eyequeuesimtower, no, see #ubuntu-xgl05:06
Hor|zonerm, try kern.log.0 ?05:06
IcemanV9treedreamer: been there, done that. i know what you meant. :D05:06
kitche!openoffice05:06
ubotua free and open source office suite, including word processor, spreadsheet, presentation, vector drawing and database components.  To install: "sudo apt-get install openoffice.org".05:06
thanksjackhow big is it?05:06
=== baconbacon [n=bacon@modemcable020.207-130-66.mc.videotron.ca] has left #ubuntu []
=== baconbacon [n=bacon@modemcable020.207-130-66.mc.videotron.ca] has joined #ubuntu
THX-1138100+ mbs05:07
terlmann512kb.05:07
thanksjackD:05:07
eyequeuetreedreamer, btw, nice nick :)05:07
simtoweri followed the xgl howto but it doesn't work thats why i asked about automatix ;)05:07
terlmannwhat is D: ?05:07
thanksjackthe look of horror05:07
inglorok, now what do I do?05:07
=== Audimage [n=audimage@h73.190.102.166.ip.alltel.net] has joined #ubuntu
thanksjacktilt your head to the right05:07
inglorI'm in kern.log.005:07
eyequeuesimtower, someone in that channel may be able to help, we don't support that in here though05:07
=== i3d [n=i3dmaste@c-24-8-49-236.hsd1.co.comcast.net] has joined #ubuntu
terlmannwhat ? you on dialup?05:07
IcemanV9inglor: i'm not expert on usb card. see if anyone can help ya or explore for some hints on ubuntuforums.org05:07
Audimageso thats what ctrl+alt+backspace does, shock to me...05:08
thanksjacknah, I just lovez my bandwidth05:08
=== EpP [n=Evan@67.42.21.81] has joined #ubuntu
jordanyoguess, Is it working?05:08
terlmannwhat?05:08
yoguessjordan, using "mount" i get this: /dev/hda3 on /mnt/hda3 type ext3 (rw)05:08
yoguessthen i cd to /mnt05:08
inglorwhat can it do that makes the computer stuck :/05:08
inglorI mean, all I do is click activate05:08
harrisKI am trying to remote login to my old windows machine with ssh but it does not seem to work. I notice I don't have port 22 open on my old windows box so is this the reason or is ssh the reason?05:08
inglorisn't there any way to make it unable to make the computer stuck?05:08
jordanyoguess, Ok then `ls /mnt/hda3`05:09
yoguessthen, is it cd /hda3 ??05:09
yoguessOH05:09
jordanyoguess, yes.05:09
Hor|zonwell you need to find out why it makes the comp stuck05:09
eyequeueharrisK, if you aren't runniong an ssh server on it, it can't answer05:09
EriKack, no more b1ack whatever05:09
=== Labatt14 [n=chatzill@ip51.dialup.straitsarea.com] has left #ubuntu []
=== Phoul [n=Phoul@S0106004005b748fa.wp.shawcable.net] has joined #ubuntu
EriKif he comes back05:09
Hor|zonwhich is why you need to find the kernel messages from when ti gets stuck05:09
Hor|zonit*05:09
harrisKah ok05:09
inglorhow?05:09
eyequeueharrisK, same for any target machine, no matter the os, even ubuntu05:09
yoguess"lost+found"05:09
Hor|zonin the logs05:09
EriK"sc config messenger start= auto"05:09
treedreamereyequeue:oh ~~ maybe ubuntu is enough ,but i really want to try some BSDs ,maybe i shoule try NetBSD?? ;)05:09
EriKfollowed by05:09
inglorwhat would it say?05:09
EriK"sc start messenger"05:09
=== klos [i=hans@p54A8313E.dip0.t-ipconnect.de] has joined #ubuntu
yoguessin blue05:09
PhoulGuys? is it safe to update?05:09
Hor|zonlook for anything that mentions the wireless card05:10
jordanyoguess, thats it, it's working :)05:10
yoguessand same for hdb105:10
Hor|zon>.>05:10
thanksjacksorry terlmann, but thanks anyway. I'm probably going to be changing my desktop environment anyway... I'm new to desktop linux05:10
eyequeuetreedreamer, i found fbsd to be the best general purpose bsd, netbsd specialized more in "it runs on anything" than desktops05:10
thanksjackgotta try some other things out05:10
yoguessso does that mean no GUI for me?05:10
=== Phoul flails his arms around
jordanyoguess, Just check `mount` to find the mount point.05:10
terlmannNthdegree,whats your msn chat name?05:10
PhoulIs it safe to update?05:10
thanksjackit should be05:10
THX-1138treedreamer - irc support isn't the only reason to use Ubuntu. - BSD repos are painful.05:10
terlmannPhoul,yes :)..05:11
eyequeuePhoul, do you mean dapper, or edgy?05:11
Phouldapper05:11
inglorPCI driver ipw2200 has a struct device_driver, please update!05:11
Audimagedo all of the same apps, commands, and everything else work with the KDE environment?05:11
treedreamergood bye you guys and thanks really a lot for your tips05:11
IcemanV9treedreamer: you can try those BSDs in qemu or vmplayer. that way, you don't have to worry about b0rk your ubuntu.05:11
Phouljust like sudo apt-get upgrade05:11
eyequeuePhoul, yes05:11
inglorthat might be it?05:11
terlmannno05:11
jordanyoguess, Try it in the GUI, it should work if you were just using the wrong directory.05:11
inglorwait, no, that's the built in card, not the usb one05:11
rmdhow do i keep ubuntu from putting a link to my mounted disks on the desktop?05:11
terlmannnonoonononono go back to breezy, it is messy still in dapper's room!!!!!!!!!!05:11
jordanyoguess, If not you need to change some permissions, and I can help you with that.05:11
=== Mr_Pan [n=mrpan@host55-153.pool8251.interbusiness.it] has joined #ubuntu
ingloripw2200: Radio Frequency Kill Switch is On05:11
treedreamerIcemanV9: oh ,really helpful tips ,i will try to install vm on my box05:11
inglorKill switch must be turned off for wireless networking to work05:12
treedreamergood bye05:12
yoguessjordan, yes thats what i need05:12
inglorhow do I turn the kill switch off?05:12
thanksjackI'm on dapper05:12
=== treedreamer [n=daqing@59.63.3.73] has left #ubuntu []
thanksjackit seems to work ok05:12
EriKtreedreamer:  I have bsd plumbing boxes that just work05:12
EriKoops, I'm always too late05:12
yoguessbecause im in /hda3 in GUI05:12
inglorthat's still the integrated wireless card05:12
inglorbut now I found out there is a kill switch that I need to turn off, the question is how05:12
terlmannlibs to do essential things that can be done in windows are missing still from the dapper repos....05:12
jordanyoguess, Ok, you might want to close that terminal now ( or log out ) as it is currently running as root and able to do ANYTHING without a password.05:12
EriK$ uptime05:12
EriK 4:01AM  up 413 days, 12:36, 3 users05:12
THX-1138*hides05:12
ingloragain, same message, kill switch must be turned off, HOW05:13
yoguessi right clicked to create a new file and i get error "access denied - couldnt write to /mnt/hda3"05:13
eyequeueinglor, i've nevr heard of this kill switch05:13
Hor|zonignlor, google that message in quotes05:13
harrisKwhat packages need to be installed again to setup an ssh server on ubuntu?05:13
EriKthat is a production fbsd box....I don't muck with it much :)05:13
Hor|zon"Kill switch must be turned off for wireless networking to work"05:13
eyequeueEriK, no kernel patches?05:13
yoguessclosed05:13
inglorgood idea05:13
thanksjackoh well, I'm not that into linux yet... but I'm liking it more and more every second05:13
IcemanV9inglor: maybe onboard wireless & usb card are conflicting each other that causes your box b0rks up? just a thought.05:13
thanksjackwhat's the best front end for the firewall/05:13
inglorThe last two lines were a worry, but Jacques Vuillemin suggested that Fn-F2 is the magic to turn off the Kill Switch. If this doesn't work then modify the BIOS (F2 on boot) to disable the wireless hotley. The wireless load command worked for me after Fn-F2.05:13
terlmannlook it up.05:13
terlmanni donno.05:14
inglorgreat, that bit doesn't work for me, the Fn+f2 bit doesn't work, and the BIOS has no option05:14
terlmannit is automatic,after all...05:14
=== theCore_ [n=alex@modemcable106.200-70-69.mc.videotron.ca] has joined #ubuntu
thanksjackright... firestarter05:14
=== Pyromancer [n=pyromanc@dsl092-069-150.bos1.dsl.speakeasy.net] has joined #ubuntu
Hor|zonhmm05:15
Hor|zonthis is talking about the built-in wireless card no?05:15
yoguessjordan, so how do i change read/write permission?05:15
ingloryeah, I need to get that to work too05:16
=== lakin [n=lakin@S01060013101832ce.cg.shawcable.net] has joined #ubuntu
ingloranyhow, someone said "I use to type "setkeycodes" command follow by pressing "Wireless Button" to make it change to rf_kill = "0"" what does he mean?05:16
EriKeyequeue:  if I were to reboot it, yes I would patch it in a heartbeat, but it only runs a VERY select number of services that I build and update from source05:16
thanksjackis it ok to install Hoary softwarez onto dapper?05:16
jordanyoguess, You should be able to do it from konqueror.05:16
Hor|zonyou don't have a hardware switch for the wireless card?05:16
yoguessright click the drive?05:16
jordanyoguess, Let me install konqueror and see how...05:16
eyequeueEriK, yeah, and ihadn't read that it was fsbd when i typed that heh05:16
terlmannsomewhat.. not hoary but safe to backtrack to breezy...05:16
yoguessok05:16
thanksjackhmm... I'm gonna try it05:17
thanksjackif I break linux, plz help me05:17
=== Crescendo_ [n=GWing@cpe-024-211-177-002.nc.res.rr.com] has joined #ubuntu
terlmannno i wont.05:17
terlmann8-)05:17
EriKeye :))))  it runs pdns, squid, and openvpn....all from jails, and basically nothing else05:17
IcemanV9inglor: let's make a plan to test - boot your box without usb card, when it is up, sudo ifdown eth1 (or whatever yours is). connect usb card, then sudo ifup ath0 (or whatever usb card is)05:17
EriKit just works :)05:17
inglorI do have a hardware switch05:17
inglorit's not working in linux05:17
inglorit's Fn+F2, doesn't work in ubuntu05:17
jordanyoguess, right click and go to properties, then permissions05:17
=== h36sa_ [n=h36sa@dialup-4.181.120.226.Dial1.SanJose1.Level3.net] has joined #ubuntu
yoguessok05:18
sladeninglor: what laptop is this?05:18
=== Yuez [n=yue@201-42-171-112.dsl.telesp.net.br] has joined #ubuntu
=== jeff2 [n=jeff@c-24-4-234-224.hsd1.ca.comcast.net] has joined #ubuntu
sladeninglor: if it doesn't work, that's a bug and needs filing in the bug tracker05:19
inglorasus M5200AE05:19
inglorI think it's called A5E or something for short05:19
=== Yuez [n=yue@201-42-171-112.dsl.telesp.net.br] has left #ubuntu []
terlmannwake up nth degree!05:19
sladeninglor: /etc/acpi/asus-wireless.sh is supposed to do it05:19
sladeninglor: perhaps there is a hardware switch on one of the sides of the laptop aswell (as in physical switch)05:20
inglorit's fn+f205:20
inglorworked fine in linux05:20
inglorwhat do I do about r: /etc/acpi/asus-wireless.sh05:20
THX-1138sladen - How would you learn the keyboard model number for a laptop?05:20
harrisKis media the default mount point for all drives such as CD-ROM, usb flash drive, floppy etc?05:20
inglorI'm really no pro, you'll have to walk me through this05:20
jeff2 showrgb can uncompile the rgb database, but how can I compile it? I want to create the .pag and .dir files from the rgb.txt05:21
jordansladen, Do you think that suspend might work if I boot with EFI? Or is there a way to get it working with BIOS emulation?05:21
sladenTHX-1138: cat /var/lib/acpi-support/*-*05:21
=== majd_ [n=majd@cpe-71-65-19-97.twmi.res.rr.com] has joined #ubuntu
majd_!php05:21
ubotulamp is a shortcut for Linux-Apache-Mysql-{PHP,Perl,Python}. To setup a LAMP server on Ubuntu, install the packages libapache2-mod-php5, php5-mysql, and mysql-server-5.0. You can also choose 'install a LAMP server' from the server install cd boot menu. See also https://help.ubuntu.com/community/ApacheMySQLPHP05:21
terlmanninglor try a breezy distro , it will work better,have more support.05:21
THX-1138sladen - Thank You - nice tip05:21
sladenjordan: don't think suspend works.  Read mjg59's blog05:21
=== Dr_Willis [n=willis@74.132.83.197] has joined #ubuntu
inglorI'm not formatting again, this isn't my computer05:21
Hor|zonrun it?05:21
inglorto be honest, this is an experiment I'm having with my girlfriend's computer05:21
Hor|zondid you type /etc/acpi/asus-wireless.sh in the terminal?05:21
sladeninglor: dude, no, don't format.  that doesn't solve anything05:22
inglorI want to know if she'll be able to tell it from windows05:22
ingloryep, that's what I said05:22
inglorit's a .sh file, what would typing it do?05:22
jordansladen, Do you know how I can get wireless to work after suspend2?05:22
thanksjackterlmann, you really like breezy dont you?05:22
inglorbash it?05:22
=== nootrope [n=alberto@pool-68-239-113-121.res.east.verizon.net] has left #ubuntu ["Ex-Chat"]
w30baconbacon, thanks for the kernel tips :=)05:22
Ginksinglor, that's what I'm trying to do, my girl's pc is slow as hell, hoped Ubuntu would be a little more stable than xp05:22
sladenjordan: run away from suspend2 very fast and use the proper swsup code05:22
Hor|zonjust type the path to it and it should run05:22
THX-1138hm -  that assumes it was correctly identified or does it write whatever string is given there ?05:22
inglorit's a pretty new PC after all05:23
inglorit doesn't05:23
inglorI get command not found05:23
sladeninglor: Ginks: I'm confused, which one of you has the Asus A5E05:23
inglorI did a sudo bash asus-wireless.sh from within the dir05:23
inglorI do05:23
Ginksinglor05:23
=== Crackmonkey [n=Crackmon@166.205.43.187] has joined #ubuntu
sladengrooby05:23
inglorthat didn't output or seemed to do anything05:23
sladengroovy05:23
=== linkiboy [n=georgiy@adsl-75-4-140-225.dsl.emhril.sbcglobal.net] has joined #ubuntu
Hor|zonjust type "/etc/acpi/asus-wireless.sh"05:23
Hor|zonit runs for me05:23
jordansladen, I don't know what swsup is, I'm just hybernating from GNOME :) For all I know I might be useing swsup :)05:23
Hor|zonyou need sudo though05:23
terlmannjack... it works better,dont deny it,the new graphical install in dapper is pure shit.05:23
=== alex_maverick [n=ubuntu@206-163-229-103.sktn.hsdb.sasknet.sk.ca] has joined #ubuntu
inglorpermissin denied05:24
ingloroh right, sudo05:24
sladeninglor: can you do  'sudo acpi_listen'   and then try pressing the Fn-F2 combination05:24
linkiboyhello ubuntu world05:24
terlmannlag,lag,lag...05:24
inglorok, no output05:24
Hor|zonumm...hello05:24
sladenjordan: it's the code that works out of the box in Ubuntu.05:24
Hor|zonsee if it works05:24
thanksjackterlmann, I'll trust you on that one :) I never tried breezy05:24
inglortried that before, didn't do a thing05:24
yoguessjordan, change all 3 to "view and modify"05:24
inglorworks how :P how would it work05:24
dcrocecan someone pm with help on my sound.. THanks!05:24
inglordidn't do a thing the asus_wireless.sh05:24
ingloror at least nothing I saw05:24
terlmannget a disk iso from the repo and TRY IT.05:24
thanksjackdcroce, we answer questions here05:25
jeff2what package is the xorg 'rgb' program in ubuntu in?05:25
alex_maverickwhat package do i need to install to get an xserver on a ubuntu server, for X11 forwarding over ssh05:25
sladeninglor: the Unix way is to print errors, but not success05:25
georgydcrose : what's up05:25
ProN00bhow do i keep a volume from beeing mounted on startup ?05:25
inglorwhat success :)?05:25
jordansladen, Everything workes ( it powers off, turns back on with everything still intact yada yada ) but when I resume ifup doesn't work.05:25
sladenjeff2: http://packages.ubuntu.com/  and search from there05:25
thanksjackfstab05:25
linkiboyive finally managed to get 3d accelleration working on a i810 chipset. however, when i try to run "Graal Online", the game switches to 256 color mode and so does ubuntu, but exits back to 16 bit mode when i exit the program. any suggestions on fixing this?05:25
inglorI see no success :P05:25
thanksjack!fstab05:25
dcrocethanksjack: ok so does that mean no pm? lol ok05:25
ubotuThe /etc/fstab file lists all drives and partitions that are mounted on the system. See http://www.tuxfiles.org/linuxhelp/fstab.html and !partitions05:25
inglorthe little wlan is on led isn't on05:25
inglorand I still can't connect05:25
terlmanndcrose had problems with mine just yesterday,whatsup?05:25
sladenProN00b: use the 'noauto' option in /etc/fstab05:26
jordansladen, All three what?05:26
Hor|zonwell if you cat /etc/acpi/asus-wireless.sh it's a really basic script05:26
Hor|zondoesn't need output05:26
=== Zorlac [n=NNSCRIPT@c-24-4-61-0.hsd1.ca.comcast.net] has joined #ubuntu
inglorwhen I clicked the wireless card icon I get a SIOCGIFFLAGS error: No such device05:26
Hor|zonwell it should have SOME05:26
jeff2sladen, how can I search by what package provides a file?05:26
dcrocegeorgy: well I can hear system sounds and can record with a mic etc.  but i cant play any radio stations  or anything off of websites (myspace, etc)05:26
=== GuBA [n=guba@64.76.50.36] has joined #ubuntu
inglorright, and it doesn't05:26
sladenjordan: can you please file a bug report:05:26
terlmannyea..... good luck...05:26
sladenjeff2: because that is what that site (http://package.ubuntu.com/) does!05:26
=== linkiboy [n=georgiy@adsl-75-4-140-225.dsl.emhril.sbcglobal.net] has left #ubuntu []
thanksjackterlmann... I think I'm settled05:26
inglortrying to activate it05:27
jordansladen, Sure, was planning on doing already actually :)05:27
THX-1138inglor - it is certainly the long way around but the FCC number will give some info that you can use on  http://www.FCC.gov  - if the keyboard manufacturer will give you what you need for linux05:27
georgy!gstreamer05:27
ubotuSorry, I don't know anything about gstreamer - try searching on http://bots.ubuntulinux.nl/factoids.cgi05:27
sladenjeff2: type the filename.  get a list of the package(s) containing that filename05:27
thanksjackI dont think I can go back to windows05:27
jeff2sladen, oh, I missed the second form. thanks!05:27
=== harrisK [n=erick@67-23-32-16.snbrca.adelphia.net] has left #ubuntu []
ProN00bthanks sladen05:27
dcrocegeorgy: im not sure if i need some plugins or codecs .....05:27
=== tiroloco [n=estrange@200-126-100-40.bk7-dsl.surnet.cl] has joined #ubuntu
inglorlast time I tried to activate a wireless connection (the other usb one though) the system got stuck05:27
majd_:q05:27
inglorand I had to hard reboot it05:27
terlmannwindows wma and wmv are teh key words dcroce....05:27
georgydcrose : yes you need plugins and codecs05:27
harisundHello! Is there anyway I can track the incoming and outgoing TCP/IP packets from my eth0 and eth1? I am trying to setup a firewall .. so just wanted to check up things ...05:27
thanksjackis it possible to play windows media?05:27
georgy!codecs05:27
ubotuFor multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats  -  See also http://help.ubuntu.com/ubuntu/desktopguide/C/common-tasks-chap.html  -  But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats05:27
thanksjacklegally/illegally05:27
dcroceterlmann you're right!!05:28
Dr_Willisthanksjack,  depends on the codec the file is using05:28
jordangtg05:28
mutkharisund, tcpdump or ethereal05:28
=== frogzoo [n=frogzoo@202.155.165.25] has joined #ubuntu
Hor|zoninglor: you need to check you kernel messages like I said05:28
dcrocegeorgy: checkin these sites out05:28
terlmannyea you can play it.... get EasyUbuntu..05:28
Hor|zonlook for more messages05:28
Hor|zonother than the one you found last time05:28
tirolocohi05:28
tirolocoi have problems with GNOME on ubuntu05:28
tiroloco:(05:28
harisundethereal ... ok ...tcpdump is practically the most inconvenient tool I have ever found :)05:28
harisundthanks mutk05:28
tirolocothe message error is Couldn't connect to session bus : Unable to determine the address of the message bus05:29
KyralEthereal is called Wireshark05:29
tirolocoany ideas?05:29
Kyralnow05:29
=== clarence [n=clarence@64.146.179.133] has joined #ubuntu
=== Tonren [n=mcantor@dh113139.bennington.edu] has joined #ubuntu
tiroloco (dbus-1-utils is been installed)05:29
=== terlmann [n=terlmann@207.254.166-wireless-21.ckt.net] has left #ubuntu []
jeff2sladen, it doesn't find any programs named rgb, but there has to be one somewhere05:30
=== w30 wonders why do we have all these codecs? We only need 1.
eyequeuew30, ?05:30
Hor|zon??05:30
=== edylie [n=edylie@bb219-75-37-85.singnet.com.sg] has joined #ubuntu
=== seshomaru123 [n=kitty@60.63.160.57] has joined #ubuntu
yoguessjorda?05:31
yoguessjordan*05:31
IcemanV9w30: are you saying that only one will take care of everything??05:31
Hor|zonLOL obviously not...that would make sense...that's why I'm confused05:31
Hor|zonwouldn't*05:31
yoguesschange "owner, group, other" all 3 to "view and modify content"05:32
thanksjackOGG is pretty damn good05:32
=== viator [n=corvax@pool-71-123-117-32.spfdma.east.verizon.net] has joined #ubuntu
viatorhow do i write this .ima file to floppy?05:32
thanksjackcp?05:33
w30IcemanV9, yes just play the da@#m movie, the heck with codecs.05:33
=== terlmann [n=terlmann@207.254.166-wireless-21.ckt.net] has joined #ubuntu
Hor|zonif only the OGG codecs on windows weren't resource hogs05:33
viatorits .ima and not .img  too05:33
thanksjackthis is linux05:33
=== phantasmoholic- is now known as phantasmoholic
Hor|zonwell we're talking about the format...not linux05:33
viatorwell probable using dd05:33
=== edylie [n=edylie@bb219-75-37-85.singnet.com.sg] has left #ubuntu []
terlmann... Now you're ready for the actual shopping.  Your goal should be to get it05:34
=== Crescendo_ [n=GWing@cpe-024-211-177-002.nc.res.rr.com] has joined #ubuntu
viatorbut im not sure about syntax05:34
yoguesscan someone please help me?05:34
terlmannover with as quickly as possible, because the longer you stay in the mall,05:34
terlmannthe longer your children will have to listen to holiday songs on the mall05:34
terlmannpublic-address system, and many of these songs can damage children05:34
terlmannemotionally.  For example: "Frosty the Snowman" is about a snowman who05:34
terlmannbefriends some children, plays with them until they learn to love him, then05:34
terlmannmelts.  And "Rudolph the Red-Nosed Reindeer" is about a young reindeer who,05:34
terlmannbecause of a physical deformity, is treated as an outcast by the other05:34
terlmannreindeer.  Then along comes good, old Santa.  Does he ignore the deformity?05:34
terlmannDoes he look past Rudolph's nose and respect Rudolph for the sensitive05:34
terlmannreindeer he is underneath?  No.  Santa asks Rudolph to guide his sleigh, as05:34
terlmannif Rudolph were nothing more than some kind of headlight with legs and a05:34
Hor|zon...05:34
eyequeueterlmann, stop!05:34
terlmanntail.  So unless you want your children exposed to this kind of05:34
THX-1138!paste05:34
terlmanninsensitivity, you should shop quickly.05:34
ubotupastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (you can always find it in the channel topic, among other useful things)05:34
=== cantfigureapache [n=blake@ip68-224-209-234.lu.dl.cox.net] has joined #ubuntu
terlmann-- Dave Barry, "Christmas Shopping: A Survivor's Guide"05:34
=== i3d [n=i3dmaste@c-24-8-49-236.hsd1.co.comcast.net] has joined #ubuntu
terlmannhehe..... soory go read your fortunes people....05:35
thanksjackthat's pretty horrible05:35
thanksjackand I like it05:35
terlmann:) ROFLOL05:35
=== Determinist_ [i=deter@unaffiliated/determinist] has joined #ubuntu
thanksjackso i installed w32codecs, how do i enable them?05:35
Hor|zonyou don't need to05:36
Hor|zonthey just work05:36
yoguessim trying to change permissions in konqueror so thet my drives will allow me to write to the drives05:36
thanksjackmplayer still wont open stuff05:36
Hor|zonthe players should find them05:36
Hor|zonwhat stuff?05:36
thanksjackwmv?05:36
IcemanV9thanksjack: shut down mplayer, then start it again.05:36
terlmannyea... use kplayer or totem, not mplayer..05:37
thanksjacki dont think its running05:37
thanksjackit says totem05:37
=== kal0 [n=kal0@cpe-66-25-171-20.austin.res.rr.com] has joined #ubuntu
terlmann*repeats message*05:37
=== CeXaR [n=CeXaR@201.242.225.193] has joined #ubuntu
Hor|zonI prefer mplayer...as long as you know the keyboard shortcuts it's great05:37
cantfigureapacheI recently purchased a domain name and forwarded it to my ip addy, i have been fiddling with apache all night but cant figure out how to host my site from this box, any help would be awesome05:37
=== JoseStefan [i=Stealth@171sdl30m49.codetel.net.do] has joined #ubuntu
thanksjackTotem could not play 'file:///smbmedia/Media/My Videos/Movies/Dodgeball.avi'.05:37
thanksjacksee?05:37
Hor|zonhave you got name servers?05:37
Hor|zon>.>05:37
Hor|zonlol05:37
cantfigureapacheyahoo is forrwardsing them to my box05:38
yoguessno help??05:38
cantfigureapacheyns1.yahoo.com i think05:38
PhilHthanksjack, do you have all the gstreamer plugins installed?05:38
thanksjackI have no clue05:38
=== Audimage [n=audimage@h73.190.102.166.ip.alltel.net] has left #ubuntu []
thanksjackhow might I find out?05:38
PhilHsearch for gstreamer in synaptic05:39
terlmanndont even think about avi's dude...05:39
PhilHterlmann, why?05:39
thanksjacki couldnt open avis, or wmvs05:39
Hor|zonhmm is apache listening to all connections on port 80?05:39
thanksjackit should be05:39
cantfigureapacheI have been reading apache tutorials all night, is anyone here hosting a webserver from their box?05:39
cantfigureapacheI believe so05:39
=== Tommck [n=Tommck@dpc691918232.direcpc.com] has joined #ubuntu
thanksjackw3m localhost05:40
PhilHthanksjack, found any gstreamer plugins?05:40
=== Chloe [n=Chloe@66-189-180-71.dhcp.wnch.wa.charter.com] has left #ubuntu []
Hor|zonis the apache2.conf configured properly? >.>05:40
THX-1138Using dns tools does your domain name resolve to your currnt ip address?05:40
thanksjackmany05:40
PhilHany installed?05:40
jeff2did X11R7 get rid of the 'rgb' program?05:40
thanksjackare the dark ones installed?05:40
=== majd_ [n=majd@cpe-71-65-19-97.twmi.res.rr.com] has joined #ubuntu
majd_!php05:41
ubotulamp is a shortcut for Linux-Apache-Mysql-{PHP,Perl,Python}. To setup a LAMP server on Ubuntu, install the packages libapache2-mod-php5, php5-mysql, and mysql-server-5.0. You can also choose 'install a LAMP server' from the server install cd boot menu. See also https://help.ubuntu.com/community/ApacheMySQLPHP05:41
=== mad_man [n=max@24-49-32-163.chvlva.adelphia.net] has joined #ubuntu
=== fredie [n=frediene@190.40.229.186] has joined #ubuntu
yoguessare you guys running KDE or GNOME?05:41
cantfigureapachethats a very good question :)  from what i find on google, i think it is05:41
THX-1138Do you have a dns updater to tell yahoo what your current ip address is?05:41
PhilHthanksjack, i think so05:41
thanksjackmany are installed05:41
terlmannget all of them exept the ones (gstrmr)-where what here is NOT totem...05:41
thanksjackshould I install any of the ones that aren't?05:41
Dr_Willisyoguess,  Yes.. yes i am. :)05:41
terlmannwhere = %where%05:41
PhilHthanksjack, pretty much as many as you like05:42
yoguesswillis, running both?05:42
PhilHterlmann?05:42
majd_!ftp05:42
ubotuFTP clients: gftp, konqueror, kbear, nautilus. FTP servers: ftpd, proftpd, pure-ftpd, twoftpd, vsftpd05:42
majd_!ftpd05:42
cantfigureapacheThe best apache tutorial i could find was here http://linuxhelp.blogspot.com/2006/02/host-websites-on-your-local-machine.html05:42
PhilHthanksjack, do any of them mention totem?05:42
IcemanV9there is no DMA on sda drive?05:42
THX-1138nice link05:43
thanksjacksort of05:43
terlmannall for totem , give none back!! -jack sparrem 200505:43
yoguessare you guys running KDE or GNOME?05:43
thanksjackthanksjack05:43
=== seshomaru [n=itai@60.63.160.57] has joined #ubuntu
=== chibiace [n=ace@60.234.208.56] has joined #ubuntu
cantfigureapachethe config file used in that tutorial doesnt line up with mine, and we are both using apache205:43
terlmannGNOME05:43
dcroceim messing  around and i have an .ogg file and that plays fine. i hear the sound perfectly.. but I cant play any radio stations from Digitally Imported nor hear music on myspace05:43
thanksjackFLUXBOX05:43
dcrocei have flash 7 installed05:43
thanksjackoh, wait, GNOME05:43
cantfigureapachecan anyone at all help me with apache2?05:43
yoguessthanksjack, fluxbox?05:44
thanksjacksorry apache, I'm doing that in 3 months05:44
=== matjan [n=matjan@209-161-229-48.dsl.look.ca] has joined #ubuntu
terlmannThe government [is]  extremely fond of amassing great quantities of statistics.05:44
terlmannThese are raised to the nth degree, the cube roots are extracted, and the05:44
terlmannresults are arranged into elaborate and impressive displays.  What must be05:44
terlmannkept ever in mind, however, is that in every case, the figures are first put05:44
terlmanndown by a village watchman, and he puts down anything he damn well pleases.05:44
seshomaruhi , is it possible to install aiglx/compiz for this vga card :0000:01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS]  661/741/760/761 PCI/AGP VGA Display Adapter05:44
terlmann-- Sir Josiah Stamp05:44
=== skoger [n=skoger@200.87.108.237] has joined #ubuntu
=== aceracer24 [n=aceracer@c-67-182-226-119.hsd1.ut.comcast.net] has joined #ubuntu
matjanhi, how do i activate direct redering?05:44
=== blaacksheep [n=blaacksh@69-160-8-234.bflony.adelphia.net] has joined #ubuntu
IcemanV9terlmann: plse don't do that05:44
Tommckhello all.  I am having problems with a ubuntu 6.06.1 CD.  I keep getting errors about corrupted packages...  I have checked the MD5... burned twice on two different media types and 2 different machines.  I've swapped out the CD drive reading the disk... and I still get errors checking for defects... anyone know WTF?05:44
=== Matrikz [n=raditz@pool-141-158-148-24.scr.east.verizon.net] has joined #Ubuntu
terlmannhehehehehheheheheehehehheheehhe05:44
cantfigureapachetry a different burner?05:45
=== liath [n=liath@adsl-69-235-151-203.dsl.irvnca.pacbell.net] has joined #ubuntu
terlmann^evryone else screams^05:45
Tommckoh.. it's the Server CD, if that matters05:45
thanksjackterlmann, the watchman has incentive to count properly05:45
THX-1138Be your own ISP  apache + mail + ftp +     http://howtoforge.com/perfect_setup_ubuntu_5.1005:45
=== dda [n=dda@modemcable077.17-81-70.mc.videotron.ca] has joined #ubuntu
matjanhi, how do i activate direct rendering?05:45
Tommckcantfigureapache - already tried 205:45
yoguesstommck,  does it say Kernal panicked?05:45
PhilHthanksjack, how are you doing with those plugins?05:45
Tommckyoguess - no05:45
yoguessoh05:45
thanksjackthey say they're done installing05:45
thanksjacktime to test05:45
Tommckyoguess - tells me certain files are corrupted05:45
IcemanV9matjan: glxinfo |grep direct - what it does tell u?05:46
=== iceman24k [n=iceman@wsu33-188.rurallink.net] has joined #ubuntu
yoguessoh ok05:46
cantfigureapacheso no apache gurus in here?05:46
thanksjackthink I might need to restart? try the good old windows fix-it-all?05:46
=== b14ck73425 [n=b14ck734@24-55-74-90.lmdaca.adelphia.net] has joined #ubuntu
yoguessmy dell and a 64bit system says kernel panicked05:46
Hor|zonnope...what do you mean it doesn't line up?05:46
matjanicemanV9, direct rendering: No05:46
thanksjackmy friend is an apache guru, but he doesn't care about your problems05:46
IcemanV9matjan: what video card do you have?05:46
b14ck73425EriK, can you tell me how to turn the messaging on? using smbclient05:46
cantfigureapacheas im sure most dont05:46
thanksjackAn error occurred05:47
thanksjackYou do not have a decoder installed to handle this file. You might need to install the necessary plugins.05:47
matjanicemanV9, ati radeon 9200SE05:47
Hor|zonlol cantfigureapache: what do you mean by it doesn't line up?05:47
matjanicemanV9, should support 3D05:47
IcemanV9!ati > matjan05:47
ddahi! how to remove a metapackage *and* it's dependencies too?05:47
Hor|zonlooks pretty right to me >.>05:47
=== aaronlev [n=chatzill@207-180-148-92.c3-0.arl-ubr2.sbo-arl.ma.cable.rcn.com] has joined #ubuntu
BigMac_what is the diffrence in kubuntu and ubuntu?05:47
iceman24kThere a way to change the "Brown" words when ubuntu starts, to a different color ?05:47
thanksjackgnome vs kde?05:47
Hor|zonkubuntu uses kde...ubuntu uses gnome05:47
ddaBigMac_, the desktop05:47
BigMac_thats it?05:47
thanksjackprty much05:48
Hor|zonyep05:48
BigMac_which has a Prettier?05:48
thanksjackeither05:48
Hor|zondepends05:48
iceman24kBigMac_ Kubuntu if the KDE desktop, Ubuntu in gnome05:48
thanksjackstop the deskwars05:48
=== SuperMiguel [n=miguel@252-223.126-70.tampabay.res.rr.com] has joined #ubuntu
IcemanV9matjan: read/follow the instruction from ubotu - it worked on my ATI card :)05:48
cantfigureapacheHor|zon, well the tutorial explains how to host a website on your local network, but doesnt explain how to set it up with a .com if you own one05:48
BigMac_i see05:48
=== __mikem [n=__mikem@201-106.124-70.tampabay.res.rr.com] has joined #ubuntu
iceman24kBigMac_ theres little difference, best think of KDE as Windowist, Gnome as Macish.05:48
thanksjackthe dns isnt part of your apache server05:49
Tommcknobody else has any ideas on the CD errors?05:49
SuperMiguelhello05:49
thanksjackit just redirects the url to your ip05:49
thanksjackthrough your port to your server05:49
aaronlevso edgy broke my xserver as the instructions stated, but |sudo dpkg-recongiure xserver-xorg| didn't fix the problem. I got "xserver-xorg is broken or not fully installed"05:49
Hor|zoncantfigureapache, it looks right to me, websiteA is the domain name05:49
BigMac_i see05:49
terlmannAn artist who lived in AustraliaOnce painted his ass like a Dahlia.The drawing was fine,The colour -- divine,The scent -- ah, that was a failia.05:49
iceman24kBigMac_ thats generic, but i got gnome themed to look a lot like OSX at the moment.05:49
BigMac_and ubuntu is gnome?05:49
sethkaaronlev, reinstall05:49
yoguessi think im going back to ubuntu instead of kubuntu05:49
thanksjackbig mac05:49
PhilHonly Gnome is more windowsish in a number of ways and KDE more macish in a number of ways, think of KDE as a badly designed desktop for geeks and GNOME as a desktop with a usable HIG05:49
IcemanV9aaronlev: plse go to #ubuntu+1 for edgy05:50
sethkaaronlev, do a forced reinstall (which means install it even if you think it's already installed)05:50
SuperMiguelhey does any know knows a graphical base programa to remote into linux from windows05:50
thanksjackFLUXBOX05:50
cantfigureapacheHor|zon , by following that tutorial, should someone be able to reach your site by typing your IP?05:50
iceman24kBigMac_ you can actualy install both gnome and kde, and many more desktop gui's05:50
terlmannkonqueror is fuuuullll of bugs.05:50
BigMac_i really just want pretty05:50
thanksjackfluxbox05:50
yoguesswhat is FLUXBOX????05:50
=== brian_ [n=brian@c-67-173-2-2.hsd1.il.comcast.net] has joined #ubuntu
thanksjackdesktop05:50
PhilHBigMac_ go with GNOME05:50
BigMac_like the stuff that makes you go WOW thats an OS? THATS PRETTY!05:50
Hor|zonno, not ip, just domain name05:50
thanksjackgnome works well05:50
sethkterlmann, I've found it to do very well on web sites that other open source browsers have problems with05:50
sethkterlmann, I'd say it has fewer bugs than firefox05:50
=== Glim is now known as iratsu
THX-1138GNOME05:50
PhilHthanksjack, it's not a desktop, it's just a WM really05:50
TommckBigMac_ - try Xgl then :)05:50
yoguessfluxbon looks cool?05:50
iceman24kBigMac_ pretty comes with configuration. i used to be a KDE stickler, but have migrated to gnome.05:51
thanksjackwell, sorry for not knowing everything05:51
thanksjack:(05:51
=== tidus [n=tidus@unaffiliated/tidus] has joined #ubuntu
BigMac_xgl?05:51
thanksjackgoogle it05:51
=== tidus is now known as Tidus
terlmannyea.... do me One help list compile....05:51
=== Tommck goes to try burning the server CD again..
PhilHBigMac_ just install dapper, you'll find out what it is05:51
terlmannit always crashes...05:51
THX-1138XGL is bleeding edge - what is a poor new user to do.05:51
Hor|zoncantfigureapache,  so did you create the /etc/apache2/sites-available/<whatever name you want> file?05:51
yoguessnm, going back to ubuntu05:51
yoguesslaters05:51
sethkTHX-1138, not use it yet05:51
aaronlevsethk: are you recommending i go back to dapper?05:51
IcemanV9Tommck: try to burn it at lower speed05:51
sethkterlmann, must be an installation problem05:51
=== PWill [n=paul@cpe-24-208-191-36.columbus.res.rr.com] has joined #ubuntu
iceman24kBigMac_ i have not got brave enough to try xgl on Ubuntu, but i have tried the Live cd version og Gnome "XGL" take a look at kororaa linux.05:51
cantfigureapacheHor|zon, yes and I edited them accordingly and created the symlinks05:52
=== brian98 [n=brian@86.43.65.22] has joined #ubuntu
=== AcidTonic [n=AcidToni@74.136.66.197] has joined #ubuntu
sethkaaronlev, I don't know enough about your situation, but I would certainly consider it.05:52
thanksjackanyone have any more suggestions for my decoding problem?05:52
sethkaaronlev, depends on your reason for going to edgy in the first place.05:52
ddaanybody seen my question?05:52
=== brian|lfs [n=Brian@216-15-45-30.c3-0.161-ubr1.lnh-161.md.cable.rcn.com] has joined #ubuntu
thanksjacktry a different media player or somesuch?05:52
=== ahmrahtcheer [n=gary@0-3pool249-184.nas2.houston4.tx.us.da.qwest.net] has joined #ubuntu
iceman24kBigMac_ now if i cane theme out the Ubuntu brown, and get a better color, ill be fairly pleased :)05:52
Hor|zoncantfigureapache, so it reads "virtualhost <domain>:80" and stuff?05:52
cantfigureapachethanksack, I am a codec guru but im not insterested in your problems05:52
IcemanV9dda: didn't see it05:52
thanksjackLOL05:53
b14ck73425can anyone help me with the smbclient -05:53
thanksjackI actually laughed apache... thanks05:53
AcidTonicquick question, I need to reinstall libgl1-mesa, because a manual install of nvidia's driver broke it.  But i cant reinstall it since apt-get says its already installed. So I went to remove it and noticed about half my system pkgs will be removed if i remove that pkg, is there a way to force it to reinstall?05:53
ddaHow can I remove a metapackage *and* it's dependencies too?05:53
Hor|zonreally if you did all that it should work05:53
=== unreal [n=unreal@unaffiliated/unreal] has joined #ubuntu
=== ep [n=mdr@ip68-228-173-218.ok.ok.cox.net] has joined #ubuntu
b14ck73425can anyone help me with the smbclient command -M05:53
ahmrahtcheerhowdy y'all.  quick question regarding edubuntu:  i've installed it on my kids' computer, but when trying to install sylpheed, i'm getting a broken package msg for libgpgme, and it can't be resolved.05:53
terlmannno, konq does not ever sucseed at listing a search database of kde help files to speed up the run,it allways crashes...05:53
brian98HELP!!! Does anyone now how to change the default screen, ie the main screen when using two monitors with an nvidia driver so that the login appears on the correct monitor etc...05:53
ahmrahtcheerany known reason or cure for this?05:53
eyequeueedgy is appropriate for those technical users who want to help debug the next release, who feel comfortable fixing major breakages regularly, imo05:53
brian98not using twinview05:53
IcemanV9dda: purge05:53
thanksjackinsert windows xp disc and restart05:53
brian98and I've googled me brains out05:53
eyequeueand don't minf losing all their data of course05:53
sethkbrian98, I've already told you any number of times.  It can't be done without a code change05:54
iceman24kSomeone used that dirty word in here "Windows XP"05:54
=== Atomyc [n=user@60.51.112.68] has joined #ubuntu
AcidTonichow do i remove a pkg without any of its dependencies if im just planning on reinstalling it05:54
ddaIcemanV9, how in Synaptic?05:54
BigMac_so XGL crashes a lot?05:54
terlmannSome people call them "cars" or "trucks;" I call them "dimensional05:54
terlmanntransmogrifiers" because they change three-dimensional cats into05:54
terlmanntwo-dimensional ones.05:54
sethkbrian98, no matter how many times you ask, the answer won't change.  :)05:54
Atomychey..!!05:54
=== SpAwN [n=wls@pool-70-22-133-77.bos.east.verizon.net] has joined #ubuntu
=== DarkAudit [n=bpack@morgantownwv-c2-68-69-152-140.pittpa.adelphia.net] has joined #ubuntu
iceman24kBigMac_ xgl is beta at best, very young. unstable.05:54
brian98sethk ,,,, I don't think we've had this conversation have we. If so I apologies :(05:54
sethkbrian98, yes, we have.05:54
BigMac_lol05:54
BigMac_ok05:54
BigMac_i wont use it then05:55
BigMac_lol05:55
IcemanV9dda: ah. haven't used Synaptic in ages. i use CLI (command line). not sure.05:55
Hor|zonXGL doesn't crash...unless you just upgraded your gfx card drivers05:55
eyequeueBigMac_, i won't run it, but watch the number of people in here with problems and judge for yourself05:55
Atomychelp.>!!05:55
BigMac_lol05:55
BigMac_ok05:55
brian98well sorry about that my man05:55
iceman24kBigMac_ stick with gnome, or kde, what look and feel you want ?05:55
sethkbrian98, remember, we were talking about left of and right of, but then you said that the problem isn't placement, the problem is which connector on the board is primary and which is secondary05:55
terlmannwhaaat iceman synaptic offers sooo much more- how come?05:55
BigMac_i find the 3d cheezy05:55
ddaIcemanV9, will purge remove dependecies that other programs require?05:55
BigMac_i just like high res05:55
sethkbrian98, and I told you that you can go into the scanning code in the X server source and muck with it.  Not that it's a good idea to do that, but it's the only way.05:55
=== fowlduck- [n=nate@68-190-90-101.dhcp.mdsn.wi.charter.com] has joined #ubuntu
=== Healot [n=Healot@203.92.154.36] has joined #ubuntu
thanksjackis GAIM the best IM client?05:56
brian98sethk I got the left of and right of fine now..05:56
THX-1138BigMac - drop shadows and menu transparencies -  xcompmgr + transset is solid.  XGL is still ALPHA05:56
brian98Ok I understand05:56
sethkbrian98, yes, I know.05:56
Hor|zoncurrently, yes gaim is the best05:56
sethkbrian98, it's your other problem that's difficult.05:56
thanksjackkk05:56
iceman24kBigMac_ all of it is a matter of learning, reading, and asking questions.05:56
brian98so just gotta use vga on my best monitor!!!!! :(05:56
terlmannyes gaiming now..05:56
brian98not dvi05:56
sethkbrian98, I'm not trying to be unfriendly, there just doesn't happen to be a way to do it without getting into the code.05:56
IcemanV9dda: no. it will stay, but those are not needed will be purged.05:56
thanksjackso any takers on my codec problem?05:56
thanksjackYou do not have a decoder installed to handle this file. You might need to install the necessary plugins.05:56
=== ahmrahtcheer [n=gary@0-3pool249-184.nas2.houston4.tx.us.da.qwest.net] has left #ubuntu ["Leaving"]
=== bugz_ [n=bugz@adsl-69-235-232-131.dsl.irvnca.pacbell.net] has joined #ubuntu
sethkbrian98, that is annoying, I agree.05:56
PhilHthanksjack, GAIM is best overall but aMSN does have rudimentary webcam support for MSN05:56
=== Tommck [n=Tommck@dpc691918232.direcpc.com] has left #ubuntu []
sethkbrian98, but not annoying enough to set up to build the X server, which is not a trivial task.05:57
IcemanV9dda: i cannot help ya with Synaptic .. hopefully, someone will.05:57
Hor|zonlol aMSN is ok if you don't mind ugly05:57
thanksjackI have installed gstream and w32codecs05:57
sethkbrian98, there is a card available with two DVIs.05:57
PhilHthanksjack, and you've installed every gstreamer plugin available?05:57
brian98sethk I do my best to help people here with anything I can and I do apologise for repeating a q that's been asked already!05:57
ddaIcemanV9, thanks a lot!05:57
thanksjackthere are some lib things05:57
eyequeuei don't prefer gaim for irc, but i do use it for gtalk05:57
terlmannsoooo get the plugins - google plugin name ubuntu05:57
AcidTonichow do i remove a pkg without any of its dependencies if im just planning on reinstalling it05:57
PhilHHor|izon, indeed, the wonders of TCL/TK05:57
=== maddler [n=maddler@80.79.62.19] has joined #ubuntu
brian98sethk: maybe I'll really screw my brains up and stick an ati card in with the nvidia and watch me run to the drugstore :)05:57
iceman24kBigMac_ take a look at gnome-look.org and kde-look.org .... give you ideas what you can get things to look like05:57
Hor|zonhahaha I woul dnever even consider using an IM client for irc...they're missing so any features05:58
sethkbrian98, no comment.  :)05:58
eyequeueAcidTonic, while you can, why not just sudo apt-get --reinstall install foo?05:58
PhilHthanksjack, just install the whole damned lot :)05:58
thanksjackYESSIR!05:58
Hor|zonwell if you're goingn to use the gnome-xchat then maaybe you're better off using Im software :P05:58
IcemanV9AcidTonic: just reinstall will do the trick05:58
=== gb453 [n=na@ool-182f9781.dyn.optonline.net] has joined #ubuntu
cantfigureapacheHor|zon , do I need to configure a DNS server for my .com to work?  Even if I bought my .com through yahoo and  changed the yahoo IPs to my IP05:58
brian98sethk: thanks as always and my humblest apologies. I was prob talking to you while asleep!!!05:58
thanksjackInstall pkgs, for great justice!05:58
brian98but thats the way it is when you get hooked on something..05:58
b14ck73425can anyone help me with smbclient05:59
brian98I'ts 5am now for gods sake!!05:59
thanksjackmaybe05:59
=== Mr_Pan [n=mrpan@host55-153.pool8251.interbusiness.it] has joined #ubuntu
AcidTonicIcemanV9, thanks05:59
brian98thks again!!05:59
Hor|zonif the name servers are reflecting the correct ips then it should be ok05:59
sethkbrian98, that's ok, I was answering while I was asleep05:59
BigMac_thats pretty stuff there05:59
thanksjackis it the messaging thing again?05:59
b14ck73425...05:59
b14ck73425yes05:59
thanksjackno05:59
brian98right, gonna change inputs and restartx05:59
Hor|zonare you sure the dns has updated? normally it takes a few days05:59
brian98can I ask you another q05:59
b14ck73425why not05:59
PhilHthanksjack, though the gstreamer$ver-plugins metapackage may be all you need05:59
AcidTonicIcemanV9, now compiz starts again, thanks mate05:59
brian98very q05:59
thanksjackI'm ignorant05:59
b14ck73425no your not05:59
THX-1138cantfigureapache, - yes, your domain name needs to be given to dns servers - it can take from a few hours to a few days to be known worldwide05:59
cantfigureapacheyes, they are updated05:59
iceman24k!compiz05:59
ubotuCompiz (compositing (window) manager) and XGL (Xserver architecture layered on top of OpenGL) howto at http://help.ubuntu.com/community/CompositeManager XGL+compiz help in #ubuntu-xgl  See http://tinyurl.com/pw5ez for Kubuntu systems05:59
sethkb14ck73425, try a more specific question05:59
IcemanV9AcidTonic: yw :D05:59
=== AcidTonic [n=AcidToni@74.136.66.197] has left #ubuntu ["Leaving"]
b14ck73425i need help with an smbclient command06:00
=== micromoog [n=micromoo@c-69-245-24-86.hsd1.tn.comcast.net] has joined #ubuntu
brian98sethk: I got a new 750gig SATA drive and I want to transfer my current install of ubuntu.. Is there a linux tool or should I just ghost it?06:00
thanksjackmaybe I am but I'm ignorant of my ignorance and I was just guessing that was the reason for my incompetence06:00
sethkbrian98, you can do the equivalent of ghost with dd06:00
THX-1138cantfigureapache, you will need a dns update script if with a dynamic ip address06:00
brian98man dd ?06:00
Hor|zonhmmm cantfigureapache, I'm stumped...apache is too hard to configure without being there...06:00
sethkbrian98, I think it's better to use tar to transfer it, though06:00
=== gbrent [n=gbrent@71.39.227.217] has joined #ubuntu
cantfigureapacheit has been 4 days, and my .com is being forwarded to my static IP06:00
sethkbrian98, dd let's you transfer data from drive to drive in a raw mode, like a physical disk copy06:01
cantfigureapacheI am sure of this06:01
brian98and then just recreate grub??06:01
thanksjacksweet jesus brian, how much did that thing cost?06:01
BigMac_gnome looks more pretty06:01
brian98ahh ok06:01
IcemanV9!samba > b14ck7342506:01
=== Neo8750 [n=neo8750@adsl-70-224-43-112.dsl.sbndin.ameritech.net] has joined #ubuntu
sethkbrian98, right, install grub on the new mbr at the end of the process.06:01
iceman24kwhat game to install in linux ? anyone got fps suggestions ?06:01
thanksjackdoom306:01
thanksjackquake406:01
thanksjackdoes BF2 run?06:01
brian98thanksjack: 240euros06:01
b14ck73425thanks iceman06:01
PhilHiceman24k, go to http://www.tremulous.net06:01
sethkbrian98, the man page will show you how to use tar to copy.  It's good for this purpose because it properly handles things like /dev nodes.06:01
thanksjackwowzers... I would have gotten 3x 30006:01
thanksjackmuch better value06:01
sethkbrian98, cp -av is fine for directories, files, links, etc.06:02
lotusleaficeman24k: enemy territory or prey with wine :)06:02
Hor|zonI'd suggest just rumaging through google...until you can find someone skilled with apache06:02
PhilHiceman24k, excellent free team FPS based on q3 engine06:02
=== Telroth_Plushie| [n=darth_an@adsl-70-241-109-246.dsl.hstntx.swbell.net] has joined #Ubuntu
sethkbrian98, cpio will also do it.  lot's of choices.06:02
iceman24kPhilH can i apt-get it ?06:02
THX-1138cantfigureapache, - your server is running if you type 127.0.0.1:80 and yourdomainname.com:8006:02
thanksjackapache, you could try asking god, but I think he's still running 1.306:02
brian98ok , cool... Thanks again.. Right under the table time :)06:02
PhilHiceman24k, possibly, not sure, if not there's an easy installer which can install locally(in your home directory)06:02
iceman24kPhilH i wont fight the configs for apt so ill try it, are there public servers ?06:03
=== chantanito [n=chantani@200-71-161-25.genericrev.telcel.net.ve] has joined #ubuntu
Hor|zonwell make sure apache is listening to all connections on port 80 also...I don't know if the ubuntu package for apache is set to automatically listen only to 127.0.0.106:03
PhilHiceman24k, fight the configs?06:03
Hor|zonwhen you restart apache do you get any messages?06:03
cantfigureapacheno06:03
THX-1138netstat -a  can help06:04
cantfigureapachefixed them all06:04
jeff2when I run emacs, it quits with Undefined color: "black". I think this has to do with my rgb database (which exists in the RGBPath) being rgb.txt when xgl expects rgb.dir and rgb.pag (dbm files). any ideas?06:04
BigMac_http://www.gnome-look.org/content/show.php?content=3214606:04
thanksjackI'm installing everything Phil06:04
thanksjackcross your fingers06:04
BigMac_best looking icons i have ever seen06:04
sethkiceman24k, have you tried the apache irc channels?06:04
iceman24kPhilH to get apt-get to get it, i'd have to congfig the mirrors, i got it downloading already.06:04
=== amicrawle [n=kvirc@adsl-75-8-225-72.dsl.scrm01.sbcglobal.net] has joined #ubuntu
eyequeuejeff2, wrong channel06:04
=== PhilH crosses his fingers
eyequeue!xgl > jeff206:04
THX-1138#apache gurus06:04
PhilHiceman24k, cool06:04
=== Regord [n=john@ip72-192-82-156.ok.ok.cox.net] has joined #ubuntu
iceman24kPhilH is there many players on the public servers ?06:04
amicrawlewhat does xgl do ?06:04
thanksjackI need faster intarweb06:04
PhilHiceman24k, yep, loads06:04
eyequeueamicrawle, breaks machines, apparently06:05
jeff2eyequeue, they don't know either :(06:05
Hor|zoncantfigureapache, I have no idea then...I usually use whm to configure all my servers06:05
iceman24kPhilH whats video card requirements ? any idea ?06:05
sethkjeff2, that's an X and/or emacs question; you have better odds of finding an answer on other channels.06:05
cantfigureapachein this section, do I put websiteA:80 or my.com:80 NameVirtualHost websiteA:8006:05
cantfigureapache<VirtualHost websiteA:80>06:05
PhilHiceman24k, when you're starting out avoit the SST servers, they'll teach you bad habits06:05
cantfigureapache<VirtualHost websiteA:80>06:05
eyequeuejeff2, well, we certanly don't support it over here06:05
jeff2amicrawle, uses graphics acceleration06:05
PhilHiceman24k, i play it on my TNT2/m6406:05
amicrawleok how06:05
Hor|zonwhere it says website A always put your domain06:05
jeff2eyequeue, why not? its in an ubuntu package06:05
amicrawlei got nvidia 3d drivers06:05
sethkjeff2, it's been several years since I mucked with that stuff.06:05
Hor|zonuless it's a path...then put the path you want06:06
Hor|zonunless*06:06
sethkjeff2, it's not irrelevant, it's just (as I said) that the odds of finding someone here who knows the answer are low06:06
thanksjackare there any keyboard drivers for detection of media hotkeys?06:06
=== micromoog [n=micromoo@c-69-245-24-86.hsd1.tn.comcast.net] has left #ubuntu ["Leaving"]
eyequeuejeff2, there are over 250 #ubuntu-* channels, this is already overused06:06
=== tedivm [n=tedivm@68-191-255-1.dhcp.oxfr.ma.charter.com] has joined #ubuntu
tedivmhey all of you 820 people06:06
cantfigureapacheHor|zon, ok, let me play with it for a sec and make new symlinks06:06
iceman24kPhilH i got a 64 meg Nvidia installed in this systems at the moment, but got a 265 Nvidia in my Winblows box for BF2, only reason i use winblows :(06:06
THX-1138thanksjack - xmodmap and xev06:06
Hor|zon<VirtualHost cantfigureapache.com:80>06:06
Hor|zonand servname too06:06
thanksjackwow, there really are 820 people here06:06
Hor|zonservername*06:06
Healotlike those on Microsoft keyboards?06:06
THX-1138dmesg also06:06
thanksjackzboard06:06
thanksjackideazon06:06
sethkthanksjack, no, I'm logged in 819 times06:06
cantfigureapacheHor|zon what about my /etc/hosts file?06:07
thanksjackoh, at least you idle06:07
thanksjack:)06:07
Hor|zondon't touch that06:07
eyequeuejeff2, if you look at the scroll rate, you'll probably see what i'm saying, nothing personal06:07
Hor|zonthat's for local hosting06:07
=== thewolf [n=root@d220-238-210-53.dsl.vic.optusnet.com.au] has joined #ubuntu
Hor|zonbad local hosting06:07
Hor|zon:P06:07
cantfigureapacheare you sure?  the tutorial mentioned it06:07
eyequeueircing as root? :(06:07
cantfigureapachehmm, ok06:07
thewolfhello, whats the command to reconfigure X? My LCD monitor just died...06:07
tedivmSo i've got a problem - apparently when I start up Gnome the window display thinger (the thing that lets me move windows around, had the pretty bar with the minimize/maximize/exit buttons, resize things, etc) isn't there06:07
Hor|zonyeah that's beause the tutorial is for an offline site06:07
PhilHiceman24k, should be enough06:07
sethkcantfigureapache, there is nothing wrong with using /etc/hosts for static IP name resolution06:07
tedivmhowever, it loads in failsafe mode06:07
w30ps aux06:07
sethkcantfigureapache, in fact, it's the most efficient method06:07
amicrawleis there a way i can cofig my view sonic06:08
PhilHiceman24k, got the nvidia drivers installed?06:08
eyequeuethewolf, sudo dpkg-reconfigure xserver-xorg06:08
=== outerlimit [n=outerlim@hc65239e8.dhcp.vt.edu] has joined #ubuntu
iceman24kPhilH wow 101 mb download06:08
thewolfeyequeue: thank you :)06:08
eyequeuethewolf, np06:08
amicrawlethe hot keys06:08
=== terlmann [n=terlmann@207.254.166-wireless-21.ckt.net] has left #ubuntu []
=== ck3k [n=ck3k@adsl-75-30-78-24.dsl.pltn13.sbcglobal.net] has joined #ubuntu
sethkcantfigureapache, you do need to roll over to DNS for cases where /etc/hosts resolution fails.  but that's the default configuration, so don't worry about it.06:08
=== Regord [n=john@ip72-192-82-156.ok.ok.cox.net] has left #ubuntu ["Ex-Chat"]
outerlimitIs there any software that I can use to burn a DVD ISO?06:08
=== alef0 [n=alef0@M781P009.adsl.highway.telekom.at] has joined #ubuntu
sethkouterlimit, cdrecord06:08
amicrawlek3b is your dvd burning soft06:09
iceman24kPhilH seen this, my put it on the windows box also, but want something for Linux.06:09
outerlimitAnd also, I was wondering about emulation06:09
outerlimitlike drive emulation06:09
amicrawlewhat would you like to do?06:09
outerlimitso i could mount the ISO06:09
eyequeueamicrawle, if you alredy have all that kde libs06:09
Hor|zonsethk: the tutorial he was doing modified the /etc/hosts file because it was for a website only accessable localely and they were lazy06:09
cantfigureapachesethk, could you take a look at this tutorial and tell me what changes i would have to make if I was configuring for an online site with my own .com?06:09
cantfigureapachehttp://linuxhelp.blogspot.com/2006/02/host-websites-on-your-local-machine.html06:09
iceman24kPhilH I actualy managed to install OSX on a Intel PC, worked well.06:10
=== micahcowan [n=micah@adsl-69-236-99-89.dsl.pltn13.pacbell.net] has joined #ubuntu
=== Greybeard [n=bill@c66-235-26-199.sea2.cablespeed.com] has joined #ubuntu
tedivmanyone know how to figure out why the gnome-window-decorator isn't loading in a standard session but is during the failsafe session?06:10
sethkHor|zon, be that as it may, there is nothing wrong with using /etc/hosts, and, in fact, it is a good thing to do for static addresses.06:10
sethkcantfigureapache, why do you think you have to change anything?06:10
PhilHiceman24k, if you want to try any extra maps that some of the servers are running then check out http://tremulous.info/06:10
sethkcantfigureapache, I can show you a working config for virtual hosts.  I don't have time to read through that thing right now, unfortunately.06:11
cantfigureapachesethk, i understand, my dns is coming through yahoo, so i can leave /etc/hosts alone correct?06:11
=== wastrel [n=wastrel@dsl254-127-242.nyc1.dsl.speakeasy.net] has joined #ubuntu
sethkcantfigureapache, as long as addresses resolve, you don't have to do anything06:11
dcrocedoes anyone have an opinion - which newsreader is better? pan newsreader or Liferea Feed Reader,06:11
thanksjackPhil... I have some terrible news for you06:11
iceman24kPhilH i'll get the game up first, then play a bit06:11
sethkcantfigureapache, with the possible exception of having the IP of the web server itself in /etc/hosts06:12
=== tidus_ [n=tidus@unaffiliated/tidus] has joined #ubuntu
thanksjackYou do not have a decoder installed to handle this file. You might need to install the necessary plugins. ... but I did stay at a best western last night06:12
eyequeuedcroce, liferea does nntp also?06:12
sethkcantfigureapache, what problem are you having?06:12
thanksjackany more ideas?06:12
PhilHiceman24k, i'll be playing under the name SoftwareFreedomDay.org for a while06:12
thanksjackno Phil, don't play, help06:12
dcroceeyequeue, im not sure06:12
iceman24ktry to note it. k06:12
=== tidus_ is now known as Tidus
PhilHthanksjack, ok06:13
eyequeuedcroce, i thought it was for rss feeds and the like, not nntp, pan does nntp06:13
outerlimitamicrawle, is there a GUI i can use?06:13
cantfigureapachesethk, I followed that tutorial and can successfully see my site from anywhere on the lan, but what good is that?06:13
sethkcantfigureapache, I'll have more time tomorrow if you are still struggling with it.  However, you should find a slew of examples on the 'net.  It isn't a difficult thing to do.06:13
PhilHwhat files do you have in /usr/lib/codecs ?06:13
dcroceeyequeue ok thanks i want pan then :)06:13
iceman24kPhilH 31 meg, 1/3 almost :)06:13
outerlimitnvm06:13
sethkcantfigureapache, depends who is on your lan, I guess.  what happens when other people try to see it?06:13
outerlimitthe console has somehwat of a gui06:13
=== jordan [n=jordan@h-68-164-88-39.snvacaid.dynamic.covad.net] has joined #ubuntu
eyequeuedcroce, and slrn is nice for console nntp :)06:13
PhilHthanksjack, and what type of video are you trying to play?06:13
=== CharonX [n=eric@S01060011953555f6.cg.shawcable.net] has joined #ubuntu
cantfigureapachesethk, I bought a .com and am trying to get it to propogate and be accessible from outside my own network06:14
sethkcantfigureapache, the address has to resolve to your server using the DNS on the 'net.06:14
kRaKoNHow do i set globals off on the php.ini with put editing it? I know there is a way to do it with "# php -i | grep globals" but that's to turn them on, what about to turn them off?06:14
cantfigureapacheright06:14
sethkcantfigureapache, when you bought the name, did you specify DNS servers, or are you using the registrar's name servers?06:14
outerlimitnvm, it doesnt have a gu06:14
outerlimiti06:14
thanksjacklots of files phil06:14
=== bthomson [n=bthomson@c-69-255-188-5.hsd1.va.comcast.net] has joined #ubuntu
jordanIf anyone remembers the whole conversation when I was connected earlier, installing grub from apt did not install it to the MBR, how do I do that.06:14
eyequeuecantfigureapache, "own network"   do you have a router that is forwarding port 80 to the internal box in question?06:14
thanksjackwmv, avi06:14
dcroceeyequeue, i'll try both then!06:15
amicrawlei can run wmv9 and avi06:15
sethkcantfigureapache, if you can access from your LAN, the apache configuration is _finished_ and working.  Your problem is DNS, not apache configuration.06:15
dcroceeyequeue thanks again06:15
=== Madpilot [n=brian@ubuntu/member/madpilot] has joined #ubuntu
eyequeuedcroce, i always like to have a cli equivalent of the gui app breaks :)06:15
eyequeueif06:15
cantfigureapachesethk, ah06:15
thanksjackami, dapper/totem/w32codecs?06:15
=== Hazarath [n=hazarath@cpe-024-211-079-126.sc.res.rr.com] has joined #ubuntu
tedivmOkay- I need to get gnome-window-decorator to start loading again on startup. Can someone please help me do thia06:15
tedivm*this06:15
HazarathFAT 32 drive will not mount suddenly06:15
amicrawlenope06:16
thanksjackhow?06:16
amicrawlewin32 codes06:16
thanksjackshow me the way06:16
amicrawlefrom xine06:16
dcroceeyequeue yea i always like using the cmd line better.. makes me feel cooler lol06:16
amicrawleand deb arch06:16
thanksjackwho?06:16
eyequeuecantfigureapache, you may however need to stil configure a router/firewall06:16
thanksjack!deb arch06:16
ubotuSorry, I don't know anything about deb arch - try searching on http://bots.ubuntulinux.nl/factoids.cgi06:16
thanksjacknope06:16
cantfigureapachesethk, hmm, im at a loss then-  dont i simply change the DNS servers in yahoo and it then points to my machine after a few days?06:16
PhilHthanksjack, install totem-xine06:17
amicrawlewget -c http://packages.freecontrib.org/ubuntu/plf/pool/dapper/i386/non-free/w32codecs/w32codecs_20060611-1plf1_i386.deb06:17
=== orphean [n=orphean@c-67-164-102-208.hsd1.wa.comcast.net] has joined #ubuntu
jordansladen, Should I try to install GRUB 2 ( I'm the guy with the macbook pro )? I remember seeing on thier site a while ago that nobody had tested it on an intel mac yet.06:17
=== dda [n=dda@modemcable077.17-81-70.mc.videotron.ca] has left #ubuntu ["Quitte"]
thanksjackk, do I need to uninstall the old one?06:17
HazarathFAT 32 drive will not mount suddenly06:17
=== inglo1 [n=orit@80.178.135.144.adsl.012.net.il] has joined #ubuntu
PhilHthanksjack, you'll have to uncheck totem-gstreamer first06:17
amicrawleyes06:17
thanksjackk, super, brb06:17
cantfigureapachethe router is fine, portforwarding is set up, everything is good to go-  i even took the box off my network and plugged directly into the modem06:17
=== zenwifi [n=zenwhen@74.131.106.138] has joined #ubuntu
inglo1I'm back and I'm running wlan on linux ^_^06:18
HazarathMy FAT 32 partition will not mount any more.06:18
HazarathHelp?06:18
sladenjordan: if you have a working setup, I wouldn't actively try to break it unless you have a reason to06:18
thanksjackOne or more applications depend on 'totem-gstreamer'. To remove 'totem-gstreamer' and the dependent applications, please switch to the advanced software manager. O_O" what is happening?06:18
inglo1hey06:18
eyequeuecantfigureapache, just thought i'd check06:18
PhilHamicrawle, here i am going on about gstreamer plugins when i've forgotten that i actually gave up on gstreamer ages ago and installer totem-xine :-D06:18
=== fildo [n=fildo@c220-239-236-78.livrp1.nsw.optusnet.com.au] has joined #ubuntu
amicrawledont like totem06:19
sladenjordan: if you fancy helping them with some testing, I'm sure they'd be appreciative06:19
amicrawlelike xine and mplayer06:19
cantfigureapachesethk, can you show me a working config file?06:19
sladenamicrawle: luckily, you have a choice, right :)06:19
amicrawlexine is elite06:19
=== phantasmoholic [i=phantasm@64-216-108-165.ded.swbell.net] has left #ubuntu []
jordansladen I am a 17 year old with no data worth worrying about ( anything I need is on an external drive ). I reformat often :)06:19
=== torpedo|dog [n=thetorpe@torpedodog.rh.rit.edu] has joined #ubuntu
PhilHthanksjack, can you just chose to install totem-xine without uninstalling the other one?06:19
thanksjackI needs the help of Phil and amicrawle06:19
IcemanV9install totem-xine will remove totem-gstreamer automagically06:19
thanksjacksuper06:19
=== Caplain [n=matt@103.detroit-09-10rs.mi.dial-access.att.net] has joined #ubuntu
=== BigMac_ [i=user@resnet-130-184-90-128.uark.edu] has left #ubuntu []
HazarathI need help mounting a FAT 32 drive, please.06:20
PhilHamicrawle, mplayer and xine both have totally braindead interfaces, well the GUI versions anyway06:20
jordansladen, do you know how to install grub ( or grub2 ) to the MBR? removing LILO and re-installing grub didn't do it ( LILO is still there and working )06:20
amicrawlephilh do you even use xine06:20
jordansladen, from apt that is.06:21
PhilHamicrawle, i have done in the past06:21
thanksjackI have totem and totem-gstreamer, no totem-xine06:21
thanksjackdo I need a dif source?06:21
HazarathCrap, still giving me the ling 'only root can mount this drive' crap. -.-;;;;06:21
amicrawlewhat ver of deb do you have jack06:21
Hazarath^line06:21
PhilHthanksjack, totem-xine isn't there?06:21
thanksjackusers option in fstab haz06:21
thanksjacknope06:21
HazarathEh?06:21
sethkcantfigureapache, I'll paste one06:21
thanksjack!fstab06:21
ubotuThe /etc/fstab file lists all drives and partitions that are mounted on the system. See http://www.tuxfiles.org/linuxhelp/fstab.html and !partitions06:21
PhilHthanksjack, are you using synaptic?06:21
thanksjackaye06:22
cantfigureapachethanks06:22
=== codex [n=itsnewto@cpe-71-74-75-225.insight.res.rr.com] has joined #ubuntu
thanksjackhey codex06:22
amicrawlei do evey thing from the shell06:22
thanksjackk, I'll try apt-cache06:22
thanksjacksame... I must be missing a source06:23
=== johnlittle [n=john@adsl-70-241-125-1.dsl.hstntx.swbell.net] has joined #ubuntu
=== zenwifi [n=zenwhen@74.131.106.138] has joined #ubuntu
PhilHi guess so :/06:23
Hazaraththanksjack, it worked before... I dis-connected the drive to take some info to another system, reading data only, now, the drive will not mount both partitions... partition 2 will mount, partition 1 will not.06:23
sethkcantfigureapache, http://paste.ubuntu-nl.org/2358406:23
sladenjordan: I think grub tries to be too intelligent and read to the GPT partition table, which doesn't work in this case06:23
amicrawlejack06:23
=== azray [n=rgreeves@71-36-116-123.tcsn.qwest.net] has joined #ubuntu
tedivmOkay- I need to get gnome-window-decorator to start loading again on startup. Can someone please help me do this06:23
amicrawlewhat are you missing06:23
IcemanV9sudo aptitude install totem-xine will do the trick06:24
=== outerlimit [n=outerlim@hc65239e8.dhcp.vt.edu] has joined #Ubuntu
outerlimithow do you guys feel about GnomeBaker ?06:24
Hor|zontedivm: why?06:24
=== noob-saibot [i=poisoner@11383.unitednetworx.com] has joined #ubuntu
azrayworks great06:24
PhilHouterlimit, it's not bad06:24
amicrawlesudo apt-get install ia32-libs lib32asound2 lib32ncurses5 ia32-libs-sdl ia32-libs-gtk lib32stdc++606:24
outerlimitis there something else i should use?06:25
outerlimiti can't figure out cdrecord06:25
amicrawlelike?06:25
thanksjacksudo aptitude install totem-xine GGKTHX06:25
jordansladen, I didn't get an error installing grub like I did when I installed Dapper. Are you sure apt actually tries to configure grub and write it to the MBR?06:25
outerlimitim trying to burn a DVD image.06:25
thanksjackdidnt work06:25
tedivmHor|zon, 'cause its not loading06:25
thanksjackbrb06:25
HazarathHmm...06:25
cantfigureapachesethk, could you past the other one as well?  the file you symlink under /etc/apache2/enabled-websites ?06:25
tedivmHor|zon, when I start gnome, there's no bar on the top of the windows to move them around or minimize them or anything06:25
=== aru [n=aru@71-34-225-199.eugn.qwest.net] has joined #ubuntu
Hor|zondo you use compiz?06:25
tedivmHor|zon, it does, however, work in a failsafe session06:25
Dr_Willistedivm,  'window decoration'06:25
=== clay_ [n=clay@c-66-177-234-251.hsd1.fl.comcast.net] has joined #ubuntu
=== clay_ is now known as ClayG
sladenjordan: 'apt' downloads 'grub'.  'grub' then attempts to configure itself.  it possibly fails06:26
micahcowantedivm, doesn't sound like a window manager is running.06:26
tedivmHor|zon, i couldn't get compiz to work06:26
=== SuperMiguel [n=miguel@252-223.126-70.tampabay.res.rr.com] has left #ubuntu []
cantfigureapachesethk it is /etc/apache2/sites-available/<name of website>06:26
PhilHthanksjack, https://help.ubuntu.com/ubuntu/desktopguide/C/add-applications.html06:26
tedivmmicahcowan, yea, thats what i need to get going06:26
tedivmbut its working in failsafe sessions06:26
Hor|zontedivm, did you tell it to stop running the compiz script at logon?06:27
ClayGdoes anyone know of a good text based brwser (preferably multi tabbed) that can access my router?  w3m for some reason will log in but not display anything, i dont know if there is a fix or not but rather just install one that is running right off the bat06:27
ClayGsince i am at work and my lunch break is about to end in an nother 5 miunutes06:27
tedivmHor|zon, yea06:27
tedivmi went so far as to delete the script06:27
=== alocer [n=jvotaw@user-12ldkqs.cable.mindspring.com] has joined #ubuntu
micahcowanClayG, I highly recommend links or elinks.06:27
thanksjackPhil, it just doesn't find it06:27
Hor|zondid you try "metacity --replace" in the terminal?06:27
tedivmor at least the script i knew of, i guess there could be something hiding somewhere06:27
micahcowanlynx will do if you can't use those for some reason.06:27
jordansladen, I read in a Howto that the problem with grub was that the MBR and GPT partition table weren't synct, but I have synct them with rEFIt ( which at least one person said allowed him to install GRUB although it was Edgy and not Dapper )06:27
Dr_Willislinks, lynx,  links -g . ive never seen a multi-tab text based browser06:27
thanksjackNo candidate version found for totem-xine06:27
Dr_Willisthats what screen is for. :P06:27
micahcowanDr_Willis++06:28
botxji have question, i installed a Synthesizer that uses jACK, but i dont know how to install jACK, and the Synthesizer needs it to run, what do i do?06:28
tedivmHor|zon, i'll be back in a minute to tell you if that works06:28
botxji think my ubuntu uses ALSA or something06:28
amicrawlestart jacks06:28
IcemanV9totem-xine is in universe repo06:28
PhilHthanksjack, use this to add the repos https://help.ubuntu.com/ubuntu/desktopguide/C/add-applications.html06:28
=== monocle [n=glass@dsl092-185-225.sfo1.dsl.speakeasy.net] has joined #ubuntu
Hazaraththanksjack, for whatever reason, 'sudo unmount -a' and 'sudo mount -a' worked, it usally doesn't.06:28
botxjstart jacks?06:28
sladenjordan: yup, I doubt it'll work with dapper.  The Mactel was still very new when dapper came out06:29
ClayGnice , thank you06:29
HazarathEr... umount, rather06:29
botxjwhat should i select in the package manager when installing jACK so that it will be seen?06:29
thanksjackit said you needed root access to mount... sudo gives you that access06:29
PhilHthanksjack, followed by https://help.ubuntu.com/ubuntu/desktopguide/C/codecs.html#codecs-gstreamer to get some codecs06:29
thanksjack-a is just auto... corresponds to the auto option in fstab06:29
Hazaraththanksjack, I NEVER saw it to work before, however. o.o;;;;06:29
amicrawlesudo apt-get install jack06:29
Hor|zondoesn't -a mean mount all devices in fstab?06:29
micahcowanbotxj, I believe the package's name is jackd06:29
Hazaraththanksjack, I usally am _requred_ to re-boot. o.o;;;;;06:29
=== m0dY [i=m0dY@62.139.160.213] has joined #ubuntu
thanksjackyou never have to reboot06:30
HazarathAnywho.06:30
thanksjackjust mount the target06:30
botxjmicahcowan: yeah i installed it, but the server never runs06:30
=== skold [n=simon@pD951B801.dip0.t-ipconnect.de] has joined #ubuntu
jordansladen, Should I try just installing the GRUB from Edgy? ( I don't see where there would be any conflics )06:30
=== al_ [n=al@plns-205-238-198-91-pppoe.dsl.plns.epix.net] has joined #ubuntu
botxjif i run "jackd" on the command line, it gives me a paramaters list06:30
=== AlinuxOS [n=alinux@d83-184-245-165.cust.tele2.it] has joined #ubuntu
botxjwhat parameters should i use to start it up?06:30
amicrawlesudo apt-get install jack06:30
botxjis "jack" needed by "jackd" ?06:31
amicrawleyes06:31
micahcowanbotxj, RoseGarden's preferences tell me how, I think. I'm looking it up.06:31
botxjok06:31
micahcowanbotxj, I think jack is a CD ripper or somesuch.06:31
botxjshouldnt it have been selected as a dependency.....06:31
botxjyeah cd ripper06:31
amicrawlei use lmms06:31
Hor|zon"sudo /etc/init.d/jack start" ?06:31
Hor|zonor jackd06:31
Hor|zon>.>06:31
=== livingtm [n=livingtm@cpe-74-67-15-162.nycap.res.rr.com] has joined #ubuntu
thanksjackI had the universe repo uncommented06:31
=== tedivm [n=tedivm@68-191-255-1.dhcp.oxfr.ma.charter.com] has joined #ubuntu
Hor|zonmaybe...06:32
tedivmHor|zon, I love you06:32
livingtmIm having trouble with gnome crashing immediately after login06:32
botxji'm trying to use Om Synth, but when i start it up it says JACK isnt running06:32
Hor|zonlol are you a girl?06:32
amicrawlethen start jack06:32
tedivmno, but if i was i would totally send you naked pictures of myself06:32
botxjisnt jack a cd ripper?06:32
Hor|zonlol get lost06:32
=== phos-phoros [n=phos-pho@unaffiliated/phos-phoros] has joined #ubuntu
botxji thought it was called jackd06:32
thanksjacknaked pictures?06:32
micahcowanbotxj, try jackstart -d alsa06:32
botxjaight06:32
PhilHbotzj, no, it's a sound daemon06:32
tedivmHor|zon, any chance you can tell me how to make the metacity thing start up on its own so i don't have to do that everytime?06:33
iceman24kwhats the Command line to install a run file ?06:33
botxji was saying isnt "jack" a cd ripper, but i know "jackd" is a sound server06:33
ClayGanyone know of a good email program from the cli that works like thunderbird06:33
tedivmpine?06:33
PhilHiceman24k, make it executable with chmod o+x filename.run06:33
tedivm:-P06:33
Hor|zonit should with gnome...go to preferences and go to session06:33
PhilHiceman24k, then ./filename.run06:33
micahcowanClayG, mutt would definitely be my recommendation.06:33
Hor|zonand then check if theres anything set to startup06:33
=== tj_ [n=tj@modemcable079.190-200-24.mc.videotron.ca] has joined #ubuntu
micahcowantedivm, don't most people use pine for nostalgia, rather than actual usefulness? :p06:33
Hor|zonlike another script or something06:33
=== HelpPleaseDh [n=f@ool-4356e6e4.dyn.optonline.net] has joined #ubuntu
tedivmmicahcowan, pretty much.06:34
botxjjackstart -d alsa gave me a error message, it said "cannot load driver module alsa"06:34
amicrawleJust use lmms06:34
iceman24kPhilH still new to command line whats chmod line ?06:34
wastrelmost people who use pine do it because they're just used to it06:34
Hor|zonit's cool to use pine06:35
Hor|zonyou want to be cool don't you?06:35
tedivmon a sidenote, i'm now addicted to Ataxx06:35
iceman24kwhat to tell it for this ? tremulous-1.1.0-installer.x86.run06:35
tedivmdamn those gnome games06:35
wastreltho i think pine can send via smtp06:35
PhilHiceman24k, just chmod o+x tremulous-1.1.0-installer.x86.run06:35
micahcowanbotxj, hm. Works for me. Type jackstart and look at the options for the '-d' option. Try oss, but that will prevent all other applications from using sound.06:35
Hor|zonlol06:35
=== hltai_ [n=hltai@60.51.243.218] has joined #ubuntu
PhilHiceman24k, then ./tremulous-1.1.0-installer.x86.run06:35
Hor|zontry esd then?06:35
Hor|zoninstead of oss06:35
Hor|zon=_=06:35
botxjesd?06:35
micahcowanwastrel, you mean, without using mailx or sendmail or whatnot? Cool. I kind of wish mutt could.06:36
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu
Dr_Willistremulous makes me soooo seasick wheni play it.06:36
BHSPitMonkeyQuestion... why is it that you can't right click -> "Mount Volume" in "Computer", running Dapper? (At least, I can't.)06:36
micahcowanbotxj, you have an esd driver available? Use that then.06:36
micahcowanI'm running edgy, so my options must differ. :/06:36
wastrelmailx is a mua :] 06:36
iceman24kthink i got it :)06:36
botxjit said it coudlnt load esd06:37
botxji dont think i have esd06:37
botxjall i have is ALSA06:37
botxjis it case sensitive?06:37
Hor|zonalsa should be the name06:37
micahcowanwastrel, mail (and mailx) are the time-honored way for sending mail, even if you're not using them as the front-end mua.06:37
thanksjackok, I have totem-xine in the menu06:37
=== brian98 [n=brian@86.43.65.22] has joined #ubuntu
botxjwell it's not working for me06:38
thanksjackshould I still use gstreamer?06:38
=== phos-phoros [n=phos-pho@unaffiliated/phos-phoros] has joined #ubuntu
thanksjackthere might be missing plugins06:38
botxjthe playback device "hw:0" is already in use. Please stop the application using it and run JACK again06:38
botxjit said this near the end06:38
=== Hazarath [n=hazarath@cpe-024-211-079-126.sc.res.rr.com] has joined #ubuntu
Hazarath-.-06:38
PhilHthanksjack, have any new plugins turned up?06:38
=== flashnet [n=flashnet@kbhn-vbrg-sr0-vl212-213-185-15-166.perspektivbredband.net] has joined #ubuntu
botxjso does that mean i should shutdown all apps using alsa?06:38
thanksjackmany many many06:38
thanksjackgo forth with all speed?06:38
HazarathCommand to get fstab as su?06:39
PhilHmay as well give gstreamer another go then06:39
micahcowanbotxj, I don't know. :(   ...I remember seeing that error, but not how I dealt with it.06:39
Hor|zonmight aswell try06:39
=== eletido [n=Jon@24-197-203-144.dhcp.roch.mn.charter.com] has joined #ubuntu
wastrelokey dokey06:39
botxjman that sucks06:39
thanksjackeverything?06:39
=== Ricesteam [n=pete@rn-eh0923.uwaterloo.ca] has joined #ubuntu
Hazaraththanksjack, I can't open/save fstab, tried logging in as su via bash, still no good.06:40
=== iliketoprogram [n=typhoid@ppp-69-217-53-211.dsl.applwi.ameritech.net] has joined #ubuntu
botxjit also says this in the beginning06:40
amicrawlebotxj   use lmms06:40
botxjjackstart: cannot get realtime capabilities, current capabilities are:06:40
botxj           =ep cap_setpcap-ep06:40
HazarathWell, can open, just not save06:40
=== function1 [i=zoid@dhcp0783.kin.resnet.group.UPENN.EDU] has joined #ubuntu
PhilHthanksjack, unless you know what you want, yeah, go for everything ;)06:40
=== clarence [n=clarence@64.146.179.133] has joined #ubuntu
Hor|zon"sudo gedit /etc/fstab" unless you changed the permissions on it06:40
function1is there a download manager that wil do segmented/multithreaded downloads?06:40
amicrawlebotxj   if you want a computer to plug in your midi  get a atari st06:40
thanksjackyou can't nano it?06:41
botxjjackd: unknown driver 'lmms'06:41
thanksjacksudo nano /etc/fstab06:41
Hor|zonlol you can06:41
Hor|zonthat should work06:41
amicrawlelmms is not a driver06:41
thanksjacki always cli, it wins06:41
brian98sethk: just some rewiring and a change from left to right and all is good..06:41
=== topynate [n=nathan@raypcook.plus.com] has joined #ubuntu
brian98sethk: Darn why don't nvidia and ati look after us as well as windows peeps06:41
thanksjackPhil, there are HUNDREDS06:41
Hor|zonheh cli is ok for small files but gui is easier for the really long files06:41
micahcowanbotxj, yeah, ignore that. mine says that too, even when it works. I think it needs to run as root to get special priveleges for that.06:41
Hor|zonnot that fstab is big06:41
amicrawlehttp://lmms.sourceforge.net/06:42
thanksjackfstab is usually small for a desktop comp06:42
botxjbut i'm using sudo!!!06:42
=== Sir_Brizz [n=brizz@c-67-169-245-85.hsd1.ut.comcast.net] has joined #ubuntu
thanksjackeasy to manage06:42
PhilHthanksjack, are there any metapackages?06:43
Hor|zonhmmm botxj, isn't there an ubuntu studio thing on the forums06:43
Hor|zona whole section06:43
topynatehello, i just installed the proprietary nvidia drivers and now X won't start, can anyone help?06:43
iliketoprogramhiya!   i've edited my  /boot/grub/menu.lst file to my liking.  how do i reinstall it ?    on hd0, with partition /dev/sda3     and root on (hd0,2) , the 2nd partition being the active boot partition?06:43
botxjbeats me06:43
=== j_ack [n=rudi@p508D82A1.dip0.t-ipconnect.de] has joined #ubuntu
iliketoprogramthank you in advance!06:43
PhilHthanksjack, are the ones listed here there?06:43
PhilHhttps://help.ubuntu.com/ubuntu/desktopguide/C/codecs.html#codecs-gstreamer06:43
=== TrickyPhillips [n=TrickyPh@adsl-68-124-167-3.dsl.irvnca.pacbell.net] has joined #ubuntu
=== bronson [n=bronson@c-71-198-75-160.hsd1.ca.comcast.net] has joined #ubuntu
amicrawlebotxj what are realy looking for ?06:43
Hor|zonhttp://www.ubuntuforums.org/forumdisplay.php?f=12806:43
Hor|zonhave a look at that?06:43
botxji'm looking to make the program Om Synth to work06:44
iliketoprogramgrub-install something or other --- or something else?06:44
=== hltai__ [n=hltai@60.51.243.218] has joined #ubuntu
amicrawlewhat platform?06:44
botxjeverytime i run Om Synth it says it needs jACK06:44
botxjplatform?06:44
thanksjackPhil, 94 new items06:44
botxji use AMD6406:44
amicrawleyes OS06:44
botxjoh06:44
=== cArNaGe`` [n=john@plns-216-222-255-125-pppoe.dsl.plns.epix.net] has joined #ubuntu
Hazaraththanksjack, now it doesn't let me write to it. -.-06:44
botxjubuntu 6.0606:44
amicrawlethe app  you are trying to run what was it made for ?06:45
RicesteamHow do I revert wine to an older version?06:45
Hor|zonHazarath, it says permission denied?06:45
thanksjackHazarath06:45
Hazaraththanksjack, it will let me read/write to partition 2, but not partition 106:45
botxjamicrawle: the app is a Synthesizer06:45
thanksjacksudo chown root /etc/fstab06:45
thanksjackor something06:45
amicrawleso like from a korg?06:45
iceman24kPhilH what server you play on again06:45
=== Neo8750 is now known as Neo-zZzZ
thanksjackacutally, chmod it06:45
botxjamicrawle: i got from the ubuntu app database06:45
botxji dotn know what a korg is06:45
thanksjack!chmod06:45
ubotuSorry, I don't know anything about chmod - try searching on http://bots.ubuntulinux.nl/factoids.cgi06:45
amicrawlelmms should  do the trick06:46
Hazaraththanksjack, that fixed... will this happen again?06:46
amicrawleor rose garden06:46
thanksjackit shouldn't06:46
botxjis lmms in the ubuntu package list?06:46
amicrawleyes06:46
Hazaraththanksjack, Okes... let's hope not, heh.06:46
thanksjackI'm not sure how it happened in the first place06:46
amicrawlei just got it06:46
Hor|zonHazarath, it won't06:46
HazarathOk, good.06:46
amicrawlejust goto the shell and type06:46
PhilHiceman24, depends, i'll generally be called tremulant, you can do a player search06:46
thanksjackif root owns it it shouldn't be touchable06:46
PhilHthanksjack, have you selected the ones listed on that page?06:47
=== bluedolphin [n=zhaohy@221.226.232.167] has joined #ubuntu
amicrawlesudo apt-get install lmms06:47
Hor|zonhmmm I'm getting the hang of tracking convos in here now...at first it was hell06:47
Hor|zonbut aftera  few hours it's easy06:47
botxji dont like using aptget, i like to be visual with the GUI, so i use synaptic package manager06:47
thanksjackI selected everything... tired of messing around ;P06:47
botxjeven though the package manager uses that command06:47
thanksjackthey are all small anyway06:48
=== edylie [n=edylie@bb219-75-37-85.singnet.com.sg] has joined #ubuntu
amicrawleoh a gui person are you ?06:48
=== JoseStefan [i=Stealth@171sdl30m49.codetel.net.do] has left #ubuntu []
=== Thorrn4 [n=Thorrn4@pool-151-198-145-214.mad.east.verizon.net] has joined #ubuntu
botxjyeah i like to be visual06:48
=== Gumby` [n=gumby@S0106006097053131.vc.shawcable.net] has joined #ubuntu
amicrawleok06:48
Hor|zonheh apt-get and aptitude are more advanced than synaptic and have a ton of useful features06:48
amicrawlethen get it from the synaptic package manager06:48
Thorrn4hey everyone, are there any problems wit SM 6.0 that I should be aware of before I install it?06:48
=== filemover [n=froggscr@c211-31-36-209.artrmn1.nsw.optusnet.com.au] has joined #ubuntu
thanksjackok... here we go again06:48
thanksjack****06:49
amicrawlewhat is SM 6.006:49
thanksjackYou do not have a decoder installed to handle this file. You might need to install the necessary plugins.06:49
PhilHthanksjack, ?06:49
=== Toaster54 [n=srcds@p50812D0F.dip0.t-ipconnect.de] has joined #ubuntu
Thorrn4amicrawle, Simply Mepis 6.006:49
Toaster54Hi06:49
=== zerodni [n=zerodni@c-71-203-223-183.hsd1.tn.comcast.net] has joined #ubuntu
PhilH?!!!?!?!?!?!?!?!!!?!?####@@@!!!!06:49
thanksjackwow this is kinda getting on my nerves06:49
Hor|zonlol06:49
=== lgc [n=lgc@189.146.39.2] has joined #ubuntu
Hor|zonkinda06:49
botxjso lmms is a synthesizer huh?06:49
PhilHyou have actually clicked apply, just to verify ;)06:49
amicrawlemeps will rip your drive in h 1/206:49
thanksjackyes06:49
=== Pinguinito [i=ircap8@r201-217-132-253.dialup.adsl.anteldata.net.uy] has joined #ubuntu
=== reggaemanu [n=manu@ARennes-257-1-175-189.w86-214.abo.wanadoo.fr] has joined #ubuntu
PhilHright, sod it, go with totem-xine06:50
thanksjackdo I need to make or something?06:50
Toaster54I need help, i need GLIBC 2.3.3 but i am too dumb to compile it myself06:50
=== fredie [n=frediene@190.40.229.186] has joined #ubuntu
amicrawledont plan on getting it back06:50
thanksjackmake mplayer06:50
botxjlmms will run on ALSA?06:50
amicrawleyes and arts06:50
Pinguinito Toaster54 synaptic?06:50
botxjaight06:50
botxji'm installing it right now06:50
Toaster54umm it doesn't show up anything on glibc except the documentation06:50
botxjmaybe someday i'll learn how to make jACK run06:50
thanksjackI read something on a site that said they had to get the source of the media player and used a make command06:51
thanksjackI've never done that06:51
Pinguinito Toaster54 wait a sec06:51
Toaster54I'll do :)06:51
botxjthe ubuntu package guys should have like a system that makes sure everything is taken care off when you install an app that needs to use jACK06:51
Pinguinitodapper?06:52
wastrelwhat's jack?06:52
Toaster54yea06:52
sethkthanksjack, well,  you can if  you want to06:52
eyequeue!info jack06:52
ubotujack: Rip and encode CDs with one command. In component universe, is optional. Version 3.1.1-14 (dapper), package size 121 kB, installed size 572 kB06:52
Pinguinitohttp://packages.ubuntu.com/dapper/allpackages06:52
botxjlike the way i selected lmms, the package manager automatically selected lmms-common and other needed libs for me to install06:52
thanksjackwait a second.... to be removed: Ubuntu-desktop?06:52
PhilHthanksjack, what are you doing at this point?06:52
amicrawlejack is a server06:52
Pinguinitothere you will find the .deb06:52
wastrelubuntu-desktop is a wrapper, you don't need it06:52
thanksjackyou better be right06:53
eyequeuethanksjack, it's only a meta-package06:53
Toaster54Pinguinito: I only found that: glibc-doc (2.3.6-0ubuntu20)06:53
PhilHthanksjack, what are you doing at this point?06:53
thanksjackinstalling xine06:53
thanksjackit wants to get rid of some stuff06:53
eyequeueToaster54, libc6 and libc6-dev06:53
=== anarchist [n=anarchis@ADijon-258-1-40-61.w90-6.abo.wanadoo.fr] has joined #ubuntu
Toaster54that is glibc? umm ok ill try it06:53
PhilHok, have you tried running totem from a prompt while CWD is /usr/lib/codecs?06:54
Pinguinito eyequeue :-)06:54
iliketoprogramwhat i need to know is what my install_device is in my case, is it (hd0,2- is this the third primary partition, or the second logical?)  - /dev/sda3 (third primary partition) is root..06:54
eyequeueToaster54, glibc is gnu libc, yes06:54
=== exarkun [n=exarkun@198.49.126.149] has joined #ubuntu
Toaster54and what about this: libg++2.8.1.3-glibc2.2 (1:2.95.4-24) [universe] 06:54
Dr_Willisiliketoprogram,  check the /boot/grub/device.map06:54
exarkunis gstreamer0.10-pitfdll broken in edgy?  'gst-inspect pitfdll' shows 0 features.06:54
amicrawlehydrogen06:54
thanksjackxine is installed06:55
thanksjackhow do i run it?06:55
amicrawleis a nother app you might like use jack06:55
eyequeueToaster54, that's g++ , different, but that one is compatible with tht version of glibc06:55
=== a2xm [n=a2xm@222.124.65.254] has joined #ubuntu
=== Borat [n=shayan@ip68-101-106-222.oc.oc.cox.net] has joined #ubuntu
amicrawlejack are are you trying to do06:55
iliketoprogramDr_Willis : (hd0)   /dev/sda --- this is what is in my device.map06:55
Toaster54umm ok, thanks :) i hope srcds works now06:55
eyequeueToaster54, think C vs C++ languages06:55
eyequeueToaster54, related, but not the same06:55
Toaster54ahh yea right i missed the ++06:55
Dr_Willisiliketoprogram,  then sda1 is hd0 it seems.06:55
a2xmhi all... anyone have try connecting your digital camera via usb cable to xubuntu 6.06?06:56
thanksjackami, what plugins do I need now? I have Totem-Xine installed and gstream is gone06:56
PhilHthanksjack, is that totem-xine or just xine?06:56
thanksjackit still wont open avis06:56
Dr_Willisiliketoprogram,  rember that grub starts counting at 0,  and the grub command shell can do 'completion' to show what drives are what.06:56
PhilHyou've restarted totem?06:56
Toaster54eyequeue: the package is already installed but the server doesn't work becauses it seems to be too old06:56
thanksjackMovie Player using xine-lib version 1.1.106:56
PhilHwhere did this avi come from?06:56
Toaster54eyequeue: the crash message is always "*** glibc detected *** free(): invalid pointer: 0xb7d99000 ***"06:56
thanksjackis there any other way to restart than closing and opening the app?06:56
amicrawlesudo apt-get install libxine-extracodecs w32codecs libarts1-mpeglib libarts1-xine libakode2-mpeg06:56
thanksjackits any avi06:56
amicrawleyou need to do that06:56
amicrawlesudo apt-get install libxine-extracodecs w32codecs libarts1-mpeglib libarts1-xine libakode2-mpeg06:57
eyequeueToaster54, sorry, i'm no help with that06:57
Toaster54hmm ok, thanks anyways06:57
Toaster54i hate glibc argh!06:57
amicrawleto get avi,mv4,wmv,aiff,mov,etc:06:57
thanksjackperforming tasks06:57
Toaster54i think itll be better for me to install cedega and a windows server on it again :(06:57
thanksjackcan I uninstall all that gstreamer crap after?06:58
thanksjackor should I leave it?06:58
amicrawleit does not hurt it06:58
amicrawleif it needs to remove it it will06:58
thanksjackk06:58
amicrawlesudo apt-get install libxine-extracodecs w32codecs libarts1-mpeglib libarts1-xine libakode2-mpeg06:58
thanksjackoh what06:58
=== exarkun [n=exarkun@198.49.126.149] has left #ubuntu []
thanksjackits playing06:58
thanksjackuhh06:59
thanksjackwtf06:59
iliketoprogramDr_Willis ... the 2nd physical and logical partition  is my boot flagged partition.  I have  ext3 ntfs (logical: vfat swap) ext3   --- where the non-logical are primary, and the order is the physical order of the drives06:59
amicrawleboxtj  did that help07:00
amicrawlejack did that help?07:00
botxjjack?07:00
botxjwell, lmms looks nice07:00
amicrawlehydrogen07:00
thanksjackim not sure07:00
amicrawleis a nother one07:00
=== cynical [n=cynical@adsl-068-209-095-168.sip.gsp.bellsouth.net] has joined #ubuntu
PhilHthanksjack, so, what's going on?07:01
Pinguinito[Toaster54] 07:01
=== Born_In_Xixax [n=Born_In_@adsl-68-94-87-86.dsl.okcyok.swbell.net] has joined #ubuntu
amicrawlejack did you do that what i told you to do07:01
Toaster54yes?07:01
Pinguinitodid you solve the prob?07:01
Toaster54nope07:01
botxjyeah i have Hydrogen installed too07:01
thanksjack!love > amicrawle07:01
ubotuSorry, I don't know anything about love - try searching on http://bots.ubuntulinux.nl/factoids.cgi07:01
thanksjack:)07:01
amicrawleso it helped07:02
Pinguinitodid you downloaded the .debd?07:02
=== RMorris84 [n=bob@c-66-177-73-110.hsd1.fl.comcast.net] has left #ubuntu []
thanksjackoh yes, very much so07:02
=== sickofit [i=sickofit@hlfx33-69.ns.sympatico.ca] has joined #ubuntu
=== hastesaver [n=username@unaffiliated/hastesaver] has joined #ubuntu
=== Deaigo is now known as BoggsBeer
amicrawleif you need help with video i do that all the time07:02
amicrawlei'm in to codecs07:02
thanksjackyou win07:02
thanksjackyou win the internets07:02
=== simtower is now known as NOTSIRDOWNY
thanksjacknow I have to make some popcorn07:03
=== unperson [n=nickc@dsl092-149-232.wdc2.dsl.speakeasy.net] has joined #ubuntu
=== NOTSIRDOWNY [n=wawawawa@pool-71-114-90-14.washdc.dsl-w.verizon.net] has left #ubuntu ["Leaving"]
a2xmhi all... does anyone try connecting your digital camera via usb cable to xubuntu 6.06?07:03
botxjwow, lmms is like a copycat of Fruity Loops Stuido, except that i cant afford Fruity Loops Studio07:03
=== tedivm [n=tedivm@68-191-255-1.dhcp.oxfr.ma.charter.com] has left #ubuntu ["Leaving"]
amicrawleyeah07:03
amicrawlewow07:03
amicrawlei got jack to run07:04
=== Sir_Homer [n=identd@68-235-225-150.atlsfl.adelphia.net] has joined #ubuntu
=== hydra [n=hydra@ppp45-12.lns2.adl2.internode.on.net] has joined #ubuntu
botxjhow'd ya do that amicrawle?07:04
amicrawlejack it's exe in the shell07:04
=== phos-phoros [n=phos-pho@unaffiliated/phos-phoros] has left #ubuntu []
amicrawleit is in cd /usr/bin07:04
thanksjackami, in fullscreen, why wont the progress bar go away07:04
amicrawlethe do a ./jack07:04
=== harrisK [n=erick@67-23-32-16.snbrca.adelphia.net] has joined #ubuntu
amicrawletype g07:05
amicrawleand f for full screen07:05
amicrawleg will get rid of the dui07:05
amicrawleg will get rid of the gui07:05
thanksjackit doesn't07:05
amicrawleand g will bing is back07:05
botxjbotxj@DCEBGX12:/usr/bin$ ./jack07:05
botxjbash: ./jack: No such file or directory07:05
amicrawleask it whereis jack07:05
harrisKI have a question on ssh logging. Is there a way to keep track of all ssh activity on my machine? For example, I ssh into my computer from school a lot. (We have our own ACM lab) and say someone is able to ssh into my machine how could I log this activity?07:05
botxjbotxj@DCEBGX12:/usr/bin$ whereis jack07:06
botxjjack:07:06
botxjbotxj@DCEBGX12:/usr/bin$07:06
thanksjackwow, it only works until I move my mouse07:06
Hor|zonit should be logged by default somewhere07:06
thanksjackin fullscreen g does nothing07:06
=== topynate [n=nathan@raypcook.plus.com] has joined #ubuntu
amicrawleyou do not have jack installed then07:06
botxjis jack the same thing as jackd?07:06
harrisKreally? great I will see if I can find the log07:06
amicrawleno07:06
Born_In_Xixaxhi all, just wondering: how is the bluetooth support in dapper/edgy?07:06
botxjisnt jack a CD ripper?07:06
Hor|zon...07:07
eyequeueharrisK, try auth.log07:07
Born_In_Xixaxmainly in comparison to XP (not so hot), mainly using A2DP and Headset profiles07:07
amicrawleno07:07
amicrawlejack it works 4 me07:07
amicrawlehot keys   f = fullscreen and g= gui07:07
amicrawleand back and forth07:07
=== Thorrn4 [n=Thorrn4@pool-151-198-145-214.mad.east.verizon.net] has left #ubuntu ["Leaving"]
botxji'm a sudo apt-get jack then07:08
amicrawleyep07:08
thanksjacki can press g then f to get to fullscreen without gui07:08
eyequeueharrisK, sudo tail -f /var/log/auth.log and in another terminal, ssh localhost :)07:08
=== IcemanV9 [n=jwvehrs@c-67-167-93-119.hsd1.il.comcast.net] has left #ubuntu ["Ex-Chat"]
amicrawleyep07:08
thanksjackbut the gui comes back permanently when i move my mouse07:08
PhilHthanksjack, what are you using?07:08
=== Neon_Tiger [n=LKRaider@200.247.157.198] has joined #ubuntu
thanksjacktotem07:08
PhilHtotem?07:08
botxjeven though the synaptic package manger says this "Rip and encode CDs with one command" in the description of 'jack'07:08
=== xsquared [n=xsquared@dsl-58-6-121-220.qld.westnet.com.au] has joined #ubuntu
PhilHthe gui normally disappears after a certain amount of time once you stop moving the mouse07:09
xsquaredhi, how would one turn off TX checksumming with an onboard (0000:00:0a.0 Bridge: nVidia Corporation CK804 Ethernet Controller (rev a3)) network adapter?07:09
hastesaverharrisK, look in /var/log/auth.log07:09
xsquaredwhen i type in "sudo ethtool -K eth0 tx off", it says07:09
harrisKthanks07:09
amicrawlehumm then i must have the latest then07:09
xsquaredCannot set device tx csum settings: Operation not supported07:09
=== ep [n=mdr@ip68-228-173-218.ok.ok.cox.net] has left #ubuntu ["Left]
xsquaredany ideas?07:09
eyequeueharrisK, if you don't see activity, sudo ls -lrt /var/log | tail, and inspect the files near the end of the list with tail07:09
=== Neon_Tiger is now known as LKRaider
thanksjackI'm guessing this isn't normal07:09
harrisKI see a lot of (pam_unix) what exactly is that? pam I mean?07:09
thanksjack: /07:09
amicrawleyep07:10
eyequeueharrisK, plugable authentication method, or similar07:10
sickofithey guys, i need help involving winmodems. anyone know anything?07:10
=== ryan_ [n=ryan@71.31.56.24] has joined #ubuntu
amicrawlehttp://ccrma.stanford.edu/planetccrma/man/man1/jackd.1.html07:10
amicrawlehere is a url for jackd07:10
eyequeue!pam07:10
ubotuSorry, I don't know anything about pam - try searching on http://bots.ubuntulinux.nl/factoids.cgi07:10
harrisKSep 13 16:13:32 localhost sshd[31031] : Failed password for invalid user Smokey from 61.135.145.204 port 40481 ssh207:10
harrisKSep 13 16:13:34 localhost sshd[31035] : Invalid user baseball from 61.135.145.20407:11
harrisKwas that someone trying to get in?07:11
PhilHthanksjack, guessing not, do you get any interesting output if you run totem from a terminal?07:11
eyequeuelooks so07:11
thanksjackhow do I do that?07:11
eyequeuethis is why we don't enable root :))))07:11
=== aceracer24 [n=aceracer@c-67-182-226-119.hsd1.ut.comcast.net] has joined #ubuntu
harrisKso if he got in he would not be able to do anything?07:11
harrisKsince I am not logged as root?07:12
amicrawlehow to do what07:12
Dr_Willisif he got in as a user.. he couldent do much either.07:12
PhilHopen a terminal window, type totem, press enter07:12
eyequeuewell, there are always "local priviledge escalation" attacks07:12
=== uber_llama [n=phos-pho@CPE-65-26-74-209.we.res.rr.com] has joined #ubuntu
eyequeueyou don't want him in as non-root either if you can help it07:12
thanksjacklaunches totem07:12
topynatehi again, now i'm having trouble installing xgl, i configured it according to https://help.ubuntu.com/community/CompositeManager/Xgl#head-e9df73226d918293a329768e56979d33309ffb28 but when i select it in gdm i find that nothing seems to load, so i see my mouse on a blank screen for a few seconds before i get kicked back to the login. can anyone help me?07:12
hastesaverharrisK, if he managed to succesfully log in as root (or as anyone else), it's a problem. But these bruteforcers usually don't succeed. (In fact, I think they never do, but I can't be sure of that.)07:13
thanksjacksame problem07:13
harrisKwow, looks like he was running some brute force program07:13
harrisKthere is every name in the book07:13
amicrawleremove totdem07:13
thanksjackreinstall it?07:13
PhilHthanksjack, is anything coming up in the terminal window?07:13
amicrawleyep07:13
eyequeueharrisK, yep, and it's an ip from china, somewhat typical07:13
thanksjacknope terminal is clean07:13
=== nocti [n=nocti@dial.dyn.146.182.surfsterisp.com] has joined #ubuntu
botxjomg07:13
topynatenevermind, i found #xgl to but :S07:14
=== Crescendo_ [n=GWing@cpe-024-211-177-002.nc.res.rr.com] has joined #ubuntu
botxjamicrawle: it worked i did the command "jackstart --realtime --driver=alsa --device=hw:0" and it ran07:14
topynate*bug :P07:14
botxjnow i can use Om Synth07:14
amicrawleyes07:14
=== Jeandre [n=jack@c4-236-1.eno.dial.mweb.co.za] has joined #ubuntu
eyequeueharrisK, often though, they will try to bruteforce known usernames, root being a common starting point07:14
hastesaverharrisK, nothing to worry, though.07:14
thanksjacki marked it for reinstallation, same thing?07:14
amicrawlehumm07:14
harrisKwow, is there someting I can do? report his ip to some ISP?07:14
=== nocti [i=nocti@dial.dyn.146.182.surfsterisp.com] has joined #ubuntu
amicrawlehttp://xinehq.de/07:15
eyequeueharrisK, in china?  good luck on that07:15
hastesaverharrisK, it's usually pointless; nothing gets done; and it's probably not even the IP of the "attacker", just the IP of a zombie Windows box. No point.07:15
=== stiv2k [n=steve@adsl-75-3-116-188.dsl.chcgil.sbcglobal.net] has joined #ubuntu
=== renato [n=renato@200-158-74-96.dsl.telesp.net.br] has joined #ubuntu
renatohey ubuntu users07:16
amicrawlexine-lib did you get this07:16
renatowassup?07:16
renatoi have a question to u all07:16
amicrawleshot07:16
eyequeueharrisK, one thing if you are concerned, you can block port 22 from all but certain ips that you need, like say your school lab07:16
renatowhat happened to gstreamer in this new version of ubuntu?07:16
=== Homer [n=identd@wikipedia/Masterhomer] has joined #ubuntu
renatodoesn't it work anymore?07:16
amicrawlenothing07:16
amicrawleshure it does07:16
eyequeuerenato, meaning edgy?  #ubuntu+107:17
amicrawleneed to reload it07:17
harrisKmaybe that would be a good idea07:17
renatono, actually it's new just to me07:17
renatoi mean dapper07:17
harrisKbut I have a pretty tuff password so maybe I would not need to07:17
hastesaverharrisK, I've heard that setting your ssh port to something else (apart from 22) stops almost all attempts. I haven't bothered doing that, because these attempts never succeed...07:17
thanksjackami, I did a complete removal and install07:17
amicrawlei dont use gstreamer07:17
thanksjacksame thing07:17
eyequeueharrisK, basically it will cut down on the log activity :)  makes it easier to watch for real threats07:17
amicrawlewhat are you trying to do07:17
renatobut i tried to find it in my repositories and couldn't07:18
renatoi wanted to use its engine in amarok07:18
amicrawlewhy07:18
renatosometimes it works better than xine07:18
amicrawle?07:18
harrisKhow can I change my port from 22 to something else? is ssh default for 22? so would I have to specify such as ssh name@ip port07:18
harrisK?07:18
amicrawlerelly07:18
eyequeueharrisK, by that i mean someone from your school who has installed a keylogger07:18
amicrawlei like xine07:18
renatoreally] 07:18
thanksjacki tried gstream, it didnt work07:18
=== SleepingCreep [n=sleeping@host59-171-dynamic.3-87-r.retail.telecomitalia.it] has joined #ubuntu
=== goat [n=leo@059149060246.ctinets.com] has joined #ubuntu
thanksjackand xine almost works07:18
eyequeueharrisK, ssh -p 2222 hostname07:19
=== DarkMageZ [n=darkmage@ppp2-104.lns1.syd7.internode.on.net] has joined #ubuntu
harrisKI have ubuntu on my school computer too, is it possible to plant a keylogger in ubuntu?07:19
=== merch [n=ubuntu2u@c-67-164-41-22.hsd1.or.comcast.net] has joined #ubuntu
amicrawlebut you need a few more libs07:19
PhilHthanksjack, gstreamer may now work since you installed all the mpg support libs07:19
amicrawleto get it all to work07:19
renatobut now there's no package called gstreamer when i try to use apt07:19
eyequeueharrisK, yes, there are gardware keyloffers as wel as software07:19
PhilHthanksjack, reinstall xine-gstreamer, you know you want to ;)07:19
=== phos-phoros [n=phos-pho@unaffiliated/phos-phoros] has joined #ubuntu
eyequeueharrisK, some even are little ps2 plugs between the kb and the computer07:20
amicrawlephilh stop being funny07:20
=== Commander-Crowe [i=Crowe@dialup-4.246.204.31.Dial1.SanJose1.Level3.net] has joined #ubuntu
Commander-CroweI can't seem to get VMware to use the internet connection07:20
Commander-Croweany help07:20
PhilHamicrawle, i'm very nearly not just being funny07:20
amicrawleuse nat07:20
harrisKdamn ok, well I will chagne the school password because a few people I know know it. I have a question though, can a brute force really work with say a password that makes no sense, many chars with mix upper+lower+numbers?07:20
eyequeueharrisK, lots of surreptitious "toys" available for sale online, if you look, then you'll know what others can buy07:21
Dr_WillisharrisK,  if ya got days and weeks to try.. and an army of zombie machines.07:21
eyequeueharrisK, yes and no07:21
amicrawleCommander-Crowe  use NAT07:21
thanksjackk, trying gstream.... again07:21
Commander-Croweit is on NAT07:21
xorlhey guys, any of you know how to get a rounded gnome-panel?07:21
=== Jeandre [n=jack@c4-236-1.eno.dial.mweb.co.za] has joined #ubuntu
amicrawledo you have a ip?07:21
xorli want the top left and top right of the gnome-panel IP07:21
Commander-CroweIts through a dial up07:21
eyequeueharrisK, yes anything can be brute forced with enough effort, no it's not likely in a reasonable amount of time with a GOOD passphrase07:21
amicrawleoh shit07:22
eyequeueharrisK, one other alternative you might choose07:22
amicrawledarn07:22
harrisKso it's just a matter of time if the hacker/cracker/kiddie or whoever puts the effort in? I see, I wonder how he got my ip. I just setup a webserver but I don't think it has anything to do with it?07:22
=== JDSBlueDevl [n=JDSBlueD@pool-151-201-135-95.pitt.east.verizon.net] has joined #ubuntu
amicrawleyou can use nat  but it will take some time07:22
JDSBlueDevlhelp, my Ubuntu system has gone nanners!07:22
PhilHamicrawle, that doesn't sound good07:22
Commander-CroweI've done it before07:22
eyequeueharrisK, disable password authentication, use only KEY authentication (ssh-keygen) and then carry your key on a usb stick07:23
thanksjackomfg... gstreamer works flawlessly07:23
amicrawlei have to on dial up07:23
Commander-Croweoh ok07:23
JDSBlueDevlwhen trying to manually upgrade some packages, I broke some others, so then Ubuntu said I had to uninstall almost everything07:23
PhilHthanksjack :)07:23
botxjwhat does gstreamer do?07:23
JDSBlueDevlso I did that, then proceeded to install everything back07:23
thanksjackwell that only took  5 hours07:23
thanksjack: /07:23
amicrawlenever use it07:23
eyequeueharrisK, they can brute force all they like, there is no password to force ;-)07:23
JDSBlueDevlapt-getted all three desktops, then restarted07:23
JDSBlueDevlcan't get a login screan07:23
JDSBlueDevlscreen07:23
JeandreTrying to get mouse buttons 4 and 5 working under 6.06. The instructions at http://www.genius-europe.com/old/service/faq/tuxmouse.htm for Suse 7.3 doesn't seem to apply: can't see /etc/X11/XF86Config. Is there an ubuntu equivalent?07:23
PhilHgstreamer provides an API for multimedia under GNOME and otherplatforms07:23
wastrelharrisK:  since root is disabled your attacker needs to know both your username and password07:23
JDSBlueDevlhow do I get the login screen back?07:24
botxjPhilH: oh07:24
w30I'm trying to compile the source for a 3rd party kernel module and it's looking for a /etc/hotplug/usb directory.  Am I screwed or is there a way around that?07:24
amicrawle<PhilH> gstreamer is not in my system07:24
eyequeuewastrel, those at school that know, or have a keylogger, are the threats i think07:24
amicrawlestart07:24
amicrawlestartx07:24
amicrawleor gdm07:24
PhilH<amicrawle> and you're telling me this why?07:24
eyequeuewastrel, not the .cn host07:24
amicrawlein your user name07:24
JDSBlueDevlamicrawle, is that for me?07:24
amicrawleyes07:25
JDSBlueDevlok07:25
PhilHJDSBlueDevil, where did the login screen go?07:25
eyequeueharrisK, one very good thing came out of this, i would say07:25
amicrawle<PhilH>  i never use gstreamer07:25
harrisKso he can log in if he knows my user name but still cannot do anything to effect my system because he has no root access right?07:25
=== Netslayer [n=chris@54.223.171.66.subscriber.vzavenue.net] has joined #ubuntu
amicrawlewhat does it do07:25
JDSBlueDevlit turned into the Kubuntu flash screen from the boot07:25
amicrawlecan it used in kde07:25
PhilH<amicrawle> good for you07:25
JDSBlueDevland just stays there07:25
eyequeueharrisK, um, no, if he knows your password, he can sudo07:25
harrisKok07:25
=== genericface [n=tom@ics179-145.icsincorporated.com] has joined #ubuntu
amicrawleoh not good07:25
hastesaverharrisK, he needs your username *and* password. Or several months to brute-force your password.07:26
JDSBlueDevlno, not good at all07:26
PhilHhrm, that doesn't sound good07:26
amicrawledo a  ctrl+alt+f1 key07:26
=== Commander-Crowe [i=Crowe@dialup-4.246.204.31.Dial1.SanJose1.Level3.net] has left #ubuntu ["Leaving"]
PhilHJDSBlueDevil, is this following an update?07:26
eyequeueharrisK, i do recommend the key-only approach (edit /etc/ssh/sshd_config for that, when ready)07:26
amicrawlethen you will drop off to the shell07:26
harrisKI see, how did you know he was from china? did you use some app?07:26
JDSBlueDevlno, I broke some packages, requiring me to uninstall everything07:26
eyequeueharrisK, you know the ip addy, right?07:26
harrisKI will, and thanks for the tip07:26
JDSBlueDevlgot almost everything back by apt-get07:26
harrisKyes07:26
eyequeueharrisK,  whois 61.135.145.20407:26
JDSBlueDevlok, I'm in the shell07:26
amicrawletype your user name and pass07:27
JDSBlueDevldid that07:27
amicrawletype startx07:27
JDSBlueDevljust did that, got some errors07:27
JDSBlueDevlfatal server errors07:27
amicrawleok did you try gdm07:27
JDSBlueDevlno screen found07:27
eyequeueharrisK, the good that came out of this is, you are no longer among the naive who don't realize how hostile the open internet is, those who don't take security seriously07:27
=== Hmmmm [n=Hmmmm@221.135.51.19] has joined #ubuntu
JDSBlueDevlno, I set it up for kdm07:27
amicrawlewhat did you install07:27
JDSBlueDevlhow do I switch to gdm?07:27
JDSBlueDevlall three desktops07:28
amicrawlejust type gdm07:28
harrisKyes, never knew how easy it could be if someone has the right tools and patience07:28
=== Lane [n=Lane@c-68-52-192-108.hsd1.tn.comcast.net] has joined #ubuntu
JDSBlueDevlanother error07:29
JDSBlueDevlI'm in xdm right now, though07:29
=== topynate [n=nathan@raypcook.plus.com] has left #ubuntu []
=== phos-phoros [n=phos-pho@unaffiliated/phos-phoros] has joined #ubuntu
=== jason- [n=jas0n@c211-28-40-196.sunsh1.vic.optusnet.com.au] has joined #ubuntu
JDSBlueDevlit says that it failed to start the X server07:29
=== a2xm [n=a2xm@222.124.65.254] has left #ubuntu []
JDSBlueDevland it's asking if I want to view the output to diagnose the problem07:29
amicrawleoh do'nt like that 1 @ all07:29
eyequeueharrisK, and "patience" can mean just havinf their army of zombies try, and then report any successes07:29
xsquaredcan anyone help me with this please? http://www.ubuntuforums.org/showthread.php?t=25847907:29
amicrawletell it shure07:29
harrisKyou mean automated computer programs?07:29
=== silverfox [i=silver@201.15.158.202] has joined #ubuntu
JDSBlueDevlfailed top load module "nv" (module does not exist, 0)07:30
=== bluedolphin [n=zhaohy@221.226.232.167] has left #ubuntu []
amicrawleoh nvidia07:30
harrisKby zombies?07:30
=== codecaine [n=codecain@cpe-70-125-182-20.sw.res.rr.com] has joined #ubuntu
amicrawleok07:30
=== Homer [n=identd@wikipedia/Masterhomer] has joined #ubuntu
amicrawledone that 1 before07:30
amicrawlemy self07:30
amicrawlelol07:30
=== jason- is now known as jama-
eyequeueharrisK, yeah, compromised wondows machines, often, or those in this channel who so blatantly disregard security measures07:30
HomerHow do I reload X11?07:30
Hmmmm!init07:30
eyequeue"i don't have anything worth stealing on this machine" for example :((((07:30
ubotuBoot 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 bootfloppy: https://help.ubuntu.com/community/GrubHowto/BootFloppy - Also see https://help.ubuntu.com/community/SmartBootManagerHowto07:30
HomerHow do I reload X11/XWindows/Xfree86 whatever it is called?07:30
Dr_WillisHomer,  logout of X. then hit alt-ctrl-backspace07:31
JDSBlueDevlok, so what do I do now?07:31
JDSBlueDevlobviously I need to apt-get a driver07:31
eyequeuehomer_linux, xorg, xfree has been dumped :)  sudo /etc/init.d/gdm restart07:31
theBenoWhat program should I use to create virtual machine images?07:31
=== abusado [n=Breath@203.189.11.2] has joined #ubuntu
amicrawleok do you have lynx07:32
=== knixtech [n=stormcha@c-68-80-182-194.hsd1.pa.comcast.net] has joined #ubuntu
JDSBlueDevljust apt-getted it07:32
knixtechwhere is the default mouse theme location?07:32
amicrawleyes07:32
thanksjackami, any way to delay sound to synch with video?07:32
harrisKman, there are seriously over one hundred attempts to login to my machine. Question, what whould the log say if someone successfully logged in?07:32
amicrawleyes07:32
eyequeueharrisK, ssh localhost, then read the log to see what it looks like :)07:33
abusadoei where can i find a guide on how to dual boot a windows xp and Ubuntu 6.06 LTS??07:33
abusadoei where can i find a guide on how to dual boot a windows xp and Ubuntu 6.06 LTS??07:33
Dr_Willisabusado,  google.07:33
JDSBlueDevlooh, I might have found something on the boards07:33
hastesaverharrisK, yes, that's the main reason to switch to keys-only or to a different port -- there's less garbage in the log file :-)07:33
Dr_Willisabusado,  and it sets it up that way by default07:33
JDSBlueDevlsomething about installing the nvidia drivers07:33
homer_linuxeyequeue wtf?07:33
amicrawleok07:34
=== inam [n=viola@59.144.45.233] has joined #ubuntu
amicrawledid you get lynx07:34
thanksjackhow do I do it ami?07:34
abusadoDr_Willis: it sets up by default Dual Booting???07:34
hastesaverhomer_linux, I think it wasn't for you, it was for a "Homer" who quit just before that message07:34
eyequeuehomer_linux, i typed this:  Homer, xorg, xfree has been dumped :)  sudo /etc/init.d/gdm restart07:34
amicrawleit a web browser07:34
jama-Okay, im really new to the whole linux thing.. i just installed ubuntu, i have a 54 Mbps Wireless Router model WGR614 v6 on my main comp and i want to connect to that under my ubuntu system, i've asked a few people and they dont really know, here is what i got when i did the 'lspci' 'iwconfig' and 'ifconfig' commands; http://paste.ubuntu-nl.org/2359107:34
eyequeuehomer_linux, nut he had left, so the client changed it07:34
knixtechhow do you change the mouse theme?07:34
JDSBlueDevlyeah, I got it from apt-get (that's about the only thing working right now)07:34
hastesaverif you don't have lynx, you might have w3m or elinks07:34
eyequeuelynx (1)             - a general purpose distributed information browser for the World Wide Web07:34
JDSBlueDevlI know07:34
Dr_Willisabusado,  i said it did...  and the ubuntu guides mention this,,, and about every linux disrto out - does the exact same thing.07:34
homer_linuxlol eyequeue07:35
JDSBlueDevljust finishing up installing the nvidia drivers07:35
JDSBlueDevlI'm going to try this first07:35
jama-o.o07:35
knixtech!pointer theme07:35
ubotuSorry, I don't know anything about pointer theme - try searching on http://bots.ubuntulinux.nl/factoids.cgi07:35
jama-Anyone? :/07:36
amicrawlexine-check07:36
inamhi all... i need some help... my mouse pointer is not moving... im using an acer laptop with a touchpad... i think it happens everytime i see a video in full screen mode and then come out of full screen, my mouse doesnt move07:36
amicrawlehdparm /dev/hda07:36
JDSBlueDevlstartx gives me the same error07:36
hastesaverabusado, install Windows first, then install Ubuntu07:36
eyequeuehomer_linux, there's some guy whose nick starts with no, and everyone typing   no, that's wrong, gets change to nooner, that's wrong, or whatever07:36
thanksjackim using gstream07:36
amicrawleno07:36
eyequeuenomego_, see07:36
harrisKSep 14 11:48:03 localhost sshd[562] : reverse mapping checking getaddrinfo for mail3.adjoined.com failed - POSSIBLE BREAKIN ATTEMPT!07:36
harrisKwhat exactly does that mean? mail3?07:36
amicrawlelynx is a text webbrowser07:36
=== detectiveinspekt [n=jonathan@ip-58-28-129-174.ubs-dsl.xnet.co.nz] has joined #ubuntu
amicrawleyou can get the nvidia driver still if your gui is down07:37
=== lastnode [n=lastnode@unaffiliated/mahangu] has joined #ubuntu
JDSBlueDevlok07:37
JDSBlueDevlwhat's the webpage?07:37
eyequeueharrisK, most likely their isp didn't set up reverse dns properly07:37
harrisKah ok07:37
amicrawleYou can enable DMA mode with the following command:07:37
amicrawle   hdparm -d1 device_of_your_drive_that_supplies_video_data07:37
amicrawle   In some cases where this fails it helps to specify the dma mode to use, for example:07:37
amicrawle   hdparm -d1 -X 66 device_of_your_drive_that_supplies_video_data07:37
amicrawle   In RedHat 8.0 an additional entry in /etc/modules.conf07:37
amicrawle   options ide-cd dma=107:37
knixtechhow do you change the pointer theme?07:37
=== DarkChronos [i=DarkChro@136.204.204.88] has joined #ubuntu
eyequeueharrisK, nit do you really expect a mailhost to be trying to connect to your machine directly, on that port?07:37
Dr_Willisknixtech,  right there under the Mouse Controlpanel  tool i think.07:38
eyequeueharrisK, i'd say it could be a spoofed host07:38
=== cappicard [n=cappicar@CPE-65-26-86-29.kc.res.rr.com] has joined #ubuntu
=== aceracer24 [n=aceracer@c-67-182-226-119.hsd1.ut.comcast.net] has left #ubuntu ["So]
Dr_Willisknixtech,  explore all the fun settings/control panel applications :)07:38
=== sutuicom [n=sutuicom@93.2.186.60.broad.hz.zj.dynamic.cndata.com] has joined #ubuntu
lastnodeguys, i need a webcam app that will work both in ubuntu and win32. any ideas?07:38
=== sutuicom [n=sutuicom@93.2.186.60.broad.hz.zj.dynamic.cndata.com] has left #ubuntu []
DarkChronoshey all07:38
=== sickofit [i=sickofit@hlfx33-69.ns.sympatico.ca] has left #ubuntu []
lastnodehi DarkChronos07:38
harrisKso you mean someone was behind some anonymous proxy?07:38
thanksjackami, is it possible to synch video/audio?07:38
eyequeueharrisK, the smarter ones will use "normal" sounding names, to avert suspicion07:39
harrisKah ok07:39
knixtechDr_Willis, I need to know where to put a theme, i am using gnome07:39
DarkChronosi was wondering if anyone can help me setup a raylink wireless card .... having alot of problems atm?07:39
inamdoes anyone know how i can restart my mouse driver... i think it has hanged...07:39
lastnodeekiga win32 is kind of flaky07:39
lastnodeinam, restart x?07:39
jama-stupid wireless07:39
eyequeueharrisK, smtp is unliekly to be directed straight to your box, nor would it be on 22 rather than 2507:39
inamlastnode, how do i do that ?07:40
lastnodeDarkChronos, what sorta problems?07:40
DarkChronosyea def07:40
=== iceman24k [n=iceman@wsu33-188.rurallink.net] has left #ubuntu []
Dr_Willisknixtech,  open the theme manager and drag/drop it to it.. or try the theme:// in the file manager - i tend to use that 'gnome-art' program to download/install new theme parts07:40
jama-http://paste.ubuntu-nl.org/2359107:40
lastnodeinam, ctrl + alt + backspace07:40
harrisKone thing I was wondering was.. how did he find me? was it just some random ip lookup procedure? I have a webserver on my machine, could it have been obtained from there?07:40
jama-can anyone tell me the prob by going to http://paste.ubuntu-nl.org/23591?07:40
inamlastnode, ok, let me try that07:40
knixtechty07:40
eyequeueharrisK, some of these things become transparent with a tiny bit of thought ;-)07:40
=== Shoiab [n=Shoiab@202.69.57.21] has joined #ubuntu
amicrawle<JDSBlueDevl> i'm downloading the nvidia driver from my  text broswer07:40
=== micahcowan [n=micah@adsl-69-236-99-89.dsl.pltn13.pacbell.net] has left #ubuntu ["Leaving"]
=== luX` [n=lux@host-84-222-137-234.cust-adsl.tiscali.it] has joined #ubuntu
JDSBlueDevlok07:40
eyequeueharrisK, could be, sure, but most likely random or a portscan of entire ip blocks07:41
JDSBlueDevlcan you give me the webpage?07:41
harrisKI see07:41
amicrawleyes07:41
amicrawlewww.nvidia.com07:41
harrisKso they look for people with port 22 open then usually run the brute force07:41
=== inam [n=viola@59.144.45.233] has joined #ubuntu
amicrawletype lynx07:41
=== inglor [n=orit@80.178.135.144.adsl.012.net.il] has joined #ubuntu
amicrawlethen type  G07:41
inglorhey07:41
amicrawlewill open the ur;07:41
theBenoWhat program should I use to create virtual machine images?07:41
=== epiloc [n=blake@ip68-105-230-129.lu.dl.cox.net] has joined #ubuntu
JDSBlueDevlok07:42
amicrawlethen tyoe  nvidia.com07:42
DarkChronoswell i entered into my config.opts module "ray_cs" opts "net_type=1 essid=xxxx" and my card started to look for a connection07:42
=== jama- is now known as jason-
=== jason- is now known as jama-
jama-arg07:42
inamlastnode, i restarted x, and i logged in again... but my mouse pointer still doesnt move... i have a laptop iwth a touchpad... i was wacthing a video in full screen mode... i think everytime i do that, the mouse pointer hangs07:42
eyequeueharrisK, depends what exploits they have on hand to try, what port they look for.  137 was popular to attack, turns out that an ms protocol so not a linux vuln, but you;d see it in logs, heheheh07:42
DarkChronosbut unfortunately it was stuck in ad-hoc mode when net_type=1 is suppose to be infrastructure07:42
=== zenwifi__ [n=zenwhen@74.131.98.27] has joined #ubuntu
JDSBlueDevlok, I'm at the website07:43
DarkChronosand when i eventually was able to put the card into infrastructure ..... it could not connect to the access point07:43
eyequeueharrisK, anyone that still has ssh protocol 1 enabled, even if not primary, is vulnerable, and there are many nox boxen out there that haven't changed their configs in forever, that still have that07:43
lastnodeinam, usb mouse?07:43
=== NthDegree [n=NthDegre@212-1-148-161.dynamic.dsl.as9105.com] has joined #ubuntu
DarkChronosany suggestions ??07:44
amicrawlego find the text download07:44
eyequeueharrisK, /etc/ssh/sshd_config:Protocol 207:44
amicrawlego find the text download  driver07:44
inamlastnode, i dont have a usb mouse... i only have the touchpad... is there any way i can restart my mouse driver.... if i restart my computer, this problem usually goes away07:44
eyequeueharrisK, Protocol 2,1  if it said that instead, you'd be vulnerable07:44
amicrawleLinux, FreeBSD, and Solaris Drivers07:45
=== lotek [n=pcfreak@24-159-106-185.dhcp.gwnt.ga.charter.com] has joined #ubuntu
lastnodeinam, sorry no clue07:45
amicrawlethen that link07:45
JDSBlueDevlok, where is it downloading?07:45
JDSBlueDevlI went through it07:45
inamlastnode, thanks so much anyways :)07:45
eyequeueharrisK, debian used to default to that :(07:45
JDSBlueDevlI got to the download link07:45
JDSBlueDevlbut where is it downloading?07:45
inglorI need help installing mplayer07:45
=== ep [n=mdr@ip68-228-173-218.ok.ok.cox.net] has joined #ubuntu
inglordoes anyone feel like walking me through>07:45
inglor*?07:45
epilocapt-get install mplayer?07:46
=== pschulz01 [n=furryEar@150.101.97.211] has joined #ubuntu
JDSBlueDevlok, found it07:46
inglorcan't find the package07:46
inglorneither can synaptics for some reason07:47
harrisKhow can I close port 22 and use a different port for ssh? Is there a howto in the ubuntu forums?07:47
epilocupdate your repo list07:47
JDSBlueDevlrunnign the installation now07:47
inglorthe default add/remove find a package but can't install it07:47
JDSBlueDevloh boy, more hassles07:47
inglorso I'm just downloading it off the site meaning I have to compile and config it07:47
JDSBlueDevllegacy linux graphics drivers07:47
eyequeueharrisK, no need07:47
inglorI'm wondering if anyone here can help me with that07:47
eyequeueharrisK, # What ports, IPs and protocols we listen for07:47
JDSBlueDevlRIVA TNT2 Model 654/Model 65 Pro GPU07:48
eyequeueharrisK, edit your sshd_config, then /etc/init.d/ssh restart07:48
amicrawlewhat card do you have07:48
=== Dr_Willis [n=willis@74.132.83.197] has left #ubuntu ["Leaving"]
JDSBlueDevlI guess that07:48
epilocok, well I got my .com working on my LAN, but still not propogating to the outside world07:48
inglorso someone willing to help please PM me07:48
eyequeueharrisK, it's also where you enable keys and disable passwords07:48
JDSBlueDevlwell, it seems like it's going to install anyways07:48
JDSBlueDevlis it a good idea, or should I abort?07:48
amicrawlehumm07:48
amicrawleok07:49
harrisKgreat, I really appreciate all the help eyequeue07:49
=== JoseStefan [i=Stealth@171sdl30m49.codetel.net.do] has joined #ubuntu
JDSBlueDevlnvm, it decided to quit07:49
eyequeueharrisK, also, if you leave pam in that file, edit /etc/pam.d/ssh too07:49
epilocits been 4 days since i changed the A records to point to my static IP, but its still not coming through...  router is configured perfectly... any ideas?07:49
=== w30 [n=kolklay@74.139.0.24] has left #ubuntu ["Leaving"]
amicrawleok07:49
harrisKwhat is pam again?07:50
=== Goshawk [n=vincenzo@d83-176-96-114.cust.tele2.it] has joined #ubuntu
eyequeueharrisK, sure thing, anything to make people more secure :-)07:50
amicrawlei'm off to bed07:50
eyequeuepluggable authentication modules07:50
JDSBlueDevlok, thx anyways07:50
inglorpfft07:50
=== cablesm102 [n=chatzill@65-78-17-184.c3-0.nwt-ubr2.sbo-nwt.ma.cable.rcn.com] has joined #ubuntu
inglorall I find is kmplayer07:51
inglorand not mplayer07:51
=== indref [n=indref@CPE0013100daf4d-CM00080d3b8e83.cpe.net.cable.rogers.com] has joined #ubuntu
cablesm102I know that Amarok has come out with version 1.4, which supports AAC, but can't find it in the repositories07:51
=== nu [n=nu@c-69-138-173-241.hsd1.md.comcast.net] has joined #ubuntu
nud07:52
nuhello?07:52
indrefOk! I have a FAQ! ^^07:52
eyequeue!info amarok edgy07:52
ubotuamarok: versatile and easy to use audio player for KDE. In component main, is optional. Version 2:1.4.3-0ubuntu4 (edgy), package size 14336 kB, installed size 31192 kB07:52
nuhey07:52
eyequeue!info amarok07:52
indrefAnyone want to help a noob? :D07:52
ubotuamarok: versatile and easy to use audio player for KDE. In component main, is optional. Version 2:1.3.9-0ubuntu4 (dapper), package size 7630 kB, installed size 18672 kB07:52
=== Homer [n=identd@wikipedia/Masterhomer] has joined #ubuntu
inglor!mplayer07:52
ubotumplayer is a media player. Enable multiverse repo and type sudo apt-get install mplayer for more info please see: https://help.ubuntu.com/community/MPlayer  To compile it from source see:  https://help.ubuntu.com/community/MPlayer/Compile07:52
ubotuFor Codecs try !codecs Also see https://help.ubuntu.com/community/MplayerInstallHowto for installation tips.07:52
nui still need help with dual monitors07:52
eyequeuecablesm102, it will be there late october07:52
=== gili [n=gil@wiley-460-264761.roadrunner.nf.net] has joined #ubuntu
Hor|zonit's in the kubuntu repos already isn't it?07:53
eyequeueHor|zon, no07:53
eyequeueHor|zon, ther are no separate kubuntu repos07:53
cablesm102I'm using Ubuntu07:53
Hor|zonI got the repo off of the kubuntu website and used apt-get to get 1.407:53
cablesm102same repos, i believe07:53
cablesm102can only see 1.307:53
giliis ther a way to get the skytone USB phone to work with skype07:53
=== Milktea [n=evera@pool-71-106-243-61.lsanca.dsl-w.verizon.net] has joined #ubuntu
eyequeuecablesm102, that is correct07:53
cablesm102so any ideas?07:53
=== x_or [n=cdawson@host-16-179.dhcp.pdx.edu] has joined #ubuntu
=== Hybernate [n=hybernat@h188n2fls31o1017.telia.com] has joined #ubuntu
Hor|zoncablesm102, http://kubuntu.org/announcements/amarok-1.4.3.php07:54
cablesm102I have craploads of m4a's I just made with QTFairUse :)07:54
cablesm102thanks07:54
nuthere is a way to activate the second monitor, by adding a few lines to the xorg.conf file07:54
x_orDoes anyone know how to enter special characters, like you would find in Portuguese, into an app like Mozilla?07:54
nusomeone told me once.....but i don't remember07:54
eyequeuecablesm102, you might try an apt-get -b source amarok, with edgy deb-src lines NOT deb lines07:54
eyequeuecablesm102, i can walk you through the handful of commands, if you are into that07:54
cablesm102thanks07:55
cablesm102that would be great07:55
jama-can anyone help me?07:55
cablesm102should I remove amarok first?07:55
=== TheCobra [n=kurt@d54C593CC.access.telenet.be] has joined #ubuntu
eyequeuecablesm102, you know how to edit sources.list?07:55
cablesm102yep07:55
eyequeuecablesm102, no need07:55
TheCobrahi there07:55
cablesm102want to IM?07:55
epilochey Hor|zon, got the apache server working on my lan :)07:55
gilii was given this USB web phone....ubuntu picks it up as a proper audio device but i want to interface it with skype07:55
TheCobracan somebody helps me out here with my brother printer, can't get it working07:55
Hor|zonepiloc? ah can'tapache-somethign or other07:55
gilithe program it comes with wont load up with wine?07:55
eyequeuecablesm102, okay, put in a deb-src (again, NOT deb) line for edgy main07:56
epilocHor|zon, yes07:56
gilidoes anyone know how to solve this07:56
gili?07:56
giliplease?07:56
eyequeuecablesm102, then sudo apt-get update07:56
=== Zarathu [n=zarathu@c-67-162-248-67.hsd1.tx.comcast.net] has joined #ubuntu
cablesm102wait07:56
=== pradeep [n=pradeep@59.92.33.20] has joined #ubuntu
cablesm102can you tell me the line to put in?07:56
eyequeuecablesm102, then sudo apt-get install build-essential07:56
cablesm102eyequeue, can you tell me the line?07:56
epilocHor|zon, but still cant get to the site from outside my lan : /07:56
harrisKeyequeue, after restarting ssh I got a few (could not load host key) but it says OK at the bottom, did that go ok?07:56
cablesm102(for sources.list07:56
=== wlx [n=wlx@210.77.68.214] has joined #ubuntu
wlx#join ubuntu-cn07:57
eyequeuecablesm102, deb-src http://us.archive.ubuntu.com/ubuntu edgy main07:57
Hor|zonhmmm07:57
=== spasmodo [n=reid@pool-71-245-101-129.ptldor.fios.verizon.net] has joined #ubuntu
eyequeueharrisK, i believe so07:57
cablesm102eyequeue, thanks07:57
eyequeuecablesm102, then sudo apt-get update    to have that take effect07:57
cablesm102okay07:57
cablesm102can i use aptitude?07:57
=== VR_ [i=vr@31-51.73-24.tampabay.res.rr.com] has joined #ubuntu
eyequeuecablesm102, i suggest not07:58
cablesm102k07:58
eyequeuecablesm102, then sudo apt-get install build-essential07:58
cablesm102k07:58
=== ChaKy [n=chaky@lns01-0150.dsl.iskon.hr] has joined #ubuntu
VR_how do i delete a "thumbs.db" file in all subdirectories through the terminal?07:58
eyequeuecablesm102, then sudo apt-get build-dep amarok07:58
harrisKnmap still reveals port 22 open and I can still login with ssh on port 22 :/ I changed the port in sshd_config then restarted ssh in /etc/init.d but maybe something small is in the way07:59
eyequeuecablesm102, now you are set up to do the real building07:59
cablesm102eyequeue, I'm still on the installing packages step07:59
=== TornadoOfSouls [n=rolf@a80-100-209-52.adsl.xs4all.nl] has joined #ubuntu
giliso can anyone help me with this problem....the USB web phone?07:59
eyequeuecablesm102, mkdir ~/amarok-build && cd ~/amarok-build08:00
eyequeuecablesm102, okay08:00
=== rowanjl [n=rowan@d220-238-210-53.dsl.vic.optusnet.com.au] has joined #ubuntu
cablesm102eyequeue, if I install amarok this way, will I be able to update it?08:00
eyequeuesure08:01
cablesm102sudo apt-get build-dep amarok says libtunepimp3-dev cannot be found08:01
=== spasmodo [n=reid@pool-71-245-101-129.ptldor.fios.verizon.net] has left #ubuntu []
Hor|zonepiloc, you still there?08:01
eyequeuecablesm102, okay, we tried, that may be edgy only08:01
cablesm102okay08:01
cablesm102thanks anyway08:01
epilocyep08:02
eyequeue!info libtunepimp3-dev edgy08:02
ubotulibtunepimp3-dev: MusicBrainz tagging library -- development files. In component main, is optional. Version 0.4.2-3ubuntu3 (edgy), package size 306 kB, installed size 1372 kB08:02
eyequeue!info libtunepimp3-dev dapper08:02
ubotuPackage libtunepimp3-dev does not exist in dapper08:02
harrisKsudo /etc/init.d/ssh restart08:02
epilocIm at a complete loss for words here ...08:02
cablesm102will 1.4 come out for Dapper at all?08:02
harrisKthat should do it right?08:02
eyequeuecablesm102, no08:02
Hor|zontry putting http://paste.ubuntu-nl.org/23596 in your apache2.conf08:02
rowanjlahk, has anyone here had to get an LCD screen with a blown globe repaired?08:02
cablesm102how come?08:02
Hor|zonnear the bottum wit the similar looking stuff08:02
Hor|zonjust fill in your info08:02
Hor|zonbottom*08:02
eyequeuecablesm102, it froze back in, fmm, march?  feb?08:02
=== ep [n=mdr@ip68-228-173-218.ok.ok.cox.net] has joined #ubuntu
cablesm102got it08:03
cablesm102i guess i'll wait for edgy :)08:03
eyequeuecablesm102, edgy just had the feature freeze and it comes out late oct08:03
=== CheekyBoinc [n=fox@p5092119B.dip0.t-ipconnect.de] has joined #ubuntu
Hor|zonit's from the apache2.conf sehkl or whatever his name was posted earlier08:03
harrisKeyequeue, sorry, i got it to work, forgot the sudo last time :D08:03
=== CheekyBoinc [n=fox@p5092119B.dip0.t-ipconnect.de] has left #ubuntu ["Die]
cablesm102Will amarok 1.4 be in the repos?08:03
eyequeueharrisK, heh, happens :)08:03
eyequeuecablesm102, yes, it is already in edgy08:03
eyequeue!info amarok edgy08:04
ubotuamarok: versatile and easy to use audio player for KDE. In component main, is optional. Version 2:1.4.3-0ubuntu4 (edgy), package size 14336 kB, installed size 31192 kB08:04
=== crocd [n=crocd@lanwan.plus.com] has joined #ubuntu
indrefDoes anyone know what's up with the backports?08:04
cablesm102ok, thanks for your help.08:04
eyequeuecablesm102, sorry it didn't work08:04
Hor|zonthere s already a repo for it for kubuntu...I gave you the link08:04
indrefAnd.. does anyone know why I even need them :/08:04
indrefI'm just kinda blundering through the to do list i found and I'm a little lost.08:05
Hor|zonI think you need them if you want up to date stuff instead of boring stock versions08:05
Hor|zonI just enable everything...never actually thought about it08:05
=== aceracer24 [n=aceracer@c-67-182-226-119.hsd1.ut.comcast.net] has joined #ubuntu
indrefWell, I'm getting an error from the backports, they don't work.08:06
indrefAnd I want to know how much of a problem that is going to be.08:06
=== Homer [n=identd@wikipedia/Masterhomer] has joined #ubuntu
indrefIf any/.08:06
Hor|zonlol08:06
Hor|zonwhat error?08:06
indrefCould not download all repository indexes08:07
indrefThe repository might be no longer available or could not be contacted because of network problems. If available an older version of the failed index will be used. Otherwise the repository will be ignored. Check your network connection and the correct writing of the repository address in the preferences.08:07
indrefEtc etc etc08:07
Hor|zonworks for me...what url is it trying to use?08:07
=== kvarchil [n=kvarchil@87.110.200.80] has joined #ubuntu
indrefhttp://archive.ubuntu.com/ubuntu/dists/dapper-backports/restricted/binary-i386/Packages.bz2: Sub-process bzip2 returned an error code (2)08:08
indrefYay for gibberish :D08:08
=== phaero [n=phaero@h73n2fls31o891.telia.com] has joined #ubuntu
JoseStefanindref, you don't "need" backports. Backports are edgy packages backported for dapper08:09
=== xe|| [n=xell@wikipedia/xell] has joined #ubuntu
indref'Edgy'?08:09
indrefWould they steal my wallet and stab me in a dark alley?08:09
eyequeue!edgy08:10
ubotuedgy is the current development version of Ubuntu. Version 6.10, codename "Edgy Eft". For support head to #ubuntu+1. For its release schedule, see !schedule08:10
indrefAhh. Hoary, Breezy, Dapper, Edgy is next!08:10
epilocHor|zon, still works on LAN, but now has errors when i restart apache08:10
Hor|zonwhat errors?08:10
eyequeuedon't forget poor warty warthog08:11
indrefSooo, I should really just wait for Edgy to come out, right?08:11
Hor|zonit comes out late october earliest08:11
Hor|zonso not really08:11
eyequeueunless you like daily breakage08:12
Hor|zondaily breakage is fun...you get to bitch on the forums08:12
eyequeuesee /list #ubuntu+108:12
indrefI just want to keep my system working.08:12
eyequeueHor|zon, you presume he can get it fixed on his own08:12
Hor|zonstick with dapper then08:12
Hor|zonlol heh08:12
indrefI'm happy to stick to security updates.08:12
eyequeueindref, definnitely wait then08:12
Hor|zonit's fun learning how to fix things08:12
=== indref will wait.
epiloc[Sat Sep 16 01:11:12 2006]  [error]  (EAI 2)Name or service not known: Cannot resolve host name <*.*.*.*> --- ignoring!08:12
epilocWarning: DocumentRoot [</var/www>]  does not exist08:12
epilocapache2: Could not determine the server's fully qualified domain name, using 127.0.1.1 for ServerName08:12
indrefOne last problem: a tiny one.08:13
Hor|zonit helps your debugging skills08:13
indrefI accidentally doubled up on my repositories..08:13
Hor|zonlol remove the <>08:13
indrefNow I have two or three duplicates, and I get errors. With Synaptic. Any suggestions?08:13
Hor|zonthey were just telling you where to put stuff08:13
Hor|zon>.>08:13
=== FortMax [n=aperez@pool-71-250-132-134.nwrknj.east.verizon.net] has joined #Ubuntu
JoseStefan!source-o-matic08:14
ubotusource-o-matic is a webpage where you can (re)generate your sources.list - http://www.ubuntu-nl.org/source-o-matic08:14
indrefOooh, shiney.08:14
eyequeueindref, sudo nano /etc/apt/sources.list, fix the file, then sudo apt-get update08:14
=== bkanneg [n=bkanneg@69.27.128.120] has joined #ubuntu
indref"fix the file"08:14
indrefThat's the part I'm stuck on.08:14
eyequeueindref, you added extras, just remove them08:14
=== bkanneg [n=bkanneg@69.27.128.120] has left #ubuntu ["Konversation]
JoseStefanor get a new file from the source-o-matic and copy it over08:15
indrefHmm, give me a moment.08:15
epilocHor|zon, you actually have to keep some of the <>, but i know what you mean :)08:15
=== indref will be right back.
eyequeueindref, isn't that simple enough?08:15
harrisKdoes anyone know if irssi by default logs chats? there was some very helpful info here that I wanted to save08:15
indrefeyequeue, yeah, actually :D08:15
=== indref will be right back, really.
=== hastesaver_ [n=username@unaffiliated/hastesaver] has joined #ubuntu
=== wd3 [n=wd@adsl-75-22-79-140.dsl.irvnca.sbcglobal.net] has joined #ubuntu
=== NakedRNA [n=chirinos@CPE175-148-18.sterling.essex1.com] has joined #ubuntu
epilocHor|zon, now im down to blake@zserver:/etc/apache2$ sudo apache2ctl restart08:16
epilocapache2: Could not determine the server's fully qualified domain name, using 127.0.1.1 for ServerName08:16
Hor|zon127.0.1.1?08:16
epilocits defaulting to local host i guess...08:17
epilocnot sure why08:17
=== calavera [n=calavera@195.Red-80-26-32.staticIP.rima-tde.net] has joined #ubuntu
Hor|zonwtf is that?localhost is 127.0.0.108:17
eyequeueharrisK, if not, you can do this command, then paste it all into somewhere? :)08:17
Hor|zonnot 1.108:17
Hor|zon>.>08:17
=== fardan [n=fardan@leesburg-bsr3-68-65-170-227.chvlva.adelphia.net] has joined #ubuntu
eyequeueharrisK, /lastlog eyequeue   or some other keyword08:17
Hor|zonand yeah 127.0.0.1 is not a "fully qualified domain name" you can ignore that error08:18
wd3i ran nautilus for a sec and my xfce desktop disappeared, @term i typed xfdesktop and xfce came back but my right click menu is gone. help.08:18
=== jama- [n=jas0n@c211-28-40-196.sunsh1.vic.optusnet.com.au] has left #ubuntu []
Hor|zonit'll still work08:18
harrisKawesome, thanks :P08:18
=== fyrestrtr [n=burhan@pdpc/supporter/student/fyrestrtr] has joined #ubuntu
=== weakwire [n=weakwire@88.218.3.176] has joined #ubuntu
epiloclet me see then...08:19
eyequeueharrisK, /help log, ot something, i think you can turn on a temp logfile, then /lastlog, then turn it off08:19
weakwirehi i followd the guide here http://www.ubuntuforums.org/showthread.php?t=89491 but vmware server keep loading in the boot process08:19
epiloc nope08:19
eyequeueharrisK, i'm not in irssi at the moment, sorry, this is from memory08:19
epilocHor|zon, check your pm08:19
=== BoggsBeer is now known as Deaigo
=== Drenhead [n=Drenhead@69.27.128.120] has joined #ubuntu
harrisKthats fine, at least it got it all together where I can just copy if needed. I appreciate all the help08:19
Hor|zonpm?08:20
=== cabin [n=cabin@S0106000b6a64c84c.wk.shawcable.net] has joined #ubuntu
epilocprivate message?08:20
=== Drenhead [n=Drenhead@69.27.128.120] has joined #ubuntu
Hor|zonI don't have one08:20
Hor|zon>_<08:20
Hor|zonnever got one08:20
=== eltopo [n=eltopo@d213-101-227-170.cust.tele2.de] has joined #ubuntu
=== kryptoz_ [n=kryptoz@dialpool-210-214-120-27.maa.sify.net] has joined #ubuntu
eyequeueharrisK, np08:21
Hor|zonfrom you08:21
weakwireshould i edit K??vmware to k??vmware in all /etc/rc?.d dirs?08:21
=== pbrunier [n=pbrunier@gnu/webmaster/pbrunier] has joined #ubuntu
epilocpm me08:21
kryptoz_Hi all08:21
eyequeueweakwire, why? no08:21
epilocstrange ...08:21
kryptoz_can anyone help me with the pptp vpn conection from ubuntu08:21
kryptoz_please08:21
weakwireeyequeue,  i edited K??vmware in /etc/rc0.d and in /etc/rc6/d into k??vmware08:22
weakwirebut it keeps loading in the boot proccess08:22
kryptoz_pptp .... ? anyone ..... ?08:22
eyequeueweakwire, don't change the filenames, change them back and sudo chmod -x them08:23
epilocHor|zon, are you still not getting them?08:23
=== harrisK [n=erick@67-23-32-16.snbrca.adelphia.net] has left #ubuntu []
=== fildo [n=fildo@c220-239-236-78.livrp1.nsw.optusnet.com.au] has joined #ubuntu
Hor|zonyup, still nothing08:23
epilocwhat the hell is the command to whisper someone?08:23
epilocthis is retarded08:23
Hor|zon /msg08:23
Hor|zon /msg Hor|zon ??08:23
hastesaver_epiloc, what are you trying?08:24
=== manopulus [n=manopulu@cable-10-68.cgates.lt] has joined #ubuntu
=== fardan [n=fardan@leesburg-bsr3-68-65-170-227.chvlva.adelphia.net] has left #ubuntu []
Hor|zonpm me08:24
weakwirehmmm right point of view but i told you i followed the how-to .should i change into in rc0.d and rc6.d only?08:24
epilocjust did08:24
Hor|zondidn't get anything08:24
Hor|zon=_=08:24
weakwire*into non executable08:24
Hor|zonepiloc, you got my message right?08:25
=== ep [n=mdr@ip68-228-173-218.ok.ok.cox.net] has joined #ubuntu
epilocomg i hate xchat08:25
ClayGanyone know of an email client that functions similar to thunderbird but for the cLI something i can just apt and roll?08:25
epilocwhy the hell cant i /msg anyone08:25
=== jesu1 [n=jesus@200.8.48.162] has joined #ubuntu
Hor|zonlol xchat is alright as long as you stay away from gnome-xchat08:25
jesu1hello08:25
jesu1i have a problem when i try to open firefox08:26
jesu1Error de lectura XML: entidad no definida08:26
jesu1Ubicacin: chrome://browser/content/browser.xul08:26
jesu1Nmero de lnea 1140, columna 9:        <toolbarbutton id="go-button"08:26
jesu1--------^    <menuitem id="menu_HelpPopup_reportPhishingtoolmenu"08:26
jesu1----^08:26
kryptoz_ClayG: pine08:26
ClayGor a tabbed webbrowser for the cli08:26
epilocHor|zon browse to my ip and see if my website pops08:26
eyequeueHor|zon, the only thing in edgy :(08:26
ClayGpine can just be apt'ed and ran withoutn setting up a MTA?08:26
kryptoz_exim408:26
=== reggaemanu [n=manu@ARennes-257-1-175-189.w86-214.abo.wanadoo.fr] has joined #ubuntu
ClayGthoe both are stand alones?08:26
eyequeueClayG, just use mutt, pine is very non-free, and mutt is better anyway08:26
ClayGmutt needs a MTA i think08:27
eyequeueClayG, no08:27
=== BigMac__ [i=user@resnet-130-184-88-129.uark.edu] has joined #ubuntu
ClayGso i can just install, plug in my account info and roll?08:27
=== RMorris84 [n=bob@c-66-177-73-110.hsd1.fl.comcast.net] has joined #ubuntu
eyequeueClayG, sure, config it as you like08:27
Hor|zonepiloc, nothing08:27
jesu1please help me08:27
Hor|zonjust "connecting"08:27
Hor|zonforever08:28
epilocbah, why must this be so difficult08:28
=== danielnuyu [i=donmesw@adsl-69-234-120-219.dsl.irvnca.pacbell.net] has joined #ubuntu
ClayGaight lemme give it a shot08:28
=== rm_you [n=Adam@131.194.234.45] has joined #ubuntu
ClayGanything better than centericq for command line IM'ing?08:28
eyequeueClayG, btw, you will never find pine in the repos, heh08:28
=== tidus [n=tidus@unaffiliated/tidus] has joined #ubuntu
eyequeue!info pine08:28
=== rickjames [i=space_mo@S0106000fea4221f9.tb.shawcable.net] has joined #ubuntu
ubotuPackage pine does not exist in any distro I know08:28
ClayGand what about a tabbed browser for the command line?08:28
ClayGiq?08:28
Hor|zonmaybe try the domain name?08:28
Hor|zon=_=08:28
eyequeue<ubotu> Package pine does not exist in any distro I know08:28
ClayGyes, i saw that08:28
Hor|zonlol why can't you pm?08:28
=== holycow [n=bite@S01060016b6b53675.vf.shawcable.net] has joined #ubuntu
Hor|zonannoying...08:28
eyequeueClayG, no such beast, run lynx under screen(1)08:28
ClayGouch08:29
Hastesaverepiloc, what are you trying?08:29
ClayGi was going that rought with w3m08:29
eyequeue!msg08:29
jesu1can anyone helpme please?08:29
ubotuPlease ask your questions in the channel so that other people can also benefit. Please don't PM a user in the channel without asking first.08:29
epilocapache is running, can see the website on my lan, router is forwarding port 80 to the right machine, and i changed the ip that yahoo directs to my static ip almost a week ago08:29
rm_youClayG: naim?08:29
ClayGi guess it s a good way, screen isa monster08:29
epiloctrying to host a simple web site08:29
ClayGnaim?08:29
ClayGhmmm08:29
ClayGdoes it work like gaim?08:29
epilocand it is becoming rediculous08:29
eyequeueor maim :)08:29
rm_youlol08:29
ClayGcentericq is good but it looks like it only lets one account per protocol/service08:29
ClayGi have multiple08:29
rm_youpossibly, check it out, I dont use it too much08:30
eyequeue!info naim08:30
ubotunaim: A console client for AOL Instant Messenger and IRC. In component universe, is optional. Version 0.11.8-1 (dapper), package size 187 kB, installed size 480 kB08:30
rm_youI just know it was pretty cool the one time I broke my xserver for a week ;P08:30
ClayGepiloc: you need a host?08:30
eyequeue!info amsn08:30
ubotuamsn: An MSN messenger written in tcl. In component universe, is optional. Version 0.95-1 (dapper), package size 2233 kB, installed size 7852 kB08:30
ClayGI got some space if you want08:30
Hor|zonhe's hosting it himself08:30
skoldjesu1: you have installed a broken theme or extension08:30
=== marcin_ant [n=marcin@194.114.146.122] has joined #ubuntu
rm_you!info centericq08:30
ubotucentericq: A text-mode multi-protocol instant messenger client. In component universe, is optional. Version 4.21.0-10 (dapper), package size 1200 kB, installed size 2968 kB08:30
ClayGcool, so naim is kinda like centericq but more limited08:30
eyequeueirssi rocks under screen(1)08:31
rm_youi suppose08:31
ClayGim looking for something like centericq but, lets say you had two aim names and wanted to be on both at the dsame time08:31
ClayGand eyequeue i agree08:31
rm_youeyequeue: yes, especially with the coding theme they have on their front page right now ;P08:31
ClayGim using that now08:31
epilocClayG, its nice of you to offer, but i was hoping to do it myself, I cant believe its not working :(08:31
ClayGjusdt cant remember how to close screens, i thought it was /close08:31
=== RMorris84 [n=bob@c-66-177-73-110.hsd1.fl.comcast.net] has left #ubuntu []
ClayGepiloc: if u change your mind admin@hostdestroyer.com08:31
=== gel [n=gel@87.69.41.84.cable.012.net.il] has joined #ubuntu
epilocit seems as if EVERYTHING is correct... maybe my ISP hates me08:32
=== GNAM [n=GNAM@host199-235.pool8252.interbusiness.it] has joined #ubuntu
eyequeueClayG, /help for the overall list i think :)08:32
ClayGi know /part works but what about pm's08:32
epilocClayG, thanks, will do08:32
jesu1hello i have a problem08:32
jesu1see this08:32
=== gel is now known as gell
jesu1i openend in popup08:32
jesu1when i try to open firefox08:32
ClayGhahaha eyequeue you forgot "man irssi" and "google is your freind"08:32
ClayGlol08:32
jesu1Error de lectura XML: entidad no definida08:32
jesu1Ubicacin: chrome://browser/content/browser.xul08:32
jesu1Nmero de lnea 1140, columna 9:        <toolbarbutton id="go-button"08:32
jesu1--------^    <menuitem id="menu_HelpPopup_reportPhishingtoolmenu"08:32
jesu1----^08:32
ClayGjust messing with you08:32
skoldjesu1: start firefox with -safe-mode08:32
eyequeueClayG, lol :P08:32
jesu1how?08:32
=== gell is now known as gel
GNAMwhere's KNOT 3 announce?08:33
ClayGaight lemme drop out and install mutt08:33
skoldjesu1: type firefox -safe-mode in the terminal08:33
ClayGi think i tried it before and it needed extra shit08:33
ClayGbut not sure, lesse08:33
jesu1dont works08:33
jesu1same error08:33
=== Raj-USA [n=Raj@adsl-71-146-116-232.dsl.pltn13.sbcglobal.net] has joined #ubuntu
=== wlx [n=wlx@210.77.68.214] has left #ubuntu [""]
eyequeueClayG, i did spend a day in /help learning at one point, irssi became even more impressive that day08:33
Hor|zonepiloc, paste your apache2.conf on paste.ubuntu-nl.org08:33
Hor|zoncensor the bits you want to08:33
ClayGnice, i'll give it a shot, since im in the opffice i guess now is a good time to use that laser printer!08:33
Raj-USAHiveChild, i wanted to know something. I'm currently running XGL and each time i happen to mistakenly press SHIFT-BACKSPACE ( while correcting myself ), X shuts down. Anyway to change the hotkey?08:34
eyequeueGNAM, it was a day late, but is out now08:34
ClayGHor|zon: dont forget about paste.hostdestroyer.com !08:34
Raj-USAerr not HiveChild08:34
Hor|zonlol08:34
Raj-USAi meant hi08:34
ClayGeyequeue: you sure mutt doens't5 require postfix to be configured also?08:34
=== stamina|xr7 [n=mike@c-71-230-73-165.hsd1.pa.comcast.net] has joined #ubuntu
eyequeueClayG, i'm sure there's a dir (/usr/share/ something?) that has all the help files, if you are printing08:35
ClayGIt is saying if it is not it'll be broken, i need something like thunderbird, something you install, add your account then get/send messages08:35
stamina|xr7good evening/morning all :)08:35
jesu1can anyone please helpme?08:35
ClayGyeah i thought i remembered it needed extra stuff08:35
stamina|xr7jesu1, just ask ;)08:35
ClayGhmmm thunderbird ought to come out with a cli versoin08:35
Hor|zonhmm 7:35am already...wow08:35
ClayGsomethign that can work outta the boix08:35
eyequeueClayG, somewhere in the config there is a pop3 option08:35
skoldjesu1 what version you are using08:35
ClayGyeah but sending mail, can it do that or does it require a MTA?08:35
eyequeueClayG, if you install postfix, just tell it your isp is the "smarthost" and it's all set, typically08:36
=== TooTallJones [n=wang@ppp-65-71-172-91.dialup.tpkaks.swbell.net] has joined #ubuntu
stamina|xr7hmm im guessing its possible to unload a script, correct?08:36
=== TooTallJones [n=wang@ppp-65-71-172-91.dialup.tpkaks.swbell.net] has left #ubuntu ["Leaving"]
=== GTX [n=charlie@pdpc/supporter/monthlybronze/GTX] has joined #ubuntu
=== xanda [n=xanda@dragnet203419746.dragnet.com.au] has joined #ubuntu
=== es0x [n=ov@M213P010.dipool.highway.telekom.at] has joined #ubuntu
indrefOk!08:36
eyequeueClayG, my noxen always require an mta anyway, due to cron, so i'm not sure08:36
=== RogerRabb [n=blah@203-97-119-118.cable.telstraclear.net] has joined #ubuntu
fyrestrtrClayG: sending mail requires a MTA.08:36
eyequeueboxen08:36
indrefWhoever helped me: thank you :D08:36
eyequeueindref, success?08:36
jesu1the last08:36
jesu16.1008:36
epilocClayG, Hor|zon, anyone else, http://paste.ubuntu-nl.org/2360008:36
indrefeyequeue, Unbridled.08:36
RogerRabbhow can I delete every file meeting the name index.html recursively in a directory and move them all to another folder?08:37
eyequeueindref, yippee08:37
skoldno firefox i mean08:37
indrefeyequeue, Anyway, outta here, thanks again.08:37
eyequeueRogerRabb, combination of find and mv, i'd say08:37
eyequeuenp indref08:37
=== stamina|xr7 prepares to ask a dumb question...
=== yadg [i=yadg@nat/google/x-2f4741331898f301] has joined #ubuntu
=== eyequeue [n=eyequeue@ubuntu/member/eyequeue] has left #ubuntu []
=== damnhil [n=h@c-24-19-239-199.hsd1.wa.comcast.net] has joined #ubuntu
stamina|xr7is there any way to unload a script once its run?08:37
=== yadg [i=yadg@nat/google/x-2f4741331898f301] has left #ubuntu ["Leaving"]
Raj-USACould someone point me to a FAQ then or something on how to change a hotkey in X. Currently using XGL and SHIFT-BACKSPACE kills X, i need to get rid of it, please it gets annoying while typing.08:38
damnhilcan anyone help me with my dvd playback? My gxine with libdvdread3 installed is slow and lagging08:38
JoseStefanRaj-USA, #ubuntu-xgl08:38
damnhilJoseStefan: I don't know how to fix it08:38
Raj-USAok thanks JoseStefan08:38
JoseStefandamnhil, i dont know either :(08:39
damnhilhas anyone played dvd successfully?08:39
stamina|xr7damnhil, indeed, i used the automatix installer to get all the codecs and whatnot and it works fine08:40
fyrestrtrdamnhil: sure, many times.08:40
Hor|zonepiloc, your apache2.conf looks different...hmmm08:41
fyrestrtrstamina|xr7: don't recommend automatix in here.08:41
damnhilfyrestrtr stamina|xr : I can play dvd but it's lagging, not smooth. my laptop is P4. this is weird. I have DMA enabled on the dvd drive. any ideas?08:41
epilocHor|zon, i know, Its the most recent apache install :/08:41
fyrestrtrdamnhil: all dvds?08:41
epilocdo you know what an A Record is?08:41
=== Raj-USA [n=Raj@adsl-71-146-116-232.dsl.pltn13.sbcglobal.net] has left #ubuntu []
=== quux [n=bryan@pdpc/supporter/sustaining/quuxo] has joined #ubuntu
epilochas anyone here ever bought a .com through yahoo?08:42
epilocmaybe their nameservers suck?08:43
epilocim at a total loss...08:43
damnhilfyrestrtr: I tried 2 DVDs. playing a .wmv file is not slow here08:43
quuxepiloc, I did.08:43
epilocquux, who is hosting the domain?08:43
quuxIt was cheap ($2.99 for 2 years) and I just hosted elsewhere08:44
epilocyeah, i remember that deal08:44
=== zerodni [n=zerodni@c-71-203-223-183.hsd1.tn.comcast.net] has joined #ubuntu
epilocwhat ip's did you change in the control panel?08:44
=== cypher1 [n=cypher1@59.92.193.144] has joined #ubuntu
quuxHrm, I changed the nameservers to zoneedit, then hosted in a webhosting account I already had08:45
=== bob__ [n=bob@c-66-177-73-110.hsd1.fl.comcast.net] has joined #ubuntu
epilocquux, if i leave the nameservers to yns1.yahoo.com or whatever it is, and then change the A-Records (?) to my static ip at home, startup apache, am i good to go?08:46
=== zerodni [n=zerodni@c-71-203-223-183.hsd1.tn.comcast.net] has joined #ubuntu
=== jesu1 [n=jesus@200.8.48.162] has left #ubuntu []
quuxepiloc: I *think* so. Not sure, 'cause I didn't do it that way08:46
epilocright...08:47
epilocdid you change those A-records at all?08:47
quuxzoneedit is free for less than 5 domains, and it's a nice control panel util they have.08:47
=== aeon17x [n=aeon17x@58.69.79.161] has joined #ubuntu
quuxNo. I just told yahoo to change my ns to zoneedits nameservers08:47
BigMac__hey guys i am going to install Live in a min if i have trouble do you think you guys can help08:47
BigMac__?08:47
=== iXce[BNC] is now known as iXce
=== Madpilot [n=brian@ubuntu/member/madpilot] has joined #ubuntu
stamina|xr7BigMac__, im sure ;)08:48
=== bluesclues [n=ghjkhjgj@adsl-68-94-164-201.dsl.ksc2mo.swbell.net] has joined #ubuntu
=== bluesclues [n=ghjkhjgj@adsl-68-94-164-201.dsl.ksc2mo.swbell.net] has left #ubuntu []
BHSPitMonkeyhey guys08:49
BigMac__lol08:49
epilocquux, ok... so hear me out real quick-  I can type in my .com in any machine on my local network and it works, but when try it from my neighbors comp, it doesnt load the page08:49
BHSPitMonkeyI really need to know how to get this usb storage device mounted as a normal user.08:49
BigMac__ok well i am going to do it on my desktop and I am on my PC now08:49
BigMac__so if you think you can it should go smooth08:49
epilocand of course the router is forwarding port 80 to my apache box...08:50
=== es0x [n=ov@M213P010.dipool.highway.telekom.at] has left #ubuntu []
epilocso yahoo ftl?08:50
BHSPitMonkeybecause it's pretty unacceptable for a high calibur distro to require me to mount a PSP in a terminal, or run nautilus as root (oh my.)08:50
Hastesaverepiloc, and your system is configured to listen to connections from outside?08:50
quuxepiloc: and you already setup the A-records on yahoo?08:50
HastesaverBHSPitMonkey, usually, just plugging in the USB device works :-)08:51
epilocHastesaver, the ports.conf file is listening to port 80 by default, do i need to change something else?08:51
=== SiRuS [n=srs@adsl-71-141-233-8.dsl.snfc21.pacbell.net] has joined #ubuntu
epilocquux, yes- to my static ip at hom08:51
BHSPitMonkeyHastesaver, usually, but seemingly not with all devices.08:51
epilochome08:51
=== zerodni [n=zerodni@c-71-203-223-183.hsd1.tn.comcast.net] has joined #ubuntu
quuxepiloc, what OS is the neighbor running?08:52
Hor|zonepiloc, remove all that virtualhost stuff you just added to apache2.conf and create a file with this in it http://paste.ubuntu-nl.org/23601 in /etc/apache2/sites-available/ like before and create a systemlink08:52
BHSPitMonkeyHastesaver, iPod yes, PSP no... trying to mount it with a right-click in Computer gives me the pmount error. have to be super user.08:52
=== Karpor_ [n=Karpor@195.156.245.50] has joined #ubuntu
epilocquux, wingay08:52
epilocHor|zon, god not that again08:52
Hmmmmhow do i start ubuntu in in text mode? i cant find an /etc/inittab file08:52
Hor|zonit seems that it the proper way with the new apache08:52
=== Alucard [n=alex@68-186-89-187.dhcp.wlwl.wa.charter.com] has joined #ubuntu
Hor|zonlol08:52
quuxepiloc, have him do an ipconfig /flushdns, the close and reopen his browser. He may have cached an old DNS record08:53
BHSPitMonkeyI can right-click mount it in nautilus as root, too, Hastesaver, but then I have to stay as root to modify the files.08:53
Alucardleet d00ds, what's a good torrent program for linux?08:53
BHSPitMonkeyazureus08:53
BHSPitMonkeyif you don't mind java08:53
epilocHor|zon, that seems to be aimed at servers that host more than 1 domain at a time08:53
=== anmar [n=anmar@S01060014bf216fda.vc.shawcable.net] has joined #ubuntu
=== es0x [n=ov@M213P010.dipool.highway.telekom.at] has joined #ubuntu
Alucardoh good ol' java08:53
MadpilotAlucard, the one that comes with Gnome seems to work nicely08:53
epilocquux, ill be honest, im just using my neighbors wireless to test it :)08:54
Alucardtook me to an hour to get java working yesterday.08:54
anmarHello guys.08:54
anmaris this the ubuntu help channel ?08:54
AlucardI didn't know one came with gnome?08:54
HastesaverBHSPitMonkey, I think you have to set up an entry for it in /etc/fstab, and then you can mount it as normal user. I don't know the details, though :-)08:54
Madpilotanmar, it is08:54
Hor|zonwell your domain resolves to the right address08:54
DaveyJwhich is more reliable? ext3 or jfs?08:54
Hor|zonso it must be apache or your firewall08:54
quuxAnyway. I installed ubuntu, and it's workin' great on my Thinkpad T42, but for one thing. both wired and wireless (atheros AR5212abg) get ip from the same dhcp server. wired works fine, wireless can't ping anything, getting dest unreach messages.08:54
MadpilotAlucard, click on a .torrent file in Firefox, that should start the default BT client app08:55
BHSPitMonkeyHastesaver, I'm not trying to get help on doing this myself... I'm trying to make the point that this isn't acceptable for ubuntu08:55
Alucardi'll try that, thanks.08:55
anmarMadpilot: sweet. Looking for helo with an intel 945 and 1680x1050 resolution .08:55
epilocHor|zon, did you whois my .com?08:55
MadpilotBHSPitMonkey, have you filed a bug about this mounting issue, or checked to see if anyone else has? bugs.ubuntu.com08:55
Hor|zonyeah08:56
Hor|zonand a ping shows it's trying to ping the right ip08:56
Hor|zonthe ip in the apache2.conf you posted08:56
BHSPitMonkeyMadpilot, I was about to.08:56
epilocyeah08:56
Hor|zonso it's apache08:56
epilocso yahoo isnt the problem08:56
epilocits either my apache or router08:56
Hor|zondo the sites-available and system liink thing like I said08:56
Hor|zon>.>08:56
Hor|zonlol08:56
epilocjesus... is that file copy and paste?08:57
=== greg_zx [n=chatzill@radionet-3.broadband.pl] has joined #ubuntu
Hor|zonyeah08:57
epilocor do i need to find that dumbass tutorial again08:57
Hor|zoni added the details08:57
Hor|zonnoI just used the default apache2 exacmple and edited it a bit08:57
Hor|zonwith your info and remove some seemlingly useless stuff08:57
=== naranha [n=naranha@cable-184-20.iesy.net] has joined #ubuntu
epilocok, so make a file in ~/sites-available/<anything goes here> and then symlink it to /sites-enabled?08:58
epilocHor|zon, ?08:59
=== sovieticool [n=sovietic@86.104.236.115] has joined #ubuntu
Hor|zonsystem link it to a copy inside sites-enabled yes08:59
=== JoseStefan [i=Stealth@171sdl30m49.codetel.net.do] has left #ubuntu []
Hor|zonln -s /etc/apache2/sites-available/yourdomain.com /etc/apache2/sites-enabled/yourdomain.com09:00
=== harrisK [n=erick@67-23-32-16.snbrca.adelphia.net] has joined #ubuntu
sovieticooli need help i want to install dc++ from http://ubuntuforums.org/showthread.php?t=28378 but when ask me to install kernel headers.kernel headers i don't know what to install from synaptic :)09:00
stamina|xr7anyone know how to unload a script after its been run?09:00
=== xe|| [n=xell@wikipedia/xell] has left #ubuntu ["Leaving"]
harrisKdoes anyone know what port 631 is open for?09:01
harrisKwhy^09:01
harrisKI use apache and ssh but neither use that port09:01
Hor|zongoogle is your friend09:02
Hor|zon"internet pringint protocol"09:02
Hor|zonor something09:02
Hor|zonprinting*09:02
stamina|xr7port 631 is for internet printing09:02
mutkharrisK, That is for Cups daemon09:02
=== Gasten [n=martin@h80n5c1o1095.bredband.skanova.com] has joined #ubuntu
=== fistfullofroses [n=fistfull@68-170-168-41.atlaga.adelphia.net] has joined #ubuntu
stamina|xr7haha09:02
=== unfknblvbl [n=unfknblv@dsl-202-72-170-229.wa.westnet.com.au] has joined #ubuntu
mutkharrisK, /etc/services will tell you common associations..09:03
unfknblvblI can use konquerer to explore the internet fine, but when i startup firefox i cannot explore the net ?09:04
harrisKok thanks, I was also able to find something on that just now. how was it opened? I just noticed that port open today, before that I only had two ports open which I was aware of09:04
=== jme [n=jme@c-24-7-89-173.hsd1.ca.comcast.net] has joined #ubuntu
unfknblvblwhat would i ahve to change/download/install to get it working ?09:04
=== Morrowyn [n=Morrowyn@82-170-255-193.dsl.ip.12move.nl] has joined #ubuntu
=== total_meltdown [n=meltdown@cpe-24-198-168-130.maine.res.rr.com] has joined #ubuntu
stamina|xr7unfknblvbl, are you using a proxy?09:04
unfknblvblno09:05
mutkharrisK, IPP capable printers and cups daemons can announce their capabilities by broadcasts. If you have UDP port 631 open then cups will most likely detect IPP printers on the network from the announcements.09:05
unfknblvbli am using no proxy09:05
AlucardUh, my sound keeps going away, does that happen to anyone else?09:05
unfknblvbli am connected to a broadband modem09:05
sovieticooli need help i want to install dc++ from http://ubuntuforums.org/showthread.php?t=28378 but when ask me to install kernel headers.kernel headers i don't know what to install from synaptic :)09:05
unfknblvbland then connected straight to 51209:05
unfknblvbli have not changed ANY settings09:05
epilocHor|zon, ...09:05
epilocHor|zon, NameVirtualHost 68.105.230.12909:05
epiloc<VirtualHost 68.105.230.129:80>09:05
epiloc        ServerAdmin webmaster@localhost09:05
epiloc        ServerName blakepender.com09:05
epiloc        ServerAlias blakepender.com *.blakepender.com09:05
epiloc        DocumentRoot /var/www09:05
epiloc        <Directory />09:05
=== Zorlac [n=NNSCRIPT@c-24-4-61-0.hsd1.ca.comcast.net] has joined #ubuntu
epiloc                Options FollowSymLinks09:05
=== dave [n=dave@d221-84-125.commercial.cgocable.net] has joined #ubuntu
harrisKok so if I close that port I basically will not be able to print via a network printer? or am I all wrong here09:05
epiloc                AllowOverride None09:05
epiloc        </Directory>09:05
epiloc        <Directory /var/www/>09:05
=== epinephrine [i=geek@82-37-152-150.cable.ubr01.wals.blueyonder.co.uk] has joined #ubuntu
epiloc                Options Indexes FollowSymLinks MultiViews09:05
Hor|zon? lol dont paste in here09:05
epiloc                AllowOverride None09:05
epiloc                Order allow,deny09:05
Hor|zonyou crazy?09:05
epiloc                allow from all09:05
mutk!paste09:05
ubotupastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (you can always find it in the channel topic, among other useful things)09:05
epiloc                # Uncomment this directive is you want to see apache2's09:05
epiloc                # default start page (in /apache2-default) when you go to /09:06
epiloc                #RedirectMatch ^/$ /apache2-default/09:06
=== sol90 [n=eric@d206-116-181-97.bchsia.telus.net] has joined #ubuntu
DaveyJwhich is more reliable? ext3 or jfs?09:06
epiloc        </Directory>09:06
epiloc        ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/09:06
mutkWhere is OP's ?09:06
epiloc        <Directory "/usr/lib/cgi-bin">09:06
epiloc                AllowOverride None09:06
epiloc                Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch09:06
Hor|zonoi epiloc...leave the chan and rejoin09:06
ootputhow would I update mdadm if my /root partition lies on a raid array?09:06
epiloc                Order allow,deny09:06
epiloc                Allow from all09:06
AlucardDoes anyone's sound keep not working? cuz i keep having to reboot09:06
epiloc        </Directory>09:06
epiloc        ErrorLog /var/log/apache2/error.log09:06
ootputinstallation never seems to complete09:06
epiloc        # Possible values include: debug, info, notice, warn, error, crit,09:06
epiloc        # alert, emerg.09:06
epiloc        LogLevel warn09:06
epiloc        CustomLog /var/log/apache2/access.log combined09:06
HedgeMageepiloc: please don't flood09:06
epiloc        ServerSignature On09:06
ootputepiloc: please clear your buffer!!09:06
=== ArgentinoVLC [n=darkblue@81-202-68-111.user.ono.com] has joined #ubuntu
unfknblvblbig file..09:06
epiloc</VirtualHost>09:06
epilocjesus, sorry about that09:06
=== cabin [n=cabin@S0106000b6a64c84c.wk.shawcable.net] has joined #ubuntu
epilocwrong paste, it was a small error message i meant to paste .. :(09:06
HedgeMageepiloc: more than 4 lines or so should go to a pastebin09:06
=== total_meltdown [n=meltdown@cpe-24-198-168-130.maine.res.rr.com] has joined #ubuntu
ArgentinoVLC#ubuntu-es09:06
HedgeMageAhh, okay :)09:06
Hor|zonlol09:06
sovieticoola simple question how do i know which kernel heaters i good for me ?09:07
cabinhow do you make it so you dont have to put a name and password in everytime you start a new session?09:07
sovieticoolamd64 user09:07
HedgeMageIt could have been worse, you should see what my toddler's pasted when I wasn't looking ;)09:07
Hor|zonanyone know when gnome is gonna get decent copy+paste functionality?09:07
sol90what did he paste?09:07
total_meltdownsovieticool: uname -r09:07
=== blujay [n=first@adsl-68-95-130-76.dsl.rcsntx.swbell.net] has joined #ubuntu
=== cypher1 [n=cypher1@59.92.178.210] has joined #ubuntu
=== epiloc [n=blake@ip68-105-230-129.lu.dl.cox.net] has left #ubuntu ["Leaving"]
=== lupine_85 [n=lupine@nick.lupine.me.uk] has joined #ubuntu
HedgeMagesol90: the entire visible contents of three different channels into a single other channel09:07
sovieticoolthank's total_meltdown09:08
=== epiloc [n=blake@ip68-105-230-129.lu.dl.cox.net] has joined #ubuntu
sol90good god09:08
HedgeMageGlad I hadn't said anything incriminating recently!09:08
AlucardHM can anyone help with sound troubleshooting?09:08
unfknblvblso any ide3as why firefox fails to connect whereas konquerer connects fine to the net ?09:08
=== Will [n=Bill@ool-4575ac6f.dyn.optonline.net] has joined #ubuntu
harrisKHor|zon, if I close that port I will just not be able to use a network printer right?09:08
WillWhat is a gui I can use to edit /etc/fstab, so my /dev/hda1 partition is mounted as /home from now on?09:08
Hor|zonyeah basically09:08
harrisKok thanks09:09
epilocHor|zon, http://paste.ubuntu-nl.org/2360309:09
HedgeMagesorry, Alucard, I'm quite sleep deprived and therefore mildly braindead.  Don't trust any advice I give you before sleeping and/or caffeine ;)09:09
harrisKwill, i like cream or you can use gedit09:09
cabinwhat i'm trying to do is make is so I dont have to put in my name and password everytime I turn on the computer09:09
harrisKnano in terminal also09:09
epilocHor|zon, at least the error message is different, it sounds a little more mysterious too09:09
=== codecaine [n=codecain@cpe-70-125-182-20.sw.res.rr.com] has joined #ubuntu
=== anmar [n=anmar@S01060014bf216fda.vc.shawcable.net] has left #ubuntu []
Hmmmmhow do i start ubuntu in in text mode? i cant find an /etc/inittab file09:09
epilocand thats always fun09:10
cabin<Alucard> whats your problem?09:10
Hor|zonepiloc, add :80 to the end of NameVirtualHost 68.105.230.12909:10
ootputhow do I update mdadm when the (actve) root partition lies on a raid array?09:10
epilocshould i re link?09:10
Hor|zonno09:10
Hor|zonit's a systemlink09:10
Hor|zonit always reflects the file in sites-available09:10
epilocok, restarting now09:11
=== Hor|zon crosses fingers
=== eletido [n=Jon@24-197-203-144.dhcp.roch.mn.charter.com] has joined #ubuntu
epilocHor|zon, try it09:12
RogerRabbis there a way to remove the last 5 characters of a file name without knowing the file name.. just if you know the last file characters?09:12
epilocCould not determine the server's fully qualified domain name, using 127.0.1.1 for ServerName09:12
sovieticoolhuh i need a complete tutorial to install dc++09:12
sol90can anyone recommend a free, easy to use text editor for programmers?09:12
epilocbut that shouldnt matter09:12
sovieticoolcan help me someone?09:12
sol90besides gedit09:12
BigMac__vi09:12
RogerRabbsol90 well what features are you after?09:12
BigMac__lol09:12
Hor|zonit's still just not doing anything09:13
sol90RogerRabb - syntax hightlighting for ruby09:13
Hor|zonare you sure it's listening09:13
sol90or for any language09:13
epilocHor|zon, lol, how do i check?09:13
Hmmmm!inittab09:13
Hor|zontell me the contents of /etc/apache2/ports.conf09:13
ubotuSorry, I don't know anything about inittab - try searching on http://bots.ubuntulinux.nl/factoids.cgi09:13
=== TrickyPhillips [n=TrickyPh@adsl-68-124-167-3.dsl.irvnca.pacbell.net] has joined #Ubuntu
RogerRabbtried the eclipse ruby ide?09:13
epiloclistening 80 or something like that09:13
epiloclet me look09:13
=== greennick [n=nick@adsl-71-146-117-87.dsl.pltn13.sbcglobal.net] has joined #ubuntu
=== fistfullofroses [n=fistfull@68-170-168-41.atlaga.adelphia.net] has left #ubuntu []
greennickjoin #azureus-users09:14
=== fistfullofroses [n=fistfull@68-170-168-41.atlaga.adelphia.net] has joined #ubuntu
sol90i'm actually quite new to linux .. not all that familiar with installing stuff - and my synaptic manager doesn't seem to work09:14
epilocListen 8009:14
epilocthats all there is09:14
=== fistfullofroses [n=fistfull@68-170-168-41.atlaga.adelphia.net] has joined #ubuntu
Hor|zonit must be the router/firewall then09:14
=== unfknblvbl [n=unfknblv@dsl-202-72-170-229.wa.westnet.com.au] has left #ubuntu ["Konversation]
stamina|xr7RogerRabb, on the topic of editors, do you know if gedit handles java programming?09:15
=== HOUSTON_TX [n=ircap8@ppp-70-248-182-175.dsl.hstntx.swbell.net] has joined #ubuntu
sol90RogerRabb never tried eclipse ruby ide09:15
stamina|xr7RogerRabb, syntax, that is09:15
=== HOUSTON_TX [n=ircap8@ppp-70-248-182-175.dsl.hstntx.swbell.net] has left #ubuntu []
RogerRabbumm I haven't tried writing java in gedit09:15
sol90stamina - u mean syntax highlighting?09:15
=== ep [n=mdr@ip68-228-173-218.ok.ok.cox.net] has joined #ubuntu
epilocHor|zon,  its just your standard linksys router, port 80 is being forwarded to my ubuntu box... thats about all there is to it right?09:15
=== Lattyware [n=Lattywar@user-544327cf.lns5-c7.dsl.pol.co.uk] has joined #ubuntu
stamina|xr7sol90, yes09:16
epilocHor|zon, do i need to set up a dmz host?  well.. ive tried with and without already, so doesnt matter....09:16
sol90stamina .. then yeah it does09:16
sol90View > Highlight Mode > Sources09:16
RogerRabbI've always enjoyed writing java so much more when you have content-assist etc for libraries09:16
stamina|xr7sol90, automatically? or must you use a header or call the file .java?09:16
RogerRabbsince it's so library based09:16
sol90that i haven't tried09:17
stamina|xr7RogerRabb, i agree, for my programming course i must do all my programming in pico over ssh :(09:17
=== pip [n=pip@221.234.209.96] has joined #ubuntu
pipI have downloaded a song with wget to the Desktop,but I can not find it ,why ?09:17
Hor|zontry again...the weird thing is that if it wasn't set up then you would get an error message in the browser09:17
=== tbcheese [i=tbc@adsl-83-100-182-76.karoo.KCOM.COM] has joined #ubuntu
epilocright09:18
Hor|zonbut because it just says connecting it seems to me like it's a router/dns problem09:18
RogerRabbouch stamina|xr7.. your lecturer must be a sucker for pain09:18
=== Frizz0 [n=seant@host86-128-96-172.range86-128.btcentralplus.com] has joined #ubuntu
piptalking with me ?09:18
=== fbn [n=fbn@p3EE0016C.dip0.t-ipconnect.de] has joined #ubuntu
BigMac__hey can i see files that are stored in NTFS using Ubuntu?09:18
=== total_meltdown [n=meltdown@cpe-24-198-168-130.maine.res.rr.com] has left #ubuntu []
stamina|xr7RogerRabb, haha indeed. ive been getting around it by sftping the files i create over to my unix account....but ive been asked to stop09:19
stamina|xr7RogerRabb, one would think they would just block the port. dumb system admins09:19
Hor|zonthe fact that it just says connecting says to me that the connection just isn't getting to your comp09:19
fbnhi! ubuntu/edgy is code freeze, right? does that mean I can install it without having to worry about big changes that make me want to re-install later?09:19
epilocHor|zon,  this error is wierd too Could not determine the server's fully qualified domain name, using 127.0.1.1 for ServerName09:19
Hor|zonnah that's normal09:19
Hor|zonI get that09:19
Hor|zonbut it works fine09:19
xorlhmmm09:19
Hor|zonwait...09:20
Hor|zonactually...09:20
epiloc!!09:20
Hor|zon1 sec09:20
fistfullofrosesWhy would you ever really need to re-install?09:21
RogerRabbyep you can BigMac__.. ntfs reading is all easy and great :)09:21
=== rixth [n=tester@203-109-245-204.static.bliink.ihug.co.nz] has joined #ubuntu
fistfullofrosesEverything in Ubuntu is relatively easy and great... it just works.09:22
BigMac__sweet so i dont have to pull my mp3 files over to play them?09:22
RogerRabbcorrect09:22
=== lsproc [n=lsproc@cpc4-stap1-0-0-cust976.nott.cable.ntl.com] has joined #ubuntu
BigMac__amazing09:22
=== lsproc [n=lsproc@cpc4-stap1-0-0-cust976.nott.cable.ntl.com] has left #ubuntu []
BigMac__i am reinstalling windows and preparing to install ubuntu live09:22
RogerRabbI do the same thing actually BigMac__.. Got an ntfs drive with all my music, and just set that as my main music directory in amarok09:23
BigMac__grand09:23
stamina|xr7anyone have any luck with itunes under wine? or could someone suggest a comparable media player?09:23
BigMac__i am really excited09:23
BigMac__just waiting for damn winblows to install09:23
RogerRabband in windows I use a ext2/3 driver from fs-driver.org to access my linux partitions09:23
=== RMorris85 [n=bob@c-66-177-73-110.hsd1.fl.comcast.net] has joined #ubuntu
RMorris85::cricket cricket::09:25
BigMac__next time a get a PC i am building it......09:25
=== weex [n=dsterry@c-24-7-32-200.hsd1.ca.comcast.net] has joined #ubuntu
BigMac__i hate this installer partion thing09:25
pipBiGcaT, hi09:25
=== fff [n=flashnet@kbhn-vbrg-sr0-vl212-213-185-15-166.perspektivbredband.net] has joined #ubuntu
stamina|xr7BigMac__, windows or Ubuntu?09:25
=== wd3 [n=wd@adsl-75-22-79-140.dsl.irvnca.sbcglobal.net] has joined #ubuntu
=== Blaat_ [n=wessel@ip51cc39ac.adsl-surfen.hetnet.nl] has joined #ubuntu
BigMac__windows09:26
stamina|xr7BigMac__, ahh i agree...you will be pleased with ubuntu's09:26
BigMac__its part of the emachines installer09:26
epilocHor|zon, I hope you are on to something because I have jsut double checked every possbile setting and cant think of wtf is wrong09:26
pipBigMac__, can you read me ?09:26
BigMac__i have no windows disk09:26
abusadoI dont know how to dual boot im a newbie for this thing09:26
pipBigMac__, can you read me ,please ?09:26
abusadoi think e messed up my windows partition09:26
weexis there some reason why my firefox can't find the java plugin?09:26
BigMac__read you?09:27
sovieticoolwhat server i must to pun to connect to aol ? (ISP) whit pppoe09:27
sovieticool?09:27
=== fff is now known as flashnet
=== TomB| [n=ownthebo@ACD7878F.ipt.aol.com] has joined #ubuntu
abusadopft09:27
weexsovieticool: server to connect to aol, as in a chat transport?09:27
pipflashnet, hi,can you read me ?09:27
BigMac__pip what are you asking?09:27
=== timhaughton [n=timhaugh@82-69-2-150.dsl.in-addr.zen.co.uk] has joined #ubuntu
flashnetyeah pip09:28
sovieticoolweex is for connection only not for chat09:28
RogerRabbBigMac__ oh and ubuntu doesn't support mp3's by default due to a patent on the compression algorithm in mp3s.. It's very easy to get going though. There's a guide at umm https://help.ubuntu.com/cummunity/RestrictedFormats09:28
DaveyJwhich is more reliable? ext3 or jfs?09:28
BigMac__right what about a media player?09:29
=== Splintah [n=none@71.141.137.230] has joined #ubuntu
weexsovieticool: i'm just not sure why you need a server at all09:29
BigMac__it can use mp3s right?09:29
RogerRabband whoops, that's https://help.ubuntu.com/community/RestrictedFormats09:29
RogerRabbyep, you have many choices for media players in ubuntu.. My favourite is amarok. What do you use in the windows world?09:30
xorlany of you familiar with the macs "Finder" bar09:30
lupine_85xorl: are you looking for a linux equivalent?09:30
xorlany of you know where to find the Mac OS X 'finder applet' for gnome09:30
xorllupine_85: YES.09:30
xorlI cannot find anything.09:31
lupine_85I think the linux version would be Beagle09:31
lupine_85personally, I hate it's guts09:31
xorlahh09:31
lupine_85IME it's a memory hog and pretty useless to boot. Still, YMMV ;)09:31
=== Andre4s [n=andreas@hd5e252c0.gavlegardarna.gavle.to] has joined #ubuntu
Hor|zonepiloc, you didn't edit your hosts file before did you?09:32
Andre4sI have changed gfx-card and now my X server dont like me any more. Is there any console X configure tools for ubuntu?09:32
epilocanyone else want to take a stab at my apache anomaly09:32
RogerRabbI find beagle pretty slow too.. I end up using the gnome deskbar applet for most quick finding09:32
epilocHor|zon,  yes i id09:32
lupine_85I end up using slocate or find for everything ;)09:32
=== TLE [n=kenneth@217.74.211.14] has joined #ubuntu
epilocHor|zon,  i reverted to what i *thought* was its original state09:33
epilocHor|zon, post yours so we can double check?09:33
=== peace-keeper [n=markus@chello213047168211.15.14.tuwien.teleweb.at] has joined #ubuntu
BigMac__i mix it up09:33
stamina|xr7Andre4s, sudo dpkg-reconfigure xserver-xorg09:33
BigMac__some itunes some winamp09:34
xorllupine_85: don't think beagles exactly what I was looking for09:34
Hor|zonepiloc, you need to put ServerName blakepender.com in apache2.conf09:34
Hor|zonthat should do it09:34
Hastesaverxorl if you're from Mac, you might also be interested in gdesklets09:34
Hor|zonhopefully09:34
epilocHor|zon, what should my hosts file look like?09:35
Hor|zonleave your hosts file =_=09:35
xorlHastesaver: yeah, trying to find a replacement http://www.gnome-look.org/content/show.php?content=3444809:35
Hor|zonI don't think you need to touch it09:35
xorlSee if you look at that screenshot you'll see in his bar he has the Finder File Edit etc. etc.09:35
epilocHor|zon, but i already edited it09:35
Hor|zon=_= with what?09:35
xorlJust looking to replace that menu, supposed to be an applet for it09:35
Hor|zonwhat did you change?09:36
epilocHor|zon, I think its right09:36
xorlbut. I have not found it, but i've seen a billion of them in screenshots.09:36
epilocHor|zon, can you paste yours?09:36
lupine_85can't help with gnome applets, I'm afraid - am on KDE here09:36
stamina|xr7xorl, can you show me an example, i may know what you are talking about09:37
Hor|zonhttp://paste.ubuntu-nl.org/2360509:37
Hor|zonSayumi is the hostname i chose09:37
Hor|zonlike username@Sayumi at the command-line09:37
xorlstamina|xr7: http://www.gnome-look.org/content/show.php?content=3444809:37
Hor|zonbut anyways...the fully qualified domain error...all you need to do is add ServerName blakepender.com to apache2.conf I think09:38
=== TomB| [n=ownthebo@ACD7878F.ipt.aol.com] has joined #ubuntu
epilocHor|zon, ok, no errors, give it a shot09:39
user-landhello, how can i restart the ubuntu sound server ?09:40
lupine_85which one?09:40
lupine_85esd? arts?09:40
lupine_85either way, killall <process-name> is your friend :)09:41
Hor|zonguh not working09:41
user-landi don't know, lupine_85. i have no more sound since i successfully used skype.09:41
Hor|zonat least the error is gone09:41
Hastesaverxorl are you sure that user isn't running GNOME on a Mac? Are you on a Mac?09:41
epilocHor|zon, Im going to restart the router and *god forbid* ubuntu as well09:41
epilocill brb09:41
xorlHastesaver: it's Gnome09:41
xorlHastesaver: I went to the official site.09:41
xorlHe doesnt provide the themes.09:41
xorlDue to the art he uses.09:41
xorl(not redistributable)09:42
stamina|xr7xorl, yes but are you sure its linux?09:42
xorlYes.09:42
stamina|xr7ahh ok09:42
xorlcause on there site,09:42
=== Hybernate [n=hybernat@h188n2fls31o1017.telia.com] has joined #ubuntu
BigMac__ok guys...09:43
BigMac__calling all ubuntu masters09:43
BigMac__i am preparing to install09:43
BigMac__live 64bit09:44
=== ucordes [n=ucordes@dslb-088-076-082-031.pools.arcor-ip.net] has joined #ubuntu
xorlstamina|xr7: http://browse.deviantart.com/customization/screenshots/nix/09:44
=== TomB| [n=ownthebo@ACD7878F.ipt.aol.com] has joined #ubuntu
=== chameleon [n=chameleo@87.127.26.43] has joined #ubuntu
Ginksif you get a bunch of I/O errors when trying to boot the live cd and then it goes to a black CD what's up?, any suggestions?, this is an old machine09:44
=== ompaul [n=ompaul@ubuntu/member/ompaul] has joined #ubuntu
Ginks*CD = screen09:44
user-landhow do e start artsd and esd again, lupine_85 ?09:44
=== b_52Centos_ [n=mohammed@adsl196-253-42-217-196.adsl196-10.iam.net.ma] has joined #ubuntu
GinksBTW, the machine runs XP fine09:44
Ginksso I don't think it's accually the drive or anything09:44
=== EvilGuru [n=evilguru@margaret2708.plus.com] has joined #ubuntu
Ginksjust something with the distro09:45
=== newquandary [n=ubuntu@d58-106-59-37.mas2.nsw.optusnet.com.au] has joined #ubuntu
=== SpAwN [n=wls@pool-70-22-133-77.bos.east.verizon.net] has joined #ubuntu
Ginkssadly :(09:45
mutkGinks, Bad CD possibly.09:45
=== philwyett_ [n=philip@80-195-142-67.cable.ubr02.wiga.blueyonder.co.uk] has joined #ubuntu
EvilGuruI have a 50Mb boot partition and it appears to be filling up fast, do I need to manually delete old kernels?09:45
xorlhttp://www.deviantart.com/view/29307720/09:45
xorlstamina|xr7: that link sorry09:45
stamina|xr7haha its ok09:45
=== daniel_ubuntu [n=janusz60@avy66.internetdsl.tpnet.pl] has joined #ubuntu
=== mantono [n=mantono@c83-250-204-173.bredband.comhem.se] has joined #ubuntu
FlannelEvilGuru: yeah09:46
FlannelEvilGuru: well, package manager does it09:46
daniel_ubuntupomoze ktos sprawa dotyczy ustawienia polaczenia internetowego wifi09:46
Flannel!pl09:46
ubotuMozesz uzyskac pomoc w jezyku polskim na #ubuntu-pl09:46
=== glick [n=myob@69-169-117-51.lmdaca.adelphia.net] has joined #ubuntu
EvilGuruso if there is not enough space then it will automatically delete the oldest kernel09:47
glickhi09:47
stamina|xr7xorl, looks to me like he just put those dropdown menus there and used that theme and  custom icons09:47
xorlhmmm09:47
FlannelEvilGuru: no, you have to manually delete them via a package manager09:47
glickthe ubuntu packaging guide is pretty nice09:48
FlannelEvilGuru: but, it's just a few clicks, they automatically get removed from grub and everything09:48
=== Raj-USA [n=Raj@adsl-71-146-116-232.dsl.pltn13.sbcglobal.net] has joined #ubuntu
=== dartmolx [n=dartmolx@58.69.63.246] has joined #ubuntu
user-landwhere is esd ?09:48
=== Raj-USA [n=Raj@adsl-71-146-116-232.dsl.pltn13.sbcglobal.net] has left #ubuntu []
newquandaryis there any way to move the beginning of a logical partition ( ext3) into free space *before* it, or resize it "leftwards" with gparted ( I'm on the live CD considering strategies after wiping my Windows partition )  :D09:48
=== aeon17x [n=aeon17x@58.69.79.161] has joined #ubuntu
user-landnewquandary, do you have a /home partition ?09:49
=== epiloc [n=blake@ip68-105-230-129.lu.dl.cox.net] has joined #ubuntu
xorlhmmmm09:50
epilocHor|zon, try it .... *prays*09:50
stamina|xr7lol hmmm09:50
newquandaryuser-land: Well it's a bit complex - I have several partitions including a /home for one of my two Ubuntu installs on this disc09:50
Hor|zonnope09:50
Hor|zonwait...stop apache09:51
epilocstop it09:51
epilock09:51
epilocok, its stopped09:51
Hor|zonok it's still doing the same thing...09:51
=== philwyett_ is now known as philwyett
Hor|zonso it must be your router?09:52
newquandaryThe essential point is that it looks like I have to delete some partitions to make space, and that would involve at least reinstalling one system out of  two unless I can stretch the logical parts09:52
epilocthis is absolutely rediculous09:52
Hor|zonhmmm I reall ydon't get this09:52
user-landthat could make it easy to reinstall ubuntu on the former windows partition, newquandary.09:52
=== quux [n=bryan@pdpc/supporter/sustaining/quuxo] has joined #ubuntu
epiloci dunno man09:52
epiloci would plug straight into the wall, but my ip will change09:52
silverfoxanyone here have used prelink ?09:53
epilocand my gf would get kicked off warcraft lol09:53
quuxyeacch, got disconnected - if anyonme answered my query about their impressions of alien, I'd love a repeat ..09:53
=== x_O [n=spazz@c-68-59-239-97.hsd1.tn.comcast.net] has joined #ubuntu
Hor|zonI don't think I'm gonna be able to help =_= you might want to find someone more skilled with apache and purge/reinstall apache09:53
=== Tjoels [n=Tjoels@0x50a104bb.virnxx9.adsl-dhcp.tele.dk] has joined #ubuntu
Hor|zonit's already 9am here and I need to sleep =_=09:53
BigMac__ok guys09:53
x_OAnyone know how to exit out of a MAN page in the terminal?09:54
BigMac__x server didnt start09:54
newquandaryuser-land: sure - but I would have to wipe my dapper install unless I can figure out a strategy to keep it - I only have a total of 40 G on this disc09:54
user-landsleep well Hor|zon.09:54
=== Will [n=Bill@ool-4575ac6f.dyn.optonline.net] has joined #ubuntu
WillThere is no alsaconf? How do I setup sound?09:54
=== [Deathmaster] [n=Linux@ns4.g23.net] has joined #ubuntu
epilocHor|zon, I have removed.reinstalled twice09:54
pipWill, can you hear me ?09:54
Hor|zonlol thanks user-land09:54
BigMac__no screens found09:54
epilocbut maybe ill try 1.309:54
FlannelHor|zon: you might try asking in #apache, they will probably be more familiar09:54
Willpip no09:54
x_OHow do you escape out of a manual page?09:54
newquandaryuser-land: *sigh* I might have to do some serious destruction to move forward I think09:54
pipWill, Thank you09:55
epilocHor|zon, thanks for the help thought, i appreciate it09:55
Hor|zonheh epiloc, I mean when you find someone more skilled make sure it's a fresh --purge and install so none of the madeness we've already done will effect it09:55
newquandaryx_o q for quit09:55
Flanneler, wait.  epiloc, maybe you should ;)09:55
x_Othanks09:55
Hor|zonlol Flannel09:55
Flannelepiloc: what's the problem?09:55
epilocthats the question09:55
epilocwe dont know09:55
Flannelwhat are the symptoms?09:55
pipWill, I downloaded a file with wget to my Desktop ,but I can not find it unless in a terminal using command 'ls'09:55
=== Alucard [n=alex@68-186-89-187.dhcp.wlwl.wa.charter.com] has joined #ubuntu
epiloci can view my .com from within my lan, but not outside09:55
Flannelepiloc: Sooo... its a router issue?09:56
AlucardI feel dumb, i can't seem to find how to open the bit torrent on the firefox program... ideas?09:56
xorlstamina|xr7: this is gonna be impossible to find but I am sure he just made some menus.09:56
epilocFlannel, standard linsys setup, forwarding port 80 to my ubuntu box... thats it09:56
ompaulAlucard, have you saved the torrent to your desktop?09:56
Flannelepiloc: you sure its the right ip?09:56
BigMac__whats the best xserver driver for ati rad?09:57
=== Hastesaver [n=username@unaffiliated/hastesaver] has left #ubuntu ["Ex-Chat"]
Willjohn@bluebox:~$ aplay --list-devices09:57
Willaplay: device_list:222: no soundcards found...09:57
=== ucordes [n=ucordes@dslb-088-076-082-031.pools.arcor-ip.net] has joined #ubuntu
Alucardnop..09:57
AlucardO_O09:57
epilocyep, ifconfig says 192.168.1.102 .. linsys is forwardsing port 80 to 192.168.1.10209:57
ompaul!ati > BigMac__09:57
x_OHow would I create a file called, "e17.desktop" in the terminal? I tried 'sudo mknod' preceding the filename, but it said missing operand. I don't know any other commands. Clues? lol09:57
=== newquandary decides gaim is a brain-dead IRC client
BigMac__!ati09:57
ubotuTo install the Ati/NVidia drivers for your video card, see https://help.ubuntu.com/community/BinaryDriverHowto09:57
pipBigMac__, if you got the anwser please tell me ,please09:57
Alucardepiloc are you using an actiontec? or a 2wire?09:57
Flannelepiloc: misconfigured apache shouldn't give you nothing at all, warnings or whatnot about being wrong domain, etc.  not nothing though.  check the linksys router for the ip of the machine, just to make sure09:57
pip*answer09:57
=== turing [n=Turing@user-0cdvepi.cable.mindspring.com] has joined #ubuntu
epilocchecking dhcp clients table now...09:58
stamina|xr7epiloc, have you tried using a diferent port, just to check apache?09:58
ompaulAlucard, rather than doing two lines of text can you keep it to one, saves on scrolling for others,  Save it to the desktop right click on it and choose open with bittorrent09:58
stamina|xr7port 80 forwarding on my linksys router is flaky09:58
ompaulBigMac__, I had the bot send you that in a message - please message the bot if you need something repeated09:59
epilocwell, its not on the routers client table now :(  but im obviously online ... how did that happen09:59
Alucardyeah but i already had the torrent loaded, i just had to reboot because of sound issues09:59
=== clarence [n=clarence@64.146.179.133] has joined #ubuntu
x_Oanyone know?09:59
newquandaryOK I'll sign off - I could paste bin my partitions, but I think I'm just avoiding having to destroy something to get my Ubuntu into some kind of logical shape here ;-)09:59
x_Ohow to make a file in terminal?09:59
x_Owhat's missing operand mean?09:59
x_Owant to create e17.desktop .. but its telling me missing operand.09:59
Alucardi mean i'm sure i can do that with any torrent but i don't think i should have to do that.09:59
epilocFlannel, did you get that?09:59
ompaulx_0 stop repeating please09:59
newquandaryx_o touch e17.desktop09:59
Flannelepiloc: heh, that's a good question ;)  as far as I know, the problem has to be at the router/forwarding, apache won't give nothing if... randomly malconfigured about host (not that it matters, I do it with no spcial stuff)09:59
BigMac__ok now i ran command sudo /etc/init.d/gdm stop10:00
epilocFlannel, ok10:00
BigMac__then start10:00
BigMac__it faile10:00
BigMac__failed10:00
BigMac__any suggestions?>10:00
Andre4sshould I install some speciall package to get internal nvidia cards to work?  sudo dpkg-reconfigure xserver-xorg can't detect it10:00
x_Oompaul, x_O10:00
=== TLE [n=kenneth@217.74.211.14] has joined #ubuntu
epilocFlannel, what all would i change if i changed the port to say... 232 ?10:00
Flannelepiloc: so, yeah.  If that means waiting, then maybe you need to wait.  You might also consider a static IP, since... its a lot easier to port forward when you dont have to change the internal IP whenever you turn on computers in a different order10:01
ompaulBigMac__, please don't hit enter after every word or two, - put all your thoughts on one line, this makes it easier for everyone to use IRC10:01
epilocFlannel, besides the router config of course10:01
newquandaryx_O or do nano yourfilename , then save it10:01
=== Luke [n=Luke@74.132.240.177] has joined #Ubuntu
ompaulBigMac__, sudo dpkg-reconfigure xserver-xorg10:01
=== zerodni [n=zerodni@c-71-203-223-183.hsd1.tn.comcast.net] has left #ubuntu ["Leaving"]
=== sire1 [n=sirex@217.117.18.129] has joined #ubuntu
=== apokalypsa [n=scoff@icm218129-orange.orange.sk] has joined #ubuntu
stamina|xr7i ALWAYS use static ips with my linksys box, DHCP blows on v5 of the wrt54g10:01
=== cop_girl [n=blackros@83.103.191.20] has joined #ubuntu
=== jhawk [n=jhawk@c-68-59-61-186.hsd1.fl.comcast.net] has joined #ubuntu
Andre4sshould I install some speciall package to get internal nvidia cards to work?  sudo dpkg-reconfigure xserver-xorg can't detect it10:02
newquandary!nvidia10:02
=== x_O [n=spazz@c-68-59-239-97.hsd1.tn.comcast.net] has left #ubuntu []
ubotuTo install the Ati/NVidia drivers for your video card, see https://help.ubuntu.com/community/BinaryDriverHowto10:02
=== bony [n=bony@swecha/bony] has joined #ubuntu
epilocFlannel, im not sure how to get this box back on the routers client table lol10:02
apokalypsahallo , DO it have trouble with sound >> arts: Sound server fatal error: cpu overload, aborting ?10:02
BigMac__ompaul: i tried that10:02
=== emuzesto [n=einar@ti500710a080-7658.bb.online.no] has joined #ubuntu
Lukeis there a site that can generate my sources.list for sparc64?10:03
ompaulnewquandary, if you do !keyword > nick the user gets it in a pm10:03
Flannel!source-o-matic10:03
ubotusource-o-matic is a webpage where you can (re)generate your sources.list - http://www.ubuntu-nl.org/source-o-matic10:03
Flannelor, does that not have sparc?10:03
LukeFlannel: read *sparc64*10:03
abusadoDoes the Ubuntu 6.06 CD included apache and mysql??10:03
=== TooTallJones [n=wang@ppp-65-71-172-91.dialup.tpkaks.swbell.net] has joined #ubuntu
=== TooTallJones [n=wang@ppp-65-71-172-91.dialup.tpkaks.swbell.net] has left #ubuntu ["Leaving"]
ompaulBigMac__, have you choosen the right video driver - if you have not it will not work10:03
abusado!apache10:04
ubotulamp is a shortcut for Linux-Apache-Mysql-{PHP,Perl,Python}. To setup a LAMP server on Ubuntu, install the packages libapache2-mod-php5, php5-mysql, and mysql-server-5.0. You can also choose 'install a LAMP server' from the server install cd boot menu. See also https://help.ubuntu.com/community/ApacheMySQLPHP10:04
BrianGit includes free stickers.10:04
ompaul!msgthebot10:04
ubotuPlease investigate with me only in /msg or in #ubuntu-bots Abusing the channel bots will only result in angry ops10:04
FlannelLuke: if it's not there, then no. unless you can find one from google.10:04
=== ompaul <- almost angry :)
ucordesi have a little question: does reinstalling fglrx affetc the xorg and aticonf settings so i get back to standart?10:04
epilocI think ive been working on this for 9 hours now10:04
=== Blaat_ [n=wessel@ip51cc39ac.adsl-surfen.hetnet.nl] has joined #ubuntu
ompaulucordes, as long as that is all you did and you did not touch xserver-xorg it really should not matter if you install the driver 100 times10:05
stamina|xr7damnn10:05
=== rsteele [n=steve@host197-233.pool8248.interbusiness.it] has joined #ubuntu
Flannelepiloc: go away, to bed, etc.  come back to it later, you'll probably fix it in 2 minutes.10:05
=== army [n=army@86.34.253.143] has joined #ubuntu
stamina|xr7wow its 4 AM10:06
stamina|xr7didnt even realize10:06
=== army is now known as xdx
=== xdx [n=army@86.34.253.143] has left #ubuntu ["Ex-Chat"]
=== philwyett [n=philip@80-195-142-67.cable.ubr02.wiga.blueyonder.co.uk] has joined #ubuntu
abusadoThey Dont Ship UBUNTU Server :(10:06
ucordesompaul: so aticonf settings written to xorg.conf will stay?10:06
ompaulucordes, as long as you don't do something to write over the config10:07
=== Milchmann [n=david@DSL01.83.171.188.221.ip-pool.NEFkom.net] has joined #ubuntu
ucordesompaul: so what's that something? i really messed up the settings and need complete standart10:08
=== ctrlbreak [n=ctrlbrea@81.215.77.155] has joined #ubuntu
=== thekorn [n=markus@a81-14-191-180.net-htp.de] has joined #ubuntu
ucordesomapul: i would like to have a complete reinstall of my display driver with total settings reset10:08
ucordesompaul: are there any guides?10:08
ompaulucordes, what card?10:08
ucordesompaul: x70010:09
BigMac__Ok I ran command sudo /etc/init.d/gdm restart10:09
ucordesompaul: (mobility) and i can't ev10:09
ucordeschange power state10:09
ompaul!ati > ucordes10:09
BigMac__GDM failed to start. Any suggestions on where to start?10:10
ompaulucordes, read the instructions the bot sent you - print them or whatever - follow them and it will work10:10
ompaulBigMac__, type of video card?10:10
BigMac__ATI Radion x700 PCI-E10:10
ompaul!ati > BigMac__10:11
ucordesompaul: does this include a reset of the settings? but this is the 'old' driver isn'T it?10:11
=== ctrlbreak [n=ctrlbrea@81.215.77.155] has left #ubuntu ["Leaving"]
ompaulBigMac__, read the message from the bot - again print it out and then have shot at it10:11
=== kendals [n=kendals@dsl-202-173-145-247.qld.westnet.com.au] has joined #ubuntu
ompaulucordes, at the end it says how to choose the driver10:11
kendalsHow do I run a program through terminal, and then close the terminal window without closing the program?10:12
=== cheeksy [n=ambrosia@ip-89-102-2-208.karneval.cz] has joined #ubuntu
=== bag83 [n=bag@dslb-088-073-095-120.pools.arcor-ip.net] has joined #ubuntu
=== trygvebw [n=trygvebw@54.85-200-30.bkkb.no] has joined #ubuntu
ompaulkendals, use the command >> nohup  foo --options10:13
kendalsawosome, thanks ompaul! :)10:13
=== solsTiCe [n=chatzill@d213-103-103-18.cust.tele2.fr] has joined #ubuntu
BigMac__Ompaul...I am typing on my lap top installing on my desktop. I cant do that install that yet b/c i am not connected to the internet10:13
ompaulBigMac__, so print the instructions10:13
ompauland now folks I have to leave10:13
=== nlindblad [n=nlindbla@user179.217-10-120.netatonce.net] has joined #ubuntu
ucordesompaul: do i have to remove everything with fglrx from synpatic before following "Using the drivers from ati.com" ?10:14
ompaulucordes, just follow the instructions you don't have to do anything that is not in there10:14
BigMac__!network10:14
ubotuSorry, I don't know anything about network - try searching on http://bots.ubuntulinux.nl/factoids.cgi10:14
ucordesompaul: it doesn't matter that there still is the included driver installed?10:15
ucordessorry i just want to make sure my xserver won't be trashed after this10:16
=== solsTiCe [n=chatzill@d213-103-103-18.cust.tele2.fr] has joined #ubuntu
ucordesso i have to remove none of the packages?10:16
solsTiCehi. is there a wau to use my mouse wheel to change desktop in gnome ?10:17
=== timruff [n=tim@ADijon-151-1-67-55.w83-196.abo.wanadoo.fr] has joined #ubuntu
BigMac__I trying to run 64bit live and I cant seem to get GDM to run I have tried configing xserv and I cant download new drivers. Any suggestions?10:18
=== sovieticool [n=sovietic@86.104.236.115] has joined #ubuntu
sovieticoolhow do i do a complete uninstall to RP-PPPoE10:18
=== Raj-USA [n=Raj@adsl-71-146-116-232.dsl.pltn13.sbcglobal.net] has joined #ubuntu
=== Raj-USA [n=Raj@adsl-71-146-116-232.dsl.pltn13.sbcglobal.net] has left #ubuntu []
sovieticoolor how i delete a icon from aplication-->internet10:19
=== x_or [n=cdawson@host-16-179.dhcp.pdx.edu] has left #ubuntu []
=== brynk [n=gerrit@garrut.xs4all.nl] has joined #ubuntu
=== AbortD [n=abortd@ip-12-195-52-66.ncwcom.com] has joined #ubuntu
=== trygvebw [n=trygvebw@54.85-200-30.bkkb.no] has left #ubuntu ["Forlater]
=== Cremo [n=tommi@a88-112-126-42.elisa-laajakaista.fi] has joined #ubuntu
=== roxlu [n=chatzill@84-107-142-180.dsl.quicknet.nl] has joined #ubuntu
sovieticoolhow do i do a complete uninstall to RP-PPPoE10:23
sovieticoolhow do i do a complete uninstall to RP-PPPoE10:24
=== arole [n=arole@213-202-167-176.bas503.dsl.esat.net] has joined #ubuntu
sovieticoolor how i delete a icon from aplication-->internet10:24
=== BeBraw [n=juho@dsl-jklgw2-fe03df00-159.dhcp.inet.fi] has joined #ubuntu
BeBrawwhere can i find a program to write math (matrices) in human readable form on ubuntu?10:24
arolehow can i setup rdp, can anyone help10:25
=== CocaCola77 [n=notyourb@s55924cc8.adsl.wanadoo.nl] has joined #ubuntu
=== glick [n=myob@69-169-117-51.lmdaca.adelphia.net] has joined #ubuntu
glickscuse me, i did an ubuntu auto kernel update10:25
glickand for some reason it installed an SMP kernel10:26
glicki wonder why?10:26
=== xjonex [n=jone@dsl-roigw1-fe8ede00-5.dhcp.inet.fi] has joined #ubuntu
glickis that a bug or something?10:26
glickcause i dont have an SMP machine10:26
=== compengi [n=compengi@212.36.206.254] has joined #ubuntu
=== neaer [i=Teamcraz@124.63.192.48] has joined #ubuntu
glickdoes anyon eknow why ubuntu installed an SMP kernel on my single cpu machine?10:28
=== IronMask_ [n=IronM@ppp114-251.lns1.bne4.internode.on.net] has joined #ubuntu
iXceglick : because it's the default setting?10:28
glickwhy would SMP be default setting?10:29
gardengnomei've been wondering about creating my own ubuntu cd *from scratch*, eg by creating my own seeds and using germinate. from what i understand, germinate will just expand the seed files to a list which also contains all dependencies. will it also automagically download all packages or do i have to have my own local ubuntu mirror? how would i create the cd image from these packages? it seems there is a modified version of debian-cd, but i'm not sure if it's10:29
glickSMP is very inefficient on a single cpu10:29
BigMac__!gnome10:29
ubotugnome is a project that provides two things: The GNOME desktop environment, an intuitive and attractive desktop for end-users, users, and the GNOME development platform, an extensive framework for building applications that integrate into the rest of the desktop.10:29
glickand can seriously hinder performance10:29
iXcedon't know :/10:29
=== freesun [n=oem@rev-195-91-54-85.eurotel.sk] has joined #ubuntu
glickeh ill find out tomorrow10:30
glickits late10:30
glickgnite10:30
=== magical_trevsky [n=magical@80-45-41-53.static.dsl.as9105.com] has joined #ubuntu
=== frogzoo [n=frogzoo@202.155.165.25] has joined #ubuntu
freesunplease, anyone, do you know if port replicators for laptops work in default?10:31
freesunin linux ubuntu I mean of course10:32
=== habakkuk [n=habakkuk@xdsl-1787.jgora.dialog.net.pl] has joined #ubuntu
=== ernstp [n=ernstp@c83-249-225-32.bredband.comhem.se] has joined #ubuntu
=== nanomad [n=nanomad@host231-134-dynamic.9-87-r.retail.telecomitalia.it] has joined #ubuntu
=== erpo [n=erpo@ip70-191-55-13.sd.sd.cox.net] has joined #ubuntu
erpoWhat are the most popular package management tools?10:33
=== deter__ [i=deter@87.69.17.118.cable.012.net.il] has joined #ubuntu
=== darnell [n=darnell@dsl254-014-076.sea1.dsl.speakeasy.net] has joined #ubuntu
=== InoL [n=inolns@bpd31.neoplus.adsl.tpnet.pl] has joined #ubuntu
freesunerpo: I guess synaptic10:38
=== DEac- [n=deac@xdsl-213-196-197-251.netcologne.de] has joined #ubuntu
ernstperpo: in ubuntu?10:38
=== jorik [n=olmo@kotnet-148.kulnet.kuleuven.be] has joined #ubuntu
erpoYeah. Just frontends for apt.10:38
abusadoGosh whats the problem with this.. when i ping the server it says Destination Host Unreachable but when i booted it on windows its ok10:38
abusadoGosh whats the problem with this.. when i ping the server it says Destination Host Unreachable but when i booted it on windows its ok10:38
=== J4t [n=njonatan@c213-100-27-45.swipnet.se] has joined #ubuntu
InoLHi10:38
erpoWell, you've ruled out hardware as the problem. Could be any manner of linux networking configuration problem.10:39
freesunerpo: oh you mean... now I know... so I guess aptitude and dselect (which I don't like too much)10:39
InoLwhat i must write on keyboard to start install Ubuntu ?10:39
darnelli cant get any sound to work10:39
darnellcan someone help me?10:39
nanomadare you in the audio group?10:39
=== kendals [n=kendals@dsl-202-173-145-247.qld.westnet.com.au] has left #ubuntu []
darnellhrm?10:39
ernstpno ubuntu-amd64 channel?10:39
gardengnometopic10:40
darnelli've never had to be in an audio group10:40
gardengnomeoops, sorry.10:40
darnellthis is a fresh install10:40
darnellnot even the startup music plays10:40
=== marcin_ant [n=marcin@194.114.146.122] has joined #ubuntu
marcin_ant!games10:40
ubotuInformation about games on Ubuntu can be found on https://help.ubuntu.com/community/Games and http://www.icculus.org/lgfaq/gamelist.php10:40
=== Namaku_adalah [n=djo@69.88.5.2] has joined #ubuntu
InoLwhere i can read support for instal ubuntu ?10:41
nanomaddo this from terminal sudo adduser youruser audio10:41
nanomadthen reboot and see if it worked10:41
=== mfkfku [n=richard@125.62.16.88] has joined #ubuntu
=== Namaku_adalah [n=djo@69.88.5.2] has left #ubuntu ["Leaving"]
=== mfkfku [n=richard@125.62.16.88] has left #ubuntu ["Ex-Chat"]
darnellit says i'm already a member of audio10:42
erpoThanks all.10:42
=== erpo [n=erpo@ip70-191-55-13.sd.sd.cox.net] has left #ubuntu []
=== mfkfku [n=richard@125.62.16.88] has joined #ubuntu
=== IronMask_ is now known as IronMask
darnelli just got a new computer...10:42
=== gardengnome [n=laga@217.160.107.117] has left #ubuntu []
darnelland i switched over the sound card from my old one...10:43
nanomaddarnell: are the modules loaded?10:43
darnellbut the new motherboard already has a soundcard10:43
darnellcould there be a conflict?10:43
mfkfkuwhere is xorgcfg?? please10:43
nanomaddarnell: yes10:44
nanomaddisable the onboard sound from bios10:44
=== deepz [n=mantridp@219.64.95.80] has joined #ubuntu
deepzguys can u tell me a .dat movie player in ubuntu...totem xine...VLC are not working10:45
darnellso i should take one out?10:45
=== Nilvio [n=nilvio@dsl-tregw3-fe40f800-62.dhcp.inet.fi] has joined #ubuntu
nanomadmfkfku: sudo dpkg-reconfigure xserver-xorg or edit /etc/X11/xorg.conf10:45
darnelldo i have to reinstall?10:45
nanomadno10:46
mfkfkuthank you nanomad10:46
=== dr_viper [n=ubuntu@node-51-164.jambolnet.com] has joined #ubuntu
mfkfkuthank10:46
=== InoL [n=inolns@bpd31.neoplus.adsl.tpnet.pl] has left #ubuntu []
=== solsTiCe [n=chatzill@d213-103-19-240.cust.tele2.fr] has joined #ubuntu
BigMac__I have major problem. Gnome wont restart. Is that a video problem?10:48
=== rgl [i=Rui@217.129.151.190] has joined #ubuntu
deepzguys can u tell me a .dat movie player in ubuntu...totem xine...VLC are not working10:48
rglhello10:48
nanomadBigMac__: using fglrx driver?10:48
=== neaer [i=Teamcraz@124.63.192.48] has left #ubuntu []
BigMac__well no10:48
BigMac__live disk 64bit10:48
sovieticool!asterisk10:49
nanomadwhat do you mean when u say restart?10:49
ubotuasterisk: Open Source Private Branch Exchange (PBX) - dummy package. In component universe, is optional. Version 1:1.2.7.1.dfsg-2ubuntu3.1 (dapper), package size 213 kB, installed size 560 kB10:49
epilocdoes dapper come with a firewall installed?10:49
sovieticoolwho know to configure asterisk10:49
sovieticool?10:49
epilocand are there logs i can check?10:49
=== GaiaX11 [n=vagner@200.199.36.238] has joined #ubuntu
BigMac__i run sudo /etc/init.d/gdm start10:50
BigMac__and nothing happens10:50
nanomadbut gdm / gnome is already running?10:50
rglI'm trying to ru ubuntu on vmware, but I'm unable to get it to work above 640x480, the Xorg log says something like "Not using default mode "800x600" (bad mode clock/interlace/doubl10:51
rglescan)", can you help me to fix this?10:51
=== takedown [n=takedown@81.222.178.17] has joined #ubuntu
ernstpCan you get Usplash to work on AMD64? With edgy?10:51
BigMac__no i stop it first10:51
=== CarNagE__ [n=CarNi@dslb-084-056-211-002.pools.arcor-ip.net] has joined #ubuntu
=== nocti [n=nocti@dial.dyn.151.109.surfsterisp.com] has joined #ubuntu
Caplainis there a way to mount iso's?10:51
nanomadBigMac__: maybe it is a livecd fault10:52
ernstpCaplain: yeah, as root...10:52
=== der_daniel [n=daniel@pD9E10408.dip0.t-ipconnect.de] has joined #ubuntu
=== vcolombo [n=vcolombo@adsl-67-37-28-11.dsl.mdsnwi.ameritech.net] has joined #ubuntu
=== mih [n=mih@abta195.neoplus.adsl.tpnet.pl] has joined #ubuntu
=== cappicrd [n=cappicar@user-544168de.l6.c5.dsl.pol.co.uk] has joined #ubuntu
BigMac__its one that was shipped to me from the ubuntu people.10:52
nanomad!google10:52
ubotugoogle is a very popular search engine, http://www.google.com10:52
mihHow can I completely uninstall HPLIP? I've removed all hplip* packets from Synaptic, uninstalled compiled driver hplip-1.6.7 and  dpkg --list 'hplip*' still says that rc  hplip  0.9.7-4ubuntu1 is installed. Any ideas how to deal with it?10:53
nanomadBigMac__: maybe it doesnt support the restarting of gnome (since when you logout it shuts down the system)10:53
=== skullman [n=skullman@84-120-140-37.onocable.ono.com] has joined #ubuntu
Caplainernstp: mount filename.iso /mountpoint ?10:53
=== jojoman02 [n=khan@cbl-sd-50-59.aster.com.do] has joined #ubuntu
ernstpCaplain: sudo mount -o loop,uid=...me file.iso /mnt/iso10:53
ernstpCaplain: something like that10:53
=== vcolombo is now known as vcolombo2
nanomadernstp: it is correct10:54
BigMac__well i do all this in shell because i cant get xserver to work. When i config xserv i have to restart GDM no?10:54
=== vcolombo2 is now known as vcolombo
Caplainalrighty10:54
Caplainthanks10:54
=== Griver [n=Griver@81-231-250-204-no52.tbcn.telia.com] has joined #ubuntu
Caplainnow that i got half life working with wine i think ill crack out the serious games10:54
nanomadBigMac__: yes10:55
=== vcolombo is now known as vcolombo2
nanomadBigMac__: what video card do u have?10:55
=== halfhaggis [n=halfhagg@user9677.vip-za.com] has joined #ubuntu
=== kintaro0e [n=kintaro0@203.177.138.181] has joined #ubuntu
=== gapz [n=gapz@i01v-62-34-233-48.d4.club-internet.fr] has joined #ubuntu
=== huyx [n=huyx@61.52.135.168] has joined #ubuntu
=== vcolombo2 is now known as vcolombo
=== gapz [n=gapz@i01v-62-34-233-48.d4.club-internet.fr] has left #ubuntu []
=== solsTiCe [n=chatzill@d213-103-19-240.cust.tele2.fr] has joined #ubuntu
=== yolanda [n=yolanda@81-202-72-193.user.ono.com] has joined #ubuntu
=== xoxo [n=ali@CPE-69-23-221-206.wi.res.rr.com] has joined #ubuntu
xoxohello how do i change from single click to double click in kubuntu?10:57
epilochow do i use netstat to try to connect to a specific port on my machine?10:57
=== rockey [n=sujan@219.64.95.80] has joined #ubuntu
BigMac__ATI radion x70010:57
=== yusufm [n=yusufm@c-24-7-119-114.hsd1.ca.comcast.net] has joined #ubuntu
nanomadepiloc: you must use telnet10:57
BigMac__pci e10:57
nanomadBigMac__: laptop?10:57
=== Fitzz [i=greatmal@shell.evtek.fi] has joined #ubuntu
BigMac__No10:58
ernstpanyone using usplash on amd64?10:58
=== cipi [n=cipi@86.124.214.10] has joined #ubuntu
epiloctelnet to connect to port 400?10:58
=== sovieticool [n=sovietic@86.104.236.115] has joined #ubuntu
=== thekorn [n=markus@a81-14-191-180.net-htp.de] has joined #ubuntu
sovieticoolhow i delete a icon freom application --internet?10:58
rockeywhich player support .dat file in ubuntu ?10:59
=== ice_1963 [n=gary@c-68-42-183-22.hsd1.mi.comcast.net] has joined #ubuntu
=== lukketto [n=lukketto@host78-154-dynamic.11-87-r.retail.telecomitalia.it] has joined #ubuntu
=== snowblink [n=snowblin@31.74.2.81.in-addr.arpa] has joined #ubuntu
=== raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu
nanomadepiloc: yes10:59
sovieticoolhow i close iptables ?10:59
=== UbuntuFan [n=sam@219-89-18-72.dialup.xtra.co.nz] has joined #ubuntu
nanomadepiloc: telnet localhost 40011:00
=== es0x_ [n=ov@M217P019.dipool.highway.telekom.at] has joined #ubuntu
UbuntuFanCould Ubuntu take over Microsoft Windows?11:00
epilocjesus, how do i exit the man page11:01
=== jba [n=jba@c220-239-244-27.blktn3.nsw.optusnet.com.au] has joined #ubuntu
epilocim stuck in the netstat man page, i totally forgot... sigh11:01
Fitzzepiloc: type q11:01
epilocthx11:01
vcolombousually you just hit q to exit a man page11:01
ice_1963i whish11:01
jbahi guys, can someone please point me to the manual url to download the linux headers deb?11:01
rockeywhich player support .dat file in ubuntu ?11:01
jbai upgraded my vmware image and list network connectivity so can't use apt-get11:01
jbaneed linux-headers-2.6.17-7-386 so that i can rebuild the vmxnet module11:02
UbuntuFan?11:02
jbai need to manually download it, so that i can then get it onto my ubuntu vmware image11:02
=== sovieticool [n=sovietic@86.104.236.115] has joined #ubuntu
jbawhich doesn't have working network, which is why i can't use apt11:03
=== Papasean [n=Papasean@host86-128-241-174.range86-128.btcentralplus.com] has joined #ubuntu
ice_1963UbuntuFan, ubuntu is doing that right now :)11:03
=== basti`DND [n=basti@M361d.m.pppool.de] has joined #ubuntu
jbaanyone?11:03
epilocjesus i hate apache11:03
epilocwhy wont this work11:03
UbuntuFanfor real?11:04
ice_1963lol11:04
UbuntuFanAre we seeing a revolution?11:04
=== MenZa [n=menza@0x535de899.kd4nxx12.adsl-dhcp.tele.dk] has joined #ubuntu
=== DM-Horus [i=kvirc@64-40-54-189.nocharge.com] has joined #ubuntu
=== deepz [n=mantridp@219.64.95.80] has left #ubuntu []
epiloceverything is perfect, i can get to my .com from any computer on my lan, but no computers outside of the lan11:04
jbacan someone please try and do sudo apt-get install linux-headers-2.6.17-7-386 and paste the url for the deb in here?11:05
nanomadepiloc: maybe it is configured to listen only to local address11:05
=== kendals [n=kendals@dsl-202-173-145-247.qld.westnet.com.au] has joined #ubuntu
nanomadepiloc: or maybe u have a router11:05
UbuntuFanMicrosoft Windows Must Die.11:05
naranhajba: packages.ubuntu.com ?11:05
kendalsI just logged into Ubuntu and it said "Error, failure to initialize HAL" .....ideas?11:05
=== huyx [n=huyx@61.52.135.168] has left #ubuntu []
=== bsdfox [n=h36sa@dialup-4.181.120.226.Dial1.SanJose1.Level3.net] has joined #ubuntu
kendalsUpdated yesterday, running 6.06 etc.11:05
kendalsBooted fine earlier.11:05
jbanaranha, i don't know never payed it much attention will try now thanks11:06
kendalsCould be because I opened that Xorg-gui editor but didn't change anything ...?11:06
=== Milchmann [n=david@DSL01.83.171.188.221.ip-pool.NEFkom.net] has joined #ubuntu
jbanaranha, looks like that was it thanks11:06
=== botxj [n=niklesod@ip70-187-199-233.dc.dc.cox.net] has joined #ubuntu
naranhanp :)11:06
UbuntuFanLet's take down Microsoft. and They will change the name of Vista to Cream pooh!11:07
=== JosefK [n=test@82-42-147-9.cable.ubr01.sprt.blueyonder.co.uk] has joined #ubuntu
=== solsTiCe [n=chatzill@d213-103-19-240.cust.tele2.fr] has joined #ubuntu
botxji hope XGL will compete wtih Vista's 3d desktop11:07
UbuntuFanMicrosoft must die botxj!11:08
Shadowpillarah the trumpeting of the newbies11:08
UbuntuFanits the devil.11:08
botxjrite11:08
MenZa!offtopic > UbuntuFan11:08
rockeyhey guys, which player support .dat file ?????11:09
Shadowpillarhaving microsoft around is a good thing, mainly because they're competition, competition creates innovation11:09
Shadowpillaretc11:09
UbuntuFanWhy pay for Windows when Ubuntu does the same thing free.11:09
jbanow to try and shoe-horn it onto the disabled image11:09
UbuntuFanWhy not buy your kid's a new bike instead.11:09
=== Bonez56 [n=blake@bonez.dodj.net] has joined #ubuntu
UbuntuFanRock on Ubuntu~ o.011:10
botxji was "given" my windows :P11:10
=== relachs [n=dddddd@AC9ECCBF.ipt.aol.com] has joined #ubuntu
=== GNAM [n=GNAM@host199-235.pool8252.interbusiness.it] has joined #ubuntu
UbuntuFanI was given my windows too. it's called illegal free version.11:11
UbuntuFanrock on 0.p11:11
BigMac__well can you play CS on ubuntu?11:11
compengihow to create a new folder in terminal?11:11
=== Yasuo [n=Yasuo@dslb-088-072-224-193.pools.arcor-ip.net] has joined #ubuntu
UbuntuFanWell you could if enough people supported linux.11:11
BigMac__mkdir11:11
botxjwow, UbuntuFan, you're very straight forward11:11
DM-Horusi screwed up my x server11:11
mihmkdir foldername11:11
=== skullman [n=skullman@84-120-140-37.onocable.ono.com] has joined #ubuntu
jbanaranha, do you know how to manually mount my usb key?11:11
jbacan't get X, and hence gnome to run. so can't get it automounted11:12
botxjyeah i have trouble with my usb flash drive too11:12
UbuntuFanDont use "Windows" because 'a game' works under it.11:12
=== RMorris85 [n=bob@c-66-177-73-110.hsd1.fl.comcast.net] has joined #ubuntu
BigMac__yeah right11:12
UbuntuFanplay tetris under ubuntu man, rock on o/011:12
DM-Horusthats what dual boot is for11:12
BigMac__CS source is the only reason to have windows11:12
RMorris85how do i install a mouse pointer theme?11:12
imbrandonUbuntuFan, try #ubuntu-offtopic11:12
UbuntuFanok.11:12
botxjdoes anybody here have trouble gettign a Memorex Traveldrive USB flash drive to work in linux?11:13
UbuntuFansorry. Rock on! -)11:13
Yasuohi, where can i find alsaconf?11:13
imbrandon;)11:13
mih!hplip11:13
ubotuhplip: HP Linux Printing and Imaging System (HPLIP). In component main, is optional. Version 0.9.7-4ubuntu1 (dapper), package size 450 kB, installed size 1980 kB11:13
=== jpc_ [n=Emir@85.106.191.95] has joined #ubuntu
Yasuoor any other tool to reconfigure alsa11:14
=== Samuli^ [n=samuli@dasee2980.ulapland.fi] has joined #ubuntu
=== solsTiCe [n=chatzill@d213-103-19-240.cust.tele2.fr] has joined #ubuntu
=== Goshawk [n=vincenzo@d83-176-96-114.cust.tele2.it] has joined #ubuntu
=== Goshawk [n=vincenzo@d83-176-96-114.cust.tele2.it] has left #ubuntu ["Ex-Chat"]
DM-Horusdoes anybody have information on repairing x server after a failed screen res?11:15
=== dj_baggio [n=dj_baggi@yk66.internetdsl.tpnet.pl] has joined #ubuntu
=== kkpi05 [n=kkpi05@203.190.40.53] has joined #ubuntu
Yasuosomehow i messed up my alsa configuration because i had 2 soundcards for some time, now alsa wont recognize my frist soundcard again11:16
UbuntuFanUbuntu needs more bling. w00t11:16
Tjoelswhat firewall for ubuntu rocks the most?11:16
RMorris85i just d/l a mouse pointer theme how do i install it now?11:17
epilocsomeone try and go here www.blakepender.com11:17
botxji dont use a software firewall11:17
rockeyguys please , how do i play .dat file ( VCD file ) ???? which player support it11:17
UbuntuFanxmms?11:17
Tjoelsvlc player11:17
brian98it's down11:17
UbuntuFanvlc player11:17
Yasuorockey, every player11:17
Tjoelsvideo lan client11:17
=== MenZa [n=menza@0x535de899.kd4nxx12.adsl-dhcp.tele.dk] has joined #ubuntu
Yasuoxine, mplayer, vlc11:17
=== powder [n=matthew@cpe-72-129-22-138.socal.res.rr.com] has joined #ubuntu
edylieis automatix a bad thing?11:18
=== kenmikaze [n=kenmikaz@210-86-213-57.static.asianet.co.th] has joined #ubuntu
RMorris85edylie: no but easyubuntu worked better for me11:18
rockeyi have tried : xine, vlc player. not working11:18
rockeyis ubuntu support mplayer11:18
Yasuorockey, you have the needed codecs installed?11:18
edylieahhh okie11:18
=== BeBraw [n=juho@dsl-jklgw2-fe03df00-159.dhcp.inet.fi] has left #ubuntu ["This]
=== chetan_ [n=chetan@c220-237-62-128.eburwd1.vic.optusnet.com.au] has joined #ubuntu
mihrockey: maybe you need to install proper video codecs?11:19
rockeyyasuo: where do i find codecs ?11:19
chetan_hi all. i am currently running dapper i would like to enabling direct rendering. could someone please tell me how? thanks11:19
kenmikazeheya, my totem couldn't view a non-encrypted dvd, do i have to install totem-xine?11:20
edylierockey, i have mplayer up and running using automatix11:20
UbuntuFanuFan> it's Mark. Am rounding up the Art team to bring out the bling bling!11:20
UbuntuFan<Q-FUNK> oh :)11:20
RMorris85how do i install new mouse pointers in gnome? from gnome-look11:20
kenmikazemy mplayer can play dvd's but still, it's quite buggy11:21
UbuntuFanMarks my hero I follow ubuntu cuz mark went to mars.11:21
=== kintaro0e [n=kintaro0@203.177.138.181] has joined #ubuntu
powderRMorris85, extract into .icons in your home directory11:21
=== AbortD [n=abortd@ip-12-195-52-66.ncwcom.com] has joined #ubuntu
ice_1963ok11:22
BigMac__is there a way to log onto a network using only shell?11:22
kenmikazespeaking of BigMac__ , i'm hungry...11:22
BigMac__lol11:22
Crazededylie: automatix is bad11:23
UbuntuFanMd's will make you sick11:23
UbuntuFanit's crap11:23
nanomadBigMac__: ssh, telnet11:23
jbasdb111:23
jbathat's what it was11:23
BigMac__well i am behind school network11:23
rockeyhey come please help me11:23
BigMac__so just type telnet?11:24
rockeyyasuo: how do i install video codecs ?11:24
RMorris85powder: then what goto system>pref>mouse?11:24
nanomadthe telned daemon must be installed on the other pc11:24
powderRMorris85, yes11:24
nanomadbut ssh is MOOOREEE secure11:24
RMorris85powder: its not showing up in pointers11:24
mihHow can I completely uninstall HPLIP? I've removed all hplip* packets from Synaptic, uninstalled compiled driver hplip-1.6.7 and  dpkg --list 'hplip*' still says that rc  hplip  0.9.7-4ubuntu1 is installed. Maybe now there's someone who knows how to get rid of it :)11:25
Crazedrockey: http://ubuntuforums.org/archive/index.php/t-75278.html11:25
kenmikazeheya, my totem couldn't view a non-encrypted dvd, do i have to install totem-xine?11:25
powderRMorris85, it works for me :-/11:25
=== vdm [n=vdm@82-217-43-204.cable.quicknet.nl] has joined #ubuntu
nanomadinstall libdvdcss11:25
rockeycrazed : thanks11:26
kenmikazeok, gotta comebacl11:26
nanomadand then look in /usr/share/doc/libdvdcss*/11:26
powderRMorris85, did you extract the tar.gz file?11:26
ice_1963mih, jest use aptitude11:26
=== snowblink [n=snowblin@31.74.2.81.in-addr.arpa] has joined #ubuntu
kenmikazenanomad, would that be apt-get libdvdcss?11:26
mihice_1963, ok thanx, I'll try that11:26
nanomadsudo apt-get install libdvdcss211:26
nanomador sudo apt-get install libdvdcss11:27
RMorris85powder: yes, ive put icons themes in there before... and they worked but these arent showing up in the mouse pointers, and even if i try to change the theme from the ones that are there it doesnt change is something wrong?11:27
nanomadit is: sudo apt-get install libdvdread311:27
nanomadthen sudo /usr/share/doc/libdvdread3/install-css,sh11:27
=== Bigolgoatnutz [n=sam@219-89-18-72.dialup.xtra.co.nz] has joined #ubuntu
UbuntuFanWell people it's been nice but I hate to go ave a moke.....and get serioualy drunk laid...and feel like shit tomorrow...... it's been real nice. but BYE my LOVERS goodbye my friends you have been the one...you have been the one! GOOD ByE my bruthas and Big ups to AlienX and nanmad...11:28
powderRMorris85, if you can give me a link to said pointer icons i will try them myself11:28
=== mode/#ubuntu [+o imbrandon] by ChanServ
RMorris85powder: http://www.gnome-look.org/content/show.php?content=1448411:29
BigolgoatnutzUbuntufan was such a jerk off.11:29
=== nanomad rotlf
=== mode/#ubuntu [+b *!*@219-89-18-72.dialup.xtra.co.nz] by imbrandon
=== mode/#ubuntu [-o imbrandon] by imbrandon
=== dreamthief [n=mathias@p54A9C9F5.dip0.t-ipconnect.de] has joined #ubuntu
=== sioux [n=sioux@adsl-192-113.37-151.net24.it] has joined #ubuntu
ice_1963Bigolgoatnutz, well tell it like you mean it lol11:30
=== sKaBoy [n=luogni@host234-98.pool8250.interbusiness.it] has joined #ubuntu
powderRMorris85, there are two folders inside the grounation-0.3 folder11:31
RMorris85powder: i see what my problem, i had to take the sub folder out, but then when i did that it shows up in mouse properties in pointers, but when i select it and click close it doesnt work11:31
=== Bigolgoatnutz [n=sam@219-89-18-72.dialup.xtra.co.nz] has left #ubuntu []
=== yusufm_ [n=yusufm@c-24-7-119-114.hsd1.ca.comcast.net] has joined #ubuntu
powderRMorris85, sometimes you need to restart X to get them to work11:32
=== yusufm [n=yusufm@c-24-7-119-114.hsd1.ca.comcast.net] has joined #ubuntu
=== yusufm_ [n=yusufm@c-24-7-119-114.hsd1.ca.comcast.net] has joined #ubuntu
=== yusufm_ [n=yusufm@c-24-7-119-114.hsd1.ca.comcast.net] has left #ubuntu ["Leaving"]
RMorris85will try that11:33
=== RMorris85 [n=bob@c-66-177-73-110.hsd1.fl.comcast.net] has left #ubuntu []
=== seraphim [n=seraphim@e179080055.adsl.alicedsl.de] has joined #ubuntu
=== Sybux [n=bob@81.56.197.34] has joined #ubuntu
=== kostkon [n=ubuntu@mr117af.ugrad.abdn.ac.uk] has joined #ubuntu
=== uberpussy [n=richard@uberpussy.net] has joined #ubuntu
SybuxIs there in linux a tool like norton ghost to create image disc ?11:34
powderuberpussy, nice nick11:34
uberpussypowder: thx ;)11:35
nanomadSybux: dd ;)11:35
=== RMorris85 [n=bob@c-66-177-73-110.hsd1.fl.comcast.net] has joined #ubuntu
naranhayeah, dd is all you need11:35
RMorris85powder: thanks :)11:35
=== Determinist_ [i=deter@unaffiliated/determinist] has joined #ubuntu
powderRMorris85, working? :)11:35
chetan_does anyone know how to enable direct rendering for dapper?11:35
RMorris85yup! :)11:35
uberpussyAnyone else got the kernel+nvidia-glx update and lost X?11:35
Sybuxand I can make image of any type ? windows disc ? and I can boot from PXE with it ?11:35
=== guibis [n=guibis@byr229.neoplus.adsl.tpnet.pl] has joined #ubuntu
BigMac__anyone know how to view the logs of GNOME display Manager?11:36
nanomadSybux: http://www.linux-backup.net/11:36
=== ISOLATEDViRuS [n=ISOLATED@pool-68-236-54-254.phil.east.verizon.net] has joined #ubuntu
Sybuxthx11:36
nanomadBigMac__: look under /var/log11:36
=== reggaemanu_ [n=manu@ARennes-257-1-116-86.w86-210.abo.wanadoo.fr] has joined #ubuntu
=== Horizon [n=Horizon@82-44-16-51.cable.ubr08.croy.blueyonder.co.uk] has joined #ubuntu
BigMac__nanomad: nothing11:37
ISOLATEDViRuShey, im doing a php script, and i need some help.11:37
=== Bassetts [n=Bassetts@cpc2-mapp1-0-0-cust630.nott.cable.ntl.com] has joined #ubuntu
=== tkroo [n=tkroo@c-67-171-240-119.hsd1.or.comcast.net] has joined #ubuntu
Samuli^hmm.. I can't install anything with easyubuntu, it tells me that I should fix broken packages first, but I don't have any.11:38
=== vincent_ [n=vincent@85.69.101.147] has joined #ubuntu
=== kendals [n=kendals@dsl-202-173-145-247.qld.westnet.com.au] has left #ubuntu []
=== xuserx [n=xuserx@c-67-162-137-207.hsd1.co.comcast.net] has joined #ubuntu
nanomadBigMac__: /var/log/gdm:0.log11:38
nanomadBigMac__: /var/log/gdm/gdm:0.log11:38
xuserxhi.11:38
nanomadBigMac__: /var/log/gdm/:0.log11:39
nanomadthe last one was the correct one11:39
=== Hagbarddenstore [n=hagbardd@81-235-254-217-no24.tbcn.telia.com] has joined #ubuntu
=== haich [n=haich@160.Red-83-43-53.dynamicIP.rima-tde.net] has joined #ubuntu
=== appelza [n=pieter@dsl-146-202-134.telkomadsl.co.za] has joined #ubuntu
ISOLATEDViRuSi cant figure out how to echo another site's cookie =/11:40
=== dragoon [n=sam@220-253-117-64.SA.netspace.net.au] has joined #ubuntu
appelzaHi guys, I've broken my mysql-server.  I've tried uninstalling/reinstalling, but it just refuses to start up again11:40
appelzaAny ideas11:40
ISOLATEDViRuSthe server works?11:41
=== Goshawk_ [n=vincenzo@d83-176-7-241.cust.tele2.it] has joined #ubuntu
=== RMorris85 [n=bob@c-66-177-73-110.hsd1.fl.comcast.net] has joined #ubuntu
=== Goshawk_ [n=vincenzo@d83-176-7-241.cust.tele2.it] has left #ubuntu ["Ex-Chat"]
epilocapache up and running11:41
epilocproblem was my isp11:41
BigMac__nanomad: It still reads that no screens are found yet I ran xserver-xorg11:41
epilocstupid cox blocking incoming port 80 requests11:41
appelzait doesnt start at all11:42
appelza:/11:42
=== DEac- [n=deac@xdsl-213-196-197-251.netcologne.de] has left #ubuntu []
ISOLATEDViRuShardware broken?11:42
BigMac__nanomad: I am trying to restart GDM after configing my xserver file11:42
BigMac__nanomad: and it fails11:42
=== kendals [n=kendals@dsl-202-173-145-247.qld.westnet.com.au] has joined #ubuntu
nanomadBigMac__: the opensouce driver do not support X70011:44
nanomadchange driver to VESA and try again11:44
BigMac__ok thats what i did11:44
BigMac__and it still wont start11:44
=== RMorris85 [n=bob@c-66-177-73-110.hsd1.fl.comcast.net] has left #ubuntu []
abusadoone last question How to off the IPV6 on Dapper????11:47
=== Goshawk_ [n=vincenzo@d83-176-7-241.cust.tele2.it] has joined #ubuntu
=== Deaigo is now known as BoggsBeer
=== Goshawk_ [n=vincenzo@d83-176-7-241.cust.tele2.it] has left #ubuntu ["Ex-Chat"]
=== salah__ [n=salah@216-30-75.0505.adsl.tele2.no] has joined #ubuntu
ISOLATEDViRuSYo, can someone give me some php help11:47
ISOLATEDViRuS?11:47
Samuli^BigMac__, what about changing the driver to "ati" instead of fglrx11:47
BigMac__well i dont have fglrx11:47
ISOLATEDViRuS!php11:48
ubotulamp is a shortcut for Linux-Apache-Mysql-{PHP,Perl,Python}. To setup a LAMP server on Ubuntu, install the packages libapache2-mod-php5, php5-mysql, and mysql-server-5.0. You can also choose 'install a LAMP server' from the server install cd boot menu. See also https://help.ubuntu.com/community/ApacheMySQLPHP11:48
BigMac__this is a live CD11:48
Samuli^ok, so vesa doesn't work and ati doesn't work?11:48
BigMac__correct11:49
=== trans-awy [i=Obscure@bb220-255-72-40.singnet.com.sg] has joined #ubuntu
abusadosudo -u root echo "alias net-pf-10 off" >> /etc/modprobe.d/aliases11:49
=== cubanito [n=gargoils@host75-53-dynamic.1-87-r.retail.telecomitalia.it] has joined #ubuntu
=== biox [n=biox@adsl-074-229-045-206.sip.bct.bellsouth.net] has joined #ubuntu
=== wonder_ [n=wonder@81-208-60-196.ip.fastwebnet.it] has joined #ubuntu
=== wonder_ [n=wonder@81-208-60-196.ip.fastwebnet.it] has left #ubuntu ["Leaving"]
SybuxDo you know a way and a tool that can manage logitech webcam and mainly correct sturation, color and brightness ?11:50
=== dragoon [n=sam@220-253-117-64.SA.netspace.net.au] has left #ubuntu []
=== wonder_ [n=wonder@81-208-60-196.ip.fastwebnet.it] has joined #ubuntu
cubanitoorecchioni11:50
wonder_hi everybody11:50
cubanitoadioooos11:50
=== Papasean [n=Papasean@host217-35-90-149.in-addr.btopenworld.com] has joined #ubuntu
wonder_ciao11:51
wonder_cubanito11:51
=== cubanito [n=gargoils@host75-53-dynamic.1-87-r.retail.telecomitalia.it] has left #ubuntu ["Leaving"]
=== NBM_ [n=sdfsdf@81.6.69.129] has joined #ubuntu
=== AndroidData [n=androidd@ip56506b7e.direct-adsl.nl] has joined #ubuntu
BigMac__anyclue?11:51
wonder_qualcuno sa aiutarmi con ubu che ho un piccolo problema ma molto fastidioso11:51
wonder_anybody can help me solve a small problem with ubuntu dapper11:52
wonder_is small but make me crazy wacthing movie11:52
=== Wespe [n=flo@p549D4A03.dip.t-dialin.net] has joined #ubuntu
=== liujy [n=liujy@222.87.165.76] has joined #ubuntu
=== Aproxima [n=ineed@c122166.upc-c.chello.nl] has joined #ubuntu
liujyhi11:53
=== Sikon [n=Sikon@84.237.120.114] has joined #ubuntu
=== mcphail_ [n=mcphail@dyn-62-56-79-91.dslaccess.co.uk] has joined #ubuntu
=== spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu
=== Storkme [n=alex@storkey.plus.com] has joined #ubuntu
AndroidDatahello. I'm trying to get WINE to work with a program called "BYOND". someone did manage to get it to work with WINE, but was using an older version (WINE 0.9.16, and also tested it on WINE 0.9.20). unfortunatly, the synaptic package manager does not list those versions. is there any way of telling the package manager to indeed install WINE 0.9.16 and/or 0.9.20)? thanks.11:55
Storkmecan anyone help me out? i can't play mp3 files in xmms - i just did a clean install from a 6.06 install cd11:55
=== Dromen [n=olid@ACC9B15D.ipt.aol.com] has joined #ubuntu
=== cbx33 [n=pete@ubuntu/member/cbx33] has joined #ubuntu
=== BoggsBeer is now known as Deaigo
liujy11:55
Dromendoes the wine version available in synaptic come with directx support??11:56
=== nanomad is now known as nanomad|tel
=== skullman [n=skullman@84-120-140-37.onocable.ono.com] has joined #ubuntu
AndroidDataStorkme: I had the same problem. I tried to install multiple media players, until I installed VLC Media Player. then it worked. try iunstalling VLC11:56
AndroidDataDromen: yes, I think so.11:56
Dromenhmm ok11:56
=== Goshawk [n=vincenzo@d83-176-7-241.cust.tele2.it] has joined #ubuntu
=== nlindblad_ [n=nlindbla@user179.217-10-120.netatonce.net] has joined #ubuntu
Dromenhow can i be sure?11:57
wonder_me : everytime i play a movie with mplayer, after 10 min i have black screen of powermaneger11:57
wonder_i disable it but it continue11:58
wonder_what can i do ?11:58
habakkukhi11:58
=== manmadha [n=sri_@202.63.100.51] has joined #ubuntu
manmadhamsg nickserv identify srikanth11:58
AndroidDataoh wait. I got it.11:58
=== zhijun [n=zhijun@221.223.242.19] has joined #ubuntu
=== crocd [n=crocd@lanwan.plus.com] has joined #ubuntu
SikonDromen> why don't you add the official Wine repository and download it from there?11:59
Dromenhow do i do that?11:59
Dromen!wine11:59
ubotuwine is a compatibility layer for running windows programs on GNU/Linux. See https://help.ubuntu.com/community/Wine for more information.11:59
=== [Deathmaster] [n=Linux@ns4.g23.net] has joined #ubuntu
=== finalbeta [n=finalbet@d5152A68A.access.telenet.be] has joined #ubuntu
SikonDromen> http://winehq.org/site/download-deb12:00
=== angelo [n=angelo@host87-28-dynamic.7-87-r.retail.telecomitalia.it] has joined #ubuntu
=== nanomad|tel is now known as nanomad
wonder_can i have some help too ?12:01
wonder_i love ubuntu like you12:01
Sikonwonder_> just tell your problem12:01
Dromenwow Sikon ty :) im trying to install fear combat12:01
wonder_i did it12:01
wonder_so :12:01
=== chrisbudden14 [n=chrisbud@host-84-9-52-22.bulldogdsl.com] has joined #ubuntu
BigMac__guys is it easy to switch display after you install ubuntu?12:01
wonder_is a problem about power manager i think12:01
Sikonwonder_> well, I have this problem too12:01
SikonI just move the mouse when it happens :)12:02
wonder_maybey is a xgl problem ?12:02
Sikonhmm12:02
wonder_:) yes but it make me crazy12:02
SikonI doubt it, I had it without Xgl as well12:02
wonder_i can't relax12:02
Sikondo you use GNOME or KDE?12:02
wonder_gnme12:02
wonder_with kiba12:02
Sikonokay, wait12:03
wonder_and xgl12:03
wonder_:|12:03
=== fabbione [i=fabbione@gordian.fabbione.net] has joined #ubuntu
=== Hagbarddenstore [n=hagbard@81-235-254-217-no24.tbcn.telia.com] has joined #ubuntu
=== Laris [n=Laris@host121-240-static.106-82-b.business.telecomitalia.it] has joined #ubuntu
=== Morrowyn [n=Morrowyn@82-170-255-193.dsl.ip.12move.nl] has joined #ubuntu
=== unreal_ [n=unreal@unaffiliated/unreal] has joined #ubuntu
=== funkyHat [n=matt@cpc7-nthc3-0-0-cust812.nrth.cable.ntl.com] has joined #ubuntu
=== render [n=render@213-140-21-234.fastres.net] has joined #ubuntu
=== jclemoux [n=toasty@AFontenayssB-152-1-15-170.w82-121.abo.wanadoo.fr] has joined #ubuntu
=== TLE_02 [n=kenneth@217.74.211.14] has joined #ubuntu
=== sasuke [n=sasuke@lnk235.adl0.adsl.esc.net.au] has joined #ubuntu
CromagDKwhat should i look for when i need to make a file nonhidden as in /.blabla/12:05
CromagDK:)12:05
=== BoogyMan [n=floobie@client-86-27-94-40.winn.adsl.virgin.net] has joined #ubuntu
zhijunhi all12:05
=== neildarlow [n=neil@cpc2-bigg1-0-0-cust637.lutn.cable.ntl.com] has joined #ubuntu
neildarlowHi all :)12:05
=== skullman [n=skullman@84-120-140-37.onocable.ono.com] has joined #ubuntu
=== nahoj [n=johan@81-235-236-180-no92.tbcn.telia.com] has joined #ubuntu
xorlwhat gnome menu editor would you guys recommend?12:07
Sikonwonder_> have you tried going to the power management settings?12:08
=== erUSUL [n=erUSUL@16.Red-81-39-100.dynamicIP.rima-tde.net] has joined #ubuntu
Sikonxorl> there are several?12:08
neildarlowxorl: i've found alacarte adequate12:08
=== m0dular [n=modular@host86-140-85-130.range86-140.btcentralplus.com] has joined #ubuntu
=== nicu [n=die@86.126.18.175] has joined #ubuntu
xorlhmmm.12:08
=== epiloc [n=blake@ip68-105-230-129.lu.dl.cox.net] has joined #ubuntu
=== antonio_ [n=antonio@host38-49-dynamic.10-87-r.retail.telecomitalia.it] has joined #ubuntu
xorlI want to customize the menu beyond alacarte's capabilities.12:09
antonio_hi all12:09
=== rene32 [n=rst@pD9559182.dip0.t-ipconnect.de] has joined #ubuntu
=== nysosym [n=nysosym@p54B7BE3E.dip0.t-ipconnect.de] has joined #ubuntu
=== viller [n=ubuntu@84-50-171-81-dsl.rgu.estpak.ee] has joined #ubuntu
=== rene32 [n=rst@pD9559182.dip0.t-ipconnect.de] has left #ubuntu []
nysosymhi there12:09
xorllo12:09
=== slon` [n=slon@modem-3896.chameleon.dialup.pol.co.uk] has joined #ubuntu
antonio_someone can tell me how can I install gcc-4.1 on my ubuntu-6.06?12:09
=== nailbags [n=someone@149.171.94.134] has joined #ubuntu
=== codecaine [n=codecain@cpe-70-125-182-20.sw.res.rr.com] has joined #ubuntu
villeri'm currently trying to install dapper. Is resizing partitions supposed to take this long?12:10
nailbagsok, so how do i change the default ALSA sound card?12:10
nailbagsi.e. sound-card-012:10
drumlineantonio_: tried apt-get?12:10
neildarlowcan anyone comment on aiglx/compwiz usability on ATI Radeon (R200) hardware for a standard ubuntu install?12:10
=== lbm [n=lbm@0x50a1ee0c.unknown.tele.dk] has joined #ubuntu
xorlneildarlow: sorry.12:10
=== filem0n [n=angelill@84.77.56.122] has joined #ubuntu
=== ciaron [n=soth@cpc3-broo4-0-0-cust526.renf.cable.ntl.com] has joined #ubuntu
filem0n!w32codecs12:10
antonio_there isn't 4.1 in repositories12:10
ubotuFor multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats  -  See also http://help.ubuntu.com/ubuntu/desktopguide/C/common-tasks-chap.html  -  But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats12:10
xorlneildarlow: AIGLX does not work with FGLRX at all12:10
antonio_for the 6.06 release12:11
villerlol the stupid partitioner crashed12:11
manmadhawhat is the purpose of ssh cmd??12:11
iXcexorl : r200 driver works very well with aiglx >.<12:11
manmadhacan any one tell me?12:11
neildarlowxorl: what's FGLRX? my oldish Radeon card has opensource drivers12:11
xorlneildarlow: ahh12:11
xorlyou're using the r300 drivers?12:11
xorlthe ones that guys develing?12:11
antonio_I should there are various bugs in gfortran 4.0, fixed in 4.1, but ubuntu comes with the 4.0 version12:12
neildarlowxorl: my card is R200. i'll checxk my xorg.lof12:12
antonio_I can't get gcc-4.1 compilation from sources 'out of the box'12:12
xorlfglrx doesnt work with AIGLX12:12
antonio_so I'm wondering if someone has an easy hint12:12
villerstupid ubuntu tried to install over my previous installation and ruined it12:13
villerfucking crap12:13
nailbagshow do i change the order in which alsa modules are loaded? i want to make my sblive the default (1st) card, not the onboard12:13
=== axeeOo [n=alex@62-31-147-21.cable.ubr02.stav.blueyonder.co.uk] has joined #ubuntu
=== Bazzi [n=Bastian@p50801D78.dip0.t-ipconnect.de] has joined #ubuntu
=== xe|| [n=xell@wikipedia/xell] has joined #ubuntu
DBOviller, less on the swearing please12:14
xorlnailbags: reboot, and disable onboard unless you're using it12:14
=== profoX` [n=profox@d51A52303.access.telenet.be] has joined #ubuntu
filem0n!w32codecs12:14
ubotuFor multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats  -  See also http://help.ubuntu.com/ubuntu/desktopguide/C/common-tasks-chap.html  -  But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats12:14
=== ikonia [n=mattd@alesi.projecthugo.co.uk] has joined #ubuntu
=== sasuke is now known as newnick
xuserxviller: how did it do that?12:14
=== mode/#ubuntu [+o DBO] by ChanServ
wonder_yes sikon i did it12:14
=== newnick is now known as frankster
=== must_must [i=must_mus@adsl-68-251-188-247.dsl.ipltin.ameritech.net] has joined #ubuntu
wonder_i'm in private with you12:14
=== mode/#ubuntu [-b *!*@cpe-70-120-233-109.elp.res.rr.com] by DBO
axeeOohello. when I try running the autogen.sh file output by glade-2, i get the error: "**Error**: You must have `glib' installed." I thought it was installed.....when glade installed :\12:14
drumlineviller: ubuntu isn't stupid.  Know what you are doing before you start playing with harddrives with valuable data on them.12:14
Sikonwonder_> No. No private, please.12:15
nailbagsxorl, i want a software solution. i might use it in the futue.12:15
wonder_ok12:15
=== mode/#ubuntu [-o DBO] by ChanServ
=== filem0n [n=angelill@84.77.56.122] has left #ubuntu ["Leaving"]
neildarlowxorl: looks like it loads the R128 driver12:15
wonder_Sikon > i disable the powermanager and set it to never12:15
=== Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu
wonder_Sikon > but still do black screen after 10 min12:16
Sikonhmm, that's weird12:16
drumlineviller: if there's any question in your mind about what Ubuntu is going to do to your drive, one without anything on it.   If there isn't any doubt and you screwed it up, then you need to sit and think about your thought processes that led up to your data getting screwed because you don't want to do that with extremely critical data.12:16
drumlinethat is: use one without anything on it.12:16
wonder_Sikon > maybe i can stop it by the service ???12:17
nailbagsdoes anyone know how do to change the default ALSA sound card?12:17
=== milosh [n=manu@velsheda.lateralis.org] has joined #ubuntu
drumlinenailbags: have you checked the mailing lists, forums, and google?12:17
nailbagsdrumline, i will, i thought this should be a quick thing someone could tell me off the top of their head12:18
=== drbashir [n=drbashir@e166064.upc-e.chello.nl] has joined #ubuntu
=== mlowe [n=mlowe@c-24-6-84-179.hsd1.ca.comcast.net] has joined #ubuntu
=== xinit_ [n=xinit@achmed.xinit.cx] has joined #ubuntu
xinit_hi12:18
xuserxhi.12:19
xinit_does anyone know if gnubiff has a debug mode?12:19
xinit_I have an Imap ssl server, but gnubiff only says "Error"12:19
manopulushello, i do not have gnome installed, but i have evolution. my screen is 1280x600 and i want to change menus, to text beside icon, not as per-default, text below icon. but i do not have gnome-ui-properties, so, what i have change and where, any text file?12:19
erUSULnailbags: in your or system wide alsarc www-alsa-project.org12:19
nailbagserUSUL, i just used gnome-sound-properties and that seemed to work. it may not work for all programs but it worked for mplayer12:20
=== StarQuake [n=StarQuak@ip51cfbfaa.direct-adsl.nl] has joined #ubuntu
=== nanomad [n=nanomad@host231-134-dynamic.9-87-r.retail.telecomitalia.it] has left #ubuntu ["Leaving"]
AndroidDatahttp://developer.byond.com/forum/index.cgi?action=message_read&id=488023&forum=14&view=0 -- help!12:20
erUSULnailbags: is asoundrc sorry http://alsa.opensrc.org/index.php?page=MultipleCards12:21
=== Mark_ [n=Mark@13-193.35-65.tampabay.res.rr.com] has joined #ubuntu
=== luX` [n=lux@host-84-222-137-150.cust-adsl.tiscali.it] has joined #ubuntu
BigMac__HOLY HELL ITS WORKING!!!!12:23
neildarlowerUSUL: isn't asoundrc deprecated in lieu of asound.conf?12:23
xopherhow do I apply a patch to a source archive?12:23
=== Buckus [n=hih@cs78235019.pp.htv.fi] has joined #ubuntu
=== rpedro [n=rpedro@87-196-7-227.net.novis.pt] has joined #ubuntu
nailbagsxorl, to a .deb source?12:24
nailbagsxopher, ^^12:24
erUSULneildarlow: may be a don't know for sure if that's the case the alsa-project.org docs are out of date...12:24
=== anoobis [n=jscottie@host81-157-71-87.range81-157.btcentralplus.com] has joined #ubuntu
nailbags(not xorl)12:24
=== eXistenZ [i=eXistenZ@unaffiliated/eXistenZ] has joined #ubuntu
xophernailbags, yeah12:24
nailbagsxopher, there are some docs on the wiki, but i'd recommend reading the 'debian new developers guide'12:25
xopher*googling*12:25
=== xinit_ [n=xinit@achmed.xinit.cx] has left #ubuntu []
Nilvio!virus12:26
ubotuA/V software is available, however read this to understand why Linux does not have a virus problem: http://librenix.com/?inode=2112:26
=== milosh [n=manu@velsheda.lateralis.org] has left #ubuntu ["leaving]
=== Sambrista [n=alfonso@186.red-217-216-138.user.auna.net] has joined #ubuntu
=== MMD [n=m_elling@host81-154-164-27.range81-154.btcentralplus.com] has joined #ubuntu
=== Sambrista [n=alfonso@186.red-217-216-138.user.auna.net] has left #ubuntu []
=== Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu
neildarlowerUSUL, nailbags: http://alsa.opensrc.org/index.php?page=.asoundrc12:27
BuckusIm trying to install the newest madwifi but its asking me where my kernel source is :S12:27
=== Ziemas [n=flurf_fl@81-233-234-10-no19.tbcn.telia.com] has joined #Ubuntu
=== polux [n=ff@dyn-88-123-184-191.ppp.as12876.net] has joined #ubuntu
=== Vegeta^ [n=ahm0x539@87.72.203.218] has joined #ubuntu
=== AZzKikR [n=krpors@a62-251-82-134.adsl.xs4all.nl] has joined #ubuntu
=== fabbione [i=fabbione@gordian.fabbione.net] has joined #ubuntu
neildarlowBuckus: are you doing a non-.deb install of madwifi?12:29
=== simpo [n=simpo@62.233.214.6] has joined #ubuntu
=== ktaran [n=ktaran@218.80.80.198] has joined #ubuntu
simpohello! I connect to my remote ubu-box by XDMCP and all works fine, I can login and work at remote desktop, but is there any way to disconnect from XDMCP server and doesnt stop X app runnig on it ?12:30
=== Weiss [i=taw27@student.cusu.cam.ac.uk] has joined #ubuntu
=== Tjoels [n=Tjoels@0x50a104bb.virnxx9.adsl-dhcp.tele.dk] has joined #ubuntu
Vegeta^I've installed the Macromedia Flash Player, but it still doesn't work in Firefox, even after I copied "libflashplayer.so" to mozilla/plugins and "flashplayer.xpt" to mozilla/components. Am I missing somthing?12:31
Buckusneildarlow: yes12:31
=== sioux [n=sioux@adsl-192-113.37-151.net24.it] has left #ubuntu []
=== Shoo-Shu [n=shoo@58.179.97.79] has joined #ubuntu
=== Ishmael [n=Ishmael@MDM-84-213.beotel.net] has joined #ubuntu
=== tvelocity [n=tony@ipa246.6.tellas.gr] has joined #ubuntu
=== dreamthief is now known as dreamthief|away
neildarlowBuckus: you'd need your kernel sources with the associated .config file available in /usr/src/linux to proceed. not sure how to achieve that for ubuntu.12:33
=== Ishmael [n=Ishmael@MDM-84-213.beotel.net] has left #ubuntu ["Leaving"]
=== mwe [n=mwe@unaffiliated/mwe] has joined #ubuntu
neildarlowVegeta^: i just installed flashplayer-nonfree and it worked for me. not need to shuffle libraries about :o12:34
=== debugger_ [i=Rui@217.129.151.190] has joined #ubuntu
Hybernateis there any special codec pack needed to playback normal dvd?12:34
Buckusneildarlow okay thanks. I'll give it a shot12:35
mwe!dvd12:35
ubotuSee http://help.ubuntu.com/ubuntu/desktopguide/C/video.html. Libdvdcss can be found at http://wiki.ubuntu.com/SeveasPackages12:35
=== epla [n=enrico@88-149-141-79.f5.ngi.it] has joined #ubuntu
=== epla [n=enrico@88-149-141-79.f5.ngi.it] has left #ubuntu ["Leaving"]
=== deter__ [i=deter@87.69.17.118.cable.012.net.il] has joined #ubuntu
Vegeta^neildarlow: Can you see FlashPLayer plugins in about:plugins?12:35
=== Pensacola [n=pensacol@26.116-243-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu
neildarlowVegeta^: yes12:35
neildarlowVegeta^: although it only supports flash upto version 7. many sites are now at version 9 and won't work with it :S12:37
drumlinenailbags: gotcha...   Google can often be quicker if you know how to search effectively.  :)12:37
Vegeta^neildarlow: ohh... You know where Ubuntu installs the plugins?12:37
=== ktaran [n=ktaran@218.80.80.198] has left #ubuntu ["Kopete]
neildarlowVegeta^: dpkg -L packagename12:37
=== Ishmael [n=Ishmael@MDM-84-213.beotel.net] has joined #ubuntu
drumlineOnly time recently when google wasn't faster for me was when I ended up spending a lot of time googling something when a quick call to a fellow consultant yielded an instant answer.   It's a balance...  But google should always be first...12:38
=== effraie [n=effraie@jem75-1-82-228-146-152.fbx.proxad.net] has joined #ubuntu
=== okto [n=okto@203.81.186.207] has joined #ubuntu
BigMac__anyone know why grub would not prompt me?12:39
=== bent [n=justinas@85.206.49.19] has joined #ubuntu
drumlineBigMac__: timeout might be set to 012:40
BigMac__how do i fix that?12:40
drumlineBigMac__: try rebooting and holding the down key and seeing if you get the prompt12:40
neildarlowVegeta^: /usr/lib/flashplugin-nonfree with symlinks in various other plugin directories12:40
drumlinego into the grub config within ubuntu....   There's a graphical tool for it, i think12:40
=== HellDragon [n=JD@about/copyleft/pdpc.active.HellDragon] has joined #ubuntu
inimesekenebigmac__ installed windows?12:40
=== Samuli^ [n=samuli@dasee2980.ulapland.fi] has joined #ubuntu
IshmaelHi! I have HP nx8220, receiving an error message: cannot allocate resource region 7 (also 8 and 9). What that means? Seems that noone knows.12:41
BigMac__seems like ubuntu takes a long time to load up12:41
=== Fig0 [n=Fig0@p5486EDC2.dip.t-dialin.net] has joined #ubuntu
=== Tomcat_ [n=tomcat@p54A194D5.dip0.t-ipconnect.de] has joined #ubuntu
drumlineBigMac__: security and a modular approach takes a bit more time.  :)12:42
=== MikeyMike [n=a@ip70-179-218-46.dl.dl.cox.net] has left #ubuntu ["departion"]
neildarlowIshmael: sounds like a PCI issue. could be BIOS related12:42
drumlineBigMac__: it's worth it..12:42
=== michi [n=michi@i53870B25.versanet.de] has joined #ubuntu
=== dipnlik [n=dipnlik@201-43-63-54.dsl.telesp.net.br] has joined #ubuntu
kyjadosbox rawks12:43
BigMac__i see12:43
neildarlowBigMac__: if you want to see a slow startup, try Gentoo. ubuntu is swift by comparision. :)12:43
drumlinecan somebody name off some good mp3 player manufacturers?12:43
kyjacant get dosemu to do a thing12:43
benthello, i got problem. I run /etc/init.d/gdm restart and i get an error: X: cannot stat /etc/X11/X (no such file or direcory... I looked here, there is no X file. But i dont get it there afrer reinstaling xserver-xorg packages... Any suggestions?12:43
Vegeta^neildarlow: I forgot to tell that I'm not using flashplayer-nonfree, I downloaded the flashplayer from their website and installed that. But I have fixed it now, I do have 2 more plugins in about:plugins, for FlashPlayer12:44
inimesekenebut startup time doesn't matter all that much12:44
inimesekenei mean... look at how many have gentoo , and how many have/had win2k12:44
=== mwe [n=mwe@unaffiliated/mwe] has joined #ubuntu
Ishmaelneildarlow: what to do?12:44
=== sujan [n=sujan@219.64.95.80] has joined #ubuntu
inimesekenewin2k took at least twice as long as an average gentoo does12:45
=== amki [n=amki@p5083566C.dip.t-dialin.net] has joined #ubuntu
dipnlikhi all. is there a way to make xbindkeys-config look nicer? (better fonts / buttons / etc)12:45
neildarlowIshmael: Google for HP Linux "your specific error message"12:45
=== Ishmael [n=Ishmael@MDM-84-213.beotel.net] has left #ubuntu ["Leaving"]
=== ehj20 [n=ed@ehjones.plus.com] has joined #ubuntu
=== neenaoffline_ [n=neenaoff@unaffiliated/neenaoffline] has joined #ubuntu
=== bent is now known as Elektrochelovek
=== Milchmann [n=david@DSL01.83.171.188.221.ip-pool.NEFkom.net] has joined #ubuntu
Elektrochelovekhello, i got problem. I run /etc/init.d/gdm restart and i get an error: X: cannot stat /etc/X11/X (no such file or direcory... I looked here, there is no X file. But i dont get it there afrer reinstaling xserver-xorg packages... Any suggestions?12:47
neildarlowinimesekene: i find startup time is important when speaking to NTL cable support and pretending to run windows to follow their support scripts :)12:47
neenaoffline_is the a tabbed version of gedit or anyother simple editor like beaver made using  GTK2 (or any other GUI toolkit) which uses tabs ?12:48
dipnlikneildarlow: lol12:48
BuckusWhat command was it to see what kernel version im using? :(12:48
dipnlikneenaoffline_: i use scite instead of gedit12:48
Elektrochelovekneenaoffline_ try scite12:48
=== neildarlow thinks dipnlik knows what he means :)
ElektrochelovekBuckus> uname -a12:48
Buckusthanks sir12:48
inimesekeneneildarlow: lol12:48
=== OllieD [n=VaDoR@217.67.133.52] has joined #ubuntu
mweuname -r will show just the version12:49
dipnlikneildarlow: yeah, i know. :(12:49
=== Crazed [n=Crazed@cc242865-b.deven1.ov.home.nl] has joined #ubuntu
=== ToonArmy [n=chris@88-105-180-50.dynamic.dsl.as9105.com] has joined #ubuntu
=== Pretoriano [i=Pretoria@host216-73.pool8252.interbusiness.it] has joined #ubuntu
=== IceLink [n=IceLink@W9df0.w.pppool.de] has joined #ubuntu
=== GNAM [n=GNAM@host199-235.pool8252.interbusiness.it] has joined #ubuntu
inimesekenei remember i had my win xp so messed up, that it took like 10minutes to infinite to shut down :\12:51
=== rb2k [n=rb2k@e180056023.adsl.alicedsl.de] has joined #ubuntu
IceLinkHi @ll12:52
RvGaTeIs it possible to adjust the screen position, without the use of the screens build in menu... becouse my screen (Samsung Syncmaster 203B 20", vga 1400x1050) is not alligned correctly when i use the rgb output, and i can't alllign it with the build in menu's becouse it is to far away and my values can' t reach it...also, pressing the auto button on my screen does not fix it. Altho my right screen (using nvidia twinview), using dvi output, works12:52
RvGaTeperfect (Samsung Syncmaster 203B 20", dvi 1400x1050), here is my xorg config: http://www.pastebin.ru/451412:52
=== neenaoffline_ [n=neenaoff@unaffiliated/neenaoffline] has left #ubuntu []
IceLinkCould anybody help me with the installation of Ubuntu 6.06 Desktop 64-Bit?12:53
=== Fitzz [i=greatmal@shell.evtek.fi] has joined #ubuntu
IceLinkIf I choose install and hit enter he stops by the message "<0>Kernel Panic - not syncing: attempted to kill init!"12:54
IceLinkUntil now nobody of the german ubuntu forums could help me12:55
=== hdcool [n=hdcool@d54C0A7AC.access.telenet.be] has joined #ubuntu
=== lsproc [n=lsproc@cpc4-stap1-0-0-cust976.nott.cable.ntl.com] has joined #ubuntu
=== habeeb [n=habeeb@athedsl-139777.otenet.gr] has joined #ubuntu
=== lsproc [n=lsproc@cpc4-stap1-0-0-cust976.nott.cable.ntl.com] has left #ubuntu []
rb2kanyone experiencing problems with the firefox 2.0b2 update (edgy)12:55
habeebGreetings, following this guide: https://wiki.ubuntu.com/HowToBuildDebianPackagesFromScratch I created a chroot enviroment. But well, it tells me to setup pbuilder once again, inside the chroot enviroment, is this right? I have already built it.12:55
rb2kafter launching firefox, all i get is this: http://www.ubuntuusers.de/paste/3598/12:55
kevor_rb2k: i think that question would be better at it's place on #ubuntu+112:55
=== chd [n=chd@p54BCD9F3.dip.t-dialin.net] has joined #ubuntu
rb2koh, thx12:56
=== Wespe [n=flo@p549D4A03.dip.t-dialin.net] has joined #ubuntu
=== BiGcaT [n=Perl@84-12-164-122.dyn.gotadsl.co.uk] has joined #ubuntu
Wespehi, umount keeps telling me that the device i want to umount is busy. what can I do?12:56
=== ichdasic1 is now known as ichdasich
JosefKWespe: you're not trying to unmount it while cd'd to it or a subdirectory?12:57
=== IceLink is now known as IceLink[away]
WespeJosefK: no, and all apps but the console are closed12:58
=== TheoMurpse [n=none@cpe-70-112-81-105.austin.res.rr.com] has joined #ubuntu
=== mmm [n=Android_@81-178-239-169.dsl.pipex.com] has joined #ubuntu
JosefKWespe: cd to it, 'find . -exec fuser {} \;'12:58
JosefKWespe: if nothing shows there, you can always try a 'sudo umount -f *device*'12:59
=== roy [n=roy@nusnet-235-165.dynip.nus.edu.sg] has joined #ubuntu
WespeJosefK: it gives me .:                   10861c 13978c 14770c12:59
Wespe./o:                  5730c  6149c 28219c  7491c  9317c12:59
=== nomasteryoda|w [n=nomaster@ip68-99-148-93.mc.at.cox.net] has joined #ubuntu
=== LordSkylark [n=raven@host130-99-static.104-80-b.business.telecomitalia.it] has joined #Ubuntu
=== kaankaisen [n=kaankais@85.102.58.237] has joined #ubuntu
Wespe.:                   10861c 13978c 14770c01:00
Wespe./o:                  5730c  6149c 28219c  7491c  9317c01:00
JosefKthat'll do :)01:00
Wespewhat does that mean?01:00
JosefKthey're process id's using the path/files.  presumably one of them will be your shell, and the find01:01
JosefK'ps -ef | grep *process ID*' to figure if it's safe to 'kill *ID*' them01:01
=== Assassin5 [n=Assassin@cpc3-kemp1-0-0-cust107.lutn.cable.ntl.com] has joined #ubuntu
=== cocos [n=cocos@cc516467-a.assen1.dr.home.nl] has joined #ubuntu
cocos!dualboot01:02
ubotuDual boot instructions for x86/amd64 https://help.ubuntu.com/community/WindowsDualBootHowTo - for mac https://wiki.ubuntu.com/YabootConfigurationForMacintoshPowerPCsDualBoot01:02
JosefKWespe: it looks some things are still cd'd to it.  you should be safe to cd out of it, and kill those IDs.01:02
=== Samuli^ [n=samuli@dasee2980.ulapland.fi] has joined #ubuntu
Wespeflo       7491  6149  0 09:40 pts/3    00:00:00 xmms -p is hanging in there ;)01:03
nomasteryoda|wwill edgy have a firewall by default?????01:03
JosefKWespe: there you go then ;)01:03
habeebnomasteryoda|w: iptables?01:03
=== HeMan [n=jimmy@1-1-7-40a.far.sth.bostream.se] has joined #ubuntu
nomasteryoda|wya01:03
=== Moon_girl [n=Moons@200.56.174.117] has joined #ubuntu
Subhumannomasteryoda, ubuntu has all ports closed by default now?01:03
=== Moon_girl [n=Moons@200.56.174.117] has left #ubuntu ["Abandonando"]
habeebafaik iptables comes by default in linux.01:03
nomasteryoda|wwell that is there, but unconfigured01:03
nomasteryoda|wok01:03
=== roy [n=roy@nusnet-235-165.dynip.nus.edu.sg] has left #ubuntu ["Leaving"]
habeebsudo aptitude install firestarter01:03
=== Caplain [n=matt@55.detroit-16-18rs.mi.dial-access.att.net] has joined #ubuntu
habeebA GUI for it :)01:03
nomasteryoda|wwell that is not true in ubuntu01:04
nomasteryoda|w6.06.101:04
RvGaTeanyone ?01:04
nomasteryoda|wi have ethereal tcpdump files as proof01:04
=== DrSpin [n=cole@ip68-108-210-82.ph.ph.cox.net] has joined #ubuntu
JosefKWespe: if xmms refuses to be killed, you can add -9 (kill immediately) ie. 'kill -9 7491'01:04
ChousukeUbuntu doesn't run any network services by default01:04
Chousukeas far as I know01:04
SubhumanChousuke is correct01:05
DrSpincan anyone tell me how to convince mysql to listen on both localhost(127.0.0.1) and on the public interface ?01:05
Chousukeso there's no need for a firewall01:05
nomasteryoda|wthen how do you get on the web? and ping...01:05
nomasteryoda|wer, ok01:05
Subhumana base ubuntu install has NO open ports, soa firewall is not nessarsay01:05
=== IceLink[away] is now known as IceLink
Subhumannomasteryoda, you can make outgoing connections, but not incoming.,01:05
=== nando [n=nando@dslb-084-058-067-150.pools.arcor-ip.net] has joined #ubuntu
Chousukenomasteryoda|w: of course you can connect to the outside network.01:05
WespeJosefK: yeah, thx. won't umount altough... chacking the IDs again01:05
Chousukebut the outside network has nothing to connect to on your machine :)01:05
Wespechecking01:05
IceLinkCould anybody help me by the installation of ubuntu 6.06 Desktop: If I choose install and hit enter he stops by the message "<0>Kernel Panic - not syncing: attempted to kill init!"01:05
nomasteryoda|wk01:05
JosefKWespe: remember to cd to ~ or something first01:05
HeManOdd, i gott opengl-painter to work but i cant run glxinfo...01:05
WespeJosefK: i did ;)01:06
JosefKWespe: erk :/ probably some processes hanging in there01:06
=== ehj20 [n=ed@ehjones.plus.com] has joined #ubuntu
IceLinkCould anybody help me by the installation of ubuntu 6.06 Desktop: If I choose install and hit enter he stops by the message "<0>Kernel Panic - not syncing: attempted to kill init!"01:07
IceLinkwhoops01:07
IceLinksorry01:07
=== aimaz [n=swp1@i-83-67-17-205.freedom2surf.net] has joined #ubuntu
=== ghostghost [n=casparbl@host81-132-238-185.range81-132.btcentralplus.com] has joined #ubuntu
WespeJosefK: anyway, I will try again after a restart... thx a lot01:08
JosefKWespe: np :)01:08
=== ElliotH [n=ubuntu@82.152.209.44] has joined #ubuntu
NameeaterRvGaT: are you using the proper sync rates?01:09
=== alessandropironi [n=ale@88-149-168-185.f5.ngi.it] has joined #ubuntu
alessandropironi#ubuntu-it01:09
=== pschulz01 [n=paul@202.174.42.5] has joined #ubuntu
=== alessandropironi [n=ale@88-149-168-185.f5.ngi.it] has left #ubuntu ["Leaving"]
=== noiesmo [n=noiesmo@58.166.181.159] has joined #ubuntu
=== kent [n=kent@82.145.136.38] has joined #ubuntu
ElliotHHi everyone, I got a problem with this dapper installation it just freezes at 24%, I'm trying to install the 64bit version on a serial ATA hard drive and it freezes when copying files. The disk check says the disk is pristine and I ordered it from ShipIt and the disk installed fine under vmware. Any suggestions?01:11
=== Psychobudgie [i=klaatu@82-71-44-108.dsl.in-addr.zen.co.uk] has joined #Ubuntu
=== nahoj [n=johan@81-235-236-180-no92.tbcn.telia.com] has joined #ubuntu
=== DiODO [n=diodo@host125-252-dynamic.3-87-r.retail.telecomitalia.it] has joined #ubuntu
NameeaterRvGaTe: are you using the proper sync rates?01:14
=== mike8901 [n=mike@ool-45780633.dyn.optonline.net] has joined #ubuntu
ISOLATEDViRuScan anyone help me with php and cookies?01:14
RvGaTeNameeater, yes01:14
Nameeaterhmm, wierd, the only mention I see of incorrect position (brief look I must say) refers to syn rates01:15
Nameeatersnyc*01:15
Nameeaterarg.01:15
=== archangelpetro [n=petroleu@82.152.204.251] has joined #ubuntu
NameeaterHorizontal frequency31-81 kHz Vertical frequency50-75 Hz ?01:15
DrSpinSOLUTION: Ubuntu doesn't use "skip_networking" instead it sets bind_address=127.0.0.1 -- commenting out that line in /etc/mysql/my.cnf solved my problem :)01:16
=== GaiaX11 [n=vagner@200.199.36.238] has joined #ubuntu
tkrooISOLATEDViRuS, tried ##php ?01:16
=== elias_ [n=elias@u-121-071.adsl.univie.ac.at] has joined #ubuntu
=== dreamthief|away is now known as dreamthief
=== P3L|C4N0 [n=gcamposm@201.230.107.188] has joined #ubuntu
ISOLATEDViRuSthanks01:17
ElliotHanyone got any ideas on this? I got a problem with this dapper installation it just freezes at 24%, I'm trying to install the 64bit version on a serial ATA hard drive and it freezes when copying files. The disk check says the disk is pristine and I ordered it from ShipIt and the disk installed fine under vmware. Any suggestions?01:17
P3L|C4N0greetings01:17
ElektrochelovekElliotH, press alt+f2 ..f301:17
Elektrochelovekthere should be more info01:17
Elektrochelovekon which particular step ir freezes01:18
ElliotHElektrochelovek: ok, give me a second to restart the installation, thanks01:18
ElliotH(I closed it before)01:18
=== AaSFi [n=AaSFi@eu83-213-214-42.clientes.euskaltel.es] has joined #ubuntu
=== Android [n=Android_@81-179-103-225.dsl.pipex.com] has joined #ubuntu
=== Wespe [n=flo@p549D4A03.dip.t-dialin.net] has joined #ubuntu
=== herzi [n=herzi@pD9E2B7F2.dip.t-dialin.net] has joined #ubuntu
=== Storkme [n=alex@storkey.plus.com] has joined #ubuntu
=== neildarlow [n=neil@cpc2-bigg1-0-0-cust637.lutn.cable.ntl.com] has left #ubuntu []
Storkmehow can i stop `java` from referring to a java version i installed via apt-get and make it refer to something in my PATH01:21
Bazziupdate-alternatives --config java01:21
=== _sah_ [n=sah@cpc4-hitc1-0-0-cust766.lutn.cable.ntl.com] has joined #ubuntu
=== yrjo [n=yrjo@dsl-83-148-208-239-dynip.ssp.fi] has joined #ubuntu
StorkmeBazzi, but i want none of those.01:22
Storkmei want java to fall through and the executable found in a dir at the end of my PATH01:22
Bazzithen you have to add yours to /etc/alternatives/java01:22
=== mrcoyote [n=mrcoyote@AAnnecy-251-1-10-221.w83-113.abo.wanadoo.fr] has joined #ubuntu
Bazzihuh?01:23
=== number_six [n=number_s@host-87-242-56-140.prtelecom.hu] has joined #ubuntu
Bazziyou can use /your/java/install/java yourfile.java if you explicitly want to load it with one java version01:23
number_sixhi all01:23
RvGaTeNameeater, i missed your answer/suggestion becouse you didn't start with RvGaTe: <message>, i was wondering where you went :P01:24
NameeaterRvGaTe: sorry ;p01:24
number_sixcan anybody help me about mount partitions01:24
number_six?01:24
StorkmeBazzi, how do i add mine to /etc/alternatives/java ?01:25
habeebJust go on with your question number_six01:25
SillyZgmornin01:25
=== mumbles-off is now known as mumbles
RvGaTeNameeater, restarting gdm now01:25
=== Moon_Girl [n=Moons@200.56.174.117] has joined #ubuntu
=== simpo [n=simpo@62.233.214.6] has joined #ubuntu
=== Moon_Girl [n=Moons@200.56.174.117] has left #ubuntu ["Abandonando"]
erUSUL|anyone > number_six01:26
=== engla [n=ulrik@wikipedia/Sverdrup] has joined #ubuntu
number_sixa line from my fstab :/dev/hdb1/media/storage2 ntfsumask=02220001:26
=== matrixise [n=matrixis@host-213-213-205-215.brutele.be] has joined #ubuntu
=== paszczur [n=michal@62.233.250.146] has joined #ubuntu
engla!edgy01:26
ubotuedgy is the current development version of Ubuntu. Version 6.10, codename "Edgy Eft". For support head to #ubuntu+1. For its release schedule, see !schedule01:26
RvGaTeNameeater, same thing, exactly the same thing01:26
BazziStorkme: using --install01:26
=== Rug [n=Bubba@dyn216-8-172-193.ADSL.mnsi.net] has joined #ubuntu
=== nysosym [n=nysosym@p54B7BE3E.dip0.t-ipconnect.de] has joined #ubuntu
=== lukketto [n=lukketto@host84-83-dynamic.57-82-r.retail.telecomitalia.it] has joined #ubuntu
NameeaterRvGaTe: damn, not sure what to try next01:27
number_sixbut i'cant open the partitions01:27
habeeb!schedule > habeeb01:27
=== EVRAMP [n=EVRAMP@g225.ol.ntw.fcanet.cz] has joined #ubuntu
RugHowdy all01:27
yrjohow do I change my ext2 partition to ext3?01:27
number_sixI get this message:error: device /dev/hda2 is not removable01:27
number_sixerror: could not execute pmount01:27
Rugyrjo: The only way that I know, is to reformat it01:28
=== RMorris85 [n=bob@c-66-177-73-110.hsd1.fl.comcast.net] has joined #ubuntu
SillyZreformat it with mkfs.ext3 but your going to loose all data01:28
=== lix [i=ERROR@fw-hgkz.hgkz.ch] has joined #ubuntu
yrjook01:28
RvGaTeNameeater, switching 1 resolution lower makes it display correctly on both display... but it should work on 1400x1050 on both screens01:28
SillyZpersonally id take reiserfs over ext filesystems anyday01:28
yrjothat's bad01:28
yrjobut thanks anyway01:28
NameeaterRvGaTe: thats very wierd01:29
RugSillyZ: I have lost a lot of data on Riser partitions.  Sure ext might be slow, but damn it's solid01:29
=== kevor_ [i=kevor@iota.aeshells.org] has left #ubuntu []
cpk2I love the messages on some distros when it asks you want fs you want01:29
cpk2and the notes for reiser01:29
=== Abst [n=loser@unaffiliated/abst] has joined #ubuntu
SillyZRug: Id have to disagree with you on that one, Ive been running reiserfs for years and Ive never lost a single bit of data01:29
RvGaTeNameeater, thats how i thought about it :P01:30
AbstHow do I change windows in Irssi?01:30
RugCool, good for you.01:30
SillyZRug: its all personal preference anyway now adays01:30
=== DrSpin [n=cole@ip68-108-210-82.ph.ph.cox.net] has left #ubuntu []
RugAbst: Ctrl + N01:30
AbstThankyou!01:30
=== erUSUL agrees with Rug on the ext3 vs. reiserfs issue
RugSillyZ: yeah i suppose.01:31
=== xtayfool [n=xtayfool@202.115.125.47] has joined #ubuntu
=== unfknblvbl [n=unfknblv@dsl-202-72-170-229.wa.westnet.com.au] has joined #ubuntu
=== ElliotH [n=ubuntu@82.152.209.44] has joined #ubuntu
erUSULAbst: is Alt + N around here (or Esc <release key> N)01:32
=== Pelo [n=jean@mtl-pppoe-adsl703.securenet.net] has joined #ubuntu
AbsterUSUL: Yeah Alt + N works01:32
ElliotHElektrochevolek: Just tried that, but the system was frozen beyond use, had to reboot, it freezes the moment it tries to start copying files01:33
Rug=)01:33
Elektrochelovek;/01:33
Rugkeyboard mapings?  region settings?  I don't know.  for me alt+N doesn't work but ctrl+n does.01:34
RogerRabbhey, looking for a database workbench.. something to let me visually design a database then for it to export the mysql code to create said things?01:34
=== pal18 [n=devnull@port70.ds1-ns.adsl.cybercity.dk] has joined #ubuntu
=== pal18 [n=devnull@port70.ds1-ns.adsl.cybercity.dk] has left #ubuntu ["Leaving"]
RugRogerRabb: have you tried the DB app in Openoffice?01:34
RogerRabboh, nope I haven't01:34
ElliotHElektrochelovek: any other ideas? I think it might be because it recognizes the SATA harddrive as an ATA01:35
RugRogerRabb: I don't know if it'll do what you want, but considering it's target, it might be a decent start01:35
=== g8m [n=evil@cp82868-a.dbsch1.nb.home.nl] has joined #ubuntu
RvGaTeI Plugged in a usb device, but it doesn' t show up on the desktop (its a sd-card reader)01:35
=== Caplain [n=matt@137.detroit-04-05rs.mi.dial-access.att.net] has joined #ubuntu
HeManwhen i got opengl to work in the menus i can't play any type of video01:35
=== mr_lampe [n=lampe@dslb-084-056-129-128.pools.arcor-ip.net] has joined #ubuntu
=== Dace [n=dace@62.142.195.83] has joined #ubuntu
=== ElliotH is away now
Storkmei broke my old ubuntu partition - ubuntu64 - so i reinstall on an empty partition, and mount the old broken partition in /media/spare so i can access almost all the config files i had before i cocked up :D plus i still have the /home partition which is unchanged, so if anything, destroying my ubuntu64 partition was a good thing01:35
RvGaTenvm my last question01:36
HeManneither with myth's internal player nor mplayer01:36
RogerRabbnope - seems to want to connect to database etc, and doesn't like the drivers Rug01:36
=== kingace1 [n=adamcoim@c-68-80-169-161.hsd1.pa.comcast.net] has joined #ubuntu
kingace1hello01:37
=== kuyky [n=kuyky@84.90.39.212] has joined #ubuntu
HeManand i get "scheduling while atomic:" in my kernel-message-log01:37
appelzaSomeone gimme the lamp link pls01:37
appelza!lamp01:37
ubotulamp is a shortcut for Linux-Apache-Mysql-{PHP,Perl,Python}. To setup a LAMP server on Ubuntu, install the packages libapache2-mod-php5, php5-mysql, and mysql-server-5.0. You can also choose 'install a LAMP server' from the server install cd boot menu. See also https://help.ubuntu.com/community/ApacheMySQLPHP01:37
appelzanm01:37
=== pitti [n=pitti@ubuntu/member/pitti] has joined #ubuntu
RugRogerRabb: sorry, I always create my DB's on the command-line.01:38
=== pal18 [n=devnull@port70.ds1-ns.adsl.cybercity.dk] has joined #ubuntu
kingace1i'm trying to dual-boot ubuntu and windows, with ubuntu on a usb drive... but when I insert the disk and choose Start or Install Ubuntu, it freezes immediately at "Ok, Loading the Kernel".. can someone help me?01:38
RvGaTeNameeater, can you play .3gp files created from mobiles? (i made a video on what my problem is)01:38
SillyZnow heres one that bugs the daylights outta me, in Xchat it no longer shows the users in the channel on the right hand side, anyone know how to turn this feature back on??01:39
Storkmefunny how just a bunch of ubuntu users on irc are so much more effective then microsofts 1,000,000 call centers in india..01:39
RogerRabbRug yeah same here.. just wanted to test out a few designs visually, then have it automatically script them for me this time around.. since I'm not positive on the best way to do it01:39
xtayfool!hd-media01:39
ubotuSorry, I don't know anything about hd-media - try searching on http://bots.ubuntulinux.nl/factoids.cgi01:39
RvGaTeNameeater, http://pc.rvgate.nl/nvidia_twinview.3gp01:40
RugRogerRabb: I know it's not exactly what you are looking for, but have you tried phpMyAdmin?01:40
=== HeMan [n=jimmy@1-1-7-40a.far.sth.bostream.se] has left #ubuntu ["Ex-Chat"]
RogerRabbnot running php :)01:40
=== Gyuri_ [n=hangcsap@cm-216-181.kabelnet.hu] has joined #ubuntu
RugRogerRabb: you are determined to not let me help you eh?01:41
Gyuri_re01:41
RogerRabband phpmyadmin doesn't let me create tables visually on a convas and move them around - then create lines (eg relationships) between tables01:41
RogerRabbunless it's suddenly gone all javascript mad01:41
RugRogerRabb: yeah I know..01:41
=== SillyZ [n=james@CPE-72-129-177-185.neb.res.rr.com] has left #ubuntu ["Ex-Chat"]
=== Coello [n=Coello@44.Red-83-35-25.dynamicIP.rima-tde.net] has joined #ubuntu
xtayfoolhao can i get the prefect hd-media which works with knot3?01:41
=== SillyZ [n=james@CPE-72-129-177-185.neb.res.rr.com] has joined #ubuntu
appelzaHi guys, my php5 isnt installing properly, it doesnt add anything inside : /usr/lib/php5/20051025/01:41
=== DrSpin [n=cole@ip68-108-210-82.ph.ph.cox.net] has joined #ubuntu
=== bryanl [n=bryan@c-69-140-233-150.hsd1.md.comcast.net] has joined #ubuntu
kingace1what would cause my disk to freeze while loading the kernel? the download is good (i checked md5)?01:42
SillyZhave you tried Webmin for sql administration?01:42
DrSpinanyone in here really familiar with sambe??01:42
=== fxn1 [n=scott@cpc1-grim1-0-0-cust94.nott.cable.ntl.com] has joined #ubuntu
SillyZI know webmin will let ya ccreate tables and such01:42
DrSpinphpmyadmin is what I use01:42
RugDrSpin: do you mean SAMBA?01:42
fxn1HI all01:42
AbstHi01:42
=== unfknblvbl [n=unfknblv@dsl-202-72-170-229.wa.westnet.com.au] has left #ubuntu []
Coelloalgn marica para hablar de lo que sea?01:42
DrSpinRug: uh... exactly... wasn't paying attention ;)01:42
RogerRabbyeah, not an issue of creating tables.. I do that on command line.. just wanted to visually design tables with relationships and have it script it for me, this time around01:43
=== BigSnake [n=bigsnake@59.41.108.144] has joined #ubuntu
pal18anyone knows what I need to write at the boot prompt to get the livecd to show the desktop? trying it on my laptop, boots fine, it plays the start sound (I assume) but just show a black screen, no desktop01:43
=== aimaz [n=swp1@i-83-67-17-205.freedom2surf.net] has joined #ubuntu
Rug!samba01:43
ubotusamba is the way to cooperate with Windows environments. Links with more info: https://wiki.ubuntu.com/MountWindowsSharesPermanently http://help.ubuntu.com/ubuntu/serverguide/C/windows-networking.html Samba can be administered via the web with SWAT01:43
fxn1I have a problem. I have installed flash and java and java applets show fonts really big and flash doesnt work in firefox - in opera it does but its just a laggy black screen and doesnt work correctly can someone help me out?01:43
=== cumcum82 [n=cumcum82@85.105.173.111] has joined #ubuntu
=== BigSnake [n=bigsnake@59.41.108.144] has left #ubuntu []
DrSpinthanks01:43
kingace1if ubuntu isnt going to work then what's the best alternative?01:44
Abstkingace1: SuSE or Debian honestly01:44
=== mundisko [n=mundisko@89.100.113.182] has joined #ubuntu
Storkmekingace1, i've heard good things about fedora core01:44
Rugkingace1: fix it01:44
fxn1how do i uninstall flash and java01:44
fxn1i want flash to work the most :(01:44
nysosymi have a problem with edgy knot 3 firefox (bon echo) the fonts are really crappy, no option shows any better result. Anyone with the same problem?01:44
kingace1rug: i'm a newbie with this stuff, and I asked for help, but i didn't get any response at all01:44
=== xevil [i=mageerc@host-216-77-195-232.jan.bellsouth.net] has joined #ubuntu
DrSpinthe "guest" option on my mount command fixed it :)01:45
Abstkingace1: What was the problem01:45
Rugkingace1: what a great chance to learn01:45
=== cocos [n=cocos@cc516467-a.assen1.dr.home.nl] has joined #ubuntu
kingace1i'm trying to dual-boot ubuntu and windows, with ubuntu on a usb drive... but when I insert the disk and choose Start or Install Ubuntu, it freezes immediately at "Ok, Loading the Kernel"01:45
cocos!lts01:45
ubotults is Long Term Support. LTS versions of Ubuntu will be supported for 3 years on the desktop, and 5 years on the server.01:45
mundiskohehe01:45
cocos!release01:45
ubotuUbuntu releases a new version every 6 months. Each version is supported for 18 months to 5 years. More info at http://www.ubuntu.com/ubuntu/releases & http://wiki.ubuntu.com/TimeBasedReleases01:45
Abstkingace1: How big is your usb pen01:46
=== Nilvio [n=nilvio@dsl-tregw3-fe40f800-62.dhcp.inet.fi] has joined #ubuntu
=== bombero [n=bombero@e177167183.adsl.alicedsl.de] has joined #ubuntu
SillyZI originially did support (online) ofr Mandrake/Mandriva, then moved on to Gentoo, and then found Ubuntu and is one of the best distros I have yet to see... long live Ubuntu01:47
kingace1Abst: it's not a pen, its an external drive, i have 35 gigs01:47
=== chibiace [n=ace@60.234.208.56] has joined #ubuntu
kingace1and it shouldnt matter because at this point i havent even specified where the installation is going to01:48
Rugkingace1: remove the USB drive and try again.  (just to see if it gets past the Loading Kernel stage).  Also, why install on a USB drive?  If it is to "protect" your Windows partition then it won't help. (The /boot partition will overwrite your MBR anyway.)01:48
kingace1its not to protect it, I only have 1 partition on my local disk01:48
kingace1and i don't really want to format everything01:48
Abstkingace1: Make some!01:48
Rugkingace1: you can resize your existing partitions01:49
kingace1can you make a new partition just from free space?01:49
AbstTHere is ways to resize NTFS01:49
kingace1without losing my data?01:49
AbstAnd yes, you can01:49
kingace1ah01:49
Rugyes01:49
kingace1well I'm using NTFS...01:49
kingace1on my windows partition01:49
NameeaterRvGaTe: apparently I cant play them and transcode is 15megs :/01:49
=== exs [n=exs@81-179-146-201.dsl.pipex.com] has joined #ubuntu
NameeaterRvGaTe: I think I understand what is the problem but not a clue how to fix it01:50
=== alessandropironi [n=ale@88-149-168-185.f5.ngi.it] has joined #ubuntu
=== alessandropironi [n=ale@88-149-168-185.f5.ngi.it] has left #ubuntu ["Leaving"]
Storkmehow can i make sure a service is called by my user when i log into gnome?01:50
kingace1i'm going to try without the USB01:50
Storkmeis there like a startup file?01:50
RugAs long as you don't shrink it too much then it should be fine.  (leave enough free space on your Windows partition so that it doesn't crash01:50
AbstStorkme: Would Sys -> Prefs -> Sessons -> Startup do?01:50
=== mau_ [n=mau@adsl-ull-133-62.42-151.net24.it] has joined #ubuntu
Storkmeah01:50
Storkmecunning01:50
Storkmethanks aba_01:50
StorkmeAbst *01:50
AbstHehe NP01:51
=== kbrust [n=kbrust@p54B6FA0C.dip.t-dialin.net] has joined #ubuntu
=== elvirolo [n=elvirolo@lns-bzn-50f-62-147-190-207.adsl.proxad.net] has joined #ubuntu
=== kendals [n=kendals@dsl-202-173-145-247.qld.westnet.com.au] has left #ubuntu []
NameeaterRvGate: works now ;o wierd wierd wierd!01:52
elvirolohi01:52
AbstHey01:52
elvirolocould anyone tell me what the dapper chan is ?01:52
elviroloer01:52
elviroloedgy, i mean01:52
Nameeater#ubuntu+101:52
Abst#ubunut+101:52
elvirolothanks01:52
AbstOops01:52
GNAMknot 3 has been announced?01:52
=== admin_ [n=admin@ool-182df57d.dyn.optonline.net] has joined #ubuntu
AbstRug: Should it be noted that some windows partitioners outpreform Linux ones (sorry!)01:53
admin_i have my TTY7 with GNOME running now, how can i also make XFCE run at the same time in TTY801:53
RugAbst: don't apologize.  They sure do.  I would never resize my partitions using linux apps.  Horrid I tell you, and I don't trust them.  That is why I keep several drives going at one time.01:54
AbstYeah01:54
=== predaeus [n=predaeus@chello080109173112.tirol.surfer.at] has joined #ubuntu
=== predaeus_ [n=predaeus@chello080109173112.tirol.surfer.at] has joined #ubuntu
=== profoX` [n=profox@d51A52303.access.telenet.be] has joined #ubuntu
Rugadmin_: that would require a 'second' copy of x-windows to run01:55
=== Linuturk [n=Linuturk@12-214-242-57.client.mchsi.com] has joined #ubuntu
=== predaeus_ [n=predaeus@chello080109173112.tirol.surfer.at] has left #ubuntu ["Leaving"]
RugAbst: can you ping me, is my lag really at 3 seconds?!?!!01:56
=== predaeus [n=predaeus@chello080109173112.tirol.surfer.at] has left #ubuntu ["Leaving"]
AbstI dunno01:56
=== DrSpin [n=cole@ip68-108-210-82.ph.ph.cox.net] has left #ubuntu []
AbstPossibly, I get 20 seconds lag sometimes01:56
AbstPung01:56
=== predaeus [n=predaeus@chello080109173112.tirol.surfer.at] has joined #ubuntu
=== Volt [i=Volt@89.35.100.77] has joined #ubuntu
Abst6 secs01:56
Rugwow01:57
=== Volt [i=Volt@89.35.100.77] has left #ubuntu []
=== pip [n=pip@221.234.209.96] has left #ubuntu [""]
RugI really shouldn't have so many BT sessions going at once I guess01:57
=== fildo [n=fildo@c220-239-236-78.livrp1.nsw.optusnet.com.au] has joined #ubuntu
AbstHehe01:58
=== lophyte- [n=dave@Toronto-HSE-ppp3734773.sympatico.ca] has joined #ubuntu
AbstI have a telnet game running in one TTY, irssi in the second, console in the third and X in the 7th01:58
=== dannyr_ [n=chatzill@midfie4.lnk.telstra.net] has joined #ubuntu
=== lophyte- is now known as lophyte
Storkmedoes anyone here use lineakd ? every time i start it up it says: Display plugin not found01:58
=== soar [n=soar@221.225.161.99] has joined #ubuntu
=== avalon [n=avalon@82-38-255-189.cable.ubr03.brad.blueyonder.co.uk] has joined #ubuntu
=== poningru [n=poningru@ip70-171-62-28.ga.at.cox.net] has joined #ubuntu
ElliotHDoes anyone know how to make the ubuntu 6.06 64bit live CD recognise an SATA harddrive as an SATA harddrive instead of ATA which it is doing at the moment01:59
=== nicu [n=die@86.126.18.175] has joined #ubuntu
=== hantoo [i=hantu@60-241-200-159.static.tpgi.com.au] has joined #ubuntu
=== GyrosGeier [n=richter@port-195-158-179-158.dynamic.qsc.de] has joined #ubuntu
=== gana-home [n=ganadist@211.187.242.27] has joined #ubuntu
GyrosGeier\o/02:00
=== archangelpetro [n=petroleu@82.152.204.251] has joined #ubuntu
=== der_daniel_ [n=daniel@pD9E10408.dip0.t-ipconnect.de] has joined #ubuntu
=== elvirolo [n=elvirolo@lns-bzn-50f-62-147-190-207.adsl.proxad.net] has left #ubuntu ["guitar]
=== angelo_ [n=angelo@host87-28-dynamic.7-87-r.retail.telecomitalia.it] has joined #ubuntu
RugElliotH: SATA is ATA, what is the problem?02:00
AbstGuitar on fire?02:00
=== linnuxxy [n=linnuxxy@196.218.252.208] has joined #ubuntu
=== nysosym [n=nysosym@p54B7BE3E.dip0.t-ipconnect.de] has left #ubuntu []
=== mike8901 [n=mike@ool-45780633.dyn.optonline.net] has joined #ubuntu
=== yacek19 [n=yacek@217.96.27.67] has joined #ubuntu
ElliotHRug: The installer just can't copy the files accross so it freezes... so I assumed that that could be the problem02:01
nicuquestion : wick linux is the faster end the most stabale : ubuntu..slackware...mandriva..or suse????02:01
Abstnicu: GO ask in ##linux02:02
Ash-Foxnicu, depends on what you're using them for.02:02
linnuxxyi have massed with some configuration files in the /etc/X11/  ... and i forgote to backup it first... how can i restore the default?02:02
=== wells [n=liu_no1@124.91.26.157] has joined #ubuntu
=== ElliotH [n=ubuntu@82.152.209.44] has joined #ubuntu
Ash-Foxnicu, for fork bombs, slackware will go down fastest.02:02
Ash-Fox:P02:02
nicu:)02:02
=== DrSpin [n=cole@ip68-108-210-82.ph.ph.cox.net] has joined #ubuntu
=== Skaag [n=skaag@80.178.194.229.adsl.012.net.il] has joined #ubuntu
DrSpin!samba02:03
ubotusamba is the way to cooperate with Windows environments. Links with more info: https://wiki.ubuntu.com/MountWindowsSharesPermanently http://help.ubuntu.com/ubuntu/serverguide/C/windows-networking.html Samba can be administered via the web with SWAT02:03
Skaaghey there02:03
AbstHey there02:03
nicuok thanhs02:03
=== DrSpin [n=cole@ip68-108-210-82.ph.ph.cox.net] has left #ubuntu []
Skaagi've received this box with kubuntu on it, but i'm an ubuntu (gnome) dude, is there an easy way to switch it to gnome or will I have to reinstall from the CD?02:03
Rugnicu: fastest and most-stable are mutally exclusive.02:03
=== Blue-Omega [i=Blue@about/cooking/nakedchef/omelette/Blue-Omega] has joined #ubuntu
nicu:)02:03
yacek19hi02:03
AbstHey02:04
Skaaghi yacek1902:04
RugSkaag: apt-get install gnome-desktop02:04
Skaagrug: ah, great :-)02:04
Samuli^skaag, sudo apt-get install ubuntu-desktop02:04
=== Foc [i=Foc@89.35.100.77] has joined #ubuntu
=== plc [n=plc@61.187.64.198] has joined #ubuntu
=== lancetw [n=lancetw@140.128.194.90] has joined #ubuntu
AbstSkaag: No02:04
Skaagrug: I was beginning to worry I would have to do a lot of hard work02:04
=== zoral [i=zoral@zoral.bsnet.se] has joined #ubuntu
linnuxxyi have massed with some configuration files in the /etc/X11/  ... and i forgote to backup it first... how can i restore the default? using apt... download it manully from the CVS?02:04
AbstSkaag: apt-get install ubuntu-desktop02:04
Samuli^or if you're not sure you want to keep it then use aptitude instead of apt-get02:04
=== ||arifaX [n=none@p54B5B884.dip0.t-ipconnect.de] has joined #ubuntu
Skaagthanks guys :)02:05
AbstYeah do this: sudo aptitude install ubuntu-dekstop02:05
AbstYeah do this: sudo aptitude install ubuntu-desktop02:05
RugSkaag: don't worry this is Linux.  Of course you will have to do hard-work02:05
RvGaTeNameeater, you still there m8 ?02:05
erUSULlinnuxxy: if it's xorg.conf try 'sudo dpkg-reconfigure xserver-xorg' to generate a new valid one02:05
=== nailbags [n=someone@149.171.94.134] has left #ubuntu []
AbstHaha02:05
ElliotHIs there a way to get the dapper live CD to install without booting into the live cd?02:05
NameeaterRvGaTe: sorta, whats up?02:05
erUSULElliotH: no afaik02:05
=== alef-null [n=alef0@M897P031.adsl.highway.telekom.at] has joined #ubuntu
Samuli^skaag, erasing kde is a different story though, easier to just keep both.02:06
AbstElliotH: You could download the text based installer02:06
RugElliotH: you can grab the alternate install CD02:06
Skaagyes i will keep both02:06
erUSUL!alternate > ElliotH02:06
SkaagI do not have a space issue I think..!02:06
Skaag(hope)02:06
Skaag;-)02:06
RvGaTeNameeater, i create a movie with my mobile, to show you exactly the problem... its only in 3gp format, and i cant convert it atm :S http://pc.rvgate.nl/nvidia_twinview.3gp02:06
Skaag66gb available, yes, should be fine to keep it02:06
RugElliotH: if you are unable to copy files on your SATA drive, then something else is going on.02:06
Skaagbesides I do run some kde apps, sometimes, like amarok02:06
Samuli^kde takes around 300-400MB so, you're probably all right :)02:07
linnuxxyin fact they r those file in directory /etc/X11/xkb/rules02:07
=== magnet [n=magnet@palantir.mithrandir.net] has joined #ubuntu
SkaagElliotH: did you make sure it's mounted rw?02:07
AbstSkaag: Kopete :D02:07
=== Linuturk [n=Linuturk@12-214-242-57.client.mchsi.com] has joined #ubuntu
yacek19I have strange problem with compiling. I do "make" and at the and during linking, my computer hangs, completly and I can hear some noise from speakers.02:07
ElliotHSkaag: Well I'm just going for a fresh install from blanl02:07
RugSkaag: k3b02:07
plccall for help! I installed ubuntu 64bit version yesterday. I followed the instruction in Ubuntu Forums to get my w32codec working. But I found the mplayer32 package is not compatible with the ia32-lib-openoffice. How can I do now? Anybody can help? Thanks02:07
SkaagAbst: and about kopete, does it have OTR?02:07
Samuli^yacek19, you're right. That IS strange :)02:07
AbstOTR?02:07
SkaagElliotH: that's usually best02:07
=== Montag_ [n=matt@c-24-127-107-178.hsd1.ca.comcast.net] has joined #ubuntu
SkaagAbst: Off The Record encryption02:08
ElliotHSkaag: But that doesn't work, it just freezes02:08
AbstOh02:08
AbstI don't know/care sorry02:08
=== clyons [n=clyons@83.71.86.171] has joined #ubuntu
SkaagElliotH: perhaps you need to load some driver for your sata02:08
NameeaterRvGaTe: yar I saw it and I messaged that I'm not sure what to do, its veeeeery wierd02:08
yacek19but what can cause that?02:08
SkaagElliotH: I've seen some motherboard with weird hardware, like on-board sata raid, etc.02:08
RvGaTeNameeater, ok...02:08
=== fissy [n=fissy@merula.plus.com] has joined #ubuntu
SkaagElliotH: but i'm surprised it does not detect it02:08
ElliotHSkaag: I got an HP ex-media centre one, and it worked before in SuSE02:09
=== Ash-Fox doesn't understand why so many people want to use a 64bit OS when often they don't even have more than 4GB of RAM.
RugElliotH: have you check with /var/log/dmesg to see if any oddness was being logged?02:09
fissyhello... does anyone know if ubuntu edgy can be installed (and run) from a usb disk02:09
SkaagElliotH: what are the symptoms again? (sorry if I missed that part)02:09
=== flightlinux [n=mustafa@202.5.145.13] has joined #ubuntu
sladenfissy: yes, and yes02:09
ElliotHRug: I doubt it will exist, but I can try02:09
ElliotHSkaag: The installation from liveCD freezes at copying files02:09
Storkmewtf02:09
SkaagElliotH: You can always do: dmesg | less, even if the file could not be created02:09
fissysladen, thanks. Do you know when that feature was added, because I have older versions of ubuntu which let you install to a usb disk but cannot boot02:10
=== beasty [n=beasty@d54C2DD0F.access.telenet.be] has joined #ubuntu
ElliotHSkaag: what is dmesg less?02:10
Abstfissy: We just had someone in not able to boot Dapper from a USB, so recently I guess02:10
SkaagElliotH: so it managed to partition the drive fine but can't copy files, sounds like a drive problem to me, or it could be bios settings pertaining to your sata compatibility etc.02:10
erUSULlinnuxxy: this files are in xkeyboard-config you can try to somehow reinstall it02:10
SkaagElliotH: dmesg is a command to show you the kernel log since boot02:10
SkaagElliotH: and |less will allow you to page it so you can view it comfortably02:10
fissyAbst: ok, thanks02:10
SkaagElliotH: the | is important (pipe)02:11
AbstAlso #ubuntu+1 is the Edgy channel if you need it02:11
Rugfissy: booting USB depends on 2 things, a) a motherboard that supports it.  Or b) hacking the /boot grub to point to the USB drive.02:11
Storkmeif i have an executable in /home/alex/progs/lineakd/lineakd how do i make that accessible from anywhere?02:11
SkaagElliotH: check if your mobo has some SATA setting that allows compatibility of some sort02:11
=== Foc [i=Foc@unaffiliated/foc] has left #ubuntu []
SkaagElliotH: in the bios settings, that is02:11
fissyfedora core 6  boots fine from a usb disk on that computer, but i'd prefer to use ubuntu for various reasons02:11
ElliotHSkaag: it doesn't boot at all, it can't save anything (Where is the pipe on a US keyboard mapped to?) and yes I will check02:11
plchelp! dapper 64bit mplayer 32 problem02:11
jribStorkme: put a symlink to it somewhere in your PATH02:11
=== AskHL [n=ask@82.211.198.209] has joined #ubuntu
SkaagElliotH: pipe is shift \02:12
SkaagElliotH: but did it partition the drive?02:12
ElliotHSkaag: That works when I have a brittish english keyboard setup, but on this it gives me a > and yes it did partition the drive02:12
=== wells [n=liu_no1@124.91.26.157] has left #ubuntu []
=== kingace1 [n=adamcoim@c-68-80-169-161.hsd1.pa.comcast.net] has joined #ubuntu
kingace1I'm back02:12
kingace1it booted fine without the USB disk02:12
SkaagElliotH: so it did manage to write to the drive up to a certain point?02:13
kingace1but then it failed to load X02:13
ElliotHSkaag: Nope, not at all02:13
kingace1any ideas?02:13
=== johseelig [n=johseeli@p548A367B.dip0.t-ipconnect.de] has joined #ubuntu
Rugkingace1: glad to hear it02:13
SkaagElliotH: if you ALT-F2 and get a prompt, then run fdisk on your drive, do you see the correct partition table?02:13
Rugack02:13
johseeliglist02:13
johseelighi02:13
AbstHey02:13
=== magical_trevsky [n=magical@80-45-41-53.static.dsl.as9105.com] has joined #ubuntu
Rugkingace1: what were the error messages?02:13
=== Raging_Hog [n=heikki@bb-81-175-246-64.cable.phnet.fi] has joined #ubuntu
linnuxxyhow can i reinstall package with apt? i need to repare some files in the 'xkeyboard-config' package02:14
kingace1crap...02:14
kingace1let me do it again02:14
ElliotHSkaag: it can't find SDA where I am pretty sure its mounted to02:14
kingace1and ill write it down02:14
Skaagby the way, anyone here has an external TV connected to an nVidia card's TV Out + working?02:14
kingace1will u be here in like 20 minutes?02:14
RugI've got to run folks, time to watch SGA02:14
Abstlinnuxxy: sudo apt-get remove package; sudo apt-get install package?02:14
=== Bubble [i=Bubble@89.35.100.77] has joined #ubuntu
AbstBye Rug02:14
SkaagElliotH: there's your problem then, do you know /dev/sda is your drive for sure? it is possible your SATA is called something else entirely!02:14
ElliotHRug: bye02:14
=== foxpaul [n=ph@82-42-192-137.cable.ubr12.live.blueyonder.co.uk] has joined #ubuntu
=== masterbender [n=bender@p548DDA15.dip.t-dialin.net] has joined #ubuntu
ElliotHSkaag: the ubuntu installation calls it SDA and the right size02:15
=== Bubble [i=Bubble@89.35.100.77] has left #ubuntu []
linnuxxyAbst: alot of dependancies.... that will remove the entire kubuntu system!!!02:15
foxpaulhi all - does anyone know how i can find out which type of ram my core duo notebook requires?02:15
SkaagElliotH: ok. my sata is also /dev/sda over here (asus motherboard)02:15
SkaagElliotH: it's just that i've seen other names on some other motherboards, for sata drives.02:15
foxpaulcat /proc/meminfo just shows the current state of my memory. i'm after hardware info if poss02:15
ElliotHSkaag: Unable to open02:15
SkaagElliotH: but fdisk /dev/sda does not work?02:15
ElliotHSkaag: Nope, it says unable to open02:16
SkaagElliotH: ok so there are only two options here: 1) hardware problem 2) bios settings02:16
SkaagElliotH: unless you really do need to load some driver for your sata adapter02:16
=== philwyett [n=philip@80-195-142-67.cable.ubr02.wiga.blueyonder.co.uk] has joined #ubuntu
=== Montag_ [n=matt@c-24-127-107-178.hsd1.ca.comcast.net] has joined #ubuntu
SkaagElliotH: that's a third option, if bios + hardware are correctly setup and working02:16
ElliotHSkaag: Pretty sure the hardware is fine, I had XP Media Centre loaded about 2 hours ago. I'll check my BIOS settings02:16
SkaagElliotH: good luck mate!02:17
ElliotHSkaag: Thanks for the help02:17
=== ElliotH [n=ubuntu@82.152.209.44] has left #ubuntu []
Skaagheh, almost done installing ubuntu-desktop.. :-)02:17
Skaagoh joy02:17
=== elate [n=elate@82.152.117.217] has joined #ubuntu
=== Skaag [n=skaag@80.178.194.229.adsl.012.net.il] has left #ubuntu []
=== Foc [i=Foc@unaffiliated/foc] has joined #ubuntu
=== beasty [n=beasty@d54C2DD0F.access.telenet.be] has joined #ubuntu
=== Samuli^ [n=samuli@dasee2980.ulapland.fi] has joined #ubuntu
=== Abst [n=loser@unaffiliated/abst] has joined #ubuntu
=== unreal [n=unreal@unaffiliated/unreal] has joined #ubuntu
foxpaulhi all - does anyone know how i can find out which type of ram my core duo notebook requires?02:19
cpk2foxpaul: look at it?02:19
=== tuna [n=tuna@tunamasiina.kortex.jyu.fi] has joined #ubuntu
foxpaulcpk2, funny02:20
=== Mike00 [n=mike@203-214-73-138.dyn.iinet.net.au] has joined #ubuntu
=== ephemeros [n=ephemero@84.232.246.151] has joined #ubuntu
=== ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu
cpk2foxpaul: no, really it usually says on the stick02:21
foxpaulcpk2, i need to get it via a script :)02:21
linnuxxyi have massed with some configuration files in the /etc/X11/xkb/rules/  ... and i forgote to backup it first... how can i restore the default? using apt... download it manully from the CVS?02:21
=== hazexp [n=hazexp@219-88-76-252.jetstream.xtra.co.nz] has joined #ubuntu
=== xe|| [n=xell@wikipedia/xell] has joined #ubuntu
=== epinephrine [i=geek@82-37-152-150.cable.ubr01.wals.blueyonder.co.uk] has joined #ubuntu
chibiacefoxpaul: why cant you look at the ram? :S02:23
foxpaulchibiace, how would a ruby script open my notebook and "look" at the ram?02:23
=== ephemeros yo! \m/
AbstHey02:23
=== Jack_Sparrow [n=jack@adsl-69-108-48-50.dsl.sndg02.pacbell.net] has joined #Ubuntu
chibiacefoxpaul, why would you want to do that with a script :S02:24
admin_i can get X to run on tty8, but i cant get xfce to run02:24
admin_admin@UBUNTUboxx:~$ sudo startxfce4 --display :102:24
admin_/usr/bin/startxfce4: X server already running on display :0.002:24
admin_xfce4-session: Another session manager is already running02:24
foxpaulchibiace, not heard of writing software to automate things? such as getting the hardware info from over 100 notebooks?02:24
=== hendrick [n=arc@ool-4576733d.dyn.optonline.net] has joined #ubuntu
=== bib[0] [n=bby@c-66-30-13-218.hsd1.ma.comcast.net] has joined #ubuntu
chibiacefoxpaul, no, looked in /proc?02:25
=== plc [n=plc@61.187.64.198] has left #ubuntu ["Ex-Chat"]
=== pooh_beawr [n=hasmadem@74.132.165.130] has joined #ubuntu
=== foxpaul sigh
linnuxxyit is sudo apt-get --reinstall install xkeyboard-config02:25
=== captine [n=capine@dsl-145-207-156.telkomadsl.co.za] has joined #ubuntu
Jack_SparrowI use rule of 10.  If I need to do the same thing ore than 10 times, I look for a way to automate the process02:26
erUSULfoxpaul: you want to look to the actual ram or just how much ram does the system have?02:26
foxpaulerUSUL, ram type and amount02:26
=== bib[0] [n=bby@c-66-30-13-218.hsd1.ma.comcast.net] has left #ubuntu ["poof"]
captinesorry to ask stupid question, but can i do a server install from the desktop iso? or is it best to d/l the server iso?02:26
=== jonh [n=sulfide@24-52-104-90.bflony.adelphia.net] has joined #ubuntu
Subhumanlinnuxxy, no its "sudo apt-get remove xkeyboard-config && apt-get install xkeyboard-config , but have you tried a "sudo dpkg-reconfigure xkeyboard-config" first?02:26
=== pickett_ [n=pickett@ppp197-161.lns1.adl4.internode.on.net] has joined #ubuntu
=== AskHL [n=ask@82.211.198.209] has joined #ubuntu
foxpauli've written some scripts that I can run on our machines, and some of our people run ubuntu. it doesn't have some of the proc interfaces that our suse or redhat laptops have02:27
Subhumancaptine, if you want a dedicated server its better to use the server iso02:27
=== visik7 [n=visi@unaffiliated/visik7] has joined #ubuntu
=== neal_nak [n=neal@marsrb2-pool1-246.mtco.com] has joined #ubuntu
captineSubhuman: thnx.02:28
=== sof [n=sof@ti541110a080-11012.bb.online.no] has joined #ubuntu
Jack_Sparrowcaptine: COuld you explain your reason for the server install.  I was under the assumption that the desktop install just has more added software and the gnome desktop, not that much difference, and the differences could be fixed with apt-get or by removing unwanted software02:28
=== starfish876 [n=lee@host86-140-138-38.range86-140.btcentralplus.com] has joined #ubuntu
linnuxxySubhuman: this will remove the entire kubuntu destop ... with its apps02:28
=== iXce is now known as iXce[BNC]
=== Huhn [n=adi@p54AC6F2A.dip.t-dialin.net] has joined #ubuntu
linnuxxy"sudo dpkg-reconfigure xkeyboard-config" does do anything02:29
=== tombs [n=tombs@ip5650dcfa.direct-adsl.nl] has joined #ubuntu
Huhnhello02:29
Jack_SparrowHuhn: Hello and welcome02:29
=== kingace1 [n=adamcoim@c-68-80-169-161.hsd1.pa.comcast.net] has joined #ubuntu
kingace1I'm back again02:30
=== sire1 [n=sirex@217.117.18.129] has joined #ubuntu
kingace1The error message i got was Fatal X Error 10402:30
Huhnthis question concerns grub: if I have the savedefault command in my menu.lst it will save the selection to the variable "save", so when if I have the line default save it will automatically run the last selection.  my question is now where is this "save" variable stored and can I manipulate it manually02:31
=== iXce[BNC] is now known as iXce
=== neal_nak [n=neal@marsrb2-pool1-246.mtco.com] has left #ubuntu []
=== perverted [i=Hi@S0106000d88251b34.vc.shawcable.net] has joined #ubuntu
pervertedHi, whenever i leave my machine idle for a while, when i come back, its at the login screen, does anyone know how i can change this, or if its an error where do i check whats happening? (i have checked power management settings, too)02:31
=== longbean [n=zed@218-214-64-91.people.net.au] has joined #ubuntu
=== manmadha [n=sri_@202.63.100.51] has joined #ubuntu
LadyNikonperverted: did you check your logs to see if something went nuts?  Did it reboot?02:32
manmadhais there any diff between windows & linux firewalls????02:32
=== llslim [n=Kevin@unaffiliated/llslim] has joined #ubuntu
=== anders339 [n=anders@c83-249-65-184.bredband.comhem.se] has joined #ubuntu
pervertedim not sure where to check the logs, and im not sure if it rebooted since i come back and its at the login screen02:33
user-landhow can i restart the ubuntu sound servers ?02:33
ompaulmanmadha, lots, but if you are running an out of the box Ubuntu setup you will not need one.02:33
=== Kill_X [n=Kill_X@p54A1E0E4.dip.t-dialin.net] has joined #ubuntu
=== dreamthief is now known as dreamthief|away
ompaul!away > dreamthief|away02:33
=== mode/#ubuntu [+o ompaul] by ChanServ
=== dreamthief|away [n=mathias@p54A9C9F5.dip0.t-ipconnect.de] has left #ubuntu [requested]
=== mode/#ubuntu [-o ompaul] by ChanServ
=== adaran [n=adaran@e180069159.adsl.alicedsl.de] has joined #ubuntu
manmadhaompaul, can u suggest me the links for it?02:34
manmadhaompaul, i want the dif02:34
=== soar [n=soar@221.225.161.99] has left #ubuntu ["Leaving"]
=== rgl [i=Rui@217.129.151.190] has joined #ubuntu
=== soar [n=soar@221.225.161.99] has joined #ubuntu
kingace1why am I getting an X IO error 104 when I boot from the disk?02:34
=== ChaKy [n=chaky@lns01-0150.dsl.iskon.hr] has joined #ubuntu
=== bryanl [n=bryan@c-68-49-202-134.hsd1.md.comcast.net] has joined #ubuntu
kingace1could it be because im using amd64 disk?02:35
adaranhey everyone, i have a hardware question (it's not strictly ubuntu, but maybe someone knows?): i have a powerbook g4, out of which i took a piece of 256 MB DDR2 533 RAM - now i gave that to a friend with a non-ppc laptop. however, when inserting the ram, the thing doesn't boot anymore. am i missing something?02:35
Jack_SparrowHuhn: gksudo gedit  /boot/grub/menu.lst02:35
Jack_Sparrow# You can specify 'saved' instead of a number. In this case, the default entry02:35
Jack_Sparrow# is the entry saved with the command 'savedefault'.02:35
Jack_Sparrowdefault002:35
HuhnYeah.02:35
=== ebel [n=rory@A-106-219.cust.iol.ie] has joined #ubuntu
Jack_SparrowSorry, I cant believe I did that..02:35
ompaulmanmadha, they are for different systems, you can do an awful lot with it, they tend to me more configurable, there is no compare and contrast with it, windows ones tend to be to protect a single box the linux ones can be used for a single box up to a whole network with configurations for all sorts of stuff02:36
=== karl_ [n=travis@207.53.228.210] has joined #ubuntu
HuhnJack_Sparrow:  I know how the stuff works, my question is whether I can manipulate the saved variable, cos I'm still looking for a way to preselect the os to be chosen for the next reboot (just once)02:36
user-landwhat did you do, jack_sparrow ?02:36
=== Skymaker is now known as Sky|off
Jack_SparrowI pasted, when I tell all the time for people not to paste,02:37
=== Sky|off is now known as Skymaker
llslimwhen i have a package update, where do i find the changes made in the pkg aka change log, are there someplace in my file tree to look, or a place on-line? obviously I'm new to deb/ubuntu way of doing things.02:37
=== neal_nak [n=neal@marsrb2-pool1-246.mtco.com] has joined #ubuntu
=== Kaja [n=kaja@bb-81-175-201-136.dsl.phnet.fi] has joined #ubuntu
Jack_SparrowHuhn: JUst edit the file with the command I gave in line 1 and make default anything you want02:37
Samuli^uhh, how do I change the window theme from cgwd themer. It just doesn't do anything.02:38
HuhnJack_Sparrow:  I don't want to change the default permanently. I just wanna change it for once.02:38
Jack_SparrowNope02:38
pervertedi checked syslog and it says: GConf server is not in use, shutting down; would this cause the system to go back to login screen and logout the user ?02:38
=== ereminii [i=CheGueva@cpc1-nott8-0-0-cust737.nott.cable.ntl.com] has joined #ubuntu
ompaulmanmadha, research "iptables" and then consider that all linux firewalls are really front ends for iptables02:38
=== tanath [n=user@d36-72-255.home1.cgocable.net] has joined #ubuntu
user-landjack_sparrow, 3 lines are better pasted then a one line link.02:39
manmadhaompaul, thank u02:39
Jack_SparrowHuhn: You could go nuts and write a script that swaps in different grub menu lists but I think you were looking for something simpler02:39
=== maelvino` [n=maelvino@user-514d2fb5.l1.c2.dsl.pol.co.uk] has joined #ubuntu
=== holzmodem [n=holzmode@dslb-084-060-199-233.pools.arcor-ip.net] has joined #ubuntu
=== perverted [i=Hi@S0106000d88251b34.vc.shawcable.net] has joined #ubuntu
elmargoldamn alsa, my soundcards change the number on every reboot :/02:40
=== batter_ [n=batter@balticom-164-93.balticom.lv] has joined #ubuntu
=== anarchist [n=anarchis@ADijon-258-1-1-51.w86-213.abo.wanadoo.fr] has joined #ubuntu
user-landalsa, elmargol ? are you on the latest ubuntu ?02:40
finalbetaelmargol, you've got a webcam, you can fix that tho, don't remember how :p02:40
=== Mike00 [n=mike@203-214-73-138.dyn.iinet.net.au] has joined #ubuntu
elmargoluser-land: yes I'm on edgy02:41
Jack_Sparrowuser-land: thanks, I am still sucking down my first cup of coffee... thankfully, the room is quiet at this time02:41
=== pianoboy3333 [n=alex@ool-43567d61.dyn.optonline.net] has joined #ubuntu
=== rolf [n=rolf@ti211210a080-3877.bb.online.no] has joined #ubuntu
HuhnJack_Sparrow:  yes I'm looking for a simple solution, and I think that I could find that solution with the savedefault thingie02:41
=== Roconda [n=Roconda@ip5454330e.speed.planet.nl] has joined #ubuntu
rolfAnybody got a clue with VLC and WMV in Ubuntu?02:42
user-landelmargol, is that the newest beta ?02:42
=== dcroce [n=brandon@c-68-33-178-162.hsd1.va.comcast.net] has joined #ubuntu
rolfI'm trying to play a WMV file with VLC, cant quite make it work. Suggestions?02:42
elmargoluser-land: ? there is no beta atm...02:42
=== entr0py [n=entropy@87.219.127.163] has joined #ubuntu
rolfAnybody ?02:43
=== Naikei [n=luke@adsl-83-100-158-175.karoo.KCOM.COM] has joined #ubuntu
=== rraphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu
elmargol28.09.2006 is the beta release02:43
=== nicu [n=die@86.126.18.175] has joined #ubuntu
Subhumanrolf, some wmvs wontplay02:43
Subhumanlike wmv9 for exapl02:43
Rocondawhat identd deamon use Xchat?02:44
=== neal_nak [n=neal@marsrb2-pool1-246.mtco.com] has joined #ubuntu
=== rexbron [n=rexbron@complex1-372-193.resnet.yorku.ca] has joined #ubuntu
=== grimboy [n=grimboy@85-210-247-151.dsl.pipex.com] has joined #ubuntu
=== Speedloppa [n=rolf@ti211210a080-3877.bb.online.no] has joined #ubuntu
=== neal_nak [n=neal@marsrb2-pool1-246.mtco.com] has left #ubuntu []
SpeedloppaSubhuman: So what you are saying is, if it doesnt work, it wont ever work?02:45
user-landedgy is an alpha/beta, elmargol.02:45
jribRoconda: use xine or mplayer for WMV3, vlc will only play them if you recompile, which imo is not worth it02:46
KenSentMeHi people, since yesterday when i start my system my 3d drivers aren't loaded anymore and i have to use mesa. I get this message in dmesg: http://paste.ubuntu-nl.org/23631 . X runs, but my games aren't. Anyone have an idea what i can do?02:46
Rocondajrib: I mean for IRC02:46
SubhumanSpeedloppa, no, its just it hasnt been decrypted, well it has - dvd jon has done it, but he hasnt released it (AFAIK)02:46
Speedloppajrib: mplayer wont work with my platform I think.02:46
=== zeratul [n=zeratul@c80-216-54-10.cm-upc.chello.se] has joined #ubuntu
jribRoconda: sorry, wrong name, I meant rolf but he left or changed names?02:46
=== Mkquist [i=Mkquist@h-69-3-181-20.lsanca54.dynamic.covad.net] has joined #ubuntu
BuckusDoes anyone have WG511T by netgear? got some problems with it02:46
Rocondanp jrib ;)02:47
Speedlopparolf is rather n00b at irc, so he left to change his name actually, so jeah, its me right now. ; )02:47
dcrocehey guys, anyone know which codex i need to download to watch video? i can hear sound and everything but i cant see video such as going to foxnews.com ! any suggestions?02:47
SubhumanBuckus, is that really a ubuntu question?02:47
Subhumanand02:47
Subhuman!anyone02:47
ubotuA 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?02:47
=== Turms_ubu [n=aldo@host-84-220-31-239.cust-adsl.tiscali.it] has joined #ubuntu
Speedloppajrib, this xine, how do I make that work now?02:47
jribSpeedloppa: what platform are you one?02:47
user-landso the only way to restore sound on ubuntu 6.06 is to log out ?02:47
=== mmm [n=Android_@85-210-139-80.dsl.pipex.com] has joined #ubuntu
SpeedloppaUbuntu something.02:48
jribSpeedloppa: are you using amd64 or ppc?02:48
=== habakkuk [n=habakkuk@xdsl-1787.jgora.dialog.net.pl] has joined #ubuntu
manmadhahow to change firewallsettings in linux???02:48
=== dreameen [n=dreameen@cpc3-barn2-0-0-cust125.brnt.cable.ntl.com] has joined #ubuntu
jrib!firewall02:48
ubotuUbuntu, like any other linux distribution, has firewall capabilities built-in. The firewall is managed with iptables (in the command line) or firestarter (gui, can also setup connection sharing)02:48
dreameenhi ya02:48
SpeedloppaWell, certainly not AMD64, so the other one then.02:48
=== M__ [n=chatzill@ANantes-156-1-48-159.w90-12.abo.wanadoo.fr] has joined #ubuntu
jribSpeedloppa: you have an apple computer?02:48
dreameenhow to disable the freakin filesystem checking each time i boot ubuntu!!!02:49
SpeedloppaRegular PC.02:49
=== ajt [n=alan@n219073034020.netvigator.com] has joined #ubuntu
SpeedloppaIntel P4.02:49
jribSpeedloppa: ok, so mplayer should work fine02:49
pervertedanyone have experience with the error "GConf server is not in use, shutting down." causing logouts / shutdowns ?02:49
SpeedloppaDidnt say so?02:49
dcrocecodecs for watching videos online???? such as foxnews.com02:49
jribSpeedloppa: and xine too if you prefer.  Just install either mplayer or xine and be sure to get the w32codecs02:49
jrib!w32codecs > Speedloppa02:49
grimboy!w32codecs > dcroce02:50
SillyZis there anyway to set the trashcan to autodelete instead of moving to trash then having to empty it later?02:50
SpeedloppaWell, on my way with mplayer now actually.02:50
predaeusperverted: I found a forum entry for that topic, but it wasnt answered. At least u r not alone.02:50
AndroidDataI installed multiple media players. now I want to select a default. is there a way of doing this?02:50
SpeedloppaSo here goes.02:50
=== M__ [n=chatzill@ANantes-156-1-48-159.w90-12.abo.wanadoo.fr] has left #ubuntu []
Jack_SparrowBuckus: What is the problem you have with your netgear?02:50
=== Roconda [n=Roconda@ip5454330e.speed.planet.nl] has joined #ubuntu
=== user-land [n=user-lan@217-162-172-177.dclient.hispeed.ch] has joined #ubuntu
Speedloppajrib: had to insert the disc to install mplayer?02:51
dreameenmost unhelpful place on the web*02:51
=== riddlebox [n=james@24-171-10-102.dhcp.stls.mo.charter.com] has joined #ubuntu
dcrocegrimboy thanks but i installed these last night hmm02:51
=== Lt-Elmo [n=elmo@cpe-65-189-224-176.woh.res.rr.com] has joined #ubuntu
=== dyn-afk [n=dyn-afk@s559179c3.adsl.wanadoo.nl] has joined #ubuntu
Jack_Sparrow!patience > dreameen02:51
predaeusAndroidData: right click on any the file and select Properties then Open With and tick the default option.02:51
=== SonicChao [n=SonicCha@dpc67142187100.direcpc.com] has joined #ubuntu
=== TyRiOn-MX [n=TyRiOn-M@213-140-21-230.fastres.net] has joined #ubuntu
dreameenlol02:52
dreameenur just clueless;>02:52
Jack_SparrowAnd you are rude02:52
=== gcleric [n=Grammato@c-68-35-92-35.hsd1.nm.comcast.net] has joined #ubuntu
=== dreameen knows that
AndroidDatapredaeus: ok, thanks.02:52
Jack_Sparrow!attitude > dreameen02:52
grimboydcroce, You might need to install the firefox plugins for xine mplayer etc.02:52
ompauldreameen, it checks only every 30th or so time - are you not turning it off correctly?02:52
jribSpeedloppa: it's not necessary.  It will prompt you for your cd if you have the cd repository includes in your sources.list.  You can safely remove it and just use the online repositories02:52
=== xtayfool [n=xtayfool@202.115.125.47] has left #ubuntu []
jribSpeedloppa: s/includes/included02:53
dreameenompaul: its checking fat32 filesystems on each boot02:53
=== Pelias [i=rtertw@213-238-95-130.adsl.inetia.pl] has joined #ubuntu
=== profoX` [n=profox@d51A52303.access.telenet.be] has joined #ubuntu
ompauldreameen, glad to say I know nothing of that FS so I can't help you there02:53
Peliashi everyone.02:53
Jack_SparrowNormally only does a test every 30th boot02:53
=== MMD [n=m_elling@host81-154-164-27.range81-154.btcentralplus.com] has joined #ubuntu
dcrocegrimboy i think i did that too.. i installed this one mozilla-mplayer02:54
ompaulAt0miku, please don't change your nick in here - if all 800+ of us did it the channel would not be usable02:54
Jack_Sparrowdreameen: It doe not check my fat32 every time02:54
Speedloppajrib: how do I remove that easily then?02:54
SpeedloppaI'02:54
SpeedloppaI'm not quite in to using those codes.02:54
dreameenJack_Sparrow: maybe you do not notice it, but it is there02:54
Jack_SparrowFix the problem02:54
dreameenompaul: fair enough02:55
=== timruff [n=tim@ADijon-151-1-67-55.w83-196.abo.wanadoo.fr] has joined #ubuntu
grimboydcroce, I find mplayer doesn't play everything, best to install as many of the plugins possible, I think there are ones for at least one or two of totem xine and vlc as well.02:55
=== linnuxxy [n=linnuxxy@196.218.252.208] has left #ubuntu []
jribSpeedloppa: system > administration > synaptic: settings > repositories02:55
Decadentin order to open a *.doc with open office what do i need??02:55
dcrocegrimboy ok i'll search around and see which ones i can find for firefox, thanks02:55
=== beasty [n=beasty@d54C2DD0F.access.telenet.be] has joined #ubuntu
PeliasI have 2xSATA2 hdds running windows, filled with valueable data up to roof and without any unpartitioned space. Can I install ubuntu on it without losing everything I have on my hdds?02:56
ompaulDecadent, to click on file open02:56
Jack_SparrowDecadent: oo shold just open it... what program made the doc?02:56
SpeedloppaGot damnit, what is repositories in norwegian then? Is that like archives?02:56
Speedloppajrib02:56
Decadentwell it doen't open them :S02:56
=== Shoo-Shu [n=shoo@58.179.97.79] has joined #ubuntu
dreameenim going to remove checkfs from my init.d and see if that helps02:56
Peliasforgot to mention. Those diskcs are running in RAID0 mode02:57
Decadenti think ms office 200302:57
jribSpeedloppa: repository is just an online storage place for a bunch of packages02:57
Decadentbut im not sure02:57
Jack_Sparrow!raid > Pelias02:57
foxhunte1Pelias: you must be very brave if you try this without a backup... just think of a power cut or how this is called :-)02:57
=== nicu is now known as boos
ompaulDecadent, so is it password protected?02:57
=== Frostbite [n=adam@82-47-18-35.cable.ubr02.brom.blueyonder.co.uk] has joined #ubuntu
Decadentno02:57
ompaulnicu, please don't change your nick in here - if all 800+ of us did it the channel would not be usable02:57
=== captine [n=capine@dsl-145-207-156.telkomadsl.co.za] has left #ubuntu []
=== h1337 [n=Maurice@MTL-HSE-ppp175906.qc.sympatico.ca] has joined #ubuntu
Speedloppajrib, awwrighty, here goes.02:57
=== Arttureno [n=ubuntu@adsl-85-157-193-97.regionline.fi] has joined #ubuntu
Decadenti didn;t used to have problems but now it doesnt open it!!02:58
=== foxhunte1 is now known as foxhunter
h1337hi, i'm having trouble playing a *ogg video, can anyone help me?02:58
Decadentdidn't*02:58
Speedloppawell, so far, so good.02:58
=== Frostbite [n=adam@82-47-18-35.cable.ubr02.brom.blueyonder.co.uk] has left #ubuntu ["Leaving"]
ereminiih1337 install the gstreamer plugins02:58
h1337thanks02:58
h1337are they in the universe02:58
ereminiiyeah02:58
=== TornadoOfSouls [n=rolf@a80-100-209-52.adsl.xs4all.nl] has joined #ubuntu
ereminiisome are in multiverse02:59
h1337cool02:59
=== thotz [n=LINUX@M3697P025.adsl.highway.telekom.at] has joined #ubuntu
ereminiii can ttell u which one they are in exactly02:59
ereminiii'd just install all02:59
=== alex_ [n=alex@62-31-147-21.cable.ubr02.stav.blueyonder.co.uk] has joined #ubuntu
h1337i would appreciate that02:59
h1337apt-get install what then?02:59
SillyZok now heres an intresting question, the speaker icon for the sound system on ubuntu here is displayed just to the left of the spacer of where the 'system' icons are next to the clock, how to get it back over to the 'system' area next to the clock? ( and no moving it dosent do the job )02:59
alex_hi, when i try and install glade via glade-2_2.6.0-6_i386.deb I get an error about my package dependencies, any clues why?02:59
Speedloppajrib, well that crashed like a kamikaze, other suggestions? xine?02:59
KenSentMeHi people, since yesterday when i start my system my 3d drivers aren't loaded anymore and i have to use mesa. I get this message in dmesg: http://paste.ubuntu-nl.org/23631 . X runs, but my games aren't. Anyone have an idea what i can do?02:59
ereminiih1337 umm use synaptic and find gstreamer0.8-plugins-*02:59
h1337cool02:59
h1337thx so much02:59
Artturenohmmm hello to all... does someone know something about ubuntu + hardware raid0 (I am using silicon image 3112 chip..)...? haven't found much help from google or forums yet...03:00
Jack_SparrowPelias: There is a way to run the live cd and keep persistent data and programs on a usbstick or drive.  But getting Ubuntu to work on that raid setup is not advised03:00
jribSpeedloppa: um, can you run 'mplayer /path/to/file.wmv' and post the output on http://paste.ubuntu-nl.org ?03:00
jribSpeedloppa: you should run this in applications > accessories > terminal03:00
Jack_SparrowOh, I know it is offtopic..  But I saw a Windows program that included ogg in the type of files it played.  Linux is making headway.03:01
Speedloppajrib, to much work makes loppa go boom. Me try xine.03:02
ereminiiKenSentMe you did any updates recentely03:02
ereminii'cause it seems like a kernel-module version missmatch03:02
KenSentMeereminii: yes i did, the kernel updates, but there aren't any updates now03:02
Jack_SparrowKenSentMe: Are you running the 686 kernel?03:03
KenSentMeJack_Sparrow: yes03:03
=== gnaff [n=sprado@203.190.200.229] has joined #ubuntu
Speedloppajrib, how do i kill apps? I got one piece of swing-o-ma-jigg VLC not wanting to shut down.03:03
=== gnaff [n=sprado@203.190.200.229] has left #ubuntu ["Leaving"]
Jack_SparrowKenSentMe: DO you have the 386 installed as well...03:03
ereminiithere's a command to regenerate the modules, that might help03:03
KenSentMeJack_Sparrow: i think s03:03
=== abelle` [n=bille@adsl-70-232-80-171.dsl.ltrkar.sbcglobal.net] has joined #ubuntu
=== dreameen [n=dreameen@cpc3-barn2-0-0-cust125.brnt.cable.ntl.com] has joined #ubuntu
Jack_SparrowKenSentMe: I know it isnt a fix... But boot to that.. and see if you have games back..03:03
dreameenit worked03:04
jribSpeedloppa: a couple of ways, you can do 'killall name_of_app', or 'xkill' and then click on t he offending window, or system > administration > system monitor and kill it from there03:04
fistfullofrosestype ps -A and that will print your processes03:04
dreameenthanks for nothing, i helped myself..03:04
=== bryanl [n=bryan@c-68-49-202-134.hsd1.md.comcast.net] has left #ubuntu []
=== aimaz [n=swp1@i-83-67-17-205.freedom2surf.net] has joined #ubuntu
fistfullofrosesand then you type in the pid it gives for said app03:04
fistfullofrosesafter typing kill03:04
ereminiiKenSentMe and try to reinstall restricted-modules03:04
fistfullofrosesso you would do ps -A03:04
=== leleobhz [n=Leonardo@unaffiliated/leleobhz] has joined #ubuntu
fistfullofrosesand then you would do kill 111103:04
leleobhzhello all!03:04
leleobhzplz, ive installed kubuntu on my machine03:05
Speedloppatried killall vlc, didnt work. Killed less than my grandma on a spree.03:05
leleobhzand it on english03:05
=== Onimae [n=Onimae@cmu-24-35-96-164.mivlmd.cablespeed.com] has joined #ubuntu
leleobhzand i want it in portuguese03:05
dreameenuseless03:05
leleobhzbut the kde-i18n-ptbr are brokened03:05
Jack_Sparrow!pt03:05
ubotuPor favor use #ubuntu-br  ou #ubuntu-pt  para ajuda em portugus. Obrigada.03:05
Speedloppajrib: and xine gives me a wmvdmod.dll missing or something.03:05
Buckuswhat command to list all network interfaces? :(03:05
ereminiiifconfig03:05
jribSpeedloppa: have you install w32codecs?03:05
Buckusoh yeh ty03:05
ereminiinp03:06
=== copernic [n=copernic@AMontpellier-257-1-113-16.w90-0.abo.wanadoo.fr] has joined #ubuntu
=== nando_ [n=nando@dslb-084-058-038-093.pools.arcor-ip.net] has joined #ubuntu
Speedloppafistfullofroses: that did the trick, now for the actually making something work and not kill it part.03:06
=== mypapit [i=mypapit@218.111.187.176] has joined #ubuntu
Speedloppajrib: how do i install those codecs. (Guess I havent then)03:07
alex_i've got an error which says: glib not installed; any clue how i can fix this?03:07
jrib!w32codecs > Speedloppa03:07
=== DESiBELi [n=desibeli@84-253-208-201.satp.customers.dnainternet.fi] has joined #ubuntu
jribSpeedloppa: they are on the restricted wiki page03:07
alex_(in the terminal, when running ./autogen.sh03:07
jribalex_: install glib?03:07
=== chowdaryharsha [n=harsha@59.93.113.145] has joined #ubuntu
foxhunteralex_: try apt-get install libc6-dev03:07
alex_thanks03:07
Speedloppajrib: !w32codecs > Speedloppa what does that mean, I type it somewhere or what?03:07
ereminiisudo apt-get install gstreamer0.10-ffmpeg gstreamer0.10-gl gstreamer0.10-plugins-base \03:07
ereminiigstreamer0.10-plugins-good gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse \03:07
ereminiigstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse w32codecs03:07
chowdaryharshahi......can anyone tell me how to extract .rar files03:07
leleobhzsomeone can help me?03:08
=== Ptit_Mouss [n=Ptit_Mou@cha51-2-82-244-211-186.fbx.proxad.net] has joined #ubuntu
jribSpeedloppa: ubotu should have sent you a message with the info03:08
Jack_Sparrow!rar03:08
uboturar is a non-free archive format created by Rarsoft. For instructions on accessing .rar files through the Archive Manager view https://help.ubuntu.com/community/FileCompression. There is a free (as in speech) unrar utility as well, see !info unrar-free03:08
lillpellechowdaryharsha: with unrar (in the repos). Do unrar x -r file.rar03:08
ereminiileleobhz i am sure kubuntu has their irc chan ask there03:08
Speedloppajrib: oh really, havent quite been out for the mail in a couple of years, so cant really tell.03:08
chowdaryharshalillpelle, how can we do it??03:08
leleobhzok03:09
Speedloppajrib: could you make it a bit easier? I have to.. What? Jump and bear-attack wikipedia?03:09
lillpellechowdaryharsha: either read what I wrote, or reed what Jack_Sparrow got ubotu to tell...03:09
alex_foxhunter, I tried as you suggested; it downloaded an update but the error still remains. Its a glade application autogen file im running (if that helps)03:09
=== Ptit_Mouss [n=Ptit_Mou@cha51-2-82-244-211-186.fbx.proxad.net] has left #ubuntu ["Quitte"]
jribSpeedloppa: did you get the link to the restricted wiki page?03:09
chowdaryharshahow to unrar that....??03:09
=== alex-weej [n=alex@cpc1-darl3-0-0-cust850.midd.cable.ntl.com] has joined #ubuntu
foxhunteralex_: oh, glade, sorry, than try libglib1.2-dev or/and libglib2.0-dev03:10
=== underguiz [n=Administ@200-233-146-195.xf-static.ctbcnetsuper.com.br] has joined #ubuntu
chowdaryharshalillpelle, how to unrar that??? sorry i cant get u03:10
Speedloppajrib: no cant seem to have gotten that, no.03:10
ereminiiSpeedloppa add the multiverse and univers repos and then install w32codecs03:10
foxhunteralex_: i was thinking of glibc, sorry :)03:10
jrib!w32codecs03:10
ubotuFor multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats  -  See also http://help.ubuntu.com/ubuntu/desktopguide/C/common-tasks-chap.html  -  But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats03:10
=== SiLOX [n=nod01@c-8f5e71d5.420-1-64736c12.cust.bredbandsbolaget.se] has joined #ubuntu
Jack_Sparrow!rar > chowdaryharsha03:10
lillpellechowdaryharsha: I wrote: "Do unrar x -r file.rar" <-- what is unclear?03:10
jribSpeedloppa: https://help.ubuntu.com/community/RestrictedFormats search this page for w32codecs and follow the isntructions03:10
Speedloppajrib: on it.03:11
chowdaryharshalillpelle, how to do it??03:11
=== mistraal [n=mistraal@80.Red-83-42-149.dynamicIP.rima-tde.net] has joined #ubuntu
=== exs [n=exs@81-179-146-201.dsl.pipex.com] has joined #ubuntu
alex_works03:11
=== codecaine [n=codecain@cpe-70-125-182-20.sw.res.rr.com] has joined #ubuntu
=== alex_ throws love at foxhunter :)
=== kalif [n=kvi@linuxforum.nbi.dk] has joined #ubuntu
ereminiichowdaryharsha type it in the terminal03:11
Jack_Sparrowchowdaryharsha: You have all the info you need.  Read the answers you were given03:11
foxhunteralex_: you're welcome :-)03:12
alex_(though I get an error there is no acceptible C compiler)03:12
ereminiibut the gnome unarchiver should be able to do it03:12
SiLOXvncserver in blackbox? how do i edit it so it's view only? :P03:12
chowdaryharshalillpelle, thank u03:12
=== leleobhz [n=Leonardo@unaffiliated/leleobhz] has left #ubuntu ["thanks!"]
foxhunteralex_: try apt-get install build-essential03:12
alex_do i need to install gcc (or something?, ive come from fedora, where it was all already there)03:12
Jack_Sparrowlillpelle: You gotta wonder what is in that rar eh?03:13
ereminiilol03:13
lillpelleJack_Sparrow: hehe, right :)03:13
KenSentMeJack_Sparrow: i've booted to an onder 686 kernel (25) because the 386 wasn't in my grub list anymore. Now i get this message: http://paste.ubuntu-nl.org/2363303:13
Speedloppajrib: I dont get any results.03:13
chowdaryharshalillpelle,  do unrar x-r file.rar03:13
chowdaryharshabash: syntax error near unexpected token `do'03:13
alex_foxhunter,  that worked (again, thanks man!), but now; No package GTK+-2.0 found03:13
chowdaryharshalillpelle,  its coming like that03:13
jribSpeedloppa: can you be more specific?  Did w32codecs install?03:13
lillpellechowdaryharsha: only "unrar x -r file.rar"03:14
=== Jamminpotato [n=jamminpo@ip68-230-214-64.rd.hr.cox.net] has joined #ubuntu
=== Morten_ [n=morten@0xc2ef4c62.kjnxx6.adsl-dhcp.tele.dk] has joined #ubuntu
=== philwyett [n=philip@80-195-142-67.cable.ubr02.wiga.blueyonder.co.uk] has joined #ubuntu
Speedloppajrib: I just did a search on that url you gave me, returned 0 results or what-ya-ma-kall-it.03:14
=== anarchist [n=anarchis@ADijon-258-1-1-51.w86-213.abo.wanadoo.fr] has joined #ubuntu
=== shedii [n=siggi@inferno.lhi.is] has joined #ubuntu
=== M3t4ll1k0 [n=lokoloko@cm142181.red.mundo-r.com] has joined #ubuntu
foxhunteralex_: apt-cache search gtk+2.0 dev --> will show you: libgtk2.0-dev - Development files for the GTK+ library03:14
ereminiiKenSentMe thats one funky error message03:14
jribSpeedloppa: on the table of contents, it is 5.4 Windows Codecs (w32codecs)03:15
foxhunteralex_: dev is for development (this is what you need for compiling own stuff)03:15
ereminiiKenSentMe did you try reinstalling restricted-modules03:15
=== Bonez [n=blake@bonez.dodj.net] has joined #ubuntu
=== Bonez_ [n=blake@bonez.dodj.net] has joined #ubuntu
=== xanda [n=xanda@dragnet2034196112.dragnet.com.au] has joined #ubuntu
grimboyCan anyone help me with my bash script (http://pastebin.ca/172988)? It's very simple. What I want to do is kill X, switch configuration file then start X again.03:16
chowdaryharshalillpelle, its not coming yar.....its coming unexpected error03:16
Jack_SparrowKenSentMe: try restricted modules but i must ask  if you ever ran !automatix or easyubuntu (No I am NOT recommending them)03:16
=== llslim [n=Kevin@unaffiliated/llslim] has left #ubuntu []
=== Ono [n=debian@unaffiliated/siyahport] has joined #ubuntu
alex_foxhunter, $ apt-cache search gtk+2.0 dev || libgtk2.0-dev - Development files for the GTK+ library03:16
=== hendrick [n=arc@ool-4576733d.dyn.optonline.net] has joined #ubuntu
Jack_Sparrowlillpelle: Cant say we didnt see it comming...03:16
lillpellechowdaryharsha: ok. if you want help with it, put it on pastebin.ca or so, so we can see what error you get03:16
=== superkirbyartist [n=superkir@bas13-ottawa23-1177809238.dsl.bell.ca] has joined #ubuntu
alex_I still dont understand why it wont let me compile it03:16
KenSentMeJack_Sparrow: nope, didn't use those03:16
=== IRC_ [n=IRC@c-68-59-157-163.hsd1.fl.comcast.net] has joined #ubuntu
Speedloppajrib, well, now i got it. SO getting it now. Kinda.03:17
=== kopekolduren [i=TeyTey@85.101.108.98] has joined #ubuntu
KenSentMeereminii: i'm going to reboot now, see what happens03:17
foxhunteralex_: did you install libgtk2.0-dev ?03:17
SpeedloppaNaa mean, Ims likes downloadins its.03:17
foxhunteralex_: apt-get install libgtk2.0-dev03:17
alex_yes03:17
=== aschimedes [n=aschi@78-181.1-85.cust.bluewin.ch] has joined #ubuntu
kopekoldurenOno03:17
Onobassam03:17
foxhunteralex_: ok, whats the next error message?03:17
kopekoldurensana atlim03:17
=== drbreen [n=drbreen_@RAS22-238.UNI-MUENSTER.DE] has joined #ubuntu
superkirbyartistI would like help with getting VLC set up as my default player.03:17
Speedloppa75% done.03:17
jribalex_: is there any reason you are compiling glade when it is available in the repositories?03:17
kopekolduren% 31 done03:17
IRC_i just turned on my computer and the resolution is at 640x480. how do i edit the xorg file to make it bigger?03:17
alex_i want to compile the source glade generated for me03:18
=== Ono [n=debian@unaffiliated/siyahport] has left #ubuntu ["k"]
superkirbyartistI would like help with getting VLC set up as my default player.03:18
=== Naikei [n=luke@87.102.3.24] has joined #ubuntu
Morten_Hey, I have a problem with my soundcard on my laptop; I can only have 1 application with sound at 1 time.. XMMS says that i need to reconfigure my soundcard; how do i do that?03:18
=== redleer [n=redleer@dsl-trebrasgw1-fe5efa00-67.dhcp.inet.fi] has joined #ubuntu
alex_foxhunter, its working now03:19
=== bryanl [n=bryan@c-68-49-202-134.hsd1.md.comcast.net] has joined #ubuntu
=== alex_ again thanks foxhunter ;]
Speedloppajrib: Now it works. Thanks m8! : )03:19
IRC_i just turned on my computer and the resolution is at 640x480. how do i edit the xorg file to make it bigger?03:19
alex_*fight the ban* :)03:19
bryanlis there a text installer in ubuntu 6.06?03:19
Jack_Sparrowchowdaryharsha: What program are you trying to install from that rar  ?03:20
=== gbutler69 [n=gbutler@69-168-169-204.clvdoh.adelphia.net] has joined #ubuntu
jribbryanl: yes, use the alternate install cd03:20
Jack_Sparrow!alsa > Morten_03:20
foxhunteralex_: ok, have a nice programming time with glade :)03:20
=== kingace1 [n=adamcoim@c-68-80-169-161.hsd1.pa.comcast.net] has joined #ubuntu
chowdaryharshaJack_Sparrow, actually i downloaded wallpapers..they r in .rar format03:20
KenSentMeereminii, Jack_Sparrow: didn't help. reinstalled restricted modules, but same problem03:21
kingace1hello all03:21
Jack_Sparrow!themes03:21
ubotuFind your themes at: http://www.gnome-look.org - http://kdelook.org - http://themes.freshmeat.net/browse/58/ - http://www.guistyles.com - https://wiki.ubuntu.com/Artwork/ - Also see !changethemes and https://help.ubuntu.com/community/UbuntuEyeCandy03:21
kingace1I'm getting a Fatal IO error 104 on X Server when I boot from CD03:21
Jack_Sparrowchowdaryharsha: So they are just a bunch of pictures...03:21
kingace1how can I fix this?03:22
chowdaryharshaJack_Sparrow, yes......they r important...how to unrar them03:22
=== g-nome [n=chatzill@217-162-108-2.dclient.hispeed.ch] has joined #ubuntu
Jack_Sparrowchowdaryharsha: or is it a wallpaper program with changing wallpapers and such03:22
chowdaryharshaJack_Sparrow, no they r bunch of wallpapers03:22
ereminiichowdaryharsha what exactly is the prob03:23
=== Samuli^ [n=samuli@dasee2980.ulapland.fi] has joined #ubuntu
=== evert_ [n=beattls@127.37-245-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu
=== snowblink [n=snowblin@31.74.2.81.in-addr.arpa] has joined #ubuntu
chowdaryharshaJack_Sparrow, dont know03:23
=== quux [n=bryan@pdpc/supporter/sustaining/quuxo] has joined #ubuntu
=== perverted [i=Hi@S0106000d88251b34.vc.shawcable.net] has joined #ubuntu
Jack_Sparrowchowdaryharsha: THe command you got will unpack simple files, htere is more to the problem.  I take it you did not create the rar?03:23
Morten_Jack_Sparrow, that didn't work, with or without alsa03:24
=== Jaak [n=ernst@elanser.demon.nl] has joined #ubuntu
=== adminx [n=adminx@205.241.246.214] has joined #ubuntu
=== erider [n=erider@unaffiliated/erider] has joined #ubuntu
Morten_!changetheme03:25
ubotuSorry, I don't know anything about changetheme - try searching on http://bots.ubuntulinux.nl/factoids.cgi03:25
Jack_SparrowMorten_: It is a common problem, the info should be there but if not I would need to look, and I am working a couple of other problems first03:25
=== Jaak [n=ernst@elanser.demon.nl] has joined #ubuntu
Jack_Sparrowchowdaryharsha: Post the full error or send one of us the rar to look at..03:25
=== StoneNote [n=ident@unaffiliated/stonenote] has joined #ubuntu
Morten_thats okay, ill search the forums some more :)03:26
=== beyond [n=beyond@200-232-133-154.dsl.telesp.net.br] has joined #ubuntu
Jack_SparrowMorten_: to change the theme just open the theme manager and drop the tar onto it..03:26
=== compengi [n=compengi@212.36.210.127] has joined #ubuntu
=== Ash-Fox [i=UNKNOWN@ps185.szczecin.sdi.tpnet.pl] has joined #Ubuntu
=== tidus is now known as Tidus
Morten_ohhh, easy03:27
=== chrisime [n=chrisime@p54983D93.dip0.t-ipconnect.de] has joined #ubuntu
Jack_Sparrowgnome-look.org03:27
=== klm- [n=isometsa@hoas-fe2ddd00-231.dhcp.inet.fi] has joined #ubuntu
=== _mason [n=mason@dsl-58-6-3-28.wa.westnet.com.au] has joined #ubuntu
=== Phoenix321 [n=bjb@203-206-67-132.dyn.iinet.net.au] has joined #ubuntu
=== zeppelin_ [n=zeppelin@201.35.139.252] has joined #ubuntu
adminxGood Morning everyone03:29
ereminiimorning03:29
=== Hodden [n=thomas@1-1-5-31a.sto.sth.bostream.se] has joined #ubuntu
=== mwe_ [n=mwe@unaffiliated/mwe] has joined #ubuntu
=== gekko` [n=gekko@p83.129.170.227.tisdip.tiscali.de] has joined #ubuntu
=== hume [n=magnus@h179n3c1o1100.bredband.skanova.com] has joined #ubuntu
=== wonder_ [n=wonder@81-208-60-196.ip.fastwebnet.it] has joined #ubuntu
wonder_hi03:31
jaypimhi03:31
=== eXistenZ [i=eXistenZ@unaffiliated/eXistenZ] has joined #ubuntu
=== thotz [n=LINUX@M3697P025.adsl.highway.telekom.at] has left #ubuntu []
wonder_i have a problem with power manager in gnome03:32
Jack_Sparrow874 people say Hello and Welcome03:32
kingace1how does opensuse compare with ubuntu03:32
=== TLE [n=kenneth@217.74.211.14] has joined #ubuntu
=== erUSUL [n=erUSUL@16.Red-81-39-100.dynamicIP.rima-tde.net] has joined #ubuntu
adminxClose, I perfer Ubuntu03:32
ereminiiopensuse's icons are ugly :(03:32
humeI'm trying to install an Epson Stylus Photo R340 printer, but get the error (from Kprinter) that the driver is not available or I don't have perminssions - do it as administrator and gutenprint seems installed - anyone got advice?03:32
=== anarchis1 [n=anarchis@ADijon-258-1-1-51.w86-213.abo.wanadoo.fr] has joined #ubuntu
wonder_anyone can help me solve it (i'm using ubuntu )03:32
Jack_Sparrowkingace1: that discussion would be better off in #Ubuntu-offtopic03:33
=== LDS_Trooper [n=lds_jedi@S010600111a3f762b.ed.shawcable.net] has joined #ubuntu
ereminiiif u discribe the problem may be...03:33
wonder_power-manager give me black screen after 10 min03:33
LDS_TrooperHow do I add "Universe"03:33
wonder_and i have set it to never03:33
=== erider [n=erider@unaffiliated/erider] has joined #ubuntu
wonder_so i can watch movie in peace03:33
Jack_SparrowLDS_Trooper: system-admin-synaptic-repos-add03:34
LDS_TrooperJack thanks...03:34
=== ciaron [n=soth@cpc3-broo4-0-0-cust526.renf.cable.ntl.com] has joined #ubuntu
Jack_Sparrownp03:34
LDS_TrooperJack_Sparrow, my wife just installed Breezy and then did the updates03:34
wonder_any idea ???03:34
adminxJust purchased Ubuntu Unleashed from MicroCenter last night, Looks good on the surface, Has anyone esle looked at this book yet?03:34
Jack_Sparrowwonder_: could it be set in your bios?03:34
LDS_TrooperNow everything has regressed on her... I think its because she didn't have Universe added03:35
wonder_you thing could be ^03:35
Jack_Sparrowwonder_: or are you sure it is in Ubuntu03:35
jaypimadminx: is it a good book ? have you read a few chapters ?03:35
wonder_i disable the one of ubuntu03:35
=== SiLOX [n=nod01@c-8f5e71d5.420-1-64736c12.cust.bredbandsbolaget.se] has joined #ubuntu
=== ehazlett [n=ehazlett@adsl-68-251-102-163.dsl.ipltin.ameritech.net] has joined #ubuntu
=== pradeep [n=pradeep@59.92.39.210] has joined #ubuntu
wonder_Jack_ :so i don't' understand03:35
=== mumbles is now known as mumbles-off
=== mwe_ [n=mwe@unaffiliated/mwe] has joined #ubuntu
=== alex-weej [n=alex@cpc1-darl3-0-0-cust850.midd.cable.ntl.com] has joined #ubuntu
=== mwe_ is now known as mwe
eXistenZHow can I add the bash commands to the man?03:36
adminxjaypim, just started reading the intro last night.03:36
Jack_Sparrowwonder_: There are power settings in the cmos/bios that could also be the problem03:36
wonder_ok i can try cange bios03:36
jaypimadminx: ah03:36
wonder_and reboot03:36
adminxPlan to read more today03:36
Jack_Sparrowwonder_: Just a thought03:36
wonder_see you soon thnks03:36
adminxLooks good so far.03:36
Jack_SparrowThe book Ubuntu Hacks.. is excellent03:36
=== mrlo [i=WinNT@cpe-72-231-3-225.nyc.res.rr.com] has joined #ubuntu
=== pooh_beawr [n=hasmadem@74.132.165.130] has joined #ubuntu
=== andresmujica [n=andresmu@201.245.230.87] has joined #ubuntu
=== eggzeck[laptop] [n=exec@cpe-66-65-31-234.nyc.res.rr.com] has joined #ubuntu
justin_Jack_Sparrow: Where did you get the book from?03:38
pooh_beawrhello, is it just me or does the file finder just straight up sucks and misses files right in front or your eyes.03:38
Jack_Sparrowamazon03:38
jribeXistenZ: what do you mean?03:38
eXistenZjrib, man umask doesn't work03:38
justin_Jack_Sparrow: Thanks03:38
jribeXistenZ: help umask03:38
eXistenZjrib, It is a command specific to bash03:38
Jack_Sparrowjustin_: it was about 1/3 the cover price03:38
adminxJack_Sparrow, Yes lots of neat Tips. (Ubuntu Hacks)03:38
=== AndroidData [n=androidd@ip56506b7e.direct-adsl.nl] has left #ubuntu []
=== kent [n=kent@82.145.136.38] has joined #ubuntu
justin_Jack_Sparrow: Yeah amazon has good deals on books in general :)03:38
=== ehazlett [n=ehazlett@adsl-68-251-102-163.dsl.ipltin.ameritech.net] has left #ubuntu ["Leaving"]
=== psynaps3 [i=psynaps3@125.22.52.130] has joined #ubuntu
=== maple1 [n=asdasdas@Quebec-HSE-ppp3617565.sympatico.ca] has joined #ubuntu
pooh_beawrI mean, is there a third party "search my computer" (for files and folders) that works well?03:39
=== j_ack [n=rudi@p508D82A1.dip0.t-ipconnect.de] has joined #ubuntu
LDS_TrooperHow do you get the user list in XChat to show on the right?03:39
g-nomeany ubuntu 64 bit channel?03:39
=== gnix [n=miv@adsl-69-182-127-148.adsl.snet.net] has joined #ubuntu
mweLDS_Trooper: it does here03:40
=== ke [n=kenneth@port272.ds1-aboes.adsl.cybercity.dk] has joined #ubuntu
robLDS_Trooper: its in the settings -> preferences dialo03:40
robs/dialo/dialog03:40
=== strangy [i=ivica@frodo.oss.unist.hr] has joined #ubuntu
psynaps3folks, any idea as to why torrent is very slow (download wise) on my xubuntu installation?03:40
psynaps3i have tried both qBittorrent and the official Bittorrent client03:40
robpsynaps3: are the correct ports forwared on your router?03:40
mrlohello, i'm having trouble connecting to a lan network, w/ dhcp server. i tried man 5 interfaces, but surely still doing something dumb.03:41
SillyZcould be the tracker thats being used, the number of folks on that tracker thats actually uploading, and or if you connected to multiple networks or not03:41
psynaps3rob: its directly connected to the cable modem.. and i have made sure that the default port is open03:41
LDS_TrooperI don't see "dialog"03:41
mrlois this the right place to ask?03:41
SillyZWhat torrent application are you using?03:41
robpsynaps3: there is a range03:41
psynaps3rob: 6881 to 688903:41
robLDS_Trooper: click on the preferences menu item03:41
=== Undisclosed1 [n=ThatsMe@h50.255.28.71.ip.alltel.net] has joined #ubuntu
psynaps3SillyZ: official client as well as qBittorrent03:41
SillyZpsynaps3: try azureus03:42
=== mumbles-blah [i=mumbles@borknet.org] has joined #ubuntu
LDS_TrooperI have Interface, Chatting, and Network03:42
psynaps3SillyZ: there are over 2500 seeds and almost 20k leechers :)03:42
robeek, no try either Rufus or Ktorrent (the latter is pretty good)03:42
=== mat [n=mat@igoan/mat] has joined #ubuntu
psynaps3SillyZ: can't do, the system is very short on resources03:42
robbogged down java application just to download stuff is hardly worth it03:43
SillyZah03:43
psynaps3rob: Ktorrent? would it require the entire kde lib to be downloaded along with it?03:43
robPsychobudgie: no03:43
SillyZfind a good ftp site and just download the .iso from there, will more than likely be a better speed than a torrent network anyway03:43
=== mumbles-blah is now known as mumbles
Jack_Sparrowpsynaps3: I run several kde apps in Ubuntu...03:43
=== icet [n=chatzill@201-24-98-140.fnsce703.dsl.brasiltelecom.net.br] has joined #ubuntu
psynaps3SillyZ: that doesn't solve my problem in any way03:44
SillyZthought you were tyring to download the .iso for ubuntu03:44
psynaps3the thing is that i can see that the upload speed is maxed up to my setting, but the download is somewhere around the 2-3 kBps range03:44
psynaps3SillyZ: nope :)03:44
=== drbreen_ [n=drbreen_@RAS24-094.UNI-MUENSTER.DE] has joined #ubuntu
SillyZnm then03:44
SillyZmy bad03:44
LDS_Trooperrob, I do not see "dialog" and I am on version 2.6.103:45
SillyZI use azureus, allows for multiple network connects, and you can set the max number of inbound/outbound connections to unlimited03:45
psynaps3SillyZ: no probs :) never had any problems with torrents when using uTorrent03:45
icetI'm getting this message while trying to install libwnck-dev, can somebody help me?03:45
icet       The following packages have unmet dependencies.03:45
icet            libwnck-dev: Depends: libwnck18 (= 2.14.1-0ubuntu2) but 2.14.2-0ubuntu1 is to be installed03:45
robLDS_Trooper: "dialog" is the name of the window that appears, its a "dialog"03:45
SillyZare the ports for tcp and udp open to that box your on now in your router?03:45
psynaps3SillyZ: yes, they are03:45
=== ep [n=mdr@ip68-228-173-218.ok.ok.cox.net] has joined #ubuntu
SillyZpsynaps3: k, just checking03:46
=== ep [n=mdr@ip68-228-173-218.ok.ok.cox.net] has left #ubuntu ["Left]
psynaps3I am wondering if there are any settings that i would need to change in the distribution per se03:46
SillyZpsynaps3: what kinda speed you getting?03:46
=== mrcoyote [n=mrcoyote@AAnnecy-251-1-50-109.w81-251.abo.wanadoo.fr] has joined #ubuntu
robpsynaps3: firewall or something not blocking them?03:46
LDS_TrooperSo you mean the XChat: Preferences window that pops up?03:46
mweicet: broken sources.list probably or you didn't update03:46
robLDS_Trooper: yes03:46
LDS_Trooperok.. I do not see a setting to turn the user list on...03:46
psynaps3SillyZ: d/l - 2 - 3 kBps, upload - 14 kBps (user setting)03:46
Jack_Sparrowicet: Have you changed your sources list manually or with a script like Automatix or EasyUbuntu?03:46
robLDS_Trooper: its there somewhere, look03:47
iceteasyubuntu03:47
psynaps3rob: nope, pretty sure thats not the case03:47
=== GaiaX11 [n=vagner@200.199.36.238] has joined #ubuntu
icetshould I undu it?03:47
SillyZpsynaps3: and theres over 2500 connected and your getting that low of a speed?.... do you have encryption enabled?03:47
icetundo03:47
psynaps3SillyZ: nope, no encryption03:47
SillyZpsynaps3: that might be half the problem right there being unable to connect to clients that reuqire encryption03:47
Jack_Sparrowicet: Not that easy... Sort of like Un-pregnant03:48
psynaps3SillyZ: ah, do is encryption enabled by default on uTorrent? because i didn't make any changes with uTorrent that i can think of03:48
=== ScottK [n=kitterma@static-72-81-252-22.bltmmd.fios.verizon.net] has joined #ubuntu
SillyZpsynaps3: join #sillyz we can take this over there03:48
Jack_Sparrowicet: You can try rebuilding your sources...   (There is a reason we tell people NOT to use those)03:48
Jack_Sparrow!easysource > icet03:49
Undisclosed1How can one set the MTU in Ubuntu to tweak for DSL?03:49
LDS_TrooperHmmm we cannot find it...03:50
=== lux_ [n=lux@host-84-222-136-132.cust-adsl.tiscali.it] has joined #ubuntu
LDS_TrooperMy Wife's "userlist" settings are the same as mine03:50
=== mortalguy [n=mortal@213.237.66.155.adsl.od.worldonline.dk] has joined #ubuntu
=== gbutler69 [n=gbutler@69-168-169-204.clvdoh.adelphia.net] has left #ubuntu []
robLDS_Trooper: just click on the bar and drag it across, you should see the nicklist03:51
=== rmd [n=jason@c-24-99-236-50.hsd1.ga.comcast.net] has joined #ubuntu
rmdis there a way to keep ubuntu from linking to other mounted disks from the desktop?  i cannot right click and remove the icons...03:52
LDS_Trooperah-ha! there it is.. thanks!03:52
LDS_Trooperrob, we thought it was a setting03:52
robit is, gui_ulist_hide03:52
=== Smeggy [n=Smeggy@220-253-104-187.TAS.netspace.net.au] has joined #ubuntu
LDS_Trooperthanks again guys... this channel is awesome!03:52
LDS_Trooperlaters03:52
Jack_Sparrowrmd Use Terminal and type gconf-editor browse to /apps/nautilus/desktop and uncheck volumes_visable03:53
robmust have removed it from the dialog at some point, but one can /set it in any case03:53
=== crogue5 [n=crogue5@ip70-161-80-244.hr.hr.cox.net] has joined #ubuntu
=== LDS_Trooper [n=lds_jedi@S010600111a3f762b.ed.shawcable.net] has left #ubuntu ["Be]
rmdJack_Sparrow:  thanks loads03:53
=== Ash-Fox [i=UNKNOWN@ps185.szczecin.sdi.tpnet.pl] has joined #Ubuntu
Jack_Sparrownp03:53
=== pianoboy3333 [n=alex@ool-43567d61.dyn.optonline.net] has joined #ubuntu
rmdJack_Sparrow:  that program isn't linked anywhere in the menu?03:54
Jack_Sparrowfrom terminal03:54
=== j_ack [n=rudi@p508D82A1.dip0.t-ipconnect.de] has joined #ubuntu
rmdyeah, i got it.  i just wonder why there is no menu entry for it03:55
Jack_Sparrowapplications... accessories...termina'03:55
rmdfor gconf-editor03:55
Jack_SparrowYou dont need it very often03:55
rmdi dont need language support ever, but it is there :)03:56
Jack_SparrowPeople that need to change languages need easier help03:56
=== wizard_ [n=wizard@c211-28-158-33.brasd1.vic.optusnet.com.au] has joined #ubuntu
Jack_Sparrowrmd: Not going to debate the point..  It is easy enough to add..03:57
rmdfair enough03:57
=== sarikan [n=sarikan@85.99.162.108] has joined #ubuntu
rmdhmm03:57
rmdmy panel is freaking out03:57
dcroceis flash 9 out for linux?03:57
=== pradeep [n=pradeep@59.92.81.210] has joined #ubuntu
=== Darkvador [i=1007@ulysse2.emn.fr] has joined #ubuntu
sarikanhi, how can I get a static ip from wireless network?03:58
=== ubuntu [n=ubuntu@62.204.156.69] has joined #ubuntu
sarikannetwork management applet03:58
=== ubuntu is now known as OTHECEH
Jack_Sparrowrmd: freaking out in what way03:58
wizard_Hi all upgraded to 6.06 and now I mount a ntfs drive all good.. run xmms to play an mp3.. not long after ubuntu freezes.. have to reboot any ideas?03:58
sarikandoes not have an option for this, and it does not seem to care about the config form the system menu03:58
predaeusrmd: I think you can enable the menu entry for gconf-editor with alacarte03:58
sarikanwizard: did you try to run xmms as root?03:59
sarikanfor the console try sudo -b xmms03:59
=== baby [n=good@ppp-58.11.177.79.revip2.asianet.co.th] has joined #ubuntu
wizard_i opened nautilus by su'ing as root.. then opening the mp303:59
=== ke [n=kenneth@port272.ds1-aboes.adsl.cybercity.dk] has joined #ubuntu
Jack_Sparrowwizard_: gksudo for nautilus04:00
wizard_ok let me try thanks04:00
Jack_Sparrowwizard_: sudo nautilus leads to trouble04:00
Darkvadorhi, I have this problem that i've been trying to solve for 3 days now04:00
sarikananyone with ideas about static ip over wireless?04:00
dcrocegrimboy: you still around?04:00
DarkvadorI've searched for an answer everywhere I could04:00
Darkvadorand found nothing04:00
=== unreal_ [n=unreal@unaffiliated/unreal] has joined #ubuntu
=== archangelpetro [n=petroleu@82.152.204.251] has joined #ubuntu
Jack_Sparrowwizard_: Once you trash permissions running gui app with sud it is hard to get back..04:01
dcrocesarikan: go to your network settings and enter in a static ip04:01
sarikandcroce: I did it, but network applet does not care about it04:01
wizard_ok thanks Jack_Sparrow04:01
Jack_Sparrownp04:01
=== deuce868 [n=deuce868@c-68-42-84-176.hsd1.mi.comcast.net] has joined #ubuntu
dcrocesarikan: what do you mean it doesnt care about it?04:02
Jack_Sparrowwizard_: kdesu if running Kubuntu/KDE04:02
sarikanI have changed the settings from network settings04:02
sarikanbut I connect to wpa using network applet04:02
=== kent_ [n=kent@82.145.136.38] has joined #ubuntu
Darkvadorso here it is: I have an external harddrive connected in usb to my laptop and I want to share it using samba, but when i try to access it from a computer in the network, there is always this error about not having the right permissions or the disk not being available, any ideas?04:02
GaiaX11Could you tell me if there is a music cipher editor to write lyrics in ubuntu?04:02
=== tokenbad [n=tokenbad@c-71-193-211-166.hsd1.or.comcast.net] has joined #ubuntu
=== the_Cat [n=jgrund@81-232-98-185-no13.tbcn.telia.com] has joined #ubuntu
sarikanand network applet just gets a dynamic ip04:03
babySomebody help me? I want to use grave key (~) to change group of language04:03
=== rmd [n=jason@c-24-99-236-50.hsd1.ga.comcast.net] has joined #ubuntu
rmdthat was the first time i had to restart my computer with ubuntu.04:03
Jack_Sparrowrmd: better now?04:04
=== Sonderblade [n=meh@c-1a5ae353.131-1-64736c10.cust.bredbandsbolaget.se] has joined #ubuntu
rmdJack_Sparrow:  after i used gconf-editor my DeskBar applet freaked out and my panel stopped responding.04:04
rmdyeah.  it's all fine now.04:04
=== adam__ [n=adam@88-96-8-38.dsl.zen.co.uk] has joined #ubuntu
Jack_Sparrowicons still gone04:04
rmdbut i tried killing the x server and it still didnt work.. bleh04:04
rmdyeah, icons are still gone04:04
=== karl_ [n=travis@207.53.228.210] has joined #ubuntu
Jack_Sparrowgood to go04:05
rmdyes indeed04:05
rmdthanks again04:05
=== Sybux [n=bob@81.56.197.34] has joined #ubuntu
Jack_Sparrowbaby: Not sure I understand, you just want to change the default language?>04:05
=== zenwifi [n=zenwhen@74.131.98.27] has joined #ubuntu
=== [Deathmaster] [n=Linux@ns4.g23.net] has joined #ubuntu
=== adam__ [n=adam@88-96-8-38.dsl.zen.co.uk] has left #ubuntu ["Leaving"]
babyJack. I use ubuntu for type document in Thai and English.04:06
bryanlyou don't need a /boot as a separate partition when you are only running one OS on the server, correct?04:07
Jack_Sparrowbaby: I only ask because sometimes people have a preconceived idea as to how something should be done when there is an easier way04:07
=== crocd [n=crocd@lanwan.plus.com] has joined #ubuntu
=== jita [n=tejinder@unaffiliated/jita] has joined #ubuntu
=== mutleyshome_ [n=colin@cpc3-cowc2-0-0-cust921.renf.cable.ntl.com] has joined #ubuntu
=== tokenbad is now known as TokenBad
jitacan i upgrade to from dapper to edgy without reinstalling ?04:07
=== python_user [n=sj@host81-159-37-130.range81-159.btcentralplus.com] has joined #ubuntu
=== ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu
Jack_Sparrowbaby: system..admin...language support  ?04:08
python_userhi everyone04:08
=== pianoboy3333 [n=alex@ool-43567d61.dyn.optonline.net] has left #ubuntu ["HEY!]
babyyes04:08
bryanljita: you can.  you just need to change /etc/apt/sources.list04:08
=== sarikan [n=sarikan@85.99.162.108] has left #ubuntu []
python_userive been trying to install jdk-6-beta2 on ubuntu 6.0604:08
babyMS-office use grave key to change.04:09
=== angelo_ [n=angelo@host87-28-dynamic.7-87-r.retail.telecomitalia.it] has joined #ubuntu
babyThai / English04:09
python_userbut when i try to create a class file04:09
python_userit displays the following message04:09
Jack_Sparrowbaby: You want to switch between languages while typing in a word processor.. ah..04:09
babyYes04:09
python_userjavac: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory04:10
=== uniapel [n=uniapel@200.93.158.13] has joined #ubuntu
=== Shadowpillar [n=Shadow@dialup-4.231.165.100.Dial1.LosAngeles1.Level3.net] has joined #ubuntu
python_useri currently have the jdk1.6.0 directory installed in my home directory04:10
Jack_Sparrowbaby: Better questions make for better answers...   But sorry, I dont know how to do that in open office..04:10
=== ryctor [n=ryctor@216.24.254.2] has joined #ubuntu
python_userbefore when i entered javac it just said command not found04:10
=== bipolar [n=bflong@24.115.5.19.res-cmts.flt.ptd.net] has joined #ubuntu
python_userso i copied the java and javac execs to the /usr/local/bin04:11
babyOk. thank you.04:11
=== mutleyshome_ [n=colin@cpc3-cowc2-0-0-cust921.renf.cable.ntl.com] has joined #ubuntu
python_userbut then it just said error while loading libraries04:11
=== durga [n=durga@dialin-207-112-31-173.tor.primus.ca] has joined #ubuntu
=== uniapel_ [n=uniapel@200.93.158.13] has joined #ubuntu
erUSULpython_user: copy then back to where they were and make links to /usr/local/bin/04:11
uniapel_holaaaaaaaaaaa04:11
erUSUL!es04:11
ubotuPara Espaol por favor usen #ubuntu-es, #kubuntu-es o #edubuntu-es, alli obtendran mas ayuda.04:11
uniapel_hola nenassssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss04:12
=== mode/#ubuntu [+b %uniapel_!*@*] by rob
python_usermake links?04:12
=== fistfullofroses [n=fistfull@68-170-168-41.atlaga.adelphia.net] has left #ubuntu []
ryctorman, it is as easy as reading the sun-java website instructions04:12
Hoddenpython_user: or you can just add the files or java bin dir to the $PATH04:12
=== Tingo [n=PalPV3@222.68.137.90] has joined #ubuntu
python_useryou mean in etc/profile?04:12
=== zenwifi [n=zenwhen@74.131.98.27] has joined #ubuntu
Hoddenpython_user: or you can just add the files  java/bin dir to the $PATH04:12
erUSULpython_user: man ln (ln -s /usr/local/bin/ /path/to/binaries )04:13
bryanlhow large can a swap partion be?04:13
=== carelezz [n=carelezz@219.144.5.38] has joined #ubuntu
=== aes74 [n=aes@c83-250-174-199.bredband.comhem.se] has joined #ubuntu
ryctoror you can read what ln -s is?04:13
Jack_Sparrowbryanl: I dont know that there is a limit on the size04:14
=== joachim-n [n=joachim@ACD1333E.ipt.aol.com] has joined #ubuntu
python_useri heard another option was to install eclipse04:14
wizard_how do i set default sound card to my sb 5.1 ?04:14
ryctordont heard, read04:14
=== ronaldo [i=ronaldo@coyote.noc.realroot.com] has joined #ubuntu
=== Healot [n=Miranda@203.92.154.36] has joined #ubuntu
python_usersorry yes,04:15
python_useri read04:15
ryctorwhat exactly are you trying?04:15
Jack_SparrowHearding is for cattle and MS users, reading is for Humans04:15
=== sonium [n=Sonium@p549290B9.dip0.t-ipconnect.de] has joined #ubuntu
python_userive stopped trying now04:15
python_usergiven up04:15
ryctorjava?04:15
python_userjava and i are just not meant to be04:15
bryanlJack_Sparrow: there used to be... now there isn't04:16
ryctori JUST DID04:16
python_useri installed the binary from sun's website04:16
python_userinstalled it04:16
bryanlJack_Sparrow: you just need to make sure that you aren't creating large swap partitions and putting them all on one disk/controller... that would suck for performance reasons04:16
=== carelezz [n=carelezz@219.144.5.38] has left #ubuntu [""]
python_userin home directory04:16
=== visik7 [n=visi@unaffiliated/visik7] has joined #ubuntu
=== nomasteryoda|w [n=nomaster@h217.136.29.71.ip.alltel.net] has joined #ubuntu
Jack_Sparrowbryanl: Why would you create more than one and why would you make it more than say 2x your ram?04:17
=== morphix [n=morphix@dsl-58-6-37-178.nsw.westnet.com.au] has joined #ubuntu
bryanlJack_Sparrow: you don't know how much ram I have ;)04:18
=== sKaBoy [n=luogni@host234-98.pool8250.interbusiness.it] has joined #ubuntu
erUSULwizard_: http://alsa.opensrc.org/index.php?page=MultipleCards04:18
=== LazyAngel [n=na@128.80-203-65.nextgentel.com] has joined #ubuntu
ryctorgo to /usr/lib/jvm/java1.5/jre/plugins/i386/ns7 and ln -s or make a link if using gnome and then rename it as the original file04:19
bryanlJack_Sparrow: i have 16GB of ram on this server.... a 32 GB file isn't what i would call manageable04:19
baby04:19
Jack_Sparrowbryanl: Do you have a question or just comments...   I said two times your ram.... I did not imply I knew how much ram you have.04:19
morphixi totally forgot what parameters i need in fstab to mount a fat32 partition/drive as writable by all users, can someone refresh my memory04:19
bryanlJack_Sparrow: so i have 4 controllers and i'm splitting up the swap among the controllers04:19
ryctor] copy this link to /usr/lib/firefox/plugins dont forget to doit as sudo04:19
bryanlJack_Sparrow: i had a question earlier... now i figured out the answer myself, so the rest is just comments04:20
Jack_Sparrowbryanl: That is far from a common system.... Until you GIVE specifics we are just taking theroy04:20
=== eXistenZ [i=eXistenZ@unaffiliated/eXistenZ] has joined #ubuntu
=== eXistenZ [n=eXistenZ@unaffiliated/eXistenZ] has joined #ubuntu
Jack_Sparrowtalking04:20
=== davvs [n=davvs@nl112-169-45.student.uu.se] has joined #ubuntu
python_userthanks ryctor04:20
bryanlJack_Sparrow: thats fine04:20
=== Rex [n=Rex@adsl-222-109-236.jan.bellsouth.net] has joined #ubuntu
ryctorbetter yet , do a sudo nautilus and do it from there04:21
=== baby [n=good@ppp-58.11.177.79.revip2.asianet.co.th] has left #ubuntu []
Jack_Sparrowryctor: gksudo nautilus04:21
=== melon [n=ds@58.179.101.162] has joined #ubuntu
ryctorlet me know if it works04:21
=== MenZa [n=menza@0x535de899.kd4nxx12.adsl-dhcp.tele.dk] has joined #ubuntu
=== LazyAngel [n=na@128.80-203-65.nextgentel.com] has left #ubuntu []
Jack_Sparrowryctor: sudo nautilus is asking for troubel04:21
erUSUL!ntfs > morphix04:21
bryanli'll say onething.... install ubuntu with 8 disks on on 4  different controllers is fast as hell04:21
ryctorwhy04:21
ryctoris only file manager as su04:22
=== Whyte [n=shawn@i-83-67-13-3.freedom2surf.net] has joined #ubuntu
=== pianoboy3333 [n=alex@ool-43567d61.dyn.optonline.net] has joined #ubuntu
pianoboy3333how do I turn on syntax highlighting in vim?04:22
Jack_Sparrowryctor: It can mess up permissions and spell disaster.. gksudo is used for gnome gui apps, kdesu for kde gui apps04:22
erUSULryctor: sudo is unsafe for x apps use gksudo04:22
=== melia [n=melia@147sdl30m.codetel.net.do] has joined #ubuntu
bryanlpianoboy3333:      :syntax04:22
morphixerUSUL: i can VIEW the drives, but cant write to it by any users apart from root04:22
ryctoronly for the purposes of linking and copy and pasting if you are not familiar with the shell and simlinks04:22
erUSULmorphix: umask=0222 ??04:23
RexI think this is a FireFox question, so I may get sent packing, but here goes:  I went to shoutcast.com and assigned vlc as the default playback program, but wanted to try somnething else.  Yet, the option (even the listing) of .pls in my download options doesn't exist, and FF doesn't seem to want to allow me to make a new handler...  any suggestions?04:23
pianoboy3333bryanl: it says it doesn't recognize the buffer, is there a way to force it to use python?04:23
morphixerUSUL: i cant remember what it is, as i am not on my linux system atm, i am trying to help a friend04:23
erUSULmorphix: you need to put that option... umask 0222 to the fstab line04:24
wastrelubunto04:24
=== epennings [n=epenning@ip503c9087.speed.planet.nl] has joined #ubuntu
bryanlpianoboy3333: thats a good question.  i normally would do.... vim file.py04:25
bryanlpianoboy3333: i'm not sure how to change it while in the editor04:25
pianoboy3333hmm... ok, for somereason I guess it doesn't like me using #!/usr/bin/env python instead of just #!/usr/bin/python04:26
=== lostsync [n=lostsync@c-71-56-112-179.hsd1.ga.comcast.net] has joined #ubuntu
=== znull [n=z@tiger.purple-host.com] has joined #ubuntu
=== Dr_Willis [n=willis@74.132.83.197] has joined #ubuntu
=== burnhamd [n=burnhamd@207.144.102.123] has joined #ubuntu
burnhamdthis morning i turned on my computer to find that ubunto doesnt boot anymore04:29
Vegeta^How do I copy files from a remote server? when I try scp, I can an error: "cp: cannot create regular file `<dir name>': No such file or directory".. why?04:29
burnhamdit fails it fails to load hardware drivers04:30
=== blah [n=ubuntu@203.157.202.68.cfl.res.rr.com] has joined #ubuntu
blahon the livecd i live in Florida, which should i click for the date?04:30
Jack_Sparrowburnhamd: can you get to recovery mode prompt04:31
wastrelblah pick nyc04:31
burnhamdhow do i do that04:31
=== wizard_ [n=wizard@c211-28-158-33.brasd1.vic.optusnet.com.au] has joined #ubuntu
Jack_Sparrowburnhamd: when it does not boot what do you see?04:32
burnhamdnever mind i did it04:32
burnhamdok in recovery mode04:32
Jack_Sparrowburnhamd: dpkg-reconfigure xserver-xorg04:32
=== [Jonne] [n=chatzill@d54C2B39E.access.telenet.be] has joined #ubuntu
wizard_Jack_Sparrow: is there anyway to find out why my pc keeps freezing and i need to reboot?04:32
wizard_Jack_Sparrow:  i did as you said and still froze... is it mounting one of my ntfs drives that is the problem maybe?04:33
=== holzmodem [n=holzmode@dslb-084-060-199-233.pools.arcor-ip.net] has joined #ubuntu
burnhamdactually recovery mode isnt working either04:33
wizard_Jack_Sparrow:  i checked system log seems ok... cant find much04:33
Jack_Sparrowwizard_: you can look in dmesg.....    Have you used a script like Automatix or EasyUbuntu? (NOT recommending that you do.)04:33
burnhamdit goes like usual until it reaches "reading files need to boot"04:34
=== neutrinomass [n=pandis@ppp94-206.adsl.forthnet.gr] has joined #ubuntu
=== baby [n=good@ppp-58.11.177.79.revip2.asianet.co.th] has joined #ubuntu
wizard_nope i have not. will check dmesg04:34
burnhamdoh hang on i found the problem04:34
burnhamddang im too stupid04:34
Jack_Sparrowburnhamd: we all have our moments04:34
=== debugger_ [i=Rui@217.129.151.190] has joined #ubuntu
=== pianoboy3333 [n=alex@ool-43567d61.dyn.optonline.net] has left #ubuntu ["HEY!]
=== arienh4 [n=arienh4@s5592e188.adsl.wanadoo.nl] has joined #ubuntu
=== seraphim [n=seraphim@e179083236.adsl.alicedsl.de] has joined #ubuntu
burnhamdi had a usb device with a u3 launchpad atached04:35
=== python_user [n=sj@host81-159-37-130.range81-159.btcentralplus.com] has left #ubuntu []
=== nmyoDuh [n=nmyoda@h217.136.29.71.ip.alltel.net] has joined #ubuntu
Jack_Sparrowburnhamd: problem went away when you unplugged it..04:35
burnhamdu3 uses a sumilated cd to autorun on windows and linux couldnt get the cd rom to work04:35
burnhamdyes04:35
Jack_Sparrownp04:35
burnhamdbut there is something that is interesting04:35
burnhamdusually i cant select items with grub as my usb keyboard/mouse doesnt seem to work with it04:36
=== Trackilizer [n=gdfg@pD9E3F4CE.dip.t-dialin.net] has joined #ubuntu
=== sinisterr [n=me@67.60.60.105] has joined #ubuntu
wizard_17180465.032000]  NTFS-fs warning (device hda5): ntfs_filldir(): Skipping unrepr esentable inode 0x32d6.04:36
wizard_[17180468.696000]  NTFS-fs error (device hda5): ntfs_ucstonls(): Unicode name con tains characters that cannot be converted to character set cp437.  You might wan t to try to use the mount option nls=utf8.04:36
burnhamdbut when i had the usb drive connected i could move to select04:36
burnhamdthat is very strange04:36
=== gambi [n=albsen@port-87-234-124-209.dynamic.qsc.de] has joined #ubuntu
=== gana-home [n=ganadist@58.227.241.230] has joined #ubuntu
wizard_doesnt look good hey Jack_Sparrow04:38
TrackilizerIs there any app i can download from synaptic that can be used to partion and format harddrives, I'm looking for an app that is similar to "Partition Magic"04:38
Jack_Sparrowwizard_: HAve you been writing to your ntfs.. and No it dosent look good04:38
Jack_SparrowTrackilizer: gparted04:38
=== rexbron [n=rexbron@66-207-222-14.beanfield.net] has joined #ubuntu
TrackilizerJack_Sparrow, Thanks I'll try that one out.04:39
Jack_SparrowTrackilizer: good tool04:39
=== pianoboy3333 [n=alex@ool-43567d61.dyn.optonline.net] has joined #ubuntu
babyDo you know! Web to teach basic command for ubuntu04:39
sinisterrafter installing openssh-server when i try to login to the server i recieve the key and am asked for a password but password auth fails any ideas why the server doesnt know my passwords for users on my system?04:40
=== crocd [n=crocd@lanwan.plus.com] has joined #ubuntu
wizard_no i havent been writing.. just read04:40
Jack_Sparrowbaby: http://ubuntuguide.org/wiki/Dapper04:40
jrib!cli > baby04:40
biebDoes Linux support SLI?04:40
babyThank.04:40
Subhumanbieb, yes.04:40
=== michi [n=michi@i53870B25.versanet.de] has joined #ubuntu
Jack_Sparrowwizard_: dual boot I assume... I would go to XP and scandisc and defrag...04:41
babyI try it.04:41
wizard_ok thanks Jack_Sparrow   your right04:41
Subhuman!cli04:41
burnhamdlinux supports almost ever cpu feature of most desktop cpu's out there04:41
ubotuThe linux terminal or command-line interface is very powerful. Open a terminal via applications -> accessories -> terminal (gnome) or kmenu -> system -> konsole (kde). Manuals: https://help.ubuntu.com/community/BasicCommands04:41
wizard_gotta love windows :P not04:41
=== rixxon_ [n=rixxon@norrkoping-79-122.skbbip.com] has joined #ubuntu
Subhuman!sli04:41
ubotuSorry, I don't know anything about sli - try searching on http://bots.ubuntulinux.nl/factoids.cgi04:41
Jack_SparrowI dual boot too04:41
=== yodamonno [n=nomaster@h217.136.29.71.ip.alltel.net] has joined #ubuntu
=== higen [n=higen@239.80-203-134.nextgentel.com] has joined #ubuntu
biebburn... SLI is video not CPU04:42
=== relachs [n=dddddd@ACB07719.ipt.aol.com] has joined #ubuntu
burnhamdoh yea04:42
wizard_btw dont suppose u know how to set default sound card ?04:42
wizard_need to set to my sb 5.104:42
burnhamdit supports that too04:42
=== diskus [n=diskus@lelux.net] has joined #ubuntu
wizard_no sound in firefox etc...  and system -> sound says some other card04:42
burnhamdi was thinking something else04:42
dcrocei cant play any streaming audio from DI.FM can someone help me out?04:42
Jack_Sparrowwizard_: NO idea.. sorry, you went to the well one time to often04:42
=== nomasteryoda [n=nomaster@h217.136.29.71.ip.alltel.net] has joined #ubuntu
wizard_no probs04:43
meliasinisterr: the password is root04:43
=== nomasteryoda|w [n=nomaster@ip68-99-148-93.mc.at.cox.net] has joined #ubuntu
sinisterrill try that04:43
=== torchie [n=torch@adsl-153-166-121.mia.bellsouth.net] has joined #ubuntu
=== motin_ [n=motin@c80-217-109-185.cm-upc.chello.se] has joined #ubuntu
=== burnhamd [n=burnhamd@207.144.102.123] has left #ubuntu []
=== kharloss [i=kharloss@86.107.59.81] has joined #ubuntu
=== motin [n=motin@c80-217-109-185.cm-upc.chello.se] has joined #ubuntu
=== deepred [n=DeepRed@host197-253-static.28-87-b.business.telecomitalia.it] has joined #ubuntu
deepredhi04:44
deepredhigen, i'm experiencing problems burning DVD with the automatic DVD creation wizard, well, when i  press Burn  it starts creating Image, then burning goes ... when burnung process ends the dvd is ejected and automatically insered i see: Blank Disk! Windows PC's see it as a blank disk but it's not writeable anymore!04:44
=== denn [n=a@cpe-24-58-211-253.twcny.res.rr.com] has joined #ubuntu
deeprednot for higen sorry :) tab04:44
sinisterrmelia: Permission denied, please try again.04:44
sinisterrsininsterr@trbonet.serveblog.net's password:04:44
meliasinisterr: login with root and them ssh ip  and the password the root of other pc04:44
=== ablyss [n=30amp@71.81.22.108] has joined #ubuntu
biebBurn.. this is what SLI is.. http://www.nvidia.com/object/sli_home.html04:45
=== kharloss [i=kharloss@86.107.59.81] has left #ubuntu []
Jack_Sparrowdeepred: I think there is an issue trying to burn dvd iso's04:45
deepredJack_Sparrow, not my fault btw :|04:45
Jack_Sparrowdeepred: No dont think it is your fault..04:45
=== clearzen [n=Operator@216.190.234.16] has joined #ubuntu
Subhumanbieb, the new nvidia drivers support sli.04:45
=== burk [n=unifreak@243.80-202-29.nextgentel.com] has joined #ubuntu
deepredK3b has the same erros, CD's burning works all right ... DvD's not!04:46
Jack_SparrowCorrect04:46
=== homer_linux [n=linux1@cpc1-bsfd1-0-0-cust948.cmbg.cable.ntl.com] has left #ubuntu ["Leaving"]
Subhumanyou just have to set it up in "nvidia-settings"04:46
Jack_Sparrowdeepred: I dont have an answer....  Data DVD's seem to be fine...04:46
deepredJack_Sparrow, cometimes i can write succesfully ... other times heh ... not! :|04:46
dennHI, guys would anyone here be able to tell me (new linux user) how to reset my home directory from the recovery console?04:46
deepred*sometimes04:47
biebCool Sub.. I wasnt sure.. a friend of mine was asking..04:47
=== Kirsch [n=adam@cpe-74-66-225-137.nyc.res.rr.com] has joined #ubuntu
Kirschhey guys,what's a good text-based chat client?04:47
Kirschbesides BitchX04:47
SubhumanKirsch, irssi04:47
deepredKian|worK, irssi04:47
clearzenIs there any good graphical programs for converting .vob files to xvid?04:47
jribdenn: I'm not sure I understand what you mean04:47
=== general [n=general_@81.199.102.44] has joined #ubuntu
deepredomg, fucking tab04:48
Jack_Sparrowdenn: Could you explain what lead up to the problem?04:48
bieb!language04:48
ubotuPlease watch your language and keep this channel family friendly.04:48
sinisterrmelia: Permission denied (publickey,password)04:48
Jack_Sparrow!language04:48
=== dcroce [n=brandon@c-68-33-178-162.hsd1.va.comcast.net] has joined #ubuntu
=== general [n=general_@81.199.102.44] has left #ubuntu []
=== zenwifi__ [n=zenwhen@74.131.98.27] has joined #ubuntu
=== s4_comp[xc] [n=ich@ACB53B7D.ipt.aol.com] has joined #ubuntu
dennI changed my home directory which was a mistake since i cannot log in now.. so i need to change it back from the recovery console but I do not know how.04:49
deepredJack_Sparrow, i see, in K3b I/O Buffer bar going to 1% to 50% very high and visa versa, maybe a problem ?04:49
=== robokop [n=Robokop@ip9135169d.speed.planet.nl] has joined #ubuntu
Jack_Sparrowdenn: You could do it from Live cd, I am not much of a cli guy04:50
=== ivan33 [n=ivan33@rob67-1-82-227-73-178.fbx.proxad.net] has joined #ubuntu
Jack_Sparrowdeepred: yes... can you slow the drive down...04:50
deepredJack_Sparrow, mean ... writing speed ?04:50
Jack_Sparrowyes04:50
=== kuyky [n=kuyky@84.90.39.212] has joined #ubuntu
deepredi'll try right now after another writing attempt :)04:50
deepredsorry 4 my english04:51
dennwhere would i go on the live cd to change my home directory?04:51
=== Amaranth [n=travis@24-119-223-120.cpe.cableone.net] has joined #ubuntu
robokoparg installed windows vista and now it deleted grub from my MBR, anyway to fix it?04:51
=== Amaranth [n=travis@24-119-223-120.cpe.cableone.net] has left #ubuntu ["Leaving"]
meliasinisterr: delete the  file  know_host in /home/user/.ssh/04:51
=== pianoboy3333 [n=alex@ool-43567d61.dyn.optonline.net] has left #ubuntu ["HEY!]
Jack_Sparrow!grub04:51
ubotugrub is the default Ubuntu boot manager. Lost grub after installing windows: https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows - Making GRUB floppies & other GRUB howtos: https://help.ubuntu.com/community/GrubHowto04:51
sinisterrk04:51
=== Dasnipa` [n=Dasnipa@novembersix.stev193.eiu.edu] has joined #ubuntu
frogzoo!fixgrub04:51
ubotuSorry, I don't know anything about fixgrub - try searching on http://bots.ubuntulinux.nl/factoids.cgi04:52
biebdenn.. can you login as root?04:52
=== Kirsch [n=adam@cpe-74-66-225-137.nyc.res.rr.com] has joined #ubuntu
=== lastnode [n=lastnode@unaffiliated/mahangu] has joined #ubuntu
dennfrom gui no .. from bash yes04:53
Kirschthx for irssi: another question i have is can I download the init script for apache (the httpd) script separatly somewhere? i compiled it04:53
lastnodedoes anyone know if AIGLX will support my radeon 200m express?04:53
sinisterrmelia: same error04:53
Jack_Sparrowdenn: Sorry I cant help but others here are much better at your type of problem..04:53
=== firenx [n=firenx@d154-5-113-182.bchsia.telus.net] has joined #ubuntu
Jaakwhat is the best theme+icons and the whole flipflap for ubu/gnome04:53
=== diego_cl [n=diego_cl@pc-3-198-241-201.cm.vtr.net] has joined #ubuntu
adminxIt should, lastnode.04:53
=== salim [n=salim@pD951E3B5.dip0.t-ipconnect.de] has joined #ubuntu
Jack_Sparrowgnome-look.org04:54
meliayou delete the file in the server and client04:54
biebdenn.. then hit it from bash and fix your home dir04:54
lastnodeadminx, the ati driver is "open source" right? im reading  - https://help.ubuntu.com/community/CompositeManager/AIGLX04:54
Jaakyeah but a lot is rather crappy, and they won't install ='(04:54
salimhi everybody, I've somewhere in my disk installed a nice game, it's just a binary though with a few files, but I want to add it to the "Games" Menu of my Xubuntu - how can I do that?04:54
Jack_SparrowJaak: My favorite icon set   ...   http://kearone.deviantart.com/gallery/?order=904:54
adminxCheck here: http://corvillus.com/2006/08/03/how-to-set-up-aiglx-and-compiz-on-ubuntu-606-running-gnome/04:54
denni would but i do not know the commands from bash to do that04:55
adminxAnd yes, I think both.04:55
SEJeffsalim: alacarte04:55
Jack_SparrowJaak: Just need to pick the right ones for your system... are you picking from the gtk2 sets or gnome sets04:55
biebwhat exactly do you need to do denn?04:55
lastnodeadminx, checking, thanks.04:55
meliasinisterr: the file is know_hosts04:55
salim!alacarte04:55
Jaakok thanks!04:55
ubotualacarte: easy menu editing. In component main, is optional. Version 0.8-0ubuntu12 (dapper), package size 57 kB, installed size 472 kB04:55
=== kopekolduren [i=TeyTey@85.101.108.98] has left #ubuntu []
=== philwyett_testin [n=philip@80-195-142-67.cable.ubr02.wiga.blueyonder.co.uk] has joined #ubuntu
=== lufis [n=sam@adsl-70-232-40-200.dsl.ltrkar.sbcglobal.net] has joined #ubuntu
higenhey, i have moved my /var to /usr/local/var (which is on another partition), it works fine.. but under boot the /usr partition get booted after /, and /var/run is needed by some of the startup scripts.. anyway i can get around this?04:56
adminxAlso Check :http://wiki.compiz.net/index.php/Aiglx/compiz_on_an_Intel_i915_video_card , Even if it say intel.04:56
meliasinisterr: if you have firewall open port 2204:56
Jack_Sparrow!firewall04:56
ubotuUbuntu, like any other linux distribution, has firewall capabilities built-in. The firewall is managed with iptables (in the command line) or firestarter (gui, can also setup connection sharing)04:56
=== gerardomt [n=gerardom@200.77.146.104] has joined #ubuntu
salimthanks04:57
salimbye04:57
Jaakanyone with great theme tip?04:57
sinisterrmelia: i deleted it but i still get the same error as before there is no firewall it simply doesnt know my password it wont even let me log in locally04:57
lastnodeadminx, the howto is rather confusing, it doesnt say if my 200m will work. it's kind of a low end card, on a laptop too, and 128 shared memory. :\04:57
lufisIs there a way to change the number of lines the mouse wheel scrolls? Is this capability even present in xorg? Could I file a bug?04:58
klm-My mplayer says: "Could not grab port 73" when trying to play an avi. Any workarounds?04:58
dennbieb: i need to set my home directory for my account from "/home/username/desktop" to "/home/username/" from recovery console however I do not know the commands to do this04:58
=== philwyett_testin [n=philip@80-195-142-67.cable.ubr02.wiga.blueyonder.co.uk] has joined #ubuntu
=== living [n=living@36.Red-83-42-74.dynamicIP.rima-tde.net] has joined #ubuntu
livinghi, what tool do you use to burn isos in ubuntu?04:59
adminxNot sure where I read it, however it is my unstanding that AIGLX is supposed to work with low-end cards.04:59
brian98denn: sudo pico /etc/passwd04:59
Vegeta^I get the following error, when I try to scp: "ssh: connect to host <MYIP> port 22: Connection refused" <-- Does this mean I'm firewalled on this port? It can't be NAT, because that's open. How do I "unfirewall" the port (or any others ports in ubuntu)?04:59
lastnodeliving, gnomebaker04:59
adminxXGL should work with High-end ATI cards04:59
iratsuif lilo doesn't display a menu when i boot up, is there some key i can press to make it do so?04:59
=== kent [n=kent@82.145.136.38] has joined #ubuntu
Jack_Sparrowiratsu: ask in lilo05:00
=== robokop [n=Robokop@ip9135169d.speed.planet.nl] has left #ubuntu []
livinglastnode: does gnomebaker support bootable isos burning?05:00
lastnodeadminx, this is a lowend05:00
lufisliving: Gnomebaker isn't installed by default AFAIK... go to the terminal and type sudo apt-get install gnomebaker05:00
lufisLiving: yes05:00
=== neoncode [n=neoncode@unaffiliated/neoncode] has joined #ubuntu
lastnodeliving, er of course. the data you write to the disc is what makes it bootable or not05:00
Jack_Sparrowati300 is the real orphan...05:00
TokenBadis there a program for ubuntu that would let me take an animated gif and edit it?05:00
lastnodeTokenBad, gimp?05:00
dennbrian98: i will try that thank you.05:00
lufisTokenBad: GIMP can with a little know-how05:01
brian98<Vegeta^> did you sudo apt-get install openssh-server05:01
=== SiCuTDeUx [n=helix@190.39.86.185] has joined #ubuntu
livinglufis, lastnode: thankyou a lot05:01
adminxI would give it a try, I know that I have a IBM thinkpad that has ATI that I am planning on testing tonight.05:01
=== ladydoor [i=door@unaffiliated/ladydoor] has joined #ubuntu
brian98denn: Look for the line with your uname05:01
lastnodeadminx, ok thanks, going for it05:01
adminxMy Toshiba Laptop has Intel Chipset.05:01
SillyZhow to change from Gnome as the default startup desktop to XFCE ?05:01
TokenBadummm...but how would you load a animated gif into gimp so that it has each frame?05:01
Vegeta^brian98: Never remember doing that after I installed ubuntu. But I'll check if it's installed from synaptic05:01
melialiving: K3B05:01
=== aeon17x [n=aeon17x@58.69.180.90] has joined #ubuntu
=== rmd [n=jason@c-24-99-236-50.hsd1.ga.comcast.net] has joined #ubuntu
brian98Vegeta^: I'd say it's your prob, I don't think it's installed by default for some reason05:02
Jack_Sparrowliving: right click the iso and send to disk05:02
=== fluxbuntu44 [n=gggggggg@cpe-72-227-91-211.maine.res.rr.com] has joined #ubuntu
lastnodeTokenBad, that's sorta outside the scope of this channel. but #gimp has a lot of people in it ;-)05:02
Vegeta^brian98: So I need to install that?05:02
=== tecta [n=tecta@203.157.202.68.cfl.res.rr.com] has joined #ubuntu
brian98yes05:03
TokenBadthanks05:03
sinisterrmelia: well thanks for trying05:03
brian98Vegeta^: start a terminal and type sudo apt-get install openssh-server05:03
brian98Vegeta^: it should install the ssh daemon05:03
tectaeverytime i do apt-get install <pkg> it says05:03
tectaReading package lists... Done05:03
tectaBuilding dependency tree... Done05:03
tectaE: Couldn't find package flashplugin-nonfree05:03
Vegeta^ok i'll try that05:04
deepredbrian98, to install sshd you have to:  sudo apt-get install ssh05:04
=== d2812 [n=challisa@82.153.193.220] has joined #ubuntu
sinisterr!root05:04
ubotusudo is a command to run programs with superuser privileges ("root"). Look at https://help.ubuntu.com/community/RootSudo for all information.05:04
lufistecta: enable non-free repos05:04
brian98my mistake...05:04
tectalufis: alright thanks05:04
lastnodeadminx, the repo adds fine, but the last package in the howto is not found - gnome-compiz-manager05:04
=== lufis [n=sam@adsl-70-232-40-200.dsl.ltrkar.sbcglobal.net] has left #ubuntu []
Healotit's in the multiverse section; so enable your multiverse section in repos05:04
=== ToonArmy [n=chris@88-105-180-50.dynamic.dsl.as9105.com] has joined #ubuntu
=== sonix1 [n=sonix@static-125-209-131-235.qld.veridas.net] has joined #ubuntu
brian98Vegeta^: sudo apt-get install ssh05:04
brian98thanks deepred05:04
klm-Mplayer says when trying to open an avi: Xv: Could not grab port 73; Could not find free Xvideo port. Any workarounds?05:04
deepredbrian98, ;) you're welcome!05:04
livingJack_Sparrow:  thanks a lot for that tip :)05:04
Jack_Sparrownp05:05
sonix1anyone that's using edgy found usplash is stuffed now?05:05
Jack_Sparrowliving: Quick and easy05:05
=== mendred [n=mendred@59.93.74.52] has joined #ubuntu
meliasinisterr: you neet restart the service ssh later delete the file know_hosts05:05
=== ladydoor [i=door@unaffiliated/ladydoor] has joined #ubuntu
tectalufis: i put non-free in sources.list and did apt-get update and still doesn't work05:05
=== Skaag [n=lunix@80.178.194.229.adsl.012.net.il] has joined #ubuntu
=== erider [n=erider@unaffiliated/erider] has left #ubuntu ["I]
Healottecta: it's multiverse05:06
Healotnon-free section is Debian's05:06
Jack_Sparrowtecta Please post your sources list to the pastebin.. and I suggest a backup of your list as well  gedit  /etc/apt/sources.list  sudo cp /etc/apt/sources.list ~/sources.list.backup05:06
tectaHealot: oh ok thankjs05:06
=== funkyHat [n=matt@cpc7-nthc3-0-0-cust812.nrth.cable.ntl.com] has joined #ubuntu
adminxWhich link are you using?05:07
Healot!repos05:07
ubotuThe packages in Ubuntu are divided into several sections. See http://www.ubuntu.com/ubuntu/components https://help.ubuntu.com/community/Repositories and !easysource05:07
Jack_Sparrow!flashplugin-nonfree05:07
ubotuflashplugin-nonfree: Macromedia Flash Player plugin installer. In component multiverse, is optional. Version 7.0.63.3ubuntu3 (dapper), package size 16 kB, installed size 136 kB (Only available for i386)05:07
adminxI think this one is current: http://wiki.compiz.net/index.php/Aiglx/compiz_on_an_Intel_i915_video_card05:07
Vegeta^brian98: Now I get "Host key verification failed." what does this mean?05:07
=== Dasnipa] [ [n=Dasnipa@echonine.stev192.eiu.edu] has joined #ubuntu
brian98Vegeta^: does it tell you the file that the host key is stored in?05:08
=== yarddog_ [n=kibozo@unaffiliated/yarddog] has joined #ubuntu
=== kishore [n=kishore@202.133.61.19] has joined #ubuntu
tectaHealot: hmm i added multiverse and did apt-get update and then apt-get install flashplugin-nonfree05:08
=== m4rk [n=mark@host86-132-131-229.range86-132.btcentralplus.com] has joined #ubuntu
Vegeta^brian98: No, it only tells me what I quoted.05:08
rmdis there a way to put "open terminal here" in the nautilus right-click context?05:09
=== SiLOX [n=nod01@c-8f5e71d5.420-1-64736c12.cust.bredbandsbolaget.se] has joined #ubuntu
=== mick_ [n=mick@c-24-245-35-86.hsd1.mn.comcast.net] has joined #ubuntu
SillyZanyone know of a command that can be issued to the system fan for the cpu to tell it to remain on at all times.... this is a laptop im dealing with here05:09
adminxNot sure if Corvillus has updated his info, per our last talk.05:09
Jack_Sparrow!powernow05:10
ubotuSorry, I don't know anything about powernow - try searching on http://bots.ubuntulinux.nl/factoids.cgi05:10
SillyZpowernow... ok ill look into that05:10
=== seraphim [n=seraphim@e179083236.adsl.alicedsl.de] has joined #ubuntu
brian98Vegeta^: sudo pico /root/.ssh/known_hosts and remove the offending entry05:10
Jack_SparrowSillyZ: That isnt quite right..05:10
=== MetaMorfoziS [n=sajt@53d82813.adsl.enternet.hu] has joined #ubuntu
=== mantono [n=mantono@c83-250-204-173.bredband.comhem.se] has joined #ubuntu
=== Goshawk [n=vincenzo@d83-176-7-241.cust.tele2.it] has joined #ubuntu
=== sinisterr [n=me@67.60.60.105] has left #ubuntu ["Leaving"]
=== TobiF [n=Kanales@e180038093.adsl.alicedsl.de] has joined #ubuntu
=== sc0tch [n=sc0tch@12-227-172-64.client.mchsi.com] has joined #ubuntu
SillyZJack_Sparrow: ok what should i be looking for then?05:10
jribrmd: install nautilus-open-terminal05:10
mick_i recently installed ubuntu (yesterday) and am fairly new at this, i ran automatix and that seemed to do well, but now when i try to play music out of amarok, the songs take 1 second to complete and no sund comes out... any ideas?05:11
mick_sound*05:11
Jack_SparrowSillyZ: Looking...05:11
adminxlast node you can email me later at ceo at administratorx dot net and I will let you know how it goes with my install.05:11
=== `m0 [i=m0@unaffiliated/m0/x-04351] has joined #ubuntu
SillyZJack_Sparrow: k, thanks05:11
Jack_Sparrowmick_: ask in Automatix05:11
rmdjrib: is that in universe?05:12
brian98Vegeta^: or sudo pico ~/.ssh/known_hosts to remove it from your own hosts file05:12
mick_Jack_Sparrow, amarok didn't come with automatix, sorry... i wasn't clear05:12
=== corona1 [n=tu@c-24-63-107-99.hsd1.ma.comcast.net] has joined #ubuntu
=== hantoo [i=hantu@60-241-200-159.static.tpgi.com.au] has joined #ubuntu
tectaJack_Sparrow: > tecta: it's multiverse05:13
ladydoormick_: are you running another sound program at the same time?05:13
tecta11:05 < Healot> non-free section is Debian's05:13
tectaJack_Sparrow: sorry paste sucks05:13
corona1does anyone know why i'm getting a " C compiler (gcc -O2 -g -Wall ) works... no" error while trying to compile lirc?05:13
tectaJack_Sparrow: http://rafb.net/paste/results/c0L1oj24.html05:13
Vegeta^brian98: "/root/.ssh/known_hosts" is empty, the other one contains 2 lines.... What do I remove? The 2 lines?05:13
gerardomtHola, es posible desinstalar el Firefox que viene poe defecto en Ubuntu?05:13
ladydoor!powernowd05:13
mick_ladydoor, no, just amarok05:13
ubotupowernowd: control cpu speed and voltage using 2.6 kernel interface. In component main, is optional. Version 0.97-1ubuntu1 (dapper), package size 23 kB, installed size 116 kB05:13
brian98Vegeta^: yes05:13
ladydoorJack_Sparrow: is that what you were looking for?05:13
Jack_SparrowSillyZ: You can boot with acpi=off... but I was trying to remember the name of the program added to laptops for power savings..05:13
=== deep [n=deep@c-b22a71d5.017-19-626c671.cust.bredbandsbolaget.se] has joined #ubuntu
brian98Vegeta^: Then try again to connect05:14
=== seraphim [n=seraphim@e179083236.adsl.alicedsl.de] has joined #ubuntu
ladydoormick_: oh. well, nm. sorry05:14
=== clever_ [n=clever@201.230.163.210] has joined #ubuntu
Jack_Sparrowladydoor: Thats my girl...05:14
SillyZJack_Sparrow: just add acpi = off to grub then?05:14
gerardomtEsque instal el Swiftfox y me va mejor05:14
Jack_Sparrowladydoor: I knew it was close05:14
Jack_Sparrow!es05:14
ubotuPara Espaol por favor usen #ubuntu-es, #kubuntu-es o #edubuntu-es, alli obtendran mas ayuda.05:14
deepIs 'dirmngr' something important for the ubuntusystem?05:14
deepOr can i turn it off?05:14
=== clever_ [n=clever@201.230.163.210] has left #ubuntu ["Abandonando"]
=== rexbron [n=rexbron@66-207-222-14.beanfield.net] has joined #ubuntu
rmdjrib: most excellent.  thank you.05:15
ladydoorJack_Sparrow: glad to help.05:15
=== surgy [n=surgy@ppp-70-245-30-197.dsl.okcyok.swbell.net] has joined #ubuntu
surgyhello05:15
tectaJack_Sparrow: i uncommented the last two, just realised that and took out multiverse and univers in the first two, but still won't install05:15
SillyZJack_Sparrow: where in grub should I add acpi=off, menu.lst ?05:15
Jack_Sparrowladydoor: WIll that let the fan run full speed without throttling it down?05:15
rmdactually.  i've installed the package but i'm not seeing it in the right-click context....05:16
Jack_Sparrowtecta Please post your sources list to the pastebin.. and I suggest a backup of your list as well  gedit  /etc/apt/sources.list  sudo cp /etc/apt/sources.list ~/sources.list.backup05:16
surgyi need a recomendation on a software bundle that will convert an avi into vcd format and then burn it onto a disc?05:16
=== sharky [n=sharky@24-51-109-203.frdrmd.adelphia.net] has joined #ubuntu
ladydoorJack_Sparrow: i don't know, honestly. i just remembered seeing it at some point05:16
=== bobe [n=bobe@dslb-084-062-042-055.pools.arcor-ip.net] has joined #ubuntu
=== h36sa_ [n=h36sa@dialup-4.182.57.103.Dial1.SanJose1.Level3.net] has joined #ubuntu
Jack_SparrowSillyZ: One of those two options should work05:16
=== basti`DND [n=basti@M361d.m.pppool.de] has joined #ubuntu
SillyZJack_Sparrow: the kernel section or the boot section ?05:17
brian98surgy: http://ubuntuforums.org/showthread.php?t=183936 is an excellent instruction set05:17
=== bobe [n=bobe@dslb-084-062-042-055.pools.arcor-ip.net] has left #ubuntu ["Verlassend"]
Vegeta^brian98: I still have the same error "Host key verification failed."05:17
m4rkwill ubuntu work with zune?05:17
=== dcroce [n=brandon@c-69-143-104-101.hsd1.va.comcast.net] has joined #ubuntu
Jack_SparrowSillyZ: Hit E on boot and try it in the grub list05:17
brian98I dunno, deepred, any ideas?05:17
SillyZk05:18
sharkyI haven't seen an update notification update for any of my installed packages in about 2 months now.  is this a problem??05:18
SillyZbrb then05:18
SillyZand thanks Jack_Sparrow05:18
Jack_SparrowSillyZ: rather than trying to make it perm for the test05:18
brian98are you connecting to it from your local box?05:18
SillyZaye05:18
surgybrian98 thank you much05:18
brian98no worries!05:18
Healotm4rk: if zune have a FAT32/16 disk; sure why not?05:18
=== sharky_ [n=sharky@24-51-109-203.frdrmd.adelphia.net] has joined #ubuntu
brian98Vegeta^: are you connecting username@127.0.0.1 ?05:19
brian98or are you connecting from a different maching?05:19
brian98machine even05:19
=== burk [n=unifreak@243.80-202-29.nextgentel.com] has joined #ubuntu
=== wolki [n=wolki@client418.sg.fr.studentenwohnheim-bw.de] has joined #ubuntu
=== masterbender [n=bender@p548DDA15.dip.t-dialin.net] has joined #ubuntu
=== sharky_ [n=sharky@24-51-109-203.frdrmd.adelphia.net] has left #ubuntu ["Ex-Chat"]
Vegeta^brian98: I'm trying to copy a file from a remote server.05:20
Vegeta^brian98: To my own machine.05:20
=== lastnode [n=lastnode@unaffiliated/mahangu] has joined #ubuntu
corona1does anyone know why i'm getting a " C compiler (gcc -O2 -g -Wall ) works... no" error while trying to compile lirc?05:21
=== Howitzer [n=sagara@16.5-200-80.adsl-dyn.isp.belgacom.be] has joined #ubuntu
=== tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu
=== BubbleGirl [n=Whocast@ds1795.dedicated.turbodns.co.uk] has joined #ubuntu
BubbleGirlHello05:21
lastnodehello BubbleGirl05:21
tectaJack_Sparrow: http://rafb.net/paste/results/FhDTF772.html05:21
brian98Vegeta^: Then the offending key is in the machine your trying to connect from!05:21
BubbleGirlHi lastnode, how are you?05:21
=== rmd [n=jason@c-24-99-236-50.hsd1.ga.comcast.net] has joined #ubuntu
lastnodeBubbleGirl, er im fine. :-) what can we do for you today?05:22
lastnodeadminx, hi, im running a radeon 200m express, and i installed aiglx following the ubuntu tutorial. gdm loads up gnome fine, but when i run compiz-manager from the cli, gdm restarts. any idea how i can troubleshoot this?05:22
=== ryanakca [n=ryan@unaffiliated/ryanakca] has joined #ubuntu
BubbleGirlI am really new to this whole ubuntu thing, I was wondering if someone woudl mind giving me some time so I coudl have a talk to them?05:22
Vegeta^brian98: You mean my machine??? So what is exactly this offending key? And how do I terminate it?05:22
lastnodeBubbleGirl, come on in to #ubuntu-offtopic, that's where all the chatter is :-)05:22
BubbleGirlWell, I just installed Ubuntu LAMP (think that is right(05:22
brian98are you on windows or what os?05:22
=== derrickh [n=derrick@rrcs-24-153-226-8.sw.biz.rr.com] has joined #ubuntu
=== paniq [n=braniq@port-212-202-50-157.dynamic.qsc.de] has joined #ubuntu
paniqhey there05:23
sharkyVegeta^, the error should tell you which line in your .ssh-keys file the offending key is at, just open that file and delete that line and try again05:23
HowitzerDoes anyone know what fluxbox theme fluxbuntu uses?, their channel isn't responding...05:23
paniqam i wrong or has autohinting been enabled by default with one of the last upgrades in the past 2 months?05:23
ladydoorHowitzer: there's actually a fluxbuntu now?05:23
BubbleGirlIs there a way I can get a GUI with the server version?05:23
=== RodrigoX [n=Rodrigo@201-74-141-138-sj.cpe.vivax.com.br] has joined #ubuntu
paniqi want to turn autohinting off but nothing helps05:23
Howitzerladydoor, yeah05:23
=== PupUser905617 [n=PupUser9@adsl-70-142-22-127.dsl.renocs.sbcglobal.net] has joined #ubuntu
derrickhHow do you find the WM_CLASS of apps running?05:23
paniqi want bci rendering05:23
Howitzerhttp://fluxbuntu.org/05:23
paniqit sucks ass05:23
paniqi'm sorry05:24
paniqit sucks ****05:24
=== kirkunit [n=matt@82-39-117-254.cable.ubr03.newy.blueyonder.co.uk] has joined #ubuntu
lastnodeBubbleGirl, sure. you can just apt-get whatever gui you want05:24
PupUser905617hi I need a disrto for a p3 64mb ram and a small hdd any suggestions?05:24
Howitzerbut for now, it's not really advanced as it still has a lot of bloat for it's goal05:24
lastnodePupUser905617, fluxbuntu or xubuntu05:25
HowitzerPupUser905617, DamnSmallLinux or Puppy Linux05:25
Vegeta^brian98: Because I'm on my own computer now, and trying to connect to a remote server. But I use "scp <the username of mine on that server>@<hostname>:/.../<filename> <the same username as the one used to login>@<My ip (not 127.0.0.1)>:/home/.../" <-- what is the error in that?05:25
Howitzer64mb is WAY too small for any *buntu flavour05:25
kirkunitI've recently bought an AMD Athlon 64 machine and I'm looking to buy a half decent graphics card for it. Can anyone recommend a graphics card that works nicely with Ubuntu and AMD64?05:25
BubbleGirlI know I sound like an idiot Lastnode, but I have always been a windows gal. How do I do it Lastnode, is it on the image I downloaded?05:25
Howitzeryou need at least 128+ to make it somewhat useable05:25
Vegeta^sharky: The error doesn't say anything, besides the line I quoted.05:25
=== fogos [n=marco@201.133.235.61] has joined #ubuntu
Jack_Sparrowkirkunit: Nvidia05:25
lastnodeBubbleGirl, which gui do you want to use?05:25
=== h4ch3r [n=CaRlOsRe@201008238101.user.veloxzone.com.br] has joined #ubuntu
brian98Vegeta^: http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch17_:_Secure_Remote_Logins_and_File_Copying05:26
BubbleGirlI dont know, I liked the one that comes witht he desktop version05:26
=== nlindblad [n=nlindbla@user179.217-10-120.netatonce.net] has joined #ubuntu
PupUser905617k thanks I'll try damn small05:26
deepCan someone tell me what "festival" and "dirmngr" is, and tell me if its nessesary to have?05:26
=== fbn [n=ubuntu@p3EE0016C.dip0.t-ipconnect.de] has joined #ubuntu
=== baby [n=good@ppp-58.11.177.79.revip2.asianet.co.th] has left #ubuntu []
=== jono [n=jono@88-107-5-110.dynamic.dsl.as9105.com] has joined #ubuntu
brian98Vegeta^: http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch17_:_Secure_Remote_Logins_and_File_Copying#SSH_Failures_Due_To_Linux_Reinstallations is the part your looking for05:27
=== baby [n=good@ppp-58.11.177.79.revip2.asianet.co.th] has joined #ubuntu
=== TheGateKeeper_ [n=gatekeep@82-36-116-184.cable.ubr03.king.blueyonder.co.uk] has joined #ubuntu
HowitzerPupUser905617, are you new to linux?, because starting out with DSL isn't as easy as it would be with Ubuntu/Fedora/...05:27
lastnodeBubbleGirl, 'sudo apt-get install ubuntu-desktop' then. it's a lot of files though. on the other hand, if you have a desktop ubuntu cd, you can insert that and install the packages from it, instead of the net.05:27
=== Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu
=== corporate [n=corporat@n163s180.ntc.blacksburg.shentel.net] has joined #ubuntu
=== RMorris85 [n=bob@c-66-177-73-110.hsd1.fl.comcast.net] has joined #ubuntu
=== ephemeros byz \m/
=== nlindblad [n=nlindbla@user179.217-10-120.netatonce.net] has joined #ubuntu
fbnI've installed the Edgy package updates today an now I get "/bin/sh: can't access tty; job control turned off" and boot process stops here leaving me in the busybox shell ... what can I do? help please!05:28
=== psr [n=psr@cpc2-ledn1-0-0-cust955.leed.cable.ntl.com] has joined #ubuntu
Jack_Sparrowfbn: Ask in edgy...05:28
lastnodefbn, #ubuntu+1 please.05:28
BubbleGirlThat easy lastnode?05:28
kirkunitfbn: try #ubuntu+105:28
Jack_SparrowBubbleGirl: Yep, that easy05:29
lastnodeBubbleGirl, yup. :-) well at least generally, we can work on it if you get stuck.05:29
Jack_Sparrowbbl..  People, play nice...05:29
PupUser905617no actually I have agreat machine with ubuntu..I got a piece of junk for someone that they can afford and I hate  windowoes so im of course looking at another one05:29
fbnah sorry didn't know about that channel, thanks05:29
corporatecan anybody please help me with reconfiguring xserver-xorg for my dell laptop05:29
BubbleGirlMWAH!!!! Thank you thank you thank you. Sorry for sounding like such a newbie :)05:29
lastnodecorona1, what do you need done.05:29
lastnodeBubbleGirl, all of us were/are newbies. not a problem.05:29
Vegeta^brian98: I already did that. You told me that before, I deleted the 2 (only) lines in ~/.ssh/known_hosts and reconnected, but it didn't help.05:30
corona1lastnode, i need to figure out why lirc won't compile05:30
=== wickers [n=Barker@bas1-kitchener06-1177631706.dsl.bell.ca] has joined #ubuntu
=== Duesentrieb [n=Duesentr@wikipedia/duesentrieb] has joined #ubuntu
BubbleGirlGuy guys are gret, the people in Rebhat rooms are so rude05:30
corona1i keep getting:  C compiler (gcc -O2 -g -Wall ) works... no05:30
=== Zedd [n=zeddicus@d226-26-139.home.cgocable.net] has joined #ubuntu
brian98from the machine your connecting from05:30
=== Troglodyt [n=KevinSpe@net34-34.netkaster.ca] has joined #ubuntu
lastnodesorry, bad nick completion, i meant corporate05:30
corona1np05:30
brian98Vegeta^: from the machine your connecting from sorry...05:30
wickersUgg apt is being a bitch.05:30
lastnodeBubbleGirl, i think every channel has its share of rude people. we just hide them in the back in here ;-)05:31
lastnodewickers, language mate05:31
wickersHow do you unlock the apt file?05:31
wickersor the lock file that is.05:31
corporatecan anybody please help me with reconfiguring xserver-xorg for my dell laptop05:31
wickerslastnode: check.05:31
lastnodewickers, lock what?05:31
brian98corportate: What graphics card?05:31
=== gerardomt [n=gerardom@200.77.146.104] has left #ubuntu ["Leaving"]
=== mllr [n=mllr@CPE-24-163-128-160.new.res.rr.com] has joined #ubuntu
=== TomB [n=tomb@host217-44-1-35.range217-44.btcentralplus.com] has joined #ubuntu
wickerslastnode: you know how only one apt program can use apt at the same time?05:31
surgycan someone look at the following error and help me please? http://rafb.net/paste/results/psSVo489.html05:32
wickerslastnode: well my apt is locked as if something is using it.05:32
lastnodewickers, yes. that "locking" is done by the app itself.05:32
=== stefanneke [n=stedew@dD5E0585D.access.telenet.be] has joined #ubuntu
Vegeta^brian98: Yes, from my machine, not on the servers.05:32
wickerslastnode: there's no app running.05:32
Duesentriebhi all - can someone assist me to get sound working on my laptop (asus, intel ICH7 sound chip, alsa)05:32
lastnodewickers, synaptic? update? nothing?05:32
Duesentriebi see no errors, but hear no sound...05:32
wickerslastnode: the file is just 'open'.05:32
BubbleGirlJust installing now lastnode, shall tell you how it went hon05:32
corporatebrian98: its ATI mobillity 750005:32
wickerslastnode: nothing, clean reboot, nada.05:32
=== clarence [n=clarence@64.146.179.133] has joined #ubuntu
brian98Vegeta^: Sorry mate.. I really don't now why you should get that error if you have cleaned out your knowhosts05:32
lastnodeBubbleGirl, sure, there are tons of other window managers you might like to explore when you have the time.05:33
surgybrian98: can you look at this for me and tell me what you think? http://rafb.net/paste/results/psSVo489.html05:33
lastnodewickers, that's really wierd. do a ps?05:33
Vegeta^brian98: ok np, thanks anyway for the help.05:33
=== nlindblad [n=nlindbla@user179.217-10-120.netatonce.net] has joined #ubuntu
wickersI did... nada.05:33
lastnodesurgy, a python lib is missing? what are you trying to install?05:33
=== BudgetDedicated [n=BudgetDe@s5593c2e9.adsl.wanadoo.nl] has joined #ubuntu
botxjis XGL it's own X server or does it use X11 or X.org ?05:33
wickersI think automatix screwed it up.05:33
=== fatbrain [n=irc@85.8.1.66.se.wasadata.net] has joined #ubuntu
lastnodewickers, automatix!05:34
lastnode:o05:34
lastnodeor you mean easyubuntu?05:34
wickersno, I mean what I said.05:34
lastnode!automatix05:34
ubotuautomatix is a script that automates installation of some items. Use at your own risk. See http://www.getautomatix.com/ ; For help with and discussion of automatix please join #automatix.05:34
wickerslol05:34
=== stefannek1 [n=stedew@dD5E0585D.access.telenet.be] has joined #ubuntu
mllrcan you use xgl w/ ati radeon 9000 pro? just wondered if my old system could handle it. checking forums not getting a definitive yes/no.05:34
lastnode:-)05:34
surgylastnode: i following a guide for installing tovidgui and running it to make avi into svcd and then copy it onto a cd05:34
rmd!easyubuntu05:34
ubotuEasyUbuntu is a script that automates installation of some items. Use at your own risk. See http://easyubuntu.freecontrib.org/ ; for help and or discussions about EasyUbuntu please join #easyubuntu.05:34
fatbrainHello, I recently installed the kernel-updates (form auto-update thingie) and I recompiled my nvidia drivers... Now I can only start GDM from SU, Anyone know how I can resolve that?05:34
botxjis XGL it's own X server or does it use X11 or X.org ?05:34
brian98surgy: sudo apt-get install wxpython2.6-005:34
=== No1Viking [n=micke@h-83-140-104-74.ip.rixbredband.se] has joined #ubuntu
=== phos-phoros [n=phos-pho@unaffiliated/phos-phoros] has joined #ubuntu
sharkyhas there been any recent update to dapper?  or to standard packages?  I havent seen a notification for updating my packages in 2 months now05:35
lastnodebotxj, right now it runs on a 'layer' on top of X, but will soon have its own server, iirc05:35
Jack_SparrowAutomatix and Easyubuntu are the WORST things you can run.. Once you do.. there is no going back without restoring from a backup or reinstalling.05:35
=== stefannek1 [n=stedew@dD5E0585D.access.telenet.be] has left #ubuntu []
brian98surgy: if it can't find that file you might need to enable extra rep....05:35
lastnodesharky, er there have been. apt-get upgrade05:35
=== mendred [n=mendred@59.93.74.52] has joined #ubuntu
=== whitewindow [n=arpu@chello080109078137.4.15.univie.teleweb.at] has joined #ubuntu
brian98surgy: Good help here - http://www.psychocats.net/ubuntu/sources.php05:35
=== phargle [n=phargle@adsl-68-127-77-94.dsl.lsan03.pacbell.net] has joined #ubuntu
surgybrian98: cant find it05:36
=== dennisharrison_A [n=dennisha@71-81-51-131.dhcp.slid.la.charter.com] has joined #ubuntu
wickersJack_Sparrow: perhaps... but I just don't have the time these to get everything up and going by hand.05:36
adminxHere is a really good artical on XGL and AIGLX: http://www.freesoftwaremagazine.com/articles/accelerated_x05:36
whitewindowhi @all05:36
=== gepatino [n=gabriel@201.216.210.236] has joined #ubuntu
brian98surgy: go to the page I just posted , it will help you enable the repos. you need to get it..05:36
sharkylastnode, yeah i've done that but it says there's nothing to be upgraded05:36
surgybrian98: ok thank you05:36
brian98nw05:36
whitewindowwhat  infos are needed ? https://launchpad.net/distros/ubuntu/+source/gnome-cups-manager/+bug/4066005:36
Jack_Sparrowwickers: And WE dont have the time to fix your problems when you do05:37
=== Blinker [n=server40@ppp-70-236-172-2.dsl.sfldmi.ameritech.net] has joined #Ubuntu
sharkylastnode, and i've not had to upgrade in a long time which concerns me05:37
lastnodeadminx, any idea why it loads gnome w/o a problem and just dies when i run compiz-manager though?05:37
lastnodesharky, apt-get dist-upgrade ?05:37
=== mendred [n=mendred@59.93.74.52] has joined #ubuntu
surgydaper drake is the latest release right?05:37
whitewindowi use ubuntu edgy up to date05:37
corporatecan anybody please help me with reconfiguring xserver-xorg for my dell laptop05:37
=== _trine [n=trine@38.100.90.3] has joined #ubuntu
Duesentriebhrm. can anyone tell me how to troubleshoot ALSA sound? I'm a bit stuck :/05:37
paniqhum05:37
stefannekesome one know the way changing how keyboard mappings are mapped in a RDP session for a non us keyb?05:38
brian98corporate: !ati05:38
adminxWhich directions did you use? (lastnode)05:38
paniqsudo dpkg-reconfigure fontconfig does not give me any setup screens - is this okay?05:38
corporatebrain98: yeah ati card05:38
=== ollolol_ [n=ollolol@lan31-2-82-224-73-142.fbx.proxad.net] has joined #ubuntu
brian98!ati05:38
ubotuTo install the Ati/NVidia drivers for your video card, see https://help.ubuntu.com/community/BinaryDriverHowto05:38
lastnodeadminx, http://wiki.compiz.net/index.php/Aiglx/compiz_on_an_Intel_i915_video_card#Using_it.2105:38
sharkylastnode, just tried dist-upgrade and still nothing to upgrade...05:38
=== Blissex [n=Blissex@82-69-39-138.dsl.in-addr.zen.co.uk] has joined #Ubuntu
lastnodeadminx, except i didnt apt-get dist-upgrade because it was 180mb (this is a fresh install of dapper). so im doing that now. could that be the prob?05:38
brian98corporate: they may just need to be reinstalled05:38
corporatebrain98: till now my card has been working good05:39
lastnodesharky, that's wierd. are all your sources uncommented in sources.list?05:39
corporatereinstall what?05:39
=== baby [n=good@ppp-58.11.177.79.revip2.asianet.co.th] has left #ubuntu []
=== K2skaterii [n=Kenny@82.146.162.171] has joined #ubuntu
=== exs [n=exs@81-179-146-201.dsl.pipex.com] has joined #ubuntu
corporatebrian98: the OS itelf05:39
brian98no!05:39
brian98is X running?05:39
lastnodeadminx, wondering if to follow gandalf - http://gandalfn.wordpress.com/howto-compiz-aiglx-on-dapper/05:39
corporatebrian98: nope, as soon as as X starts and I do anything (like typing passwd) it hangs05:40
adminxMaybe, However when I 1st tried it, it failed for me also however that is because it did not load all the pkgs, on second try every thing worked.05:40
lastnodeadminx, hmm ill brb05:40
adminxgandalf was not current last time I tried, however it may be now.05:41
surgybrian98: i followed the instructions and copy pasted that sources.list into my sources.list and then apt-get install wxpython2.6-0 and it didnt find it05:41
=== antoxz_ [n=antox@87.110.38.230] has joined #ubuntu
=== stefanneke [n=stedew@dD5E0585D.access.telenet.be] has left #ubuntu []
K2skateriiDoes anyone here wanna help a n00b?05:41
brian98surgy: sudo apt-get update05:41
=== lastnode [n=lastnode@unaffiliated/mahangu] has joined #ubuntu
brian98then try05:41
=== Psychobudgie [n=klaatu@82-71-44-108.dsl.in-addr.zen.co.uk] has joined #ubuntu
sharkylastnode, the only source which is commented is the one for backports05:42
adminxLast I checked the Compiz link was most current.05:42
=== akaranon [n=akaranon@84.7.177.155] has joined #ubuntu
=== Veeper [n=vee@APoitiers-153-1-101-130.w86-217.abo.wanadoo.fr] has joined #ubuntu
lastnodeadminx, when i run compiz-manager from the cli, it loads up a white screen, and then hangs. there is some small cli output before it. do i need to set a startup command05:42
adminxHowever that was two weeks ago.05:42
lastnodesharky, that's really wierd. :\05:42
lastnodesharky, sorry dunno what else to do05:42
brian98corporate: make a backup of /etc/X11/xorg.conf then run sudo dpkg-reconfigure xserver-xorg and see if that helps05:43
sharkyhmm.. well maybe i'll take this opportunity to go to 32-bit ubuntu05:43
=== Veeper [n=vee@APoitiers-153-1-101-130.w86-217.abo.wanadoo.fr] has left #ubuntu ["Konversation]
corporatebrain98: I have don reconfiguring, problem stays exactly at where it was05:43
=== chakersito [n=chakersi@151-131-89-200.fibertel.com.ar] has joined #ubuntu
=== corona1 [n=tu@c-24-63-107-99.hsd1.ma.comcast.net] has left #ubuntu ["Leaving"]
=== chakersito_ [n=chakersi@151-131-89-200.fibertel.com.ar] has joined #ubuntu
adminxThat sounds alot like what happened to me on my 1st install, but it worked for me after a uninstall / reinstall.05:44
=== Gamkeiller [n=adhierro@adsl-71-138-8-41.dsl.pltn13.pacbell.net] has joined #ubuntu
=== xvxvx [n=x@c-7a1e70d5.019-10-6b736411.cust.bredbandsbolaget.se] has joined #ubuntu
brian98corporate: you could try sudo aticonfig --intital05:44
=== chakersito [n=chakersi@151-131-89-200.fibertel.com.ar] has joined #ubuntu
chakersitohi05:44
lastnodeadminx, uninstall?05:44
=== riddlebox [n=james@24-171-10-102.dhcp.stls.mo.charter.com] has joined #ubuntu
chakersitoi need some help05:44
=== rixxon [n=rixxon@unaffiliated/rixxon] has joined #ubuntu
brian98corporate: I changed to nvidia card, found ATI to be a right pain in the proverbials05:44
adminxremoved all pkgs and tried again05:44
=== Gamkeiller is now known as Gamekiller
Gamekillergood morning all on pst time05:45
=== Wells [n=jka@dialup-4.231.166.132.Dial1.LosAngeles1.Level3.net] has joined #ubuntu
corporatebrain98: you mean to change the card itslef or the driver?05:45
=== visik_ [n=visi@host112-47-dynamic.7-87-r.retail.telecomitalia.it] has joined #ubuntu
adminxlastnode email me at ceo at administratorx dot net, later tonight. Will tell you how it goes on my thinkpad with ati card.05:45
=== Homer [n=identd@wikipedia/Masterhomer] has joined #ubuntu
chakersitosomeone can help me? i need to configure the menu.lst of the grub05:46
=== ChaKy [n=chaky@lns01-0150.dsl.iskon.hr] has joined #ubuntu
brian98corporate: I changed cards - I'm not saying thats your solution now but I find nvidia more stable, don't know if anyone else has the same opinion, just mine..05:46
=== RMorris85 [n=bob@c-66-177-73-110.hsd1.fl.comcast.net] has left #ubuntu []
=== Capo [n=ubuntu@201-212-52-198.cab.prima.net.ar] has joined #ubuntu
=== jueriy [n=jueriy@dslb-084-061-116-234.pools.arcor-ip.net] has joined #ubuntu
Gamekillerhas any one gotten the nvidia drivers to install with kernel package 686 yet05:47
corporatebrain98:I agree with you05:47
corporatebrain98: but right now I will have to wrok with whatever I have05:47
=== graveson [n=graveson@212.71.37.96] has joined #ubuntu
=== Lasse [n=ubuntu@0x5358f6c4.svgnxx3.adsl-dhcp.tele.dk] has joined #ubuntu
=== lastnode [n=lastnode@unaffiliated/mahangu] has joined #ubuntu
=== beyond [n=beyond@200-232-133-154.dsl.telesp.net.br] has joined #ubuntu
surgybrian98: duh lol05:48
lastnodeadminx, works! thanks :-) cant figure out how to use it now, though05:48
Lassehey05:48
corporatebrain98: It did not fing aticonfig05:48
gravesonwhat combination of hardware ad software can i use to copy my vcr tapes to dvd /mpeg format05:48
adminxlol, That's great.05:48
brian98corporate: I would recommend reinstalling the ati driver05:48
chakersitoi got a prblem whith the grub... when i want to boot W$ show an error of NTLrD05:48
brian98!ati05:48
ubotuTo install the Ati/NVidia drivers for your video card, see https://help.ubuntu.com/community/BinaryDriverHowto05:48
=== SatanGolga [n=esox@c-4671e253.38-1-64736c12.cust.bredbandsbolaget.se] has joined #ubuntu
=== SillyZ [n=james@CPE-72-129-177-185.neb.res.rr.com] has joined #ubuntu
brian98surgy: Worked?05:48
lastnodeadminx, do i need to load something? because im using the shortcut keys and i cant see no cube :P05:48
Lasseim new to all this... can anyone tell if its possible to make a dualboot on my xp machine, without erasing all my files??05:48
bryanlwhen i create a vg, where is that vg stored in ubuntu?05:49
adminxCDWD Themer05:49
xvxvxhelp? libglib2.0-dev: libglib2.0-dev depends on libglib2.0-0 (=2.10.2-1ubuntu3) but 2.10.3-0ubuntu1 will be installed... how do i install the thing?05:49
surgybrian98: nope05:49
bryanli created a vg called vg0 and i thought it would be at /dev/vg005:49
K2skateriiHey guys, I just installed ubuntu for the first time... So far it is a completly useless OS to me as I it hard locks within 10 minutes of booting...  Both with the Live CD and after install.  Any Ideas?05:49
surgybrian98: even after i updated05:49
adminxThere is no longer a cube05:49
=== Ludovices [n=ludo@AAnnecy-152-1-51-189.w86-193.abo.wanadoo.fr] has joined #ubuntu
Otacon22hi all05:49
Otacon22I have a problem05:49
=== Ludovices [n=ludo@AAnnecy-152-1-51-189.w86-193.abo.wanadoo.fr] has left #ubuntu []
Otacon22i have a 4 gb usb disk05:49
surgybrian98: whould help if i didnt type pythong.......... let me try again lol05:49
Otacon22but i have problem to read it05:50
brian98surgy: lol05:50
Otacon22i think there is'nt a partition on it05:50
corporatebrain98: I just did sudo apt-get install xorg-driver-fglrx05:50
brian98ok05:50
Otacon22how can i create one?05:50
brian98it's brian btw05:50
adminxCDWG Themer and Compiz Settings Manager should me all you need.05:50
surgyE: package wxpython2.6-0 has no installation candidate05:50
brian98surgy: one sec05:50
bryanlnevermind05:50
Healot!find wxpython05:50
ubotuPackage/file wxpython does not exist in dapper05:51
=== K2skaterii [n=Kenny@82.146.162.171] has left #ubuntu []
=== ebel_ [n=rory@A-98-206.cust.iol.ie] has joined #ubuntu
=== lastnode [n=lastnode@unaffiliated/mahangu] has joined #ubuntu
adminxCheck under System Menu /Perf05:51
bryanlwhats the best filesystem for large files?05:51
bryanljfs?05:51
=== lix [i=ERROR@fw-hgkz.hgkz.ch] has joined #ubuntu
=== Paddy_EIRE [n=patrick@host81-155-34-210.range81-155.btcentralplus.com] has joined #ubuntu
lastnodeadminx, i spoke to soon. as soon as i selected compiz over metacity it died05:51
Healotany linux-native fs; i guess05:51
surgyhealot: then whats its equivilant?05:51
brian98surgy: sudo tovid -refresh-deps05:51
=== K2skaterii [n=Kenny@82.146.162.171] has joined #ubuntu
Healotsurgy: wrong package name; it is available though05:52
botxjso is it possible to have flash in firefox on my 64bit Ubuntu IF i install 32bit firefox?05:52
surgybrian98: what am i looking for in the refresh-deps?05:52
Paddy_EIREis there any ubuntu users in here that can tell me how different or simple it would be for a first time linux user to try Ubuntu6.06 or OpenSuse10.105:52
botxjby using the application known as "linux32" ?05:52
ph8try it any see botxj  :)05:52
brian98surgy: Try sudo apt-get install python-wxversion python-wxtools python-wxgtk2.605:52
botxji sure will ph805:52
ph8I'm looking for a howto or pointers on compiling my own version of the kernel.org kernel to use on an install CD (so that I can get JMicron Support!) - can anyone help?05:53
lastnodeBubbleGirl, hows that install coming along?05:53
lastnode!kernel05:53
ubotukernel is the core of the Ubuntu Operating System (named 'Linux'). You shouldn't have to compile one, but if you're convinced you do, see https://wiki.ubuntu.com/KernelCustomBuild05:53
=== TheTurtle [n=TheTurtl@c-67-189-146-224.hsd1.ma.comcast.net] has joined #ubuntu
ph8lastnode: do i just overwrite the one on the install cd after that do you know?05:53
gravesonwhat combination of hardware ad software can i use to copy my vcr tapes to dvd /mpeg format05:53
xvxvxLasse, probably so, but that would come down to partitioning (backing up data is always a good thing)05:53
lastnodeph8, it'sa  little more complicated than that. read the howto05:53
Healotbotxj: it's a chroot wrapper for the 64-bit ubuntu to run 32-bit apps05:54
=== Abst [n=loser@unaffiliated/abst] has joined #ubuntu
=== sycu [n=sycu@GATE-radionet-dialog.walbrzych.dialog.net.pl] has joined #ubuntu
surgybrian98: its dling a 12 mb package05:54
brian98ok05:54
AbstCan anyone think of a reason why people cannot access my HTTP or SSH servers if my ports are forwarded correctly? (Belkin wireless router (wired))05:54
GamekillerAre there any Ubuntu users here that program AVR MCU05:54
=== vrkhans [n=vrkhans@cpe-24-166-208-76.woh.res.rr.com] has joined #ubuntu
surgybrian98: that fixed it05:55
TheTurtlegraveson: I use a hauppauge win pvr-150 card and cat...the pvr150 outputs mpeg05:55
surgybrian98: thanx05:55
=== simpo [n=Miranda@62.233.214.6] has joined #ubuntu
brian98surgy: Nice one! Happy dvd co.... backing up....05:55
vrkhanshi i need some help in installing the ubuntu05:55
=== phos-phoros [n=phos-pho@unaffiliated/phos-phoros] has joined #ubuntu
=== K2skaterii [n=Kenny@82.146.162.171] has left #ubuntu []
gravesonTheTurtle: do i need any particular software05:55
sycuhi, do you know how to mount nokia 6230 phone? i use gammu+wammu but i cant upload and download files05:55
vrkhansi just downloaded kbuntu through torrent , and burned it on a cd using cdburnerxp pro05:56
vrkhansbut my cd is not booting05:56
=== Tommck [n=Tommck@dpc691918232.direcpc.com] has joined #ubuntu
Gamekillervrkhans: do you have your boot order right05:56
vrkhansi dont know did i miss any step in burning05:56
Healotdid you burn the image as file or as CD image?05:56
TheTurtlegraveson: i set my card to ch 3 (us), play the vcr tape and type "cat /dev/video0 > tape_01.mpg"05:56
vrkhansya05:56
rmdis there anywhere i can go to read up on the patent/copyright issues involved in keeping ubuntu from coming standard with mp3 support?05:57
vrkhansi check that05:57
vrkhansi never burn any cd before05:57
=== krang [n=nobe@fctnnbsc15w-156034084120.nb.aliant.net] has joined #ubuntu
lastnode!restricted05:57
ubotuFor multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats  -  See also http://help.ubuntu.com/ubuntu/desktopguide/C/common-tasks-chap.html  -  But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats05:57
Gamekillervrkhans: like healot said check to see if it one file on the CD05:57
vrkhansso my be i am missing any thing over there05:57
lastnodermd, see what ubotu just outputted05:57
=== rixxon [n=rixxon@unaffiliated/rixxon] has joined #ubuntu
AbstCan anyone help me forward my ports for apache and ssh05:57
vrkhansthe file is there05:57
Gamekillervrkhans: what machine are you on now05:57
=== Remorse_ [n=bruce@modem-2242.cheetah.dialup.pol.co.uk] has joined #ubuntu
Gamekillerwhat file do you see on the CD05:58
lastnodevrkhans, it's not one file. it's an iso, you need to burn that image to the cd05:58
=== sktsee [n=kdnoyes@pm1-ded.ppp188.tulsaconnect.com] has joined #ubuntu
=== mendred [n=mendred@59.93.74.52] has joined #ubuntu
Healothttp://www.mp3licensing.com/ >> legal stuff here05:58
Gamekillervrkhans: yah you should see a set of folder and a files05:58
vrkhanshow i can do that05:58
Gamekilleron the CD05:58
Tommckanyone know if there's an Ubuntu 6.06 (Dapper Drake) .deb file for lame anywhere?05:58
Tommck(been googling... haven't found it)05:58
brian98abst: http://www.portforward.com/05:58
Healot!find lame05:58
vrkhansjust one file iso05:58
vrkhanson cd05:58
=== h4ch3r http://paste.ubuntu-nl.org/23650
ubotuFound: flamethrower, glame, gstreamer0.10-plugins-ugly-multiverse, systemimager-server-flamethrowerd, toolame (and 5 others)05:58
vrkhanshow i can open that05:59
surgybrian98: tovidgui is pretty nice05:59
Gamekillerok you need to have an ISO burner05:59
=== octan [n=nuxil@213.161.182.225] has joined #ubuntu
TommckHealot - no dice then, right?05:59
brian98surgy: Saves you having to type the command lines, have you seen the length of them :)05:59
=== lou_ [n=lou@36.Red-88-8-161.dynamicIP.rima-tde.net] has joined #ubuntu
vrkhansthat is what recomended on the ubunto site cdburnerxp05:59
HealotTommck: find it via; a) apt-cache search lame05:59
vrkhansi had that05:59
psrHi, I need some help using the Kernel Git tree05:59
TommckHealot - already looked06:00
Healotb) at packages.ubuntu.com06:00
rmdso it is legal to install mp3 support, but illegal to bundle it with ubuntu standard?06:00
=== ompaul [n=ompaul@ubuntu/member/ompaul] has joined #ubuntu
Gamekillervrkhans: ok well there is a n optoin to burn iso images then06:00
HealotTommck: close the package manager!06:00
lastnodeTommck, see glame - versatile audio processor06:00
Gamekilleri had not use that app before06:00
vrkhanshmm let me check06:00
TommckHealot - package manager?  I used apt-cache06:00
Healotrmd: unclear status06:00
=== Lasse [n=ubuntu@0x5358f6c4.svgnxx3.adsl-dhcp.tele.dk] has left #ubuntu []
psrI have a prism softmac based wifi card, which doesn't work with the version of the islsm driver in the dapper kernel.  I believe I need to apply a later version of the patch.06:00
Tommcklastnode - I need it for MythTV support06:00
octanwhy does my /usr/bin/~X11 never ends?06:00
kishoreG0SUB, hi06:00
lastnodeTommck, see what glame installs06:00
octanits a dirl that never ends why?06:00
GamekillerTommck: tell me how mythtv come on on ubuntu06:01
h4ch3rsome can help me?06:01
ladydoor!someone06:01
ubotuA 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?06:01
TommckGamekiller - apparently very well based on a lot of the help I see.06:01
GamekillerTommck: i have my myth running on gentoo right now06:01
=== ebel_ is now known as ebel
TommckGamekiller - I had it running on Suse 9.1 for 2 years... now upgrading06:01
vrkhansi dont know how to change that iso image into a regular files06:01
=== tanath [n=user@d36-72-255.home1.cgocable.net] has joined #ubuntu
GamekillerTommck: i have my box up for over 2 years now06:01
tanaththe thumb buttons on my mouse don't work in gnome, but do in other WMs. how do i fix this?06:02
Gamekillervrkhans: you do not change it you burn it06:02
Gamekillervrkhans: the app will extract the files for you06:02
Tommcklastnode - are you implying that glame installs lame?  I don't see that on their site06:02
h4ch3rladydoor, look my problem         http://paste.ubuntu-nl.org/2365106:02
Gamekillervrkhans: what was the name of the app again i look at it06:02
lastnodeTommck, sorry, i thought glame might be a gui wrapper for lame, and might install it. my bad06:02
lastnodeTommck, why not just get the source and compile then?06:02
=== demio [n=demio@a213-22-88-82.cpe.netcabo.pt] has joined #ubuntu
lastnodeand make yer own deb? ;-)06:03
Gamekilleri was just about to say that06:03
ladydoorh4ch3r: you should paste to the whole channel, not just to me, unless i offer to help you in particular. that way somebody knowledgeble will jump on if they're here06:03
brian98healot: makes you think how much money they are making from the mp3 format now looking at that sire06:03
vrkhanscdburnerxp pro06:03
Tommcklastnode - I will if I have to... was hoping there'd be a .deb already...06:03
brian98site even06:03
octancan i delete a never ending dir ?06:03
Tommckthere is for Breezy06:03
ladydooroctan: you don't want to delete anything in /usr.06:03
h4ch3rladydoor, no man..for all06:03
vrkhansit is burning the image but not extracting it06:03
Healotbrian98: idc :)06:03
ladydoorh4ch3r: what does that mean?06:03
octanladydoor why not?06:03
vrkhansi wasted almost 3 cds06:03
surgybrian98: yeah i fall asleep half way through them most of the time06:03
=== BiSk-8 [n=gianluca@host56-106.pool80182.interbusiness.it] has joined #ubuntu
=== BenC_ [n=bcollins@72.169.114.90] has joined #ubuntu
Tommckoh... lame is supposed to be in multiverse... but I have that source already...06:04
h4ch3r what does that mean?06:04
Gamekillerok let me take a look vrkhans06:04
HealotTommck: btw thou package name is lame06:04
Healot!find lame06:04
ubotuFound: flamethrower, glame, gstreamer0.10-plugins-ugly-multiverse, systemimager-server-flamethrowerd, toolame (and 5 others)06:04
ladydooroctan: because it's important stuff your system needs...06:04
Healot!info lame06:04
ubotulame: LAME Ain't an MP3 Encoder. In component multiverse, is optional. Version 3.96.1-1 (dapper), package size 222 kB, installed size 620 kB06:04
=== TheTurtle [n=TheTurtl@c-67-189-146-224.hsd1.ma.comcast.net] has left #ubuntu ["Leaving"]
=== dave321 [n=dave123@200.121.87.25] has joined #ubuntu
TommckHealot - yeah... but apt-cache doesn't find it and I thought I had multiverse in my sources.lst06:04
Healotbot estupido06:04
=== dave321 [n=dave123@200.121.87.25] has left #ubuntu []
Tommck!info multiverse06:05
ubotuPackage multiverse does not exist in any distro I know06:05
h4ch3rubotu, dead06:05
ubotuSorry, I don't know anything about dead - try searching on http://bots.ubuntulinux.nl/factoids.cgi06:05
ladydoorh4ch3r: i don't understand what you said to me. and you really should post your question to the channel. and, looking at your paste, specifically to the portuguese channel--they'll be able to offer you support in your native language.06:05
dennisharrison_Aanyone here installed pango with free type 2 support recently?06:05
=== manmadha [n=sri_@202.63.100.51] has joined #ubuntu
=== noxo [n=noxo@ip-81-170-34-90.cust.homechoice.net] has joined #ubuntu
=== Blixou [n=blixavan@84.4.34.231] has joined #ubuntu
Gamekillervrkhans: did you look for an optoin called Burn ISO image06:05
h4ch3rladydoor,  :(06:05
=== Blixou is now known as Bargeld
dennisharrison_AI don't use ubuntu much and the way debian handles packages still kind of confuses me when it comes to this06:05
AbstHow do I setup a static IP address for my PC?06:05
dennisharrison_AAbst,  you have to have access to a static ip address06:06
ladydoorh4ch3r: what's wrong? also, please don't harass the bot.06:06
TommckHealot - what is supposed to be in my sources.lst for multiverse?06:06
dennisharrison_Ado you mean public or private?06:06
Bargeldhi06:06
=== UKer [n=rob@rpolding.gotadsl.co.uk] has joined #ubuntu
=== dk06 [n=dk@CPE0080c6f86117-CM0011e6c40d91.cpe.net.cable.rogers.com] has joined #ubuntu
h4ch3rbye06:06
=== adminx [n=adminx@205.241.246.214] has left #ubuntu []
ladydoorh4ch3r: i can't read the error it gave you, so i can't really help, because i don't know portuguese. it's a problem.06:06
=== h4ch3r [n=CaRlOsRe@201008238101.user.veloxzone.com.br] has left #ubuntu ["Leaving"]
dennisharrison_A!find pangoft206:06
=== debugger_ is now known as rgl
ubotuPackage/file pangoft2 does not exist in dapper06:07
vrkhansya on the first screen it says , and i choose that06:07
surgyanyone know how i whould get my hands on a copy of unix?06:07
dk06how do you arrange icons in the panel06:07
dk06u know, where sytesm, application, and all that are06:07
Gamekillerhmm odd06:07
vrkhansbasically what it is doing it is just coping that iso image to the cd06:07
dk06how do u arrange the quick launch icons06:07
dk06automatcially06:07
Gamekilleryah06:07
AbstPrivate static IP06:08
=== mendred [n=mendred@59.93.74.52] has joined #ubuntu
=== bahr [n=none@3e6b6855.rev.stofanet.dk] has joined #ubuntu
=== dmb [n=dmb@unaffiliated/dmb] has joined #ubuntu
=== slight [n=a@host-84-9-117-134.bulldogdsl.com] has joined #ubuntu
surgyhey brian98: is this going to fit on a cd?06:08
ladydoorsurgy: you might check out http://www.unix.org/, the first result on google for unix06:08
ladydoorsurgy: may i ask why?06:08
=== Zajjko [n=Zajjko@81-234-204-3-no118.tbcn.telia.com] has joined #ubuntu
Gamekillervrkhans: check you other chat windows06:09
bahrHi I want to install ubuntu 6.06 on my Dell Dimension 9150, after I start the livecd, and it loads gnome, and I am supposed to get a desktop, my screen goes nuts, I can't see anything. Anybody know what the problem is? My graphic card is a Geforce 680006:09
=== Sav [n=leontopo@cpc4-nthc4-0-0-cust186.nrth.cable.ntl.com] has joined #ubuntu
vrkhanswhat is Joliet and iso level 1 and iso level 206:09
brian98surgy: You can tell it to fit to a vcd in your options at the beginning06:09
=== navman [n=navman@adsl-ull-176-44.47-151.net24.it] has joined #ubuntu
surgyladydoor: just to see...... i have never seen unix in real life06:09
=== MenZa [n=menza@0x535de899.kd4nxx12.adsl-dhcp.tele.dk] has joined #ubuntu
SillyZwell so far no luck with the gateway solo 5300 cpu fan .....06:09
slighti have 2 ubuntu installs which both seem to have suddenly stopped shutting down cleanly06:09
surgybrian98: the avi to begin with is 175 mb06:09
brian98should be fine06:09
slighti have a tool in windows that will mount ext2 drives but it's now refusing06:09
=== BenC_ is now known as BenC
surgybrian98: and its allready encoding06:09
tanaththe thumb buttons on my mouse don't work in gnome, but do in other WMs. how do i fix this?06:09
slightbecause it claims the ext3 journal isn't fully flushed06:10
ladydoorsurgy: aha. well, it actually turns out that unix was, in fact, a hoax. See http://www.gnu.org/fun/jokes/unix-hoax.html06:10
=== copernic [n=copernic@AMontpellier-257-1-113-16.w90-0.abo.wanadoo.fr] has joined #ubuntu
=== kaankaisen [n=kaankais@85.102.58.237] has joined #ubuntu
=== Renan_s2 [n=Renan@201.22.193.5.adsl.gvt.net.br] has joined #Ubuntu
=== Neo8750 [n=neo8750@adsl-70-224-43-112.dsl.sbndin.ameritech.net] has joined #ubuntu
Gamekillervrkhans: read this http://cdburnerxp.se/help/burniso06:10
SillyZanyone know how to get the speaker icon on the taskbar back over to where the clock is at ?, its currently to the left of the spacer on that bar, and moving it dosent do the trick06:10
TommckHealot - thanks for the help06:10
TommckHealot - I assumed multiverse was one of the "deb" lines I uncommented in sources.lst, but it's not in there by default... so I added it06:11
surgywell that sucks06:11
bahrHm...guess I need to try another distribution then .. :/06:11
ladydoorsurgy: what sucks?06:11
surgybrian98: i got an error while encoding........06:11
Healotthat's the way; Tommck06:11
=== hantoo [i=hantu@60-241-200-159.static.tpgi.com.au] has joined #ubuntu
HealotTommck: you can put all the sections in one repos line though06:12
=== Andrew67 [n=andrew67@206.248.87.189] has joined #ubuntu
=== ||arifaX [n=HfX@p54B5B884.dip0.t-ipconnect.de] has joined #ubuntu
TommckHealot... ok... cool06:12
surgyladydoor: thank you for the link on that article i will surely read it06:12
Healotdeb <url> dapper main universe multiverse restricted06:12
ladydoorsurgy: np. it's actually a joke, btw.06:12
ladydoorsurgy: (the article i mean)06:13
TommckHealot - but... multiverse was in there before... same location...06:13
TommckHealot - I added a separate line... and it worked fine06:13
dk06what is the best snes emulator for nix06:13
brian98surgy: can you paste it to the pastebin and send me the url06:13
brian98!pastebin06:13
ubotupastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (you can always find it in the channel topic, among other useful things)06:13
=== guibis [n=guibis@bxs141.neoplus.adsl.tpnet.pl] has joined #ubuntu
=== steve__ [n=stevee@80-192-66-218.cable.ubr10.edin.blueyonder.co.uk] has joined #ubuntu
=== ryanakca [n=ryan@unaffiliated/ryanakca] has joined #ubuntu
HealotTommck: I prefer one liner; smaller file size06:13
=== cocos [n=cocos@cc516467-a.assen1.dr.home.nl] has joined #ubuntu
TommckHealot - but it didn't work with the one-liner06:13
=== steve__ [n=stevee@80-192-66-218.cable.ubr10.edin.blueyonder.co.uk] has left #ubuntu []
dennisharrison_AI am trying to configure pangoft2 on my ubuntu system so I can install gimp 2.3.1106:14
vrkhansok how i can make that disk bootable06:14
cocoshi, normally im used to windows but i just installed ubuntu is there a way to check if there are wireless connections?06:14
dennisharrison_Aanyone able to shed some light?06:14
TommckHealot - I had the "backports" line uncommented... so "multiverse" was on there...   it could not find lame...06:14
=== Cicero [n=bullit@p548CE9F3.dip.t-dialin.net] has joined #ubuntu
=== lhh [n=ubuntu@82.198.0.196.satgate.net] has joined #ubuntu
=== arienh4 [n=arienh4@s5592e188.adsl.wanadoo.nl] has joined #ubuntu
TommckHealot - then I added a separate line for the same server with just "multiverse"... and it could find it06:14
surgybrian98: no need, it is an error with the menu, and from playing around with it i realize that i have to have a menu, btw the error was that it couldnt find the picture that i intended on using as a menu06:14
=== |killy [n=neo_toky@dslb-082-083-089-218.pools.arcor-ip.net] has joined #ubuntu
dennisharrison_AI have googled for like an hour06:14
|killyhi06:14
dennisharrison_Aand im still not sure of what to do06:14
tanathanyone know how to get the thumb buttons on my mouse working in gnome? they work in other WMs06:14
=== TornadoOfSouls [n=rolf@a80-100-209-52.adsl.xs4all.nl] has joined #ubuntu
surgybrian98: do you have a menu picture or a link to one that i can use?06:14
Healotoh; it's on the dapper repos; not dapper-backport06:14
lhhhow to copy everything inside a folder, a bunch of folders with their content alltoguether? whats the command?06:15
brian98hrm06:15
tanathdk06, zsnes06:15
dk06what is the best version of xchat for gnome06:15
TommckHealot - ahh... I'm an apt n00b... the first parm after the URL is some "repo"... then you tell it which branches (or some similar concept) to use under that?06:15
ompaul!compile > dennisharrison_A06:15
surgydk06: the one that chats :)06:15
ladydoor!best06:15
ubotuUsually, there is no single "best" application to perform a given task. It's up to you to choose among a number of different applications, depending on your preferences, the features you require, and other factors.06:15
Healot!repos06:15
ubotuThe packages in Ubuntu are divided into several sections. See http://www.ubuntu.com/ubuntu/components https://help.ubuntu.com/community/Repositories and !easysource06:15
ompaul!checkinstall > dennisharrison_A06:15
brian98surgy: I don't get that, I just don't tell it to use one.. Go back to the original url I sent you and have a look from the top06:15
=== Healot [n=Miranda@203.92.154.36] has left #ubuntu []
dk06i cant seem to be able to log chat sesssions with xchat gnome 0.1106:16
dk06does anyone know how06:16
dennisharrison_Aompaul, thanks man06:16
ompauldennisharrison_A, see the messages from the bot06:16
surgybrian98: will do06:16
TommckHealot - can that bot do a direct cranial download?  that'd be a lot faster06:16
dennisharrison_Abut I know how to compile and make and make install06:16
brian98surgy: It's a great app once you get it going...06:16
surgybrian98: of course im modifying the instructions some06:16
cocos!wireless06:16
dennisharrison_Aim having a hard time finding documentation on getting pango to compile using ft2 backend06:16
ubotuWireless documentation can be found at https://help.ubuntu.com/community/WifiDocs06:16
dk06loggin is important for me, since im new to nix and would benefit from logs from this channel06:16
=== Paddy_EIRE [n=patrick@host81-155-34-210.range81-155.btcentralplus.com] has joined #ubuntu
dk06i dont know where to enable it in xchat gnome 0.1106:16
surgybrian98: becuase the video file is an avi on my hdd, and not a dvd06:17
=== tux2rox [n=tux2rox@89.35.203.68] has joined #ubuntu
brian98thats fine06:17
ompaul!logs06:17
ubotuChannel logs can be found at http://people.ubuntu.com/~fabbione/irclogs06:17
=== grubic [n=grubic@user-1087poh.cable.mindspring.com] has joined #ubuntu
=== pradeep [n=pradeep@59.92.64.43] has joined #ubuntu
brian98I'm going to sleep , later!06:17
=== holzmodem [n=holzmode@dslb-084-060-199-233.pools.arcor-ip.net] has joined #ubuntu
=== nando [n=nando@dslb-084-058-038-093.pools.arcor-ip.net] has joined #ubuntu
=== gana-home [n=ganadist@58.227.241.229] has joined #ubuntu
dk06niice06:17
dk06but how bout from different channels06:18
=== hind3nburg [n=darren@72.174.196.10] has joined #ubuntu
dk06how can i log them06:18
dk06like on different servers06:18
surgybrian98: i have 16 windows open do you mind if i pm you so i dont have to open another :)06:18
brian98course!"06:18
cocoshi, normally im used to windows but i just installed ubuntu is there a way to check if there are wireless connections?06:18
=== tux2rox [n=tux2rox@89.35.203.68] has left #ubuntu ["Leaving"]
tanathanyone know how to get the thumb buttons on my mouse working in gnome? they work in other WMs06:19
=== phil_ [n=pjf@mail.systemausfall.org] has joined #ubuntu
ompauldk06, right click choose settings prefrernces logging06:19
=== jba [n=jba@c220-239-244-27.blktn3.nsw.optusnet.com.au] has joined #ubuntu
dk06that doesnt work06:19
dk06all i can do is copy06:19
=== Tommck needs food badly
dk06i can save transcript06:20
jbahi guys, i can't seem to get f-spot to run, i have a previously installed development version of mono installed in /usr/local/lib06:20
dk06but i cant have the option06:20
=== grubic [n=grubic@user-1087poh.cable.mindspring.com] has joined #ubuntu
dk06of auto loggin06:20
=== grubic [n=grubic@user-1087poh.cable.mindspring.com] has left #ubuntu ["Leaving"]
jbacan anyone suggest a workaround?06:20
dk06like with other versions of xchat06:20
Renan_s2!quicktime06:20
ubotuFor multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats  -  See also http://help.ubuntu.com/ubuntu/desktopguide/C/common-tasks-chap.html  -  But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats06:20
=== iXce is now known as iXce[BNC]
=== jamonation [n=jamonati@66-207-222-14.beanfield.net] has joined #ubuntu
=== w-the-c [n=william@71-81-6-004.dhcp.spbg.sc.charter.com] has joined #ubuntu
ompauldk06, well that is all I know about please read the next comment by the channel bot thanks06:21
ompaul!enter06:21
ubotuPlease don't use the "enter" key as punctuation! It spams the channel and can be annoying.06:21
=== iXce[BNC] is now known as iXce
=== bryanl [n=bryan@c-68-49-202-134.hsd1.md.comcast.net] has joined #ubuntu
jbaanhyone?06:21
=== wickers [n=Barker@bas1-kitchener06-1177631706.dsl.bell.ca] has left #ubuntu []
=== Davey [n=davey@unaffiliated/davey] has joined #ubuntu
=== total_meltdown [n=meltdown@cpe-24-198-168-130.maine.res.rr.com] has joined #ubuntu
Neo8750enter as puntuation does it mean06:22
=== cocos [n=cocos@cc516467-a.assen1.dr.home.nl] has left #ubuntu []
Neo8750a[s a wquestion mark? =)06:23
=== medic30420 [n=medic304@adsl-070-155-131-253.sip.asm.bellsouth.net] has joined #ubuntu
=== queuetue [n=scott@MTRLPQ02-1177745854.sdsl.bell.ca] has joined #ubuntu
=== deadagain [n=deadagai@190.8.68.247] has joined #ubuntu
queuetueHi.  How do I give the root pw for maintenance?  (Forced fsck after crash)06:24
=== jay [n=jay@ip70-185-211-199.ok.ok.cox.net] has joined #ubuntu
ompaulqueuetue, did you add a root password if you did not you won't need one06:24
=== pipegeek [n=pipegeek@Harkness-168.resnet.brown.edu] has joined #ubuntu
jayGreetings everyone06:25
pipegeekHi, folks!06:25
=== Jaycuse [n=jaycuse@mctnnbsa28w-142167124129.pppoe-dynamic.nb.aliant.net] has joined #ubuntu
dennisharrison_Aompaul, can you maybe give me a pointer if you have dealt with this particular case before?06:25
pipegeekDid the nvidia kernel module just break in dapper, or am I crazy?06:25
queuetueompaul: I did not.  So it should not ask, or it will accept blank?  (Sorry, hosted server, and I cannot commuicate with the tech directly, so I'm blind.)06:25
ompauldennisharrison_A, not that particular case06:25
=== cocos [n=cocos@cc516467-a.assen1.dr.home.nl] has joined #ubuntu
dennisharrison_Aompaul, I am 'trying' to install gimp 2.3.11 and im getting al kinds of funky errors trying to install pangoft206:25
pipegeek"unknown symbol boot_cpu_data", and "disagrees about version number of boot_cpu_data" in dmesg06:25
cocoshow can i select a wireless connection whit ubuntu?06:26
dennisharrison_Aompaul, oh, well thanks :)06:26
ompaulqueuetue, well they should not have to use one it should come up in single usermode06:26
Dr_Willispipegeek,  it seems to be working for me.. oor was there a new update recently?06:26
Dr_Willis!network-manager06:26
ubotunetworkmanager is an application to make (wireless) networking Just Work. See https://help.ubuntu.com/community/NetworkManager06:26
=== cappicard [n=cappicar@CPE-65-26-86-29.kc.res.rr.com] has joined #ubuntu
Dr_Willispipegeek,  that sounds/looks like some sort of version conflict to me.06:26
pipegeekI tried compiling it from nvidia-kernel-source, but I got the same problem06:26
=== g-nome [n=chatzill@217-162-108-2.dclient.hispeed.ch] has joined #ubuntu
Dr_Willispipegeek,  let me update/upgrade and see :)06:27
=== TeePOG [n=arno@196.211.231.162] has joined #ubuntu
pipegeek(I had been using the version pulled in by linux-restricted-modules)06:27
TeePOGevening06:27
pipegeekDr_Willis: thanks06:27
g-nomehello, what's the optimized linux KERNEL for amd athlon 64 ?(for 32bit usage, so not the 64bit version...)06:27
Dr_Willispipegeek,  what kernel are you using right now? (uname -a)06:27
pipegeek2.6.15-26-k706:27
pipegeekDr_Willis: err, sorry for not addressing that to you06:28
dennisharrison_Agod ... this is insane! Gnome 2.3.11 had better take my camera outside and take the freaking pictures too!06:28
Dr_WillisLinux    2.6.15-26-686 #1 SMP PREEMPT06:28
dennisharrison_Aeverywhere I turn it needs something else :(06:28
Dr_Williswell - we seem to be using the same kernel version.06:28
pipegeekDr_Willis: crap, I have to disappear for a moment; I'll be back in 15 minutes or so.  Thanks for the help.06:28
pipegeekodd.06:29
Dr_Willisok :)06:29
=== dave [n=dave@d221-84-125.commercial.cgocable.net] has joined #ubuntu
=== Dybber [n=Dybber@0x503fdd52.virnxx13.adsl-dhcp.tele.dk] has joined #ubuntu
Dr_Willislinux-restricted-modules-2.6.15-2306:29
Dr_WillisHmm.. the last version # is different...06:30
=== Hybernate [n=hybernat@c-38b6e253.027-23-626f6410.cust.bredbandsbolaget.se] has joined #ubuntu
ompauldennisharrison_A, why move to 2.3 when 2.2 works (mostly)06:30
=== _TomB [n=tomb@host217-44-1-35.range217-44.btcentralplus.com] has joined #ubuntu
=== cronos3 [n=cronos3@201.121.89.125] has joined #ubuntu
Dr_Willisoh wait here it is --> linux-restricted-modules-2.6.15-26-68606:30
dennisharrison_Abecause of the better layering06:30
dennisharrison_Aand the siox06:30
dennisharrison_Awww.siox.org06:30
ompaul!gimp edgy06:31
=== commonlyUNIQU3 [n=commonly@c-68-37-138-22.hsd1.nj.comcast.net] has joined #ubuntu
ubotugimp: The GNU Image Manipulation Program. In component main, is optional. Version 2.2.13-1ubuntu1 (edgy), package size 2891 kB, installed size 7896 kB06:31
Hybernateis it only in system monitor i can see if somet is using alot of cpu or06:31
dennisharrison_Adoh06:31
dennisharrison_Ahey heres one06:31
=== aschimedes [n=aschi@58.56.77.83.cust.bluewin.ch] has joined #ubuntu
dennisharrison_Awhat kernel is currently in edgy?06:31
dennisharrison_AI havent used linux as a desktop os in a while06:31
dennisharrison_Abeen stuck on osx06:31
cocoshttp://paste.ubuntu-nl.org/23653 <- does this mean my wireless networkcard issnt supported?06:31
=== Axidus [n=jay@ip70-185-211-199.ok.ok.cox.net] has joined #ubuntu
AxidusGreetings06:32
jribdennisharrison_A: 2.6.17-7 but ask edgy questions in #ubuntu+106:32
commonlyUNIQU3osx isn't a bad thing to be stuck on06:32
dennisharrison_Ahah cool, plus 1 huh?06:32
dennisharrison_Athanks06:32
tanathanyone know how to get the thumb buttons on my mouse working in gnome? they work in other WMs06:32
commonlyUNIQU3good question06:32
=== kent [n=kent@82.145.136.38] has joined #ubuntu
commonlyUNIQU3I've given up on that06:33
jrib!mouse06:33
commonlyUNIQU3what model mouse?06:33
ubotuEnabling extra mouse buttons: https://help.ubuntu.com/community/ManyButtonsMouseHowto  - Enabling serial mouse: https://help.ubuntu.com/community/SerialMouseHowto06:33
dennisharrison_Ano its not commonlyUNIQU3 , but I am needing some other stuff for dev right now06:33
dennisharrison_Aguys it looks like im about to have the newest gimp installed06:33
AxidusIs anyone here a programmer06:33
dennisharrison_Acan someone point me to the tut I read a while back about turning it into a .deb package?06:33
=== FallenHitokiri [n=blitz@p54ACE523.dip.t-dialin.net] has joined #ubuntu
=== Drakonik [n=nick@user-0cal2lc.cable.mindspring.com] has joined #ubuntu
DrakonikOkay. I've installed the proper drivers and started the CUPS server, but I still can't print.06:33
=== smax [n=jerware@156.12.180.133] has joined #ubuntu
dennisharrison_AAxidus, I am sure quite a few of us on some level06:34
dennisharrison_ADrakonik, what kind of error?06:34
DrakonikNo error.06:34
dennisharrison_Aand you are sure cups is running?06:34
DrakonikThe page just never prints.06:34
DrakonikYes.06:34
=== Tommck [n=Tommck@dpc691918232.direcpc.com] has left #ubuntu []
smaxwhen i play UT2004,  initilize it from the terminal that is,  it outputs;    open /dev/[sound/] dsp: Device or resource busy06:34
=== debugger_ [i=Rui@217.129.151.190] has joined #ubuntu
cronos3has somebody installed ati 9250 card drivers?06:34
smaxbut when i play a dvd, i get sound06:34
AxidusGreat06:34
=== faraz [n=faraz@p508FB249.dip0.t-ipconnect.de] has joined #ubuntu
=== ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu
AxidusI'm currently going to school for Information Technology and I recently converted my windows system to ubuntu (should'of done years ego) and I wanted to begin to learn how to program for linux06:35
=== phaedrus44 [n=phaedrus@cpe-72-227-91-211.maine.res.rr.com] has joined #ubuntu
manmadhai have installed wain how to start it/06:35
=== deadagain [n=deadagai@190.8.69.194] has joined #ubuntu
manmadhawhich type of operations supported by it?06:36
surgyanyone have suggestions on a good ubuntu torrent handler?06:36
AxidusI am in need of a best (non reinventing the wheel) way to contributing programming to the LInux community06:36
=== deadagain [n=deadagai@190.8.69.194] has left #ubuntu ["Abandonando"]
total_meltdownAxidus: I've had the most luck with C++, but Linux is very friendly with scripting languages like PHP or Ruby. You could also learn Shell scripting (Kinda like Windows Batch files, but much better)06:36
magnetAxidus: you need to learn a language, ie python06:37
magnetor eg :)06:37
Renan_s2Python is very easy to learn, IMHO.06:37
total_meltdownAxidus: If you want to contribute to the community, I'd suggest C or C++ - lots of projects are written in one of those06:37
Renan_s2Has very good documentation.06:37
commonlyUNIQU3whats everybody's preference here?  Ubuntu/Gnome or Kubuntu/KDE06:37
DrakonikPython rocks.06:37
total_meltdownKDE06:37
magnetGnome.06:37
AxidusI'm familiar with C, Basic, and I have a C++ manual....06:37
=== afflux [n=discoflu@Ub656.u.pppool.de] has joined #ubuntu
total_meltdown*glare*06:37
dennisharrison_Apython is a step in the right direction06:37
total_meltdown(jk)06:37
DrakonikKDE's too big for my hard drive, so I'm using GNOME.06:37
dennisharrison_Aand much easier to catch then c06:38
dk06what is a really good irc client for gnome06:38
=== amorph_ [n=amorph@p54B13748.dip0.t-ipconnect.de] has joined #ubuntu
surgycan anyone point me at a good torent client?06:38
Drakonikdk06: Xchat.06:38
total_meltdowndk06: Gaim06:38
dennisharrison_AI use Xchat06:38
magnetAxidus: forget Basic and C. Use Python (and C for interfacing when you don't have the required bindings)06:38
commonlyUNIQU3I'm using Gnome and I just installed xchat06:38
=== Scorpmoon [n=id@0x503e573e.hrnxx9.adsl-dhcp.tele.dk] has joined #ubuntu
dk06what version of xchat06:38
commonlyUNIQU3and this is my first time in IRC06:38
DrakonikThe latest.06:38
=== pip [n=pip@221.234.209.96] has joined #ubuntu
dk06can u tell me which one that is06:38
DrakonikJust use the repos.06:38
Drakoniksudo apt-get install chat06:38
dennisharrison_Aapt-get install xchat ? ;p06:38
affluxmorgen06:38
Drakoniksudo apt-get install xchat06:38
AxidusPython. why python06:38
dk06k06:38
magnetAxidus: http://docs.python.org/tut/tut.html this is a very good tutorial06:39
=== nando [n=nando@dslb-084-058-038-093.pools.arcor-ip.net] has joined #ubuntu
cronos3has somebody install an ati 9250?06:39
pipwhy can 't I listen to BBC with realplay ?06:39
ninixanyone have an idea how to fix this: http://www.ubuntuforums.org/archive/index.php/t-195432.html06:39
commonlyUNIQU3sudo apt-get install xchat xchat-systray06:39
=== amki [n=amki@p5083566C.dip.t-dialin.net] has joined #ubuntu
dennisharrison_Acronos3, no, but are you trying to get 3d acceleration going?06:39
=== riddlebox [n=james@24-171-10-102.dhcp.stls.mo.charter.com] has joined #ubuntu
dk06what is xchat-systray06:39
dennisharrison_Ait puts an icon there06:39
AxidusMagnet: I'll check it out06:39
=== ana [n=ana@62.49.107.66] has joined #ubuntu
total_meltdownpip: If you mean realplayer, you can't listen to BBC with it because it sucks (more specifically, I don't think there is a Linux version)06:39
paniqcan somebody confirm this please: https://launchpad.net/distros/ubuntu/+source/freetype/+bug/60760 ?06:39
dk06oh oik06:39
=== ana [n=ana@62.49.107.66] has left #ubuntu ["Leaving"]
dk06ty06:39
=== hondje [n=hondje@c-24-9-242-190.hsd1.co.comcast.net] has joined #ubuntu
dennisharrison_Athere is a linux version of real player total_meltdown06:40
pipthis morning yesterday it worked fine ,but now I can not06:40
dennisharrison_Athey even package their own installer06:40
piptotal_meltdown, I use realplayer linux version06:40
total_meltdownoh06:40
total_meltdownhmm06:40
=== cocos [n=cocos@cc516467-a.assen1.dr.home.nl] has left #ubuntu []
=== total_meltdown is mistaken
=== brian98 [n=brian@86.43.65.22] has joined #ubuntu
piptotal_meltdown, but is there any better for me ?06:40
=== nocti [n=nocti@dial.dyn.159.175.surfsterisp.com] has joined #ubuntu
dennisharrison_Ahehe :), no worries who could possibly keep up with all the packages?06:40
dennisharrison_Awhat kind of stream are you listening too pip ?06:41
=== Sir_Brizz [n=brizz@c-67-169-245-85.hsd1.ut.comcast.net] has joined #ubuntu
dennisharrison_Ause mplayer or vlc probably06:41
dennisharrison_Aim not sure amorok will handle it06:41
pipdennisharrison_A, what do you mean ? I think I always listen to BBC radio06:41
commonlyUNIQU3how do you register your name in IRC?  or do you just pick a new one every time?06:41
DrakonikSo anyway. I've got no idea why I can't print anything.06:41
Jack_SparrowAxidus: You could start by recoding source code for vb (Planetsourcecode.com) to linux... Realbasic for linux is free06:41
dennisharrison_Apip no, the stream what format is it? I don't know what bbc streams, sorry06:41
magnetJack_Sparrow: that's a very wrong idea06:42
dennisharrison_AcommonlyUNIQU3, on freenode (where you are now) I think its /msg nickserv register <password>06:42
Jack_Sparrowmagnet: Your opinion only06:42
pipjust now I tried to listen to it ,it said that the content you received is not supported for the current codecs ,.....but yesterday I can use it ,it worked fine06:42
magnetJack_Sparrow: enough for me :)06:42
dennisharrison_Apip, maybe they updated their stream?06:43
commonlyUNIQU3so I just type that in like a command?06:43
AxidusJack_Sparrow: I'm still new to the concept of proggraming... I'm just looking for better resources for help when I get stuck, or resources for contributing what I learn to projects06:43
pipdennisharrison_A, I dont know the format ,but I am sure this time yesterday it worked fine06:43
=== linnuxxy [n=linnuxxy@196.218.252.208] has joined #ubuntu
=== dk06 [n=dk@CPE0080c6f86117-CM0011e6c40d91.cpe.net.cable.rogers.com] has joined #ubuntu
dennisharrison_Apip, well I hate to say it like this .. but no one will be able to help you without more information06:43
=== phil__ [n=pjf@mail.systemausfall.org] has joined #ubuntu
Axidushow can I change my text that I sent from gray...geesh06:43
=== Lurkan [n=agsm@201.152.105.174] has joined #ubuntu
pipdennisharrison_A, OK06:43
dennisharrison_Apip, find out the name of the file it wants to stream06:43
=== ubuntu [n=ubuntu@c-71-207-39-41.hsd1.pa.comcast.net] has joined #ubuntu
dk06where can i find my logs from xchat06:44
ubuntuhi everyone06:44
commonlyUNIQU3yo06:44
Jack_SparrowAxidus: If you already know VB, planetsourcecode has a lot of code for all types of projects.  I have contribuled to it for years.06:44
AxidusI keep trying the settings and preferences and I cant seem to find the box for it06:44
ompauldk06, .xchat/xchatlogs06:44
magnetAxidus: python is great to learn too; don't take my word for it, try it out.06:44
JosefKit's not mentioned on the wiki, but can the wpasupplicant handle WPA2?06:44
=== gubluntu [n=gubuntu@ool-182c6c80.dyn.optonline.net] has joined #ubuntu
ubuntui am wondering if there is a way to recover some information on this windows partition06:44
gubluntudid anyones workspace panel switcher get messed up with the last update?06:44
linnuxxycould anyone point me to a howto ro tutorial for using apt-zip please?06:44
pipdennisharrison_A, realplayer is not the best I admit ,but I can not install mplayer for some reasons ,so it is my only pet06:44
dennisharrison_Apython imo would be the best language to pick up right now for a newbie06:44
dk06ty ompaul06:45
magnetAxidus: VB/basic is a dead platform under GNU/linux, you'd be estranging yourself by using it if you want to "contribute to the community". And VB is wrong for learning.06:45
DrakonikPython rocks for newbies.06:45
AxidusIs anyone here employed as a programmer?06:45
ubuntupip totem xine is just about flawless06:45
dk06so u know where.xchat is located06:45
Drakonikdk06: .xchat206:45
Jack_SparrowAxidus: Python is a good place to start...06:45
dennisharrison_AAxidus, Programming is a very wide field06:45
=== Pensacola [n=pensacol@26.116-243-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu
total_meltdownAxidus: Not currently, but I should be starting in a few days06:45
=== debugger_ is now known as rgl
Drakonikdk06: In your home directory.06:45
ubuntuanyone able to help in recover stuff ffrom a borken hard drice06:45
ubuntudrive06:45
dennisharrison_AAxidus, I am a programmer ;p but that doesn't make my opinion worth anything my friend06:45
Jack_SparrowAxidus: I was a paid programmer in the early 80's.. Assy code for Commodore06:46
=== trevor__ [n=trevor@216.146.123.195] has joined #ubuntu
dennisharrison_Ammmm Jack_Sparrow asm06:46
dk06its not in home folder06:46
total_meltdownAxidus: I've done PHP/MySQL, Ruby on Rails, and this next job will be C and Visual Basic 606:46
Jack_SparrowAxidus: Not even label making assemblers back then06:46
Drakonikdk06: Hit ctrl+h06:46
ompaulubuntu, in some cases you can mount the drive using a live cd and see what is on it - with ubuntu a live cd and clicking on system administration disks may help YMMV06:46
dk06that doesnt do anytign06:46
DrakonikYes it does.06:46
DrakonikIt shows hidden files.06:47
dk06i just tried it06:47
dk06ok06:47
AxidusI'm currently going to the University of Phoenix online for my Information Technology Ass. then Bach. , I would like to be a Software engineer?06:47
ubuntuompstried that won't let me mount anything06:47
dk06ty06:47
ubuntuompaul: tried that it won't let me mount anythin g06:47
=== Sokoloff [n=master@82.149.196.42] has joined #ubuntu
=== thekorn [n=markus@a81-14-187-25.net-htp.de] has joined #ubuntu
gubluntuwhy06:47
dennisharrison_AAxidus, do you REALLY want to be a software engineer? ;p06:47
=== Sokoloff [n=master@82.149.196.42] has left #ubuntu ["Leaving"]
Axidusany ideas on languages?06:47
Axidusyes06:47
gubluntuenglish and arabic06:47
ompaul!offtopic06:47
ubotu#ubuntu is the Ubuntu support channel, #ubuntu+1 supports the development version of Ubuntu and #ubuntu-offtopic is for random chatter. Welcome!06:47
Axidussince i was a child i loved computers06:47
Jack_SparrowAxidus: Try a few things, look at lots of existing code.. get an idea as to what kind of app you want to write as different tools work better for different jobs06:48
dennisharrison_Ayeah ompaul I know, just not sure of where to send him ;p06:48
ompaul#ubuntu-offtopic06:48
dennisharrison_Athere ya go06:48
Axidusever since I first saw my first apple computer in elementary school06:48
=== Drakonik [n=nick@user-0cal2lc.cable.mindspring.com] has left #ubuntu ["Ex-Chat"]
ompaulAxidus, please go to #ubuntu-offtopic you are offtopic06:48
=== karasop [n=karasop@20151146091.user.veloxzone.com.br] has joined #ubuntu
Jack_Sparrowagreed06:48
Axidussorry, got off topic...06:49
Dr_Willisor ##linux :P06:49
ompaulDr_Willis, that is just evil06:49
Dr_Willissince its always offtopic in there.06:49
magnetAxidus: I've gotto go anyway; I program Free Software and have done so for quite some time. I'm not a python zealot (in fact, I used C, C++, Python but these days more often Ocaml or Eiffel for my own projects) but I think it's a great language to learn and it's really a product of the Free Software community06:49
Axiduswell thanks guys06:49
=== vrkhans [n=vrkhans@cpe-24-166-208-76.woh.res.rr.com] has joined #ubuntu
ubuntuompaul: any other ideas?06:49
Jack_SparrowMIght as well tell him to go to #Debian06:49
=== FirstStrike [i=First@66.53.13.254] has joined #ubuntu
dennisharrison_Alol06:49
hantooeiffel ... had afun time with it :o06:49
Axidusthans magnet06:49
JosefKAxidus: python is a good place to start, but if you want a GUI quickly and fast results, Mono/C# is worth a look06:49
=== kenny [n=Kenny@82.146.162.171] has joined #ubuntu
dennisharrison_AMono not bad06:50
=== zcam [n=zcam@56-162.2-85.cust.bluewin.ch] has joined #ubuntu
=== egon_spengler [n=egon@pool-71-98-92-14.ipslin.dsl-w.verizon.net] has joined #ubuntu
ompaulubuntu, pay someone with skills better than yours - really your into serious magic at that level if you can't mount it like that06:50
AxidusJoseFK thanks06:50
=== j_ack [n=rudi@p508D82A1.dip0.t-ipconnect.de] has joined #ubuntu
Dr_WillisI just dont get the whole .NET / Mono thing... I need to read up on it.06:50
Axidusyou guys take it easy I"m out for now06:50
dennisharrison_Aok .. anyone have a link handy for rolling up a .deb from my compiled source ?06:50
Axidussee you around06:50
Dr_Willisall i know is that .NET seems to rarely work right under windows. :)  I hope MONO  is better06:50
ompaul!checkinstall06:50
ubotucheckinstall is a wrapper to "make install", useful for installing programs you compiled. It will create a .deb package, which will be listed in the APT database and can be uninstalled like other packages. See https://help.ubuntu.com/community/CheckInstall  -  Please: Read the warnings at the top and bottom of that web page.06:50
dennisharrison_AI think I saw a link like that around, somewhere, some moons ago06:50
ompauldennisharrison_A, ^^06:50
dennisharrison_Athanks ompaul ;p06:50
=== maple1 [n=hax@Quebec-HSE-ppp3617565.sympatico.ca] has joined #ubuntu
linnuxxycan i make repositpry CD... with selected packages... I mean i need a specific packages regularly... can i build a CD which could be used with apt?06:51
=== chriskk [n=chriskk@softbank219007249041.bbtec.net] has joined #ubuntu
JosefKlinnuxxy: there's apt-zip06:51
=== spiderworm2 [n=spiderwo@c-67-160-18-59.hsd1.wa.comcast.net] has joined #ubuntu
=== finalbeta [n=finalbet@d5152A68A.access.telenet.be] has joined #ubuntu
kennyI am experiencing lock-up or Freezes when running the Live CD.  Does anyone have any idea as to what could be wrong?06:52
=== eletido [n=Jon@24-197-203-144.dhcp.roch.mn.charter.com] has joined #ubuntu
pipegeekDr_Willis: I'm back, but briefly06:53
Jack_Sparrowlinnuxxy: http://www.debian.org/doc/manuals/apt-howto/ch-basico.en.html#s-dpkg-scanpackages  might help06:53
=== commonlyUNIQU3 [n=commonly@c-68-37-138-22.hsd1.nj.comcast.net] has left #ubuntu ["Leaving"]
pipegeekWere you able to reproduce this?06:53
pipegeekDr_Willis: (thanks again)06:53
=== pip [n=pip@221.234.209.96] has left #ubuntu [""]
exsHow do I update my sources list?..06:53
karasopI want to configure cvs service on Ubuntu but all instructions I found use inetd which is not installed on Ubuntu. Can anyone help me?06:53
Dr_Willispipegeek,  i see no new kernel updates or anything to update/upgrade06:53
dennisharrison_Akenny, thats a BROAD question06:53
=== ToonArmy_ [n=chris@88-105-180-50.dynamic.dsl.as9105.com] has joined #ubuntu
Dr_Willispipegeek,  so im not sure how things got broke06:53
pipegeekDr_Willis: Well, phooey06:54
Jack_Sparrowkenny: Can we assume you had the cd do a self test for errors?06:54
Dr_Willispipegeek,  i did see a url once that detailed how to rebuild/use the latest nvidia stuff from nvidia. but ive never done so.06:54
kennyyes06:54
Jack_Sparrowkenny: Has your PC had any overheating problems.. is this a lappy?06:54
kennyThe Cd Check came back 100%, and I ran memtest for 3 hours... no issues06:54
kennyIt is a Dell XPS Laptop.  No issues overheating in windows06:55
=== ToonArmy [n=chris@88-105-180-50.dynamic.dsl.as9105.com] has joined #ubuntu
=== mutleyshome [n=colin@cpc3-cowc2-0-0-cust921.renf.cable.ntl.com] has joined #ubuntu
ompaul!bootoptions06:55
ubotuFor a list and explanation on some of the boot options, see https://help.ubuntu.com/community/BootOptions06:55
=== Abst [n=loser@unaffiliated/abst] has joined #ubuntu
ompaulkenny, ^^^ have a look at that06:55
pipegeekDr_Willis: I could give that a shot.  It's just odd; I mean, I did do an update yesterday, but obviously you're also at the latest update without problems.  But I've also done a rebuild myself, to no avail06:55
=== TheOn1 [n=theone@168.155.broadband4.iol.cz] has joined #ubuntu
=== rkd [n=rday@80-43-51-130.dynamic.dsl.as9105.com] has joined #ubuntu
kennyOmPaul, Looking now.06:55
Dr_Willispipegeek,  ive done so much to this system im suprised it works.. but ive never had any issues with the kernel/nvidia stuff06:55
=== TheOn1 [n=theone@168.155.broadband4.iol.cz] has left #ubuntu []
Dr_Willispipegeek,  could remove --purge the packages and reinstall them. i guess06:56
Jack_Sparrowpipegeek: Are you running the 686 kernel?06:56
pipegeekno---k706:56
=== lhh [n=ubuntu@82.198.0.196.satgate.net] has left #ubuntu []
pipegeekDr_Willis: Did that06:56
Jack_Sparrowk06:56
=== sovieticool [n=sovietic@86.104.234.138] has joined #ubuntu
=== TheOn1 [n=theone@168.155.broadband4.iol.cz] has joined #ubuntu
=== marcin_ant [n=marcin@194.114.146.122] has joined #ubuntu
=== fbn [n=fbn@p3EE0016C.dip0.t-ipconnect.de] has joined #ubuntu
Dr_Williscould try some different kernels and reinstall the restricted/nvidia stuff for the other kernels06:57
Dr_Willisfor all we know its a bugglet with the k7 kernel06:57
Jack_Sparrowbbl... Play nice06:57
=== rummik [n=rummik@plns-216-222-254-204-pppoe.dsl.plns.epix.net] has joined #ubuntu
=== hyperb0lix [n=hyperb0l@h69-130-199-197.69-130.unk.tds.net] has joined #ubuntu
sovieticoolhow i program ubuntu to close after 2 hours ?06:58
=== Xal_ [n=Xal@p54A6FD31.dip.t-dialin.net] has joined #ubuntu
hyperb0lixAnyone have Wolfenstein ET video problems with Ubuntu?06:58
Dr_Willissovieticool,  you mean power off the whole machine?06:58
Xal_Is there a way to get 5.1 surround sound to work in ALSA with a Realtek ALC850?06:58
=== Lattyware [n=Lattywar@user-544327cf.lns5-c7.dsl.pol.co.uk] has joined #ubuntu
rummikok, i'm having a weird issue with ogg files, they seem to play at 1/2 speed06:58
sovieticoolyes Dr_Willis06:58
Dr_Willishyperb0lix,  it worked good for me last i tried it.06:58
hyperb0lixHmm, it just gives me a black screen, no sound either06:58
hyperb0lixUbuntu 6.0606:59
Dr_Willissovieticool,  use the shutdown command. it can give a time delay.06:59
sovieticoolXal_ same problem06:59
Xal_Hmm06:59
Xal_Do you have the same audo chip?06:59
sovieticoolDr_Willis, like shutdown 12006:59
=== TheOn1 [n=theone@168.155.broadband4.iol.cz] has left #ubuntu []
=== gamma [n=gamma@192.237.33.65.cfl.res.rr.com] has joined #ubuntu
Dr_Willisman shutdown06:59
pipegeekDr_Willis: I guess I'll give that a shot06:59
gammaanyone here on edgy?06:59
sovieticoolnvidia karajan06:59
karasophelp configure cvs. Anyone?06:59
pipegeekDr_Willis: I appreciate the help, though.  Toodle-oo07:00
=== lbm [n=lbm@130.225.243.71] has joined #ubuntu
Dr_Willis/sbin/shutdown [-t sec]  [-arkhncfFHP]  time [warning-message] 07:00
=== pipegeek [n=pipegeek@Harkness-168.resnet.brown.edu] has left #ubuntu []
=== teckfatt [n=teckfatt@219.95.135.199] has joined #ubuntu
=== rntkr [n=lauri@d194-157-251-36.elisa-laajakaista.fi] has joined #ubuntu
=== Fitzz [i=greatmal@shell.evtek.fi] has joined #ubuntu
=== phaedrus44 [n=phaedrus@cpe-72-227-91-211.maine.res.rr.com] has joined #ubuntu
=== crocd [n=crocd@lanwan.plus.com] has joined #ubuntu
kennyOMPaul... Check  WSP please07:01
=== rixxon [n=rixxon@unaffiliated/rixxon] has joined #ubuntu
=== ShiniGaMi89 [n=ShiniGaM@host117-140-dynamic.58-82-r.retail.telecomitalia.it] has joined #ubuntu
Renan_s2!tor07:01
ubotutor: anonymizing overlay network for TCP. In component universe, is optional. Version 0.1.0.16-1ubuntu2 (dapper), package size 608 kB, installed size 1120 kB07:01
=== tanath [n=user@d36-72-255.home1.cgocable.net] has joined #ubuntu
=== dfgas_ [n=dfgas@adsl-69-211-91-75.dsl.milwwi.ameritech.net] has joined #ubuntu
=== jpc_ [n=Emir@88.226.230.27] has joined #ubuntu
=== richee [n=ashish@59.144.52.242] has joined #ubuntu
tanathi can't seem to get my thumb buttons working in gnome. they work fine in other WMs though. i've read !mouse07:02
=== trainchaser [n=traincha@62-31-204-36.cable.ubr05.live.blueyonder.co.uk] has joined #ubuntu
richeeIs there any deb package for the latest gnome power manager ?07:02
=== orga [n=orga@71-215-168-113.roch.qwest.net] has joined #ubuntu
trainchaser hi i've got a question: how to get working transparency in mplayer?07:02
trainchaser              other windows work ok with compiz, but when i try to set opacity other07:02
trainchaser              than 100% on gmplayer, the movie screen just goes blue, can i make the07:02
trainchaser              movie transparent?07:02
trainchaserim using KDE07:02
ompaul!enter07:02
ubotuPlease don't use the "enter" key as punctuation! It spams the channel and can be annoying.07:02
ompaulor paste07:02
=== MattJ [n=chatzill@88-111-151-217.dynamic.dsl.as9105.com] has joined #ubuntu
orgaIs there any PDF Editor in Linux?07:02
Xal_use pastebin07:02
=== linux__alien [n=linux__a@59.92.55.150] has joined #ubuntu
ompaultrainchaser, compiz is in #ubuntu-xgl not here07:03
Rookie-orga - pdf creator07:03
linux__alienhow do i upgrade my kernel to 2.1707:03
ompaul!timetable07:03
ubotuUbuntu uses a strict timetable for releases, which means that sometimes newly released programs miss the timetable. See https://wiki.ubuntu.com/TimeBasedReleases for more. Edgy schedule: https://wiki.ubuntu.com/EdgyReleaseSchedule07:03
=== lectus [n=hax0r@20132240232.user.veloxzone.com.br] has joined #ubuntu
richeegnome power manager doesn't work for me properly in ubuntu07:03
linux__alieni am running the default kernel provided in ubuntu but i would like to upgrade my kernel to the latest07:03
linux__alienhow do i do it could some one help me out?07:03
=== Symbolizer [n=Symboliz@h74n2fls34o991.telia.com] has joined #ubuntu
ompaullinux__alien, you really don't need it in 99.99999% of the time and it won't have ubuntu specific patches in it - so if you want to you can do it - on your own07:04
ompaul!compile07:04
ubotuCompiling software from source? Read the tips at https://help.ubuntu.com/community/CompilingSoftware (But remember to search for pre-built !packages first: not all !repositories are enabled by default!)07:04
SymbolizerXserver wont start. The log-file is empty and if i try to reconfigure the xorg.cionf file it says the xserver.xorg doesnt exist..What should i do?07:04
orgaRookie: how should I search in synaptics pdf-creator, do I need special repository ?07:04
exsTo edit my sources.list and to save, I run terminal and type " su gedit /etc/apt/sources.list " right?07:05
Rookie-dunno - you asked for linux ;) not ubuntu07:05
tanathi can't seem to get my thumb buttons working in gnome. they work fine in other WMs though07:05
ompaulkenny, (A) what is wsp (B) my nick is lowercase (C) if you type the question in detail in the channel you will get more help than just me07:05
linux__alienompaul, are you running the default kernel ? you have not updated?07:05
dennisharrison_Alinux__alien, unless you need it for security or a specific hardware options ... I wouldn't jump the upgrade ship07:05
ompaullinux__alien, I keep up to date with Ubuntu updates07:05
Symbolizeranyone?07:06
=== FlOx` [n=cached@87.126.150.252] has joined #ubuntu
dennisharrison_ASymbolizer, what did you do to get an incomplete xserver install? ;p07:06
=== naranha [n=naranha@cable-184-20.iesy.net] has joined #ubuntu
=== es0x [n=ov@M213P021.dipool.highway.telekom.at] has joined #ubuntu
=== Naikei [n=luke@87.102.3.24] has joined #ubuntu
=== OSUKid7` [n=OSUKid7@unaffiliated/osukid7] has joined #ubuntu
kennyompaul, I tried sending you a private message... or a wisper...  I wanted to pimp your for some info07:06
Symbolizerdennisharrison_A, i tried to install some ruby-development-thing. And when i compiled it i just saw how it removed my nvidia drivers, i was like wtf(?) and now xserver wont start.07:06
ompaullinux__alien, read the timed release page I will have the bot send you a message - we fix a program it will still work with others - if you go off with random libairies here and there you will end up with a less stable system07:07
ompaul!timetable > linux__alien07:07
dennisharrison_ASymbolizer, whoa07:07
=== fanta|imba [n=689_fant@HSI-KBW-085-216-077-234.hsi.kabelbw.de] has joined #ubuntu
dennisharrison_ASymbolizer, can you just reinstall your nvidia drivers ?07:07
Vegeta^Isn't there a viewer (for eps files) that is like ghostview, or similar. Because the default ones just opens the picture in Konqueror (which really sucks)...07:07
THX-1138ompaul "on point.."  ;)07:07
=== IronMask is now known as IronMask|Sleep
OSUKid7`hey, is there an apt package to install the Linux NIS tools to allow logins from a remote NIS server?07:07
Symbolizerwell, i removed nvidia frmo the xorg.conf and it still wont work.07:07
SymbolizerSo it shuold use the default settings i assume07:07
ompaulIronMask|Sleep, use a silent away message plaese07:08
dennisharrison_Awel07:08
dennisharrison_Awell07:08
ompaul!away > IronMask|Sleep07:08
dennisharrison_AI forgot exactly07:08
Rookie-!nv07:08
ubotuSorry, I don't know anything about nv - try searching on http://bots.ubuntulinux.nl/factoids.cgi07:08
=== synthetic [n=tampon@ip68-9-213-67.ri.ri.cox.net] has joined #ubuntu
THX-1138!nvidia07:08
ubotuTo install the Ati/NVidia drivers for your video card, see https://help.ubuntu.com/community/BinaryDriverHowto07:08
dennisharrison_Abut I think its dpkg-reconfigure xserver-xorg ?07:08
syntheticedgy eft 6.10: does anyone know if it will auto detect/install the broadcom wirless 43xx drivers?07:09
Xal_how do i restart alsa?07:09
Symbolizerdennis, oh yea i remember i did try to install drivers yeterday it wouldnt work it missed files.07:09
=== OSUKid7` is now known as OSUKid7
=== IronMask|Sleep [n=IronM@ppp114-251.lns1.bne4.internode.on.net] has left #ubuntu []
Symbolizerand reconfigure xsderver brings me: Xserver.xorg isnt installed. lmao07:09
ompaulSymbolizer, if you removed it you need to regenerate  it  >> sudo dpkg-reconfigure xserver-xorg   << should choose sensible values for you07:09
dennisharrison_Asynthetic, its #ubuntu+1 for edgy eft info07:09
Symbolizerompaul, it says i dont have xserver.xorg..07:09
JosefKsudo dpkg-reconfigure -phigh xserver-xorg07:09
SymbolizerI tried that everyone07:10
dennisharrison_Aeven with phigh ?07:10
Symbolizeryes07:10
=== mar_cus [n=marcus@c80-217-91-17.cm-upc.chello.se] has joined #ubuntu
dennisharrison_Aso apt-get remove and install xorg07:10
JosefKsudo apt-get install ubuntu-desktop07:10
dennisharrison_Aor that ;p07:10
exshow do I update my repositories?.. is it apt-get sources.list?07:10
Symbolizerwhat if i reinstall ubnutu. will I lose my files? Or does it just reinstall ubuntu07:10
=== Ml1 [n=ubuntu@lns-bzn-22-82-249-121-184.adsl.proxad.net] has joined #ubuntu
ompaul!repos > exs07:10
JosefKSymbolizer: installing ubuntu-desktop should fix problems with things like xorg missing07:11
dennisharrison_ASymbolizer, try what JosefK said07:11
=== M3t4ll1k0 [n=lokoloko@cm142181.red.mundo-r.com] has joined #ubuntu
Symbolizeroh ok07:11
=== medic30420 [n=medic304@c-68-53-34-49.hsd1.tn.comcast.net] has joined #ubuntu
Symbolizerthanks for your help guys07:11
=== cga [n=cga@213-156-52-117.fastres.net] has joined #ubuntu
Ml1hi, is it possible using gparted to change the indices of the partition table (ie make hda3 be hda1 for example) without erasing what is on the partition ?07:11
THX-1138!ubotu nv is also nvidia - see !info nv for package information.07:11
Symbolizerim gonna try it out!07:12
=== b14ck73425 [n=b14ck734@24-55-74-90.lmdaca.adelphia.net] has joined #ubuntu
=== Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu
dennisharrison_Aanyone here interested in testing out the latest gimp? I am making a .deb for it now07:12
dennisharrison_Awant to see if I did it right, if so ill host it somewhere07:12
lastnodedennisharrison_A, what's new in it?07:12
THX-1138Good Morning Amaranth.07:12
dennisharrison_Asiox and docking panels like in photoshop07:13
dennisharrison_Aalong with faster filters07:13
=== madewokherd [n=urk@VRP5000.rhbd.psu.edu] has joined #ubuntu
AmaranthGood afternoon. :)07:13
dennisharrison_Aand better layering07:13
Renan_s2dennisharrison_A, I would like to test it.07:13
BazziI wonder why edgy doesn't have 2.3.10 in it :-(07:13
=== SillyZ [n=james@CPE-72-129-177-185.neb.res.rr.com] has joined #ubuntu
Bazziwould be HOT07:13
=== quite [n=quite@ujezd.lublin.se] has joined #ubuntu
dennisharrison_Aok guys give me 15 minutes or so to upload it and the deps and ill post a link here07:13
=== quite [n=quite@ujezd.lublin.se] has left #ubuntu []
dennisharrison_Ayeah this is 2.3.1107:13
SillyZanyone know where the trigger is to turn on the cpu fan and keep it turned on ?07:14
SillyZthis is a laptop of course07:14
=== jamppa [n=jamppa@dsl-lprgw5-fe59dc00-53.dhcp.inet.fi] has joined #ubuntu
dennisharrison_ASillyZ, yeah, its usually next to the midget with a hammer next to the hard drive07:14
b14ck73425thank god07:14
=== First|Bleh [i=First@66.53.12.138] has joined #ubuntu
=== PlancksCnst [n=shawn740@70.11.52.255] has joined #ubuntu
PlancksCnstHello, all.07:14
SillyZdennisharrison_A:  Ah i see, fired the midget last week for sleeping on the job07:14
=== rednax [n=rednax@h125n2fls34o270.telia.com] has joined #ubuntu
=== SonicvanaJr [n=garrett@unaffiliated/sonicvanajr] has joined #ubuntu
jamppason moro07:15
=== reptyle [n=reptyle@52.107.207.68.cfl.res.rr.com] has joined #ubuntu
dennisharrison_ASillyZ, lazy suckers arent they? ;p  SillyZ I am guessing you mean a program to run the fan because its based on a sensor on the motherboard right?07:15
=== living [n=living@36.Red-83-42-74.dynamicIP.rima-tde.net] has left #ubuntu ["Ex-Chat"]
SillyZdennisharrison_A: yup you got it, besides midget was getting nailed with hammer07:16
ompaul!fi07:16
ubotuSuomenkielinen keskustelu (K)Ubuntusta kanavilla #ubuntu-fi ja #kubuntu-fi07:16
tanathi can't seem to get my thumb buttons working in gnome. they work fine in other WMs though07:16
=== luis [n=luis@200-98-32-121.tlf.dialuol.com.br] has joined #ubuntu
PlancksCnstAfter I get a driver loaded with modprobe, how do I assign a device to it?07:16
THX-1138turn on/off the fan  http://www.ubuntuforums.org/archive/index.php/t-12058.html07:16
=== xhaan [n=xhaan@d47-69-6-127.try.wideopenwest.com] has joined #ubuntu
SillyZdennisharrison_A: Ive looked into powernowd, and a few others nothing seems to do the job07:16
dennisharrison_ASillyZ, so what you need to do is follow that route of inquiry. Google.com/linux control laptop fan07:16
luisjoin #ubuntu-br07:17
dennisharrison_Ais your motherboard supported?07:17
SillyZdennisharrison_A:  been there googled that... still no luck07:17
=== gean [n=dan@p54AC31EC.dip0.t-ipconnect.de] has joined #ubuntu
=== First|Bleh is now known as FirstStrike
geanhia all !07:17
=== MrKeuner [n=kudo@unaffiliated/mrkeuner] has joined #ubuntu
dennisharrison_Asacrifice a goat and pray then?07:17
=== tizio333 [n=1040E337@host130-17-dynamic.59-82-r.retail.telecomitalia.it] has joined #ubuntu
THX-1138!ubotu fan is "Control the fan  on/off  http://www.ubuntuforums.org/archive/index.php/t-12058.html"07:17
tizio333hi07:17
Rookie-900 users - say hi to gean ;)07:17
=== Ml1 [n=ubuntu@lns-bzn-22-82-249-121-184.adsl.proxad.net] has left #ubuntu []
=== tizio333 [n=1040E337@host130-17-dynamic.59-82-r.retail.telecomitalia.it] has left #ubuntu []
geani have some hard install problems ! allthese days i've reported them... can somebody please assist me in installing it?!07:18
ompaulTHX-1138, don't use the " works better :)07:18
dennisharrison_ATHX-1138, seems to have a lead07:18
=== lastnode [n=lastnode@unaffiliated/mahangu] has joined #ubuntu
=== Griver [n=Griver@81-231-250-204-no52.tbcn.telia.com] has joined #ubuntu
THX-1138Okay, - Thank You ompaul07:18
geanRookie-: hello to all 900! may the spirit of ubuntu be with us!07:18
=== phaedrus444 [n=phaedrus@cpe-72-227-91-211.maine.res.rr.com] has joined #ubuntu
ompaulTHX-1138, actually there is an alias message so you can call the same factoid07:19
=== funkyHat_ [n=matt@cpc7-nthc3-0-0-cust812.nrth.cable.ntl.com] has joined #ubuntu
=== TLE [n=kenneth@217.74.211.14] has joined #ubuntu
SillyZdennisharrison_A: its an old piii-750 gateway solo 530007:19
=== martin_ [n=martin@81-236-24-76-no47.tbcn.telia.com] has joined #ubuntu
THX-1138ompaul - I don't understand. an alias message?07:19
=== total_meltdown [n=meltdown@cpe-24-198-168-130.maine.res.rr.com] has left #ubuntu []
martin_hi, I thinkt the latest kernel upgrade broek my sound. Anybody wanna help?07:19
ompaul  !divx is <alias> codecs07:19
ubotudivx is already known07:19
ompaulhehe07:19
dennisharrison_A!fan07:19
ubotufan is Control the fan  on/off  http://www.ubuntuforums.org/archive/index.php/t-12058.html07:19
=== omar [n=omar@190.40.225.27] has joined #ubuntu
dennisharrison_Aohhhh this is a seriously long make07:20
omarhello kubunteros07:20
THX-1138ompaul - Okay, In place of "is also foo" ?07:20
ompauldennisharrison_A, there are only a few editors of the bot - due to a previous bot being abused so much that we had an hours work every couple of days07:20
omarI GOTTA A BIG TROUBLE07:20
dennisharrison_AI hope I got all the deps in here for you guys07:20
ompaulTHX-1138, that is it07:20
SillyZwell considering ive booted with noacpi, thats prolly half the problem... lemme fix that and ill reboot07:20
geanThe install problem is: NO install tool that i have from ubuntu (5.10 or 6.06 or xubuntu or whatever) can install on my laptop! in only one peculiar case i have the chance to ``do something'' (namely by using ubuntu-6.06-alternate !) else the Linux (live) tries to install and gets lost in an error mess ! ANY IDEA?!07:20
ompaulomar, you got big letters07:20
martin_Anyone has SND-HDA-INTEL sound driver?07:20
dennisharrison_Aompaul, lol07:21
omarsorry it's wasn't my fault07:21
=== ck3k [n=ck3k@adsl-75-40-124-106.dsl.pltn13.sbcglobal.net] has joined #ubuntu
omarI didn't see my caps' lock bottom07:21
omarsorry07:21
dennisharrison_Awell, I don't need to be splitting my currently small ammount of free time up anymore, but I will contribute how I can since I use kubuntu as my desktop os while at work07:21
SillyZbrb07:21
martin_Anyone has SND-HDA-INTEL sound driver?07:21
ompaul!nv > THX-113807:21
syntheticgean use fdiskto wipe the drive clean07:21
=== kolibra [i=fsk@delos.orakel.ntnu.no] has joined #ubuntu
ompaul!nvidia > THX-113807:21
ompaulTHX-1138, done with !nv is <alias> nvidia07:22
geangettin' closer: the alternate CD can go up to the point where the CD-ROM should be found! but there is no driver recognized there ... and i have no floppy on the laptop (what for in fact... with an other storage volume of 300GB)07:22
omarI gotta question i used this command mv file .file and I can't find the file anymore, I thought it as to hide a file but it's not there anymore07:22
=== fogos [n=marco@200.94.142.9] has joined #ubuntu
=== xhaan [n=xhaan@d47-69-6-127.try.wideopenwest.com] has left #ubuntu ["Leaving"]
=== goethe [n=goethe@ppp-71-139-42-1.dsl.snfc21.pacbell.net] has joined #ubuntu
geansynthetic what is doing fdiskto for me ?!07:22
syntheticomAR ls -a07:22
MrKeunerHi, I am having problem to get sound in swf files. I know it is because their shitty binary but, is there a workaround or anything? If I change /etc/firefox/firefoxrc setting to aoss then I get constant firefox lock-ups. please help07:23
syntheticgean use fdisk, googe it07:23
syntheticgoogle07:23
goethecan someone tell me why i am getting this error message while trying to run apt-get update?   "E: The method driver /usr/lib/apt/methods/htpp could not be found."07:23
=== Frio [n=baez69@136.204.156.163] has joined #ubuntu
=== dealer [n=d34l3r@unaffiliated/dealer] has joined #ubuntu
dennisharrison_Agoethe, you have a broken (spinning?) apt cache07:23
goetheoh... how do i fix it?07:24
=== znull [n=z@tiger.purple-host.com] has joined #ubuntu
dennisharrison_Anot sure man, not much experience with apt-get07:24
=== sysdoc [n=sysdoc@pool-71-119-81-191.lsanca.dsl-w.verizon.net] has joined #ubuntu
dealerhow can i setup the usb printer installed on ubuntu for network?07:24
PlancksCnstCan anyone tell me how to assign a device to a driver after I modprobe it?07:24
reptylegoethe, you probably have a typo in your /etc/apt/sources.list07:24
ompaulomar, mv foo /to/somewhere/else moves it to that other place; do this >> sudo updatedb << and then >> locate -i some-characters-from-missing-file<<07:25
reptylegoethe, one of your lines starts with deb htpp:// instead of http://07:25
goetheah07:25
geansynthetic: i used something to have a 30GB free space on the HD, there is also some Debian running now! everything else but ubuntu can be installed. So fdisk should not be my problem... As i said, the install process cannot recognize my CD-ROM, although it boots from it !07:25
MattJIs there any harm in removing the (x)ubuntu-desktop package?07:25
=== Montag_ [n=matt@c-24-127-107-178.hsd1.ca.comcast.net] has joined #ubuntu
ompaulgean, put it in the other cd drive07:25
reptyleMattJ, nope ...07:25
MattJI mean, I'm removing AbiWord, it's a dependency07:25
dennisharrison_Agean, well aside from trying the boot options and such not much to do07:25
kirkuniti'm called mattj07:26
MattJThanks07:26
=== ompaul hears headslap
goethereptyle, dennisharrison:  Thank you07:26
geanompaul: i have just one, it's a cheap laptop..07:26
MattJYou;re called MattJ? o_O07:26
dealercan someone help-me?07:26
kirkunitthat's right... irl07:26
dcrocedealer: ask07:26
=== SillyZ [n=james@CPE-72-129-177-185.neb.res.rr.com] has joined #ubuntu
MattJlol, what's your middle name? :)07:26
ompaulgean, strange07:26
MattJI've found MattJ to be a common nick07:26
kirkunitn07:26
MrKeuner!help07:26
ubotuI am ubotu, all-knowing infobot. You can browse my brain at http://bots.ubuntulinux.nl Usage info: http://wiki.ubuntu.com/UbotuUsage07:26
dennisharrison_Ayes it is gean what does a no acpi boot give you?07:27
dealerdcroce: i have one usb printer conected on ubuntu, working fine.. i want to setup that to work on network, can you help-me?07:27
=== Karpor [n=Karpor@195.156.245.50] has joined #ubuntu
surgyman i have been in #tovid for a while07:27
surgyi need help with tovid07:27
=== gerardomt [n=gerardom@200.77.146.104] has joined #ubuntu
=== imba|fanta [n=689_fant@HSI-KBW-085-216-077-234.hsi.kabelbw.de] has joined #ubuntu
=== marcin_ant [n=marcin@194.114.146.122] has joined #ubuntu
=== arienh4 [n=arienh4@s5592e188.adsl.wanadoo.nl] has joined #ubuntu
queuetueHow do I force a computer to enter the grub menu?  It seems to go straight to booting the kernel...07:28
geandennisharrison_A : there were NO boot options at all... live CD  runs into nothing, error message on a black screen... and the ONLY chance to get 1 mm closer is the alternate CD in text mode.. there i have no recognition of my CD-ROM! (i can but explain the driver from floppy... well, not from my laptop, or choose between modules.. did it, no esult)07:28
=== torchie [n=torch@adsl-153-166-121.mia.bellsouth.net] has joined #ubuntu
Xal_queuetue, check your menu.lst07:28
surgyqueuetue: your timer is probably set to low, you moniter isnt refreshing fast enough07:28
Xal_in /boot/grub07:28
dealerdcroce: do you know what i have to do?07:29
THX-1138ctrl+e   - to get the grub menu?07:29
surgyqueuetue: try pressing buttons when the grub loader should be up07:29
=== ATAQ [n=kvirc@213.94.144.239] has joined #ubuntu
=== f1assistance [n=packets@cpe-024-163-085-150.nc.res.rr.com] has joined #ubuntu
=== wd3 [n=wd@adsl-75-22-79-140.dsl.irvnca.sbcglobal.net] has joined #ubuntu
queuetuesurgy: unfortunately, I can't get the machine to boot, because of an fsck error that it wants a root pw to fix...07:29
=== cypher1 [n=cypher1@59.92.132.137] has joined #ubuntu
queuetuesurgy: I'm connected to it via a Java KVM thingie.07:30
surgyqueuetue: sorry im too green to help you there07:30
=== TomB [n=tomb@host217-44-1-35.range217-44.btcentralplus.com] has joined #ubuntu
geanas i said: (k,x)ubuntu live tool cannot give the ubuntu live, but all other (debian, knoppix, kanotix, ... have a live show !) is thee any ``ubuntu for usb that i can try ?!07:30
dennisharrison_Aboot off a live cd queuetue and change the root password to what you want07:30
=== pjf [n=pjf@mail.systemausfall.org] has joined #ubuntu
surgyqueuetue: but i can suggest you use the ubuntu live cd for direct access07:30
THX-1138Editor Interface; entered by e from the main menu for GRUB configuration changes07:30
=== paganini [n=paganini@dsl-ilwrdn538.madisontelco.com] has joined #ubuntu
dennisharrison_Agean, its not supporting your hardware right ... what version are you trying?07:31
=== marcin_ant [n=marcin@194.114.146.122] has joined #ubuntu
=== TW-Ubuntu-User [n=tyler@pool-71-251-91-181.tampfl.fios.verizon.net] has joined #ubuntu
dennisharrison_Aand I haven't used the alt install cd but there are no boot options with it?07:31
paganiniHey everyone. I am wondering - is anyone using SKYPE with ubuntu dapper and a SoundBlaster Live! card?07:31
=== bcron [n=chatzill@c-68-50-141-126.hsd1.va.comcast.net] has joined #ubuntu
SillyZdennisharrison_A:  ok looks like I need to add a file called 'state' to /proc/acpi/fan   how do i go about this one? su'ing to root wont even let me create the file07:31
inimesekenewhat is pygst ?07:31
TW-Ubuntu-UserI have a question about burning an ISO image file :)07:31
wd3how do i remove xfce or xubuntu? i did apt-get remove xubuntu desktop and rebooted on reboot xfce session is still there.07:31
Neo8750xubuntu-desktop is just a meta file07:32
geandennisharrison: yes, hard (CD-ROM specially, maybe the primitive BIOS that came with this cheapest laptop) ware is not recognized... or not mounted properly! i tried both 5.10 and 6.06!07:32
Neo8750has no use other theninstalling07:32
paganiniI am having a problem with Skype in that my mic appears to be working - I can hear myself in my headphones - but the person I'm talking to can't hear me. The forums seem to have other people with this problem, but no solution that I can find.07:32
=== stevejesus [n=stevejes@c-68-58-141-220.hsd1.in.comcast.net] has joined #ubuntu
surgycan someone please help? http://rafb.net/paste/results/6HTxlU12.html07:32
=== hantoo [i=hantu@60-241-200-159.static.tpgi.com.au] has joined #ubuntu
=== godsmacko [n=godsmack@201.114.50.171] has joined #ubuntu
=== radioman [n=radioman@88.118.32.79] has joined #ubuntu
=== godsmacko [n=godsmack@201.114.50.171] has left #ubuntu ["Leaving"]
radiomanhey07:33
wd3Neo8750, oh, ok, so how do i remove it?07:33
geandennisharrison_A: yes, hard (CD-ROM specially, maybe the primitive BIOS that came with this cheapest laptop) ware is not recognized... or not mounted properly! i tried both 5.10 and 6.06!07:33
=== media_ [n=media@beatties.us] has joined #ubuntu
=== Caplain_ [n=matt@152.detroit-09-10rs.mi.dial-access.att.net] has joined #ubuntu
TW-Ubuntu-UserDoes anyone know if the CD/DVD Creator in Ubuntu under the "Places" menu can burn an ISO on a CD-R?07:33
radiomansome question, after last update pppoe-start give me time out, what happend?07:33
paganiniTW-Ubuntu-User, it can07:33
dennisharrison_Awell gean you might need a custom boot cd07:33
paganiniIIRC07:33
surgytw-ubuntu-user: i whould get k3b07:33
=== xjonex [n=jone@dsl-roigw1-fe8ede00-5.dhcp.inet.fi] has joined #ubuntu
dennisharrison_AI don't have much experience with that07:33
paganiniBut there is an easier way... right click on your iso and select "burn to disk"07:34
Friocan anyone help me setup a raylink wireless card .... im stumped atm07:34
paganiniNautilus has integrated CD burning07:34
dennisharrison_Agean, try an older version?07:34
=== Yawner [n=alex@82-44-194-226.cable.ubr07.haye.blueyonder.co.uk] has joined #ubuntu
TW-Ubuntu-Usercan it boot the ISO file if I burn it with CD/DVD Creator07:34
=== aschimedes [n=aschi@58.56.77.83.cust.bluewin.ch] has joined #ubuntu
stevejesusI've lost my system tray in gnome and I cant get it back.  when i try to re-add it to the panel of my choosing, it is unavailable.  what should I do?07:34
media_quick question. It's been a while since I used grub and I'm needing some help.  Just did a dapper install on a box and it either didn't install the boot loader to the drive, or something else went wrong.  I can boot using the cd and "boot from hd" option.  The systme does have a raid card in it, but no drives on it. /dev/sda is the only drive (serial ata, not scsi). Any ideas on what command I need to run to get the boot loader (grub) into the mba?07:34
THX-1138!wep07:34
ubotuWireless documentation can be found at https://help.ubuntu.com/community/WifiDocs07:34
=== Nogimics [i=n0gimics@195.242.221.54] has joined #ubuntu
surgyi need help with tovid here is my error log http://rafb.net/paste/results/6HTxlU12.html07:34
=== [1] wenko is now known as wenko
=== ka3rvl [n=ka3rvl@plns-216-222-254-204-pppoe.dsl.plns.epix.net] has joined #ubuntu
radiomansome question, after last update pppoe-start give me time out, what happend?07:35
TW-Ubuntu-Userwhat is k3d?07:35
stevejesusI've lost my system tray in gnome and I cant get it back.  when i try to re-add it to the panel of my choosing, it is unavailable.  what should I do?07:35
radiomani need internet, please? ;{07:35
orgaIs there any PDF Editor in Linux?07:35
THX-1138k3b is the kubuntu cd burning application07:35
=== vrkhans [n=vrkhans@cpe-24-166-208-76.woh.res.rr.com] has joined #ubuntu
=== manmadha [n=sri_@202.63.100.51] has joined #ubuntu
=== ka3rvl [n=ka3rvl@plns-216-222-254-204-pppoe.dsl.plns.epix.net] has left #ubuntu []
manmadha!firewall07:35
ubotuUbuntu, like any other linux distribution, has firewall capabilities built-in. The firewall is managed with iptables (in the command line) or firestarter (gui, can also setup connection sharing)07:35
TW-Ubuntu-Userooooooooh07:35
surgytw-ubuntu-user: its like nero, but better, open your console and type "apt-cache search k3v"07:36
paganiniTW-Ubuntu-User, GnomeBaker is also good, if you don't want to use KDE apps07:36
=== HiveChild [n=kvirc@x1-6-00-10-a7-08-8e-f7.k406.webspeed.dk] has joined #ubuntu
manmadhanoo k3b07:36
=== rummik [n=ka3rvl@plns-216-222-254-204-pppoe.dsl.plns.epix.net] has joined #ubuntu
=== rofl0r [n=rofl0r@85-124-120-124.dynamic.xdsl-line.inode.at] has joined #UBUNTU
surgytw-ubuntu-user: sorry not k3v but k3b07:36
TW-Ubuntu-UserALso anyone know if there is a program for Linux that is as good if not better then Photoshop07:36
geandennisharrison_A: yes... an older install tool... but even 5.10 is no longer available on the net... ( i had it fotunately also after upgrade on this mashine, i'm chating from... )07:37
TW-Ubuntu-Userok07:37
paganiniSo, does anyone here use skype even *without* a SoundBlaster Live! card?07:37
radiomanyes07:37
=== nlindblad_ [n=nlindbla@user179.217-10-120.netatonce.net] has joined #ubuntu
rummikfor some reason the sound is playing at half speed, anyone know how to fix this?07:37
Skaagi've used automatix to install the non-free flash player but my mozilla does not see it in about:plugins - any ideas how to fix this?07:37
stevejesusI've lost my system tray in gnome and I cant get it back.  when i try to re-add it to the panel of my choosing, it is unavailable.  what should I do07:37
=== Borat [n=shayan@ip68-101-106-222.oc.oc.cox.net] has joined #ubuntu
ompaul!worjkforme07:37
ubotuSorry, I don't know anything about worjkforme - try searching on http://bots.ubuntulinux.nl/factoids.cgi07:37
Skaagpaganini: I use skype with my motherboard's sound card07:37
ompaul!worksforme07:37
ubotuCommon Sense: Just because you can, does not mean you should. Think before you do. "Works for me" does not mean it is ok. The latest version of everything is not always useful if you aim for stability.07:37
radiomanech..07:37
paganiniSkaag, cool. Did you have any problems with your mic, or did it "just work?"07:38
dennisharrison_Agean, I am sorry to say that I don't know what direction to point you in07:38
Skaagpaganini: it works fine07:38
rofl0ri selected "complete removal" at a package entry in synaptic - now this package has completely disappeared from the list - how can i get it back again ?07:38
=== cowbud [n=Jamius@p54BD0BA4.dip0.t-ipconnect.de] has joined #ubuntu
=== Tusnal [i=Tusnal@87.235.85.106] has joined #ubuntu
ompaulSkaag, please go to #automatix and raise the question there thanks07:38
SillyZhow does one create a device in /proc/acpi ??07:38
Borathey guys, i just downloaded linuxq3ademo-1.11-6.x86.gz.sh, (quake 3 demo) and im trying to install it, i did chmod +x07:38
Skaagompaul: thanks07:38
=== _DvP_ [n=DvP@141.39.100-84.rev.gaoland.net] has joined #ubuntu
=== TW-Ubuntu-User [n=tyler@pool-71-251-91-181.tampfl.fios.verizon.net] has left #ubuntu []
orgatw-ubuntu-user: GIMP for image processing does some as Adobe - K3B for burning is exceptional and easy07:38
paganiniHmm07:38
DaveyJi'm building a backup server.. i'm going to be using a vmware image for the OS/software. what filesystem should i use within the VMimage and what filesystem should i use to put the VMimage on?07:38
=== vijay [n=vijay_cy@adsl-71-156-33-193.dsl.irvnca.sbcglobal.net] has joined #ubuntu
=== marian [n=Marian@dslb-088-065-002-007.pools.arcor-ip.net] has joined #ubuntu
orgaAnyone knows about PDF editing software in Linux?07:39
cowbudanyone know what package contains 'append' ?07:39
surgyorga: i think open office can handle pdf07:39
=== Wanderer_ [i=nomad@24-178-96-163.dhcp.stbr.ga.charter.com] has joined #Ubuntu
stevejesusI've lost my system tray in gnome and I cant get it back.  when i try to re-add it to the panel of my choosing, it is unavailable.  what should I do07:39
surgyorga: try synaptic and search for pdf07:39
CarinArrorga, latex;)07:39
=== wubrgamer [n=paul@c-68-33-190-196.hsd1.va.comcast.net] has joined #ubuntu
=== IRCMonkey3454353 [n=chatzill@74.134.242.198] has joined #ubuntu
=== Wanderer_ is now known as Wanderer
=== lakin [n=lakin@S01060013101832ce.cg.shawcable.net] has joined #ubuntu
=== radioman [n=radioman@88.118.32.79] has left #ubuntu []
rofl0ri selected "complete removal" at a package entry in synaptic - now this package has completely disappeared from the list - how can i get it back again ?07:40
geandennisharrison_A: thanks a lot for trying to help me, i think i have to do something like a net install or put a damn small linux and change kernel and install packages..07:40
=== dxdemetriou [n=dxdemetr@dsl247.netway.com.cy] has joined #ubuntu
=== fresch [n=Fresch@p57A5F9E9.dip.t-dialin.net] has joined #ubuntu
=== wubrgamer [n=paul@c-68-33-190-196.hsd1.va.comcast.net] has left #ubuntu []
dennisharrison_Agean, I like ubuntu but why do you go through so much trouble to get it running when you already have other debian varients working?07:41
stevejesusobviously my question is incredibly insignificant by comparison...07:41
stevejesusI've lost my system tray in gnome and I cant get it back.  when i try to re-add it to the panel of my choosing, it is unavailable.  what should I do07:41
BoratCan somone solve this thread... http://ubuntuforums.org/showthread.php?p=1506818#post150681807:42
surgyim fixing to rip linux out of my computer with a fucking ax!07:42
=== baklestat [n=baklesta@20150162055.user.veloxzone.com.br] has joined #ubuntu
ompaul!language07:42
ubotuPlease watch your language and keep this channel family friendly.07:42
=== Vaske_Car [n=opera@d57-59-78.home.cgocable.net] has joined #ubuntu
=== kmartens [n=kmartens@d54C550B8.access.telenet.be] has joined #ubuntu
surgysorry ubotu.....07:42
vijayhow do u get the mac type object docklet in ubuntu07:42
=== RichW [n=Rich43@bb-87-82-5-115.ukonline.co.uk] has joined #ubuntu
Boratvijay, look in the how to section07:43
Vaske_CarCan anybody help me to install video driver for Viper 770 video card?07:43
surgy! ubotu tovid07:43
Caplain_surgy: whats the issue?07:43
ubotuSorry, I don't know anything about ubotu tovid - try searching on http://bots.ubuntulinux.nl/factoids.cgi07:43
vijaywhat is it  calld ?07:43
stevejesusI have a very simple question...07:43
surgycaplain: been trying to burn a vcd for 8 days now and havnt even gotten a succesfull encoding07:43
stevejesuswhat do you do when your system tray in gnome becomes unavailable?07:43
stevejesusI am using 2.1407:43
stevejesusdapper drake07:44
Caplain_what software?07:44
=== flashplugin [n=marcel@cc194379-b.assen1.dr.home.nl] has joined #ubuntu
=== RichW is now known as Rich43
surgycaplain: tovid07:44
Caplain_surgy: have you googled for "linux vcd howto" ?07:44
surgycaplain: i have tried at least 12 tutorials07:44
stevejesustovid is fairly straightforward.07:44
=== funkyHat_ is now known as funkyHat
surgycaplain: i just cant seam to make it work07:44
flashpluginhi, i flashplugin-nonfree but still dont have flash under firefox.. i rebooted firefox already07:44
=== derrickh [n=derrick@rrcs-24-153-226-8.sw.biz.rr.com] has joined #ubuntu
=== cyberjojo [n=jojo@host-81-191-136-17.bluecom.no] has joined #ubuntu
AbstAnyone recommend a podcast downloader? (gui or not)07:45
dennisharrison_Awhooo07:45
dennisharrison_AI tell ya what07:45
Caplain_surgy: what software are you using?07:45
dennisharrison_Agimp 2.3.11 makes me want to take a lead pipe to my monitor07:46
surgycaplain: tovid07:46
stevejesusPenguinTV is a great podcast downloader07:46
=== vrkhans [n=vrkhans@cpe-24-166-208-76.woh.res.rr.com] has joined #ubuntu
Friohttp://www.ubuntuforums.org/showthread.php?t=258818      << can anyone help ???07:46
=== medic30420_ [n=medic304@c-68-53-34-49.hsd1.tn.comcast.net] has joined #ubuntu
BoratDoes anyone want a cookie? solve this thread and you shall get one... http://ubuntuforums.org/showthread.php?p=1506818#post150681807:46
=== bb|Gishnob`Alt [n=fake@CPE0050f2cf38bd-CM014390042162.cpe.net.cable.rogers.com] has joined #ubuntu
MrKeunerHi, I am having problem to get sound in swf files. I know it is because their shitty binary but, is there a workaround or anything? If I change /etc/firefox/firefoxrc setting to aoss then I get constant firefox lock-ups. please help07:46
=== xjonex [n=jone@dsl-roigw1-fe8ede00-5.dhcp.inet.fi] has joined #ubuntu
vijaywhat do u call that mac style object dock in ubuntu ?07:46
=== h4ch3r [n=CaRlOsRe@201008238101.user.veloxzone.com.br] has joined #ubuntu
=== Bvlaar [n=bvlaar@d141-84-228.home.cgocable.net] has joined #ubuntu
stevejesusPenguinTV does video podcasts as well07:46
=== Sir_Brizz [n=brizz@c-67-169-245-85.hsd1.ut.comcast.net] has joined #ubuntu
surgydennisharrison_A: i know the fealing tovid is making me want to smash my motherboard into tiny peices and make a cereal for breakfast.07:47
flashpluginhi, i installed "flashplugin-nonfree" but still dont have flash under firefox.. i rebooted firefox already07:47
=== _enabl [n=enabl@host-83-146-54-110.bulldogdsl.com] has joined #ubuntu
dennisharrison_Asurgy, what is the problem?07:47
dennisharrison_Amaybe I can help07:47
stevejesusholy crap, can anyone hear me?07:47
=== c0nfidencal [n=c0nfiden@86.57.3.254] has joined #ubuntu
c0nfidencalhey all07:47
dennisharrison_Astevejesus, sort of ;p07:47
Bvlaarhey all07:47
c0nfidencalwhat i had to install07:47
dennisharrison_Awhat do you need?07:47
surgydennisharrison_A: i have my error log file right here http://rafb.net/paste/results/6HTxlU12.html07:47
c0nfidencalso i can compile what i need07:47
c0nfidencal:)07:47
THX-1138flashplugin - Are any flash applets loading?  - asking because you will need to add fonts gsfonts and gsfonts-x11 later.  without them parts of web apps look blank.07:47
=== lynn [n=lynn@d207-216-249-161.bchsia.telus.net] has joined #ubuntu
c0nfidencal?07:47
DaveyJi'm building a backup server.. i'm going to be using a vmware image for the OS/software. what filesystem should i use within the VMimage and what filesystem should i use to put the VMimage on? Reiser4, JFS, ext3 -- those are my main options07:47
=== HedgeMage [n=HedgeMag@ubuntu/member/hedgemage] has joined #ubuntu
dennisharrison_Asurgy, just pm me, I don't want to read a link07:48
DaveyJwhoops didnt mean to repaste that entire thing07:48
=== chibi [n=chibi@212.246.146.195.dynamic.adsl.abo.nordnet.fr] has joined #ubuntu
derrickhdoes anyone know how to add the systray icons back to a gnome panel?07:48
c0nfidencalwhat i have to install, so i can compile what i need? :S07:48
=== Xal [n=Xal@p54A6FD31.dip.t-dialin.net] has joined #ubuntu
THX-1138flashplugin adding msttcorefonts can be helpful for flash too07:48
flashpluginTHX-1138: yes, firefox tells me i need to install a flash plugin when i open a website that has got flash applets07:48
=== dbell [n=dbell@68.76.222.148] has joined #ubuntu
c0nfidencalanyone?07:49
Horizon derrickh, right click on the panel and click add to panel, then drag notification area where where you want it07:49
=== sig [n=sig@unaffiliated/sig] has joined #ubuntu
=== smithman89 [n=smithman@pool-68-239-246-72.nwrk.east.verizon.net] has joined #ubuntu
=== Dromen_ [n=olid@ACD10594.ipt.aol.com] has joined #ubuntu
THX-1138Okay. - so it offers to install it for you then shows a manual install page, you d/l it and then what?07:49
derrickhah its the notification area07:49
baklestathey.. knows anyone how I can get a new theme for Ubuntu? I dont like this one that I am using..07:49
stevejesusi have a rediculous problem, can someone help me if i ask the question?  im not a nowb asking retarded questions about dvd-ripping and other potentially illegal activity, i just want my system tray.  i dont know where it went, i dont know how to get it back.  after using gnome since 2.4, this has never happened to me.  have this happened to anyone else?  I am using 2.14 on dapper.  is this a common issue?07:49
=== smithman89 [n=smithman@pool-68-239-246-72.nwrk.east.verizon.net] has left #ubuntu ["Leaving"]
derrickhthanks Horizon07:49
surgyc0nfidencal: you should spell your name right........ what are you trying to do?07:49
=== dbell [n=dbell@68.76.222.148] has left #ubuntu ["Leaving"]
c0nfidencalwell07:49
c0nfidencali need to compile 1 thing07:49
c0nfidencalbut i cant07:50
Horizon:)07:50
c0nfidencali dont have any compilers or something like that07:50
=== chibi [n=chibi@212.246.146.195.dynamic.adsl.abo.nordnet.fr] has left #ubuntu ["Quitte"]
c0nfidencalso what do i have to install :P07:50
hondjestevejesus: right click on a panel, add an applet, and choose notification area .... that should do it07:50
Friohttp://www.ubuntuforums.org/showthread.php?t=258818      << can anyone help ???07:50
THX-1138!flash07:50
ubotuFor multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats  -  See also http://help.ubuntu.com/ubuntu/desktopguide/C/common-tasks-chap.html  -  But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats07:50
stevejesushondje, no that doesnt work07:50
=== hantoo [i=hantu@60-241-200-159.static.tpgi.com.au] has joined #ubuntu
stevejesusit is just GONE07:50
surgyc0nfidencal: i think your talking about gcc-c++ look that up07:50
THX-1138flashplugin - Did that help?07:50
c0nfidencalhm07:51
c0nfidencal!compile07:51
ubotuCompiling software from source? Read the tips at https://help.ubuntu.com/community/CompilingSoftware (But remember to search for pre-built !packages first: not all !repositories are enabled by default!)07:51
=== fanta|imba [n=689_fant@HSI-KBW-085-216-077-234.hsi.kabelbw.de] has joined #ubuntu
=== mrcoyote [n=mrcoyote@AAnnecy-251-1-107-133.w86-209.abo.wanadoo.fr] has joined #ubuntu
hondjeThat's not good, can't imagine why it wouldn't work07:51
flashpluginTHX-1138: im browsing right now :) thanks so far07:51
hondjeYou realize that you'll have to re-add the little applets like the clock and the volume control, right?07:51
lynnGood day! what the comand to view availabel packages from terminal?07:51
M3t4ll1k0a ver algun guru/entendido que le eche un ojo a este: http://www.hard-h2o.com/verpost/426016.html07:51
=== EV|Toshiba [n=Testing@pool-72-64-146-8.tampfl.fios.verizon.net] has joined #ubuntu
hondjenot included in what you're calling the system tray07:52
M3t4ll1k0es interesante palabra07:52
M3t4ll1k0xD07:52
stevejesusnotification area is no longer available in the add applets dialog.07:52
=== gcleric [n=Grammato@c-68-35-92-35.hsd1.nm.comcast.net] has joined #ubuntu
rummikanyone know why i could have problems with sound output being slow?07:52
=== lost___ [n=lost@147.Red-88-12-205.dynamicIP.rima-tde.net] has joined #ubuntu
=== vrkhasn [n=vrkhans@cpe-24-166-208-76.woh.res.rr.com] has joined #ubuntu
hondjestevejesus: sudo apt-get install --reinstall gnome-applets perhaps...other than that, I can'tthink of a reason it would be gone07:52
=== nocti [n=nocti@dial.dyn.151.235.surfsterisp.com] has joined #ubuntu
=== ferbombo [n=fernando@66-29-235-201.fibertel.com.ar] has joined #ubuntu
=== frying_fish [n=frying_f@insouciant.plus.com] has joined #ubuntu
=== iceman24k [n=iceman@wsu33-188.rurallink.net] has joined #ubuntu
stevejesushondje I went as far and reinstalling ubuntu-destop, still no dice.  has to be in a config somewhere.07:54
=== AlexSFBay [n=grundner@c-67-169-51-174.hsd1.ca.comcast.net] has joined #ubuntu
=== AlexSFBay [n=grundner@c-67-169-51-174.hsd1.ca.comcast.net] has left #ubuntu []
rummiklspci says my card is a "VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller"... is there a known issue with it playing sounds slowly?07:54
=== EnsignRedshirt [n=wweckess@cpe-24-59-254-40.twcny.res.rr.com] has joined #ubuntu
=== PlancksCnst [n=shawn740@70.11.52.255] has left #ubuntu []
=== Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu
THX-1138stevejesus - sudo gconf-editor will give you access to at least some of the settings07:55
=== Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu
=== exs [n=exs@81-179-146-201.dsl.pipex.com] has joined #ubuntu
hondjestevejesus: hrm ... well if you want to play around with it, the gconf settings are in /apps/panel/default_setup/applets or /apps/panel/applets07:55
stevejesusno matches in gconf-editor.07:55
stevejesusthere is just no trace of 'notification area' anywhere.07:56
dennisharrison_Aguys I am having a REALLY difficult time of making a .deb that works from my source, anyone here have experience with this?07:56
=== anindya [n=anindya@c-67-172-214-31.hsd1.tx.comcast.net] has joined #ubuntu
=== TeemuR [n=teemu@e83-245-150-39.elisa-laajakaista.fi] has joined #ubuntu
=== budward [n=mike@pool-71-101-252-4.tampfl.dsl-w.verizon.net] has joined #ubuntu
=== ErikLeRouge [n=Scandina@lns-bzn-53-82-65-5-75.adsl.proxad.net] has joined #ubuntu
hondjenuke it all ;-)07:57
THX-1138hondje -lol you are ba-ad.07:57
=== synth7 [i=synth@69-164-39-165.atlaga.adelphia.net] has joined #ubuntu
dennisharrison_Awell I cleaned it07:57
=== rspoonz [i=rspoonz@ti511210a080-9354.bb.online.no] has joined #ubuntu
dennisharrison_Aconfigured without any funky options07:57
=== phaedrus44 [n=phaedrus@cpe-72-227-91-211.maine.res.rr.com] has joined #ubuntu
dennisharrison_Ajust a prefix07:57
=== tux2rox [n=tux2rox@89.35.203.68] has joined #ubuntu
dennisharrison_Aand make and make install work07:57
=== rspoonz [i=rspoonz@ti511210a080-9354.bb.online.no] has left #ubuntu []
dennisharrison_Abut when I checkinstall I get permission errors07:58
=== Clever_Nick [n=shlock@bas2-ottawa23-1128732374.dsl.bell.ca] has joined #ubuntu
dennisharrison_Ano matter if I run it as root07:58
=== darnell [n=darnell@dsl254-014-076.sea1.dsl.speakeasy.net] has joined #ubuntu
Horizonpermission errors?07:58
Horizonwhat kind?07:58
dennisharrison_Aand I even precreated the directories and chmod'ed them 777 out of frustration07:58
darnellwhat do i use to get my home folder on my desktop07:58
dennisharrison_Ahold one sec I think I got it this time ;p07:58
=== Lorvija [n=lorvija@adsl-215-238-227.kymp.net] has joined #ubuntu
Renan_s2dennisharrison_A, sudo checkinstall07:59
Renan_s2or install fakeroot07:59
Renan_s2!fakeroot07:59
ubotufakeroot: Gives a fake root environment. In component main, is optional. Version 1.5.6ubuntu2 (dapper), package size 91 kB, installed size 376 kB07:59
Horizondarnell, run gconf-editor and go to app>nautilus and there should be an option to have home folder as desktop07:59
dennisharrison_AI did it by sudo Renan_s207:59
Horizonapps>nautilus* sorry07:59
THX-1138darnell - right click on the desktop and create a link add the path to the desired folder.07:59
dennisharrison_AI even tried sudo su - then run it07:59
ompauldennisharrison_A, sudo -i if you must07:59
=== britt [n=britt@74.128.58.75] has joined #ubuntu
Horizonwait...is darnell trying to have a shortcut to his home folder on his desktop or have his home folder AS his desktop?08:00
EnsignRedshirtdennisharrison_A: For what it's worth: I have only created one .deb file ever, and I used epm: http://www.easysw.com/epm/08:00
=== tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu
hondjeHe asked what you answered, Horizon ... at least as far as I understood his q08:00
darnellas my desktop08:00
=== lux_ is now known as luX`
darnelli think i downloaded something before that did it..08:00
dennisharrison_Athanks guys looking into it08:01
=== sakobatoneko [n=sakobato@adsl-75-4-195-119.dsl.irvnca.sbcglobal.net] has joined #ubuntu
hondjedarnell: yeah, then do what Horizon said08:01
darnellk08:01
Clever_NickI have a mirror raid with hpt454 for my main hd, and ubuntu keeps seeign the drives individually,  is this a kernel issue?08:01
=== sakobatoneko [n=sakobato@adsl-75-4-195-119.dsl.irvnca.sbcglobal.net] has left #ubuntu ["Leaving"]
=== gekko` [n=gekko@p83.129.170.227.tisdip.tiscali.de] has joined #ubuntu
=== xiao212 [n=xiao212@202.197.112.1] has joined #ubuntu
=== Xorlev [n=raven@unaffiliated/xorlev] has joined #ubuntu
vijaywhat is the name of the linux app which is like the object dock thingy that mac has08:03
hondjewell, define seeing them individually. Naturally there will be two device entries and all that08:03
MrKeunerI am having problem to get sound in swf files. I know it is because their shitty binary but, is there a workaround or anything? If I change /etc/firefox/firefoxrc setting to aoss then I get constant firefox lock-ups.08:03
dennisharrison_Avijay, are you talking about the sled thing from I think suse?08:03
Clever_Nickthere is a hda and hdb08:03
vijayis there one for ubuntu08:04
vijayi have seen snapshots of ubuntu08:04
vijayin which there is this docklet in the bottom08:04
Clever_Nickwhile under windows, and bios setup....your only supposed to see 1 drive....since it is a mirror08:04
=== micahcowan [n=micah@adsl-69-236-99-89.dsl.pltn13.pacbell.net] has joined #ubuntu
vijayi want to install it .. but i dont know the name of the application08:04
=== Mkquist [i=Mkquist@h-69-3-181-20.lsanca54.dynamic.covad.net] has joined #ubuntu
linnuxxyi need these file base, base.xml, base.lst which are located in /etc/X11/xkb/rules/08:05
linnuxxyhow can i get them from the net?08:05
=== Mkquist [i=Mkquist@h-69-3-181-20.lsanca54.dynamic.covad.net] has joined #ubuntu
=== rgg [n=rgg@200-161-136-227.dsl.telesp.net.br] has joined #ubuntu
surgyI HAVE A QUESTION: whosa geek?08:05
=== willzzz [n=evilgeek@cpe-71-79-126-241.twmi.res.rr.com] has joined #ubuntu
=== jaggz- [n=brandon@dsl081-044-035.lax1.dsl.speakeasy.net] has joined #ubuntu
botxji'm not a geek08:06
botxji just like computers too much08:06
=== nocti [n=nocti@dial.dyn.151.235.surfsterisp.com] has left #ubuntu ["Bye]
hondjeI hate computers.08:06
Friohttp://www.ubuntuforums.org/showthread.php?t=258818      << can anyone help ???08:06
=== cassidy [n=cassidy@138.130-240-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu
HorizonMrKeuner, try starting firefox with "aoss firefox"08:06
Horizondoes it still lock up?08:06
botxjaoss?08:06
jaggz-how do I burn an audio cd?  can cd/dvd creator do audio?08:06
botxjwhat is this command called "aoss" ?08:06
flashpluginTHX-1138: problems solved by reinstalling the plugin thanks for your help08:06
Horizonit makes the app use aoss for sound08:07
hondjejaggz-: when you put in a blank CD, it should pop up a thing asking if you want to make an audio cd08:07
=== tux2rox [n=tux2rox@89.35.203.68] has left #ubuntu ["Leaving"]
surgyjaggz: type this in your konsole, "apt-cache search k3b"08:07
=== bean-oh [n=bean-oh@c-69-181-216-152.hsd1.ca.comcast.net] has joined #ubuntu
rggxine stopped playing mp3 here some days ago,very weird problem,i don't think i updated it or anything,i went to sleep and it was working,when i woke up it gave up mp3 files :P08:07
=== jaggz- installs graveman
jaggz-hondje, just pops up "CD/DVD Creator" which I've been successful in using to create data CDs08:07
jaggz-k3b .. ok08:07
rgghow can i solve it?downloading some other version of xine?if so,where?08:07
jaggz-waiting for aptitude to finish something08:08
botxjwhat is this command called "aoss" ?08:08
hondjejaggz-: well, run 'serpentine' by default, though lots of people love k3b for some reason08:08
=== hondje thinks it has too many buttons
=== jono [n=jono@88-107-5-110.dynamic.dsl.as9105.com] has joined #ubuntu
botxjnevermind08:08
Mkquistjaggz - never used graveman- better than k3b?08:08
THX-1138flashplugin :)08:08
Dr_WillisI tend to use k3b08:09
jribrgg: do you have libxine-extracodecs installed?08:09
rggjrib: let me see08:09
jaggz-it came and went08:09
jaggz-dunno if it's any good.. never used k3b either .. not yet08:09
Mkquistic08:09
rggjrib: yes08:09
Horizonk3b is better than graveman but graveman is probably the best option if you want a gtk app I think08:10
THX-1138jaggz - k3b is so powerful it is a bit frightening.08:10
=== moneyfirst [n=Googler@203.128.85.122] has joined #ubuntu
Horizonif you can ignore or can be bothered to change the ugly graveman icons and logos08:10
=== BanskuZ [i=BanskuZ@b-179-192.dsl.ipy.dnainternet.fi] has joined #ubuntu
jribrgg: hmm that sould let you play mp3's.  Does xineplug_decode_mad.so exist on your system?08:10
=== Dr_Willis [n=willis@74.132.83.197] has joined #ubuntu
=== richee [n=ashish@59.144.52.242] has left #ubuntu ["(http://ashishr.net]
surgyjaggs: k3b is similar to nero08:10
rggjrib: where should i look for it?08:10
Horizonbut if you don't mind qt apps too much then just run k3b...it's miles better than any of the competition08:10
jribrgg: /usr/lib/xine/plugins/1.1.2/xineplug_decode_mad.so is where I have it, but I am on edgy08:11
jaggz-graveman seems okay.. there seems to be some simplicity to it..08:11
jaggz-too much almost08:11
=== CoOlGhOsT [n=coolghos@port534.ds1-ba.adsl.cybercity.dk] has joined #ubuntu
Horizonnah, it has more functions than gnomebaker even though it seems so simple08:11
Horizonlol08:11
jaggz-http://www.ubuntuforums.org/archive/index.php/t-23440.html  View Full Version : FAQ: How do I record CD's and DVD's?08:11
jribrgg: just do 'dpkg -L libxine-extracodecs | grep decode_mad' and then see if that file exists08:11
rggjrib: yes,it exists08:11
jaggz-Description: This is a GTK2 based CD Recording application that integrates nicely with Gnome. It supports duplicating audio and data CD's, recording ISO's, and formating rewritable disks and recording audi CD's from MP3's.08:11
rggi found it "manually",if you know what i mean :P08:12
rggjrib: in /usr/lib/sine/1.1.108:12
=== sklav [n=sklav@64.235.218.42] has joined #ubuntu
rggxine*08:12
jribrgg: which do you use: xine-ui, gxine, or totem-xine?08:12
brittis there another program like banshee that is available? banshee gives me data input errors randomly08:12
dennisharrison_Aalright, got it this time im pretty sure guys08:12
rggjrib: gxine and totem-xine08:12
dennisharrison_Awho wants some gimp 2.3.11? ;p08:12
rggjrib: but my main mp3-playing application is amarok08:12
Frioproblem setting up raylink wireless card >>  http://www.ubuntuforums.org/showthread.php?t=258818  << can anyone help ???08:13
=== Alerik26 [n=Yo@83.230.235.43] has joined #ubuntu
rggjrib: that's the problem,amarok has support for nothing but xine08:13
sklavrgg, amarok supports gstreamer also08:13
jribrgg: oh, can you check that gxine is playing mp3's then?08:13
jaggz-graveman seems to have locked up08:13
rggsklav: oh,really?well,that's great08:13
=== antoxz [n=ox@87.110.38.230] has joined #ubuntu
=== POVaddct [n=chris@U91c5.u.pppool.de] has joined #ubuntu
=== Madeye [n=Jad@81.10.126.19] has joined #ubuntu
=== dxdemetriou [n=dxdemetr@dsl247.netway.com.cy] has left #ubuntu ["Ex-Chat"]
sklavinstall gstreamer amarok plugin08:14
willzzzxine is great, the backend engine decodes ltierally everything I throw at it08:14
brittgstreamer causes my banshee player to lock up08:14
Alerik26hello, anybody knows a spanish server ?????08:14
rggjrib: it doesn't "No demuxer found - stream format not recognized"08:14
britti mean have data input errors every so oftne08:14
hondjeAlerik26: #ubuntu-es08:14
=== Yasuo [n=Yasuo@dslb-088-072-198-125.pools.arcor-ip.net] has joined #ubuntu
=== Jester [n=Jester@unaffiliated/jester] has joined #ubuntu
SillyZwhats the difference between the ubunut cdrom and the dvdrom ?  more packages locally i assume but thought id ask08:14
rummikhey, i'm having trouble with the sound on here, it seems to be playing everything about 1/2 the speed it should, which makes the voices sound deep and movies studder.08:14
Alerik26thanks hondje08:14
=== Jester [n=Jester@unaffiliated/jester] has left #ubuntu []
=== POVaddct [n=chris@U91c5.u.pppool.de] has left #ubuntu []
Horizonlol in gnome cvs banshee w/ plugins is better than amarok if you can learn to use the search-as-you-type instead of a library browser08:14
=== g-nome [n=chatzill@217-162-108-2.dclient.hispeed.ch] has joined #ubuntu
=== Raven [n=raven@66.243.195.111] has joined #ubuntu
rggsklav: gstreamer amarok plugin?where?08:14
sklavrummik, check that dma is enabled08:15
jaggz-ooh.. it's burning08:15
jaggz-thanks bubs08:15
=== jaggz- [n=brandon@dsl081-044-035.lax1.dsl.speakeasy.net] has left #ubuntu []
=== Alerik [n=Yo@83.230.235.43] has joined #ubuntu
rummiksklav: how do i do that?08:15
brittbanshee keeps popping up errors for me08:15
sklavhdparm is what i use08:15
=== lewix [n=lewix@129.49.7.102] has joined #ubuntu
brittcompletly randomly its wierd08:15
sklavhdparm -d 1 /dev/hda for example08:15
hondje /etc/hdparm.conf for persistent settings08:16
sklavrgg use synaptic and search for amarok08:16
sklavu will see a gstreamer plugin for it08:16
Alerikhondje, how can I to go spanish city ????08:16
lewixI had a issue with the gnome screensaver so I disabled it so that xscreensaver is the default screensaver however , when my computer idle for a long time it freeze08:16
=== EvilGrin [n=gking@80-193-144-85.cable.ubr01.pres.blueyonder.co.uk] has joined #ubuntu
lewixany idea?08:17
brittso how would i fix my errors with banshee08:17
=== janbatisuto [n=jeanbapt@lns-bzn-35-82-250-209-154.adsl.proxad.net] has joined #ubuntu
brittuse a different plugin for audio08:17
sklavlewix, that usually happens when your computer goes into sleep mode08:17
britti already upgraded08:17
sklavdo you have acpi enabled in the bios?08:17
=== Alerik26 [n=Yo@83.230.235.43] has left #ubuntu ["Abandonando"]
lewix?08:18
=== Alerik [n=Yo@83.230.235.43] has left #ubuntu ["Abandonando"]
=== Paddy_EIRE [n=patrick@host81-155-34-210.range81-155.btcentralplus.com] has joined #ubuntu
lewixit's the first time it happens for me sklav08:18
rummiksklav: it's not just movies, it's *everything* that has slow sound, like streaming audio from internet radio stations08:18
Paddy_EIREhow do i clear the terminal history08:18
=== IndridCold [n=l0mega@d57-165-166.home.cgocable.net] has joined #ubuntu
Dr_Willistry the 'history' command yet? :P08:18
=== TeemuR [n=teemu@e83-245-150-39.elisa-laajakaista.fi] has left #ubuntu []
sklavrummik, it sounds like a dma issue08:18
Paddy_EIREnice one08:18
Paddy_EIREdoh08:18
phaedrus44any advice on booting ubuntu on an external usb hd08:19
phaedrus44?08:19
=== Alerik26 [n=Yo@83.230.235.43] has joined #ubuntu
IndridColdHey, I am new to this Linux thing, and was wondering if anyone could help me out with getting my time off Military, and back to the normal AM/PM08:19
britti dont trust USB for booting anything08:19
=== Raven is now known as Xorlev
sklavIndridCold, right click on the time and set it to 12 hour08:19
jbroomeIndridCold: right click on the clock and go to preferences.  change to 12 hr08:19
=== vishah [n=vishah@220.226.37.149] has joined #ubuntu
rmdIndridCold: right click the clock and goto preferences08:19
jbroomedamn, too slow08:19
rmdwoops08:19
sklav;)08:19
XorlevHas anyone else experienced their ipw2200 wireless cards stop associating after the latest kernel update yesterday?08:19
rummiksklav: it's just audio stuff and it was working perfectly from the cd, and last night aswell, so i don't think it's dma08:20
phaedrus44im not worried about trust...just trying to figure it out08:20
sklavjbroome, i cut a corner08:20
=== lmosher [n=lmosher@c-68-50-234-80.hsd1.md.comcast.net] has joined #ubuntu
Dr_Willisphaedrus44,  that "Ubuntu hacks" book has a chapter on doing exactly that.. and its somewhat detailed08:20
=== Mega190 [n=megani@87.226.51.10] has joined #ubuntu
IndridColdAh HA! Thanks you muchly!08:20
phaedrus44cool thanks Dr_Willis08:20
sklavrummik, what is the load average?08:20
=== brownie [n=brownie@c-68-46-136-171.hsd1.pa.comcast.net] has joined #ubuntu
=== Nilvio [n=nilvio@dsl-tregw3-fe40f800-62.dhcp.inet.fi] has joined #ubuntu
rummiksklav: 5%08:20
sklavhum08:20
=== FirstStrike [i=First@66-53-21-49.lvgs.mdsg-pacwest.com] has joined #ubuntu
sklavhave you rebooted since?08:20
rummiksklav: yeah, few times08:21
=== brownie [n=brownie@c-68-46-136-171.hsd1.pa.comcast.net] has joined #ubuntu
botxjsince i have 64 bit ubuntu, is there a way to get 32 bit firefox from the ubuntu appget database?08:21
rggsklav: i can't find any gstreamer for amarok,only xine and arts08:21
Frioproblem setting up raylink wireless card >>  http://www.ubuntuforums.org/showthread.php?t=258818  << can anyone help ???08:21
=== h4ch3r [n=CaRlOsRe@201008244041.user.veloxzone.com.br] has joined #ubuntu
sklavwhat changes did you make... example did you install anything08:21
botxjor will i have to compile 32 bit firefox myself using "linux32" ?08:21
rggsklav: but arts won't install because i'm using amarok 1.42 and it's for amarok 1.3908:21
sklavrgg do you have universe enabled?08:21
JosefKbotxj: https://wiki.ubuntu.com/DebootstrapChroot?highlight=%28chroot%2908:22
lmosherbotxj, there is a 32-bit firefox in the deb package system08:22
botxjthank you JosefK, and lmosher08:22
rggsklav: wow,i didn't08:22
lmosherbotxj, I'm on 32 bit now, but I belive it was called firefox3208:22
sklavlmosher, i think by default firefox is 32bit08:23
lmoshersklav, nope08:23
lmoshersklav, at least when I isntalled 64-bit the firefox is 64bit, and you need 32 bit to get thigns like flash to work08:23
Horizondoesn't 64-bit automatix do the 32-bit firefox installation or am I mistaken?08:23
sklavah ok08:23
JosefKlmosher: it's not in the universe/multiverse, do you have a different repository enabled for it?08:23
rummiksklav: would dma be an issue with on board sound?08:23
lmosherthat wouldn't surprise me Horizon.. though I don't know. the only thing "missing" from the 64-bit version is flash08:23
davvsis it possible to get MS Word working with wine in ubuntu?08:23
sklavrummik, yes because it reading it from the hdd08:24
lmosherJosefK, I'm honestly not sure, I remember searching for "flash in 64 bit" or something like that and found something about it on google...08:24
Bvlaarhey, anyone here good at operating synergy on ubuntu?08:24
=== BiGcaT [n=Perl@84-12-164-122.dyn.gotadsl.co.uk] has joined #ubuntu
sklavand if your doing anything else you will notice stuttering and slowdowns08:24
=== Topkla [n=k@blk-89-214-57.eastlink.ca] has joined #ubuntu
kmartenshellow08:24
kmartensi have question08:24
=== rixxon [n=rixxon@norrkoping-79-122.skbbip.com] has joined #ubuntu
=== M3t4ll1k0 [n=lokoloko@cm142181.red.mundo-r.com] has joined #ubuntu
sklavwe might have answers08:25
sklav;)08:25
TopklaDCC SEND 00000000000000000000008:25
=== GaiaX11 [n=vagner@200.199.36.238] has joined #ubuntu
rummiksklav: so, half speed sound being a constant would be dma then? even for internet radio?08:25
lmosherwee08:25
=== roe [n=roe@209.183.190.62] has joined #ubuntu
=== mfuentes [n=mario@200.54.6.1] has joined #ubuntu
=== queuetue [n=scott@MTRLPQ02-1177745854.sdsl.bell.ca] has joined #ubuntu
kmartensthis is the first time i installed ubuntu...08:25
=== Kill_X [n=Kill_X@p54A1E0E4.dip.t-dialin.net] has joined #ubuntu
=== Ramunas [n=Ramunas@85.206.235.58] has joined #ubuntu
=== Dr_Willis hands kmartens a gold star.
=== eggzeck [n=exec@cpe-66-65-31-234.nyc.res.rr.com] has joined #ubuntu
=== es0x [n=ov@M213P021.dipool.highway.telekom.at] has joined #ubuntu
sklavrummik, from experience yes as for internet radio its buffered on the hdd also08:25
=== Nd_ [n=bprior@82-37-153-86.cable.ubr01.wals.blueyonder.co.uk] has joined #ubuntu
lmosherkmartens, what's the question?08:25
=== btorch_ [n=btorch@c-66-176-91-5.hsd1.fl.comcast.net] has joined #ubuntu
Frioproblem setting up raylink wireless card >>  http://www.ubuntuforums.org/showthread.php?t=258818  << can anyone help ???08:25
=== kupesoft [n=kupesoft@72.0.201.1] has joined #ubuntu
=== corporate [n=corporat@n163s180.ntc.blacksburg.shentel.net] has joined #ubuntu
=== Abst [n=loser@212-1-145-104.dynamic.dsl.as9105.com] has joined #ubuntu
=== lakcaj [n=lakcaj@70.53.65.197] has joined #ubuntu
=== brosnan [n=kbrosnan@ip68-14-87-25.ri.ri.cox.net] has joined #ubuntu
=== winXperts [n=winXpert@ip70-171-63-240.ga.at.cox.net] has joined #ubuntu
rummiksklav: ok, i'08:26
=== ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu
=== Montag_ [n=matt@c-24-127-107-178.hsd1.ca.comcast.net] has joined #ubuntu
kupesoftthere's Ubuntu Christian Edition - I propose a new fork called JEWBUNTU!!!!08:26
sklavtry from a command line hdparm -d1 /dev/hda08:26
=== mar_cus [n=marcus@c80-217-91-17.cm-upc.chello.se] has joined #ubuntu
rummikll follow the wiki on setting it up then08:26
=== Pinguinito [i=ircap8@r201-217-137-62.dialup.adsl.anteldata.net.uy] has joined #ubuntu
kmartensbut while starting up (live cd ofe something) while theconfig power management he give's an error:08:26
phaedrus44Dr_Willis:   cant seem to find the article on boot usb hard drive08:26
Dr_Williskupesoft,   gee... do i even want to google for that.08:26
BvlaarYo could someone help me set up a synergy client ???08:26
sklavsudo hdparm -d1 /dev/hda or sda08:26
=== motin [n=motin@c80-217-109-185.cm-upc.chello.se] has joined #ubuntu
=== spb [i=spb@gentoo/developer/spb] has joined #ubuntu
=== motin_ [n=motin@c80-217-109-185.cm-upc.chello.se] has joined #ubuntu
kmartensunable to lcate RSDP08:26
Xorlevrummik: Generally wouldn't be too much of a problem, considering 192kbps (max stream kbps I use) is far less than even the HDD in PIO mode.08:26
Dr_Willisphaedrus44,  in the ubuntu hacks book? it was one of the first ones.08:26
=== decherdt [n=decherdt@ppp-70-129-183-55.dsl.rcsntx.swbell.net] has joined #ubuntu
=== dev [n=dev@jfkew.plus.com] has joined #ubuntu
=== Pinguinito [i=ircap8@r201-217-137-62.dialup.adsl.anteldata.net.uy] has left #ubuntu []
Dr_WillisBvlaar,  read the syngery docs yet? you  edit the syntegy config file and define the layout there.. then be sure to kill/restart the syngery server.08:27
Jamminpotatois knot 3 stable enough for normal desktop usage?08:27
=== Horizon is now known as Hor|zon
=== Znero [n=znero@p54B1FA3D.dip.t-dialin.net] has joined #ubuntu
=== schmity [n=JollySch@c-68-35-12-244.hsd1.nm.comcast.net] has joined #ubuntu
Jamminpotatois knot 3 stable enough for normal desktop usage?08:27
Hor|zonwhether it's stable now or not, I'd say wait for the release candidate08:27
BvlaarDr_Wills, yes I have I am curious to how to get to the configure file?08:28
jrib!edgy08:28
ubotuedgy is the current development version of Ubuntu. Version 6.10, codename "Edgy Eft". For support head to #ubuntu+1. For its release schedule, see !schedule08:28
kupesoftAlright, I'm making jewbuntu... who's helping?08:28
botxj!edgy08:28
XorlevBvlaar: You create it from scratch08:28
=== aeon17x [n=aeon17x@58.69.180.90] has joined #ubuntu
botxjhey, how come i cant do that?08:28
botxjlol08:28
kmartensthat error stands by acpi ore something, and i don't think that that pc has acpi08:28
=== budward [n=mike@pool-71-101-252-4.tampfl.dsl-w.verizon.net] has left #ubuntu []
=== marcels [n=marcel@mstoop.xs4all.nl] has joined #ubuntu
=== dev is now known as lekikui
lmosherbotxj, http://www.ubuntuforums.org/showthread.php?p=1174435 <--- How to install firefox3208:28
jribbotxj: he doesn't repeat things so soon08:28
botxjah, smart bot08:28
=== mwe [n=mwe@unaffiliated/mwe] has joined #ubuntu
rummiksklav: i just enabled dma for the drive the linux partition and swap space is on, still the same problems...08:29
kmartenssow any possibility for disabling search for acpi?08:29
mweeh08:29
Jamminpotato!schedule08:29
ubotuUbuntu uses a strict timetable for releases, which means that sometimes newly released programs miss the timetable. See https://wiki.ubuntu.com/TimeBasedReleases for more. Edgy schedule: https://wiki.ubuntu.com/EdgyReleaseSchedule08:29
sklavrummik, did you mess with any audio settings example alsa?08:29
=== MMD is now known as MMD-
=== ompaul [n=ompaul@ubuntu/member/ompaul] has joined #ubuntu
GaiaX11A friend of mine came here and tried do access his company PHP database through my ubuntu and he couldn't. Then he started talking badly about my linux and boasting about his WinXP. So, Why didn't he managed to access his database. Would be it because i also need to install PHP in my ubuntu?08:29
dennisharrison_Aoh my god08:29
dennisharrison_Asurgy, WTF are you doing?!08:29
lmosherthe humanity!!!!08:29
JamminpotatoHor|zon, why wouldnt you use knot 3, isnt knot an rc or is it beta08:29
dennisharrison_Astop spamming me danmit08:29
=== Fitzz [i=greatmal@shell.evtek.fi] has joined #ubuntu
rummiksklav: not that i know of...i've been installing codecs today, though08:29
=== AnMaster [n=AnMaster@unaffiliated/anmaster] has joined #ubuntu
Hor|zonJamminpotato, it's beta08:30
JamminpotatoHor|zon, but its pretty close to being an rc08:30
sklavrummik, can it be a conflict with codecs?08:30
=== Renan_s2 [n=Renan@201.22.193.5.adsl.gvt.net.br] has joined #Ubuntu
=== wd3 [n=wd@adsl-75-22-79-140.dsl.irvnca.sbcglobal.net] has joined #ubuntu
lmosherJosefK, Or was it you that wanted to isntall firefox32? I forget :/08:30
Hor|zonJamminpotato, it doesn't get released for over a month...a lot happens in the last month of ubuntu betas08:30
=== chinoke [n=ascii@83.229.110.249] has joined #ubuntu
mfuentesExists a channel where to talk about compiz+ubuntu?08:30
=== kkaisare [n=kkaisare@61.8.140.20] has joined #ubuntu
=== _TomB [n=tomb@host217-44-1-35.range217-44.btcentralplus.com] has joined #ubuntu
jrib!xgl08:30
ubotuCompiz (compositing (window) manager) and XGL (Xserver architecture layered on top of OpenGL) howto at http://help.ubuntu.com/community/CompositeManager XGL+compiz help in #ubuntu-xgl  See http://tinyurl.com/pw5ez for Kubuntu systems08:30
=== jwtodd [n=james@adsl-67-113-25-210.dsl.snfc21.pacbell.net] has joined #ubuntu
Frioproblem setting up raylink wireless card >>  http://www.ubuntuforums.org/showthread.php?t=258818  << can anyone help ???08:30
lmoshermfuentes, #ubuntu-xgl is a good channel or jsut #xgl08:31
rummiksklav: i don't think so, i've installed the same codecs that i have on my laptop08:31
=== Alerik26 [n=Yo@83.230.235.43] has joined #ubuntu
mfuenteslmosher, thanks08:31
=== rexbron [n=rexbron@66-207-222-14.beanfield.net] has joined #ubuntu
sklavrummik, im at a loss somewhat08:31
=== mfuentes [n=mario@200.54.6.1] has left #ubuntu ["Abandonando"]
=== willzzz [n=evilgeek@cpe-71-79-126-241.twmi.res.rr.com] has left #ubuntu ["Leaving"]
XorlevFrio: Spamming won't help.08:32
rummiksklav: do you know how i would change the sound output settings? because that sounds like the problem08:32
=== lmosher spends 80% of this time 90% lost
sklavunder preferences there is an option fro sound08:32
=== Gumby [n=gumby@unaffiliated/gumby] has joined #ubuntu
=== fish1209_ [n=fish1209@0015e9782573.click-network.com] has joined #ubuntu
sklavexact location i cannot tell you as im testing novell at the moment08:32
sklav:|08:33
=== infidel [n=ecc@p1075-ipbf09okidate.aomori.ocn.ne.jp] has joined #ubuntu
rummiksklav: ah, ok08:33
Hor|zonJamminpotato, if you're experienced or want to gain experience with ubuntu though I'd say go for it...just don't complain when you don't have a desktop some evenings =_= unless you can fix it yourself that is08:33
infideli'm sacred.08:33
infideli'm sacred. to upgrade, i have everything working good. any advice.08:34
Bvlaarcould anyone help me find the rite CONFIG file for synergy-1.2.808:34
Frioproblem setting up raylink wireless card >>  http://www.ubuntuforums.org/showthread.php?t=258818  << can anyone help ???08:34
=== themachine [n=pinkpant@pool-70-20-42-226.man.east.verizon.net] has joined #ubuntu
=== debugger_ [i=Rui@217.129.151.190] has joined #ubuntu
themachinewhich lisp implementation is good on ubuntu?08:35
=== Alerik26 [n=Yo@83.230.235.43] has left #ubuntu ["Abandonando"]
=== DualC [n=M@81-226-219-97-no38.tbcn.telia.com] has joined #ubuntu
=== deuce868 [n=deuce868@c-68-42-84-176.hsd1.mi.comcast.net] has joined #ubuntu
=== AnMaster [n=AnMaster@unaffiliated/anmaster] has left #ubuntu ["Leaving"]
=== rbu [n=rbu@unaffiliated/rbu] has joined #ubuntu
=== yarddog_ [n=kibozo@unaffiliated/yarddog] has joined #ubuntu
jribinfidel: upgrade from what to what?08:35
rbuhi everyone08:35
DualCHi everyone, how become i cant install GRUB .. on Ubuntu 6.06-1 ??08:36
=== meralon [n=meralon@p508E8B4D.dip0.t-ipconnect.de] has joined #ubuntu
infideljrib: there serveral packages in my updates, like wine, kernel, compiz08:36
rbui've got a question about ubuntu cd shipping (from shipit.ubuntu.com) -> who is responsible for the shipment?08:36
=== rummik [n=ka3rvl@plns-216-222-254-204-pppoe.dsl.plns.epix.net] has left #ubuntu []
=== Test_ [n=michaelm@bas1-toronto02-1177911623.dsl.bell.ca] has joined #ubuntu
=== Lil_Shank [n=Shank@70-58-134-181.bois.qwest.net] has joined #ubuntu
infideljrib: and fglrx08:36
Lil_Shankwhat do i do with a .patch file?08:37
rbuas in: is this done by Canonical and their employees and do they pay for that08:37
jribinfidel: if you are using official repositories, you should not have a problem08:37
jribLil_Shank: man patch, usually patch -p0 < file.patch08:37
infideljrib: should being the keyword08:37
=== gray_fox [n=Frank@host160-47-dynamic.57-82-r.retail.telecomitalia.it] has joined #ubuntu
Test_Hello, I need to install a package for which the post-install script fails, but this is fine as all that configuration is already done. I just need dpkg to skip this. what's the switch I need to pass to dpkg?08:37
=== Test_ is now known as Mersault
Hor|zonLil_Shank, you patch source code with it08:38
Hor|zon=_=08:38
Hor|zonwith the patch command08:38
DualCI have tried, to install DVD dist of 6.06-1 for about 5 times now.. and it stops at GRUB install all da times.... :/08:38
=== bluebuntux [n=bluegrin@tmo-110-1.customers.d1-online.com] has joined #ubuntu
xjonexhi, i have problems with msi megasky 580 digital tv tuner, anyone who has got it work with ubuntu?08:38
Lil_Shankwhat about when it says it cant find the file to patch?08:38
jribLil_Shank: what are you trying to do?08:39
Hor|zontry using Np1 if you were using Np0 or viceversa08:39
Hor|zonLil_Shank08:39
dennisharrison_Auhmm08:39
Lil_ShankI'm trying to get drivers for my scanner so i can use it08:39
Lil_ShankI found this but its in a .patch form and i dont have the file it is supposed to patch08:40
=== pradeep [n=pradeep@59.92.97.77] has joined #ubuntu
jrib!scanner08:40
ubotuScanning software: XSane, the gimp, Kooka. For instructions see https://help.ubuntu.com/community/ScanningHowTo and to see supported hardware: https://wiki.ubuntu.com/HardwareSupportComponentsScanners08:40
dennisharrison_Ahow many people here want gimp-2.3.11 (dev branch for 2.4) I think it closes the gap on photoshop?08:40
jribLil_Shank: maybe those can help?08:40
dennisharrison_Apm me for download link08:40
Lil_Shankill read em08:40
Lil_Shankthanks08:40
DualCAnyone...08:41
=== wd3 [n=wd@adsl-75-22-79-140.dsl.irvnca.sbcglobal.net] has joined #ubuntu
DualCwanna help me. ?08:41
=== Vai0Sale [n=megani@d58-105-136-151.dsl.nsw.optusnet.com.au] has joined #ubuntu
=== tjb891 [n=trev@cpe-72-224-73-47.nycap.res.rr.com] has joined #ubuntu
botxjwhat's a good site to get GNOME themes so i can trick it out?08:41
=== EVRAMP [n=EVRAMP@g225.ol.ntw.fcanet.cz] has joined #ubuntu
=== EnsignRedshirt [n=wweckess@cpe-24-59-254-40.twcny.res.rr.com] has left #ubuntu []
JosefKbotxj: art.gnome.org08:42
botxjty08:42
tjb891what is the  HP printing and imaging system?08:42
Hor|zonfor hp printers and cameras?08:42
=== ceari [n=689_fant@HSI-KBW-085-216-077-234.hsi.kabelbw.de] has joined #ubuntu
=== schmity_ [n=JollySch@c-68-35-12-244.hsd1.nm.comcast.net] has joined #ubuntu
tjb891ok08:42
tjb891so i can turn it off if i don;t have one right08:42
Hor|zonyeah, I did08:42
jribbotxj: gnome-look.org as well08:43
tjb891thx08:43
botxjok, jrib08:43
botxjjust like kdelook.org right?08:43
jribbotxj: yeah08:43
=== rbu [n=rbu@unaffiliated/rbu] has left #ubuntu ["Time]
MersaultHow do I tell dpkg to skip configuration for a package?08:43
=== Android [n=Android_@85-210-157-208.dsl.pipex.com] has joined #ubuntu
xjonexDualC, Do you have some virus protection on  in your computer's BIOS, it's prevents to write in boot sector...08:43
Gamekillerwhat the preferred way of updating PATH in ubuntu or more so the easiest08:44
XorlevHas anyone else experienced their ipw2200 wireless cards stop associating after the latest kernel update yesterday?08:44
BlissexMersault: tell it not to run scripts. 'man dpkg'08:44
tjb891in bum does anyone know what  a horisontal line mean in the running columns?08:44
JosefKMersault: camus reader?08:44
=== mkquist_ [n=michael@h-69-3-181-20.lsanca54.dynamic.covad.net] has joined #ubuntu
botxjis compiz like gnome or is it it's own desktop system?08:45
MersaultBlissex: I've been searching the man page, but I can't find the switch. I'm probably just missing it...08:45
tjb891bum!08:45
=== deuce868 [n=deuce868@c-68-42-84-176.hsd1.mi.comcast.net] has joined #ubuntu
=== gray_fox [n=Frank@host160-47-dynamic.57-82-r.retail.telecomitalia.it] has joined #ubuntu
=== Dr_Willis [n=willis@74.132.83.197] has left #ubuntu ["Leaving"]
=== strangy [n=strangy@83-131-143-46.adsl.net.t-com.hr] has joined #ubuntu
=== mwe [n=mwe@unaffiliated/mwe] has joined #ubuntu
=== MattJ [n=chatzill@88-111-151-217.dynamic.dsl.as9105.com] has joined #ubuntu
botxjis compiz like gnome or is it it's own desktop system?08:46
Hor|zonbotxj, compiz is a replacement for metacity08:47
=== sonarbill [n=bill@c-68-35-133-8.hsd1.nm.comcast.net] has joined #ubuntu
Hor|zonnot gnome08:47
dennisharrison_Ahttp://www.theabsoluteit.com/gimp/gimp-2.3.11-ubuntu.tar.gz08:47
dennisharrison_Aok its up08:47
dennisharrison_Aplease grab it and test it for me08:47
Hor|zonmetacity = window manager08:47
Hor|zongnome = desktop environment08:47
mwe!gaim208:47
ubotuPackages for Gaim 2 beta 3 can be found via https://lists.ubuntu.com/archives/ubuntu-users/2006-April/072721.html08:47
botxjso what does gnome or kde use as a window manager?08:47
Hor|zongnome uses metacity by default and kde uses kwin08:47
=== tjb891 [n=trev@cpe-72-224-73-47.nycap.res.rr.com] has joined #ubuntu
Hor|zonbut you can replace kwin or metacity with compiz if you like08:48
botxjhow do i get window movement as fluid as that, that comes in windows?08:48
Hor|zonyou can have kwin in gnome even08:48
dennisharrison_Awould anyone mind see'ing that the .deb file I made works for them? it won't overwrite your current gimp08:48
Hor|zonbotxj, window movement fluid? what do you mean?08:48
=== MetaMorfoziS [n=sajt@dsl54007ED3.pool.t-online.hu] has joined #ubuntu
=== Entregar [n=F@ip70-174-151-156.dc.dc.cox.net] has joined #ubuntu
=== xevil [i=mageerc@host-216-77-194-92.jan.bellsouth.net] has joined #ubuntu
hondjeprobably means without the ugly redrawing :-(08:49
botxjyeah! the ugly redrawing08:49
Hor|zonlol are you using metacity?08:49
drumlinedennisharrison_A: that's probably a bit much to ask..   do you have a second box to test with?08:49
hondjehehe :) Only solution to that is to use something like compiz and all that eye candy08:49
botxjat some point ugly redrawing happens in windows when i have too much windows open and the GDI objects get used up08:49
dennisharrison_Adrumline, yeah it works on both here,08:49
drumlinedennisharrison_A: good sign.  :)08:49
botxjso i always thought having a 3D desktop would free me from that08:49
dennisharrison_Adrumline, just wanted to see if it works for someone else too ;p08:49
hondjeyeah, that fixes it :)08:50
botxjso that's why i'm pumped for XGL and Vista08:50
=== Nilvio [n=nilvio@dsl-tregw3-fe40f800-62.dhcp.inet.fi] has joined #ubuntu
dennisharrison_Abesides gimp2.3 has some niceities 2.2 is missing08:50
Gumbylmao @Vista08:50
dennisharrison_Aand I spent like 2 hours getting it installed :)08:50
Gumbybotxj: sure, if you want to run a $500 video card08:50
botxji have a Radeon 980008:50
Gumbybotxj: xgl/compiz works with a $50 video card08:50
Gamekillerwhat file should i update to add a new dir to $PATH08:50
Gumbybotxj: thats not going to be good enough for full effects in vista08:50
botxjwith fglrx installed08:50
Gamekillerperm08:51
Gamekillernot like export08:51
botxji know, but will it be enough for XGL?08:51
BlissexMersault: oops, I must have imagined it. Just unpack the '.deb' with 'ar' and then unpack the '.tar.gz' inside it as an alternative.08:51
Gumbybotxj: it'll be plenty08:51
=== Entregar [n=F@ip70-174-151-156.dc.dc.cox.net] has left #ubuntu ["Leaving"]
=== karl_ [n=travis@207.53.228.210] has joined #ubuntu
mkquist_Gumby - uve tried xgl/compiz?08:51
botxji'm going to buy a new system for vista by december08:51
hondjeShould be fine, my fx5200 is just fine08:51
Gumbymkquist: yes08:51
Gumbymkquist: I am running it right now on a mobile radeon08:51
=== tyan [n=tyan@81.170.237.158] has joined #ubuntu
mkquist_Gumby - no probs?08:51
Gumbymkquist: none08:51
XorlevARRGH I hate Ubuntu's updates. The major packages always break something. This latest kernel upgrade managed to at first stop my wireless card from not working at all, then after reinstalling the ipw2200 firmware/kernel module and the ieee80211 package it was recognized, but won't associate. Anyone else run into this?08:51
mkquist_Gumby - u know requirements?08:52
=== teThys [n=jfranji@83-131-13-145.adsl.net.t-com.hr] has joined #ubuntu
drumlinedennisharrison_A: I understand...   .deb files, as a general rule, should only be run from trusted sources.  Asking your friends who trust you is probably the best bet.08:52
MersaultBlissex: problem is, other packages I want to install will require that this package be configured. I've already run the config for this package though, which is why the script is failing. I just need dpkg to pretend that it successfully completed the configuration.08:52
Gumbymkquist: hardware? software?  they are available online08:52
dennisharrison_Aim the only one not using osx or suse ;p08:52
=== debugger [i=Rui@217.129.151.190] has joined #ubuntu
mkquist_Gumby - ill check, hardware...08:52
=== caplink811-log [n=caplink8@dslb-088-073-134-165.pools.arcor-ip.net] has joined #ubuntu
=== admin_ [n=admin@ool-182df57d.dyn.optonline.net] has joined #ubuntu
botxji have a 2560x1024 desktop, dual monitor, single frame buffer, where can i get nice wallpapers for a resolution like that?08:53
admin_say i have a named text, and its a backup for the file named work, and say work gets corrupted, how do i replace work with text via command line?08:53
admin_*a file named text08:53
=== sonarbill [n=bill@c-68-35-133-8.hsd1.nm.comcast.net] has left #ubuntu ["Leaving"]
=== joshmoore [n=josh@p213.54.187.30.tisdip.tiscali.de] has joined #ubuntu
=== Alpha-Toxic [n=petko@212.91.177.143] has joined #ubuntu
=== BubblegumGirl [n=paul@host86-140-126-203.range86-140.btcentralplus.com] has joined #ubuntu
Gumbyadmin_: the command you want to use is mv08:53
admin_ok08:53
Gumbyadmin_: or even cp08:53
admin_cp is copy?08:54
Gumbyyes08:54
=== sixhat [n=david@87-196-201-98.net.novis.pt] has joined #ubuntu
admin_i rather use mv08:54
admin_ok, thx08:54
Gumbymv = move.  windows exivalent to rename08:54
BubblegumGirlHello, does anyone know if there is an easy way to configure Apache, like a gui or webpage?08:54
Gumbyequivalent08:54
GumbyBubblegumGirl: you can install webmin, it has apache modules08:54
BvlaarYo anyone here know wat config to open up,  for synergy08:54
=== mumbles is now known as mumbles-party
BubblegumGirlI am a bit of a nebie Gumby, is that hard to do?08:55
BubblegumGirlnewbie08:55
GumbyBvlaar: man synergy should tell you.  google will also.  its probably something like synergy.conf08:55
GumbyBubblegumGirl: not if you are patient :)08:55
BubblegumGirlDo I have to compile and stuff, before I dont know how to do that08:55
Gumbyyou might have to compile webmin.  not sure if there is an ubuntu package for it.08:56
=== Leirez [n=ubuntu@201.47.208.128.adsl.gvt.net.br] has joined #ubuntu
=== terry_ [n=terry@ACBFAD81.ipt.aol.com] has joined #ubuntu
Hor|zonwasn't webmin removed from the repositories?08:56
BvlaarGrumby, there are at least 5 configs08:56
GumbyBubblegumGirl: http://ubuntuforums.org/archive/index.php/t-7507.html08:56
BlissexMersault: ahhh that requires a bit more gimmikry08:56
DarkAuditGumby: Webmin packages for Debian and Ubuntu no longer exist08:56
JosefK!webmin08:56
ubotuwebmin is no longer supported in Debian and Ubuntu. Please avoid using it.08:56
tuxmaniac!ubuntu08:57
ubotuUbuntu 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.com and http://wiki.ubuntu.com/UbuntuHowCome08:57
tjb891for some reason hdparm on my machine is turned off, should i turn it back on?08:57
BlissexMersault: just rename the offending script in '/var/lib/dpkg' so something else.08:57
BubblegumGirlI shall check it out Gumby :)08:57
=== Snow_Shelter [n=stepmani@ppp-216-106-107-49.storm.ca] has joined #ubuntu
Snow_Shelterhello08:57
hondjetjb891: 'turned off'? hdparm should only run once08:57
BubblegumGirlThank you gumby :)08:57
Snow_Shelterdoes anyone know how I can get wget to download all the links off a page including any images that may be linked off of any of the pages I've sent it to download08:57
=== wobster [n=jan@p50926F13.dip.t-dialin.net] has joined #ubuntu
=== zax1 [n=chatzill@62-249-211-100.adsl.entanet.co.uk] has joined #ubuntu
tjb891it is a service which is deativated, is this ok I mean? (i did not deativate it)08:58
Gumbyhdparm is a service?08:58
BlissexMersault: something like 'cd /var/lib/dpkg/info; mv -i dpkg.postinst dpkg.postinst.off'08:58
=== njan [n=james@about/security/staff/njan] has joined #ubuntu
Hor|zonhdparm shouldn't be activated should it?08:58
Xorlevhttp://www.ubuntuforums.org/showthread.php?t=258845 - Can someone help me with my IPW2200 issue after the latest kernel upgrade?08:58
=== rexbron [n=rexbron@216.126.75.146] has joined #ubuntu
wobsterHi everyone. I recently installed ubuntu server edition and I'd like to have its source. But there's no specific server-source package. How can I manage to build modules for the running kernel without having the correct sources?08:59
MersaultBlissex: thanks! that worked like a charm!08:59
=== Shoiabsafdar [n=Ghumman@202.69.44.73] has joined #ubuntu
BlissexSnow_Shelter: the 'man wget' manual page has examples.08:59
=== mode/#ubuntu [+o ompaul] by ChanServ
=== mode/#ubuntu [-o ompaul] by ChanServ
=== mode/#ubuntu [+o ompaul] by ChanServ
=== mode/#ubuntu [+b *!*@cpe-66-65-31-234.nyc.res.rr.com!#ubuntu-read-topic] by ompaul
=== han2 [i=hantu@60-241-200-159.static.tpgi.com.au] has joined #ubuntu
=== mode/#ubuntu [-o ompaul] by ChanServ
GumbyXorlev: can you connect without wep?09:00
=== hilde [n=hilde@softbank219037164124.bbtec.net] has joined #ubuntu
tjb891if I turn off a service with bum  will it turn back on when it is neededif i use the program it is needed for?09:00
=== tux2rox [n=tux2rox@89.35.203.68] has joined #ubuntu
Hor|zonlol so the ops hide in here?09:00
Snow_ShelterBlissex: I've already done that, and as far as I can tell, wget is supposed to be fetching all images linked from the webpages, and converting them to local links09:00
=== jman8888 [i=Admin@cpe-24-166-105-153.neo.res.rr.com] has joined #ubuntu
jman8888!freedomtoaster09:00
ubotuSorry, I don't know anything about freedomtoaster - try searching on http://bots.ubuntulinux.nl/factoids.cgi09:00
XorlevGumby: Give me a sec...09:00
ladydoortjb891: you can turn it back on with bum09:00
BlissexMersault: OK, remember to rename it back, just in case....09:00
jman8888Did anybody hear of the freedom toaster?09:00
jman8888Google it.09:00
BlissexSnow_Shelter: sure, so what's the problem?09:00
GumbyHor|zon: thats quite common on freenode.  its recommended that the ops apear as regular users so it doesnt start authority figure type conflicts.09:01
=== tux2rox [n=tux2rox@89.35.203.68] has left #ubuntu ["Leaving"]
=== meralon [n=meralon@p508E8B4D.dip0.t-ipconnect.de] has left #ubuntu []
Snow_ShelterBlissex: it doesn't download the images, and I'm left with broken links09:01
=== mmm [n=Android_@81-178-80-139.dsl.pipex.com] has joined #ubuntu
=== mode/#ubuntu [+o ompaul] by ChanServ
=== brosnan [n=kbrosnan@ip68-14-87-25.ri.ri.cox.net] has left #ubuntu [requested]
=== mode/#ubuntu [+b *!*@ip68-14-87-25.ri.ri.cox.net!#ubuntu-read-topic] by ompaul
=== mode/#ubuntu [-o ompaul] by ChanServ
Hor|zonauthority figure type conflicts? if they're gonna conflict then they shouldn't have power in the first place09:02
=== xithilinx [n=xithilin@pool-71-164-147-36.dllstx.fios.verizon.net] has joined #ubuntu
=== paganini [n=paganini@dsl-ilwrdn538.madisontelco.com] has joined #ubuntu
BlissexSnow_Shelter: perhaps the web site checks the referer for the images... There are 'wget' options to work around that.09:02
=== mode/#ubuntu [+o ompaul] by ChanServ
=== roe [n=roe@209.183.190.62] has left #ubuntu [requested]
XorlevGumby: Nope.09:02
=== mode/#ubuntu [+b *!*@209.183.190.62!#ubuntu-read-topic] by ompaul
=== mode/#ubuntu [-o ompaul] by ChanServ
xithilinxhey could anyone help me with my problem?09:02
Snow_ShelterBlissex: hmm perhaps09:02
=== mode/#ubuntu [+o ompaul] by ChanServ
=== es0x [n=ov@M213P021.dipool.highway.telekom.at] has left #ubuntu [requested]
=== mode/#ubuntu [+b *!*@M213P021.dipool.highway.telekom.at!#ubuntu-read-topic] by ompaul
=== mode/#ubuntu [-o ompaul] by ChanServ
=== lucaz [n=lucaz@200.203.111.140] has joined #ubuntu
Blissexxithilinx: we are sorry, all our clairvoyant advisors are busy on other lines :-)09:02
paganiniSo, apparently I do not have a skype problem; I have a linux sound problem. Can someone please explain how to make my microphone be able to record things? I have a SoundBlaster Live! card in dapper.09:02
=== Una^ [n=alex@81.168.53.21] has joined #ubuntu
mkquist_lol blissex09:02
Blissexpaganini: http://WWW.sabi.co.UK/Notes/linuxSoundALSA.html#tasksRecord09:03
xithilinxI've been trying to boot up ubuntu for awhile, but all I get is some error having to do with xserver not working09:03
=== Dromen_ [n=olid@ACCA41F6.ipt.aol.com] has joined #ubuntu
mkquist_xithinlinx - think that means just ask ur question...hehe09:03
Hor|zonwell i suppose though having them appear as normal users in this channel makes sense09:03
xithilinxand it just freezes pretty much09:03
=== rgl [i=Rui@217.129.151.190] has joined #ubuntu
xithilinxsudeo dpkg-reconfigure xserver-xorg doensn't seem to help because I have no idea what to do in there.09:03
=== bean-oh [n=bean-oh@c-69-181-216-152.hsd1.ca.comcast.net] has left #ubuntu ["Leaving"]
Blissexxithilinx: can you switch to the console screen with CTRL-ALT-F1?09:03
=== mode/#ubuntu [+o ompaul] by ChanServ
=== mode/#ubuntu [+b *!*@blk-89-214-57.eastlink.ca] by ompaul
=== mode/#ubuntu [-o ompaul] by ChanServ
paganiniBlissex, thanks09:03
xithilinxsudo*09:03
xithilinxyes I can09:03
=== mortalguy [n=mortal@213.237.66.155.adsl.od.worldonline.dk] has joined #ubuntu
=== infidel [n=ecc@p1075-ipbf09okidate.aomori.ocn.ne.jp] has joined #ubuntu
paganiniHowever09:04
=== cArNaGe` [n=john@plns-64-111-131-86-pppoe.dsl.plns.epix.net] has joined #ubuntu
xithilinxbut not sure as to what to do next09:04
Una^Guys, how do I upgrade to edgy... I have changed sources.list but it is showing no updates available with dist-upgrade?09:04
infidelj ##c09:04
xithilinxsince i'm new to the linux distro09:04
=== mode/#ubuntu [+o ompaul] by ChanServ
=== mode/#ubuntu [+b *!*@85.8.1.66.se.wasadata.net!#ubuntu-read-topic] by ompaul
=== mode/#ubuntu [-o ompaul] by ChanServ
=== rgl is now known as debugger
Blissexxithilinx: what's the problem with the reconfigure?09:04
GumbyXorlev: can you stop the network, remove the ipw2200 module and any associated modules, sudo tail -f /var/log/syslog, open another console, sudo modprobe ipw2200, then paste what appeared in the "tail" console after you modprobed the module09:04
infidelj #c09:04
=== decherdt [n=decherdt@ppp-70-129-183-55.dsl.rcsntx.swbell.net] has joined #ubuntu
=== appolusionist [n=appolusi@cpe-72-130-201-17.hawaii.res.rr.com] has joined #ubuntu
paganiniMessing with the capture controls is not the answer09:04
FlannelUna^: you update first?09:04
Snow_ShelterBlissex: according to the wget man page, this command "wget -r -k -l0 -p -A.jpg http://www.pc-wallpapers.co.uk/" should retrieve all the images on the site. However, it just retrieves the HTML files, and I'm left with no images09:04
voraistoscan someone (with an ATI 9500/600 or equiv) with working 3D give me his/her xorg.conf please ?09:04
Blissexxithilinx: normally you just answer the questions...09:04
GumbyUna^: did you do apt-get update ?09:04
=== reggaemanu__ [n=manu@ARennes-257-1-116-86.w86-210.abo.wanadoo.fr] has joined #ubuntu
=== nocti [i=nocti@dial.dyn.151.235.surfsterisp.com] has joined #ubuntu
Una^Flannel, yep have done09:04
xithilinxwell with it freezing at the start up screen everytime and saying something is wrong with the xserver09:04
FlannelUna^: besides, update manager still works. you can use that.09:05
xithilinxI suppose there would be something wrong with it because I've looked it up and that's as far as I could get on where to go09:05
=== wolfeySI [n=wolfey@wolfey.si] has joined #ubuntu
=== mode/#ubuntu [+o ompaul] by ChanServ
=== GaiaX11 [n=vagner@200.199.36.238] has left #ubuntu [requested]
=== mode/#ubuntu [+b *!*@200.199.36.238!#ubuntu-read-topic] by ompaul
=== mode/#ubuntu [-o ompaul] by ChanServ
xithilinxso you could say I'm lost09:05
Lil_Shankok i installed sane, now how do i use my scanner?09:05
BlissexSnow_Shelter: without going into details, are you aware that there are nice GUI interfaces to 'wget'? Try to get one...09:05
=== der_daniel_ [n=daniel@pD9E15015.dip0.t-ipconnect.de] has joined #ubuntu
wolfeySIhello would anyone know how to set ubuntu X to allow root applications to appear on non-root X desktop09:05
paganiniI do not know what is wrong here, but it definitely does not involv moving the mixer controlls around.09:05
=== ksh [n=vmiller@client-82-3-244-143.glfd.adsl.virgin.net] has joined #ubuntu
GumbywolfeySI: just run the application with sudo09:06
Blissexxithilinx: when does it freeze? when you run 'dpkg-reconfigure'?09:06
=== idaho45 [n=john@200.84.64.13] has joined #ubuntu
hondjewolfeySI: gksudo <application>, unless you're talking about root windows09:06
xithilinxno09:06
xithilinxwhen I boot it up09:06
xithilinxupon the loading screen09:06
=== stamina|xr7 [n=mike@c-71-230-73-165.hsd1.pa.comcast.net] has joined #ubuntu
xithilinxlive cd - to install cd doesn't matter09:06
stamina|xr7hey all, good afternoon :)09:06
wolfeySIsudo sometimes works sometimes doesnt have permission to open window09:06
wolfeySIso gksudo ?09:06
xithilinxwith the bar09:06
Blissexxithilinx: and what is the problem with 'dpkg-reconfigure'? Does it work?09:06
xithilinxyes it does09:06
=== pilsun [n=anuzis@c-68-41-208-120.hsd1.mi.comcast.net] has joined #ubuntu
FlannelUna^: your mirror might not have edgy repos, I don't know.  Try asking in #ubuntu+109:06
XorlevGumby: Just the normal stuff ipw2200 throws out when it's loaded.09:06
Una^Flannel, same thing with update manager, lot of packages kept back but they are mainly media stuff.. nothing else to update09:06
xithilinxjust something led me to believe that has something linked to what my problem is09:06
=== ph8 [n=ph8@81-178-237-252.dsl.pipex.com] has joined #ubuntu
=== Leirez is now known as Leirez|Fs
Una^Flannel, hmm ok thanks ill try in there09:07
xithilinxso I used that and it didn't seem to help much since I didn't know what to do inside of it09:07
=== acidjames [i=acidjame@ABordeaux-152-1-9-110.w82-125.abo.wanadoo.fr] has joined #ubuntu
Blissexxithilinx: and after 'dpkg-reconfigure' does X work?09:07
voraistosompaul would you have by anychance an ATI graphic card ?09:07
ompaulvoraistos, sorry I am really buys09:07
ompaulbusy09:07
xithilinxnot sure what you mean09:07
ompaul!ati > voraistos09:07
pilsuninstalling ubuntu on a system with no CD/Disk drive, I switched the harddrive out into a system with CD drive, installed, worked fine, but when replacing the HD to its orig system X won't start09:07
_trineompaul this channel has got the biggest ban list I have ever seen09:07
xithilinxI type in the command plus the xserver xorg an it just goes into that screen ect. no problems with that09:08
xithilinxnow if that doesn't have anything to do with my problem than let's just forget I said that09:08
=== minto [n=minto@74.132.231.67] has joined #ubuntu
voraistosompaul; cheers mate, each  time i need something ure the only one really here :) (but always busy :(   )09:08
pilsunthe vid card is different, is there a way to get ubuntu to auto-detect the new card?09:08
xithilinxsicne I'm new and I'm just wondering why I can't get past it freezing all the time09:08
Flannelpilsun: probably because your X configuration is set up for the old one.  dpkg-reconfigure xserver-xorg   You can also install over the network,etc directly on that computer09:09
=== phos-phoros [n=phos-pho@unaffiliated/phos-phoros] has joined #ubuntu
lucazdoes anyone know a good audio cd burner for console?09:09
pilsunFlannel, thanks09:09
=== Wicked [n=Wicked@pool-72-67-39-169.lsanca.fios.verizon.net] has joined #ubuntu
GumbyXorlev: I do know that other distros have had issues with ipw and new kernels but usually they dont have issues working without wep09:09
xithilinxso is there a problem with it figuring out what my video card is or something?09:09
Blissexxithilinx: if the automatic X config does not work, 'dpkg-reconfigure' will create a new config manually, and then you restart X.09:09
Blissexxithilinx: but note that if you do this on the liveCD, you have to restart X manually.09:10
=== neoncode [n=neoncode@unaffiliated/neoncode] has joined #ubuntu
Ramunaswhat can I use to make .torrent files?09:10
xithilinxand how would I restart x?09:10
RamunasI'm using Opera as my client09:10
Lil_Shankhow do i scan with sane09:10
XorlevGumby: It worked perfectly fine before the upgrade from 2.6.15-26.46 to 2.6.15-26.4709:10
ladydoorxithilinx: ctrl-alt-backspace09:10
=== nysosym [n=nysosym@p54B7BE3E.dip0.t-ipconnect.de] has joined #ubuntu
pilsunah, as I try to reconfigure it says it must be run as root, interestingly I never set the root password during installation09:10
hondjecould always edit /etc/X11/xorg.conf by hand if dpkg won't play nice09:10
pilsunI'm logged in as my user account just fine, but the root pw is not the same09:10
=== Cheef-Daniel [n=SomeOn@pD95073B3.dip0.t-ipconnect.de] has joined #ubuntu
Cheef-Danielhi09:10
=== sirius [i=siriusno@ece-stn13.ece.umr.edu] has joined #ubuntu
hondjepilsun: use sudo <command> to do things as root09:11
xithilinxand that would fix my problem with the whole xserver crash report I got09:11
=== Una| [n=alex@81.168.53.21] has joined #ubuntu
pilsunhondje, thanks09:11
Flannel!tell pilsun about root09:11
Cheef-Danielhow does the orginal /boot/grub/menu.lst looks like?09:11
wolfeySIok gksudo aint bad;)09:11
ompaulvoraistos, okay my one comment on ati is this, Follow the page of instructions slowly print it out and put a line through each step - it is worth it09:11
Cheef-DanielI cant boot anymore09:11
siriusanyone here have problems with the radeon driver in X.org and laptops, like it hangs the system every once in a while ?09:11
xithilinx*?09:11
XorlevGumby: Last night...I see in the topic is says "6.06 kernel security update issue is fixed" but when I get the new package lists from the repos, I don't see another kernel update09:11
=== arthur_ [n=arthur@201.86.1.162.adsl.gvt.net.br] has joined #ubuntu
=== mode/#ubuntu [+o ompaul] by ChanServ
=== mode/#ubuntu [+b *!*@64-126-80-70-dhcp-kc.everestkc.net!#ubuntu-read-topic] by ompaul
=== mode/#ubuntu [-o ompaul] by ChanServ
=== mode/#ubuntu [+o ompaul] by ChanServ
=== lakcaj [n=lakcaj@70.53.65.197] has left #ubuntu [requested]
=== mode/#ubuntu [+b *!*@70.53.65.197!#ubuntu-read-topic] by ompaul
=== mode/#ubuntu [-o ompaul] by ChanServ
=== mode/#ubuntu [+o ompaul] by ChanServ
=== corporate [n=corporat@n163s180.ntc.blacksburg.shentel.net] has left #ubuntu [requested]
=== mode/#ubuntu [+b *!*@n163s180.ntc.blacksburg.shentel.net!#ubuntu-read-topic] by ompaul
=== mode/#ubuntu [-o ompaul] by ChanServ
nysosymhi all09:12
=== mode/#ubuntu [+o ompaul] by ChanServ
=== btorch_ [n=btorch@c-66-176-91-5.hsd1.fl.comcast.net] has left #ubuntu [requested]
=== xvxvx [n=x@c-7a1e70d5.019-10-6b736411.cust.bredbandsbolaget.se] has joined #ubuntu
=== mode/#ubuntu [+b *!*@c-66-176-91-5.hsd1.fl.comcast.net!#ubuntu-read-topic] by ompaul
=== mode/#ubuntu [-o ompaul] by ChanServ
=== mode/#ubuntu [+o ompaul] by ChanServ
=== Nd_ [n=bprior@82-37-153-86.cable.ubr01.wals.blueyonder.co.uk] has left #ubuntu [requested]
=== mode/#ubuntu [-o ompaul] by ChanServ
=== nahoj [n=johan@81-235-236-180-no92.tbcn.telia.com] has joined #ubuntu
=== mode/#ubuntu [+o ompaul] by ChanServ
=== winXperts [n=winXpert@ip70-171-63-240.ga.at.cox.net] has left #ubuntu [requested]
=== mode/#ubuntu [+b *!*@ip70-171-63-240.ga.at.cox.net!#ubuntu-read-topic] by ompaul
=== mode/#ubuntu [-o ompaul] by ChanServ
xithilinxok well.. I'll be right back than09:12
=== mode/#ubuntu [+o ompaul] by ChanServ
=== queuetue [n=scott@MTRLPQ02-1177745854.sdsl.bell.ca] has left #ubuntu [requested]
=== blue-frog [n=bluefrog@dyn-83-152-159-195.ppp.as12876.net] has joined #ubuntu
=== mode/#ubuntu [+b *!*@MTRLPQ02-1177745854.sdsl.bell.ca!#ubuntu-read-topic] by ompaul
=== mode/#ubuntu [-o ompaul] by ChanServ
GumbyXorlev: maybe you updated before it was posted in the topic or before you noticed it09:12
MetaMorfoziShow can i identify my notebook? i don't knwo it's type.. the manufacturer etc...09:12
MetaMorfoziS?!09:12
GumbyOMG ompaul, that is friggin annoying09:12
=== mode/#ubuntu [+o ompaul] by ChanServ
=== Kill_X [n=Kill_X@p54A1E0E4.dip.t-dialin.net] has left #ubuntu [requested]
=== mode/#ubuntu [+b *!*@p54A1E0E4.dip.t-dialin.net!#ubuntu-read-topic] by ompaul
=== mode/#ubuntu [-o ompaul] by ChanServ
ladydoorGumby: what is ompaul doing that's doing all that?09:13
ladydoorGumby: it *is* annoying09:13
=== lynn [n=lynn@d207-216-249-161.bchsia.telus.net] has joined #ubuntu
ompaulGumby, you prevent the world from having exploitable routers and I won't have to ban victims to keep the channel a little usable we used to have over a hundred victims09:13
THX-1138MetaMorfoziS,  - lspci --help09:13
Gumbyladydoor: settings bans on people for one reason or another.  But seems to be getting chanserv to op him each time.09:13
=== Chu [n=chubuntu@cpe-66-74-195-151.san.res.rr.com] has joined #ubuntu
=== mode/#ubuntu [+o ompaul] by ChanServ
=== mar_cus [n=marcus@c80-217-91-17.cm-upc.chello.se] has left #ubuntu [requested]
=== mode/#ubuntu [+b *!*@c80-217-91-17.cm-upc.chello.se!#ubuntu-read-topic] by ompaul
=== mode/#ubuntu [-o ompaul] by ChanServ
Gumbyompaul: get chanserv to op you once then set all the bans.09:14
=== mode/#ubuntu [+o ompaul] by ChanServ
=== Montag_ [n=matt@c-24-127-107-178.hsd1.ca.comcast.net] has left #ubuntu [requested]
=== mode/#ubuntu [+b *!*@c-24-127-107-178.hsd1.ca.comcast.net!#ubuntu-read-topic] by ompaul
=== mode/#ubuntu [-o ompaul] by ChanServ
Gumbyompaul: you dont need to op/deop each time you ban09:14
=== AskHL_ [n=ask@82.211.196.173] has joined #ubuntu
ompaulGumby, one to go :-) I forgot09:14
Caplain_whats a good network speed test tool?09:14
nysosymis this only my problem, or is firefox 2.0 in edgy eft really slow?09:14
=== Tatum [n=giacomo@host132-144-static.104-80-b.business.telecomitalia.it] has joined #ubuntu
ladydoorGumby: ah. well, it's really annoying09:14
=== solsTiCe [n=chatzill@d80-170-54-69.cust.tele2.fr] has joined #ubuntu
=== riddlebox [n=james@24-171-10-102.dhcp.stls.mo.charter.com] has joined #ubuntu
=== mode/#ubuntu [+o ompaul] by ChanServ
=== motin [n=motin@c80-217-109-185.cm-upc.chello.se] has left #ubuntu [requested]
=== mode/#ubuntu [+b *!*@c80-217-109-185.cm-upc.chello.se!#ubuntu-read-topic] by ompaul
=== mode/#ubuntu [-o ompaul] by ChanServ
ompaullaste one09:14
=== Tatum [n=giacomo@host132-144-static.104-80-b.business.telecomitalia.it] has left #ubuntu ["Ex-Chat"]
Gumbyladydoor: the bans arent preventable, the ops/deops are :)09:14
stamina|xr7Caplain_|-- i would try a web based one09:14
ladydoorGumby: fair enough :-)09:14
stamina|xr7Caplain_|-- try dslreports.com09:14
voraistosompaul: i am not that much noob anymore. all i wanted to have is someones xorg. conf. I find ubuntu really unstable: on the same computer, 2 different install (done the same way) give me a good or bad system. i have trouble with graphics for some reason, i think one or 2 lines in my xorg.conf fglrx related might help.09:14
hondjedslreports.com hehehehe09:15
xvxvxhi, do anyone got the icon path(s) for the icons in the logout dialog (accessed by clicking the door top right screen)? ...they are bit ugly, need to pimp them09:15
stamina|xr7:)09:15
Gumbyvoraistos: one second, I will post one for you09:15
Flannelnysosym: #ubuntu+109:15
Caplain_stamina|xr7: well i wanna test the speed between two machines on my lan09:15
voraistosGumby: that d be nice ;)09:15
stamina|xr7ahh :)09:15
=== arthur_ is now known as arthurfurlan
=== aeon17x [n=aeon17x@58.69.180.90] has joined #ubuntu
Caplain_clear up bottlenecks09:15
=== omong_kosong [n=omong_ko@pD955D1E5.dip.t-dialin.net] has joined #ubuntu
ompaulvoraistos, how about doing without the closed source accelleration and useing  only ati for a little bit and see if it is stable (it is a pain but it is worth thinking about) also stay away from xgl if your having card issues09:16
=== Davey [n=davey@unaffiliated/davey] has joined #ubuntu
=== sixhat [n=david@87-196-201-98.net.novis.pt] has joined #ubuntu
=== Tonren [n=mcantor@dh115222.bennington.edu] has joined #ubuntu
XorlevGumby: I'm not sure...but whatever changed in that update broke it, and I can't forceversion it back :\09:16
ompaulGumby, point09:16
Gumbyvoraistos: http://ultimate.kicks-ass.net/files/xorg.conf09:16
voraistosompaul: all i do is using nice ubunu repos. nothing more :)09:16
siriuswhat would cause a total system freeze of a computer, like the laptop completely freezes. No input, hitting the power button is the only option?09:16
=== foo [n=foo@unaffiliated/foo] has joined #ubuntu
voraistosGumby: cheers09:17
ompaulvoraistos, well all I am saying is stay away from 3d and use the basic ati card in the xorg09:17
fooAm I able to write the ISO I make with mkisofs and then do something like .. dd if=/some/file.iso of=/dev/hda ?09:17
voraistosompaul: hmmm... so that means i cant play UT? no way !09:17
stamina|xr7Caplain_|-- theres several tcp speed test programs in the repos09:17
=== FaeLLe[gentoo] [n=mv36@swallow.ukc.ac.uk] has joined #ubuntu
FaeLLe[gentoo] hello people09:17
Hor|zonsirius, if you can't even ctrl+alt+f1 then yeah, a hard reset is the only option...is there hard drive activity?09:18
xvxvxhello09:18
stamina|xr7Caplain_|-- try iprelay09:18
FaeLLe[gentoo] im trying to get distcc running between a gentoo and ubuntu system09:18
voraistosompaul: but with 3D ubuntu can work very nicely. however things like alacarte never worked for me ?09:18
FaeLLe[gentoo] my end looks fine can someone help me figure out why the other end wont work ?09:18
=== RogerRabb [n=blah@203-97-119-118.cable.telstraclear.net] has left #ubuntu []
Caplain_ok09:18
siriusHor|zon - nope nothing, it just freezes. COmplete freeze. I think its the X.org "ATI" driver09:18
=== redguy is now known as twoja_stara
=== heatxsink [n=jmioph@pool-71-104-190-189.lsanca.dsl-w.verizon.net] has joined #ubuntu
=== twoja_stara is now known as redguy
Xorlev>_<09:19
FlannelFaeLLe[gentoo] : configuration should be the same09:19
Hor|zonthe hard drive activity light is off? then yeah, you need to hard reset09:19
=== pianoboy3333 [n=alex@ool-43567d61.dyn.optonline.net] has joined #ubuntu
Caplain_stamina|xr7: what do you recooment?09:19
Caplain_i cant spell today09:19
FaeLLe[gentoo] Flannel: would gcc versions matter ?09:19
Hor|zonand then maybe look at your logs09:19
FaeLLe[gentoo] Flannel: cause his is older gcc version09:19
siriusHor|zon - yeah but this happens like every couple of hours and its annoying. I dont know how to fix it :(09:19
stamina|xr7Caplain_:: only one i have used is iprelay, and that was a while ago09:20
FlannelFaeLLe[gentoo] : I imagine they might.  but, I'm not familiar with distcc at all.09:20
siriusi cant even use the linux partition on my laptop without wondering if its going to freeze in the next 3 minutes09:20
voraistosGumby: i see you have all the "wacom" dapper install rubish. u can remove it safely09:20
=== beerockxs [n=beerockx@xdsl-81-173-189-87.netcologne.de] has joined #ubuntu
FaeLLe[gentoo] Flannel: and for some reason once he starts distccd several process start up ..... he says its cause he has multiple cpus :09:20
=== rubim_BH [n=rubim@dial-up-200-184-48-158.intelignet.com.br] has joined #ubuntu
=== egor [n=egor@ool-182ddd46.dyn.optonline.net] has joined #ubuntu
BubblegumGirlHi, I just installed webmin, how do I find out the password?09:20
Gumbyvoraistos: yeah, I just provided a default xorg.conf mostly09:20
Hor|zonchecked your kernel logs?09:20
GumbyBubblegumGirl: its probably your root password09:20
=== Mega190 [n=megani@88-104-169-86.dynamic.dsl.as9105.com] has joined #ubuntu
=== viator [n=chatzill@pool-71-123-117-32.spfdma.east.verizon.net] has joined #ubuntu
BubblegumGirlokay I will try that :)09:20
BubblegumGirlthanks guby (again)09:21
=== thanksjack [n=chaos@S01060050bac94b86.cg.shawcable.net] has joined #ubuntu
FaeLLe[gentoo] so no one here use distccd on ubuntu ?09:21
thanksjackhey guys09:21
viatorhow could i find what i/o ports a cdrom uses?09:21
egorHey, I need to set myself as the owner of every file in a certain directory. How would I do that?09:21
viatoron a box with no os09:21
Caplain_thanks09:21
=== unreal [n=unreal@unaffiliated/unreal] has joined #ubuntu
viatorfor use in smart boot manager09:21
=== tjb891 [n=trev@cpe-72-224-73-47.nycap.res.rr.com] has joined #ubuntu
FlannelBubblegumGirl: believe webmin uses it's own password09:21
=== Isaiah_bearer_to [n=johnny@67.60.52.7] has joined #ubuntu
Hor|zonegor, chown -R username:username /directory/here09:22
tjb891I have postfix as a service listed in bum but according to synaptic it is not installed, what is wrong?09:22
Hor|zonor is it lower-case r? I forget09:22
egorThanks.09:22
=== Vai0Sale [n=megani@88-104-169-86.dynamic.dsl.as9105.com] has joined #ubuntu
=== silverfox [i=silver@201.15.158.202] has joined #ubuntu
BubblegumGirlIt says my host is blocked09:22
thanksjackI'm getting a "smbmnt must be installed suid root for direct user mounts" error on my attempt to mount from fstab, am I missing a package?09:22
BubblegumGirlfor too many authentications09:22
=== xithilinx [i=xithilin@pool-71-164-147-36.dllstx.fios.verizon.net] has joined #ubuntu
xithilinxwell I'm back09:23
thanksjacki have the users option enabled in the fstab09:23
xithilinxand dpkg-reconfigure did nothing09:23
brian98opmaul: Were they all using proxies? sorry to ask, just back and seen all the kicks and the mention of open routers, how did you know?09:23
=== bipolar_ [n=bflong@24.115.5.19.res-cmts.flt.ptd.net] has joined #ubuntu
GumbyBubblegumGirl: you can either wait or restart webmin.  I think the setup file for webmin is /etc/webmin/miniserv.conf (not 100% sure on that one though).  It will show which user webmin allows09:24
brian98<sirius> I was having the same problem with the ATI card, are you still with us?09:24
=== stamina|xr7 [n=mike@c-71-230-73-165.hsd1.pa.comcast.net] has joined #ubuntu
BubblegumGirlOKay09:24
BubblegumGirllet me look :)09:24
xithilinxneed help with ubuntu freezing at start up of installation + the live cd09:24
Hor|zonbrian98, is it the problem where you have to add that xorg option?09:24
=== eide [n=eide@client-82-27-251-30.glfd.adsl.virgin.net] has joined #ubuntu
stamina|xr7is there a way to connect to an itunes share from ubuntu?09:25
brian98<Hor|zon> I just seen a user called sirius mention he was having ATI probs and I was too.. It was similar to his, x hanging a lot etc...09:25
=== lupine_85 [n=lupine@nick.lupine.me.uk] has joined #ubuntu
brian98I was just going to try and help him09:26
brian98hor|zon: The best solution to ATI problems is to get an nvidia card ;) lol09:26
Hor|zonheh seems like he's gone09:26
Hor|zonLOL yeah09:26
Hor|zonthat's what I do09:27
=== solsTiCe [n=chatzill@d80-170-80-147.cust.tele2.fr] has joined #ubuntu
=== Vegeta^ [n=ahm0x539@87.72.203.218] has joined #ubuntu
Hor|zonbut the ati freezing thing is easy..just add a line to your xorg.conf...I just remembered09:27
Hor|zon=_=09:27
=== Fitzz [i=greatmal@shell.evtek.fi] has joined #ubuntu
=== Almindor [n=ales@chello082119097164.chello.sk] has joined #ubuntu
Almindorhello09:27
Almindormy gedit doesn't have any highlighters anymore.. what did I do? :D09:27
Gumbystamina|xr7: have a look at gtkpod09:28
Almindoror better. how do I get them back :D09:28
FlannelBubblegumGirl: https://help.ubuntu.com/community/WebminWithoutARootAccount09:28
=== cmsgraham [n=cmsgraha@201.194.60.170] has joined #ubuntu
brian98Hor|zon: the driver seems much better for Nvidia though, even on a less powerful card when a 3d screensaver kicks in I noticed with an ati card the pc fan would go crazy, with nvidia nothing09:28
stamina|xr7Gumby:: thanks ill do that09:28
brian98and I haven't had one X freeze09:28
XalCan ext3 partitions be safely resized?09:28
=== Isaiah_bearer_to [n=johnny@67.60.52.7] has left #ubuntu ["Leaving"]
lupine_85yes09:28
XalI've heard that one must have LVM enabled or something09:28
BubblegumGirlI went to where is said the thing to change the password was and it isn;t there09:28
Hor|zonbrian98, even if the drivers are better you won't get more than half the performance you'd get in windows09:28
Vegeta^When I want to print something to a file, it only gives me the option to print to PS-format, after that I can print PS to PDF, I want to print directly to PDF, how do I do that?09:29
lupine_85Xal: no. Justremove the journal, use ext2resize (IIRC), then replace the journal09:29
Hor|zonit really sucks09:29
thanksjackI'm getting a "smbmnt must be installed suid root for direct user mounts" error on my attempt to mount from fstab, am I missing a package? sudoing the command works09:29
=== DKK [n=dd@cpe.atm2-0-108230.0x3ef213e7.albnxx8.customer.tele.dk] has joined #ubuntu
=== iceman24k [n=iceman@wsu33-188.rurallink.net] has left #ubuntu []
brian98Really, thats the pits09:29
Mersaultquit09:29
lupine_85thanksjack: "sudo chmod 4755 smbmnt" should fix it09:29
Hor|zonVegeta^, what you wnat is pdf printing...there should be a howto in the ubuntu forums, just search09:30
=== erUSUL [n=erUSUL@16.Red-81-39-100.dynamicIP.rima-tde.net] has joined #ubuntu
Hor|zonwant*09:30
thanksjackwhat permissions is 4755?09:30
brian98Gumby: did you get anywhere with tovid?09:30
stamina|xr7Gumby:: now is this just to manage an ipod, or can it also be used to connect to the streamin shares09:30
GumbyBubblegumGirl: follow Hor|zon's URL  https://help.ubuntu.com/community/WebminWithoutARootAccount  it explains how there09:30
Xallupine_85, so I'm pretty much converting to ext2, resizing, and then reconverting to ext3?09:30
=== anarchist [n=anarchis@ADijon-258-1-1-51.w86-213.abo.wanadoo.fr] has joined #ubuntu
lupine_85Xal: yes09:30
Gumbystamina|xr7: ah, streaming shares I have no idea.09:30
Hor|zonlol my url?09:30
=== TomB [n=tomb@host217-44-1-35.range217-44.btcentralplus.com] has joined #ubuntu
BubblegumGirlI am trying to09:30
=== Almindor [n=ales@chello082119097164.chello.sk] has left #ubuntu ["Ex-Chat"]
stamina|xr7Gumby:: haha yeah it seems like it may be proprietary09:31
XalWill Linux recognize the ext2 partition correctly, or do I need to make changes in fstab?09:31
stamina|xr7Gumby:: and likely closed source09:31
Gumbybrian98: I did and I didnt.  lol.  got it installed, but I needed a different version of mplayer I think.  I didnt have time to look into it further09:31
lupine_85Xal: since it's all going to be unmounted which you do it, the fstab is irrelevent09:31
=== felipe__ [n=Felipe@64.86.67.95] has joined #ubuntu
lupine_85erm, when you do it...09:31
=== tjb891 [n=trev@cpe-72-224-73-47.nycap.res.rr.com] has joined #ubuntu
siriusHor|zon - how do you fix the ATI card freezing?09:32
XalSo this needs to be done from a live CD or something like that?09:32
siriusive been told its DynamicClocks "true"09:32
siriusbut i have yet to test this theory09:32
=== lecaros [n=JoseLeca@14-14-223-201.adsl.terra.cl] has joined #ubuntu
lupine_85Xal: if the partition in question is your / then yes09:32
tjb891bum lists postfix as a service but synaptic says its not installed, whats wrong?09:32
brian98ok, it's well worth it, I went to sleep there and when I got up it had converted 2 xvid avi's and burned them to a perfectly readable DVD.. Can't wait to watch the movie later!09:32
Xalalright, thanks09:32
XalI'll try this out.09:32
=== tidus_ [n=tidus@unaffiliated/tidus] has joined #ubuntu
=== tidus_ is now known as Tidus
BubblegumGirlThank you gumby *kiss* - from dumb girl playing with ubuntu09:33
=== anarchis1 [n=anarchis@ADijon-258-1-1-51.w86-213.abo.wanadoo.fr] has joined #ubuntu
=== cassidy [n=cassidy@138.130-240-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu
Gumbyyowzas!!!09:33
Gumbyfirst time Ive been cyber kissed in a linux IRC channel09:33
=== jueriy [n=jueriy@dslb-084-061-114-222.pools.arcor-ip.net] has joined #ubuntu
=== ketsugi|IMF [n=eternia@203.117.240.6] has joined #ubuntu
stamina|xr7brian98:: hmm how did you get a movie in 2 avi's? legally i suppose ;)09:33
BubblegumGirlWell first time I have kissed anyone in a linux channel :)09:34
brian98stamina|rx7 is there any other way09:34
GumbyBubblegumGirl: and dont consider yourself dumb, just inexperianced09:34
=== ahaller [n=haller@i5387C4DE.versanet.de] has joined #ubuntu
Hor|zonsirius, lemme find it, hold on09:34
GumbyBubblegumGirl: we all started somewhere09:34
voraistosGumby: finally the problem was not what i thought. the only differences in our xorg.conf were the res supported by my monitor. seems that my monitor doesnt sopprt resolutions lower than 1440x900 ?! anyway. thx for your help :)09:34
brian98stamina|rx7 Our local video shop sends them out on usb memory sticks now ;)09:34
=== rexbron [n=rexbron@206-248-135-19.dsl.teksavvy.com] has joined #ubuntu
stamina|xr7brian98:: of course not unless you DL the full 4.36 gb image09:34
Gumbyvoraistos: ah, good to hear its fixed09:34
GumbyBubblegumGirl: I am just wondering why your username is "Paul"  lol09:35
brian98but the quality of divx (xvid) is bloody superb now!09:35
voraistosI can play ET now :)09:35
stamina|xr7BubblegumGirl:: there is kissing in linux irc channels sometimes, but it is usually after someone successfully configures x after 15 hours09:35
=== stamina|xr7 is guilty of kissing for this reason
=== voraistos too !!!!!!!
DKKhmm.. im getting a Laptop with a Merom in it, so which Ubunto should i use, 64bit or Normal ?09:35
stamina|xr7brian98:: wow thats sweet09:35
stamina|xr7DKK:: is the memron a 64 bit chip, i dont recall09:36
brian98What do most people use for backing up and writing DVD's with Ubuntu?09:36
Vegeta^Hor|zon: I do have pdf-printing, but the problem is, that it only works for PS- file formats, so I have to print to PS then to PDF...09:36
DKKhmm, it has the em64 set ?09:36
Gumbybrian98: did you have to use a different version of mplayer to get tovid to work?09:37
stamina|xr7brian98:: dvd::rip09:37
=== Shoiabsafdar [n=Ghumman@202.69.57.189] has joined #ubuntu
=== NthDegree [n=NthDegre@212-1-148-161.dynamic.dsl.as9105.com] has joined #ubuntu
brian98Gumby: just the latest I think? Why did it not work?09:37
stamina|xr7DKK:: i must say im really not sure, its such a nw tech....soemone here should know though09:37
=== Milktea [n=evera@pool-71-106-243-61.lsanca.dsl-w.verizon.net] has joined #ubuntu
brian98stamina|rx7: Will it do copy protection because when I purchase new stuff I like to back it up (legit)09:37
DKKokay... it would be nice to know though09:38
=== Tommck [n=Tommck@dpc691918232.direcpc.com] has joined #ubuntu
Tommckhello all...09:38
TommckI have a major issue...09:38
brian98hello09:38
stamina|xr7brian98:: to be honest im not sure.....ive only ripped already ripped movies from my friends, for my own copy09:38
TommckI just accidentally did "tom foo" instead of "tom,foo" on the "admin" line in /etc/group....09:38
Tommckany way to get that back without reinstalling?09:38
Tommcklive CD and edit the file?09:38
=== JensBru [n=JensBru@AReims-152-1-100-53.w86-207.abo.wanadoo.fr] has joined #ubuntu
stamina|xr7Tommck:: that may work, try that and if not stop back09:39
Gumbybrian98: well, I forgot what my errors were and I am not @ that PC right now.  I'll have to wait to test it09:39
redguyTommck: well, these are the risks of editing passwd and group by han ;-)09:39
Tommckwill do09:39
redguyhand09:39
=== mortalguy [n=mortal@213.237.66.155.adsl.od.worldonline.dk] has joined #ubuntu
Gumbybrian98: I could have been that I was trying to recode divx to dvd09:39
THX-1138!password09:39
ubotuForgot your password? Boot into recovery mode. What's the root password? See !sudo. Don't see *** in password prompts? That's normal. Sudo doesn't ask for your password? It remembers you for several minutes. Please use strong passwords, see https://help.ubuntu.com/community/StrongPasswords09:39
GumbyI/it09:39
=== fir3 [n=fabian@Td8aa.t.pppool.de] has joined #ubuntu
redguyTommck: you might try to boot in the recovery mode as well09:39
fir3hi09:39
FlannelTommck: no need for lvieCD, yeah, use recovery mode09:40
brian98Gumb: That's what I just did09:40
brian98and it worked perfectly09:40
brian98hrm09:40
Gumbybrian98: hrm, ok. heh09:40
fir3where can i get a list of patches that are in the ubuntu kernel?09:40
stamina|xr7grr recovery mode works for everypone but me :(09:40
Gumbylets see if I can ssh and find out09:40
Flannelstamina|xr7: did you set a root password?09:40
Flannel!tell fir3 about kernel09:40
TommckFlannel - the same install CD?09:40
redguyfir3: hmm, by inspecting the kernel source package?09:40
FlannelTommck: no, no install CD, reboot and select recovery mode from the grub menu09:40
stamina|xr7Flannel:: i did, i went through alot of crap before to get it working to no avail09:40
Gumbynm, that wont work.  oh well, I'll figure it out later09:40
stamina|xr7really maes no sense :(09:41
TommckFlannel - oh..09:41
Flannelstamina|xr7: root passwords break recovery consoles, I believe09:41
fir3redguy: the patches are seperately included?09:41
lupine_85Flannel: no they don't :)09:41
lupine_85fir3: no :(09:41
stamina|xr7im not too worried about it, i dont feel like fooling with it09:41
fir3hum09:41
redguyfir3: the patches should be in the source package09:42
=== anarchis2 [n=anarchis@ADijon-258-1-1-51.w86-213.abo.wanadoo.fr] has joined #ubuntu
lupine_85redguy: they've already been applied... so they're "in" it, but finding them would be a PITA#09:42
stamina|xr7ok all, im out have a good day09:42
fir3yeah but i need the patch for some other kernel09:42
stamina|xr7brian98:: enjoy the flick09:42
Flannelfir3: there's a package you can download that is all the patches from vanilla to ubuntu kernel, should be mentioned on the page ubotu sent you09:42
TommckFlannel - thanks... think that worked09:42
redguylupine_85: oh, didn't know that09:42
=== reptyle [n=reptyle@52.107.207.68.cfl.res.rr.com] has joined #ubuntu
brian98stamina|rx7: Will do!09:42
=== Xenguy [n=gnu@206-248-151-3.dsl.ncf.ca] has joined #ubuntu
redguylupine_85: so the kernel .orig.tar.gz is not the vanilla linux kernel from kernel.org?09:43
Tommckas an aside, why doesn't sudo say something when you're not allowed to run it?09:43
=== Jaak_ [n=ernst@elanser.demon.nl] has joined #ubuntu
fir3Flannel: ok tnx09:43
siriusanyone know when openoffice 2.0.3 will be updated to dapper?09:43
GigaClonhow do i install fonts09:43
Flannelsirius: never09:43
redguyFlannel: /me wants that ubotu factoid as well09:43
siriusFlannel - :(09:43
Flannel!tell redguy about kernel09:43
=== BubblegumGirl [n=paul@host86-140-126-203.range86-140.btcentralplus.com] has left #ubuntu []
siriusI need 2.0.3 as 2.0.2 has problems with powerpoint slides09:44
THX-1138How could you cat grep the original kernel source against the ubuntu source?09:44
lupine_85you'd use diff, or something, surely09:44
THX-1138ahaller, "diff" nice09:44
Flannelsirius: bugfixes and security things get patched, so the fix might be put in09:44
=== micahcowan [n=micah@adsl-69-236-99-89.dsl.pltn13.pacbell.net] has left #ubuntu ["Leaving"]
THX-1138ah ,09:44
Jaak_I need to recode a windows reg file.... But Ubu doesn't reconize the command recode, now what?09:45
=== DeepY0X [n=DeepY0X@200.121.138.168] has joined #ubuntu
=== lupine_85 hates .patch files, so is glad that they come pre-applied
=== Piero [n=Piero@213.155.203.49] has joined #ubuntu
PieroI have a strange problem. I know root password, but with an user I type "su" command, and then root password, shell says me always that password is wrong09:45
=== sean0hh [i=sean0hh@pppoe-66-225-176-45.vianet.ca] has joined #ubuntu
Pierocan I ask you any suggest please?09:45
GumbyPiero: sudo su09:45
GumbyPiero: then enter your users password09:46
ompaulGumby, na we say >> sudo -i << and only after we do this09:46
ompaul!rootsudo09:46
FlannelGumby: that's not the same.09:46
ubotusudo is a command to run programs with superuser privileges ("root"). Look at https://help.ubuntu.com/community/RootSudo for all information.09:46
Pierono I don't use sudo09:46
=== chinoke [n=ascii@83.229.110.249] has joined #ubuntu
GumbyFlannel: but then he can change roots password :)09:46
=== marcin_ant [n=marcin@194.114.146.122] has joined #ubuntu
sean0hhneed help i installed dual boot xp and ubuntu, reboot,get grub,then get a promp,sign in as user and dont get to desktop: any solutions?09:46
ompaulPiero, you would have no problems if you did09:46
=== killown [n=killown@201-68-61-143.dsl.telesp.net.br] has joined #ubuntu
Pierono I've removed sudo from security reason on my server09:47
Flannelsean0hh: what prompt do you get?09:47
sean0hhnot root but09:47
=== jsage [n=johns@ip68-105-81-22.sd.sd.cox.net] has joined #ubuntu
sean0hhi gotta login as user09:47
Gumbylol @ "for security reasons"09:47
redguyPiero: security reason?09:47
Flannelsean0hh: just a text prompt?09:47
THX-1138sean0hh - Did you get a message about the display driver being incorectly configured?09:47
ompaulPiero, read that URL your thinking is flawed09:47
sean0hhyes09:47
sean0hhno no message like that09:47
Gumbythe only security issue with using sudo is the box administrator09:47
thanksjackhow do i change my host name?09:48
Gumby!hostname09:48
Xenguythanksjack: hostname09:48
ubotuUse hostname <somehostname> to set the hostname, or to do it permanently: edit /etc/hostname  and /etc/hosts . WARNING! Make sure that /etc/hostname and /etc/hosts match, otherwise sudo may not work properly09:48
redguythis is where most securiti issues originate...09:48
THX-1138sean0hh, what number is your terminal? and what happens if you type "startx"?09:48
lupine_85that, and the obvious increased vulnerability of a password that's used every fifteen minutes ;)09:48
ompaulGumby, so set up two users one called ceaser and one for yourself :) ohh roots name has changed09:48
sean0hhi type startx09:48
sean0hhnadda happens09:48
sean0hhnot loaded?09:48
sean0hhi just installed so09:48
sean0hhi got a pic express vcard so09:48
Flannelsean0hh: which ubuntu CD did you install from?09:48
Cheef-Danielhi, could somebody please help me to recover data from a bad disk?09:49
sean0hhummmmm09:49
thanksjackand cmd to reset dhcp?09:49
sean0hhlive cd09:49
sean0hhlemme look09:49
THX-1138sean0hh - maybe not enough informationbut, try sudo dpkg-reconfigure xserver-xorg09:49
=== pianoboy3333 [n=alex@ool-43567d61.dyn.optonline.net] has left #ubuntu ["HEY!]
Neo8750thanksjack: dhclient eth009:49
sean0hhtried that command09:49
thanksjackthanks09:49
Neo8750oh yeah thats sudo09:49
=== ichdasic1 [i=ich@p508D3D4F.dip0.t-ipconnect.de] has joined #ubuntu
Gumbyompaul: huh?  I have a root pass set, I just created a user, roots pass is the same09:49
redguyGumby: wrong09:49
THX-1138sean0hh - What happened?09:49
=== anarchist [n=anarchis@ADijon-258-1-1-51.w86-213.abo.wanadoo.fr] has joined #ubuntu
Gumbyredguy: I just did it.  how can you tell me its wrong09:50
sean0hhsays no such file09:50
FlannelGumby: right, root password is the same regardless, which is why it's troublesome if you have multiple people using it. harder to change, more people know it, etc09:50
sean0hhits ununtu server609:50
Jaak_how do i recode a reg file?09:50
sean0hhthats one i dloaded09:50
Flannelsean0hh: sudo apt-get install ubuntu-desktop09:50
GumbyFlannel: why would people have roots password?09:50
Jaak_to ascii09:50
Flannelsean0hh: heh.  yeah, that's why.09:50
sean0hhlol09:50
Flannelsean0hh: you don't have a GUI yet09:50
GumbyFlannel: you dont have to give a root password to anyone09:50
THX-1138ah - no desktop installed sean?09:50
FlannelGumby: if we weren't using sudo, we need to give out the root password if we wanted other people to be able to install stuff, etc.09:50
GumbyFlannel: where/when did I say anything about sudo and not using it?09:51
=== usr13 [n=cap@adsl-68-90-124-25.dsl.rcsntx.swbell.net] has joined #ubuntu
sean0hhok so above command should work?09:51
=== gubluntu [n=gubuntu@ool-182c6c80.dyn.optonline.net] has joined #ubuntu
Flannelsean0hh: the apt-get one? it will09:51
sean0hhthanx09:51
=== mortalguy [n=mortal@213.237.66.155.adsl.od.worldonline.dk] has joined #ubuntu
sean0hhbrb09:51
Flannelsean0hh: afterwards, you'll want to switch your kernel to a non-server one too.09:51
redguyGumby: I'm saying you did wrong ;-)09:51
Gumbyredguy: why though?09:51
ompaul!offtopic09:52
ubotu#ubuntu is the Ubuntu support channel, #ubuntu+1 supports the development version of Ubuntu and #ubuntu-offtopic is for random chatter. Welcome!09:52
THX-1138sudo apt-get install ubuntu-desktop - if you used the server install cd yes. approx. 100+ mega bytes09:52
ompauldebates in #ubuntu-offtopic please09:52
Flannelompaul: just about to mention that ;)09:52
Vai0SaleHello! I am selling Sony Vaio AR190G Notebooks (Core Duo T2500 2 GHz /17" /2GB DDR2 /200 GB HDD @ 7200 rpm /256MB GDDR SDRam / 17" WUXGA TFT Active Matrix (1920 x 1200)/DVD+-RW- / Blu-Ray disc), brand new for $ 500, if interested send me an e-mail or msg now inti3m@yahoo.com  , Thank You09:52
=== zapcojake [n=jake@rbpool1-49.leru.net] has joined #ubuntu
ompaulFlannel, well you are so lazy waiting on me ;-)09:52
=== pilsun [n=anuzis@c-68-41-208-120.hsd1.mi.comcast.net] has joined #ubuntu
gubluntulooks like a ban to me09:52
=== mode/#ubuntu [+o ompaul] by ChanServ
=== Vai0Sale [n=megani@88-104-169-86.dynamic.dsl.as9105.com] has left #ubuntu [requested]
=== mode/#ubuntu [+b *!*@88-104-169-86.dynamic.dsl.as9105.com] by ompaul
=== mode/#ubuntu [-o ompaul] by ChanServ
gubluntupoof09:52
GumbyI dont even know what is being debated.  lol.  I am being blasted for not using sudo yet I never said anything about not using sudo.  I just gave a solution to a question asked by a user09:52
Neo8750=)09:52
brian98looks like a scam too09:52
THX-1138ban!09:52
=== Rondom [n=Rondom@p54AEF251.dip.t-dialin.net] has joined #ubuntu
THX-1138ubuntu-ebay - rofl09:53
=== Frostbite [n=adam@82-47-18-35.cable.ubr02.brom.blueyonder.co.uk] has joined #ubuntu
pilsunis it a common problem having firefox fail to install new plugins after a fresh installation? (e.g. flash or java)09:53
=== Frostbite [n=adam@82-47-18-35.cable.ubr02.brom.blueyonder.co.uk] has left #ubuntu ["Leaving"]
Neo8750a blueray drive itself is probly 500+09:53
ompaul!flash > pilsun09:53
ompaul!java > pilsun09:53
xvxvxwhats the icon paths for the icons on the gnome logout dialog, anyone?09:53
=== unreal_ [n=unreal@unaffiliated/unreal] has joined #ubuntu
usr13Is there an interactive gui like menu for adding repos?09:53
=== Jack_Sparrow [n=jack@ppp-69-236-244-143.dsl.sndg02.pacbell.net] has joined #Ubuntu
redguyusr13: synaptic can do it AFAIR09:54
THX-1138usr13 - Yess, it is part of synaptic09:54
Flannelusr13: Software Properties09:54
Rondomusr13: yes, you find it using synaptic or update-manager09:54
Gumbyxvxvx: /usr/share/icons/gnome/48x48/apps/gnome-logout.png09:54
=== cyberworks [n=ubuntu@a62-251-25-103.adsl.xs4all.nl] has joined #ubuntu
xvxvxGumby, ah thanks09:54
Gumbyxvxvx: that was one of the results of sudo updatedb && locate logout |grep png09:54
cyberworkshi there09:54
Gumbyxvxvx: it may depend on your screen resoultion, I am not sure09:54
cyberworkswhat happened with automatix?09:54
=== chuckyp [n=chuckyp@adsl-75-39-157-120.dsl.bcvloh.sbcglobal.net] has joined #ubuntu
chuckypWazzzzzzzzzzzzzzzup09:54
chuckypKnot 3 hit the repos yet?09:54
Flannelcyberworks: it breaks things, what else do you want to know?09:55
xvxvxGumby, i see09:55
=== mkquist_ [n=michael@h-69-3-181-20.lsanca54.dynamic.covad.net] has joined #ubuntu
cyberworksif its shutdown?09:55
Jack_Sparrowcyberworks: People finding it dosent work...?09:55
chuckypWhat doesn't work?09:55
Jack_Sparrowcyberworks: It messes up LOTS of systems every day09:55
usr13RedGhost`away: AFAIR ?09:55
Flannelcyberworks: doesn't look like it's shutdown.  we wouldn't mind if it were09:55
=== ltibor65 [n=ltibor65@dsl5402D934.pool.t-online.hu] has joined #ubuntu
chuckypJack_Sparrow: what are you talking about?09:56
THX-1138Good afternoon  Jack_Sparrow.09:56
redguyusr13: as far as I remember09:56
Jack_SparrowHi guys... Automatix...09:56
Hor|zonsirius, you still around?09:56
cyberworkswe tested it a few weeks ago here at the linux labs09:56
chuckypahh oh yeah automatix does bork stuff09:56
cyberworksand all was well then09:56
Jaak_how do i get the command recode to work?09:56
Flannel!worksforme09:56
ubotuCommon Sense: Just because you can, does not mean you should. Think before you do. "Works for me" does not mean it is ok. The latest version of everything is not always useful if you aim for stability.09:56
chuckypcyberworks: it borked my system09:56
mineraleHi, I have a windows installation on my first hard drive, after some recent updates the item has gone and grub does not show it anymore? can anyone help ?09:56
Neo8750so does that mean easyubuntu is going to come back??09:56
Jack_Sparrowcyberworks: You dont see the people in here every day with trashed systems09:56
=== hiffy [n=hiffy@206.53.54.77] has joined #ubuntu
=== hiffy [n=hiffy@206.53.54.77] has left #ubuntu []
zapcojakeanybody get gnome 2.16 working in Dapper?09:57
FlannelNeo8750: easyubuntu has never gone away?09:57
Jaak_nevermind09:57
chuckypminerale: The menu file for grub is /boot/grub/menu.lst09:57
=== hiffy [n=hiffy@206.53.54.77] has joined #ubuntu
=== [Deathmaster] [n=Linux@ns4.g23.net] has joined #ubuntu
THX-1138cyberworks - assuming you trust the automatix repositories ...09:57
Neo8750Flannel: people started useing automatix instead09:57
=== tuxub [n=amaia@87-196-56-199.net.novis.pt] has joined #ubuntu
Hor|zonI'm running 2.15...haven't tried 2.1609:57
cyberworksto be honest, the most people that come here are in for some support...09:57
FlannelNeo8750: easyubuntu came about after automatix, but this is offtic09:57
GumbyJaak_: are you expecting a windows command to be the same in linux?09:57
usr13I'm looking for a rep that has audacity09:57
Jack_SparrowEasyubuntu has been improved, but we still prefer people learn how to do things themselves09:57
hiffyI've installed glibc-doc, which says will give me the libc reference man pages in info; however, info printf isn't giving me the C printf09:57
FaeLLe[gentoo] what is special in edubuntu ?09:57
chuckyp!info audacity09:57
ubotuaudacity: A fast, cross-platform audio editor. In component universe, is optional. Version 1.2.4b-2ubuntu2 (dapper), package size 1842 kB, installed size 5460 kB09:57
=== johnny__ [n=johnny@c83-248-152-252.bredband.comhem.se] has joined #ubuntu
hiffywhat gibes?09:57
THX-1138usr13 - sourceforge09:57
hiffy*gives09:58
=== gu014 [n=gu014@c-69-249-139-145.hsd1.pa.comcast.net] has joined #ubuntu
chuckypusr13: in unerverse09:58
=== Narf [n=narf@HighspeedLan2-Area51.dobrich.net] has joined #ubuntu
Neo8750Flannel: how is it offtopic we are talking about a program for ubuntu and which one is newer and better to use09:58
chuckypusr13: s/uneverse/universe09:58
cyberworksbut the question was, is it taken offline?09:58
FlannelFaeLLe[gentoo] : it's client (student)/server (teacher) oriented, so you can show same thing on each screen, etc09:58
zapcojakeis there a dedicated gnome channel?09:58
FlannelNeo8750: because this is a support channel, not general discussion09:58
chuckypzapcojake: #gnome09:58
FaeLLe[gentoo] Flannel: ah ok09:58
zapcojakethanks09:58
=== thanksjack [n=chaos@S01060050bac94b86.cg.shawcable.net] has joined #ubuntu
FlannelFaeLLe[gentoo] : if you want the educational programs and stuff, you can get them from the repository separately, with another flavor of ubuntu09:59
=== zapcojake [n=jake@rbpool1-49.leru.net] has left #ubuntu ["Leaving"]
thanksjackI tried sudo chmod 4755 smbmnt and it said "chmod: cannot access `smbmnt': No such file or directory"09:59
cyberworkshmm, mabye i am barking up the wrong tree here :)09:59
Vegeta^Is it possible that the ~/.bashrc could be "launched" by other apps than the terminal?09:59
Flannelcyberworks: it hasnt been taken offline, I'm looking at their website right now.09:59
=== finalbeta [n=finalbet@d5152A68A.access.telenet.be] has joined #ubuntu
=== iqon [n=iqon@adsl-67-121-125-30.dsl.pltn13.pacbell.net] has joined #ubuntu
Flannelcyberworks: thanks for getting my hopes up ;)09:59
usr13Im actually asking for a friend, who has Kubuntu and he says that audacity is not listed in symantic package manager.10:00
chuckypI need a little help myself.  For some reason my windows partition which is auto mounted by ubuntu is showing up as two icons on the desktop hda1 and hda1(2) <--- A direct copy of the first link.  Any ideas on how to fix it?10:00
=== rambo3 [n=stone123@c-aff871d5.027-6-6b73641.cust.bredbandsbolaget.se] has joined #ubuntu
thanksjackusr13, his sources?10:00
Flannelusr13: he needs universe10:00
=== SiCuTDeUx [n=helix@190.39.86.185] has joined #ubuntu
usr13I was thinking he might need to add repos.10:00
=== Davey [n=davey@unaffiliated/davey] has left #ubuntu []
chuckypusr13: he needs to enable universe repo10:00
=== remnant [n=lenhan@user-0c9hcor.cable.mindspring.com] has joined #ubuntu
chuckypSystem > Administration > Software Sources10:00
Flannel!universe10:01
ubotuThe packages in Ubuntu are divided into several sections. See http://www.ubuntu.com/ubuntu/components https://help.ubuntu.com/community/Repositories and !easysource10:01
Flannelthere's a walkthrough10:01
thanksjackuse the gui, itps easier10:01
chuckypAny one else here dual booting with windows?10:01
thanksjackme10:01
Jack_Sparrowyes10:01
sklavyes10:01
=== eXistenZ [i=eXistenZ@unaffiliated/eXistenZ] has joined #ubuntu
chuckypWell when my system auto mounts my windows partition its showing two hda1 icons on the desktop one being a copy of the other10:02
=== x_O [n=spazz@c-68-59-239-97.hsd1.tn.comcast.net] has joined #ubuntu
THX-1138chuckyp - I think they are both windows one of them being the restore partition fat32 - you can change what is mounted on boot with system .  administration . disk s10:02
chuckypHave no idea where to begin.10:02
ninixanyone have an idea how to fix this: http://www.ubuntuforums.org/archive/index.php/t-195432.html10:02
=== tiller [n=doug@blk-89-193-248.eastlink.ca] has joined #ubuntu
thanksjackit's mounting twice?10:02
mineraleHi, I have a windows installation on my first hard drive, after some recent updates the item has gone and grub does not show it anymore? can anyone help ?10:03
chuckypWell not really mounting twice but showing two icons for the same mount hda1 and hda1(2)10:03
thanksjackI tried sudo chmod 4755 smbmnt and it said "chmod: cannot access `smbmnt': No such file or directory" What am I doing wrong?10:03
mineraleI do not know what to put on my menu.lst file10:03
=== ceari [n=689_fant@HSI-KBW-085-216-077-234.hsi.kabelbw.de] has joined #ubuntu
usr13thanks chuckyp & Fannel10:03
=== Somethingelse [n=Slava@142.204.142.213] has joined #ubuntu
fir3Flannel: i can't find that package :/10:03
THX-1138minerale - Yes, by editing /boot/grub/menu.lst file.10:03
chuckypTHX-1138: well when I type mount its only showing /dev/hda1 to /mnt/windows10:03
THX-1138!tell minerale > grub10:04
rambo3minerale, there are so many howtos on forums about that10:04
=== Tidus_ [n=tidus@unaffiliated/tidus] has joined #ubuntu
chuckypTHX-1138: I don't have a rescue partition10:04
=== pip [n=pip@221.234.209.96] has joined #ubuntu
usr13redguy> I did not understand your comment, "synaptic can do it AFAIR"10:04
pip!prelink10:04
ubotuprelink: ELF prelinking utility to speed up dynamic linking. In component universe, is optional. Version 0.0.20050901-1 (dapper), package size 659 kB, installed size 1016 kB (Only available for alpha amd64 i386 powerpc ppc64)10:04
Jack_Sparrowchuckyp: Please post your fstab to the pastebin   gedit  /etc/fstab   (sudo cp /etc/fstab ~/fstab.backup    to make a backup)10:04
x_OWhat does Error 21 is not a directory when i try to update synaptic10:04
chuckypTHX-1138: just /dev/hda1 -windows  /dev/hda2 - /   & /dev/hda5 - swap10:04
x_OOr when I first open it.10:04
=== cbx33 [n=pete@ubuntu/member/cbx33] has joined #ubuntu
usr13Could you please elaborate on that just a bit?10:04
usr13redguy:10:04
chuckypJack_Sparrow: alright hold up10:04
=== EvilIdler [n=hedyn@217-154-196.0101.adsl.tele2.no] has joined #ubuntu
PieroI'm here, sorry10:05
=== bahr [n=bahr@3e6b6855.rev.stofanet.dk] has joined #ubuntu
Pieroso, I said10:05
Pieroi10:05
THX-1138chuckyp - hm - i think more information would be helpful because i am lost. - try sudo  fdisk -l l=list10:05
Flannelfir3: which package?10:05
redguyusr13: synaptic can do it as far as i remember10:05
PieroI get a "wrong password" error if I do "su"10:05
Pieroand the typing root password10:05
bahrHi, why does amarok say, that it doesn't support mp3????10:05
PieroI can't understand the problem10:05
Flannelbahr: you need to install codecs first10:05
Flannel!tell bahr about mp310:05
Jack_SparrowPiero: Did you set a root password?10:05
fir3Flannel: the one with the ubuntu specific kernel patches10:05
redguyusr13: "do it" meaning it's a gui app that can add repositories with10:05
PieroJack_Sparrow, sure. In fact, if I login as root10:06
Pieroit works10:06
=== Sickfish [n=putte@h180n1fls34o284.telia.com] has joined #ubuntu
Pierobut from an user, if I do "su"10:06
=== alef0 [n=alef0@M932P002.adsl.highway.telekom.at] has joined #ubuntu
PieroI get wrong password10:06
Pieroit's strange10:06
x_OI can't run Synaptic! It says Error 21 - Is not a directory.   What do I do??10:06
Jack_SparrowPiero: Running as root user can also laed to problems..10:06
remnanthi, I've been trying for a day now; I've installed the server edition of ubuntu dapper, but now I need a desktop; I did `sudo apt-get install ubuntu-desktop` and then I did `sudo dpkg-reconfigure xserver-rg`, but when I `startx` it gives me a screenful of errors: "Cannot open device /dev/wacom".  I'd really appreciate if someone could help me10:06
usr13redguy, "AFAIR" is a command?10:06
=== simtower [n=wawawawa@pool-71-114-90-14.washdc.dsl-w.verizon.net] has joined #ubuntu
krazykitusr13: "as far as i remember"10:06
thanksjackremnant, did you update?10:07
mineralerambo3: how do I find them?10:07
usr13krazykit: ok, thanks10:07
Andrew67remnant: ubuntu-desktop is supposed to load GDM as well so startx would not be needed (if i recall)10:07
redguyusr13: no, it's an acronym As Far As I Remember10:07
usr13o10:07
AZzKikRTHEY TOOK OUR JERBZ!10:07
=== brian98 [n=brian@86.43.65.22] has joined #ubuntu
x_Owhat is error 21?10:07
usr13got it10:07
mineraleHi, I have a windows installation on my first hard drive, after some recent updates the item has gone and grub does not show it anymore? can anyone help ? I understand there are howtos but cant find them, anyonjek now?10:07
usr13sorry10:07
THX-1138remant - there are some entries for wacom in  /etc/x11/xorg.conf - could that be what is causing it?10:07
=== rexbron [n=rexbron@216.126.75.146] has joined #ubuntu
Jack_SparrowPiero: Setting a root password and logging in as root is not advised10:07
chuckypalright pasebin is at http://paste.ubuntu-nl.org/2367110:07
redguyx_O: depends on the program10:07
Andrew67remnant: also, /dev/wacom is for tablets, its a nonessential error10:07
x_OSynaptic10:07
x_Oapt-get10:07
Pieroyeah I know. but I would know10:07
Pierowhy I get wrong password10:07
=== gray_fox is now known as gray_fox[away]
remnantthanksjack: yes I did `sudo apt-get update` before those commands..10:08
chuckypTHX-1138: http://paste.ubuntu-nl.org/23671  I don't know why the swap is showing up twice? in fdisk -l10:08
x_OIt's saying that its a diretory10:08
tillerhi all,is there something i need to d/l to get Totem to show movie clips etc?10:08
Jack_SparrowPiero: USe sudo, or gksudo for gnome gui apps and kdesu for kde apps10:08
THX-1138minerale - editing /boot/grub/menu.lst should bring it back.10:08
=== rexbron [n=rexbron@216.126.75.146] has joined #ubuntu
chuckyp!tell teller about codecs10:08
=== zonum [n=zonum@adsl-11-5-102.mia.bellsouth.net] has joined #ubuntu
PieroJack_Sparrow, sure, but I would know the issue10:08
=== baconbacon [n=bacon@modemcable020.207-130-66.mc.videotron.ca] has joined #ubuntu
=== phaedrus44 [n=phaedrus@cpe-72-227-91-211.maine.res.rr.com] has joined #ubuntu
Pierothe same10:08
CromagDKseriously, im about to uninstall Ubuntu haha, its beggining to be to much for me now :S10:08
rambo3minerale, http://ubuntuforums.org/showpost.php?p=1201771&postcount=610:08
=== rexbinary [n=rexbinar@unaffiliated/rexbinary] has joined #ubuntu
siriusHor|zon - yes im here, was afk for a bit ,did you figure out why the X.org ati driver freezes ?10:09
remnantI get a blank screen; monitor says frequency out of range but I took a look at /etc/X11/xorg.conf plus I checked the horizontal and vertical sync10:09
redguyx_O: hmm maybe you have another synaptic open somewhere?10:09
chuckypWhoever else was asking about my pastebin its at http://paste.ubuntu-nl.org/2367110:09
x_ONo, i dont.10:09
remnantI did the lowest resolution possible10:10
rambo3is that edgy10:10
remnantI have to ctrl-alt-bksp to quit10:10
x_OI thought maybe it was my sources.list, bad syntax or something but .. I looked at it.10:10
=== lgine [n=levissim@213-140-16-187.fastres.net] has joined #ubuntu
remnantalternating resolutions do not work10:10
=== Healot [n=Healot@203.92.154.36] has joined #ubuntu
rambo3remnant, what driver .10:10
lginehttp://stream.oziosi.org:8000/antimtvday.ogg10:10
=== lgine [n=levissim@213-140-16-187.fastres.net] has left #ubuntu ["si]
remnantthe config auto chooses ss310:11
=== |thunder [n=e@c-68-60-143-198.hsd1.mi.comcast.net] has joined #ubuntu
=== epiloc [n=blake@ip68-105-230-129.lu.dl.cox.net] has joined #ubuntu
remnants/ss3/s310:11
epilocHor|zon, you there?10:11
THX-1138chuckyp - It isn't a default install configuration but, a seperate partition was created for /prc - not sure why that is that way.10:11
Jack_Sparrowchuckyp: Do you want to get rid of the desktop icon... can you manually delete the copy..?   To Remove Icons from Desktop Use Terminal and type gconf-editor browse to /apps/nautilus/desktop and uncheck volumes_visable10:11
Flannelfir3: er, I guess there's no package for it on dapper.  in breezy it was "linux-patch-ubuntu"10:11
chuckypTHX-1138: there is no partition for proc10:11
=== Siarom [n=gurgel@sec16.secrel.com.br] has joined #ubuntu
=== Milktea [n=evera@pool-71-106-243-61.lsanca.dsl-w.verizon.net] has joined #ubuntu
chuckypTHX-1138: look at the start and end for the swap10:12
=== Krank_ [n=Krank@h23.220.29.71.ip.alltel.net] has joined #ubuntu
chuckypJack_Sparrow: I want to get rid of the double icon10:12
redguyTHX-1138: /proc is virtual10:12
x_Oubuntu = broken every five minutes10:12
x_Osigh10:12
remnantlspci says "s3" (Trio32/64/64V+)10:12
=== Tidus_ [n=tidus@unaffiliated/tidus] has joined #ubuntu
=== blaa [n=unticha@125.25.45.221] has joined #ubuntu
chuckypJack_Sparrow: its showing hda1 and hda1(2) A copy of the first one on the desktop10:13
chuckypJack_Sparrow: both reference the same NTFS partition10:13
redguyx_O: mine isn't10:13
EvilIdlerIs it possible to set r8169-based NICs to not autonegotiate? ethtool isn't doing it, and mii-tool isn't supported.10:13
x_OMine is SO unreliable.10:13
Jack_Sparrowchuckyp: You are also running edgy... maybe they would know..10:13
x_OIt's basically default install, too. Cept codecs .. and small little things.10:13
chuckypJack_Sparrow: OMG I'm sorry thought I was in edgy channel10:13
=== KpeCToHoCeL| [n=viktor@81.198.21.193] has joined #ubuntu
=== xipietotec [n=jackfros@cpe-67-49-241-52.dc.res.rr.com] has joined #ubuntu
chuckypSry guys I'll go to edgy channel lol10:13
x_OMaybe losing data to bad sectors on HDD ... hmm.10:14
Jack_Sparrownp10:14
=== mkquist [i=Mkquist@h-69-3-181-20.lsanca54.dynamic.covad.net] has left #ubuntu []
=== andriijas [n=andreas@c-9961e255.2210-11-64736c14.cust.bredbandsbolaget.se] has joined #ubuntu
=== robertj [n=robertj@68-117-221-30.dhcp.athn.ga.charter.com] has joined #ubuntu
rambo3remnant, i know 0 about that driver10:14
rambo3!s310:14
ubotuSorry, I don't know anything about s3 - try searching on http://bots.ubuntulinux.nl/factoids.cgi10:14
andriijashow do i select the default soundcard to use with alsa?10:14
=== chuckyp [n=chuckyp@adsl-75-39-157-120.dsl.bcvloh.sbcglobal.net] has left #ubuntu []
xipietotecI'm trying to install a GTK theme, and I unpacked it into .themes like it says to...but when I go to preferences==>themes it doesn't list it10:14
THX-1138chuckyp - I don't see what formatting was applied to /hda3 - Is it formatted?10:14
rambo3xipietotec, you dont install like that10:14
=== drowland [n=daniel@dsl-hkigw8-feb4de00-99.dhcp.inet.fi] has joined #ubuntu
KpeCToHoCeL|how can I wach video on Ubuntu? is it possible?10:14
xipietotecokay, how do I?10:14
=== Huhn_2punkt0 [n=Huhn@p54AC689B.dip.t-dialin.net] has joined #ubuntu
=== root_ [n=root@CPE0080c8cd16a1-CM00159a648146.cpe.net.cable.rogers.com] has joined #ubuntu
gubluntuxipietotec, just drag the pkg into the theme window10:15
gubluntuthe compressed file10:15
rambo3xipietotec, just open theme manager and open file.tar.gz2 or whatever unpacked10:15
=== santos [n=santos@h177n2c1o1035.bredband.skanova.com] has joined #ubuntu
blaawhat is pastebin.ca10:15
=== subpar [n=subpar@cpe-70-112-207-117.austin.res.rr.com] has joined #ubuntu
ladydoor!paste > blaa10:15
root_hi, how do increase the ip_conntrack table in ubuntu?10:15
=== grimx [n=gent311@71-35-2-124.phnx.qwest.net] has joined #ubuntu
subparugh, I just spent the last 10 hours in windows10:15
xipietotecfile format is invalid?10:15
THX-1138!tell blaa about paste10:15
subparI need to take a shower10:16
=== Chu [n=chubuntu@cpe-66-74-195-151.san.res.rr.com] has joined #ubuntu
grimxi need libc6 2.3.4 so i can install w32codecs10:16
ladydoor!tell KpeCToHoCeL| about multimedia10:16
root_i want to increase this: ip_conntrack version 2.4 (8190 buckets, 65520 max) - 232 bytes per con10:16
gu014whats the best way to transfer and burn tivo files to dvd?10:16
xipietotechttp://www.gnome-look.org/content/show.php?content=38485 <---this is the theme I'm trying to install, I get a file format is invalid error10:16
=== Siarom [n=gurgel@sec16.secrel.com.br] has left #ubuntu []
Huhn_2punkt0help. I fucked up my grub, so I can only run windows. however I can not fix it from windows as I can't access my linux partitions anymore as they are fucked too: http://img301.imageshack.us/img301/269/helpri0.gif10:16
Huhn_2punkt0oh sorry for the bad language10:16
Huhn_2punkt0!10:16
THX-1138gu014, - mencoder ??10:17
=== ferbombo [n=fernando@66-29-235-201.fibertel.com.ar] has joined #ubuntu
remnanthmm, looking at the log..10:17
gu014THX-1138: not familiar with mencoder?10:17
Jack_SparrowHuhn_2punkt0:    http://users.bigpond.net.au/hermanzone/SuperGrubDiskPage.html10:17
=== idaho45 [n=john@200.84.64.13] has joined #ubuntu
Huhn_2punkt0thanks, will give it a try10:18
=== MrRio [n=rio@pdpc/supporter/sustaining/MrRio] has joined #ubuntu
=== schmity_ is now known as schmity
xipietotechrmm...try installing the dev10:18
remnantis there a way to determine the amount of video ram on the card?10:19
xipietotecremnant: Yes, what's your card type?10:19
THX-1138Huhn_2punkt0, - there are several apps that add explorer like abilities for ext2/3 filesstems to windows. - did you try the ubuntu alternate text install cd rescuemode?s10:19
KpeCToHoCeL|http://www.steampowered.com/v/index.php?area=game&AppId=937&  Wich player is for dis one?10:19
remnantxipietotec: ss310:19
remnants/ss3/s310:19
xipietotecThat's the full name of the card?10:19
Jack_Sparrowgu014: Start here   http://www.ptvupgrade.com/10:19
xipietotecor just what ubuntu device manager brings up as the actual chipset?10:19
thanksjackany reason why my ntfs mount might not show up in "Computer" but would in "Desktop" in gnome ?10:20
remnantxipietotec: it's an old card I had laying around after my other died10:20
=== aru [n=aru@71-34-225-199.eugn.qwest.net] has left #ubuntu []
=== Ginks [i=Jinx@68-187-28-163.dhcp.scts.ne.charter.com] has joined #ubuntu
Huhn_2punkt0THX-1138: I know; i got these. it's just that I wrote to the linux partition via dos startupcommand, when the drivers weren't loaded yet. this then made the partition unmountable for windows.10:20
THX-1138Huhn_2punkt0, - ubotu has a link for repairing grub also10:20
remnantlspci says "s3" (Trio32/64/64V+)10:20
THX-1138!grub10:20
ubotugrub is the default Ubuntu boot manager. Lost grub after installing windows: https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows - Making GRUB floppies & other GRUB howtos: https://help.ubuntu.com/community/GrubHowto10:20
=== Tidus_ [n=tidus@unaffiliated/tidus] has joined #ubuntu
Huhn_2punkt0ah k10:20
Huhn_2punkt0I will try that10:20
=== rambo3 [n=stone123@c-aff871d5.027-6-6b73641.cust.bredbandsbolaget.se] has joined #ubuntu
xipietotecremnant:     http://www.s3graphics.com/legacy.jsp10:21
=== justin_ [n=justin@modemcable138.202-203-24.mc.videotron.ca] has joined #ubuntu
=== sklav [n=sklav@64.235.218.42] has left #ubuntu ["Leaving"]
THX-1138Huhn_2punkt0, - (embarassed) this isn't something i have seen. fsck maybe???10:21
THX-1138Huhn_2punkt0, - use a live cd to fsck?10:22
=== mcphail_ is now known as mcphail
xipietotecwhy the heck is it telling me the file format is invalid on a GTK+ theme I got off of gnome-looks?10:22
remnanthmm, bad link =-/10:22
=== phaedrus44 [n=phaedrus@cpe-72-227-91-211.maine.res.rr.com] has joined #ubuntu
=== netG [n=simone@217.201.214.21] has joined #ubuntu
xipietotechttp://www.s3graphics.com/en/index.jsp go to here, use search function10:23
=== Android [n=Android_@81-179-115-142.dsl.pipex.com] has joined #ubuntu
xipietotecfind Trio32 or 64, etc.10:23
thanksjackany reason why my ntfs mount might not show up in "Computer" but would in "Desktop" in gnome ?10:23
=== unlucky1 [n=mike@adsl-218-165-253.jax.bellsouth.net] has joined #ubuntu
=== JoseStefan [i=Stealth@65sdl30m49.codetel.net.do] has joined #ubuntu
=== knoppix__ [n=knoppix@S0106001150a8105f.wp.shawcable.net] has joined #ubuntu
Jack_Sparrowxipietotec: get one of the gnome themes from gnome-look.org10:24
unlucky1is there a way to disable mounted media from displaying on the desktop?10:24
xipietotecJack_sparrow: I did! but the theme manager is telling me it's an invalid file format10:24
=== talisein [n=talisein@c-67-160-253-166.hsd1.ca.comcast.net] has joined #ubuntu
xipietotecthis is the theme I'm trying to install http://www.gnome-look.org/content/show.php?content=3848510:25
knoppix__i want to make a 19 gig archive file on a vfat filesystem that has a maximum of 4gig filesize, anyone have a suggestion on how to do this ?10:25
THX-1138xipietotec, - It is annoying isn't it. many packagers don't follow the guidelines. don't worry, there is another very simple way to install themes.   open your user name directory and CTRL+H to unhide directories add your new theme didirectory to .themes10:25
ahallerTHX-1138, sorry what is "diff"?10:25
=== andriijas [n=andreas@c-9961e255.2210-11-64736c14.cust.bredbandsbolaget.se] has left #ubuntu []
=== llllll972 [n=llllll@glo44-2-82-224-115-1.fbx.proxad.net] has joined #ubuntu
xipietotecTHX: I did that too, but no new theme pops up10:25
finalbetaI'm using firefox, the browser has had allot of updates/Security vulns. How can ubuntu users get those updates? Automatic update doesn't work, and the update manager never shows anything firefox related?10:25
Jack_Sparrowxipietotec: You selected gnome themes or gtk themes.. on gnome-look.org10:26
yarddog_im looking for something for dual heads, any clues on the ati driver and this?10:26
=== Raz` [i=Azr@nc-76-3-206-10.dhcp.embarqhsd.net] has joined #ubuntu
=== Tommck [n=Tommck@dpc691918232.direcpc.com] has left #ubuntu []
=== llllll972 [n=llllll@glo44-2-82-224-115-1.fbx.proxad.net] has joined #ubuntu
Jack_Sparrowxinerama maybe10:26
THX-1138ahaller - It can compare and list the difference between two files. - very usefull when you need to apply patches or just see what has changed in a file.10:26
Raz`Hi, I'm trying to install Ubuntu, but I have no CD-Rs so I just wrote the ISO to my flash drive, which my mobo supports booting from. Using Syslinux, it says 'could not find kernel image' when I try to boot from it10:26
=== remnant must be getting a different page than you are?
=== wattage [n=wattage@c-24-7-194-240.hsd1.il.comcast.net] has joined #ubuntu
xipietotecJack_Sparrow: Yes, this is a GTK2.X theme for gnome10:27
Jack_Sparrowxipietotec: and you are dropping the theme onto the theme manager in gnome/Ubuntu?10:27
xipietotecYes10:27
xipietotecI also tried just unpacking it into .themes10:27
xipietotecI get no new themes10:27
=== remnant will just guess the video ram for now
Jack_Sparrowxipietotec: and you tried a NON-gtk theme..10:27
JoseStefanfinalbeta, i'm sure ubuntu has those fixes10:27
xipietotecErr....IT says it's a GTK2.X theme10:27
=== simtower [n=wawawawa@c-69-255-188-5.hsd1.va.comcast.net] has joined #ubuntu
Raz`Can anyone help me? Seems this is a minor problem to fix10:28
Juhazxipietotec, it's whole bunch of gtk2.x themes for gnome. and it has an extraneous directory to boot which is why unpacking doesn't work either10:28
JoseStefanfinalbeta, oh... 1.5.0.7 is out, nevermind10:28
Jack_Sparrowxipietotec: BAck to my original suggestion.. try a GNOME theme NOT a GTK theme from there10:28
thanksjackany reason why my ntfs mount might not show up in "Computer" but would in "Desktop" in gnome ?10:28
=== anarchist [n=anarchis@ADijon-258-1-1-51.w86-213.abo.wanadoo.fr] has joined #ubuntu
=== netG [n=simone@217.201.214.21] has left #ubuntu []
Juhazxipietotec, put the subdirectories into ~/.themes, not the toplevel10:29
=== afflux [n=discoflu@Ub656.u.pppool.de] has left #ubuntu []
=== Ramunas [n=Ramunas@85.206.235.58] has left #ubuntu []
xipietotecOkay, I'll try that10:29
=== reggaemanu__ is now known as reggaemanu
=== tomp [n=tomp@adsl-69-208-212-219.dsl.emhril.ameritech.net] has joined #ubuntu
=== edinho [n=edinho@201.78.187.150] has joined #ubuntu
Raz`Anyone help me with my installation prob?10:29
thanksjack!ask10:29
ubotuDon't ask to ask a question. Just ask your question :)10:29
Juhazalso, gtk themes don't show up in the theme manager main window, only in "controls" tab behind the details button10:29
Raz`I already did, want me to paste? lol10:30
MattJSo I can ask then?10:30
finalbetaJoseStefan, so I figure every ubuntu users browser is vuln.10:30
=== pianoboy3333 [n=alex@ool-43567d61.dyn.optonline.net] has joined #ubuntu
=== eobanb [n=eoban@2001:18e8:2:604:20d:93ff:fe2d:bb38] has joined #ubuntu
=== nomasteryoda [n=nomaster@ip68-99-148-93.mc.at.cox.net] has joined #ubuntu
=== _TomB [n=tomb@host217-44-1-35.range217-44.btcentralplus.com] has joined #ubuntu
thanksjacknope, got it Raz, and I've never tried that before10:30
Raz`Well I don't see how it's much different than booting from a CD10:31
JoseStefanfinalbeta, file a bug report (if one doesnt exist)10:31
thanksjackme neither10:31
Raz`I just copied all the files onto the root of my flash drive10:31
thanksjackis it bootable?10:31
Raz`but it can't find the kernel image. How would I point it in the right direction?10:31
Raz`yes10:31
THX-1138finalbeta - do you have a link?10:31
|thunderusb can only boot if mobo supports it10:31
thanksjackyou have the kernel image on the flash right?10:31
xipietotecJuhaz: That doesn't work either10:31
Raz`i am booting from the usb10:31
finalbetalink? Yeah, I've posted bugs before, never got a sollution, so I gave up on that.10:32
Raz`I unzipped the iso to my flash drive10:32
JoseStefanTHX-1138, http://www.mozilla.com/firefox/releases/1.5.0.7.html10:32
=== rmd wishes there was a way to remove joins/parts from xchat-gnome
|thunderi think U3 drives can boot just like a USB scsi drive10:32
Raz`it boots fine, just doesn't find the kernel image: linux10:32
thanksjackI tried unzipping an iso to a cd and it wouldn't work10:32
=== icet [n=chatzill@201-24-98-140.fnsce703.dsl.brasiltelecom.net.br] has joined #ubuntu
THX-1138JoseStefan - Thank You.10:32
Jack_Sparrowrmd... there is10:32
tomphelp please... installing dapper from iso, no xvid, text and fb ok, err is 'X cannot stat /etc/X11/X no such f or d -- aborting"  S3 Virge/GC pci card10:32
rmdJack_Sparrow: do share10:32
thanksjackdoes it give you the option of finding the kernel?10:32
=== iXce is now known as iXce[BNC]
=== ichdasic1 is now known as ichdasich
=== jrattner1 [n=jrattner@uhartford229115.hartford.edu] has joined #ubuntu
finalbetareboot.10:32
cassidyrmd: it's a option in .xchat2/xchat.conf10:32
=== tich [n=nappy@MTL-ppp-154774.qc.sympatico.ca] has joined #ubuntu
icethow can I apt-get install exmap? Any adress I can put on my source.lst?10:33
Jack_Sparrowrmd: I actually use Konversation in Ubuntu, but others have done it. I just didnt pay attention since I dont use it.10:33
=== Jtkiefer [n=jtkiefer@pdpc/supporter/active/Jtkiefer] has joined #ubuntu
=== maxel [n=maxel@pD9E917D2.dip0.t-ipconnect.de] has joined #ubuntu
JoseStefan!exmap10:33
ubotuSorry, I don't know anything about exmap - try searching on http://bots.ubuntulinux.nl/factoids.cgi10:33
xipietotecbut then again, none of my default ubuntu themes are in .themes either10:33
Jtkieferanyone else having huge problems with apt-get10:33
Jtkiefer???10:33
rmdcassidy: i'll take a look.  thanks10:33
=== andriijas [n=andreas@c-9961e255.2210-11-64736c14.cust.bredbandsbolaget.se] has joined #ubuntu
=== iXce[BNC] is now known as iXce
=== maxel [n=maxel@pD9E917D2.dip0.t-ipconnect.de] has left #ubuntu ["Verlassend"]
Jack_Sparrowpeople, time for me to run...  play nice have fun. See you tomorrow or maybe later tonight..10:33
=== drowland [n=daniel@dsl-hkigw8-feb4de00-99.dhcp.inet.fi] has left #ubuntu []
JoseStefan!info exmap edgy10:33
ubotuexmap: determine how much physical memory and swap is used by individual processes. In component universe, is optional. Version 0.9-2 (edgy), package size 114 kB, installed size 424 kB10:34
|thunderlater Jack_Sparrow10:34
remnantmy card is crappy; something's gone awry.. I gave exact monitor specifications yet it still screws up10:34
=== lix_ [i=ERROR@fw-hgkz.hgkz.ch] has joined #ubuntu
cassidyrmd: in fact it's the same file than with xchat. So, if you disable it with xchat it will work with x-g too10:34
=== debugger_ [i=Rui@217.129.151.190] has joined #ubuntu
remnantxorg logs say h and v sync out of range and insufficient video ram10:34
remnantargh10:35
=== andrzej [i=giwofu@nat-dom.aster.pl] has joined #ubuntu
=== gubluntu [n=gubuntu@ool-182c6c80.dyn.optonline.net] has left #ubuntu []
=== rawler [n=ulrik@c-274fe155.98-2-64736c13.cust.bredbandsbolaget.se] has joined #ubuntu
xipietotecAnyone else? Where does ubuntu keep the default themes?10:35
=== llllll972 [n=llllll@glo44-2-82-224-115-1.fbx.proxad.net] has left #ubuntu []
Raz`It looks like it's because of there being no boot sector or something10:35
xipietotecbecause mine do not show under .themes10:35
xipietotecand It won't recognize this theme10:35
rmdcassidy: irc_who_join?10:35
=== llllll972 [n=llllll@glo44-2-82-224-115-1.fbx.proxad.net] has joined #ubuntu
=== llllll972 [n=llllll@glo44-2-82-224-115-1.fbx.proxad.net] has left #ubuntu []
=== iXce is now known as iXce[BNC]
=== olin [n=farty@cpc1-runc2-0-0-cust18.bagu.cable.ntl.com] has joined #ubuntu
x_Oapt-get is BROKEN.10:36
andriijasis not10:36
x_OError 21 - is a directory10:36
JtkieferI don't think it's apt-get that's having issues10:36
x_O>_< death10:36
JtkieferI think it's the repositories10:36
=== pink_bastard [n=John_bar@bzq-84-108-134-152.cablep.bezeqint.net] has joined #ubuntu
cassidyrm_you: i don't know10:36
cassidyrmd : oups :)10:36
x_OWhat could it be? Synaptic does the same thing. Figured it was sources.list but I don't see anything wrong with it.10:36
=== Marsmensch [n=daniel@dslb-084-056-071-137.pools.arcor-ip.net] has joined #ubuntu
olini've just read the guide to install the ati binary drivers. before i did this, i never had 3d support, now I do. However, i have dual monitor, which now isn't working, when it did previousley10:37
=== ZeroOn1 [n=b0000000@dsl081-161-076.sea1.dsl.speakeasy.net] has joined #ubuntu
rm_youlol10:37
=== rmd [n=jason@c-24-99-236-50.hsd1.ga.comcast.net] has joined #ubuntu
=== xjonex [n=jone@dsl-roigw1-fe8ede00-5.dhcp.inet.fi] has joined #ubuntu
ZeroOn1is there a way to have remote music track control and broadcasting on ubuntu?10:37
=== andriijas [n=andreas@c-9961e255.2210-11-64736c14.cust.bredbandsbolaget.se] has left #ubuntu []
olinthe second monitor is there, and after installing the binary drivers, i did the same aticonfig setup10:38
olinjust isn't working now?10:38
SillyZquestion , 6.06.1 is the current version of ubuntu ?10:38
olinmaybe i try replacing the aticonfig created xorg.conf file with the backup id did.10:38
x_OE: Read error - read (21 Is a directory)10:38
x_OThat's the error I get...10:39
THX-1138ZeroOn1, - vlc can stream through it's own web interface. were you looking for a script to use with irc?10:39
=== kibozo [n=kibozo@c-68-35-8-228.hsd1.nm.comcast.net] has joined #ubuntu
=== nickdanger [n=nickdang@015-858-980.area5.spcsdns.net] has joined #ubuntu
xipietotecAnyone else able to help me with the theme issue?10:39
=== brian98 [n=brian@86.43.65.22] has joined #ubuntu
=== ZeroOn1 [n=b0000000@dsl081-161-076.sea1.dsl.speakeasy.net] has left #ubuntu []
THX-1138I think there might be an interace for mplayer and xmms - though i haven't used them10:40
xipietotecI am completely unable to get this theme to work10:40
=== rawler [n=ulrik@c-274fe155.98-2-64736c13.cust.bredbandsbolaget.se] has joined #ubuntu
tompwhat video cfg tools does ubuntu dapper have? i have no xvid with s3 virge pci10:40
=== anarchist [n=anarchis@ADijon-258-1-1-51.w86-213.abo.wanadoo.fr] has joined #ubuntu
=== iXce[BNC] is now known as iXce
Raz`Anyone have any idea how to put the ubuntu iso onto a flash drive where it will boot properly so I can install it?10:41
Raz`my mobo and the drive supports booting, none of that is the problem10:41
x_OAnyone know how to correct : "E: Read error - read (21 Is a directory)" ?10:41
=== sean0hh [i=sean0hh@pppoe-66-225-176-45.vianet.ca] has joined #ubuntu
=== B_166-ER-X [n=ghost@c66.110.162-85.clta.globetrotter.net] has joined #ubuntu
sean0hhheh ok back10:41
sean0hhok that worked10:41
THX-1138cool10:41
sean0hhbut now resolution all funky10:41
sean0hhlol10:41
sean0hhmust be vcard10:41
sean0hhthere a way to change that?10:42
sean0hhbeen a long time10:42
=== miteyMite` [n=mite@ip24-255-245-30.ks.ks.cox.net] has joined #ubuntu
sean0hhxorg file or something10:42
sean0hhx1110:42
sean0hhcant remember been a year10:42
=== pianoboy3333 [n=alex@ool-43567d61.dyn.optonline.net] has joined #ubuntu
Raz`Anyone help me with getting ubuntu to install from a flash drive?10:42
=== kibozo [n=kibozo@c-68-35-8-228.hsd1.nm.comcast.net] has joined #ubuntu
=== hyperb0lix [n=hyperb0l@h69-130-194-156.69-130.unk.tds.net] has joined #ubuntu
=== kibozo is now known as yarddog
Jtkieferanyone had any success getting the update packages through a browser using http instead of apt-get?10:43
=== micromoog [n=micromoo@c-69-245-24-86.hsd1.tn.comcast.net] has joined #ubuntu
JtkieferI'm thinking of trying that now10:43
=== nickoy [n=Steady@ip70-160-27-40.hr.hr.cox.net] has joined #ubuntu
=== beerockxs [n=beerockx@xdsl-81-173-189-87.netcologne.de] has joined #ubuntu
Jtkieferbut I'm not sure if it'll work10:43
|thunderRaz`, did you extract the ISO to the flash drive. or just copy the ISO over ?10:43
=== rmd [n=jason@c-24-99-236-50.hsd1.ga.comcast.net] has joined #ubuntu
=== sugoi_ [n=ryan@67.60.94.161] has joined #ubuntu
sean0hhneed resolution help please10:44
rmdcassidy: i can't find the option10:44
Raz`I extracted the iso10:44
Raz`it boots, it just can't find the kernel10:44
JoseStefanfinalbeta, i filed the bug for firefox10:44
cassidyrmd: i don't know, sorry10:44
sugoi_using ext3, what can i do to undo an 'rm' of a file? (running ubuntu...so i thought i'd ask here)10:44
THX-1138sean0hh -np - nah, either run sudo dpkg-reconfigure xserver-xorg again or sudo gedit /etc/X11/xorg.conf directlly10:44
Raz`I've reformatted the flash drive to FAT32 and I'm looking at installing GRUB or something onto it to give it a boot sector10:44
sean0hhty10:44
Raz`but this is mostly greek to me so I'm kinda lost :P10:44
=== Senesence [n=senesenc@ool-4354ab60.dyn.optonline.net] has joined #ubuntu
miteyMite`if i go with ubuntu server edition and install X and gnome after the initial install completes it wont really feel/look the same as the gnome that ships with the desktop edition.... but also i dont need all the tons of extra applications that come with the desktop edition... am i given a chance to exclude certain software packages during the desktop installation procedure?10:45
=== SirKillalot [n=sirk@dslb-084-056-101-101.pools.arcor-ip.net] has joined #ubuntu
=== picasso [i=mike@chrondo.com] has joined #ubuntu
=== lupine_85 [n=lupine@nick.lupine.me.uk] has joined #ubuntu
picassoFailed to fetch http://us.archive.ubuntu.com/ubuntu/dists/breezy-updates/main/source/Sources.gz Sub-process gzip returned an error code (1)10:45
=== phitoo [n=phitoo@dpc674484141.direcpc.com] has joined #ubuntu
picassoi want to upgrade to 6.06 from 5.10 but i dont know why i get this error10:45
|thunderRaz`, if you extrqcted the ISO to the flash drive then you shouldnt need a boot oader10:45
|thunder*loader10:45
picassois that source different now?10:45
Raz`Well, it loaded fine, but it could not find kernel image: linux10:46
Raz`pm me if you have an idea, i'll bbs10:46
SenesenceHow do I get the "tree" bash command to work in ubuntu? For some reason it doesn't register as a command in the terminal.10:46
=== cpk2 [n=cpk@sjs-130-65-211-7.sjsu.edu] has joined #ubuntu
|thunderpicasso, sometimes the servers are down10:46
=== clyons [n=clyons@83-71-86-171.b-ras1.chf.cork.eircom.net] has joined #ubuntu
=== solsTiCe [n=chatzill@d213-103-42-25.cust.tele2.fr] has joined #ubuntu
|thunderSenesence, have to install it. sudo apt-get install tree10:46
ompaulpicasso, that should be up to date try pointing at ie.archive  (huge bandwidth they shift more than kernel.org every day, and they mirror kernel.org) or archive10:46
Senesencethanks |thunder10:47
picassoie.archive.ubuntu.com ?10:47
=== Senesence [n=senesenc@ool-4354ab60.dyn.optonline.net] has left #ubuntu []
ompaulpicasso, yes10:47
picassok10:47
=== tomcatt [n=tomcatt@216.147.130.76] has joined #ubuntu
picassohooray, works. thanks10:48
=== DeadSouL [n=ubuntu@88.226.186.251] has joined #ubuntu
tomcatt!wifi10:48
ubotuWireless documentation can be found at https://help.ubuntu.com/community/WifiDocs10:48
picassooi10:49
blaawhat is gdb?10:49
picassook back to the problem i used to have :) "Could not calculate the upgrade" "A unresolvable problem occured while calculating the upgrade. Please report this as a bug."10:49
=== profoX` [n=profox@d51A52303.access.telenet.be] has joined #ubuntu
blaahow to use gdb10:49
blaa?10:49
ompaulblaa, it is the gnu debugger and how to use it way beyond the scope of this channel please go to #gcc  they might be of more use to you10:51
ompaulblaa, you ccould try #ubuntu-motu if anyone has the time there10:51
=== idaho45 [n=john@200.84.64.13] has joined #ubuntu
=== graveson [n=graveson@212.71.37.89] has joined #ubuntu
=== xplic1t [n=xplicit3@xlate-2-24.webster.edu] has joined #ubuntu
surgyok im back10:52
gravesonwhich combination of harware and software could for archiving  VCR tapes to MPEG ?10:52
surgysorry bout that10:52
=== phitoo [n=phitoo@dpc674484141.direcpc.com] has joined #ubuntu
=== pk0nink [n=roselawn@c-71-56-157-9.hsd1.or.comcast.net] has joined #ubuntu
=== solsTiCe [n=chatzill@d83-177-203-194.cust.tele2.fr] has joined #ubuntu
xplic1tI've lost root access to mysql and I haven't had success resetting the permissions, should I and how do I uninstall/reinstall mysql5 ?10:53
hondjegraveson: a capture card and transcode would be fine10:53
Somethingelsei think mysql has a password recovery method...10:53
sugoi_...is there nothing i can do after rm'ing a file?10:53
Somethingelsebut i can't remember the method...10:54
gravesonhondje: can you inform where i can find out which supported card i can purchase ?10:54
xplic1tyes.. http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html but i either can't follow it, or it just doesn't like me.10:54
=== Xal_ [n=Xal@p54A6FD31.dip.t-dialin.net] has joined #ubuntu
ompaulxplic1t,  http://www.tech-faq.com/reset-mysql-password.shtml10:54
dcrocecan i download skins for xmms anywhere?10:54
hondjegraveson: I don't know offhand, sorry10:54
sugoi_well...is there anything i can do to force an upgrade? (refresh the kernel)10:54
hondjeperhaps the mythTV site10:54
=== ucordes [n=ucordes@p5085DF84.dip.t-dialin.net] has joined #ubuntu
dcrocei guess its website:P10:54
dcrocenvm10:54
=== keescook [n=kees@mylar.outflux.net] has joined #ubuntu
surgyden10:55
=== MystaMax [n=mystamax@c-24-98-118-36.hsd1.ga.comcast.net] has joined #ubuntu
JoseStefanxplic1t, try #mysql10:55
=== tuxtux [n=slackj@host190-172-dynamic.55-82-r.retail.telecomitalia.it] has joined #ubuntu
xipietotecany help installing a gtk theme for ubuntu?10:55
xplic1toh, maybe my question is, how do i Start the mysqld daemon process with the --skip-grant-tables option.10:55
xplic1twhat is the command to start it?10:55
tuxtuxciao10:55
surgyare you the off brand x-ibit?10:55
Somethingelsedid you try it with or without single quotes?10:56
Somethingelseif with, your password has single quotes in it :)10:56
=== clyons [n=clyons@83-71-86-171.b-ras1.chf.cork.eircom.net] has left #ubuntu ["Leaving"]
Jtkieferthere a way to install kde on ubuntu without going full out to kubuntu?10:56
Somethingelseor did you get an error running any of those commands?10:56
Jtkieferand preferably make it switchable between the two10:56
Somethingelseyea, but you may as well10:56
xipietotecAnyone? I can't even seem to find the default themes that come with ubuntu in .themes10:56
=== pep [n=pep@132.Red-83-44-255.dynamicIP.rima-tde.net] has joined #ubuntu
=== klm- [n=isometsa@hoas-fe2ddd00-231.dhcp.inet.fi] has joined #ubuntu
=== ibob63 [n=hp@dsl-217-155-69-86.zen.co.uk] has joined #ubuntu
=== redguy [n=mati@acx225.neoplus.adsl.tpnet.pl] has joined #ubuntu
xipietotecand I can't get this theme (which is on gnome-look.org) to install10:57
JoseStefanxplic1t, try putting the option, on your mysql conf file10:57
xplic1tSome, is that to me?  I know /etc/init.d/mysql, but how to start mysqld with --skip-grant-tables?10:57
JoseStefanxplic1t, and restart the service10:57
=== theMercenary [n=matteo@host103-71-static.104-80-b.business.telecomitalia.it] has joined #ubuntu
=== asian_ [n=ryan@67.60.94.161] has joined #ubuntu
xplic1tlike, sudo /etc/init.d/mysql start --skip-grant-tables ?10:58
sugoi_hello?10:58
JoseStefanxplic1t, no, edit this file: /etc/mysql/my.cnf10:58
Somethingelseservice mysql start --skip-grant-tables10:58
|thunderhello10:58
JoseStefanxplic1t, add "skip-grant-tables" to it10:58
Rich43do mysql connections ever time out?10:58
=== rmd [n=jason@c-24-99-236-50.hsd1.ga.comcast.net] has joined #ubuntu
=== michale [n=michale@24-107-68-227.dhcp.stls.mo.charter.com] has joined #ubuntu
JoseStefanxplic1t, ...on the [mysqld]  block, then restart with sudo /etc/init.d/mysql restart10:59
=== Gamekiller [n=adhierro@adsl-71-138-8-41.dsl.pltn13.pacbell.net] has left #ubuntu []
=== Ash-Fox [i=UNKNOWN@ps185.szczecin.sdi.tpnet.pl] has joined #Ubuntu
=== ibob63 [n=hp@dsl-217-155-69-86.zen.co.uk] has joined #ubuntu
JoseStefanRich43, yes, they do10:59
michalehello, how do i switch displays?  I am trying to run warcraft3 with xlaunch, that script that starts an app in a new xserver (b/c xgl doesn't like opengl games)10:59
Rich43how long is that?10:59
Cheef-DanielI lost my ubuntu-boot partition, how can I restore it?11:00
JoseStefanRich43, it's a client (and maybe server) setting11:00
=== zorgIsBack [n=fab@85.53.95.246] has joined #ubuntu
keescookmichale: do you mean virtual terminals? ctrl-alt-F7 or ctrl-alt-F8, etc?11:00
Andrew67michale: Ctrl-Alt-F(terminal number), X takes terminals from 7 and up, so xlaunch is probably Ctrl-Alt-F811:00
JoseStefanRich43, and i believe there are keep alive signals, but not 100% sure11:00
SubhumanCheef-Daniel, you mean the thing that lets you choose your ubuntu or windows?11:00
Subhumanyou prob mean MBR11:01
Subhuman!mbr11:01
ubotugrub is the default Ubuntu boot manager. Lost grub after installing windows: https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows - Making GRUB floppies & other GRUB howtos: https://help.ubuntu.com/community/GrubHowto11:01
xplic1tJose, thank you, but access is still denied11:01
=== ivanoski [n=ivanoski@pool-71-242-161-71.phlapa.east.verizon.net] has joined #ubuntu
=== stoffepojken [n=stoffe@c213-200-186-59.cm-upc.chello.se] has joined #ubuntu
=== codecaine_ [n=codecain@cpe-70-125-182-20.sw.res.rr.com] has joined #ubuntu
codecaine_hi I can't get sound to play on my pc anybody know a fix?11:01
JoseStefanxplic1t, let me try it on my own server, please hold11:01
michaleandrew67, i tried that, but f8 was what looking like info from the boot, and f9 and up didn't respond11:01
Cheef-DanielI used dd on the boot partition, grub says error 17 at boot11:01
xplic1tJose, of course I will, thank you for checking11:02
ivanoskihi i cant play any videos, or music, or get messenger to work11:02
Andrew67michale: no idea then, i tried xlaunch once which didnt work11:02
|thundercodecaine, does lspci or dmesg show your hardware spces?11:02
=== rmd [n=jason@c-24-99-236-50.hsd1.ga.comcast.net] has joined #ubuntu
|thunder!w32 > ivanoski11:02
ubotuSorry, I don't know anything about w32 - try searching on http://bots.ubuntulinux.nl/factoids.cgi11:02
rmdfinally11:02
zorgIsBackhi11:02
|thunder!w32codecs > ivanoski11:02
codecaine_yes11:02
usr13what is the command to update time with ntp time server?11:03
codecaine_0000:00:04.0 Multimedia audio controller: nVidia Corporation CK804 AC'97 Audio Controller (rev a2)11:03
=== Wermut [n=v@host140-107-static.73-81-b.business.telecomitalia.it] has joined #ubuntu
sugoi_are there any tools to force a kernel upgrade on ubuntu?11:03
|thundercodecaine, ac97 shouold work like a charm11:03
Andrew67sugoi_: are your packages getting kept back?11:03
sugoi_i was deleting kernels (had an old one -very little hd space on this machine)11:03
sugoi_and i deleted the wrong one11:03
|thundersugoi_, i use sudo apt-get dist-upgrade11:03
zorgIsBackis it possible to use wpa2 wifi encryption with Ubuntu?11:04
sugoi_Andrew67: no, it thinks it's up to date11:04
=== johnpt [n=johnpt@83-70-16-82.as2.pal.dublin.eircom.net] has joined #ubuntu
|thunder!wpa211:04
ubotuWireless documentation can be found at https://help.ubuntu.com/community/WifiDocs11:04
sugoi_|thunder: i had just done that...and was removing the old kernel...slip of the hand :)11:04
Andrew67did you remove the latest kernel then?11:04
JoseStefanxplic1t, looks like that option cannot be located on the my.cnf so go ahead and remove it again, i will see how to start the server from CLI without the init script11:04
sugoi_um, yeah11:04
WermutHow can I rename a bunch of files named $mispelled_name of artist - $title to $correct_name_of_artist - $title ?11:04
epilocHor|zon, wake up.11:04
=== Hor|zon pokes epiloc in the eye
codecaine_how do I use ac97?11:05
=== theMercenary [n=matteo@host103-71-static.104-80-b.business.telecomitalia.it] has left #ubuntu ["Konversation]
Andrew67sugoi_: try apt-get linux- and after the dash the architecture (386, 686, etc)11:05
=== slimz [n=slimz@bas11-montrealak-1177721932.dsl.bell.ca] has joined #ubuntu
codecaine_I mean how do I get it to work11:05
=== clyons [n=clyons@unaffiliated/clyons] has joined #ubuntu
BlueEagle!nvidia11:05
ubotuTo install the Ati/NVidia drivers for your video card, see https://help.ubuntu.com/community/BinaryDriverHowto11:05
=== bitchslapper [i=bitchsla@12-210-137-165.client.mchsi.com] has joined #ubuntu
codecaine_I know I had it working on here before11:05
=== solsTiCe [n=chatzill@d213-103-51-99.cust.tele2.fr] has joined #ubuntu
epilocHor|zon, I figured it out :)11:05
jribWermut: rename 's/wrong_name/correct_name/' *    <-- try with -n first to see if it works11:05
Hor|zonit was the router?11:05
=== Crazed [n=Crazed@cc242865-b.deven1.ov.home.nl] has joined #ubuntu
=== mirkash [n=mirkash@89.110.193.18] has joined #ubuntu
Andrew67codecaine_: does "cat /dev/urandom > /dev/dsp" produce static on your speakers?11:05
epilocnope, My ISP is blocking incoming port 8011:05
=== philwyett [n=philip@80-195-142-67.cable.ubr02.wiga.blueyonder.co.uk] has joined #ubuntu
Hor|zonLOL why?11:05
epilocso i rerouted through port 42111:06
Andrew67Hor|zon: some ISPs are like that11:06
Hor|zonwhy on earth would they do that...11:06
Hor|zonlol11:06
Hor|zonjust leave those kinds of isps11:06
Andrew67they dont want customers hosting anything11:06
Raz`Anyone help me install ubuntu from an iso on a flash drive?11:06
epilocHor|zon, because Cox Cable is the devil11:06
Andrew67i know, its evil11:06
codecaine_could not open/intialize audio device -> no sound11:06
=== phaedrus44 [n=phaedrus@cpe-72-227-91-211.maine.res.rr.com] has joined #ubuntu
=== TheGateKeeper_ [n=gatekeep@82-36-116-184.cable.ubr03.king.blueyonder.co.uk] has joined #ubuntu
Raz`it boots, but 'could not find kernel: linux'11:06
codecaine_on mplayer11:06
Raz`I'm not sure where it stores the path or how to fix it11:06
=== stuart_ [n=stuart@c-66-30-51-161.hsd1.nh.comcast.net] has joined #ubuntu
epilocso yeah, Im trying to decide if i should even bother calling them11:06
=== halfhaggis [n=halfhagg@user9677.vip-za.com] has left #ubuntu ["Ex-Chat"]
mirkashhi all, I have problem with loading pages in firefox on ubuntu dapper,11:07
|thunderRaz`, you never awnsered me. did you extract the ISO to the flash drive, or just copy the iso ?11:07
mirkashThis problem can sometimes be caused by disabling or refusing to accept11:07
mirkash    cookies11:07
Raz`I extracted it11:07
Andrew67sugoi_: still there?11:07
Raz`and yes, I did answer you11:07
Hor|zonthey might unblock it if you ask...might as well ask11:07
=== netrix [n=netrix@CPE0080c8cd16a1-CM00159a648146.cpe.net.cable.rogers.com] has joined #ubuntu
Hor|zonsay you need port 8011:07
epiloci doubt they will open port 80 for me, so im just going to call and complain, and then cancel my service11:07
mirkashis the message i get11:07
codecaine_nope11:07
|thunderRaz`, sry. i didnt see it.   other than that I have no idea. besides mobo configs11:07
netrixhow can i increase the size of the ip_conntrack table to fix the following problem: ip_conntrack: table full, dropping packet11:07
=== |thunder is away
=== fowlduck [n=nate@68-190-90-101.dhcp.mdsn.wi.charter.com] has joined #ubuntu
stuart_can someone please help me, ive mounted my drive but im denied permission to access it. what do i do?11:07
Raz`Well, where does it store the path information that it would know where the kernel is?11:07
Hor|zonthey might be able to...it might just be blocked by default because of policy11:07
Raz`that's what's wrong11:07
sugoi_Andrew67: yes, i'm here, ill use apt-get linux-<arch>11:08
=== jnt30 [n=jnt30@d47-69-152-147.nap.wideopenwest.com] has joined #ubuntu
Hor|zonor something11:08
epilocthey monitor tons of traffic and inject RST packets into the TCP stack to kill the requests11:08
epilocand they deny it11:08
=== ebel [n=rory@213-202-149-186.bas503.dsl.esat.net] has joined #ubuntu
Hor|zon=_=11:08
epilocthe techs dont even know11:08
Hor|zonwow...11:08
Andrew67epiloc: similar to china?11:08
epiloc*sigh*11:08
=== slimz [n=slimz@bas11-montrealak-1177721932.dsl.bell.ca] has left #ubuntu []
=== slimz [n=slimz@bas11-montrealak-1177721932.dsl.bell.ca] has joined #ubuntu
Andrew67RST should be removed/ignored11:09
epilocAndrew67, i guess11:09
epilocok, calling now- brb11:09
=== foo [n=foo@unaffiliated/foo] has left #ubuntu []
Andrew67epiloc: you have another ISP around right11:09
slimzhi i just installed ubuntu in vmware on my windows machine, wich is a pentium 4 3.0 with 512 megs ddr400, and its running really slow, is this because of vmware?11:09
phaedrus44sweet i have an ipod booting ubuntu now11:09
JoseStefanxplic1t, so you tried with the "init file" ?11:09
epilocAndrew67, not really11:10
Andrew67that might be a problem11:10
jnt30so I'm not sure if there is a proper way to address issues or ask questions.  But I do have a question about using mount with samba11:10
xplic1tyes, it times out when i do11:10
=== Eddie [n=ed@unaffiliated/eddie] has joined #ubuntu
epilocAndrew67, cox has a sort of natural monopoly out here11:10
Andrew67slimz: the 2 times i tried vmware, yes it was really slow11:10
=== macsim [n=macsim@ppp-2-66.lond-a-1.access.uk.tiscali.com] has joined #ubuntu
jnt30if I try mounting a smbfs without using the proper credentials/password username pair11:10
Raz`so guys, when it asks for the kernel file, can I just type the full path and point it in the right direction?11:10
Andrew67epiloc: same here (with another company)11:10
clyonsslimz: what product of vmware are you using?11:10
jnt30the directory that I tried to mount to is no longer usable11:10
Hor|zonyeah it normally is a monopoly11:10
=== drew [n=ubuntu@pool-71-120-100-168.ipslin.dsl-w.verizon.net] has joined #ubuntu
epilocI think there is a wireless isp that i hear is good, i should probably find out if they do the same thing11:10
slimzAndrew67 : so if i install ubuntu, and then install windows xp in vmware on ubuntu, will i still have the same slow speeds?11:10
Andrew67luckily they're fairly new with internet service so they havent done anything evil yet11:10
EddieAnyone know how I can kill kacpid without screwing up usb?11:11
epiloclucky11:11
Andrew67slimz: probably, im using qemu + kqemu instead, perhaps i just configured vmware wrong, who knows11:11
Hor|zonthe cable isp usually give you crap upload anyways11:11
slimzcylons: VMware-workstation 552.29772 by UFIX211:11
=== fogos [n=marco@200.94.142.9] has joined #ubuntu
Andrew67epiloc: of course, mediocre speeds and not 100% uptime11:11
drewHi, one of my FAT32 partitions was corrupt today, but only the Partition Tables or MBR or whatever it's called.  Using a partition tool I could see that the data was there if I didn't read the "BOOT" data... Is there some way to make this data readable again?11:11
JoseStefanxplic1t, https://help.ubuntu.com/community/MysqlPasswordReset11:11
Wermutjcrib: Thank you!11:11
=== Eddie just bought a 200 GB hard drive today
Eddieand formatted it ext311:12
Hor|zonepiloc, I'm on cable now...I have 10mbit down but only like 512kbps up max...really sucks11:12
xplic1tJoseStefan, oh this looks very promising, thank you!11:12
xvxvxhey, how do u take a screenshot of the gnome logout dialog?11:12
=== ossie [n=ossie@host-84-9-137-38.bulldogdsl.com] has joined #ubuntu
Raz`Anyone? how would I point it in the right direction when it says 'could not find kernel image'?11:12
miteyMite`300gb sata drives are like $100 bux why buy a 200gb one11:12
miteyMite`heh11:12
=== Tommy [n=carol@ool-4573e762.dyn.optonline.net] has joined #ubuntu
Hor|zonI onyl use them because they don't have those stupid bw quotas like the adsl providers11:12
Hor|zononly*11:12
clyonsslimz: ok...how much memory have you allocated to the VM?11:12
Andrew6710mbits.....laugh at my 320kbps11:12
=== thelsdj [n=thelsdj@24-116-69-69.cpe.cableone.net] has joined #ubuntu
slimzcylons: the max it lets me allocate is 19211:13
Andrew67though i think i have 320/32011:13
Hor|zonlol11:13
=== Eddie is 2mbps
Andrew67because i see similar down/up speeds11:13
TommyHey guys, I am new...I just installed Ubantu on my Windows PC to try to dual boot, but all I get at startup is th GNOME menu....How do I boot Windows?11:13
=== mpan [n=mpan@a88-113-15-215.elisa-laajakaista.fi] has left #ubuntu []
Eddiemy monitor sucks so badly its a 4 year old TFT11:13
ossie#ubuntu-xgl11:13
Hor|zonhahahah Andrew67 that's crazy11:13
JoseStefanxplic1t, you might need to start it with "sudo mysqld --skip-grant-tables &"11:13
Eddielittle bands of slightly darker colour fade across it11:13
=== flashnet_ [i=flashnet@kbhn-vbrg-sr0-vl212-213-185-15-166.perspektivbredband.net] has joined #ubuntu
Andrew67Tommy: when you turn on the PC it asks you what to run, there should be a Windows option11:13
=== zorgIsBack [n=fab@85.53.95.246] has left #ubuntu []
=== drew [n=ubuntu@pool-71-120-100-168.ipslin.dsl-w.verizon.net] has left #ubuntu ["Leaving"]
Eddielike a TV with bad reception11:13
Andrew67there's #ubuntu-xgl? cool11:13
thanksjackmy desktop looks so pimp now11:13
=== brian|lfs is now known as ReiserFs
=== Silencer [n=Silencer@195.252.78.16] has joined #ubuntu
thelsdjso i did a bad thing and tried upgrading dapper to edgy, doesn't appear to boot properly, i'm downloading knot 3 iso but thought i'd try to see if i can fix, is there a way to hide the graphical boot and see debug info?11:13
=== mkquist_ [n=michael@h-69-3-181-20.lsanca54.dynamic.covad.net] has joined #ubuntu
EddieI have 300 to spare next week11:14
Eddiebut im getting better loudspeakers instead of a better monitor11:14
Eddieeven though this monitor makes me vomit and my eyes bleed11:14
slimzEddie : www.ncix.com , theyre having big time blow out sales on screens for back to school11:14
thanksjackjust get a new monitor and some headphones11:14
TommyIt doesnt ask....it just says press esc for menu and I have all Ubantu files to choose from....I cant get windows to open11:14
epilocthey put me on hold, im praying for a Tier 2 tech11:14
Hor|zonEddie, lol 300...gonna get a 20.1" dvi monitor?11:14
Andrew67thelsdj: remove splash (and maybe quiet too) from kernel line (in config, or using grubs edit mode)11:14
clyonsclyons: that would be right..the minimum amount of RAM for needed to run workstation is 512MB. What are you trying to run in the VM?11:14
=== flashnet_ is now known as flashnet
=== ephemeros [n=ephemero@84.232.246.151] has joined #ubuntu
sugoi_Andrew67: i tried apt-get linux-i386 => invalid opeation, and i remembered to use install, and i get "E: Couldn't find package linux-i386", am i close?11:14
EddieHor|zon: I might work for an extra week and get both11:14
thelsdjAndrew67 thanks will give that a try11:14
=== ephemeros hello \m/
=== miteyMite` [n=mite@ip24-255-245-30.ks.ks.cox.net] has left #ubuntu []
=== holger [n=hg@C53f5.c.strato-dslnet.de] has joined #ubuntu
=== FaeLLe[gentoo] [n=mv36@swallow.ukc.ac.uk] has left #ubuntu []
Andrew67sugoi_: no i11:15
xplic1tJoseStefan, :/ http://rafb.net/paste/results/dNDXpQ63.html11:15
=== holger [n=hg@C53f5.c.strato-dslnet.de] has left #ubuntu ["Verlassend"]
=== Bvlaar [n=bvlaar@d141-84-228.home.cgocable.net] has left #ubuntu []
sugoi_ah, ok coo11:15
sugoi_doh11:15
thanksjackwhat command do I use to check my current kernel?11:15
sugoi_says "linux-386 is already the newest version."11:15
Andrew67thanksjack: uname -r11:15
thanksjackthanks11:15
=== whitynz [n=Whity@60-234-132-74.bitstream.orcon.net.nz] has joined #ubuntu
Andrew67mm11:16
TommyI cant get windows to boot after installing Ubantu11:16
Raz`guys, the ubuntu install disk just boots into ubuntu without installing? How do I just install it without all that11:16
slimzRaz'\; there should be an install icon on your desktop11:16
TommyI just restarted and I have no windows option11:16
Andrew67sugoi_: try if apt-get -f install does anything, for curiosity11:16
Raz`so I boot into linux and there's an install icon?11:16
thanksjackyes11:16
Raz`the problem is that I can't get it to load from my flash drive11:16
thanksjackthen you follow the install directions11:16
Raz`it boots11:17
xvxvxTommy, maybe if you press esc at boot when it is counting down11:17
JoseStefanxplic1t, make sure all mysql proccess are killed before starting it11:17
Raz`but can't find the kernel image11:17
=== simtower [n=wawawawa@c-69-255-188-5.hsd1.va.comcast.net] has joined #ubuntu
thanksjackjust burn it lol, it'll take less time11:17
Raz`with zero CD-Rs, it takes considerably more time11:17
clyonsslimz: did you get my last message?11:17
Raz`:(11:17
thanksjackget a RW cd and burn11:17
Andrew67xvxvx: he says he sees no windows option, which is strange11:17
sugoi_Andrew67: apt-get -f install linux-386 ?11:17
Raz`lemme try to boot it again11:17
slimzcylons : no, stupid mirc doesnt notify me11:17
Andrew67no, without, just apt-get -f install11:17
Hor|zonlol Raz, burn it to dvd?11:17
Raz`can't I just type the path in when it asks for the kernel image?11:17
Andrew67see if it does anything11:17
sugoi_k11:17
Hor|zonhehe11:17
TommyI tried pressing esc at boot and all I get is the gnome menu with Ubantu options....11:17
sugoi_0 upgrades, 0 .., 0..., etc11:18
Andrew67mmm11:18
thanksjackI just use one RW cd so I can reuse it for different distros/versions11:18
xplic1tJose, mysql was stopped before it11:18
Raz`hey I think this might be the problem11:18
Raz`its booting with syslinux but the linux.iso is in /isolinux11:18
slimzcylons : if you prv msg me i didnt get it, i hadnt regd my nick yet11:18
Raz`?11:18
MilkteaOfftopic from ubuntu, but has anyone here taken bio2ap before11:18
Andrew67sugoi_: lets see, since ive never deleted a kernel...11:18
clyonsslmiz: the amount of 192mb is correct as you have the only the minium amount of RAM needed for Workstation. What are you trying to run inside the VM?11:18
sugoi_Andrew67: should i map the boot to use the old kernel, boot into it and see if apt-get still thinks it doesn't need an upgrade?11:18
epilocEveryone cross your fingers!  I have already threatened to cancel service twice now!11:18
=== Tonren [n=mcantor@dh115222.bennington.edu] has joined #ubuntu
sugoi_or does it not check the currently running kernel...?11:18
=== mattsta [n=matt@24.231.90.133] has joined #ubuntu
=== lost__ [n=nilo@147.Red-88-12-205.dynamicIP.rima-tde.net] has joined #ubuntu
Andrew67huh11:19
=== JosefK [n=test@82-42-147-9.cable.ubr01.sprt.blueyonder.co.uk] has joined #ubuntu
Andrew67what kernel did you delete?11:19
Andrew67EXACT number?11:19
sugoi_one sec11:19
Hor|zonlol epiloc11:19
mattstawho can help with my video problen?11:19
slimzcylons : i was just trying to do anything, on the desktop, but it practically stops my computer, windows barely responds, and neither does ubuntu11:19
=== djm62 [n=djm62@80-192-254-43.cable.ubr08.uddi.blueyonder.co.uk] has joined #ubuntu
epilocHor|zon, back on hold, tier 3 tech i guess :O11:19
=== strangy [n=strangy@83-131-143-46.adsl.net.t-com.hr] has joined #ubuntu
Andrew67i wouldnt cancel without a backup ISP11:20
thanksjackbest IRC program?11:20
ladydoor!best11:20
ubotuUsually, there is no single "best" application to perform a given task. It's up to you to choose among a number of different applications, depending on your preferences, the features you require, and other factors.11:20
thanksjackmost mature IRC program?11:20
Andrew67haha, nice factoid11:20
=== blaa [n=unticha@125.25.45.221] has left #ubuntu ["Leaving"]
MilkteaWhat are the decent IRC programs out there?11:20
Andrew67!mature11:20
Hor|zonsugoi_, nihonjin desu ka?11:20
Andrew67aww11:20
ubotuSorry, I don't know anything about mature - try searching on http://bots.ubuntulinux.nl/factoids.cgi11:20
MilkteaI've used XChat, LostIRC, but I'm looking for something more like mIRC11:20
=== lophyte [n=dave@Toronto-HSE-ppp3734773.sympatico.ca] has joined #ubuntu
ladydoorthanksjack: there are a lot of good ones. irssi, xchat, etc. are popular11:20
ladydoorMilktea: see my post to thanksjack11:21
thanksjacki just need something more than gaim11:21
=== lix_ is now known as lix
=== RedGhost`away is now known as RedGhost
=== reitzell [n=reitzell@ip68-105-91-107.sd.sd.cox.net] has joined #ubuntu
thelsdjhow do i get grub to not hide the menu? hiddenmenu is commented but i still don't get menu11:21
MilkteaI'm not exactly a fan of using irssi in a terminal11:21
=== Xal [n=Xal@p54A6FD31.dip.t-dialin.net] has joined #ubuntu
Milkteaare there any clients similar to mIRC for windows?11:21
thanksjacknicely put milk11:21
clyonsslmiz: yes i understand and I have had the same happen to me.  The solution is more RAM, I was running on 512MB and tried using Ubunu 6.06 but it was so slow..i tried XUbuntu and it worked better. When I upgraded the RAM to 1GB, plain Ubuntu worked fine.11:21
sugoi_Hor|zon: nope, i just used to live in japan11:21
Andrew67Milktea: i think xchat might be the closest youll get, but i havent really used anything else11:21
ladydoorMilktea: xchat maybe? it's graphikal and you need to use the mouse to use it11:21
XalI use XChat11:21
XalOtherwise, i like IRSSI11:22
MilkteaI used XChat before also11:22
ivanoskii just installed ubuntu 5.10 and nothing else and i want to know where to go from here11:22
Hor|zonsugoi_, lucky you11:22
mattstacan someone out there please help11:22
XalLol, XChat won't save my settings for some reason.11:22
=== marshall [n=jeff@CPE001310cdb611-CM001225dffbea.cpe.net.cable.rogers.com] has joined #ubuntu
marshallhey guys11:22
=== Icetea [n=brandon@pool-71-106-243-61.lsanca.dsl-w.verizon.net] has joined #ubuntu
Iceteawoo11:22
=== _DvP_ [n=DvP@141.39.100-84.rev.gaoland.net] has left #ubuntu ["Quitte"]
Iceteairssi11:22
Icetea):11:22
marshalli just installed vmware player with automatix and i want to know how to start my windows partition with it11:22
=== Ratlump [n=royal@rrcs-24-56-87-130.ma.biz.rr.com] has joined #ubuntu
sugoi_Andrew67: getting information about what exactly happened is delayed simply because...i wasn't actually the one who deleted the kernel :), my friend is just starting to use linux at home11:22
Hor|zonthanksjack, irssi if you don't mind the command-line and learning how to use screen...xchat is good...just stay away from the gnome-xchat11:22
sugoi_he called me up, and i don't use ubuntu (nor have i ever rm'd my kernel) so i came here to get some ideas11:23
XalI use XChat at home, and IRSSI at school.11:23
MilkteaI use irssi in a ssl from school11:23
Milktealol11:23
Andrew67how does one rm a kernel anyway...11:23
sugoi_Andrew67: so, im waiting for his reply to see which kernel exactly he lost11:23
=== heatxsink [n=heatxsin@pool-71-104-190-189.lsanca.dsl-w.verizon.net] has joined #ubuntu
XalWhat is an SSL? I use an SSH session.11:23
sugoi_Andrew67: his machine has about 1GB, so he's trying to keep the space really free11:24
Milkteai meant ssh11:24
thelsdjso anyone know why i don't get grub menu even though hiddenmenu is commented?11:24
Milktea:<11:24
sugoi_after upgrading he meant to simply rm the old one11:24
Milkteaim typing on like 5 channels11:24
Xalthelsdj, check the time that is stays on.11:24
SillyZSSL is web encryption... SSH is SecureSHell11:24
Andrew67sugoi_: he shouldve used apt-get to remove it11:24
Hor|zonyeah, it was obviously a typo11:24
XalMaybe it's there, but it doesn't stay on so long.11:24
=== artisan [n=dad@p57A2CB46.dip.t-dialin.net] has joined #ubuntu
Hor|zon=_=11:24
thelsdjhaha ok wtf, i typed reboot at the rescue console, and i ended up with login console, so my system is kindof ok, but something is wrong with the boot11:24
XalAh ok11:24
Xallol11:24
Milkteaanyone here in high school11:24
XalI am11:24
Milkteaor taken bio2ap in high school11:24
=== phitoo [n=phitoo@dpc674484141.direcpc.com] has left #ubuntu ["Konversation]
XalI'm taking AP Bio right now11:25
MilkteaDo you know any websites11:25
Milkteafor the labs11:25
=== Xorlev [n=raven@unaffiliated/xorlev] has joined #ubuntu
XalNo11:25
=== MenZa [n=menza@0x535de899.kd4nxx12.adsl-dhcp.tele.dk] has joined #ubuntu
Milkteathey're the same mandatory labs as the rest of the USA11:25
xipietotecHow do you manage compiz themes?11:25
Milkteacgwd11:25
sugoi_Andrew67: i'll have him read up on apt-get (i never use it, so i'm not a good source for him -- <gentoo user>)11:25
XalOur teacher gives us the labs we need.11:25
thelsdjXal, its set to 10 seconds11:25
=== MichaelS [i=michael@oh.jeah.net] has joined #ubuntu
MilkteaYeah, you need to go through all the labs11:25
Milkteathe mandatory ones11:25
Milkteafor the AP test11:25
XalYeah, I know11:26
Andrew67sugoi_: apt-get remove --purge linux-image-*kernel here*11:26
Andrew67should be enough11:26
Hor|zonxipietotec, run gcompizthemer11:26
XalMaybe you can find an ebook of the princeton review book for AP bio11:26
Andrew67for next time11:26
=== artisan [n=dad@p57A2CB46.dip.t-dialin.net] has left #ubuntu ["painting"]
=== Meglo [n=Meglo@host-69-145-74-29.bln-mt.client.bresnan.net] has joined #ubuntu
=== degreseven [n=bryan@c-71-227-222-12.hsd1.or.comcast.net] has joined #ubuntu
=== calavera [n=calavera@195.Red-80-26-32.staticIP.rima-tde.net] has joined #ubuntu
=== chaos_ [n=chaos@S01060050bac94b86.cg.shawcable.net] has joined #ubuntu
sugoi_Andrew67: it was vmlinuz-2.6.12-10-386 that he deleted11:27
thelsdji have a feeling all i have to do to get this to work is to remount / rw and then exit shell and system boots, so question is what in boot process is screwing it up so its not remounting / and moving on11:27
=== MichaelS [i=michael@oh.jeah.net] has joined #ubuntu
=== QMario_ [n=QMario@cpe-24-242-197-237.houston.res.rr.com] has joined #Ubuntu
xipietotecHorIzon: Where is that at?11:27
=== Arrick [n=Arrick@unaffiliated/arrick] has joined #ubuntu
Andrew67sugoi_: thats, old, what IS he using anyway11:28
=== codecaine_ [n=codecain@cpe-70-125-182-20.sw.res.rr.com] has joined #ubuntu
epilocWell, it looks like cox doesnt care about my port 8011:28
epilocbastards11:28
Hor|zonxipietotec, just open a terminal and type gcompizthemer11:28
mattstacan someone please give me a hand with something11:28
codecaine_why do firefox crash most of the time on myspace?11:28
=== thanksjack [n=chaos@S01060050bac94b86.cg.shawcable.net] has left #ubuntu []
Xalbecause myspace sucks, lol11:28
Hor|zonxipietotec, to save time next time just apt-get install compiz-manager and you get a tray icon to manage stuff from11:28
thelsdjcodecaine, its a conspiracy11:28
=== hondje [n=hondje@c-24-9-242-190.hsd1.co.comcast.net] has left #ubuntu ["Ex-Chat"]
xipietotecI installed compiz....but I've got no such program11:28
XalThe formatting on many profiles is poorly done, too11:28
Hor|zonhmm?11:28
djm62mattsta: don't ask to ask, just get it out there11:28
SillyZdoes anyone know if the 'fan' issue is plauged in Kubuntu ?11:28
SillyZie: cpu fan not running11:29
marshalli just installed vmware player with automatix and i want to know how to start my windows partition with it11:29
Hor|zonxipietotec, you need to "sudo apt-get install cgwd cgwd-themes"11:29
ivanoskiafter i install ubuntu what am i supposed to do11:29
=== chaos_ [n=chaos@S01060050bac94b86.cg.shawcable.net] has left #ubuntu ["Leaving"]
=== chaos__ [n=chaos@S01060050bac94b86.cg.shawcable.net] has joined #ubuntu
mattstahow can i watch videos online, like music videos, youtube, and filecabi11:29
djm62ivanoski: what do you normally use a computer for?11:29
Subhumanmattsta, get the flash plugin11:30
Hor|zonxipietotec, and then alter your script that starts compiz and replace the gnome-winder-decorator command with "cgwd --replace"11:30
Subhuman!flash11:30
ubotuFor multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats  -  See also http://help.ubuntu.com/ubuntu/desktopguide/C/common-tasks-chap.html  -  But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats11:30
ivanoskito download stuff, chat, game, watch videos....11:30
djm62mattsta: youtube requires an up-to-date plugin, which adobe are behind on supplying.11:30
=== Pests [n=thenight@d192-24-215-40.try.wideopenwest.com] has joined #ubuntu
xipietotechorizon: No such packages11:30
PestsHi, I'm trying to install AIM (the linux version) but I'm having trouble with what to download and how to instll.11:30
Subhumanivanoski, goto System- Admin - Synaptic package manager"11:30
Renan_s2Pests, use Gaim11:30
Hor|zoneh? which compiz are you using?11:30
mattstais there an online media player?11:30
PestsI dont like gaim.11:30
XalWhy don't you just use gaim?11:30
=== rafkid [n=rafkid@host81-155-40-11.range81-155.btcentralplus.com] has joined #ubuntu
PestsI want aim11:30
marshalli just installed vmware player with automatix and i want to know how to start my windows partition with it11:30
XalOh lol11:30
Xaleew11:30
rafkidhi11:30
Subhumanivanoski, look at the help in system-help-system docs11:30
Hor|zonxipietotec, which tutorial did you follow?11:30
xipietotecHorIzon, I think I originally typed sudo aptitude install compiz11:30
Subhumanits got alot of useful info11:30
thelsdjthe aim for linux is worse than gaim11:31
=== chaos_ [n=chaos@S01060050bac94b86.cg.shawcable.net] has joined #ubuntu
=== TomB [n=tomb@host217-44-1-35.range217-44.btcentralplus.com] has joined #ubuntu
PestsThats fine.11:31
chaos_woot11:31
PestsRegardless, Im getting errors when I try to install.11:31
chaos_xchat is running11:31
=== djm62 is baffled
rafkidany chance of some help for an ubuntu n00b???11:31
Milkteayeash11:31
=== Versed [n=Versed@c-69-253-173-154.hsd1.nj.comcast.net] has joined #ubuntu
Milkteahelp[11:31
thelsdjPests, ask aol11:31
=== chaos_ [n=chaos@S01060050bac94b86.cg.shawcable.net] has joined #ubuntu
PestsThis is the ubuntu support channel11:31
mattstaits seems to be WMVs11:31
Milkteajust ask to11:31
Milkteaer11:31
Milkteaget gaim11:31
marshalli just installed vmware player with automatix and i want to know how to start my windows partition with it11:31
chaos_does xchat have a minimize to tray feature?11:32
djm62Pests: it's also full of volunteers- who are understandably confused by quite why you need/want/prefer AIM11:32
sethkrafkid, ask a question, you might get an answer11:32
thelsdjpests, seriously, use gaim, if you're set on using the aim from aol, you atleast have to tell us what the error is11:32
=== ucordes [n=ucordes@p5085DF84.dip.t-dialin.net] has joined #ubuntu
PestsOkay, lets this this another wayl11:32
marshalli just installed vmware player with automatix and i want to know how to start my windows partition with it11:32
sugoi_Andrew67: he has an amd-30011:32
PestsA website is offering me a rpm, a deb 3, a deb 2.1, and a tgz file. Which one do I download to install?11:33
rafkidwould anyone care to give a complete n00b a one to one to get me started with ubuntu server???? it's loaded and sat there doing not much11:33
=== carpediem [n=dmartin@24-107-6-92.dhcp.stls.mo.charter.com] has joined #ubuntu
EddieI am torrenting like a bitch11:33
sethkchaos_, in KDE it has an icon in the panel11:33
ivanoskiok thank you11:33
Andrew67sugoi_: sorry, have to go do some other work11:33
=== freebse [n=freebse@p57A2999F.dip0.t-ipconnect.de] has joined #ubuntu
MilkteaPests, any of those work, but deb is more preffered11:33
sugoi_Andrew67: ok thanks11:33
chaos_raf, that's really not what we do here11:33
sethkchaos_, but not minimized to the panel.  the icon is always there.  it has a blinking ! if there is activity11:33
ucordesEddie: torrent is a fine thing!11:33
=== B_166-ER-X [n=ghost@c66.110.162-85.clta.globetrotter.net] has joined #ubuntu
thelsdjpets, just a guess, try the deb 3, then do sudo dpkg -i filename.deb11:33
=== mrbrdo [n=mrbrdo@zephyrus.mrbrdo.net] has joined #ubuntu
Eddieif only apt-get * grabbed the entire internet, I bet there would be people who would try it11:33
rafkidcheers chum - give me a hint where to get it chaos11:33
PestsWhen I try to download the deb files I get a "The file http://ftp.newaol.com/aimgen/380469/aim-1.5.234-1.i386.deb is a binary, saving it will result in a corrupt file."11:33
Pestserror.11:33
djm62mattsta: when I get the occasional youtube link, I have a copy of firefox for windows, with the flash plugin, running under wine11:33
chaos_where to get what?11:33
sethkrafkid, I'd suggest trying the text mode install from the alternate cd11:33
chaos_I just joined11:33
Hor|zonxipietotec, https://help.ubuntu.com/community/CompositeManager/InstallingCompiz11:33
xipietotecOh...wait...nevermind I see Compiz is part of XGL, I can't use it11:34
Milktealol @ sudo apt-get install *11:34
rafkidthanks for that11:34
RatlumpI'm curious about wireless settings on laptops.  Any idea why I can set my built-in wireless to 11Mb/s and get incredibly slow speeds, but then I accidentally set it to 5.5Mb/s and got blazing speeds?11:34
Hor|zonLOL11:34
Hor|zonxipietotec11:34
Hor|zon=_=11:34
Hor|zon_11:34
chaos_rafkid, what are you trying to install?11:34
mrbrdothe BCM43xx driver page says there is a new driver available "Another branch of this driver, based on the Devicescape 802.11 Stack".. does this already available to ubuntu users?11:34
ucordesafter kernel update my windows disappeared from grub menu.lst . i readded an entry but it doesn't work. grub says: partition nt found. my windows is on dev/hda311:34
mattstaohh, well what about music videos, because it always wants to download them under a .asx file11:34
djm62mattsta: completely unofficial, but it allows the display of annoying but unavoidable flash sites. YMMV11:34
=== hiffy [n=hiffy@206.53.54.77] has joined #ubuntu
xipietotecOkay....now lets hope this doesn't crash my openGL like the time I tried to install XGL11:34
sethkRatlump, I'd guess that at 11 mb/s the driver is saying "I can't handle that" and reverting to 1 MB/s11:35
Hor|zonlol11:35
rafkidhave done the install of the ubuntu server - its come up with a command line - im a windows wysiwyg idiot11:35
=== lupine_85 [n=lupine@nick.lupine.me.uk] has joined #ubuntu
djm62mattsta: how are you trying to download them?11:35
=== SiCuTDeUx [n=helix@190.39.86.185] has joined #ubuntu
hiffyGCC is telling me "error: stdio.h: No such file or directory"; would anyone know which ubuntu package contains the C library?11:35
PestsGetting: "The file http://ftp.newaol.com/aimgen/380469/aim-1.5.234-1.i386.deb is a binary, saving it will result in a corrupt file." when it ry to download.11:35
sethkrafkid, ok, you did the server install.  if you want a desktop, do the desktop install11:35
chaos_ok, so you want a desktop?11:35
=== paszczur [n=michal@62.233.250.146] has joined #ubuntu
sethkrafkid, or install the desktop now from the command line using apt-get11:35
rafkidi want to set it up to run as my home server11:35
=== thoma1 [n=thomas@206.207.104.23] has joined #ubuntu
chaos_home server doing what?11:35
=== gerardomt [n=gerardom@200.77.147.153] has joined #ubuntu
xipietotecOkay, what's the one for non-nvidia cards and such ai something something11:35
xipietotecaiglx?11:36
djm62Pests: hang on, I've found the site11:36
chaos_servers can serve any number of services11:36
ucordeshow should my windws entry in groub look like when windows is on /dev/had311:36
=== gerardomt [n=gerardom@200.77.147.153] has left #ubuntu ["Leaving"]
sethkrafkid, it's already set up for that11:36
rafkidemail, print server etc11:36
Ratlumpsethk: Yes, the speeds were strange.  Like around 100kbps upload and 700kpbs down.11:36
thoma1How do I get a password out of my default keyring if I forget it?11:36
rafkidcripes im a n00b m811:36
sethkRatlump, that is strange.  I'm only making an educated guess about what's happening, of course.11:36
=== mkquist_ [n=michael@h-69-3-181-20.lsanca54.dynamic.covad.net] has joined #ubuntu
hiffyanyone?11:36
RatlumpThanks for the tip, that sounds plausible.11:36
chaos_I suggest you get to know linux first11:36
sethkrafkid, I think perhaps you don't understand what server means in the unix world11:36
=== gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu
rafkidiv read stuff and got nowhere11:36
=== bag83 [n=bag@dslb-088-073-094-222.pools.arcor-ip.net] has joined #ubuntu
sethkrafkid, more accurately, in the other than microsoft world11:36
rafkidur r right11:36
chaos_I dove right in to make a file server (which can be a print server) a few months ago and I was lost11:36
sethkrafkid, if you want a gui interface, install the desktop11:36
Hor|zonxipietotec, you can use xgl on ati11:36
Ratlumpsethk: anyway, just thought maybe I missed something obvious about wireless settings.  Thanks!11:37
B_166-ER-Xhelp ! i have a video capture device called DVDxpress DX2, and although it works under Windows, i wasnt able to make it work with ubuntu, any help would be appreciated, thankx :)   (i tried Wine, i tried Wine native..)11:37
sethkrafkid, either:   sudo apt-get install ubuntu-desktop            or sudo apt-get install kubuntu-desktop     the second is KDE, the first gnome11:37
xipietotecHorIzon: I've got an Intel 825 chipset card11:37
=== jnt30 [n=jnt30@d47-69-152-147.nap.wideopenwest.com] has joined #ubuntu
=== VR_ [i=vr@31-51.73-24.tampabay.res.rr.com] has joined #ubuntu
mrbrdothe BCM43xx driver page says there is a new driver available "Another branch of this driver, based on the Devicescape 802.11 Stack".. is this driver already available to ubuntu users? already included in the kernel maybe?11:37
=== DarkMageZ [n=darkmage@ppp2-104.lns1.syd7.internode.on.net] has joined #ubuntu
thoma1If I forget a password, and it's stored in the default keyring, is there any way to get it out?11:37
chaos_rafkid, download the latest ubuntu desktop image and try to do everything you do on windows on linux and you will learn quickly11:37
djm62Pests: I can't find any download link11:37
sethkrafkid, the server assumes you have a desktop machine that you will use to connect to the server and do whatever you need (or that you'll do it from the command line)11:37
ucordesanybody?11:37
Pestssearch google for "aim linux"11:37
lupine_85mrbrdo: that version of the 80211 stack only works with 2.6.17+ kernels11:38
jnt30anyone fairly versed in mounting SMBFS shares?11:38
chaos_CLI isn't very user-friendly if you don't know what to do11:38
Pestshttp://www.aim.com/get_aim/linux/latest_linux.adp11:38
lupine_85so edgy, basically11:38
Pestsand scrholl down11:38
Hor|zonxipietotec, yeah aiglx11:38
sethkrafkid, I think though that doing the desktop install will be easier for you.11:38
sethkrafkid, there is nothing in the server install that cannot also be installed with the desktop configuration11:38
=== Raz` [i=Azr@nc-76-3-206-10.dhcp.embarqhsd.net] has joined #ubuntu
=== nahoj [n=johan@81-235-236-180-no92.tbcn.telia.com] has joined #ubuntu
rafkidok - im comfortable with that advice - how do I get a server out of ubuntu learning on a desktop tho - wiull i get enough experince to do this?11:38
sethkrafkid, so go ahead and install the desktop, and learn about the o/s from there.11:38
thoma1If I forget a password, and it's stored in the default keyring, is there any way to get it out?11:38
Eddieanyone know of a good app for burning mp3s to music cds11:38
chaos_desktop is just another program, you can still install your servers with a desktop environment11:38
Raz`Hey guys, flash drive install crusade continues. my linux kernel is in \isolinux, but I'm booting with syslinux. Would that be a problem?11:38
EddieIm turning down guaranteed sex to be with my linux box tonight - thats what you call commitment11:39
sethkrafkid, as I already said, there is nothing that the server does that you cannot also do from the desktop11:39
rafkidthanks for the advice seth and everybody else - im off to follow it11:39
=== Gog123 [i=JoeMorri@207-38-162-20.c3-0.wsd-ubr5.qens-wsd.ny.cable.rcn.com] has joined #ubuntu
=== TheBeast [n=whoami@unaffiliated/thebeast] has joined #ubuntu
Gog123this is sad11:39
rafkidwill be back later in the month then11:39
=== Gog123 prays for lilo and his family
rafkidcheers all11:39
sethkrafkid, the only difference is what packages are installed during installation, vs. what you (might) install later.11:39
Gog123Rob Levin has died.11:39
lupine_85eddie: weirdo ;)11:39
TheBeastdie you fuckers! you and your crap OS!11:39
chaos_rafkid, you will get experience with how linux works as you use it. This will make tutorials on server configurations easier to follow.11:39
=== TheBeast [n=whoami@unaffiliated/thebeast] has left #ubuntu ["Leaving"]
djm62Eddie: on one level, you're beyond help.  on another, serpentine audio CD creator ;)11:39
Gog123this is so sad11:39
thoma1DOES ANYONE KNOW HOW TO GET A PASSWORD OUT OF THE DEFAULT KEYRING11:39
sethkthoma1, the keyring is very carefully constructed so that it is impossible to extract passwords from it.11:39
XaloO11:39
chaos_Linux is incredibly more user-friendly than it used to be11:39
lupine_85thoma1: nope11:39
Gog123we are all on freenode and rob levin died11:39
XalCome on, no need for caps11:40
sethkthoma1, only hashes are saved, not the actualy password.11:40
rafkidthanks all - understood now - thebeast is not so amusing11:40
Eddiedjm62: knowing the female mind, it has its advantages11:40
lupine_85a reverse lookup "might" work, if you're lucky11:40
thoma1So, I can't get one out even if I know the password for the default key ring?11:40
chaos_Eddie, that's impossible11:40
Eddiedjm62: next time she drops by, she'll take my attention a little more forcibly ;)11:40
Raz`where are the syslinux config files?11:40
Raz`maybe I can point it to my damn kernel11:40
=== thelsdj [n=thelsdj@24-116-69-69.cpe.cableone.net] has joined #ubuntu
sethkRaz`, syslinux is software for creating bootable floppies11:40
fish1209_thats sad about lilo passing away11:40
sethkRaz`, and bootable CDs in floppy emulation mode11:40
Raz`well, it's booting with it11:40
Eddiechaos_: true, can never know it completely11:41
sethkRaz`, so?11:41
Raz`on my flash drive when im trying to install it11:41
Raz`'could not find kernel image'11:41
=== hiffy coughs
Hor|zonthe keyrings are retarded...stay away from them if you can11:41
Raz`I can't get it to find the kernel.11:41
=== pk0nink [n=roselawn@c-71-56-157-9.hsd1.or.comcast.net] has joined #ubuntu
sethkRaz`, you are trying to boot from a flash drive?11:41
Eddiebut take the whole treat em mean adage and modify it to treat them with indifference and youre onto a winner11:41
Raz`yes11:41
hiffyanyone here program in C in ubuntu?11:41
chaos_rafkid, I can guarantee you will become frustrated at least 20 times before you get what you want. But great happiness will follow ^_^. Stick with it!11:41
thoma1Xal: Wouldn't need caps if it were easier to get attention around here. fff11:41
Raz`I'm trying to boot from a flash drive, it's booting but can't locate the kernel11:41
sethkRaz`, you would have to change the boot configuration at the grub prompt11:41
Raz`how do I do that, seth? I'm currently in WinXP11:41
=== johnpt [n=johnpt@159-134-128-170.as1.pal.dublin.eircom.net] has joined #ubuntu
sethkRaz`, if you know where the kernel is, we can tell you how to boot it.11:41
XalMeh, no one has to help.11:41
=== emo [n=emerson@cpc2-pool4-0-0-cust926.sot3.cable.ntl.com] has joined #ubuntu
sethkhiffy, yes11:41
chaos_Raz, for the love of god, burn a cd11:41
Raz`it's in root\isolinux11:41
Raz`I HAVE NO CDS11:42
XalLol, it's a free "service"11:42
Raz`for the 10th damn time11:42
Eddiesux when that happens raz11:42
chaos_got feet?11:42
chaos_got money?11:42
Eddiegot milk?11:42
Raz`I just need to point it to my kernel.11:42
thoma1Xal: OH WELL I JUST LIKE TALKING IN ALL CAPS THEN HOWS THAT11:42
Raz`that's all.11:42
=== miakeru [i=michael@oh.jeah.net] has joined #ubuntu
=== tedivm [n=tedivm@68-191-255-1.dhcp.oxfr.ma.charter.com] has joined #ubuntu
Eddietesco even deliver if youre in the UK11:42
Xalw/e11:42
=== ep [n=mdr@ip68-228-173-218.ok.ok.cox.net] has joined #ubuntu
sethkRaz`, I'm not sure how grub will refer to the flash drive.  possibly as (hd1), or (hd2), but it depends.11:42
chaos_thomal, please don't yell11:42
lupine_85usually sd*11:42
Eddieid say sda11:42
sethkRaz`, see if you have a file that maps grub IDs to device nodes11:42
Raz`well, where can I go to configure grub with WinXP, seth?11:42
lupine_85wow, the plonk is getting some usage today11:42
chaos_sda is sata11:42
=== emo [n=emerson@cpc2-pool4-0-0-cust926.sot3.cable.ntl.com] has joined #ubuntu
Eddieat least thats what mine always come up as11:42
sethkEddie, that's not useful for grub11:42
thoma1I'LL YELL IF I WANT TO THIS IS ME YELLING CAPS CAPS CAPS11:42
Raz`Let me look around11:43
=== miakeru is now known as MichaelS
djm62Raz`: you know you can get a CD sent to your house, for free, ready to boot?11:43
rafkidchaos_ - thanks for the advice11:43
sethkchalcedony, sda _may_ be sata.  or may not.11:43
Raz`Can I get that CD here in 15 minutes?11:43
chaos_np11:43
rafkidl8r dudes11:43
Raz`if so, let's do it.11:43
Eddiechaos: its also scsi11:43
chaos_have fun11:43
Raz`otherwise, I'm doing my flash drive.11:43
sethkRaz`, look for a file named "device.map"11:43
hiffysethk: i was about to bother you about why ubuntu does not come with gcc, but i found the package that supposedly fixes my problems11:43
Raz`k, seth11:43
Raz`looking11:43
=== fortran01 is now known as student01
lupine_85sda is serial, sata, pata... basically anything != IDE11:43
thoma1CAPS IS CRUISE CONTROL FOR COOL11:43
sethkRaz`, it has a table in it showing which grub designation is which /dev designation.11:43
djm62thoma1: of course, you're entitled to be rude.  doesn't help you, but you can do it.11:43
Raz`rofl thoma11:43
Raz`that's gold11:43
=== student01 [i=che_sosa@orbit.sh3lls.net] has left #ubuntu ["Leaving"]
Hor|zonRaz, relax tonight totally unstressed and go buy a CD in the morning... =_= you're gonna be there for ages11:43
emohow shall I run a program from my shell11:43
=== Ady01 [n=adi@SE400.PPPoE-910.sa.bih.net.ba] has joined #ubuntu
Raz`You learn through figuring stuff out. I will install ubuntu from this flash drive.11:44
djm62emo: type the name of the program11:44
jribemo: usually just type its name11:44
sethkhiffy, it doesn't "come with" anything.  there are packages that are on the list of packages to be installed for a particular installation type.11:44
=== blackline [n=blacklin@h188n4fls310o285.telia.com] has joined #ubuntu
chaos_emo, a binary?11:44
=== Tonus [i=casper@tulis.dsinet.org] has joined #ubuntu
Hor|zonlol Raz11:44
chaos_./11:44
thoma1CAPS LOCK ISN'T RUDE IT'S COOL SEE WHATEVER I JUST SAID WAS LIKE IT WAS SAID BY 10 FOONZIES ALL HIGH ON CRACK11:44
Raz`and when I do, I shall be here, cruise controlling my success with caps.11:44
chaos_STOP TEH CAPZ PLZ!!11ELEVEN11:44
=== mad_man [n=max@24-49-32-163.chvlva.adelphia.net] has joined #ubuntu
sethkhiffy, it makes no difference whether something is part of the default install set.  If it isn't, you install it afterwards.11:44
hiffysethk: I'm just used to my distros coming with gcc and glibc.11:44
=== quux is now known as quuxo
SillyZCAPS = Kick/and Permaban imho11:44
emodjm62:yes11:44
Ady01I have problem with update11:44
emochaos:yes11:44
sethkhiffy, you aren't listening.  It neither "comes with" it nor doesn't "come with" it.11:44
thoma1CAPS = COOL IMGO11:44
Ady01sudo apt-get update11:44
Ady01E: Malformed line 32 in source list /etc/apt/sources.list (dist)11:45
=== quuxo is now known as quux
djm62emo: you might want to add "flags" or other parameters such as files to run the program with11:45
Hor|zonyes, caps don't help in a channel like this where there's so much going on at one time11:45
Raz`no device.map, seth11:45
=== ipeeps [i=che_sosa@orbit.sh3lls.net] has joined #ubuntu
sethkhiffy, it just is, or is not, on the list of packages for the install option you chose.11:45
chaos_emo, cd to the directory11:45
sethkhiffy, this is _exactly_ the same as all the other distros11:45
jribAdy01: post your /etc/apt/sources.list on http://paste.ubuntu-nl.org11:45
Hor|zonit just bothers people and gets people lost11:45
thoma1CAPS SEEM TO GET NOTICED THOUGH11:45
chaos_./<binary>11:45
SillyZHey Ops.... someone please kick/ban caps boy over here11:45
sethkhiffy, there are install options for fedora, slackware, etc., that do not install the compiler.11:45
jribthoma1: it's not the right kind of attention...11:45
hiffysethk: sorry mate. By come with, I mean, is a part of the default install options. I.e. the default package lists11:45
Raz`isolinux.cfg?11:45
Hor|zonshutup thoma1...please11:45
hiffysethk: true enough11:45
=== user00265 [n=ryuji@pdpc/supporter/student/user00265] has joined #ubuntu
thoma1JRIB: BETTER THAN NO ATTENTION11:45
chaos_not in this case11:45
sethkRaz`, isolinux.cfg is _only_ for creating a bootable cd11:45
Raz`ok11:46
djm62SillyZ: no point, as he says it gets attention.  therefore caps==ignored, and the problem goes away11:46
SillyZthoma1 = troll   just /ignore thomal    done11:46
sethkRaz`, and has nothing to do with your present question.11:46
Raz`so, where would syslinux be looking for the boot config then>?11:46
chaos_I'd rather be unnoticed than look like a complete idiot11:46
Raz`I assume this is just a problem with the path11:46
SillyZdjm62: what i just said11:46
=== ep [n=mdr@ip68-228-173-218.ok.ok.cox.net] has left #ubuntu ["Left]
EddieI hate kacpid11:46
hiffychaos_: but then you dont learn anything11:46
Eddiewith such a wild passion11:46
thoma1WELL WHEN I'M LOOKING FOR HELP I'D RATHER LOOK LIKE AN IDIOT THAN BE COMPLETLY UNNOTICED11:46
ipeepsot: anybody inside a university network who can download an acm full text paper for me.help appreciated.11:46
thelsdjwhats a good safe kernel vga mode? i can't read the kernel messages as it boots cause video is screwed up11:46
chaos_I learned plenty without touching caps11:46
sethkRaz`, I already told you.  you need to find out how grub refers to the flash drive.  then you can enter the required    root   and     kernel     commands at the grub prompt11:46
Renan_s2thoma1, you don't need caps at all11:46
sethkRaz`, might also need an    initrd       command11:46
thelsdjor how do i disable changing vga at all?11:46
sethkRaz`, then you can boot.11:47
=== Franz [n=dux@87-196-125-247.net.novis.pt] has joined #Ubuntu
gnomefreakthoma1: dont use caps please11:47
djm62SillyZ: as opposed to kickban which is crude and will spur people to get into childish retaliations11:47
chaos_I learned Linux through freenode ^^11:47
Raz`so where is grub?11:47
emochaos: sorry man I lost it...11:47
EddieI MOLEST SOCKS IN MY BED AT NIGHT, MY LAUNDRY BASKET IS A CRUSTY GRAVEYARD11:47
Raz`It might not be installed on here.11:47
=== Wild1 [n=Wild1@189.146.156.90] has joined #ubuntu
Gog123chaos_:  And Rob Levin founded it right?11:47
Gog123he died today :(11:47
hiffysethk: perhaps i simply cannot remember what the install options were, or if they included any programming options (Im sure i would've clicked those). build-essential seems to have done the trick tho11:47
Raz`maybe i should install grub onto my flash drive, then just copy over the iso onto it?11:47
chaos_Eddie, no11:47
=== Franz [n=dux@87-196-125-247.net.novis.pt] has left #Ubuntu ["Leaving"]
=== mode/#ubuntu [+o gnomefreak] by ChanServ
thoma1EDDIE THAT WAS A VERY APT THING TO SAY SHALL I REQUEST ANOTHER?11:47
=== Eddie [n=ed@unaffiliated/eddie] has left #ubuntu [requested]
=== mode/#ubuntu [-o gnomefreak] by gnomefreak
Gog123rob levin's death is sad11:47
chaos_didn't he die on the 12th?11:47
gnomefreakthoma1: stop with the caps11:47
sethkthelsdj, if you create an X config file with only one valid mode, than that is the only mode that will be used.  I'd use 800x600, not 640x480, because I doubt you'll run into any monitor these days that can't handle 800x60011:47
Gog123chaos_ I just found out today, says the 16th in wikipedia11:47
gnomefreakchaos_: 16th and offtopic please11:47
sethkRaz`, depends on what you mean by that.  The first part of grub is on the MBR of the boot drive.  the rest can be anywhere.11:48
=== lbm [n=lbm@130.225.243.71] has joined #ubuntu
=== Eddie [n=ed@unaffiliated/eddie] has joined #UBUNTU
chaos_RIP11:48
sethkRaz`, typically on the hard drive, but not necessarily11:48
Raz`well, I doubt grub is in the MBR of my flash drive since al I've done to it is extract the iso onto it.11:48
Raz`right?11:48
=== Cuog_422 [n=Cuog@70-41-147-163.cust.wildblue.net] has joined #ubuntu
thoma1THIS IS A STORY11:48
hiffythanks anyways folks.11:48
thoma1ALL ABOUT HOW MY LIFE GOT FLIPPED TURNED UPSIDE11:48
chaos_please dont thomal11:48
=== mode/#ubuntu [+o gnomefreak] by ChanServ
sethkRaz`, yes, that's good reasoning11:48
=== thoma1 [n=thomas@206.207.104.23] has left #ubuntu [requested]
=== mode/#ubuntu [-o gnomefreak] by gnomefreak
Raz`so I should install grub manually, THEN copy the iso. I guess.11:48
Raz`I'll try that.11:48
thelsdjsethk: i'm talking about console vga, X works fine, but before X starts i can't read console because vga mode seems screwed up11:48
sethkRaz`, that's a reasonable plan, yes11:48
=== grubic [n=grubic@user-1087poh.cable.mindspring.com] has joined #ubuntu
chaos_this channel needs ops11:48
Raz`k, lemme work on it.11:49
DBOthere are ops chaos_11:49
=== Cuog_422 [n=Cuog@70-41-147-163.cust.wildblue.net] has left #ubuntu []
Raz`thanks for the help11:49
gnomefreakchaos_: no it doesnt11:49
sethkthelsdj, oh, look in your grub config file, and take out an   vga=   parameters11:49
chaos_gnomefreak, you like thomal?11:49
sethks/an/any/11:49
gnomefreakchaos_: why do you ask?>11:49
chaos_because no one else does?11:49
sethkthelsdj, if that causes problems, then use:        vga=ask11:49
Eddiemore than he likes me anyway, evidently ;)11:49
gnomefreakchaos_: liking has nothing to do with support11:49
thelsdjsethk: ok thanks11:49
sethkthelsdj, which will do about what you would expect from the name11:49
djm62d'oh, I just found the AIM page but Pests has gone :-(11:49
=== __krugger__ [n=random@81.193.72.132] has joined #ubuntu
mad_mani is booting 4 o/s. i wish to delete one. what troubles will i have ? like with MBR/grub or anything else ?11:49
grubicHey there.  Quick question.  Where is the "download" directory for the X-Chat program?  Never used Ubuntu before.  Not used to it.11:50
chaos_no, i dont have to like some one to tolerate them... but I can't even tolerate thomal11:50
=== ipeeps [i=che_sosa@orbit.sh3lls.net] has left #ubuntu ["Leaving"]
Eddiegrubic: homedir i think11:50
Eddiegrubic: you mean for DCC receives?11:50
xipietotecgrrr....I can't seem to write the damn aiglx-compiz repository correctly11:50
grubicyes.11:50
gnomefreakchaos_: this is not the plass for this topic11:50
=== eitch0000 [n=eitch@84-74-23-47.dclient.hispeed.ch] has joined #ubuntu
Tonrengrubic: A good way to look for files: sudo updatedb; locate somefile11:50
gnomefreakplace*11:50
Hor|zonlol11:50
=== Hor|zon pokes gnomefreak in the eye
Raz`I guess grub comes on the boot sector of the ubuntu iso...hmm11:51
chaos_gnomefreak, agreed. <3?11:51
sethkgrubic, there is a file download section of the xchat install11:51
sethkgrubic, sorry, the xchat configuration11:51
xipietotecit says I should do this: deb http://gandalfn.club.fr/ubuntu dapper but I get a malformed line (Parse error)11:51
mattstahow do I use wine11:51
sethkgrubic, settings, preferences, then look for file download11:51
Eddieserpentine is slow11:51
mad_man!wine11:51
ubotuwine is a compatibility layer for running windows programs on GNU/Linux. See https://help.ubuntu.com/community/Wine for more information.11:51
__krugger__Anyone knows how to regenerate the xkb directory files? The .dir files in /etc/X11/xkb?11:51
sethkgrubic, sorry again, file transfers11:52
Raz`seth, if I extract the boot sector from the cd and get it on my flash drive, would that take care of getting grub on it?11:52
sethkRaz`, no11:52
grubicsethk: ahh there it is.  Thanks a bunch11:52
=== MenZa [n=menza@0x535de899.kd4nxx12.adsl-dhcp.tele.dk] has joined #ubuntu
=== gel [n=gel@87.69.41.84.cable.012.net.il] has joined #ubuntu
chaos_ooo, going for chinese tonight! :D11:52
grubicsethk: can't believe I didn't see that option11:52
=== unf [n=unf@62-43-47-172.user.ono.com] has joined #ubuntu
Raz`what else is missing, then? When I just extract the files, i'm missing the boot sector, and what else?11:52
=== Wanderer_ [i=nomad@24-178-96-163.dhcp.stbr.ga.charter.com] has joined #Ubuntu
sethkRaz`, nothing else11:52
=== spb [i=spb@gentoo/developer/spb] has left #ubuntu []
Raz`so it should work, then?11:52
Raz`extract the boot sector, then extract the iso's files11:52
=== Wanderer_ is now known as Wanderer
__krugger__Raz, don't you need BIOS support to boot of USB?11:52
sethkRaz`, once you can get to a grub prompt, then yes11:52
Raz`and that'll make a complete copy of the CD to boot from the flash drive11:52
Raz`booting is not an issue, krug11:52
xipietotecanyone help with that? why am I getting a parse error when the guide tells me to use this? deb http://gandalfn.club.fr/ubuntu dapper11:53
=== Frostbite [n=adam@82-47-18-35.cable.ubr02.brom.blueyonder.co.uk] has joined #ubuntu
djm62xipietotec: what guide? URL?11:53
Gumbydoes anyone know what the command line X setup program is called and which package contains it?11:53
xipietotechttp://gandalfn.wordpress.com/howto-compiz-aiglx-on-dapper/11:53
Eddieif only he had a cd rofl11:53
sethkRaz`, everything in the file system is simply a file, nothing special, so you can copy from any media (like a cd) to any other media (like a hard drive)11:53
=== teThys [n=jfranji@83-131-66-126.adsl.net.t-com.hr] has joined #ubuntu
mad_mani is booting 4 o/s. i wish to delete one. what troubles will i have ? like with MBR/grub or anything else ?11:53
=== Frostbite [n=adam@82-47-18-35.cable.ubr02.brom.blueyonder.co.uk] has left #ubuntu ["Leaving"]
sethkRaz`, or, in your case, from your flash drive to your hard drive (If I understand what you are doing)11:53
marshalli just installed vmware player with automatix and i want to know how to start my windows partition with it11:53
EddieGumby: xf86conf I think11:53
Raz`yea11:53
Raz`that's right11:53
sethkmad_man, you don't have to touch the mbr11:53
Raz`If I get the boot sector onto the flash drive, it should work11:53
chaos_does firestarter work in dapper or is there some other package?11:54
sethkRaz`, yes.11:54
__krugger__mad_man just don't delete the partition where the grub files are in :)11:54
sethkRaz`, that's essentially what a rescue cd or floppy does11:54
djm62xipietotec: that is a slow website (or the web is being slow for me today).  in any case that line looks malformed to me too, there should be another bit after "dapper"11:54
Hor|zonsethk, that's not exactly true, you might need to tar it if the media doesn't support the permissions, right?11:54
Ady01I fix it, thanks jr...11:54
sethkHor|zon, I was assuming that it supports permissions, that's true.11:55
=== lnxmad [n=linuxbox@pool-64-223-151-42.man.east.verizon.net] has joined #ubuntu
GumbyEddie: any idea what package that belongs to?11:55
gimmulfWhy doesnt this work?: sudo mount /mnt/hdb2 /dev/hdb2  error: mount: you must specify the filesystem type, but its a normal ext2 partition, what am i doing worong?11:55
mad_mansethk:  __krugger__: thank you11:55
xipietotecdo you know of another repository for aiglx?11:55
sethkHor|zon, and tar or cpio is a good way to work around that, if permissions are not supported11:55
djm62gimmulf: mount -t ext2 then all the rest11:55
=== grubic [n=grubic@user-1087poh.cable.mindspring.com] has joined #ubuntu
=== grubic [n=grubic@user-1087poh.cable.mindspring.com] has left #ubuntu ["Leaving"]
chaos_-t ext211:56
__krugger__gimmulf swap the arguments11:56
chaos_oh you beat me dj11:56
chaos_*glares*11:56
Gumbygimmulf: you have your syntax mixed up.  its /dev/xxx and then your mount/point11:56
Raz`omg, mkbt doesn't 'support' anything but floppies11:56
Raz`argh11:56
sethkgimmulf, both what __krugger__ said and what several people said about -t ext211:56
=== gel [n=gel@87.69.41.84.cable.012.net.il] has joined #ubuntu
sethkgimmulf, there is nothing "normal" about ext2.   there is no default file system type.11:56
=== ProNoob [n=dot@pD9E3B378.dip.t-dialin.net] has joined #ubuntu
unfis it posible to upgrade from dapper to edgy?11:57
chaos_probably11:57
jribunf: yes11:57
marshalli just installed vmware player with automatix and i want to know how to start my windows partition with it11:57
sethkgimmulf, you can use    -t auto      and mount will frequently figure out the file system type11:57
djm62informally, how much of a performance hit would I get if I encrypted /home on my laptop?11:57
Gumbyits /dev/hdb2 /mnt/hdb2 not /mnt/hdb2 /dev/hdb211:57
mad_man__krugger__: and QTParted will do the trick for deleting a partition ?11:57
sethkdjm62, likely nothing perceptable11:57
Gumbyif he gets that correct it will probably auto detect the filesystem type11:57
unfim trying to, but i get problems with some dependencies (the most importat is upstart, that doest install because init system is already installed)11:57
lnxmadUbuntu is the best distirb. i have been on11:57
=== thelsdj [n=thelsdj@24-116-69-69.cpe.cableone.net] has joined #ubuntu
marshalllnxmad: yup11:58
sethkdjm62, unless you put a lot of stuff in your $HOME that typically wouldn't be there, then it could be higher.11:58
marshalli just installed vmware player with automatix and i want to know how to start my windows partition with it11:58
unfjrib, have you done it?11:58
thelsdjwhere do i set what dirs get created in /var/run?11:58
__krugger__mad_man think so though I have never used it11:58
thelsdjappears that dir for screen isn't being created11:58
Raz`ok, I have the boot sector pulled out with BBIE. How would I install it onto my flash drive?11:58
lnxmadis very easy and user friendly11:58
sethkthelsdj, create it.  should be created when screen is installed11:58
jribunf: I have, but it is still being developed so bugs and breakage are quite possible11:58
=== nature [n=demon@ppp75-47.adsl.forthnet.gr] has joined #ubuntu
djm62sethk: not planning on anything industrial- the highest disk activity would be mp3 and video files11:58
thelsdjsethk: i created it last boot, does't come back11:58
chaos_can't wait till the Linux X-Fi drivers are released11:58
sethkdjm62, well, for video files it might be significant11:58
sethkdjm62, depends on your cpu of course, on any other load on the machine, etc., etc.11:59
thelsdjseems /var/run is a tmpfs that is created on boot11:59
mad_man__krugger__: any orther suggestions for a program that i can have a look see for this job ?11:59
unfjrib, no problem with it, its my desktop and i have nothing to lose (morover i have my HOME in another partition)11:59
sethkthelsdj, unless you are using an in memory file system, that doesn't make much sense11:59
jribunf: ok but #ubuntu+1 is the proper channel for edgy11:59
unfok, thank you!11:59
thelsdjsethk: varrun on /var/run type tmpfs (rw)12:00
Gumbyanyone know what package the command xf86conf (or maybe XF86Conf) belong to?12:00
__krugger__mad_man: I usually use fdisk to delete, but parted or any other can do it12:00
sethkthelsdj, ok, then there is a cpio archive that you will need to add it to.12:00
__krugger__mad_man: you are not trying to resize are you?12:00
sethkthelsdj, tmpfs is an in memory file system12:00
=== vorbote [n=vorbote@unaffiliated/vorbote] has joined #ubuntu
mad_man__krugger__: thank you for your help and input12:00

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