[12:00] bulio: what network card do you have? === fett_ [~fett@d6-227.rb.clm.centurytel.net] has left #ubuntu ["Leaving"] === Quarupt [~Quarupt@c-67-170-1-214.client.comcast.net] has joined #ubuntu [12:00] zenrox: Why did that bot tell me something didn't look right? [12:00] How can I male it so i can call the limewire script from anywhere? put it in my PATH? [12:01] make === bradb [~bradb@modemcable093.84-130-66.mc.videotron.ca] has joined #ubuntu [12:01] Pci/PnP network: [12:01] Device Description Type [12:01] Hewlett-Packard EN1207D-TX 10/100 Fast Ethernet Adapter PCI [12:02] bulio: Ok BRB [12:02] what version of debian is ubuntu based on? [12:02] Is there anything to getting a default ubuntu mysql install to allow connections to come in from other machines other than commenting out skip-networking in my.cnf? [12:02] sid === vpalle [~vpalle@park222.koll.au.dk] has joined #ubuntu [12:03] cybergasm, Im pretty sure its sid === jpvcx [foobar@f253011.upc-f.chello.nl] has joined #ubuntu [12:04] maybe Warty is based on woody or sarge and Hoary is based on sid === zeedo [~zeedo@www.bsrf.org.uk] has joined #ubuntu [12:04] Levander, yes [12:04] Quarupt, not exactly [12:05] Levander, the permissions for your databases might specify that only localhost ist allowed [12:05] warty is based on sid too, just an earlier snapshot [12:05] oh [12:05] well ya lean something evceryday [12:05] Thanks [12:06] Levander, to check: mysql -uroot -p mysql, select * from user; [12:06] mjr can you refresh my memory on how so add a .sh to your path so it can be galled anywhere? === j^ [~j@gw.bootlab.org] has joined #ubuntu [12:06] something in bash.rc right? === mikep [~mikep@c-24-0-3-105.client.comcast.net] has joined #ubuntu [12:07] or basgrc.conf or whatever is is === Dr_Acemaster [~Dr_Acemas@c-24-11-89-119.client.comcast.net] has joined #ubuntu [12:07] bashrc.conf === vpalle [~vpalle@park222.koll.au.dk] has joined #ubuntu === IRCsloth_ [~cswanson@blk-224-208-237.eastlink.ca] has joined #ubuntu [12:09] anyone knows which is used mostly acpid or apm? [12:09] 'night [12:09] acpid === IRCMonkey [~chatzilla@65.114.136.54] has joined #ubuntu [12:09] apm=old and busted [12:09] hmmm..ok === Alessio [~Alessio@host208-7.pool8251.interbusiness.it] has joined #ubuntu === StoffBox-Steve [~steve@pD9E576B0.dip.t-dialin.net] has joined #ubuntu [12:10] which application do i have to watch tv? [12:10] loevborg, i get table output from that command that looks like it's supposed to be in columns, but the columns get all messed up on my screen [12:10] sorry [12:10] i use gxmame [12:10] but it doesn't find my roms [12:10] but hte path is ggod [12:10] *good === moyogo [~moyogo@Toronto-HSE-ppp3717779.sympatico.ca] has joined #ubuntu [12:11] Levander, yes, we all love mysql's output :) [12:11] I have an installation question for which I have found no help in the support forums [12:11] anybody willing to listen? [12:11] you know which columns i'm supposed to look for so i can only query for those, really can't figure out that output === raydogg`` [~r@12-220-121-241.client.insightBB.com] has joined #ubuntu [12:11] Levander, "user" I suppose [12:12] when was array 5 released ? [12:12] so v=can someone help me add this script to the PATh so i can call it from anywhere [12:12] loevborg, okay, i get root, debian-sys-maint, and root as results === Burgundavia [~Burgundav@S0106000000cc07fc.gv.shawcable.net] has joined #ubuntu [12:13] loevborg, but u know i get the host not allowed message even when i'm using telnet, that doesn't know anything about which user === balor [~balor@host81-156-136-139.range81-156.btcentralplus.com] has joined #ubuntu [12:13] telnet 127.0.0.1 3306 gives same error [12:14] Levander, "select Host,User from user;" [12:14] Levander, if you get "localhost"s, then you've found your problem. [12:14] Levander, you're probably better off creating a new user for wordpress anyway. [12:15] loevborg, no root is is in two rows, one with localhost as the host, the other with bread (the DNS name of my linux box) in the host column [12:15] loevborg, this is simply to learn more about mysql, i'll get it running, then make it run correctly [12:15] Levander, you can change that to "%" [12:16] I have a major installation problem without an apparent solution [12:16] change what to %? [12:16] Levander: that doesn't look right [12:16] Levander, then try if it changes a thing [12:16] maybe somebody can help me out [12:16] Anyone else here have problems with an HP network card not being compatable? [12:16] Levander, update Host="%" where user="root"; [12:16] anyone set up pptp to a ms2k3 box with warty yet? any help appreciated [12:17] Levander, but you'd better use the "grant" command for real life - see mysql documentation. === pablo928 [~paul@az-yuma-cuda1m-26.losaca.adelphia.net] has left #ubuntu [] [12:17] can i put export PATH=/home/user/Limewire/runLime.sh:${PATH} anywhere in my bashrc ? [12:18] loevborg, instead of changing all root users to %, can I change just the root user on bread to %? Just sounds safer [12:18] update host="%" where user="root" and host="bread"; give me a syntax error [12:18] Levander, sure. I leave that as an excercise to you to figure out :) [12:18] learning mysql sux [12:19] Levander, try single quotes :| === vpalle [~vpalle@park222.koll.au.dk] has joined #ubuntu [12:19] anyone? [12:19] loevborg, same error, i think the problem is i'm not specifying the table name [12:20] Do a normal desktop need evms to be installed? Enterprise Volume Management sounds like something i dont neeed.. ? [12:20] Levander, oops sorry, I'm rusty [12:20] Levander, update user etc etc... [12:20] Levander, update user set host='%' where ...; [12:20] Levander, fortunately, I don't do much sql nowadays :) === socomm [~socomm@adsl-69-227-28-149.dsl.irvnca.pacbell.net] has joined #ubuntu === smok [~richard@clyne.plus.com] has joined #ubuntu === rcchan [~rcchan@netblock-66-245-251-214.dslextreme.com] has joined #ubuntu [12:21] okay, that worked, i have to commit or anything before trying to connect again? [12:21] Levander, remember to issue "flush privilleges;" after that [12:21] Are there any plans for better multimedia integration into ubuntu's interface? [12:21] with correct spelling, preferrably :) [12:21] says, okay! i'm about to try it!!! [12:22] uhoh, might be working!!! hold on!!! === Quest-Master [~qmaster@c-24-99-26-36.atl.client2.attbi.com] has joined #ubuntu [12:23] well, telneting into the localhost on that port doesn't kick me out anymore [12:23] but === joaocruz [~joao@ip68-0-220-224.ri.ri.cox.net] has joined #ubuntu === joaocruz [~joao@ip68-0-220-224.ri.ri.cox.net] has left #ubuntu [] [12:23] anybody wanna help a newb (me), with a screen resolution issue? === hayden [~hayden@203-219-130-10-qld.tpgi.com.au] has joined #ubuntu [12:24] using the mysql connector/odbc on my xp box to connect gives me different error, 'Access denied for root@192.168.254.1'. That's the IP of my XP box. === StoffBox-Steve [~steve@pD9E576B0.dip.t-dialin.net] has joined #ubuntu [12:25] seems it work :D [12:27] i just installed hoary and the cursors changed to default linux ones, how can i change them back to the default ubuntu ones [12:27] Levander, mysqld just has some decency. === El_XiNo [~craig@83.144.134.131] has joined #ubuntu === StoffBox-Steve [~steve@pD9E576B0.dip.t-dialin.net] has joined #ubuntu [12:28] Loevborg, decency? [12:28] or taste. === Phillbo [~phill@rrcs-66-91-147-154.west.biz.rr.com] has left #ubuntu [] [12:28] ha, screw u man, this is taking me way to long! [12:28] but thanks for your help [12:28] i'm gonna look for some docs in the ubuntu wiki, then give up for the day i think [12:29] Levander, sure. I know the feeling. I hate setting it up myself. [12:29] Levander, you can also look into the log. === rcchan [~rcchan@netblock-66-245-251-214.dslextreme.com] has joined #ubuntu [12:29] idiots in the mysql channel pointed me to the mysql.com docs for grant, that page is like 4,000 words long. Those guys really help a brother out! [12:31] has anyone had a need for 855resolution? [12:31] if i upgrade all my packages to hoary, what happens with X? === Vraly [~EIcg@IGLD-84-228-70-128.inter.net.il] has joined #ubuntu === tanek_ [~tanek@h133n3fls32o1104.telia.com] has joined #ubuntu === Littlechand [~chand@ABordeaux-151-1-16-198.w82-125.abo.wanadoo.fr] has joined #ubuntu [12:33] johnnybezak: your X moves out but takes your dog with here though. [12:33] sorry couldn't resist. === rcchan [~rcchan@netblock-66-245-251-214.dslextreme.com] has left #ubuntu [] === awstott^n [~andrew@d142-59-130-205.abhsia.telus.net] has joined #ubuntu [12:35] BiteMeBill: lol [12:35] no but seriously, will it copy my xfree config to wherever the x.org config is stored? [12:36] johnnybezak: I'm not sure but I haven't heard anyone complain about losing it. === dazed [~dazed@adsl-219-156-58.aep.bellsouth.net] has joined #ubuntu [12:37] BiteMeBill: ok === Rocha [~rocha@194.117.20.168] has joined #ubuntu === neuron [~daft@230.80-203-59.nextgentel.com] has joined #ubuntu [12:37] Hello, just another question... [12:37] hey who knows about smb support to get on windows networking??? [12:37] Rocha: did that work? [12:37] How can I configure my computer to connect to a vpn network? [12:37] dazed: i know a little [12:37] BiteMeBill, nop, i asked my collegue to make the drawings with open office. [12:37] Rocha, the best software I found for that is OpenVPN [12:38] johnny bezak can you help me out? [12:38] dazed: i can give it a go :) [12:38] ompaul, ok, i'll try that [12:38] ompaul, i hope it's easy to configure, i'm in a hurry [12:38] Rocha, it should almost work out of the box - you need to let icmp into the network === Yannick_ [~chatzilla@Toronto-HSE-ppp3875628.sympatico.ca] has joined #ubuntu [12:38] ok well im on nix and im on my friends windows network i want to do some file sharing i goto networking click on enable windows networking and it says SMB support is not running [12:39] it needs to keep the hidden channel alive and does so with a ping every 15 seconds as default behaviour === StoffBox-Steve [~steve@pD9E576B0.dip.t-dialin.net] has joined #ubuntu [12:39] anyone succeeded on installing grub on and S-ATA drive? [12:40] Rocha, it is not bad if you read the docs, most important thing is to make sure you use the same version of the various ends [12:41] ompaul, i want to connect to my university, i need to upload some files to deliver a project i'm working on [12:42] Rocha, do they not accept ssh logins? [12:42] i just installed hoary and the cursors changed to default linux ones, how can i change them back to the default ubuntu ones [12:43] dazed: have you got samba installed? [12:43] Rocha, then any machine on the network that accepts ssh connections will allow you run sftp or scp to log in and transfer files [12:43] ompaul, only inside our personal accounts, i'm not using my personal account, i'm using a computer inside the computer science department but not my personal account [12:44] well you need the same software on both ends for the VPN to work [12:44] Rocha, or email them all to yourself :) === harunL [~blork@c-67-165-105-41.client.comcast.net] has joined #ubuntu === techn9ne [~jeremy@S0106000f66ddc57e.vc.shawcable.net] has joined #ubuntu === ompaul hits self for such a waste of bandwidth === smo [~soneil@smo.active.supporter.pdpc] has joined #ubuntu === rapha [~rapha@p54A08DB3.dip0.t-ipconnect.de] has joined #ubuntu [12:45] is there anyway of installing ubuntu on a laptop which is currently running windows but has its floppy and cdrom IO screwed up (can't read/write at all) ? [12:45] ompaul, i'll send the project by email to my teacher [12:45] harunL, maybe via usb stick? [12:45] ompaul, thanks anyway [12:45] hokay === omar [~omar@24-193-228-145.nyc.rr.com] has joined #ubuntu [12:46] Riddell, i have a question in kde how do you change the fonts? for instance like firefox the place where you type (address field) the text is small as crap [12:47] delltony: kcontrol [12:47] don't know if that effects firefox, shouldn't think so === Ziggity [~ziggity@213.137.8.107] has joined #ubuntu [12:47] Riddell: it doesn't.. [12:47] help./... [12:47] configure: error: C++ preprocessor "/lib/cpp" fails sanity check when ./configure monodevelop [12:47] whats that mean [12:48] delltony: Gnome preferences, font might do it...or it might be in firefox's preferences. [12:48] or kcontrol if under kde possibly. [12:48] how do I fix it// [12:49] aww so under themes? [12:49] whats that about... configure: error: C++ preprocessor "/lib/cpp" fails sanity check === plex0r_ [~plex0r@adsl-219-156-58.aep.bellsouth.net] has joined #ubuntu === hayden [~hayden@203-219-130-10-qld.tpgi.com.au] has joined #ubuntu [12:50] Ziggity, do you have the package "build-essential" installed? [12:50] how do i add a ubuntu system to a windows netrwork [12:50] wow....never thought that cleaning up the ratnest of packages would be so boring.... :P [12:50] the only thing the nix system can do is log onto xchat.. [12:50] curious what font do you recommend? === plex0r_ is now known as plex0r [12:50] kent, I don [12:50] plex0r: samba [12:51] i just installed hoary and when i try to type hash (shift + 3) the english pound sign comes up, how can i fix that [12:51] kent, I dont know.. how do I check? [12:51] hayden, you can do dpkg-reconfigure locale [12:51] is ubuntu stable to run a server [12:51] hayden, sudo before that [12:51] plex0r: http://www.ubuntulinux.org/wiki/SettingUpSamba/view?searchterm=samba [12:52] Ziggity, do you know how to start synaptic from the menu? Start that program and search for a package named build-essential === vince_ [~vince@80-219-106-51.dclient.hispeed.ch] has joined #ubuntu [12:52] ok ill try [12:52] it might help if the network card is in too :p [12:52] this is for dazed [12:52] :p [12:52] /usr/sbin/dpkg-reconfigure: locale is not installed [12:53] plex0r: its usually a good idea to check the wiki or google before asking here...some people get all bent out of shape if you don't research first...I personally don't care..but you know how it is === StoffBox-Steve [~steve@pD9E576B0.dip.t-dialin.net] has joined #ubuntu === aya [~aya@national-2-82-66-184-192.fbx.proxad.net] has joined #ubuntu [12:53] yeah [12:53] of course that applies to any help === Keybuk [~scott@syndicate.netsplit.com] has joined #ubuntu === Keybuk [~scott@syndicate.netsplit.com] has left #ubuntu ["Leaving"] === juan [~juan@200.85.202.53] has joined #ubuntu [12:53] phosphorgreen: /etc/postfix/master.cf smtpd entries need to be edited [12:54] ubuntu community is by far more helpful then anyone else though....very little I am too l33t to talk to you in here...in fact, I am yet to see that kind of attitude...these people rock === ells [~steve@69-171-247-27.clspco.adelphia.net] has joined #ubuntu [12:55] kent.. found it.. installing it now.. [12:55] thanx === andeeje [~andeeje@82-42-183-138.cable.ubr05.knor.blueyonder.co.uk] has joined #ubuntu [12:56] does anyone here use Monodevelop? [12:57] hmm, if an app that uses an open API (XML RPC) that is released under the LGPL, can I release the app I write under the GPL then? or should I also use the LGPL [12:57] ompaul, do u know why it said this-> /usr/sbin/dpkg-reconfigure: locale is not installed [12:58] ok.. now this error... configure: error: Library requirements (gnome-vfs-2.0 >= 2.0 [12:58] ) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your l ibraries are in a nonstandard prefix so pkg-config can find them. HELP!! [12:58] hayden, because at the time I suggested it my brain was fried hang on a sec [12:58] how do I adjust that?? [12:58] ompaul, lol ok [12:59] whats a good book for linux beginners [12:59] maybe a pdf or a ebook i can get? [12:59] maybe rute [12:59] Quarupt, any online resource like the ubuntu site or the www.tldp.org [01:00] how Do I setup my ubuntu as an Email or webserver?? [01:00] is there any guide?? [01:00] apache [01:01] no like i said i want something i can use offline, like an ebook or a pdf [01:01] Quarupt: what *kind* of beginner? [01:01] ummm theres too much to know for a "guide" [01:01] the simple stuff is on ubuntuguide [01:01] the rest you gotta search for as you need it [01:01] Quarupt: beginning developer? Beginning User? [01:01] are you looking for a tutorial for command line stuff? [01:01] like what do you want to do? === cocol [~internet@84.119.222.16] has joined #ubuntu [01:02] http://www.linuxcommand.org/ ... if you want command line 101 [01:02] Ziggity, libgnomevfs2-dev install that package and see if it works. [01:02] where can I learn the inners of networking. so that I can setup my ubuntu in a Windows network to share printer and act as a firewall, mail server and possiblly (another machine) as a webserver === WebMaven_ [~webmaven@owa.nah.org] has left #ubuntu ["Leaving"] [01:02] beginning user === StoffBox-Steve [~steve@pD9E576B0.dip.t-dialin.net] has joined #ubuntu [01:02] kent : thanx - -doing that now === Amaranth [~travis@ip68-229-188-97.om.om.cox.net] has left #ubuntu ["If] === Amaranth [~travis@ip68-229-188-97.om.om.cox.net] has joined #ubuntu === OrangeSlice [~orange@dsl-12-160-171-167.elltel.net] has joined #ubuntu [01:02] 2nd screen goes blank when enter X [01:02] Ziggity: ummm find a guide on samba, iptables, apache [01:02] does anyone know why I cant run teamspeak or a music player and ET at the same time ? [01:03] Ziggity, for information about setting up a server to share files with windows computers, search for samba on the ubuntu homepage. [01:03] hayden, sorry my brain is really fried why it happened I can't figure out [01:03] samba.. ok-- [01:03] Ziggity: firewalls shouldnt do anything but be a firewall === boogie [~boogie@ip24-254-141-158.rn.hr.cox.net] has joined #ubuntu [01:03] if you have a dedicated system smoothwall is good [01:03] hayden, have a look at what is in /etc/locale.gen and tell me (and the channel) then tell me what country you want it to be for [01:03] Ziggity: shorewall (firewall) is a good implementation of iptables BTW, and also handles NAT/ipmasq [01:03] hmm thats ok ompaul, do u know a website where i could maybe find out for myself === mindphasr [~mind@68.31.81.54] has joined #ubuntu [01:04] en_AU ISO-8859-1 [01:04] en_AU.UTF-8 UTF-8 [01:04] techn9ne: that makes no sense, and shorewall proves you wrong :-) [01:04] Australia [01:04] rumour has it Australia is the place to be === eleazar [~eleazar@200.44.246.250] has joined #ubuntu [01:04] don't believe everything you hear :) [01:05] ok this is strange i thought i was doing it right i went to the kcontrol panel after installing lipstick theme and i went to style and selected lipstick and hit apply but i see no changes what am i doing wrong :( === Xenguy_ is now known as Xenguy [01:05] Xenguy_, whats NAT?? [01:05] alligators and lions [01:05] Ziggity: network address translation [01:05] hi there, i just installed Ubuntu. but it never asked me to set my root password, now how do i set it? [01:05] ok ill try shorewall [01:05] Ziggity: basically similar to ipmasq [01:05] i think that firewalls should be a single computer doing nothing but that [01:06] johnnybezak [01:06] this is dazed [01:06] techn9ne: the author is a firewall professional IIRC (and FWIW :-) [01:06] hayden, that does not look right :) [01:06] ok === boogie [~boogie@ip24-254-141-158.rn.hr.cox.net] has left #ubuntu ["Leaving"] [01:06] hmm [01:07] techn9ne: I guess a dedicated firewall box (or router) is best practice, but not all of us can afford that (or bother doing things right ;-) [01:07] well i use a p133 [01:07] cost me $15 on ebay === XposerX [~bruce@ool-182d394a.dyn.optonline.net] has joined #ubuntu [01:07] OK.. now I got a problem. the MonoDevelop is comaplaining about blah..blah.. gnome-sharp but I can't find it with synamptic!! === NeoCicak [~NeoCicak@ppp162-159.static.internode.on.net] has joined #ubuntu [01:08] does anyone know why I cant run teamspeak or a music player and Wolfenstein: Enemy Territory at the same time ? ET just freezes [01:08] plex0r: yep === tga [~thu@S0106000f66aeaf64.vs.shawcable.net] has joined #ubuntu [01:08] andeeje: sounds like a sound problem :P [01:08] johnnybezak: im trying to net the 2 comps right...and now my nix comp cant even use the internet connection === zabulus [~zabulus@dD5771462.access.telenet.be] has joined #ubuntu [01:09] i cant get on xchat or google or gaim or nothing [01:09] Ziggity: http://en.wikipedia.org/wiki/Network_address_translation [01:09] plex0r: lol going from bad to worse === Xenguy loves wikipedia.org :-) [01:09] johnnybezak: thats what I thought but cant seem to fix it [01:09] plex0r: are you connected to the network? === StoffBox-Steve [~steve@pD9E576B0.dip.t-dialin.net] has joined #ubuntu [01:09] yes [01:09] hmm, the trash applet is kind of stupid some times. I tried the gnome svg theme found on gnome-look.org, and those icons are a bit larger than the default and trash applet gets hidden behind the icon so i cant see if the applet is ready to swallow the file or not, some times the file gets added to the panel instead, since i missed the trash :( And, those icons are not *that* big, so i think its an issue with the trashcan. It should let me know if its ready t [01:09] o eat files :( [01:09] plex0r: can you ping other computers? [01:09] if gnome starts, gaim starts 2 times :s (two windows) how do i put that off? [01:09] plex0r: can you ping websites [01:09] do you have to restart kde for styles to take effect? === netcrasher [~xxx@bl4-23-122.dsl.telepac.pt] has joined #ubuntu [01:09] neocrak...how do i ping? [01:10] \<<--- new to nix [01:10] man ping hehe [01:10] plex0r: ping [01:10] plex0r: ummm type ping [01:10] no just type ping -c 5 addresstobepinged [01:10] delltony: it may only apply to newly started applications [01:10] plex0r: quick thought.. maybe your dns is wrong [01:10] plex0r: ping [01:10] (without the -c switch it won't work) [01:10] zabulus, close one of them, and then save the session (logout and click on save session) (have no other programs running that you dont want to run next time.. ) [01:10] woah [01:10] thats wrong [01:10] plex0r: on the command line [01:10] its suppose to be for the panel [01:10] it will work it will just keep going indefinetly [01:10] i can ping the network [01:10] ah k thx kent! [01:10] according to kdelook.org [01:11] plex0r: then chances is that your gateway & dns are wrong [01:11] can you ping google or something like that [01:11] its suppose to make the panel different but anyway :( [01:11] wait [01:11] #wiat === xshui [dcampbell@d142-59-173-225.abhsia.telus.net] has joined #ubuntu [01:11] Anybody here use C# and Mono? [01:12] Riddell, this is what i'm shooting for http://kdelook.org/content/show.php?content=18223 [01:12] I've played with it a TINY bit [01:12] it says 'from icmp_seq=(upward counting numbers) Destination Host Unrechable...is what its saying after i pinged [01:12] i tried and got frusturated w/ it and went back to windows [01:12] plex0r: then you can't ping. it's unsuccessful [01:12] techn9ne: what'd you get frustrated with? [01:12] plex0r: maybe your ip address & subnet mask are wrong? [01:12] mono [01:12] i had to develop a C# app for someone [01:12] so i went back to just doing it on windows [01:12] no, but I mean why was it frustrating? [01:13] i couldnt make it work [01:13] errors [01:13] Ack [01:13] went to compile just sat there [01:13] I can't stand Windows at all anymore [01:13] how do i change the subnet? [01:13] or edit or look for that matter [01:13] sorry for being uber newbish [01:13] plex0r: don't worry about it [01:13] plex0r: go to system -> administration -> network [01:13] network problems are a pain in the arse === PacoBCN [~PacoBCN@62-15-248-28.inversas.jazztel.es] has joined #ubuntu [01:14] i had windows.... only time i use it is to develop .net stuff and msn messenger [01:14] hate windows [01:14] plex0r: (if you are using hoary) :P ... try to find something similar up there in the manu [01:14] plex0r: menu [01:14] delltony: That Lipstik theme is sexy. [01:14] yeah, I try to avoid windows if I can... === zabulus [~zabulus@dD5771462.access.telenet.be] has joined #ubuntu [01:14] but I have use it for work [01:14] gotta eat [01:14] lol [01:14] k thx kent it works! [01:14] plex0r: we all started as newbie :) [01:15] techn9ne: you can use linux for both of those things anyway :) [01:15] yeah if i could use it === xshui [dcampbell@d142-59-173-225.abhsia.telus.net] has left #ubuntu ["Leaving"] [01:15] johnnybezak: you cant use webcam w/ gaim === Quazion [~quazion@bsm-c-5628.adsl.wanadoo.nl] has joined #ubuntu [01:15] johnnybezak: you cant test .net apps with windows w/o windows [01:15] i can't figure out how to get it to work i dpkg -i'd the deb file [01:16] and its there in styles [01:16] do i need a gateway address? [01:16] but it doesn't change [01:16] im configing manually [01:16] plex0r: nope === seb128 [~seb128@ANancy-151-1-24-41.w83-194.abo.wanadoo.fr] has joined #ubuntu [01:16] delltony: Ask in #kubuntu? [01:16] unless you have a couple of subnets [01:16] nothing is happening still [01:16] techn9ne: fair enough :) [01:16] we activated metbios on firewall [01:16] plex0r: can you ping other computers now? [01:16] netbios* [01:17] plex0r: umm..... that's beyond my expertise... [01:17] no i cannot [01:17] what happens if I can't find a package with synamptic!! [01:17] delltony: Try compiling it? === Quest-Master is going to try Kubuntu once on Hoary [01:17] plex0r: what if you type ifconfig? [01:17] i'm running it on hoary and its great [01:17] personally i hate .net i feel j2ee to be superior but i dont get to make descisions all the time [01:17] i just need to learn it ;) [01:17] Ack === Quest-Master can't stand Java [01:18] i love java [01:18] Ick. [01:18] plex0r: you are connected on local network to connect to internet, right? (using router or similar thing) [01:18] you dont like programming it ?? [01:18] Not at all. [01:18] why? [01:18] Python is the greatest programming/scripting language ever. ;d [01:18] i always felt that the tools and community was awesome [01:18] eclipse, ant [01:18] yeah we got a router [01:18] Java eats way too much memory. [01:18] ive made all port exceptions etc. i need to [01:19] I mean, have you tried Azureus? [01:19] plex0r: type ifconfig on command line.. see if your network card & ip configuration there are correct [01:19] It uses 1-3GB of memory most of the time [01:19] its not a native program === StoffBox-Steve [~steve@pD9E576B0.dip.t-dialin.net] has joined #ubuntu [01:19] Neither is Python [01:19] python doesnt do what java can do [01:19] you're comparing apples to oranges === bradb [~bradb@modemcable065.154-81-70.mc.videotron.ca] has joined #ubuntu [01:19] Quest-Master, What can you do with Python.? can you write desktop applications>? [01:19] Uh, yes you can. [01:19] Ever heard of wxPython or PyGTK? [01:19] yeah tis all correct [01:20] do you have examples of 'commercial' stuff done with it? [01:20] i dont think samba is set up [01:20] Google? ;) [01:20] Ziggity, zope and friends [01:20] since when did commercial stuff matter anyways? [01:20] plex0r: is it installed? [01:20] plex0r: umm. samba does not have to do with being able to connect to the network... it's only for the linux & windows connectivity [01:20] Zope as well. === BiteMeBill [~antiM$@oh-67-77-123-4.dyn.sprint-hsd.net] has joined #ubuntu [01:20] especially in a Linux channel === delltony [~delltony@c-24-99-11-118.atl.client2.attbi.com] has joined #ubuntu [01:20] this is connecting to a windows lan lol [01:20] brandon_niemczyk: I guess Ziggity cares about it. :P [01:20] Python is pure open-source anyhow. [01:20] heh [01:21] Most Linux users prefer it over Java. [01:21] yea, i know python is [01:21] plex0r: but you can't even ping to other computers.. samba doesn't have to do with that.. i reckon [01:21] sorry-- I'm from a win background and can't figure out how people on who develop from a linux platform make a living?? [01:21] ummmm im not gonna argue.... python is good java is good [01:21] but for diff. things [01:21] i personally hate python, but i have respect for the philosiphy behind it [01:21] Plus, it's development time is much, much shorter than that of Java's. [01:21] Meh. [01:21] Quest-Master, I try and make a living from software development. [01:21] I know no one who has fully tried Python and hated it. [01:21] python you can make cross platform apps [01:21] Quest-Master: meet brandon [01:22] brandon_niemczyk: meet Quest-Master [01:22] i get aerros when trying to install saba [01:22] Quest-Master: now you do ;) [01:22] Ziggity: there is room for both free and proprietary software me thinks [01:22] dpkg error [01:22] erroor trying to write [01:22] etc.. [01:22] Ziggity: You can still make a living from using free software. [01:22] sometimes [01:22] Ziggity: and yes, what Quest-Master said [01:23] Ziggity: Lots of companies require coders who are on-call and can code custom software for their needs. === netjoined: irc.freenode.net -> benford.freenode.net === zabulus [~zabulus@dD5771462.access.telenet.be] has joined #ubuntu === ermo [~ermo@3E6B20D4.rev.stofanet.dk] has joined #ubuntu === Riddell [jr@jriddell.kde] has joined #ubuntu === sjoerd [sjoerd@80.126.201.244] has joined #ubuntu [01:23] Ziggity: Many of these companies could possibly require you to use Python and/or run on Linux. [01:23] Xenguy, : but If wanted to open a startup developing bespoke software for others ( businesses ) -- whats the business model? [01:23] Ziggity: Like Google. ;) [01:23] Quest-Master: much of our departments systems are coded in-house [01:23] ppl should use whatever fits their need best [01:23] Xenguy: Exactly. You see my point. :) [01:23] java, python, c++, .net === sjoerd [sjoerd@simons.xs4all.nl] has joined #ubuntu [01:23] diff ppl/organizations have diff. requirements [01:24] plex0r: hmm.... wait... not being able to ping to other computers does not necessarily mean your computer is not connected to the network.. i remember that i can't ping to my win xp computer coz it has some weird configuration that comes with it when i bought the computer [01:24] plex0r: do you have non-windows machine? [01:24] Ziggity: the business model is definitely changing -- people are *not* going to pay for all software anymore. Those days are gone IMO [01:24] the one shoe fits all is the microsoft way [01:24] Quest-Master, : could you explain the Like Google? [01:24] plex0r: or have you tried pinging www.yahoo.com or something like that? [01:24] im stting next to two windows laptopos [01:24] and a nix machine [01:25] is that nix machine connected to network? [01:25] Xenguy, Then how does one make money from it.. By money I mean a profitable business. [01:25] on router it says its on [01:25] but 'inactive' [01:25] its assigned ip and subnet [01:25] back in a minute [01:25] can you connect to internet using that nix machine? [01:25] it says 'ping: unknown host www.google.com' [01:25] no i cannot [01:26] Ziggity: you need to seek a niche, a specialized software product where there is no free software that can do the same job... [01:26] hmmmm.......... [01:26] Ziggity, you can probably make monny doing support, /me thinks.. [01:26] Ziggity: your buisness model depends on your capabilities and what you can do [01:26] you are familiar with ip addressing, yes? [01:26] Ziggity: at the same time, you look to providing programming *service*, instead of just trying to sell/clone your code for profit [01:26] unfortunatly your right that an OSS solution is not _always_ going to be profitable, but there are many many places where it is [01:26] tell me the ip address of the computer you are using now & one other windows machine that's connected to internet [01:26] if you use a little ingenuity [01:27] right [01:27] ip adress of this windows ysstem [01:27] 192.168.1.2 [01:27] ip address of nix [01:27] Ziggity: but honestly I don't really think there is a problem because free software gives everyone (including you :-) the tools to program stuff for people who will pay you to do it... [01:27] 192.168.1.3 === PacoBCN [~PacoBCN@62-15-248-28.inversas.jazztel.es] has joined #ubuntu [01:27] hmm should be ok.... [01:27] plex0r: and can you ping the unix box by ip address? [01:27] weird.... [01:27] no i cannot === PacoBCN [~PacoBCN@62-15-248-28.inversas.jazztel.es] has joined #ubuntu [01:28] plex0r: are you pinging FROM windows or linux? [01:28] i did both [01:28] both do not work [01:28] is the cable connected ?? sounds like dumb question.. but believe me, this happens sometimes [01:28] Ziggity: I am a firm supporter of free software BTW -- people should not have to be ripped off by some foreign (to me) wannabee monopoly corporation just to check their email ;-) [01:28] haha, after some seconds i even managed to see the Ubuntu logo on the March ubuntu wallpaper ;) [01:28] is the cable working [01:28] the cable is working [01:28] plex0r: rafb.net/paste the output of 'ipconfig /all' on the windows box, and 'ifconfig' on the nix box [01:28] does it have any problem? cable defects.. etc [01:28] Xenguy: would you rather be robbed by a domestic monopoly? [01:29] u want me to ipconfig [01:29] and release on windows? [01:29] and then ifconfig on nix === mvo [~egon@ip181.135.1511I-CUD12K-01.ish.de] has joined #ubuntu [01:29] plex0r: not release... just post the output of 'ipconfig /all' in a DOS prompt, and ifconfig on nix, but nopaste it, don't flood here [01:29] http://rafb.net/paste [01:29] tga: do you think that is my point? =) [01:30] how can i paste from nix sysmtem [01:30] when the nix system isnt online [01:30] I'm not sure what your point is [01:30] plex0r: I don't mean to but in but is the information close to the same between ipconfig and ifconfig? === Andre [~andre_col@200.138.133.102] has joined #ubuntu [01:30] plex0r: hehehe [01:30] :p [01:30] plex0r: good point ;P [01:30] plex0r: 1. turn nix system on 2. copy 3. ??? 4. paste [01:30] sorry :( [01:30] tga: re-read what I typed -- it was very clear :-) [01:30] not on internet === jjx [~J@addr-82-128-204-120.suomi.net] has joined #ubuntu [01:30] or network tga [01:30] 5: Profit! [01:30] plex0r: what does ifconfig say your ip and subnet is in linux? [01:30] the subnets need to be the same> [01:31] and what about 'route' ? [01:31] ip is 168.192.1.3 [01:31] subnet= 255.255.0.0 === Lemonzest [~Lemonzest@cpc1-nott4-3-0-cust27.nott.cable.ntl.com] has joined #ubuntu [01:31] any windows subnet =255.255.255.0 [01:31] ah [01:31] are you sure that shouldn't be 255.255.255.0 [01:31] try using same subnet [01:31] ? [01:31] yea [01:31] use the same subnet === smurfslay [smurfslaye@itchy.e-dividual.de] has joined #ubuntu [01:32] dazed says he thinks we were on the same subnet [01:32] but i dont think i do [01:32] change to 255.255.255.0 [01:32] NeoCicak: that doesn't look right [01:32] for all [01:32] plex0r: if one is 255.255.255.0 and the other is 255.255.0.0, you are NOT on the same subnet [01:32] uMkulu: what doesn't look right?? [01:32] no idea, neocicak [01:32] you need to set the nix box to 255.255.255.0 [01:33] umkulu: hmm... which one of my post are you replying to?? === zbrown is now known as suifur [01:33] no idea, neocicak [01:33] plex0r: do you have a router or something that your using for connection sharing? [01:33] ok. back [01:33] NeoCicak: uMkulu is a bot from what I was told. [01:33] yeah i already got computers saharing internet [01:33] hahahhaha [01:33] thx bitemebill [01:33] plex0r: cause if your using a static ip for your nix box, you need to set the default route to [01:33] brandon_niemczyk, which instinces is it profitable [01:33] first fix the subnet though [01:34] Ziggity: when your writing custom software for a client for instance [01:34] it got me earlier with same comments. === sander__ [~sander@pool-151-202-14-28.ny325.east.verizon.net] has joined #ubuntu [01:34] hahahhaa [01:34] you retain the (C), and then release it at a later date under the GPL [01:34] ok ok... [01:34] or at least parts of it [01:34] somone build me a working gaim-vv and i will give them 200 Gmail invites [01:34] and wala, you didn't lose any money [01:34] and contributed back to the community that gives you so many good tools [01:34] plex0r: so everything is ok now? [01:35] i dont know [01:35] resetting nix system [01:35] oh ok.. [01:35] why? [01:35] you don't need to reboot [01:35] this isn't windows ;) === dazed_ [~dazed@adsl-219-156-58.aep.bellsouth.net] has joined #ubuntu [01:35] dazed thinks lan card wasdnt in [01:35] we're on [01:35] sexy [01:35] its up [01:35] cool [01:35] yay! [01:35] hmmm.. as far as i remember. you don't need to reboot on windows too if you r just changing the ip address :) [01:36] kewl [01:36] phew [01:36] it worked at first [01:36] NeoCicak: probably true, but oh well :) [01:36] then my lan card came unplugged it stopped [01:36] i rebooted [01:36] it works [01:36] good [01:36] there is new nvidia but its not in ubuntu yet..I tried to contact maintainer from his email address ( as noted in app > properties) from synatpic but its bouncing back..who should I contact ? [01:37] i think daniels have lots of thing to do with graphics in ubuntu... i might be wrong [01:37] k [01:37] brandon_niemczyk, But isn't that doing the client down?? [01:37] thanks guys [01:37] :) [01:38] Ziggity: not in the least [01:38] no problemo [01:38] if you own the copyright, what you do with it at a later date is none of their concern [01:38] i mean, i wouldn't do it 3 days later or anything [01:38] wait a couple months [01:38] btw did anyone successfull install MonoDevelop on Ubuntu Warty??? [01:38] Ziggity: another place where OSS can be profitable is in libraries that you release under the GPL, and then offer commercial licenses for seperatly [01:38] i just unpackaged the sambaclient [01:38] how do i use it? [01:38] but you have to be careful with that [01:39] brb [01:39] you cannot accept patches for it === dazed_ [~dazed@adsl-219-156-58.aep.bellsouth.net] has joined #ubuntu [01:39] how well is alien supported with Ubuntu [01:39] because those people providing them will expect the code to be GPL'd === StoffBox-Steve [~steve@pD9E576B0.dip.t-dialin.net] has joined #ubuntu [01:39] brandon_niemczyk, You taking a clients idea -- developing a solution for him/her -- then when paid releasing to oss?? [01:39] ...once i unpackage sambaclient but i can run it in terminal via 'sambaclient' [01:39] new drivers? [01:39] brandon_niemczyk, how do you mean commercial lic for seperatly?? [01:40] Ziggity: eh... like MySQL does [01:40] 6629 is in hoary [01:40] Oh!.. [01:40] you can get MySQL under the GPL, but if you don't want it under the GPL then you have to pay $$$ === TJPAas [JpkEoOH@resnet158-137.medford.tufts.edu] has joined #ubuntu [01:40] isn't that the latest? [01:40] Ziggity: and 99% of clients couldn't care less what you do with the code afterwards as long as they have a working solution ;) [01:41] trust me, i know [01:41] brandon_niemczyk, so why would someone want to pay $$$ for something they can get for free! [01:41] brandon_niemczyk, what do you do?? [01:41] Ziggity: i own a custom programming buisness ;) [01:42] ...once i unpackage sambaclient but i can run it in terminal via 'sambaclient' [01:42] Ziggity: and yes, it is profitable [01:42] Ziggity, thats easy .. why buy think you dont need ? ... we all what money to life :D [01:42] Ziggity: and no my clients do not hate me [01:42] hummm.,,, could you offer business advice to someone ( me :) ) looking to follow in your footsteps? [01:42] in fact i'm quite good with my clients [01:43] Ziggity: heh, just write decent code for clients, and it will all come together [01:43] there is plenty of room for supporting OSS if you want to (as i do) [01:43] brandon_niemczyk, what technologies.. and how did you decide on them>? [01:44] uh... what do you mean? [01:44] Ziggity: it depends on the client and what they need === kent [~kent@c83-249-61-222.bredband.comhem.se] has joined #ubuntu [01:44] do you have a prefered prog. language.?? [01:44] yea, whatever works for the job [01:44] but, i am most comfortable with C [01:45] and what you are comfortable with _does_ mean something === joaocruz [~joao@ip68-0-220-224.ri.ri.cox.net] has joined #ubuntu [01:45] for instance, i don't like python because the "block code by spacing" kills me [01:46] a lot of (shitty) email clients will replace tabs with spaces for instance [01:46] so it makes passing patches around a bitch === Pyralis [~Cadilles@c-24-17-248-142.client.comcast.net] has joined #ubuntu [01:46] brandon_niemczyk, do u use Open source 'stuff' [01:46] Ziggity: almost exclusivly [01:47] as a side Item... ANYone.. what happens if Synaptic can't find a package??? [01:47] i own a license to VS.NET and VB6, but almost never actually use them [01:47] hmmm vb6.,, there where I'm from.. [01:47] Ziggity: there is no compiler suite better then gcc === nasdaq|away [~sdfsdfs@tkp-ip-nas-1-p197.telkom-ipnet.co.za] has joined #ubuntu [01:47] lol vb .. people actually baught that crap? [01:48] gcc+libtool+automake+(cygwin on windows and mingw) == perfect [01:48] I've moved to c# and a little java [01:48] I'm hoping to get the c [01:48] speel: nothing beats it's RAD capabilities, unfortunatly it's doze only so it's still useless ;) === jba [~SecretSqu@c211-30-145-155.blktn3.nsw.optusnet.com.au] has joined #ubuntu [01:49] brandon_niemczyk, True its RAD is great, unfortunitly it spoils you as a developer and moving to other langs become more of a learning curve,, === ^majik^ [~majik@68.119.96.36] has joined #Ubuntu [01:50] you kinda go.. WHAT!! 20 lines of code to make a window!! [01:50] Ziggity: well, i'm just now learning VB, until recently i've had almost exclusivly unix (mostly solaris and linux) work === hawke [~hawke@68.78.212.97] has joined #ubuntu [01:50] brb - smoke === oly [~oly@host81-129-52-203.range81-129.btcentralplus.com] has left #ubuntu ["Leaving"] [01:50] let me know if you need any help :-> [01:51] is that vb6 or vb.net?? and may I ask why your learning it? [01:51] ok.. how do I include Hoary into my warty syanptic?? === Quarupt [~Quarupt@c-67-170-1-214.client.comcast.net] has joined #ubuntu [01:52] Ziggity: the packages are most likley unstable [01:53] back [01:53] Ziggity: i'm learning it because i'm maintaining some code i didn't write for a client [01:53] speel, but what else can I do -=-- I can't seem to install MonoDevelop on Warty [01:53] and it's vb6 === Brent [~fp@callisto.localaccess.com] has joined #ubuntu [01:54] brandon_niemczyk maybe I can subcontract that off you :)) === RotundRanter [~steve@CPE-70-92-28-75.mn.rr.com] has joined #ubuntu [01:54] if i alien an file.rpm -r where does the deb save to? [01:54] Ziggity: hehe, no [01:54] Ziggity, why would you want to install mono ? [01:54] sorry :) [01:54] i need the money [01:54] as usual [01:55] heehh [01:55] see that's why your clients like you... you honest [01:55] LinuxJones, cos I want to develop in c [01:55] the only thing i hire out atm is graphics work for websites [01:55] LinuxJones, cos I want to develop in c# ! === Brent [~fp@callisto.localaccess.com] has joined #ubuntu [01:56] because i'm "visually challenged" :) [01:56] so if i don't hire out the gfx work, the site looks like shit [01:56] brandon_niemczyk, hee; === joaocruz [~joao@ip68-0-220-224.ri.ri.cox.net] has joined #ubuntu === usual [~colin@cpe-24-194-193-234.nycap.res.rr.com] has joined #ubuntu [01:57] brandon_niemczyk, what happens when Synaptic cant find a package??? [01:57] i don't use synaptic [01:57] so ask someone else ;) [01:57] brandon_niemczyk, What lang do you do the sites in? [01:57] apt-cache and apt-get are good enough for me [01:58] Ziggity: usually php/mysql [01:58] but i've done some jsp stuff to [01:58] brandon_niemczyk, so what happens if apt-... don't find it? [01:58] then you find a sources entry that has it, or you install it by compiling [01:59] do you have the universal stuff uncommented in your /etc/apt/sources.list ? [01:59] boooohoooo.. you were not paying attention.. I'm from VB (windows) land... [01:59] yes === joaocruz [~joao@ip68-0-220-224.ri.ri.cox.net] has left #ubuntu ["Leaving"] [02:00] Ziggity, why not develop in windows ? [02:00] Ziggity: yea... vmware does wonders [02:00] Ziggity: and i've attempted to use monodevelop on debian, and... it's buggy as hell [02:00] anyone use ALIEN? [02:00] Quarupt: on debian i have [02:00] LinuxJones, cos I WANT to change os platforms [02:01] brandon_niemczyk, vmware?? - whats that [02:01] im trying to get a deb from a RPM it ran okay, I did alien -r ./file.rpm [02:01] then it gave me another promy [02:01] but i dont see a deb anywhere [02:01] Ziggity, mono is a big rat trap waiting to snap as far as I am concerned === Brent [~fp@callisto.localaccess.com] has joined #ubuntu [02:02] Ziggity: i think your going to find mono lacking if you are used to .NET on M$, your better off switching to tools that are well supported on non-M$ platforms === BitShifter [~Bit@31.226.165.24.cfl.res.rr.com] has joined #ubuntu [02:02] hi i'm trying to install my wireless networking === kamarudin [~kamarudin@137.44.197.32] has joined #ubuntu === joaocruz [~joao@ip68-0-220-224.ri.ri.cox.net] has joined #ubuntu === mindphasr [~mind@68.29.144.71] has joined #ubuntu [02:02] i need to use the ndiswrapper [02:02] how do i install this? [02:02] LinuxJones, what would you suggest? [02:02] apt-get install ndiswrapper complains about package not being found/ [02:02] Ziggity: vmware isn't free (as in freedom) but you can get a monthly trial for it, and with it you can run windows inside linux [02:03] infact, i can't even apt-get anything [02:03] it can't find any packages at all [02:03] not even the kernel sources [02:03] Ziggity: C [02:03] brandon_niemczyk, what tools [02:03] Ziggity: gcc and friends for one [02:03] hello === WildRabbit [~WildRabbi@adsl7-69.simnet.is] has joined #ubuntu [02:04] Ziggity, switch to python or stick with C (++) :D [02:04] ok... but coming from vb and c# on windows I need an IDE.. with code complete ( I'm a whimp ) [02:04] both emacs and vim have code completion [02:04] you just need to learn the keys to do it ;) [02:04] there are several IDE's available on linux [02:05] but i don't use them, so i can't give you any suggestions [02:05] what could a possible reason for a laggy desktop be in ubuntu hoary? [02:05] Ziggity, if you really want to develop with c# you can put up with windows shortcomings :) [02:05] ISnt alien supposed to create a deb? [02:05] i cant find anything after i ran it on the rpm [02:06] Quarupt, don't bother with alien === johnwl is now known as johnwlittle === poxymo1 [~test@dsl-082-082-095-137.arcor-ip.net] has joined #ubuntu [02:06] Quarupt, build a deb if anything [02:06] Quarupt: how did you run it again? [02:06] LinuxJones, could you suggest an IDE for c/c++ on linux? [02:06] ajunta === joeblow1234 [~chatzilla@S0106000c6ec62859.cg.shawcable.net] has joined #ubuntu [02:06] i think [02:06] Quarupt: you said you did 'alien -r some.rpm', that == wrong... -r means to rpm === joaocruz [~joao@ip68-0-220-224.ri.ri.cox.net] has joined #ubuntu [02:06] alien -r file.rpm [02:06] like it said on the article [02:06] Quarupt: read my above statement [02:06] Quarupt, what are you trying to get a deb of? [02:06] back in a minute .. i gotta put the washing on.. [02:07] man if i could build a deb i could probably just compile this stupid program [02:07] Quarupt: try losing the -r, or better yet, switching it to -d [02:07] Quarupt: the easiest way to do it is like this alien --to-deb filename.rpm [02:07] ok [02:07] -d and --to-deb are the same thing [02:07] well its doing something with no verbose [02:08] its a rpm for gaim-vv i fond [02:08] Ziggity, although I don't really like kde anymore kdevelop has won tons of awards for dev tools. There is also glade/anjuta. [02:08] Ziggity, http://www.anjuta.org/anjuta.php?page=screenshots === WildRabbit [~WildRabbi@adsl7-69.simnet.is] has joined #ubuntu [02:08] gaim-vv? [02:08] ya === joaocruz [~joao@ip68-0-220-224.ri.ri.cox.net] has left #ubuntu [] [02:08] what is that [02:08] cause it was really hard to build [02:08] umm check SF [02:09] usual: it is a fork of gaim that supports video and audio chat better [02:09] anyways to install a deb manually i just typr dpkg -install ./package.de? [02:09] hi there, i have just install gaim 1.1.4, but i uninstalled the old gaim and now the icon of gaim in Aplications>Internet is gone, i made a locate gaim and it say gaim is under /usr/lib but i cant find it to add ti, any ideas? [02:09] joeblow1234, for use with like yahoo? or just it's own [02:09] Quarupt: nope, dpkg -i package.deb [02:09] or dpkg -i pack.deb? [02:09] lol [02:09] ok [02:09] usual: i think it is for all the protocols supported by gaim (msn, aim, yahoo, etc.) [02:10] k [02:10] usual: gaim-vv.sourceforge.net [02:10] holy crap it worked === ivo [~ivo@cc201144-a.hnglo1.ov.home.nl] has joined #ubuntu [02:10] LinuxJones, I'm waiting for anjuta 2 [02:10] lets see if it will actually start [02:10] bitlebee is the shit [02:10] hello guys [02:10] biltbee [02:10] bleh [02:10] http://people.debian.org/~smimram/debian/dists/unstable/main/binary-i386/ [02:10] gaim-vv debs [02:10] whop can help me with an error [02:11] lol [02:11] they dont work [02:11] whop can help me with an error [02:11] Quarupt: I've converted the RPM packages for Limewire before and they work normally. I had to do this cause Limewire quit shipping that nice Java installer they had [02:11] Quarupt, did you see what I posted [02:11] lo Quarupt, how's it going? [02:12] whop can help me with an error === andy__ [~andy@ppp225-228.lns1.bne1.internode.on.net] has joined #ubuntu [02:12] who can help me with an error [02:12] gaim-vv_0.79.3-0_i386.deb 21-Jan-2005 14:29 3.0M [02:12] ivo: Bad command or file name [02:12] good night [02:12] i tried allready not for Ubuntugood tga [02:12] who can help me with an error, when I try to un install openssh-server with apt-get === poxymo1 is now known as poxymox [02:12] /etc/init.d/ssh: line 49: log_begin_msg: command not found [02:12] invoke-rc.d: initscript ssh, action "stop" failed. [02:12] dpkg: error processing openssh-server (--remove): [02:12] subprocess pre-removal script returned error exit status 127 [02:13] E: Sub-process /usr/bin/dpkg returned an error code (1) [02:13] g'day, was wondering if anyone here had a thinkpad t21 or close model... and has the mouse working the same way as windows [02:14] andy__: what is the mouse not doing? [02:14] andy__, I gots a laptop with NO double click on the pad .. [02:14] whoops, sorry, not mouse, 'nipple' ... inbuilt thing [02:14] who can help me with an error, when I try to un install openssh-server with apt-get [02:14] andy__: well what is it doing differently than windows? [02:15] /etc/init.d/ssh: line 49: log_begin_msg: command not found [02:15] in windows, you hold onto a third button, then move the mouse up and down to scroll [02:15] invoke-rc.d: initscript ssh, action "stop" failed. [02:15] dpkg: error processing openssh-server (--remove): [02:15] subprocess pre-removal script returned error exit status 127 [02:15] E: Sub-process /usr/bin/dpkg returned an error code (1) === majskulan [~dcooper@pool-151-199-249-175.phil.east.verizon.net] has joined #ubuntu [02:15] andy__: have you tried google? it is the best when u have a hardware specific question === sofaSpud [~jkarns@200.119.47.32] has joined #ubuntu [02:15] is there some problems with gnome-cd in Hoary? it seems to not want to play CDs if I start it manually :( The device is detected correctly in the preferences for gnome-cd, it just says something about bad device when i start it. [02:16] Okay so the deb generated by the rpm worked okay, but i cant fine the bin??? did it just iverwrite my current gaim? [02:16] have been hunting google since i installed about a fortnight ago [02:16] Is there a known issue with xorg in hoary? I have a laggy desktop....I don't get it [02:16] Quarupt: use the command updatedb and then locate gaim-vv [02:16] today i found this, but i dont know what to do with it, or if it'll work: http://stephen.evanchik.com/index.cgi/index.html [02:17] says its for linux [02:17] ubuntu uses the 2.6.8 kernel, not 2.6.10 or 2.6.11 [02:17] unless ur on hoary, not sure which one that uses [02:18] 2.6.10 [02:18] but 11 is on the way [02:18] oh, bugger [02:18] usual: is 2.6.11.1 going to be the last? on lwn.net it said that 2.6.11.1 was released as a security and bug fix === BROKEN_LADDER [~BROKEN@h-67-101-210-212.snfccasy.dynamic.covad.net] has joined #UBUNTU === Levander [~cponder@user-11208c5.dsl.mindspring.com] has joined #ubuntu [02:19] joeblow1234, it didnt find and bins :() [02:19] joeblow1234, 2.6.11 includes some breakthrough changes I read [02:20] hrm [02:20] i just checked www.linuxhq.com and it doesnt include 2.6.11.1....weird === Yobui [~vinko@cpattillo.manquehue.net] has joined #ubuntu [02:21] hi [02:21] "Highlights include Infiniband support, four level page tables, in-node extended attributes for better samba performance, new pipe implementation , reduced latency and big kernel semaphore among several other minor changes." === tinamoo [it@24-90-221-156.nyc.rr.com] has joined #ubuntu [02:22] I wish someone could help me with my laggy desktop [02:22] i need to know how do I configure KDE as a default desktop manager [02:22] usual: what r ur specs? [02:22] i already downloaded it and installed it === Deviant_ [~chatzilla@edtn000849.hs.telusplanet.net] has joined #ubuntu [02:22] Yobui: is it listed under sessions in gdm? [02:22] joeblow1234, howcome it didnt find any bins? === majskulan [~dcooper@pool-151-199-249-175.phil.east.verizon.net] has left #ubuntu [] [02:22] joeblow1234, it's not a hardware issue, it's just recently, no other dists do it, even ubuntu warty [02:23] Yobui: which package did you install? [02:23] Quarupt: maybe it didnt convert properly. you can install rpm from synaptic. try installing the rpm itself and see what happens [02:23] usual what version you on? [02:23] how can i check that? (i killed the server and run it using startx from a console so i don't see the gdm) [02:23] Ziggity, hoary [02:23] you can install rpm from synaptic? [02:23] how? [02:23] i did apt-get install kde [02:23] i have universe [02:23] why on god's green earth would you install rpm's in ubuntu [02:23] Quarupt: apt-get install rpm [02:23] should i restart and check the gdm? [02:23] i upgraded my graphic card to geforce 6800 and installed a fresh ubuntu, but the x server crashes no matter what i do. any suggestion? [02:23] and then you will have the rpm command available [02:24] or can i start gdm without restarting [02:24] Ziggity: gdm is for login, and you are already login [02:24] Quarupt: i meant u could install the rpm package manager through synaptic === Deviant_ is now known as Deviant [02:24] oh [02:24] scorpix, Huh!!!... what are you talking about === Deviant is now known as _Dev [02:24] usual: to check and see if it works better than the converted deb === _Dev is now known as _dev_ === rcchan [~rcchan@netblock-66-245-251-214.dslextreme.com] has joined #ubuntu [02:24] it was allready installed [02:24] how to use it? [02:25] joeblow1234, he should build his own deb or just install it from source [02:25] OR [02:25] use the debs i pointed him to [02:25] they should work [02:25] s/ Ziggity / Yobui :) [02:25] Quarupt: rpm -Uvh package.rpm [02:25] rpm -i pack.rpm? [02:25] ok [02:25] yeah [02:25] usual, I had issues with hoary.. things like no drag on the title bar and yes.. a LOT slower than warty [02:25] that's the problem... [02:25] i should restart io guess then [02:25] I thinks there still lots of debug code in there/ [02:25] Ziggity, it's weird, after certain upgrades ...i don't get it [02:25] lol === IvyCQHome [~Sir@c906a0a6.virtua.com.br] has joined #ubuntu [02:26] it says [02:26] rpm: To install rpm packages on Debian systems, use alien. See README.Debian. [02:26] error: cannot open Packages index using db3 - No such file or directory (2) [02:26] error: cannot open Packages database in /var/lib/rpm [02:26] lol [02:26] i did an upgrade to hoary and quickly gone back to warty :) [02:26] Quarupt, did you try the debs I pointed you too?? [02:26] guess im goin in circles? [02:26] usual ya [02:26] usual: if im not mistaken hoary is still in beta [02:26] usual, did you narrow which upgrades? [02:26] Quarupt, what happened [02:26] i tried em again [02:26] there broken [02:26] errors after about 2mili seconds [02:26] what errors [02:27] Quarupt: weird, i thought u could install rpms with the rpm command. (I've never had to try...the only rpm i have is limewire, which converts fine with alien) [02:27] i dunno [02:27] joeblow1234, yeah it's not stable yet === kurros [~wade@92-14.26-24.tampabay.res.rr.com] has joined #ubuntu === rcchan [~rcchan@netblock-66-245-251-214.dslextreme.com] has left #ubuntu ["Leaving"] [02:27] I think its still very stable and I think its only slated for release round sep/oct 2005 [02:27] Ziggity, nah, too much to pay attentiont oo [02:27] usual: i meant to say alpha [02:27] alien made a deb, and the deb reported that it installed okay [02:27] Ziggity, yeah 6 month release cycle i think [02:27] usual: as in not to be used if u need a stable desktop [02:27] joeblow1234, I don't need a stable desktop, but this lag is annoying [02:28] Ziggity: yeah, it doesn't crash, but when you need to compile things you start getting a mess with the libraries that are not updated yet === danix [~daniela@BHE043212.res-com.wayinternet.com.br] has joined #ubuntu [02:28] using alien to convert a rpm to a deb is just retarted [02:28] imho [02:28] wonders what to do nect [02:28] do you know where that rpm placed stuff? [02:28] Quarupt, compile it [02:28] Ziggity: it is slated for release in april...not september === mario [~mario@200.54.6.197] has joined #ubuntu === kurros [~wade@92-14.26-24.tampabay.res.rr.com] has joined #ubuntu [02:28] no thats impossible [02:28] ? [02:28] try to, you have to hand configure about 10 depends first before ya can even build it [02:29] usual, I had the similar issues ( although It did fix my mouse pad problem ) so I went back to warty [02:29] bs [02:29] usual: the rpm didnt install any files on the system for him...it just didnt do anything [02:29] No its not bs [02:29] joeblow1234, : is it? sorry [02:29] if I build that program i am gonna pick on you for a month [02:29] goto sf.net/gaim-vv and read [02:29] Ziggity: if it is too unstable...they will delay it probably thoughj [02:29] *though [02:30] look at all the depsnds you have to extract 1by1 and configure and compile 1 by 1 [02:30] i'm now running KDE :) [02:30] usual, me and about 5 others have tried, its possible, bit personally id rather use that much time to build a kernel from source [02:30] i have another question, though... I have a widescreen laptop [02:30] Yobui: what is it like on ubuntu? [02:30] s/source/scratch [02:31] joeblow1234: kde? It's great. [02:31] joeblow1234: i've been running it for about 5 seconds, but so far has worked great :) [02:31] joeblow1234, you're right -- for april .. http://www.ubuntulinux.org/wiki/HoaryHedgehog/view?searchterm=hoary%20release [02:31] Yobui: lol, what i meant is, for instance, KDE was incredibly unstable for me on Fedora (another Gnome based distro). Just wondering if it is the same in Ubuntu [02:33] ooohh. I'm hungry.. gonna rattle the pots be back in a minute.. === drspin [~cole@ip68-2-123-172.ph.ph.cox.net] has joined #Ubuntu [02:33] joeblow1234: not at all; very stable here. Though, I didn't have any of those problems you speak of on Fedora. [02:33] joeblow1234: i've been trying the apps and they run great [02:33] apokryphos: i probably messed something up in that case [02:33] I'm performing updates for Warty on my other system and it keeps saying "debconf: unable to initialize frontend: Gnome..." [02:34] then it asks if libgnome2-perl is installed [02:34] hows it going usual ? [02:34] LMAO [02:34] ?? [02:34] Quarupt, I have to download things [02:34] I'm sorry - updates for Hoary [02:34] ya [02:34] and its allready easier to use an rpm huh? [02:34] no [02:34] thats just retarted [02:34] drspin, install that package adn it will propt you with a nice gui for re-configuring packages [02:34] i think your being stubborn [02:34] no [02:34] it's a bad idea [02:35] How many people in here have used the Limewire rpm and it woked FIME? === jerry [~jerry@ppp-70-244-98-151.dsl.wchtks.swbell.net] has joined #ubuntu [02:35] FINE [02:35] usual, can ya make a deb after ya build it [02:35] yes [02:36] one that actually woks? [02:36] cool [02:36] if it compiles ok yes [02:36] well, as i was saying, i have a widescreen laptop with native resolution 1280x768, i configured X to run this resolution and it does pretty fine. BUT, if I want to change the resolution to a 4:3 ratio (1024x768), which i need to run presentations, the screen gets "expanded" (i don't see the whole desktop in the screen) i have to move the mouse to the left and right to see the whole desktop, do you know what can i do to modify this behavior? [02:36] I am building a linphone-im deb [02:36] including all the depends? [02:36] cool [02:36] 2 of the depends are in ubuntu already [02:37] can you get em in one of the repositories? [02:37] yeah [02:37] cool === _4strO [~astro@AStrasbourg-251-1-51-23.w82-126.abo.wanadoo.fr] has joined #ubuntu [02:37] lemme know when yur done [02:37] Yobui, ctrl+alt+- [02:37] plz [02:37] when gnome 2.10 will be release on hoary? [02:37] <_4strO> ( Operating System ) Linux Debian-3.1 Kernel: 2.6.10-4-386, GNU/Linux | Xorg: 6.8.2 | Desktop: Gnome v2.9.9 | IRC Client: X-Chat v.2.4.1 [02:37] i heard soon [02:37] LinuxJones yes, that's what i do to change the resolution, the problem occurs WHEN i change it from the native one to another one [02:38] <_4strO> soon soon :) [02:38] <_4strO> hi all === tritium [~rimbert@12-202-90-180.client.insightBB.com] has joined #ubuntu [02:38] hi [02:38] niihau, danix [02:38] Yobui, ctrl+alt++ :D [02:38] Quarupt, do you use hoary or warty [02:38] uMkulu, what? [02:38] danix: i haven't a clue [02:38] hoary [02:38] LinuxJones-- [02:38] :P === mystify [~alexander@cpe-24-30-155-63.san.res.rr.com] has joined #ubuntu [02:39] how many of you guys are using hoary? im updating at the moment and im s***ing myself :P [02:39] hey does xmms work with video files? [02:39] Yobui, can't you stay in 1020x764 ? [02:39] mystify: no [02:39] Yobui, or whatever it is ? [02:39] i use hoary.. [02:39] after you run make how do u run the application [02:39] usual, why are you on warty or something? [02:40] I can, but i need to be able to change it to project the screen on the wall === kerframil [~kerin@host81-129-158-75.range81-129.btcentralplus.com] has joined #ubuntu [02:40] with a projector, they only support 4:3 ratios === Safari_Al [~tr@ppp51-83.lns1.adl2.internode.on.net] has joined #ubuntu [02:40] usually [02:40] Yobui, are you uding hoary ? [02:40] warty === lukewarm [~lukewarm@riggs.mgtn.dsl2.labyrinth.net] has joined #ubuntu [02:40] god [02:41] i think we need #Ubuntu|Warty and #Ubuntu|Hoary [02:41] Yobui, does it work if you go system>>preferences>> screen resolution and change it there ? [02:42] say i have button one, button two, and button three (no scroll wheel). how would i go about writing a config entry (or something) to scroll whenever i hold on to button 3, and move the mouse up or down? [02:42] Ziggity: did you make install too? [02:43] johnnybezak, no .. how? [02:43] Quarupt: No, they're not different distributions. Different versions of a distro. [02:43] LinuxJones yes, you got it... they make a new easy way and break the old ways, lol :) [02:43] Quarupt, see...live compile haha [02:43] Quarupt: plus, the warty one would be pretty empty :P [02:43] Yobui, cool glad tohelp ;) [02:43] Quarupt, http://transamrit.net/~usual/test.mpeg [02:44] thanks LinuxJones ;) [02:45] apokryphos, thanks for stating the obvious, i know there not dirrent distro lol [02:45] always a pleasure [02:45] cant stream [02:45] my shit isnt set up right yet [02:45] don't need too [02:45] k [02:46] grr it just says no picture [02:46] i dont think i installed my codecs right [02:46] heh sounds like you need multimedia packages [02:46] yeah === The_Nalf [fabrice@AToulouse-251-1-34-221.w83-193.abo.wanadoo.fr] has joined #ubuntu === poxymo1 [~test@dsl-213-023-153-054.arcor-ip.net] has joined #ubuntu [02:46] anyone here able to get the styles to change in kubuntu? [02:47] i have mplayer and mozilla-mplayer and the oog one [02:47] Oh wait now i see it [02:47] I just have totem with gstreamer [02:47] just took a while [02:47] is that a live stream of your console now, or just a recording? [02:47] i just recorded it [02:47] Linux [02:48] lol [02:48] LinuxJones: thanks man!! how nice! [02:48] your using flux? === raydogg`` [~r@12-220-121-241.client.insightBB.com] has joined #ubuntu [02:49] no [02:49] metacity [02:49] oh [02:49] what does array 6 offer over array 5 ? [02:49] is it almost done? [02:49] Synaptic is so nice in Hoary [02:49] :) [02:50] Havent seen any updates today [02:50] drspin, ;) [02:50] let me VNC view only usual === gerardo [gerardo@200.92.84.250] has joined #ubuntu [02:51] How can I share files between my two computers with different IP addresses connected to my cable modem through a switch?? [02:51] drspin, Synaptic is nice in Hoary. I've been a command line apt-getter for years, but finding myself using the gui a lot more these days [02:51] maybe ill learn something === Xappe [~jon@regulus3.student.uu.se] has joined #ubuntu [02:51] in real time I mean === moyogo [~moyogo@Toronto-HSE-ppp3717779.sympatico.ca] has joined #ubuntu [02:51] delltony, whats kubuntu? [02:51] Quarupt, man this is bs [02:51] haha [02:51] kubuntu? === hayden [~hayden@203-219-130-10-qld.tpgi.com.au] has joined #ubuntu [02:51] I wont use MSN [02:51] KDE Ubuntu [02:51] usual, its not building? [02:52] this linphone-im package is just for MSN video [02:52] you saw it building [02:52] yea === poxymo1 is now known as poxymox [02:52] anyone who is using hoary has to do development work with many third party libraries (libpng, libjpeg, postgresql, etc.) ? [02:52] yo ompaul [02:52] thats what i need lol [02:52] oh [02:52] fsc: ay -- it seems that Ubuntu is doing the right things to bring Linux to the average joe! [02:52] i can give ya some like gmail invites for your troubles [02:52] lol [02:52] I have 50 Gmail invites... [02:52] I have over 600 [02:52] lol === underdog [~amedeiros@80.172.48.102] has joined #ubuntu [02:53] drspin, and for those that have been using linux for years, and want a simple, nice looking gnome desktop [02:53] I have gmail invites dripping out of my ass [02:53] heh - yeah it's pretty rediculous [02:53] fsc, whats the difference between kubuntu and ubuntu.. which is the official >> [02:53] thanks though [02:53] i had 12 accounts when they did the give everyone 50 invites thing [02:53] guys, ubuntu installation hangs when it's "Starting PC card services...". ideas? i'm on a toshiba laptop [02:53] Ziggity, Ubuntu is official - Gnome [02:53] maybe detect-laptop failed [02:53] Quarupt, I am stopping the linphone-im package and moving onto the gaim-vv [02:53] kde with ubuntu [02:53] underdog, do u have the card in? [02:54] no please dont [02:54] Ziggity: no cards [02:54] Quarupt, if my package for gaim-vv works maybe the linphone-im deb from that site works [02:54] underdog: weird but try cleaning the dust out of the laptop -- expecially if you smoke [insert product here] -- it solved a lot of problems for my roommate [02:54] theres no use the whole point of the gaim-vv fork is for video and audio support [02:54] dang can't get styles to act right with this thing :( Riddell if your around i sure could use your help [02:54] so if ya dont have that might as well use gaim [02:54] drspin: was that supposed to be funny? [02:54] underdog, whats the machine spec [02:55] hold on [02:55] underdog: partially... but I'm serious -- [02:55] Where can I get new backgrounds etc for Ubuntu? [02:55] ?me waits for working free linux Reason port [02:55] I just said I was compiling gaim-vv [02:55] not gaim === Quarupt waits for working free linux Reason port [02:55] Ziggity: www.gnomelook.org / www.deviantart.com [02:55] i know [02:55] and the linphone-im package from that site I gave you might work with it [02:56] but that depend is what makes the video stuff work without the video stuff its just gaim [02:56] LinuxJones: I didn't get a reconfigure window after installing libgnome2-pearl [02:56] LOL *perl === crbvegas [~crbvegas@ca-temecula-cuda2-c3a-230.snbrca.adelphia.net] has joined #ubuntu [02:56] dpkg-deb: building package `libj2k' in `../libj2k_0.0.9-1_i386.deb'. [02:56] that was quick [02:56] ok.. I ran make install on Monodevelop it did not complain - it installed a menu item under programming BUT it don't open when I click it.. [02:56] i would pay someone 100 bux to port Reason for me [02:56] anyone know how to change the mouse cursor theme? [02:57] anyone know how to change the mouse cursor theme in gnome ubuntu? [02:57] drspin, you have to reconfigure a package [02:57] I would pay for Macromedia if they would port their software [02:57] is the gaim-vv.deb gunna install all the depends for us or are we gunna have to dl em 1 by 1? [02:57] Ziggity: what do you need to know? [02:58] drspin, i use flashmx and dreamwaever in Vm [02:58] and fireworks [02:58] underdog, about what ?? [02:58] not cold fusion though [02:58] Quarupt: sigh VM is ok but lame... the simple fact that I have to use window$ annoys me [02:58] hayden, read this http://www.ubuntuforums.org/showthread.php?t=14029 === crbvegas [~crbvegas@ca-temecula-cuda2-c3a-230.snbrca.adelphia.net] has left #ubuntu ["Leaving"] [02:59] i use the pinux cursors === crbvegas [~crbvegas@ca-temecula-cuda2-c3a-230.snbrca.adelphia.net] has joined #ubuntu [02:59] drspin, ya its true [02:59] hello [02:59] maybe cedega would run em? [02:59] ok thanks [02:59] i cannot for the life of me attach this freakin ubuntu box to my ms network [02:59] never thought about that [02:59] Quarupt: actually X-over Office will run both of them almost 100 % [02:59] what ever happened to Caldera Linux? [03:00] crbvegas, samba? [03:00] a few small annoyances... but useable === aurax [aurax@bzq-218-41-142.cablep.bezeqint.net] has joined #ubuntu [03:00] yeah, its on [03:00] anyone here uses intel mobo D915GAV ? === SeFoKumA [~zienaga@44.Red-81-44-205.pooles.rima-tde.net] has joined #ubuntu [03:00] i don't know much about samba [03:00] i need some information about it [03:00] but i enabled it [03:00] anyone here running kubuntu? [03:00] crbvegas, are the xp machines on sp2? [03:00] crbvegas, It should work straight out.. [03:00] yes [03:00] yeah, i don't see it on my network [03:00] in defense of VM, I learned what little I know about networking using Vmware in windows && linux [03:01] lol Dr_Acemaster [03:01] drspin, [03:01] even [03:01] heh [03:01] eww fc3 is ugly === underdog [~amedeiros@80.172.48.102] has left #ubuntu [] [03:01] crbvegas, u using vmware? [03:01] anyone ? [03:02] ok.. chaps.. gotta go .. thanx for all the help.. [03:02] Man i am so happy i found Ubuntu, its the greatsest distro i have ever use honestly [03:02] brandon_niemczyk, Thanx.. hope to see you soon/ [03:02] uhhh [03:02] bye! [03:02] no i am not using vm where [03:02] ok [03:02] whats wrong with vmwar ? [03:02] vmware ? [03:02] nothing [03:02] well try this smb://ipofhost [03:02] long as ya have the mem [03:03] like smb://192.168.1.101 [03:03] I use it all the time to do sandbox testing [03:03] works great for me [03:03] I have 2gb and styill cant stand running xp in a host [03:03] i only have 1 gig === kamarudin [~kamarudin@137.44.197.32] has left #ubuntu [] [03:03] delltony: will that work for another computer that pulls it's IP address from my ISP? [03:03] i have the fastest ddr2 you can buy too [03:03] im retarded === NetwrkMonkey [~Monkey@netwrkmonkey.user] has joined #ubuntu === fgx [~fgubuntu@host123-223.pool8248.interbusiness.it] has joined #ubuntu [03:04] crbvegas, i assume it worked ;) === membreya [~membreya@c211-28-78-53.sunsh3.vic.optusnet.com.au] has joined #ubuntu [03:04] well try this smb://ipofhost <------------ no, i don't know what this means [03:04] try it where [03:04] I might venture into getting fglrx driver working again, but it really pissed me off last night [03:04] in a file browser [03:04] Quarupt, ..... [03:04] ya [03:04] alright [03:05] Does array 6 seem like a pretty stable drop? [03:05] now heres the thing [03:05] usual, ..... [03:05] it wont let me do that [03:05] because i have public IPs [03:05] \wtf is array? === sander__ [~sander@pool-151-202-14-28.ny325.east.verizon.net] has joined #ubuntu [03:05] so your not connected to the widnows box thru a router [03:05] or a crossover cable? [03:06] dpkg-deb: building package `gaim-0.79-vv' in `../gaim-0.79-vv_3-1_i386.deb'. [03:06] through a switch, going into the cable modem [03:06] crbvegas: I have the same problem :) :) [03:06] so anyone here working with D915GAV mobo ? [03:06] Quarupt: /topic #ubuntu [03:07] SWEET === Darwin35 [~Darin@c-24-3-241-22.client.comcast.net] has joined #ubuntu [03:07] ive never met anyone with this problem [03:07] what is the root passwor for waty worthog ? [03:07] well whats the ip of the windows machine? [03:07] but i've got 5 dynamic IPs [03:07] i have read the yoic it doesnt explain waht array is [03:07] I just installed but it never asked me to set a root passwd [03:08] I have 2 ATM -- one for the dual processor and one for this machine [03:08] Darwin35: consider using sudo === mindphasr [~mind@68.29.237.26] has joined #ubuntu [03:08] anyone know the root password for it [03:08] Darwin35: man sudo [03:08] you have tokow the passwd [03:08] crap [03:08] Darwin35: your password will be the same as your password... [03:08] going to add some friends, will talk later, bye all! [03:08] Darwin35, sudo uses your password for root [03:09] usual, everything goin okay man? [03:09] your [sudo] password will be the same as your password on a fresh warty install [03:09] PM me if you can work some magic for me while I'm away [03:09] Quarupt, http://transamrit.net/~usual/shot.png [03:09] crbvegas: I think that only option is VPN === Ziggity [~ziggity@213.137.8.107] has joined #ubuntu === njan [~james@james.user] has joined #ubuntu [03:09] crbvegas: or buy a router... [03:10] usual ever heard of jpg === Quarupt waits [03:10] lol [03:10] ok..i'm back.. how do I uninstall an application after using make intstall ?>> [03:10] bah [03:10] why do they lock the root passwd [03:10] it should not be set [03:10] Darwin35: security [03:10] it should ask you during the install to set a root passwd [03:11] how do I uninstall an application after using make intstall ?>> [03:11] usual [03:11] cool [03:11] man sudo is a pain [03:11] did ya add the debs to the repositories? [03:11] Ziggity: try "make uninstall" [03:11] Quarupt, no, I used the ones from the link I gave you earlier because it was taking a while to compile === xubz [~Ricky@239.21.62.81.cust.bluewin.ch] has joined #ubuntu [03:11] darwin just go sudo passwd then enter your user password and you wont have to worry about it anymore === optik_ [~optik@200.106.76.252] has joined #ubuntu [03:12] lol [03:12] joeblow1234 are you there? [03:12] drspin, oohhh ok.. [03:12] usual well when i tried those it didnt work so i guess im sol again === underdog [~amedeiros@80.172.48.102] has joined #ubuntu [03:12] Quarupt, no, you just didn't pay any mind to what it complained about [03:12] hmm, I have diabled hw-detection on start-up, but it hangs when it installs the extra packages [03:12] any ideas? :( [03:12] whats the link again? [03:13] http://people.debian.org/~smimram/debian/dists/unstable/main/binary-i386/ [03:13] you gotta add it to your sources.list === drspin [~cole@ip68-2-123-172.ph.ph.cox.net] has left #Ubuntu [] === eleazar [~eleazar@200.44.246.85] has joined #ubuntu === tobizug [~tobihjg@D87d0.d.pppool.de] has joined #ubuntu [03:14] WooooHooooo that worked === membreya [~membreya@c211-28-78-53.sunsh3.vic.optusnet.com.au] has joined #ubuntu [03:14] usual http://www.pastebin.com/249524 [03:14] thanx === bluefoxicy [~bluefox@pcp484848pcs.whtmrs01.md.comcast.net] has joined #ubuntu [03:14] Bye! again [03:14] usual what do i need to add? [03:14] hi, i just installed ubuntu and it didnt asked me for setting the root password, so anyone can tell me how to set it? [03:14] whats the exact line, im bad with source adding ;) [03:15] Quarupt, use synaptic [03:15] Quarupt, remove gaim-data [03:15] okay [03:15] how? [03:15] remove whatever it complains about [03:15] lol [03:15] man..... [03:15] man is to view the manual of most commands, type 'man command' [03:15] read something damn [03:15] germans here? [03:15] ok got it [03:15] passwd changed [03:15] so what's the answer to the slowness in Hoary current? [03:15] see this is why using the rpm was easier i didnt need to go out and research all this shit [03:16] Quarupt, I got the same exact complaints [03:16] hello? [03:16] easier does NOT mean better [03:16] usual: itym 'not always' [03:16] ask around, not many people will say using alien on an rpm is a good idea [03:16] it usual ly does though :D [03:16] eleazar: Ubuntu uses sudo as opposed to a root account for admin features [03:16] just dpkg --remove gaim-data? [03:16] johnnybezak, heh [03:17] daniels, hey I have been meaning to bug you :0 [03:17] ? [03:17] oh? === Dreamer3 [~unknown@sdn-ap-002tnnashP0339.dialsprint.net] has joined #ubuntu [03:17] daniels, I am having quite a laggy desktop in hoary....is this another X issue? [03:17] hmm, I have diabled hw-detection on start-up, but it hangs when it installs the extra packages. any ideas? [03:17] usual, please walk me through what ya just did, it wont take long [03:18] Quarupt, do you know how to add the site to your sources.list? [03:18] usual: i've heard a lot about it, but I don't know why [03:18] yea with synaptic but i need an APT line [03:18] daniels, just the fact that I am not the only one makes me feel better [03:18] is it just deb site main stable? [03:18] johnwlittle, ok how do i setup my sudo account? [03:19] deb http://people.debian.org/~smimram/debian unstable main [03:19] you dont setup a sudo account...its a command [03:19] i wouldent consider installing debain made packages with ubuntu .deb packages [03:19] johnwlittle, so, i just type sudo and thats it? [03:19] hey can anyone help me get on a windows network to share files??whats the program [03:20] i wouldent consider installing debain made packages with ubuntu .deb packages [03:20] ??? [03:20] eleazar: read the starter guide, follow it, and all will be clear: http://www.ubuntuguide.org/ [03:20] thast what your supposed to use [03:20] usual what the APT line for the site? [03:20] daniels, if you happen to hear a soulution and see me floating around plz share [03:20] does anyone else use traceroute-nanog from hoary universe? the -O option doesn't work, where do i report this? [03:20] Quarupt, scroll up [03:20] well one reason is ubuntu does not reccomend using debian packages === jblack [~jblack@static-209-158-45-74.scr.east.verizon.net] has joined #ubuntu [03:20] anyone help me use samba to get on windows networks please help!? === spooky_ [~callum@203-167-185-207.dsl.clear.net.nz] has joined #ubuntu [03:21] well debian made packages i.e packages from debian.com [03:21] Has anybody seen a problem with their machine locking up when running apt-get ? [03:21] i did all ya gave me was the site, to add it in synaptic i need a full APT line [03:21] eleazar: also, here is an explanation of sudo http://www.courtesan.com/sudo/ [03:21] Quarupt, scroll up and actually read [03:22] anyone help me use samba to get on windows networks please help!? [03:22] omg i have read everything you have said in my buffer [03:22] want a damn screen shot === davix [~lama@85-64-144-198.barak.net.il] has joined #ubuntu [03:22] Quarupt is it just deb site main stable? [03:22] eleazar johnwlittle, ok how do i setup my sudo account? [03:22] usual deb http://people.debian.org/~smimram/debian unstable main [03:22] oh [03:23] my bad [03:23] thanks [03:23] np [03:23] I guess i didnt read EVERYTHING [03:23] smack [03:23] heh [03:23] i give up lol [03:24] okay i added the source now what? [03:24] sudo apt-get update [03:24] or open up synaptic and hit reload [03:24] Quarupt, update === Inge [~oscar@200.95.146.15.cableonline.com.mx] has joined #ubuntu [03:24] i allways do that [03:24] i did [03:24] Quarupt, then search got gaim [03:25] you'll see gaim gaim-data and gaim-vv [03:25] is there a changelog for array6 ? [03:25] choose to remove gaim and gaim-data === jimmy_deanWork [~jhodapp@65.243.209.81] has joined #ubuntu [03:25] and to install gaim-vv [03:25] can anyone please help me use samba...how do i explore other computers? [03:25] is there a changelog for array6 ? [03:25] dazed_, install smb4k [03:25] smbk4? [03:25] ok [03:25] dazed_: did you follow the samba instructions in the starter guide? [03:25] raydogg``: http://lists.ubuntu.com/archives/ubuntu-users/2005-March/024637.html === Nekohayo [~Kiddo@ip216-239-75-127.vif.net] has joined #ubuntu [03:26] thx speel [03:26] np [03:26] johnwlittle..wheres the starter guide? [03:26] the ubuntu>? [03:26] or the samba [03:26] i heard the samba was my best bet then [03:26] okay done usual [03:26] http://www.ubuntuguide.org/ [03:26] but gaim-vv shows up there as well [03:26] Quarupt, ok, now apply [03:26] maybe from the rpm? [03:26] delltony ayt? [03:27] its applied [03:27] ok, now launch gaim [03:27] yeah i'm here [03:27] but what about gaim-vv its listed as an installed package as well [03:27] check the about, is it gaim-vv [03:27] delltony you have KDE on ubuntu too, right? [03:27] oh [03:27] yeah === jimmy_deanWork [~jhodapp@65.243.209.81] has joined #ubuntu [03:27] yeah [03:27] well [03:27] try it [03:27] Cannot launch icon [03:27] Details: Failed to execute child process "gaim" (No such file or directory) [03:27] does it open [03:27] nope [03:27] remove gaim-vv [03:27] and install it again [03:27] that damn rpm [03:28] :: caugh cant use debian.com packages caugh :: [03:28] lol ok [03:28] Yobui, ? [03:28] Yobui, are you uding hoary ? [03:28] speel, cough couch see my ss of it running fine cough [03:28] Hi, is there an MP3 tagger out there that queries information from the net, then leaves the user the choice to use them (if accurate) or not? [03:28] then you got lucky [03:28] have you been able to browse windows shares with KDE? i tried the LAN browser but it comploains protocol not supported lan [03:28] what do you think ubuntu is [03:28] install it from the deb i got from the site you gave me? [03:28] uMkulu no, warty [03:28] Yobui: huh? [03:29] Quarupt, man it's so simple....get rid of that fucking rpm deb you made, then use synaptic to update and install gaim-vv [03:29] rofl [03:29] yeah i access my shares just fine but i ssh into my box [03:29] uMkulu delltony in the home icon [03:29] Yobui: sorry... [03:29] hey it worked [03:29] i do it different [03:29] heh [03:30] delltony did you install something special? like samba-kde or something like that? [03:30] Conz [03:30] usual,Thanks a million [03:30] for what the ssh? [03:30] no [03:30] but what depends do i need to get all the video and stuff working? [03:30] Quarupt, np, now if anything in it doesn't work, read the site [03:30] enable plugins [03:30] for the samba share [03:30] install extra packages etc [03:30] i have a disk shared on a windows box [03:30] no i just set it up [03:30] i want to acces it from my ubuntu-kde [03:30] installed samba [03:30] and setup the smb.conf file [03:30] Quarupt, your on your own now man I already uninstalled it [03:30] usual do i need all those packages that the site says, where can i get em? [03:31] to include my share dirs and all [03:31] Quarupt, I would go to preferences [03:31] enable the plguins like linphone [03:31] libj2k [03:31] delltony i mean the other way around, accessing the windows box from the linux, not the linux shares from the windows [03:31] shit like that [03:31] then try your audio video [03:31] and go from there [03:31] no all you do is use smb [03:31] at least thats what i do anyway [03:32] delltony could you provide an example please? :) (smbclient you mean?) [03:32] open up the filebrowser [03:32] nautlius or whatever its called [03:32] yrah [03:32] yeah === linux_galore [~linux_gal@60-240-64-99-nsw-pppoe.tpgi.com.au] has joined #ubuntu [03:32] and put in the address field smb://192.168.1.100 [03:33] or whatever your ip is of that host === linux_galore lurks [03:33] Yobui: mount -t smbfs -o username=bla //IPADRESS/Share /mnt -o umask=0 [03:33] usual, i dont see any of those listed as plugins? === jimmy_deanWork_ [~jhodapp@65.243.209.81] has joined #ubuntu [03:33] Quarupt, I did [03:33] or you can mount it like he said [03:33] Quarupt, install them [03:33] i dunno how? [03:33] Quarupt, in synaptic search for linphone [03:33] man why is this such a hassle [03:33] Quarupt, and libj2k [03:33] it aint' [03:33] ok [03:33] you just don't know [03:33] thats all [03:34] now you know [03:34] delltony i tried that but it didn't work, i'll try mounting the thing and probably doing that i'll discover what the problem is, maybe it's the firewall or something [03:34] poxymox thnx [03:34] man I need another gunniess [03:34] heh [03:34] usual, theres linphone and linphone1 [03:34] Quarupt, I have no clue [03:34] Quarupt, ones newer ones older' [03:34] np :-) [03:35] they all have same version [03:35] exactly [03:35] but what i have always done was mount -t smbfs //ipaddress/sharefolder /mountpoint -o rw,umask=777,fmask=777 [03:35] ok, go for broke [03:35] huh? [03:35] if one don't work remove it [03:35] then try the other === allio [~omfg@203.184.4.124] has joined #ubuntu [03:35] delltony: a little redundant [03:36] like mount -t smbfs //192.168.1.200/shared /media/myxpdrive -o rw,umask=777,fmask=777 [03:36] Quarupt, I would go here http://people.debian.org/~smimram/debian/dists/unstable/main/binary-i386/ [03:36] they were all dependencies of the main one anyways [03:36] Quarupt, and use that as a reference [03:36] delltony: umask covers fmask [03:36] install shit in synaptic that you see in there [03:36] hmmm [03:36] ok didn't know that see learn something new every day [03:36] thanks [03:37] i get wrong fs type, bad option, bad superblock on //192.168.0.1/E or too many mounted filesystems :/ [03:37] liblinphone1_1.0.0pre9-1_i386.deb 04-Mar-2005 03:14 173k === davix [~lama@85-64-144-198.barak.net.il] has joined #ubuntu [03:37] okay so there both installed, whats the one i need for msn video confrencing? [03:37] thats newwwwwwwwwwwwwwwwwwwwwwwwwwwww [03:37] no idea [03:37] try it [03:37] see what happens [03:37] lol its the one ya just said [03:37] where can i get it? [03:37] synaptic man [03:37] where you been [03:37] Yobui, have you done sudo /etc/init.d/smb restart ? [03:38] delltony heh, good idea :) === robodex [~robodex@HSE-London-ppp197084.sympatico.ca] has joined #ubuntu [03:38] i had it running [03:38] the same problem === Slaggy [~Slaggy@ip68-110-22-134.om.om.cox.net] has joined #ubuntu [03:38] wow, I never realized gdesklets had an irc desklet.... how... useless [03:38] :p === PacoBCN [~PacoBCN@62-15-248-28.inversas.jazztel.es] has joined #ubuntu [03:39] NOW i have no gaim bins? [03:39] try samba instead [03:39] wtf? [03:39] yes [03:39] sudo /etc/init.d/samba restart [03:39] hi guys [03:39] one question [03:39] daniels, that lag seems to affect everything in X not just something specific [03:39] usual, where is the gaim-vv bin? [03:39] i did /etc/init.d/samba restart (as root) [03:39] I can delete linux-headers, right? [03:39] Quarupt, it's just gaim [03:39] You installed the smbfs? [03:39] I mean, I need as much disk space as possible now [03:39] ya i dont have a gaim bin anymore either [03:39] wtf [03:39] sudo apt-get install smbfs? [03:40] weird [03:40] i did [03:40] cat /proc/filesystems | grep smb [03:40] great [03:40] this is soooo fun [03:40] maybe I should VNC to YOU! [03:40] haha [03:40] yes [03:40] or ssh [03:40] alright i cant get this to work [03:40] root@UBunBOX:/home/sean # gaim [03:40] bash: gaim: command not found [03:40] man, wtf [03:40] man [03:40] i dunno [03:40] haha [03:40] great, i didn't know it wasn't installed by default :) [03:40] great [03:40] I can't see it [03:41] now i'm seeing the files [03:41] you saw mine [03:41] im glad [03:41] thanks again guys [03:41] ya i did [03:41] go back to synapitc [03:41] search for gaim [03:41] what does it show === mindphasr [~mind@68.31.108.138] has joined #ubuntu [03:41] is it safe to download linux-headers? [03:41] i know why [03:41] i need [03:41] liblinphone0 [03:42] k [03:42] sudo apt-get -f install [03:42] if it's broken [03:42] it never even installed [03:42] i just thought it did [03:42] oh [03:42] and now i cant find [03:42] i told you fool [03:42] liblinphone0 [03:42] search for linphone [03:42] not in synaptic [03:42] and libj2k [03:43] i installed those allready remeber [03:43] man I got no clue....just going on whatcha tell me [03:43] i need liblinphone0 thats what dpkg is saying [03:43] I'm just trying to help ya [03:43] i know [03:43] and i apreciate it [03:43] np [03:43] when these oxy's i just took kick in ill be in a waay better mood [03:43] sudo apt-get install liblinphone0 [03:43] ok, [03:43] but where can i find a liblinphone0 deb [03:44] my last question [03:44] theres no package [03:44] what do you use to see avi's? [03:44] http://people.debian.org/~smimram/debian/dists/unstable/main/binary-i386/ [03:44] it's right there [03:44] liblinphone1_1.0.0pre9-1_i386.deb 04-Mar-2005 03:14 173k === hayden [~hayden@203-219-130-10-qld.tpgi.com.au] has joined #ubuntu [03:44] Package liblinphone0 is not available, but is referred to by another package. [03:44] This may mean that the package is missing, has been obsoleted, or [03:44] is only available from another source [03:44] E: Package liblinphone0 has no installation candidate [03:44] try liblinphone [03:44] without the 0 [03:44] but i added that source and i cant find it still [03:45] or liblinphone1 [03:45] no go [03:45] but dpkg says i need Package liblinphone0 is not available, but is referred to by another package. [03:45] This may mean that the package is missing, has been obsoleted, or [03:45] is only available from another source [03:45] E: Package liblinphone0 has no installation candidate [03:45] ooops [03:45] sorry === housetier_ [~housetier@84.56.135.229] has joined #ubuntu [03:45] try 1 [03:45] forgot that was in my clip still [03:45] liblinphone1 [03:45] The following packages have unmet dependencies: [03:45] gaim-vv: Depends: liblinphone0 but it is not installable [03:45] E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution). [03:46] hmm, I have diabled hw-detection on start-up, but it hangs when it installs the extra packages. any ideas? [03:46] whats that all about? [03:46] and you did sudo apt-get -f install === dazed [~dazed@adsl-219-156-58.aep.bellsouth.net] has joined #ubuntu === kurros [~wade@92-14.26-24.tampabay.res.rr.com] has joined #ubuntu [03:46] usual? [03:46] it has been said that usual is building a linphone-im deb [03:46] someone really needs to help me with samba [03:46] i cant get it to work [03:46] uMkulu, it was said much earlier that usual found out it was for MSN video and killed the build [03:46] usual: excuse me? [03:47] uMkulu, excuse you for what? [03:47] usual, okay it removed it [03:47] Australia [03:47] usual, now what reinstall it or? [03:47] Quarupt, removed what exactly? [03:47] usual: The server at bofh.engr.wisc.edu (port 666) appears to be down. [03:47] well, Australia is the place to be! [03:47] can someone please help me with samba [03:47] gaim-vv [03:47] it was half installed i guess [03:47] i just want a few files off my stupid friends winblows [03:47] wow [03:47] i had none of this trouble [03:47] same OS [03:47] lol [03:47] dunno [03:48] anyways should i just try to install it again? [03:48] update [03:48] i might be using the wrong deb i wanna dl it again [03:48] then try again yeah [03:48] whats the site onvce more [03:48] http://people.debian.org/~smimram/debian/dists/unstable/main/binary-i386/ [03:48] bookmarkt hat shit [03:48] Quarupt, dload whatever you need right from there [03:49] if it bitches about a dependency download it from there also [03:49] ect ect ect [03:49] isnt that what i added as a source? === marcin_ant [~marcin@www.e-dev.tele2.pl] has joined #ubuntu [03:49] yes [03:49] lol so i can just use synaptic [03:50] but if you download it right fromt he browser you don't have to go throught he hassle of apt not liking the package name [03:50] Quarupt, yes, but you were having issues [03:50] oh i see [03:50] lets try this again [03:50] aright [03:50] brb getting more beer === tga [~tga@S0106000f66aeaf64.vs.shawcable.net] has joined #ubuntu [03:50] hi guoys [03:50] guys, ubuntu crashes when it's "Installing extra packages..." on my toshiba laptop. what should I do? [03:50] hey [03:51] i accidently took gaim from the task bar in gnome, how can i get it back there (not a launcher, to sit there when it is open) [03:51] s/guoys/guys [03:51] gaim-vv depends on liblinphone0 [03:51] any idea how I can install a dri-enabled libGL? xmesalib-dri doesn't seem to do the trick [03:51] lol [03:51] wtf [03:51] and i have 1 [03:51] could someone tell me how to send files to cell phone via bluetooth? [03:51] so i have to downgrade or what? [03:51] Quarupt: man ln :) === davix [~lama@85-64-144-198.barak.net.il] has joined #ubuntu [03:51] Quarupt: ie create a symlink and see if it works [03:51] I can receive with gnome-obex-server but I don't know how to send === drew [~drew@c-24-5-117-25.client.comcast.net] has joined #ubuntu [03:52] gnome-obex-client? [03:52] hey [03:52] i just installed ubunto [03:52] er ubuntu [03:52] i love it [03:52] very good job === Kaloz [~kaloz@arrakis.dune.hu] has joined #ubuntu [03:53] mmmm [03:53] beer [03:53] man X is driving me bonkers [03:53] im just wounderin for some reason my apt-get doesnt seem to ahve any packages in its repo and or no repo, how can i add the ubuntu .deb package repos [03:53] usual, WTF [03:53] gaim-vv depends on liblinphone0; however: [03:53] ? [03:53] Package liblinphone0 is not installed. [03:53] and i installed it from THAT site [03:53] ok [03:53] man this is gay [03:54] bye guys, thanks for all the help [03:54] how do i setup apt-get in ubuntu [03:54] it wants liblinphone0 and the site only has liblinphone1 [03:54] for all the ubuntu repos [03:54] i accidently took gaim from the task bar in gnome, how can i get it back there (not a launcher, to sit there when it is open) [03:54] drew: apt-get is already setup [03:54] i can seem to make my ubuntu kill the X in order to be able to install the nvidia drivers? [03:54] drew: Just sudo apt-get install packagenamehere [03:54] Or [03:55] Use Synaptic, drew === mairu [mairu@CPE00c09f4aeec9-CM0011ae8a7ee0.cpe.net.cable.rogers.com] has joined #ubuntu [03:55] coroner: try /etc/init.d/gdm stop [03:55] how to check whether infra red is detected or not? Any commands like lspci,lsusb? [03:55] yea [03:55] hrmm [03:55] quest-master i never did the update my system thing when i installed === Ivy6Quaff [~Sir@c906a0a6.virtua.com.br] has joined #ubuntu [03:56] let me try tho [03:56] guys, ubuntu crashes when it's "Installing extra packages..." on my toshiba laptop. what should I do? [03:56] thanks GammaRay === Slaggy [~Slaggy@ip68-110-22-134.om.om.cox.net] has left #ubuntu [] [03:56] drew: you either use Synaptic or you stick this line in your /etc/apt/sources.list [03:56] deb http://security.ubuntu.com/ubuntu/ warty-security main restricted [03:56] oops, wrong line [03:57] i dont have synaptics on my computer [03:57] odd === mairu [mairu@CPE00c09f4aeec9-CM0011ae8a7ee0.cpe.net.cable.rogers.com] has left #ubuntu ["Part"] [03:57] :-/ [03:57] i need another IM client while im working on this one enyone know another one packaged for debian? [03:57] drew: synaptic [03:57] synaptic is the packagemanager GUI on dpkg based systems [03:57] guys, ubuntu crashes when it's "Installing extra packages..." on my toshiba laptop. what should I do? [03:57] oh === compmanio36 [~chatzilla@c-24-19-132-68.client.comcast.net] has joined #ubuntu [03:57] there we go, sorry im an arch linux user [03:57] im used to pacman [03:57] uMkulu: who asked you? go sit in a corner! [03:57] wish i knew, tga === rrm3 [rrm3@resin.csoft.net] has joined #ubuntu === mindphasr [~mind@68.31.108.138] has joined #ubuntu [03:58] im just upgrading to hoary, will that give me a new kernel? [03:58] johnnybezak: if it doesn't you can grab one later [03:58] this is funny [03:58] guys, ubuntu crashes when it's "Installing extra packages..." on my toshiba laptop. what should I do? [03:58] guys, ubuntu crashes when it's "Installing extra packages..." on my toshiba laptop. what should I do? [03:58] my mom is a dumb bitch === davix [~lama@85-64-144-198.barak.net.il] has joined #ubuntu [03:58] and she likes linux better than windows because it's "easier to use" [03:59] underdog: are you installing or something? [03:59] so I gave her a Unix manual XP [03:59] bluefoxicy: :D [03:59] tga: trying to, yes [03:59] underdog: maybe your cd is scratched or something [03:59] tga: yeah i don't actually want one I was just wondering === anjumbutt [~anjumbutt@203.130.16.50] has joined #ubuntu [04:00] my mom can't use linux because there's no bookkeeping software [04:00] tga: no, it's brand new [04:00] at least none worth its name [04:00] johnnybezak: apt-cache search linux-image [04:00] not the only one having this problem, searched through the forums [04:00] johnnybezak: I don't know if upgrading to hoary will get a new kernel for you === R0bNyc [~jkd@pool-162-83-254-150.ny5030.east.verizon.net] has joined #ubuntu [04:00] underdog: what crashes === Kaloz [~kaloz@arrakis.dune.hu] has joined #ubuntu [04:00] tga: cool thanks [04:00] underdog: oh, I don't know then :\ === NetwrkMonkey [~Monkey@netwrkmonkey.user] has joined #ubuntu [04:01] virtuald: gnucash works for personal use [04:01] tga: it's not personal use 8] [04:01] virtuald: you could also try to run whatever you're using in wine.. it might not work but it will be an interesting experience [04:01] too risky [04:02] have any of you guys set mail up with ubuntu? === davix [~lama@85-64-144-198.barak.net.il] has joined #ubuntu [04:02] because mine sort of works but I'm getting this error, anyone know how to fix [04:02] virtuald: give the software a try in wine, then write an article/blog entry about it. 3. ??? 4. profit [04:02] (expanded from ): host [04:02] mail.m.iinet.net.au[203.0.178.192] said: 553 sorry, your envelope sender [04:02] domain must exist (#5.7.1) (in reply to MAIL FROM command) [04:02] hehe [04:03] hello again - any gnome-bluetooth user here? [04:03] johnnybezak: the installation crashes === dottedline [~rick@4.10.40.222] has joined #ubuntu [04:03] underdog: ok the install on to the laptop [04:04] underdog: don't install the extra packages [04:04] do you even get a choice? === nomasteryoda [~nomastery@ip24-252-193-86.mc.at.cox.net] has joined #ubuntu === hayden [~hayden@203-219-130-10-qld.tpgi.com.au] has joined #ubuntu === davix [~lama@85-64-144-198.barak.net.il] has joined #ubuntu === ermo [~ermo@3E6B20D4.rev.stofanet.dk] has left #ubuntu ["*p00f*"] [04:06] how do i add a notification area to gnome 2.8 [04:06] tga: i dont know === jblack [~jblack@static-209-158-45-74.scr.east.verizon.net] has left #ubuntu [] [04:06] johnnybezak: i'm running "custom" right now === dottedline is now known as boogerhead [04:07] underdog: good idea, just do a minimal install from the cd, you can always just apt-get the rest of the stuff [04:08] yeah === coroner_ [~coroner@CPE20320884-1707-5.CMTS01.MQL.ncable.com.au] has joined #ubuntu [04:08] i'll keep you posted === zorba64 [~michael31@dsl-214.131.240.220.lns02-wick-bne.dsl.comindico.com.au] has joined #ubuntu [04:10] how do i add a notification area to gnome 2.8 === Kaloz [~kaloz@arrakis.dune.hu] has joined #ubuntu [04:11] right click panel [04:11] add applet [04:11] notification applet [04:11] ahh thanks === gangalino [~cwa2@Toronto-HSE-ppp4165614.sympatico.ca] has joined #ubuntu [04:12] anybody know a little about mysql privilege tables? think i just figured something out through a lengthy trial and error process that i wanna verify [04:12] Levander, maybe try phpmyadmin? === StoffBox-Steve [~steve@pD9E576B0.dip.t-dialin.net] has joined #ubuntu === OrangeSlice [~orange@dsl-12-160-171-167.elltel.net] has joined #ubuntu [04:12] usual, why would i try that? [04:13] Levander, I found it as a pretty decent front end to mysql [04:13] johnnybezak: it will still try to install the damn extra packages :( === StoffBox-Steve Happy Dual-Head is working :D [04:13] what's the proper syntax for using unrar to extract files from a rar archive? [04:13] let me try another cd [04:13] although i'm pretty sure this one is good [04:13] question [04:13] unrar -x rarfile.rar? [04:13] gangalino, unrar pak.rar === Quarupt [~Quarupt@c-67-170-1-6.client.comcast.net] has joined #ubuntu [04:13] if you install array 6 hoary and specify reiserfs as the partition containing /boot, will it use grub by default [04:13] or rar -x [04:14] wb Quarupt [04:14] bluefoxicy: I remember having to pass a funny mount option when using reiser for boot, make sure you find out about that [04:14] underdog: that sux [04:14] usual: it always fails, even though unrar -t shows the files [04:14] underdog: are you sure its not the dodgy cd [04:14] has any one else tried the new database application in OOo, called Base? what'd yall think? [04:15] bluefoxicy: the Gentoo folks probably have this well documented [04:16] tga: notail, and you don't have to [04:16] grub knows about tails [04:16] so does lilo since about 3 or 4 years ago === stub [~stub@dsl-246.248.240.220.dsl.comindico.com.au] has joined #ubuntu [04:17] bluefoxicy: heh, I'm outdated then. I've always used ext2 for my /boot [04:17] also for about 5 or 6 years after 99% of pcs still in use could boot from past 1024 cyllindars people still perpetuated the separate /boot at cyllindar 0 thing because tehy were too dumb to realize that you could boot a 30 gig hard drive at cyllindar 55,000 === awtomlinson [~awtomlins@cpe-24-176-131-163.suff.va.charter.com] has joined #ubuntu [04:17] johnnybezak: does the dodgy cd issue happen a lot? I mean, it's brand new... but i'm trying one that was used for an installation already [04:17] I mean fuck === mseney [~mseney@70-97-140-21.dsl1.glv.ny.frontiernet.net] has joined #ubuntu [04:17] i have just reinstalled warty ubuntu. now, when i click on the Show Desktop icon, it opens the desktop folder in nautilus. how can i get this to actually show the desktop? [04:17] I booted from a 30 gig drive with 58,000 cyllindars with / intentionally at the end and 4 gigs wide, with /boot on /, in a 200 mhz pentium from 1998 [04:18] using lilo [04:18] underdog: it certainly can happen, have you got another copy? [04:18] has anyone been able to get the nvidia 6629 drivers to work under Hoary w/ a Riva TNT? [04:18] johnnybezak: can we pm? [04:19] underdog: yeah === Robzulah [Zwan@AC974654.ipt.aol.com] has joined #ubuntu [04:20] i have just reinstalled warty ubuntu. now, when i click on the Show Desktop icon, it opens the desktop folder in nautilus. how can i get this to actually show the desktop? === davix [~lama@85-64-144-198.barak.net.il] has joined #ubuntu === fgx [~fgx@host123-223.pool8248.interbusiness.it] has joined #ubuntu [04:21] Hello. I am new to Ubuntu and my Warty Warthog CD's just arrived. I went to install, but when I go to set up partitions I found out Macintosh has already used up all my free space in one partition. I've just recently started learning a lot about computers, and partitions are still a bit fuzzy, can I split the main partition in the Ubuntu setup? [04:24] http://ubuntuforums.org/showthread.php?t=15908 [04:24] that thread seems to have info about how to do what you want [04:25] Robzulah: stop right now [04:25] Robzulah: doing anything to that partition will probably result in you losing ALL DATA ON THE MAC OS partition [04:26] Robzulah, backup your data before trying to install ubuntu!!!!!!! [04:27] why does my Show Desktop icon open the desktop folder in nautilus. how can i make it actually show the desktop [04:28] hmm ubuntu probably can't resize it, but from what i read on debian-powerpc if you use a current daily sarge d-i cd and disable the journal it will allow you to resize it [04:28] awtomlinson: the desktop folder is just another place showing your desktop contents, to see the desktop just minimse your windows [04:29] johnnybezak, i know this. when i previously had ubuntu installed, the Show Desktop icon actually showed the desktop, it didn't open the desktop folder in nautilus [04:29] but yes backing up your data is a good idea before doing anything major on a system [04:29] and yes, spatial nautilius is disabled === Ouwt [~QdEpdLA@IGLD-84-228-70-128.inter.net.il] has joined #ubuntu === StoffBox-Steve [~steve@pD9E576B0.dip.t-dialin.net] has joined #ubuntu [04:36] What is daily sarge d-i? === Marble2 [~Marble@CPE-24-163-214-72.mn.rr.com] has joined #ubuntu === FenrisWolf [~chatzilla@ip68-99-22-187.om.om.cox.net] has joined #ubuntu [04:37] hi all, can someone help me with a question [04:37] only if you ask it... [04:37] I dont remember seeing the installer ask me for a root password at all [04:37] am I missing something? [04:38] there is no root login, you use sudo [04:38] ok [04:38] thats what I thought [04:38] the account created during install is automatically added to the sudo file [04:39] has anyone used the AOL dialer from Linsoft? === tga represses the memory of ever using AOL [04:40] Robzulah, i have it installed... dialer that is [04:40] was curious [04:40] but i dont even use the modem [04:40] tga: it was useful when used with aohell ;) [04:42] calc: is there an X version of Aptitude? [04:42] Was it a free download? [04:42] FenrisWolf: synaptic is similiar [04:42] Unfortuneatly, AOL is my only internet source right now === calc notes FenrisWolf's nick sounds familiar somehow [04:43] oh no, he found me out :) [04:43] FenrisWolf: eh? [04:44] where do you think you have seen me before === Thierry [~ubuntu@modemcable221.10-202-24.mc.videotron.ca] has joined #ubuntu === hayden [~hayden@203-219-130-10-qld.tpgi.com.au] has joined #ubuntu [04:44] FenrisWolf: not sure it has been a while if i have seen you, perhaps i just confused you with someone else === zabilcm [~zabilcm@219.64.156.160] has joined #ubuntu [04:45] guys, ubuntu hangs whenever it uses pcmcia [04:45] any ideas? [04:45] i'm primarily on freenode now though i used to be efnet all the time [04:45] hey, in the daily build of march first, the windows at the bottom are very small... is there a bug for this? === StoffBox-Steve [~steve@pD9E576B0.dip.t-dialin.net] has joined #ubuntu [04:46] FenrisWolf: so do you know me? ;) [04:46] hehe, cant say I do [04:46] I am old as dirt though === poxymox [~test@dsl-213-023-153-054.arcor-ip.net] has left #ubuntu ["CU"] [04:47] FenrisWolf: ah so you didn't use efnet long ago? === cac9 [~cac9_@200.116.158.105] has joined #ubuntu [04:47] I did [04:48] FenrisWolf: erm #snes? [04:48] from time to time I was in there [04:48] FenrisWolf: ah that is where then [04:48] FenrisWolf: i was in there for 4-5 years i think and in DC === StoffBox-Steve [~steve@pD9E576B0.dip.t-dialin.net] has joined #ubuntu [04:48] where are printers stored?> === StoffBox-Steve [~steve@pD9E576B0.dip.t-dialin.net] has joined #ubuntu [04:49] I was in virginia === awb4422 [~awb4422@grd0351.urh.uiuc.edu] has joined #ubuntu [04:51] FenrisWolf: ah i meant damaged cybernetics [04:51] kubuntu = Ubuntu + KDE , right or ? [04:51] before i became a foss person ;) [04:52] anyone know where printers are stored? [04:52] Marble2: I have one under my desk [04:52] uh [04:52] i mean i ubuntu ;p [04:52] i ubuntu too :) [04:52] in even [04:52] what utility should I run to format and partition a new drive ? [04:52] what's the location of my printer so I can add it to my samba share [04:53] raydogg``: fdisk and mkfs.(whatever) [04:53] raydogg``: cfdisk to partition it, mkfs. to format [04:53] i most ubuntu [04:54] well im updating to hoary, the only thing that seems to be broken so far is firefox [04:54] i updated to hoary last night, i found that the cursor theme changed from the default ubnutu ones [04:55] and that when i tried to type # the english pound sign came up [04:55] so i had to change keyboard layout [04:55] when i restart will it change to x.org? [04:55] mm [04:55] brb restarting x === billytwowilly [~chris@S0106000c413a2c0c.ed.shawcable.net] has joined #ubuntu === dr_willis [~willis@12-202-192-44.client.insightBB.com] has joined #Ubuntu [04:56] what is the version of hoary? [04:56] 5.04 [04:56] grumpy will be 5.10 === tga chuckles at the names [04:57] hayden: its year.month [04:57] ok [04:57] hoary releases in just over 1mo from now [04:57] ok [04:58] hayden, what is the command to upgrade to hoary? like apt-get what [04:58] apt-get dist-upgrade [04:58] you have to edit the /etc/apt/sources.list file first though [04:58] ok thanks === usual yawwwns [04:58] whats up calc [04:59] usual: not much, recovering from work :\ [04:59] Thierry, go to http://www.ubuntuguide.com and search for hoary and you will find how to do it [04:59] ok good === calc hates his ~ 2-3hr day commute [04:59] calc, I hear that man, long day here...just enjoying some gunniess [05:00] calc, you using hoary? [05:00] usual: yea [05:00] calc, are you experiencing the laggy desktop? [05:00] usual: not sure, what lags exactly? === srid [~sridhar@srid.user] has joined #ubuntu [05:01] calc, nothing major, just everything in X lag's...sluggish [05:01] calc: 1+2 [05:01] well repaint seems a bit slow [05:01] virtuald: 5 [05:01] thanks mate [05:01] Bug in libapache2-mod-python2.4 !! - [05:01] File "/usr/lib/python2.4/site-packages/mod_python/apache.py", line 28, in ? [05:01] import _apache [05:01] ImportError: No module named _apache [05:01] calc, maybe thats what it is [05:01] usual: if i drag things around on the screen i see a lot of trailing garbage [05:02] i don't recall that happening before [05:02] calc, yeah that [05:02] calc, just annoying [05:02] calc, how does shared folders work in hoary [05:02] hayden: no idea i haven't used them === Quar [~Quarupt@c-67-170-1-214.client.comcast.net] has joined #ubuntu [05:02] okj [05:02] wb Quar [05:03] hrm [05:03] oh thats why === VR^ [VR@154-111.200-68.tampabay.res.rr.com] has joined #ubuntu [05:03] lol i was i cant identify [05:03] heh === tolstoy [~tolstoy@c-67-171-195-50.client.comcast.net] has joined #ubuntu === tolstoy [~tolstoy@c-67-171-195-50.client.comcast.net] has left #ubuntu ["Leaving"] === Quar is now known as Quarupt [05:04] usual thx again man [05:04] np man [05:04] :) [05:04] hope it works === calc bbl [05:04] I trusted ya to come on my system, and were very trustworthy [05:05] now if i could only get mh fglrx working id be in heaven === johnnybezak [~johnnybez@203-173-46-207.dyn.iinet.net.au] has joined #ubuntu [05:05] fglrx? [05:05] done hoary is installed :) [05:05] and alsa is working again, go figure :) [05:06] I cant believe all this time i thought i was Hoary i wasnt all the way my sources were still pointed at warty [05:06] go figure [05:07] probably why the fgrlx didnt work === raghu [~raghu@203.145.183.210] has joined #ubuntu [05:07] loool [05:07] way to go Quarupt [05:07] tga, ya think i should try it again? === tga wonders if this is really Linux or Windows [05:07] lol === JggGfO [~NcCqUa@IGLD-84-228-70-128.inter.net.il] has joined #ubuntu [05:07] I know its so user friendly [05:08] anyone know why mplayer is dependant on a package that doesnt exist in hoary === heliolith [~michael@wbar21.lax1-4.26.216.34.lax1.dsl-verizon.net] has joined #ubuntu [05:08] workin === cbgb [~cbgb@24-90-47-224.nyc.rr.com] has joined #ubuntu [05:08] johnnybezak: look for the restricted formats page on the ubuntu site [05:08] brb [05:09] johnnybezak, its not [05:09] i have it [05:09] and im Hoary [05:09] yup === srid [~sridhar@srid.user] has left #ubuntu ["side-winding] [05:09] hello all: is anyone in here use a Spanish keyboard layout available via the Gnome gui preferences setup menu? I can get the layout to switch, but the dang accent is backwards! === scorpix [~scorpix@as17-161.qualitynet.net] has joined #ubuntu [05:09] ppc? === NetwrkMonkey [~Monkey@netwrkmonkey.user] has left #ubuntu ["Leaving"] [05:09] tga is the fgrlx driver in any repositories you know? [05:09] tga: yeah i dont mind installing it from somewhere else, but how do i tell apt that ive installed it from somewhere else === JDahl [~qwerty@ca-stmnca-cuda4-gen2u1-63.vnnyca.adelphia.net] has joined #ubuntu [05:10] anyone remember the name of the ubuntu spanish channel? is it ubuntu-es? [05:10] tga, Cause i cant remeber where we got it === sockler [~maxedout7@69-161-188-86.atlsfl.adelphia.net] has joined #ubuntu [05:11] using the little panel to add accents while you're typing in another language is wayyyy too time consuming... === blizah [~stephen@12-205-170-175.client.mchsi.com] has joined #ubuntu [05:12] i made two partitions on my box and installed ubuntu on the second one, windows XP on the first, how do i get the dual boot option every time i start up?? [05:13] ok in warty gnome-control-center brought up everything, now it only brings up desktop preferences how do i get it to show everything (im using flux not metacity, hence me needing to know how to get it from the console) === NumPy [~NumPy@cpe-66-25-254-156.gt.res.rr.com] has joined #ubuntu === BiteMeBill [~antiM$@oh-67-77-123-4.dyn.sprint-hsd.net] has joined #ubuntu [05:14] where is gnome-control-center [05:14] sockler: edit /etc/grub/ment.lst [05:15] sockler: comment out hiddenmenu [05:15] hello all === packman_e [~packman@host-84-9-89-36.bulldogdsl.com] has joined #ubuntu [05:15] hello all [05:15] That was weird [05:15] Quarupt: thats the programs command [05:15] hello all [05:15] --> packman_e (~packman@host-84-9-89-36.bulldogdsl.com) has joined #ubuntu [05:15] hello all [05:16] Quarupt: to launch from the console [05:16] johnnybezak, yea, but its not in any of the menu's? [05:16] Quarapt: its probably called something like Control Center [05:16] just a quick question to kick things off. after installing ubuntu 4, how do you set a password for root please? [05:16] ..is there a dev channel for ubuntu [05:16] GammaRay: i cant even get to ubuntu, windows XP boots first, i looked in setup but didnt see anything about partitions === mlh [~mlh@c211-30-62-11.belrs1.nsw.optusnet.com.au] has joined #ubuntu [05:17] packman_e, sudu passwd, but iw ouldnt recomend it [05:17] s/sudu/sudo [05:17] why? [05:17] sudo is a security feature [05:17] its a bad habbit to use root that way. [05:17] is their logic [05:18] when ya need to do rooty stuff. use that user and 'sudo whatever' [05:18] i don't understand [05:18] "rooty stuff" :) [05:18] it does get annoting though, i also did sudo passwd [05:18] annoying [05:18] i would have thought that it would be worse for root not to have a password [05:18] packman_e, from a security point of view - you should NEVER login as root. as a user that CAN do the sudo stuff.. do it that way [05:18] sockler: is ubuntu on a seperate hdd? === tuxJr_14 [~arjun@203.94.200.34] has joined #ubuntu [05:18] I do sudo su or sudo -s [05:18] sockler, have you set the Grub Bootloader to the partition and not to the MBR ? [05:19] packman_e: there is an faq on the website about this [05:19] You can always use the root terminal and not enter the password all the time. [05:19] sudo is useful in an environment where you're keeping track of who's doing what [05:19] tga, yea - theres that also :P [05:20] night [05:20] good luck Quarupt === piratePenguin [1000@dialup0739.ts005.bmt.esat.net] has joined #ubuntu [05:20] dr_willis, no, no i dont actually want to login as root, i just want to set the password so that i can set up stuff like networking [05:21] what's the cool (easy to use) iptables script? I used it before, forgot the name === Dreamer3_ [~unknown@sdn-ap-010tnnashP0261.dialsprint.net] has joined #ubuntu [05:21] packman_e, you can do all that with 'sudo' once ya learn how :P [05:21] when it ask a root PW . than simple use your UserPW packman_e :D [05:21] packman_e: then password that you set during install is the password you use with sudo. [05:21] packman_e, of course ya can alwyas do 'sudo passwd' and set the root users password and be done with it. [05:21] the inital users password is also the root/sudo password. [05:22] hmmm. that has confused me. [05:22] whay does the system do that? [05:23] packman_e, how else wold you have it do that? === drspin [~cole@ip68-2-123-172.ph.ph.cox.net] has joined #Ubuntu [05:23] it asks for the main users password.. and sets that as the default sudo password also.. simple. :P [05:23] question what needs to be edited to change your gobal font sizes in kde? i have 20/20 vision but this 5pt font is killing my eyes :( [05:24] what's a good id3 tag editor that will organize my folders???? === hub [~hub@H194.C231.tor.velocet.net] has joined #ubuntu [05:24] hi [05:24] hi, hub [05:24] does ubuntu support booting with a AHA 2940-UW SCSI controller ? [05:24] when I get rpms from rpmfind.net what version should I get them for [05:25] if ubuntu isn't listed [05:25] Hmm [05:25] ubuntu uses rpms ? i dident think so [05:25] hub... I have that scsi controller on my other system [05:25] or am i confused here.. [05:25] Marble2, ubuntu using Deb not rpm [05:25] dr_willis: it uses DEB as opposed to RPM [05:25] Marble2: you generally don't get rpms for Ubuntu [05:25] drspin: I either get /dev/sda2 not found or linuxrc crashing [05:25] oh [05:25] ok [05:25] hub -- did you install ubuntu from a SCSI cd drive?? [05:25] drspin: no [05:25] I had to or it wouldn't configure right... [05:25] drspin, yea - heh heh - i thogh so.. :P but i test out sooo many different disrtos.. [05:26] drspin: it is IDE [05:26] dr_willis, just to let you guys know that i am a newbie, but i tried fedora and that one gets you to set a root passowrd at install as well as a user password and when you need to do admin tasks you type in 'su -' then the root password or when using a graphical tool it would ask you for a root password and you would type it in [05:26] when you need stuff simple try > apt-cache search Programm [05:26] drspin: maybe I should try the SCSI burner instead [05:26] and than apt-get install Programm [05:26] hub: that's exactly what I did -- [05:26] hub: :) === drspin [~cole@ip68-2-123-172.ph.ph.cox.net] has left #Ubuntu [] [05:26] if I can boot from it [05:27] packman_e, the idea of 'su -' is condisdred a security issue.. Yea i know its how allthe OTHER disrtos default to doing it.. but its still a issue.. and the ubuntu guys are very PARANOID about security. [05:27] oh ok [05:27] Gamma: still with me? no, ubuntu and windows XP is on the same hd [05:27] sorry i did'nt know [05:28] the problem is that only windows boots, i want to be able to choose which one === Tjdw [~tjdw@pcp0010779594pcs.walngs01.pa.comcast.net] has joined #ubuntu [05:28] actually most all the Disrots are begining to get more and more paranid about security.. which is good I guess. :P [05:28] sockler: where did you install the ubuntu bootloader(grub)? [05:29] where the first partition is [05:29] wherever that is [05:29] dr_willis, if you don't mind, how is it a security issue using su - over sudo please? [05:30] dr_willis: s/Disrots/OSes/ [05:30] what would i have to install to be able to compile programs in c? [05:30] sockler: it should be installed on the MBR. that's what your bios loads [05:31] hayden: build-essential [05:31] build-essential is a package alias for install all the tools needed to compile source on debian based systems [05:31] ok thanks [05:31] GammaRay: when i get to the MBR, i should have to choice which OS to boot from? [05:31] packman_e, therea a faq on it i think at the ubuntu site. :P === Quarupt [~Quarupt@c-67-170-1-214.client.comcast.net] has joined #ubuntu [05:32] you normally dont want a 'root' shell. where you could accidently type the wrong command it the basics I guess. [05:32] is there a way to put like a 10 second delay on an onjoin command in Xchat? [05:32] sockler: yes *if* you install the boot loader on the MBR, otherwise windows's bootloader is still there doing what it always did [05:33] kernelpnaic in linuxrc at boot [05:33] any idea ? [05:33] shall I try a SuSE ? [05:33] :-/ === hub is kidding [05:34] spound like HW probs to me [05:34] how do you change the gtk-theme please? [05:34] Gamma: well i installed ubuntu first, then XP second, so would the XP bootload overwrite GRUB?? [05:34] yes sock it would. [05:34] hub: what are the messages above "kernel panic"? === TongMaster [~TongMaste@home.waugh.id.au] has joined #ubuntu [05:35] Hrm i guess not [05:35] Xchat is boring [05:35] i wanna new client === linux_galore [~linux_gal@60-240-64-99-nsw-pppoe.tpgi.com.au] has left #ubuntu [] [05:35] or to customize this one maybe ill go look at some scripts [05:35] Quarupt, go get irssi :P [05:35] hmm so i guess i have to reinstall ubuntu...will GRUB overwrite the XP bootload? [05:35] virtuald: I don't know because it display a stacktrace [05:35] B] ] [05:35] virtuald: making eveything taking the screen [05:35] sockler: see this http://people.ubuntulinux.org/~mako/ubuntu-traffic/u20041203_15.html#4 [05:35] virtuald: but I think it is "loading Linux...." [05:36] virtuald: it booted once and said it couldn't find /dev/sda2 (probably the swap) [05:36] heh, well it's above my level [05:36] virtuald: it is unusual [05:36] it is a quite old machine, no fancy hardware === dash [washort@adsl-220-215-184.bhm.bellsouth.net] has joined #ubuntu [05:36] and install goes smoothly with the boot CD-ROM [05:36] M'Kay [05:37] Gamma: thank you very much, one last q: is my ubuntu root device a /? === Doomgaze [~Doomgaze@d149-67-229-91.try.wideopenwest.com] has joined #ubuntu [05:37] my is a 4.10 Install CD [05:37] did you try with a 2.4 or 2.2 kernel? :) [05:37] someone help me out here. is the next version after hoary going to be Grumpy Groundhog, or Bendy Badger? i have seen both on the wiki :) [05:37] that might work better for old hardware [05:37] virtuald: I didn't. I don't have the choice at boot time [05:38] dash, I thinkits going to be Hammy Hampster [05:38] virtuald: only 2.6 [05:38] ok [05:38] dr_willis: I was hoping for Snarky Sandhog. [05:38] sockler: that depends on where it is on the ide cable, and which interface it's on [05:38] whats the difference of dir and ls [05:38] how would i determine that? === Quarupt [~Quarupt@c-67-170-1-214.client.comcast.net] has joined #ubuntu [05:38] dash, i dont even know what a SandHog is. :P and i watch ANimalPlanet all the time. [05:38] hayden: dir just runs ls with different options [05:38] ok === jeavis [~jeavis@201.128.232.108] has joined #ubuntu [05:39] sockler: /dev/hda is primary master, hdb pri. slave, hdc secondary master, hdd sec. slave [05:39] dr_willis: http://www.yourdictionary.com/ahd/s/s0063800.html ;-) [05:40] so I'm boned [05:40] hello what patition software I can use from boot [05:40] Gamma: alright mine would be hda then.... thanks a whole lot [05:40] A laborer who works inside a caisson --- ok.. now whats a Caisson :P [05:40] sockler: you also need the partiton number... [05:40] jeavis: the thingy on the install cd is probably your best bet [05:40] sockler: /dev/hda1 would be the first partition === jba [~jba@c211-30-145-155.blktn3.nsw.optusnet.com.au] has joined #ubuntu === jesus__ [~jesus@165.127-200-80.adsl.skynet.be] has joined #ubuntu [05:41] dash: I have problems with a machine, is so strange, I use my ubuntu cdrom [05:41] yeah i got that [05:41] thanks :-) === SiRrUs [~SiRrUs@HSE-MTL-ppp77407.qc.sympatico.ca] has joined #ubuntu [05:41] dash: I need a partition program from boot [05:42] jeavis: i don't understand what you mean "from boot", exactly. the install CD is bootable, and includes a partition program [05:42] whats the open source alternative to excel? [05:42] lotus? [05:43] jeavis: if you're just installing ubuntu it will walk you through what you need to do [05:43] blizah: openoffice calc probably [05:43] it's what i use [05:43] what about autocad? [05:43] know of any? [05:43] mmm, nope === bradg [~brad@12-216-228-198.client.mchsi.com] has joined #ubuntu [05:43] blizah: openoffice is most like excel, but there is also gnumeric if you wish === tga gives ooffice2 a try [05:44] how to install oofice2? === knucks [~chatzilla@pcp01189996pcs.waldlk01.mi.comcast.net] has joined #ubuntu [05:44] GUYS [05:44] farruin: I need a software that partition from boot [05:44] i need serious help === TongMaster [~TongMaste@home.waugh.id.au] has joined #ubuntu === bradg [~brad@12-216-228-198.client.mchsi.com] has joined #ubuntu [05:44] openoffice 2 per apt-get done ? [05:44] jeavis: "from boot" as in the install CD, LiveCD, or harddrive? [05:45] who can PM me and can help me with all my problems? === delltony [~delltony@c-24-99-11-118.atl.client2.attbi.com] has joined #ubuntu [05:45] knucks: for how much money?-) [05:45] knucks: that's not the best way to get help [05:45] lol [05:45] ok well i need some help then [05:45] knucks: just ask your questions here, if people know the answers they will help [05:45] knucks, rolf [05:45] jba: apt-get install openoffice [05:45] all right [05:45] well i tried getting mp3 support on my copy of ubuntu [05:45] to no avail [05:46] rhythmbox freezes when i try to play an mp3 [05:46] jba: apt-get install openoffice.org2 [05:46] and then i tried installing xmms (which i think I did) but i dont know how to launch it [05:46] gah ooffice2 is fugly [05:46] farruinn: yes as install cd [05:46] scorpix: not yet, openoffice 1 is still nicer [05:46] i just installed ubuntu yesterday, is ati catalyst for linux easy to install? [05:47] Is there an application which renders 3d text like gltext, but which also allows you to choose the text's orientation and font/ [05:47] so my question is, how do i launch xmms and put it on my panel? [05:47] jeavis: the installer uses parted [05:47] knucks: are you using hoary? === j-rock [~joe@c68.187.89.125.eau.wi.charter.com] has joined #ubuntu [05:47] i dont know? [05:47] wait never mind [05:47] how do i check [05:47] im new to the whole linux thing all together [05:47] okay, if you were you'd know :) [05:47] no big deal [05:48] http://people.ubuntulinux.org/~mako/ubuntu-traffic/u20041203_15.html#4 ... what does /target stand for?? === Ivy6Quaff [~Sir@c906a0a6.virtua.com.br] has joined #ubuntu [05:48] blizah: apt-cache search fglrx [05:48] k [05:48] ubuntu-artwork package is broken ?? [05:48] so can you help me then? [05:48] apt-get install openoffice.org2 << update OF1.3 or is it a new install ? === yli [~yli@61.150.117.176] has joined #ubuntu [05:49] openoffice.org2 is fugly and it's still in beta, use ooffice 1 [05:49] knucks: for the first test, the easiest thing to do is just to hit 'Run' on the applications menu [05:49] hey, why dont we make a qt/xdialog/xmessege/gtk based installer for ubuntu? [05:49] knucks: and type in xmms [05:49] i think all software ( not security updates ) updates are on freeze or somthing [05:49] tga are the three fglrx the things i install for a radeon 9800 pro?...and do i still download ati's catalyst? [05:49] tuxJr_14: you go ahead and write one [05:49] StoffBox-Steve: it'll install OOo2 without removing OOo1 [05:49] it wont be tough. [05:49] but will be heavy [05:49] tga: it's only fugly if you don't have the gtk integration :) === Dreamer3_ is now known as Dreamer3 [05:50] tuxJr_14: the installer is text based to save room on the disc [05:50] thx scorpix :) thats the info i want [05:50] at least to my knowledge [05:50] dash: nope nothing [05:50] blizah: as far as I know you only get the fglrx kernel module and driver.. it should just work [05:50] sure tga whats why i ask :) [05:50] dash: I got the -gnome package but I'm not sure what to do with it.. I'm getting the win32 look with the crappy icons [05:50] knucks: Hmm. Not even an error message? Interesting [05:50] tga: yeah, i got that originally [05:50] it seems like it does something but nothing launches [05:50] knuck: are you using the downloaded iso or the shipped cd? === Greendah [~greendah@oh-69-69-242-4.dyn.sprint-hsd.net] has joined #ubuntu [05:51] shipped cd..but it updated a whole lot once i installed [05:51] dash: so what did you do to it? [05:51] tga, fglrx-control, fglrx-driver, and fglrx-driver-dev are what popuped up when i searched under syanptic [05:51] install all three? [05:51] tga: it got fixed when i installed -gnome [05:51] blizah: I think you need the fglrx-driver and the linux-restricted-modules for your kernel [05:51] knucks: Truly odd [05:51] knucks: do other sounds play? [05:51] um [05:51] i dont think so [05:51] farruinn, that's what [05:52] where can i check [05:52] knucks: Do you get sounds when you login? [05:52] no i dont believe so [05:52] blizah: http://www.ubuntulinux.org/wiki/BinaryDriverHowto [05:52] tga, i'm already working on one. i'm still planning on how to go about it and which widget to use. [05:52] knucks: okay, then mp3s are not your main problem, i bet [05:52] let me try tho [05:52] how do i compile a c program? [05:52] i still cant get xmms working [05:52] tuxJr_14: use Athena.. they're great! [05:52] hayden: one you wrote? [05:52] hayden: gcc program.c -o programname [05:52] and rhythmbox doesnt play anything... === ells [~steve@69-171-247-27.clspco.adelphia.net] has joined #ubuntu [05:52] so i dont want to use it === hub [~hub@H194.C231.tor.velocet.net] has left #ubuntu ["Leaving"] [05:52] i want to get rid of rhythbox and use xmms [05:53] tga, k tnx [05:53] yea [05:53] knucks: well, it looks like this isn't a rhythmbox problem [05:53] ok [05:53] ok [05:53] tga: i dont know athena. who is she? ;-) [05:53] Anyone got a package count for Warty? [05:53] imho Ubuntu should reuse the SuSE installer, if it's GPLd [05:53] package count? === keez [t7DS@200.164.150.139] has joined #ubuntu === karsten is not at an ubuntu system ATM. [05:53] tuxJr_14: Athena is a really nice and portable widget set [05:53] tga: bwahahaha [05:53] someone help-me please [05:53] tga, it is. it's already being used by SCO also. [05:54] i need help wiht ubuntu [05:54] keez: ask. [05:54] tuxJr_14: what! motif is _clearly_ superior [05:54] tga: is it easy to learn? [05:54] wouldn't a graphical installer require an X server? [05:54] i need to configurate a dsl conection in my ubuntu [05:54] farruinn: No. [05:54] dash: what should i do? [05:54] knucks: Hmm [05:54] farruinn, that's a yes and a no [05:55] tuxJr_14: yeah, this will be great.. the only installer using Athena that I know of is the old Solaris one [05:55] keez: You got a DSL modem or router? [05:55] tuxJr_14, dash: heh, ok I'm too tired to ask more about that =) [05:55] dsl modem [05:55] dsl modem is connected to my machine via cat cable and not USB correct? [05:55] tuxJr_14: it's professional stuff [05:55] keez: It provides DHCP? [05:55] and permissions give me a headache..but dont get me started on that [05:55] i think yes [05:55] tga: can you elaborate? [05:55] i at least want to get something accomplished tonight.. [05:56] farruinn, we can also use ggi or fbdev [05:56] tuxJr_14: I'd rather not [05:56] keez: Control Panel. Network config. Set up a DHCP connection for your ethernet card. [05:56] knucks: permissions protect you from yourself === IvyCQHome [~Sir@c906a0a6.virtua.com.br] has joined #ubuntu [05:56] lol [05:56] only this? [05:56] knucks: okay so! [05:56] I'm all ears [05:56] i think yes [05:56] knucks: Don't laugh, he's not kidding. [05:56] knucks: go to file manager (look in applications -> system tools) [05:56] I don't think there's anything in the world to protect knucks from himself [05:56] Could someone provide me a package count for Warty? [05:56] knucks: and go to /usr/share/sounds === Slaggy [~Slaggy@ip68-110-22-134.om.om.cox.net] has joined #ubuntu [05:57] karsten: lol alot? [05:57] farruinn: there's a version of gtk that runs in the framebuffer [05:57] dash: um..i dont see it? [05:57] karsten: # apt-cache search " " |wc -l [05:57] 16021 [05:57] knucks: sorry, File Browser [05:57] karsten, its a speedstream 5200, do you know? [05:57] karsten: this is Hoary though === dr_willis [~willis@12-202-192-44.client.insightBB.com] has left #Ubuntu ["Leaving"] [05:57] knucks: and type /usr/share/sounds in the location box [05:57] dash: ah, I see [05:57] sudo apt-get install linux-686 if you haven't already.or -k7 or -686-smp or -386... whatever matches your kernel. my question is which matches my kernal [05:58] is there any ggi based xdialog kinda stuff available in ubuntu repository [05:58] speel: grep ^Package: /var/lib/apt/lists/*_Packages | wc -l [05:58] im a big n00b [05:58] blizah: you mean linux-image-686 [05:58] dash: thats not there as well [05:58] tga: I'm not on a ubuntu box === jesus\ [~jesus_@165.127-200-80.adsl.skynet.be] has joined #ubuntu [05:58] what packages do i need to install for compiling c programs [05:58] karsten: I just gave you a rough estimate of Hoary [05:58] tga: Woah. That's more than I'd've thought. [05:58] knucks: Ah, drat, i'm using a different version of ubuntu from you. sorry [05:58] tga: You got Universe or whatever it is in there? [05:59] apt-get install build-essential* or just get the gcc compiler [05:59] ok hold on let me go to that folder tho [05:59] keez: Shouldn't really matter. [05:59] Okay, can someone help me out? I've had this problem for a while and no one has been able to help me :(. I don't have any sound in vlc under linx. I get these errors when I open a video file [05:59] tga, thats just what that web site says...how do i know which matches my kernal [05:59] karsten: that's the problem, it depends on what sources you use [05:59] [00000217] mpeg_audio decoder: MPGA channels:2 samplerate:48000 bitrate:192 [05:59] usr/share/sounds u said? [05:59] blizah: what are you trying to do again? [05:59] [00000219] oss audio output error: cannot open audio device (/dev/dsp/) [05:59] tga: Yeah. Stock sources. [05:59] oh god [05:59] tga ati drivers [05:59] I googled for the oss error (which seems to be the root of the problem) and basically what I got was people saying "I reverted to 0.7 or I updated my distro and it worked" or other ranom things [05:59] knucks: OK cool [05:59] Marble2: vlc is trying to use the sound device directly, you need to configure it to use esd or kill esd [05:59] blizah: uname -a to get your kernel version [05:59] tga: the case I'm trying to make is that Debian's got ~17.5k packages, Ubuntu slims that down a lot. [05:59] ok im in it [05:59] Marble2: at least that's my guess [05:59] blizah: uname -r really, but -a looks better [06:00] i thin i never use ubuntu linux whith my dsl connection [06:00] tga hehe [06:00] I tried killing esd earlier and that didn't work [06:00] someone told me to do that [06:00] karsten: maybe they can't/won't maintain all of the debian packages [06:00] what exactly does esd do [06:00] this is a sh**** [06:00] and how would I try to configure it to use esd? [06:00] Marble2: i usually do "esdctl off" [06:00] and then "esdctl on" when done [06:00] Marble2: esd = enlightenment sound daemon, allows multiple applications to use the sound device [06:01] at least that's my understanding [06:01] dash: i can play the .wav files === Slaggy [~Slaggy@ip68-110-22-134.om.om.cox.net] has left #ubuntu [] [06:01] knucks: well, okay [06:01] ok [06:01] that's a first step [06:01] tga: http://archives.seul.org/schoolforge/discuss/Mar-2005/msg00010.html [06:01] the Ubuntu drums gave me quite a scare earlier.. I had my speakers turned up when I logged in [06:01] dash: what does that do? [06:02] tga: Crack-smoking fiend an a bender. Makes a semi-sound claim that there's too much stuff in Linux. [06:02] im from brazil [06:02] so how do i get xmms to work [06:02] karsten: ha ha "educators" [06:02] im not undertanding very well what you say [06:02] karsten: there _is_ too much stuff in most distros [06:02] knucks: well first, what comes up when you double click on a wav file? totem? [06:02] my english is poor [06:03] knucks: probably an esd thing again - in preferences make sure the output plugin is eSound [06:03] karsten: in most default installs I should say [06:03] if thats the movie player, then yes [06:03] dash: I'm not proud of it, but here's my first response to his stuff: http://archives.seul.org/schoolforge/discuss/Mar-2005/msg00008.html [06:03] knucks: OK right [06:03] dash: I'm starting to realize I'm never going to get this hour of my life back.... [06:03] tga: Not the way *I* install Debian there's not ;-) [06:03] knucks: so i'd try dragging an mp3 file onto that and seeing if it will play it [06:03] knucks: you'll have to install a plugin to play mp3's with xmms I believe [06:03] hm ok.. [06:04] karsten: yes, 5 years of irc has taught me "always avoid arguments with timewasting morons" [06:04] farruinn: i cant even start xmms [06:04] karsten: that doesn't give you a customized desktop either [06:04] as it didnt come w/ ubuntu, i had to download it.. [06:04] knucks: with apt-get or synaptic? [06:04] and i installed it but it wont start [06:04] tga: The hell it doesn't. I've got my very own tuned, customized console. [06:04] um [06:04] aptget [06:04] tga: It's got screen, vim, and w3m, just like it should ;-) [06:05] good luck browsing with w3m in the console.. I'll let you know when the 80s are over [06:05] dash: My objective is to do a moderately convincing job of demonstrating that he's utterly loony. Hopefully to forget about it evermore. === delltony [~delltony@c-24-99-11-118.atl.client2.attbi.com] has joined #ubuntu === jah [1000@cpc4-mfld3-4-0-cust215.nott.cable.ntl.com] has joined #ubuntu === tga gets a sudden urge to do something useful === jah is now known as jah_ [06:06] happy flaming folks [06:06] tga: Works amazingly well, actually. Mind, once I've fleshed stuff out, wmaker goes on. [06:06] tga: w3m actually does graphics, if you want -- it's a bit of fun :-) [06:06] so can someone help me get xmms working? [06:06] Xenguy: Truth. So does links ;-) [06:06] Hello all [06:06] karsten: it's a lost cause, the incentive structure in american gov't education is totally backwards [06:06] I cannot get X to load. I have tried: xf86config pkgreconfigure xserver-xfree86 (sp?) xfree86 -configure modprobe nvidia [06:06] dash: There's islands of hope. I'm working with a school ATM has a lab set up with six, soon to be seven, Linux boxes. [06:07] karsten: I run wmaker also - that's 2 things we agree on :-) [06:07] knucks: it should be in the multimedia menu or whatever [06:07] knucks: anyhow, does totem play mp3s? [06:07] When i try to startx it says "(EE) No devices Found" Followed by "no screen found" [06:07] And X server fails to load. [06:07] jah_: what video hardware? [06:07] dash: yes [06:07] knucks: if not hit alt+F2 and type xmms [06:07] GeForce 6800gt [06:07] knucks: Okay cool! that's a first step [06:07] dash: Mixed distros -- MDK, RH, SuSE, Deb, Ubuntu. And the facilitator's gung ho to try LTSP [06:07] Xenguy: Dig. [06:07] Mandrake (Xfree?) and Slackware (Xorg) both work fine :( [06:08] so i have the mp3 plugin on my kernel.. === hitriko-sama [hitriko@cpe-24-175-244-197.gt.res.rr.com] has joined #ubuntu [06:08] now to get the actual xmms working [06:08] i cant even start it [06:09] can i install ubnutu without burning the iso to cd [06:09] knucks: well, mp3 isn't in your kernel :) totem uses a media framework called gstreamer, and its mp3 support appears to work [06:09] bah [06:09] ok..well [06:09] knucks: anyway i would try opening a terminal and starting xmms from inside it [06:09] dash: i did apt-get xmms and it told me its already installed [06:09] just to see if it prints anything amazing [06:09] so i know i have it.. [06:09] Hrm. Looks like Ubuntu includes "essentially all of the packages available in the Debian repositories". But the installer has a pre-tuned subset? === hou5ton [~hou5ton@n14-99-152-206.tranquility.net] has joined #ubuntu [06:10] ...? can i install ubuntu without having a cd? like install it off of my computer? === blizah [~stephen@12-205-170-175.client.mchsi.com] has joined #ubuntu [06:10] dash, any ideas? [06:10] dash: how do i open xmms from the terminal? [06:10] ............. [06:10] knucks: type -> xmms ? [06:10] ok did that [06:10] this is what i get: === Xenguy prepares for a flood... [06:11] knucks: type 'xmms' [06:11] libmikmod.so.2: cannot open shared object file: no such file or directory [06:11] and theit goes on to say more.. === SiRrUs [~SiRrUs@HSE-MTL-ppp77407.qc.sympatico.ca] has joined #ubuntu === bradb [~bradb@modemcable065.154-81-70.mc.videotron.ca] has left #ubuntu ["Leaving"] [06:11] knucks: http://rafb.net/paste [06:12] knucks: what output does this give -> dpkg -l libmikmod2 [06:12] ? [06:12] dpkg: unknown option -1 [06:13] knucks: 'ell', not 'one' :-) [06:13] can i install ubnutu without burning the iso to cd [06:13] oh hah [06:13] um [06:13] desired=unknown/install/remove/purge/hold [06:13] good evening [06:13] status=not/installed/config-files/unpacked === duncanm [~duncan@peabody.ximian.com] has joined #ubuntu [06:13] i want to use Sound Juicer, but it doesn't make mp3s [06:14] oh /failed-config/Half-installed [06:14] is there anything i can do about that? [06:14] ok no1 can help here either? :/ [06:14] by default, where is my sound card located [06:14] /dev/dsp [06:15] knucks: the first two letters of the last line are the important part [06:15] http://rafb.net/paste/results/sK9kRW13.html [06:15] knucks: it probably either says 'pn' or 'ii' [06:15] say i have button one, button two, and button three (no scroll wheel). how would i go about writing a config entry (or something) to scroll whenever i hold down button 3, and move the mouse up or down? [06:15] knucks: apt-get install libmikmod2 [06:16] E: Could not open lock file /var/lib/dpkg/lock - open (13 Permission denied) === duncanm [~duncan@peabody.ximian.com] has left #ubuntu ["Leaving"] [06:16] E: Unable to lock the administration directory (/var/lib/dpkg/), are you root? [06:16] knucks: sudo === Errejo [~errejo@v087b.studby.ntnu.no] has joined #ubuntu === packman_e [~packman@host-84-9-89-36.bulldogdsl.com] has joined #ubuntu [06:16] hello all [06:16] ugh i knew that.. [06:16] knucks: sudo apt-get install libmikmod2 [06:16] ok [06:16] did that === VR^ [VR@154-111.200-68.tampabay.res.rr.com] has joined #ubuntu [06:17] xmms loaded [06:17] now how do i put it in my panel? [06:17] just figured out why the ubuntu website took ages to load [06:17] my bastard internet reset itself [06:18] i started to wonder when i was the only one in the room talking to myself for 10 minutes [06:18] ive installed the ati control pannel to use for dual monitors but where is the file to run it? [06:18] how can I configure esd? [06:19] well i spent all that time getting gaim-vv to work and now i lost the ability to send files via msn [06:19] ive done a whereis and it said was in /user/share/fglxr but theres only a file called diversions in there with one file [06:19] ok [06:19] yaya [06:19] xmms works [06:19] now how do i throw it up in the panel? [06:19] knucks, create a launcher [06:19] how === gnum4n [~jason@blk-222-50-94.eastlink.ca] has joined #ubuntu [06:19] knucks: well === sahin_h [~sahin@69.238-182-adsl-pool.axelero.hu] has joined #ubuntu [06:20] knucks: is it not on the Sound & Video menu? [06:20] nope === OrangeSlice [~orange@dsl-12-160-171-167.elltel.net] has joined #ubuntu [06:20] have you logged out and back in [06:20] you shouldn't have to [06:20] yep at times you do === orospakr [~orospakr@CPE0004762b7051-CM001225701f0e.cpe.net.cable.rogers.com] has joined #ubuntu [06:21] ill try it later [06:21] does anyone have the homepage for esd? I can't find it in google [06:21] can you guys please help me real quick w/ firefox? [06:21] nevermind i found it === bretzel [~felix@modemcable128.237-130-66.mc.videotron.ca] has joined #ubuntu [06:21] knucks: ambitious, aren't we? :-) [06:21] very [06:21] hehe [06:21] knucks: anyway, to add a launcher just right click on the panel and click "add to panel" [06:21] ahh ok [06:22] ill try that tomorrow [06:22] Marble2 type esd in your browser it should show you the home page [06:22] i want to get firefox working so i can sleep well [06:22] knucks: does FF not "just work" ? [06:22] i have firefox .9 right now..and i download 1.0 [06:22] how do i "upgrade" [06:23] electrostatic discharge association? [06:23] knucks: what command did you use to "download 1.0" ? [06:23] i got it off mozilla.org [06:23] isnt there more to choose from Marble2 [06:23] knucks: you should use 'apt-get' [06:23] Xenguy, downlaod it over the website [06:23] Marble2, it's easy to find as "esound", but Eric hasn't touched it in years. I think the GNOME folks are updating it these days. [06:23] what do i type in to get it by aptget? [06:23] knucks: apt-get update ; apt-get install [06:24] knucks: er, prepend 'sudo' to that [06:24] yeh.. [06:24] so [06:24] sudo apt-get firefox-1.0.1 ? [06:24] ljlane: are there any viable alternatives other than esd? [06:24] knucks, unpack the it, than install the where you what and set it up as the standart browser [06:24] knucks: do -> dpkg -l *firefox* [06:24] knucks: that should tell you the package to apt-get [06:24] knucks, unpack it, than install it where you what, than set it up as the standart browser << look better .. [06:24] anyone have a webcam, i wanna test this gaim-vv see if it was worth all the rouble [06:24] mmpht [06:25] Xenguy: aptitude is more fun [06:25] Marble2: alsa with the dmix plug-in is nice [06:25] dash: for you perhaps ;-) [06:25] Quarupt, gaim-vv .. get it over apt ? ... === sbrennan [~sbrennan@pool-141-152-177-237.norf.east.verizon.net] has joined #ubuntu [06:25] knucks@knucks:~ $ dpkg -l *firefox* [06:25] No packages found matching firefox-1.0.1.installer.tar.gz. === sbrennan is now known as `shane [06:25] yeah, not so good of an idea [06:25] this is pretty nice for newbies btw : http://www.ubuntuguide.org/ [06:25] knucks: the package name is mozilla-firefox [06:25] can anyone reccomend a good linux tutorial or linux book please [06:25] knucks, you run warty or hoary ? [06:25] knucks: change to a different directory, then re-run the 'dpkg' command [06:25] Xenguy: that doesn't look right [06:26] hell if i know [06:26] uMkulu: ? [06:26] i don't know, xenguy === ironwolf [~ironwolf@c-24-6-169-124.client.comcast.net] has joined #ubuntu [06:26] knucks: if you installed it off a CD and have not edited /etc/apt/sources.list, it is warty :) [06:26] uMkulu: bot? [06:26] it has been said that bot is refusing to co-operate [06:26] Xenguy: no [06:26] Xenguy: * doesn't work like you think it does [06:26] knucks@knucks:/ $ dpkg -l *firefox* [06:26] Desired=Unknown/Install/Remove/Purge/Hold [06:26] | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed [06:26] |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) [06:26] dash: sigh [06:26] ||/ Name Version Description [06:26] +++-==============-==============-============================================ [06:26] ii mozilla-firefo 0.99+1.0PR.1+r lightweight web browser based on Mozilla === sigglet [~sigglet@208.187.169.233] has joined #ubuntu === zorba64 [~michael31@dsl-214.131.240.220.lns02-wick-bne.dsl.comindico.com.au] has joined #ubuntu [06:27] knucks: well there you go, it's already installed [06:27] knucks: apt-get update ; apt-get install mozilla-firefox [06:27] dash: he wants to upgrade [06:28] Xenguy, when he run warty, the last version of firefox for him is 0.9.3 .. 1.0.1 is not for warty ( wasnt for a few days :D ) [06:28] knucks: er, sudo etc. etc. [06:28] Xenguy: yeah but he's running warty, and AFAICT that's the latest [06:28] StoffBox-Steve: ahh, OK (I'm not actually on an Ubu box right ATM :-) [06:28] this is all great and all, but what do i do? [06:28] dash: nod [06:28] lol [06:29] knucks: hey, my main box is debian -- what can I do ;-) [06:29] anyone know what port(s) the remote desktop app in hoary uses? theres no way to change it so i just wanna know what the default is? [06:29] so how do i upgrade to 1.0.1 [06:29] knucks, just unpack it than go to the floder ( per console ) and > sh firefox.bin ( think ) what i look [06:29] knucks: StoffBox-Steve is suggesting wait for a few days for the package to come down the pipe :-) [06:29] lol [06:30] knucks, you cant upgrade firefox to 1.0.1 on warty over apt-get .. but wait :D [06:30] knucks: or you could *gasp* upgrade to hoary (and risk breaking all kinds of things -- fun, fun ;-) [06:31] yeh i got the gz file [06:31] i extracted it [06:31] anyone? [06:31] anyone? [06:31] anyone know what port(s) the remote desktop app in hoary uses? theres no way to change it so i just wanna know what the default is? [06:31] well a real hell, upgrade the frist time kill my whole system .. set up new and upgrade it again .. work *puhh* i was so happy :D [06:31] oops sorry didnt mean to repeat [06:31] gn [06:31] hm [06:31] i guess ill wait then [06:31] usual your not here anymore are ya [06:31] knucks: it can get messy to mix compiling programs by hand, with apt-get's package system -- I don't recommend it (you don't need the latest FF that bad) [06:32] ok quick question then.. === bretzel [~felix@modemcable128.237-130-66.mc.videotron.ca] has left #ubuntu [] [06:32] i got a partition thats still ntfs (has all my movies and mp3s) [06:32] how can i access it? [06:32] Quarupt, my guess is 5900 [06:32] okay, how can i be sure? [06:32] knucks, you get the installer of firefox or the normal package ? [06:32] knucks: Hmm. well, it'll be read-only access, for one thing [06:33] whats the name of the file you downloaded ? [06:33] Quarupt, read the manual :) [06:33] is there a script or GUI to configure VNC? [06:33] knucks: good question - linux is mostly NTFS read-only ATM -- I'd be tempted to consider converting to vfat, but if you try that, back up everything first ;-) [06:33] firefox-installer1.0.1.tar.gz [06:33] ok :D [06:33] knucks: Crud. I know how to do this from the command line and by editing config files, but not from the gnome tools :) [06:33] just wait i sec i downlaod it ... :D === macala [~macala@user-10cm924.cable.mindspring.com] has joined #ubuntu [06:34] Xenguy: whats the best way to transfer files from the ntfs to a linux partition and then delete the ntfs one and make it a linux one? === macala [~macala@user-10cm924.cable.mindspring.com] has left #ubuntu ["Leaving"] [06:34] ok knucks , unpack the file [06:34] k done.. [06:34] its in /home/firefox-installer.. === F-Lelo [~F-Lelo@201-003-196-233.fnsce7004.dsl.brasiltelecom.net.br] has joined #ubuntu === F-Lelo [~F-Lelo@201-003-196-233.fnsce7004.dsl.brasiltelecom.net.br] has left #ubuntu [] [06:35] ok browse to /home/firefox-installer/ [06:35] knucks: I haven't tried messing with NTFS -- see if you can mount NTFS and use 'cp' to transfer a file ? [06:35] knucks, cd to dir, and go ./INSTALL === Felo [~chatzilla@69-165-222-4.miamfl.adelphia.net] has joined #ubuntu [06:35] knucks: from NTFS to linux partition [06:35] StoffBox-Steve: ok done that.. [06:35] simple > sh firefox-installer Errejo :D FF have a install-gui [06:36] Need assistance in configuring wireless conection.. [06:36] sh? [06:36] ok in a console i hope knucks ;D [06:36] yeahh [06:36] hehe [06:36] ok dann > sh firefox-installer [06:36] dann / than [06:36] ok.. [06:36] what folder should i install it in [06:37] now a easy to use WindowsLike installer comes up :D [06:37] Help! [06:37] there you what knucks . i have a extra floder for software calles _programms in my homedir [06:37] o === Xenguy notes that 'apt-get install foo' is pretty damn easy to use... [06:37] i cant seem to install it in /usr/bin/ [06:37] wont let me === Xenguy throws Felo a rope... [06:38] how do i make the app that lets you browse your hard drive not open a new window and leave the the old one each time you go from folder to folder? [06:38] <_dev_> anyone know how or where I can get larger pointers? [06:38] when you whant that knucks ... cannel the installer and do > sudo sh firefox-installer === Errejo cuts the rope and laugh hard [06:38] <_dev_> I wanna make my pointer bigger === karsten_ [~karsten@host-66-81-216-93.rev.o1.com] has joined #ubuntu [06:38] Need to configure wireless device... [06:38] im confused steve [06:39] Wireless USB conection === karsten_ is now known as karsten [06:39] _dev_: i keep getting spam about that [06:39] /usr/bin can only be access as ROOT user knucks, when you use sudo you make thinks as ROOTUSER [06:39] erf [06:40] <_dev_> haha was that a joke [06:40] i already made a Programs folder in my home directory.. [06:40] installing things as root yourself is sadness [06:40] knucks: yeah, don't put it in /usr/bin [06:40] that installed it to that folder :D [06:40] than [06:40] i installed firefox into /home/knucks [06:40] so how do i make it default and get rid of .9 now [06:40] ok than you have a new folder called > firefox in it :D [06:41] anyone know?...ive looked in preferances and cant see anything to do this option [06:41] knucks: that's hard [06:41] knucks: the easy way to do that is upgrade to hoary, unfortunately. === _ake^ [PeKoSa@200.66.5.235] has joined #ubuntu [06:41] type > gnome-default-applications-properties in the consoel a gui come up where you can set the standart programms === neighborlee [~neighborl@d2-251.rb2.gh.centurytel.net] has joined #ubuntu [06:43] ok i guess im done for tonight [06:43] on the web browser tab check custom and type in somethink like that > home/steve/_programme/firefox/firefox %s the %s is a wildcard for the websiteaddress :D [06:43] thanks for all your help === lukewarm [~lukewarm@riggs.mgtn.dsl2.labyrinth.net] has joined #ubuntu [06:43] blizah, view - preferences I guess === hitriko-sama [hitriko@cpe-24-175-244-197.gt.res.rr.com] has left #ubuntu [] [06:43] first boot into hoary =) [06:43] ive been in edit-preferances === imaek [~imaek@adsl-69-235-150-56.dsl.irvnca.pacbell.net] has joined #ubuntu [06:43] cant see the option anywehre [06:43] zzz guys [06:43] does hoary have good mono/gtk# support? [06:43] Hello. Does anyone here know how to use 'mencoder'? === knucks goes to bed [06:44] Is there any way for me to setup hotkeys in XMMS? === StoffBox-Steve its 6:44am here ,,, not a realy good bedtime :D [06:44] blizah, behaviour - always open in browser windows works kinda like that [06:44] knucks: yw [06:45] Does anyone here know how I can convert some .WMA songs to .MP3 (possibly using mencoder)? [06:45] ah i guess that works === ygnome [~michael@219-90-234-23.ip.adam.com.au] has joined #ubuntu [06:45] do you guys have it where it keeps the last window? [06:45] gets annoying :D [06:46] errejo also, this is kind of obscure, but is there any way to change the default size? === Slaggy [~Slaggy@ip68-110-22-134.om.om.cox.net] has joined #ubuntu [06:48] someobody needs to make file viewing auto size the filename, size, type so it fits readable as best it can [06:49] Does anyone know how to view all the current mounts? [06:49] neom: 'mount' will tell you === Slaggy [~Slaggy@ip68-110-22-134.om.om.cox.net] has left #ubuntu [] === unamaus [~unamaus@202-88-75-26.mdm-spn.micronesiantel.net] has joined #ubuntu [06:50] hello alll [06:50] does anyone know how to setup dual monitors? i use a radeon [06:50] i would like to know that too! [06:51] i also need to know how to get my scsi drives to show (only the primary shows) [06:52] unamaus, dash: do you have video cards with dual monitor ports? [06:52] yeah [06:52] ati radeon 9800 [06:52] pro [06:52] If so, I think the drivers should recognize the combined monitors as one, and allow you to use some resolution that is double-width, etc. [06:53] and the card should translate [06:53] anyone else having troubles with slowness and hoary i've put up some packages to temporarily fix: http://uclinux.info/lance/ubuntu/xorg_downgrade/ [06:53] Tjdw: yeah, but you gotta smack xorg.conf a bit to make it work, last i checked [06:53] okay [06:53] does ubuntu come with and burning software? like K3b or Xcdroast? [06:53] Does anyone here know how I can convert some .WMA songs to .MP3 (possibly using mencoder)? [06:53] Quarupt: yes, k3b. [06:53] cool [06:53] i didnt see it in any menus [06:53] (21:53:09) SoccerIsTheBest: narutos gay :@ [06:53] (21:53:12) SoccerIsTheBest: i saw 3 epsiodes [06:53] (21:53:15) SoccerIsTheBest: and than i waas like [06:53] (21:53:16) SoccerIsTheBest: dbzs better [06:54] must have to use a console [06:54] the driver is an rpm [06:54] ...... [06:54] whoops. [06:54] dash: I've not had to edit xorg.conf ever, so sorry. [06:54] i'm new to ubuntu so i'm very unfamiliar with getting the ati linux driver installed === monoxide [~monoxide@dialup-69.78.221.203.acc15-dryb-mel.comindico.com.au] has joined #ubuntu [06:55] dash, I had to apt-get install it [06:55] i wish there was something in the apt-get [06:55] Tjdw: Yeah, i've had to because of running kernels that don't support AGP. It's not exciting :) [06:55] Quarupt: yes [06:55] I'm getting some messed up mount errors. [06:55] unamaus: there is! but [06:55] unamaus: you have to add the multiverse repo to your apt config [06:55] unamaus: do you use synaptic? [06:56] yep [06:56] anyway to make the gdesklet rss-grab bigger in height so i can see more articles? === Ex-Cyber [~excyber@cpe-024-211-182-083.nc.rr.com] has joined #ubuntu [06:56] what would i be looking for? [06:56] unamaus: click on settings -> repositories [06:56] ok [06:57] has anyone ever had troubles by just updateing a few packages instead of all the packages? [06:57] then click add [06:57] ok [06:57] monoxide: that's never a problem, it will automatically pull the ones it needs [06:57] Anyone have any suggestions on this error? [06:57] 7347: tree connect failed: ERRDOS - 71 [06:57] SMB connection failed === tuppa [~tuppa@c220-237-30-103.mirnd1.nsw.optusnet.com.au] has joined #ubuntu [06:57] unamaus: check Universe and Multiverse [06:57] well HAL has killed itself, and bash says "I have no name!@matthew-linux:~ $" as the prompt [06:58] unamaus: making sure you pick the version you're using (hoary or warty) [06:58] unamaus: close that, then update [06:58] my repositories has only "new" when i list sections it shows contrib, multiverse, univers [06:59] unamaus: OK === kamarudin [~kamarudin@137.44.195.1] has joined #ubuntu [06:59] what am i looking for? [06:59] xfree86? [06:59] unamaus: linux-restricted-modules === tritium [~rimbert@12-202-90-180.client.insightBB.com] has joined #ubuntu [07:00] ah Base Systems [07:00] plus gedit is VERY slow and so is nautilus [07:00] and i updated all of those last night, and i have only had problems since last night [07:00] except bash === chz [~chz@66.118.242.5] has joined #ubuntu [07:01] hello all, how can i total remove prism54 module from my system [07:01] hello === SapoDriLo [~jsanchez@dial-148-240-10-33.zone-1.dial.net.mx] has joined #ubuntu [07:01] hmm should i upgrade to linux-686? [07:01] SMP [07:01] chat my machine is a xeon [07:01] oop [07:02] heh [07:02] MUD damage! === lunitik [~trey@ip68-230-75-109.ph.ph.cox.net] has joined #ubuntu [07:02] yeah sorry [07:02] i have a question for anybody....my computer died recently and i think it maybe the power supply (i hope its just the power supply). i try plugging it in but nothing turns on...is there a way to test the power supply itself to see if it truly is the problem? [07:02] unamaus: np :) [07:02] chz hehe i had that same problem [07:02] chz: swap it with a different power supply [07:02] chz: well, if the fans don't even turn on, it's almost definitely the power supply [07:02] thats about the best way i have [07:03] yeah...nothing [07:03] chz reset the board if youve already tried [07:03] it should at least click rite..? [07:03] like the PS fan should just move a small notch when plugged in correct.. [07:03] PS=power supply....jic.. [07:03] chz actually can u reset your mobo? [07:04] i thinxo...not to sure.. [07:04] i have to look at the mobo manual... [07:04] how come there's no ops here ? [07:04] chz try resetting it sometimes its the mobo preventing the PS from turning on especially if this is a new atx board [07:04] i even tried unplugging the PS from the mobo to see if it would click...still nothing.. [07:04] Errejo: stealth ninja ops [07:05] yeah..it is a new atx board... [07:05] Errejo: you never see them until it is too late [07:05] i just installed all this a few weeks ago...was a pain...but i got it to work...now its dead..=( [07:05] dash, uhm .. ok [07:05] dash should i be upgrading my linux kernel to linux-686-SMP? [07:05] how do i get the firefox that comes with ubuntu to use a life text find?...like as i type the letters it finds them as i type them [07:06] unamaus: well, if you have SMP intel CPUs, then it probably won't huty [07:06] er, hurt [07:06] blizah: upgrade to firefox 1.0...you'd have to update ur repositories with the ones on ubuntuguide.org [07:07] ok thanks xeons are by nature smp [07:07] unamaus: how many do you have? [07:07] can i do that w/ out going to hedgehog or whatever its called? [07:07] hoary.. [07:07] its a dual xeon [07:07] fun [07:07] they only work in pairs hehe [07:07] yeah..its not hoary-fied.. [07:08] as it stands does my firefox contain the latest security fixes? [07:08] as for the dual monitor stuff i don't seem to find anything regarding that [07:08] its still warty...i think it maybe a lil buggy...i've been experiencing sum firefox closing... [07:08] whoa [07:08] now i found it [07:08] weird [07:09] i don't remember reloading [07:10] i'm more of a hardware junkie than a software one which explains my newbness [07:10] so...anybody one last question...i must use an ATX power supply....i cant try with an old P2 machines power supply..? === Dreamer3_ [~unknown@sdn-ap-010tnnashP0136.dialsprint.net] has joined #ubuntu [07:10] umm no [07:10] someone can tell me a nice FTP client for Ubuntu ? [07:11] StoffBox-Steve: nautilus? :) [07:11] StoffBox-Steve: i use gftp... [07:11] as a matter of voltage and motherboard safety i suggest u don't unless your p2 has p4 4pin power [07:11] who uses ftp these days, though? [07:11] nautilus is foobar at FTP *GG* === monoxide [~monoxide@dialup-69.78.221.203.acc15-dryb-mel.comindico.com.au] has joined #ubuntu === maximaus [~max@user-37kacip.dialup.mindspring.com] has joined #ubuntu [07:11] other than warez kiddies [07:11] *raises his hand* [07:11] another vote for gftp [07:11] unamaus: really! by choice? [07:11] unamaus: gotcha....i'll go and purchase one...if its the case..i'll keep it...if not..just return it..=P === monoxide votes for gftp [07:11] hehe [07:12] hopefully it is...i'd hate for my computer to have been fried...i just spent 7 bills to get this thing together... [07:12] dash, i have my Own Webserver ... how i uplaod file ? per FTP right ?! [07:12] actually when it comes to software i'm very behind [07:12] StoffBox-Steve: i'd use sftp [07:12] chz do you happen to know what chipset and mobo u got? [07:12] so as i said, HAL is not working... and its causing things to be screwy [07:13] monoxide: "i'm sorry dave, I can't let you access that device" [07:13] i could give you a heads up on what is more likely to survive a straight shot voltage surge [07:13] dash? [07:13] ssvs is when a line conditioner or surge protector doesn't curve out power spikes [07:13] i got the new Sempron 2400+....with a soyo kt600 dragon plus [07:13] a link for a preview of sftp / gftp ? anyone ? [07:13] monoxide: sorry, 2001 reference ;) [07:14] StoffBox-Steve: sftp is a protocol [07:14] it does not suck like ftp does [07:14] if you can use ssh, you can use sftp [07:14] nautilus speaks it [07:14] gftp does sftp (ftp is plaintext protocol like telnet, sftp is secure like ssh) [07:14] heh... i wanted to watch that movie, but never got around to it... [07:14] i know but you must use a client too :D [07:14] unamaus: i got the new Sempron 2400+....with a soyo kt600 dragon plus (c/p) [07:14] oow... i'll bet the northbridge is located just right of the agp slot [07:15] lukewarm, sftp == ftp with SSL encryption [07:15] except it isn't ssl [07:15] unamaus: wuts the northbridge..? [07:15] or ftp === mips [~mips@ndn-165-149-211.telkomadsl.co.za] has joined #ubuntu [07:15] heh do u have a nic card laying around? [07:15] it's file transfer over ssh [07:16] if so stick it on the topmost pci slot you have and plug your tower for power [07:16] hmm..i believe so...i'd have to look around for one.. [07:16] if the nic card lights up or even blinks then your in luck [07:16] Help. With hoary array 5 AMD64 how can I specify wich kernel to install ? [07:17] ok...and if it doesnt..? === cbgb [~cbgb@24-90-47-224.nyc.rr.com] has joined #ubuntu [07:17] mips, apt-get install linux-image-version-arch [07:17] hmm that sounds to be a good way :D have you a link for more information about that dash ? [07:17] put in version number and architechture [07:17] monoxide, i want to specify this during the cd install [07:18] well then it has to be on the cd, and i would think that there is only one version on the cd? [07:19] unamaus: would it be the power supply if it doesnt flash..? === siimo [~siimo@siimo.user] has joined #ubuntu [07:19] chat no it would be the board [07:19] sorry argh i keep doing that [07:19] hi where did the 4-5MB boot iso go? there used to be a daily one for hoary [07:19] 'chat' [07:19] monoxide, not sure what kernels are on the cd but it isntalls the amd6-generic kernel. I will go a normal install and then do a apt-get [07:20] chat current boards allow PS to bypass to PCI power feeds for nic cards specifically [07:20] i never understood why [07:20] StoffBox-Steve: hmm? just do "sftp://somehost.foo/home/me/" in nautilus [07:21] which is why when your PS is unplugged your nic card indicater still blinks [07:21] network nic card [07:21] yep [07:21] :? [07:22] automatic atm machine [07:22] personal pin number [07:22] onboard nic is another method but usually they drain faster than nic cards so u won't be able to see flashing while its off [07:22] rpg games [07:22] has anyone tried to install the dvd version of UT2004 in linux? === thully [~thully@60.sub-166-155-204.myvzw.com] has joined #ubuntu [07:23] chz you still should reset your bios (set jumper to reset) for a couple seconds [07:23] because even saying the board ain't powering doesn't mean much [07:25] or one way is to get a tester (voltage tester) and stick it to the cmos battery (take cmos battery off) i've seen other techs do that === AlohaWolf [alohawolf@cpe-67-49-96-168.socal.res.rr.com] has joined #ubuntu [07:25] i got DMM...would that help..? === Hikaru79 [~adrianp@d57-4-59.home.cgocable.net] has joined #ubuntu [07:26] Can Windows read an ext3 partition, or Linux an NTFS partition? [07:26] i don't usually do that, due to fear of cross connecting negative positive connectors [07:26] DMM's wouldnt matter..it would just give u a negative number =P [07:26] Anybody have any recommendation on how to partion a 160GB disk for Ubuntu ? [07:26] how do i run fglrx? [07:27] sorry if i sound noobish i am very very noobish [07:27] Hikaru79, i believe there is a driver on sourceforge that allows that, but out of the box, no. [07:27] monoxide, allows which one? Both? === da_bon_bon [~rohandhru@203.212.221.132] has joined #ubuntu [07:27] NTFS is a windows thing [07:27] hi all [07:27] mips, i did 4 parts on my 200GB drive [07:27] anyone tried out the kde 3.4 packages ? [07:28] the ext3 partition === box [~box@dsl-197-194.zhonka.net] has joined #ubuntu [07:28] heh dunno how that helps [07:28] no idea about ntfs on linux [07:28] samba [07:28] Hikaru79, tell me if you find something. i wanna run a ubuntu/XP dualboot on here. [07:29] monoxide, why 4 ? And what type/size are they ? [07:29] so umm any idea on how i can run this fglrx? [07:29] and tell me, what is the use of emacs ? if i dont ever use it, is it ok to remvoe it ? [07:29] wow emacs haven't heard of that in so long === spreda [~bill@dial-203-87-75-136.nsw.chariot.net.au] has joined #ubuntu [07:29] o wow..it turned on..>??? [07:29] how wierd.. [07:29] hehe [07:30] mips, i have 3 HDDs. i can /msg you my fstab if you want [07:30] chz so which advice did u take? [07:30] i've been trying for so long to get this thing to work...wow... [07:30] anyone tried out the kde 3.4 packages ? [07:30] actually...i took the power supply out...and then reconnected it to check the nic card.. [07:30] lol [07:30] monoxide, thanks, that would be nice. I currently looking at the partioning screen for my setup [07:30] then hit the power button... [07:31] but i did that like...50 times already.. [07:31] then guess what [07:31] chat one of your pci slots is fried [07:31] emacs is a programmer's best friend (after python) [07:31] but if you never use it you can of course remove it. [07:31] hmm...how do i check that out... [07:31] dash: but what if i dont use it ? is it 'safe' to rmeove - ? [07:32] take the nic card out relocate it to another [07:32] yes. [07:32] and another until the mobo don't switch on [07:32] da_bon_bon: besides, if it wasn't it would show you all the things that removing emacs would remove [07:32] hmm..ok.. [07:32] do u think it could also be the harddrive..cuz i think my hard drive is fried..? [07:32] btw if you have any other pci peripherals like a sound card or firewire card use it on the topmost slot [07:33] chz nah your hd should be ok [07:33] chat your nic card uses the least amount of i/o volt [07:33] and trust me you don't want that thing on a slot that's close to your nbridge [07:33] nic cards don't have good resistors === monoxide [~monoxide@dialup-69.78.221.203.acc15-dryb-mel.comindico.com.au] has joined #ubuntu [07:34] sound cards on the other hand are good with ssvs [07:34] its a long story of how all this happened...power shut off for a sec...then reset the comp...ubuntu wouldnt boot...saying sum fault...so i tried reformatting and isntalling again...but kept givin me errors... [07:34] chz i still don't think your hd is fried [07:34] then ran a check and it said sumthin bout hda_dma erorrs..or sumthing... === thoreauputic [~debianarc@wolax9-116.dialup.optusnet.com.au] has joined #ubuntu [07:35] let it run with ubuntu live....then it shut off by itself...then never started bak on until 2 mins ago..=P [07:35] hmm...i'll try the switching nic thing.. === R0bNyc [~jkd@pool-162-83-254-150.ny5030.east.verizon.net] has joined #ubuntu === ADfNmg [~Iwim@IGLD-84-228-70-128.inter.net.il] has joined #ubuntu === HillTops [~chatzilla@cpe-204-210-35-9.san.res.rr.com] has joined #ubuntu [07:37] so umm where and what do i do to configure this fglrx? [07:39] hmm guess i just gotta reboot huh? [07:39] drivers === xed [~xed@CPE000c412764c3-CM0012254225c8.cpe.net.cable.rogers.com] has joined #ubuntu [07:39] uMkulu: drivers [07:39] drivers is http://www.ubuntulinux.org/wiki/BinaryDriverHowto , for HOWTOs on ATI and Nvidia drivers in Ubuntu === eleazar [~eleazar@200.44.245.146] has joined #ubuntu [07:39] thank you [07:40] I need help with something.. [07:40] Where can I go and paste an error I am constantly getting to show what the issue is..? [07:40] xed: http://rafb.net/paste [07:40] hello, anyone can tell me how to config ALSA? coz i tried to run alsaconf and it didnt work, any suggestions? [07:40] eleazar: what part do you want to configure [07:41] brb [07:41] eleazar: alsaconf is not included in ubuntu [07:41] quit [07:41] thoreauputic, so how do i configure alsa? === ferris [~ferris@c-67-164-111-65.client.comcast.net] has joined #ubuntu [07:41] I'm logged into the new Hoary live CD and so am a bit of a disadvantage -- my notes and links to help are on my USB thumb drive. How do I mount it R/W or even as read? [07:41] eleazar: what's to configure? [07:41] apt-get install alsaconf? [07:41] eleazar: unfortunately, I don't know [07:42] monoxide: probably not [07:42] HillTops: does the "Computer" window not show it? [07:42] dash: well, i want to make my audigy work :/ [07:42] monoxide i tried that and it didnt work [07:42] eleazar: okay. did you adjust the mixer? [07:43] http://rafb.net/paste/results/qEIGG596.html <-- Thats the error I am constantly getting. =/ [07:43] Hiltops the OS should recognize it [07:43] dash: yeah, but the mixer only detects my onboard card [07:43] crimsun, I think, said alsaconf is deprecated and in danger of being dropped from debian as well [07:43] do you get an icon in the 'computer' folder? [07:43] dash, I don't see it, I looked in /mnt and don't see /sha1 or what ever. [07:44] can anyone help me with that? http://rafb.net/paste/results/qEIGG596.html [07:44] I am getting that same error every friggin single time I install anything [07:44] HillTops: it'd be in /media, maybe. but i meant in nautilus [07:44] ferris, do I have to unplug it and replug it in?? [07:44] the usb drive should be sda1 [07:44] HillTops: it couldn't hurt! [07:44] try unplugging it [07:44] lol dash [07:45] dash, OK, and I let CD activity die down... and replug it in. OK here goes. :) [07:46] No, no one wants to help? [07:46] xed [07:46] hold on [07:46] xed: what is mwavem? [07:46] thoreauputic, how would I go about knowing that!? [07:46] I don't really know, it just showed up.. after I tried installing acpi [07:47] xed: yeah, looks like you need to apt-get remove mwavem [07:47] now I get the same error for anything [07:47] what IS mwavem!? [07:47] xed, are you using ubuntu? [07:47] xed: stuff for an mwave modem, i bet. [07:47] ferris, yes [07:47] xed: apt-cache search says it's a modem thing [07:47] Oh my !!!! I see it: LEXAR MEDIA. It was there all the time. Didn't recognize such a friendly name. Now how about my old FAT32 hard disk, /dev/hdb1 ?? [07:47] xed: also i am betting you don't have one [07:47] dash: I don't really know.. don't really use my modem on ubuntu [07:47] or in windows for that matter. =/ [07:47] so, nobody knows how can i set my audigy? :( [07:48] xed: if you don't use a modem, purge the package [07:48] xed: is this a laptop? [07:48] dash: yes, yes it is [07:48] xed: hmm. strange [07:48] thoreauputic, what do you mean, and why/how would I go about doing this? [07:48] Thanks ferris and dash. [07:48] eleazar ... apt-get install audigy [07:48] xed: sudo apt-get remove --purge mwavem [07:48] HilTops, yw [07:48] HillTops: i bet there's an fstab entry for it [07:48] xed: it's a package [07:49] thoreauputic, what does that do...? [07:49] ferris: very funny.. [07:49] it removes all trace of the package [07:49] Why does it always go there to that package then..? [07:49] just remove it [07:49] xed: if dpkg fails to install a package the first time, it will retry every time you do anything else [07:49] unless you think you need it [07:50] okay, i purged them.. [07:50] how do i help in translation of ubuntu to hindi language ? [07:50] dash, The directory of /dev shows hdb1 as blocked with a red X on the left icon. [07:50] dash, thats an odd way of doing thigns. =| [07:50] xed: it usually works [07:50] Yeah, except in this case [07:50] So should I try re-installing the acpi? [07:50] HillTops: so it doesn't show anything in computer:/// ? [07:50] I need sound man! Sound! [07:51] xed: not really - apt doesn't know if you want it ;) [07:51] thoreauputic, true.. but you know... I'm a long time Windows user. =| [07:51] (Don't hurt me!) [07:51] dash, not sure what you mean by computer. [07:51] xed: just try agian and see if the error is gone === jba [~jba@c211-30-145-155.blktn3.nsw.optusnet.com.au] has left #ubuntu ["Leaving"] [07:51] HillTops: click 'places', then 'computer' [07:52] it says acpi-support is already the latest version.. [07:52] k [07:52] anyone have a tip on the best way to put java on my system? [07:52] box: there's some bits on the wiki [07:52] well you already have it then, don't you? [07:52] " 0 upgraded, 0 newly installed, 0 to remove and 41 not upgraded. " === Quar [~Quarupt@c-67-170-1-214.client.comcast.net] has joined #ubuntu [07:52] box, www.ubuntuguide.org [07:53] where can i get more themes for Ubuntu/gnome? [07:53] acpi-support is already installed, obviously [07:53] dash, it shows CDROM, LEXAR (USB) and FILESYSTEM which is root etc on the RAM disk. === pitti [~pitti@box79162.elkhouse.de] has joined #ubuntu === pitti [~pitti@box79162.elkhouse.de] has left #ubuntu ["Have] === Quar is now known as Quarupt === allio [~omfg@203.184.18.179] has joined #ubuntu [07:53] anyone know? [07:53] thoreauputic, my.. wait-- is the acpi related to the sound drivers? [07:54] box: is 'java-package' in Ubuntu ? [07:54] dash, /mnt is empty [07:54] xed: no, not AFAIK [07:54] what do you mean not "AFAIK" ? [07:54] HillTops: of course [07:54] HillTops: but is /media? [07:54] thoreauputic, what does that mean? [07:54] as far as I know [07:54] I need to get sound installed and.. some video codecs === Micksa [~mslade@203-217-18-166.perm.iinet.net.au] has joined #ubuntu [07:55] grargh. [07:55] grargh!? [07:55] anyone care to recommend an app for watching a network connection's bandwidth usage over SNMP? === Doomgaze` [~Doomgaze@d149-67-229-91.try.wideopenwest.com] has joined #ubuntu [07:55] like, something that gives a big-arse graph :) [07:55] different time-averages would be nice [07:55] ...okay.. so .. I'm lost.. [07:56] I installed Armagetron, but I cany find the bin? [07:56] anyone know what its called? === Ivy6Quaff [~Sir@c906a0a6.virtua.com.br] has joined #ubuntu [07:57] dash, I did: ls /media and see "windows". ls /media/windows is empty [07:58] So.. how do I go about installing sound drivers in Ubuntu? [07:58] Quarupt: try dpkg -S Armagetron | grep bin [07:59] GammaRay: you mean -L of course [08:00] xed: 1) lspci | grep snd 2) google the chip and find the right driver for it 3) sudo modprobe 4) put it in /etc/modules [08:00] HillTops: do try "mount /media/windows" [08:00] s/do/so/ [08:00] GammaRay: -S will tell you where a file came from... for instance dpkg -S /etc/resolv.conf [08:01] xed: sorry lspci | grep audio [08:02] lunitik: I intended -L yes [08:02] as of now, is it possible to do an install with the live cd ? [08:02] GammaRay: also, no packages have caps in the package name. [08:02] da_bon_bon: no [08:03] xed: you can also try lsmod | grep snd to see what drivers are already loded [08:03] *loaded [08:03] dash, I think I need something like mkdir /mnt/windows then mount /media/windows /mnt/windows ?? Your command made errors... wrong fs type, bad option, bad superblock on /dev/hda1, === sunnie [~aoede@d198-53-118-94.abhsia.telus.net] has joined #ubuntu [08:03] lunitik: will that ever change in near / distant future ? [08:03] HillTops: no, but hmm [08:03] da_bon_bon: its in discussion apparently [08:04] lunitik: any links ? [08:04] Why you'd want that, I don't know, but whatever [08:04] hi all! i want to know if C-Media 9880 has an Alsa driver. [08:04] da_bon_bon: look for it yourself [08:04] lunitik: sure === pablo928 [~paul@az-yuma-cuda1m-26.losaca.adelphia.net] has joined #ubuntu [08:04] lunitik: I just pasted back what he gave me.. I have no real way of knowing what the package name actually is [08:04] dash, how about mount /dev/hda1 /media/windows [08:05] ? :( [08:05] thoreauputic, Seems there is already a driver for the sound... [08:05] xed: I kind of suspected so [08:05] xed: warty or hoary? [08:05] HillTops: you probably need a "-t ntfs" or "-t vfat" on the end [08:05] sunnie: what's the main dsp? [08:05] thoreauputic, I still don't know what that means.. [08:05] Warty I think [08:05] thoreauputic: http://rafb.net/paste/results/rWRXJq24.html [08:06] xed: what does cat /etc/issue say? [08:06] crimsun: what is a dsp? [08:06] dash, OK -t vfat on the end of mount /media/windows; so mount /media/windows -t vfat ?? [08:06] HillTops: that other thing you just said [08:06] thoreauputic, Ubuntu 4.10 "Warty Warthog" \n \l [08:06] I'm sorry, I'm not very linux literate :( [08:06] sunnie: lspci -v (don't flood here) has info on your audio chipset... [08:06] xed: OK [08:06] So.. [08:07] ah, the snd-atiixp stuff. [08:07] dash, ooops that gave many errors. I guess I don't understand this media folder. I'm used to dealing with /dev and /mnt [08:07] xed: what version? [08:07] xed: if crimsun has time, maybe he could look at your pastebin output - he knows a bout sound [08:08] xed: (cat /proc/asound/version) [08:08] HillTops: well, it's just another directory [08:08] ah , thanks crimsun [08:08] crimsun, Ubuntu 4.10 "Warty Warthog" \n \l [08:08] HillTops: no different from /mnt really [08:08] "Advanced Linux Sound Architecture Driver Version 1.0.4 (Mon May 17 14:31:44 2004 UTC). [08:08] Compiled on Oct 12 2004 for kernel 2.6.8.1-3-386." [08:08] HillTops: or any other dir [08:09] ello....? [08:09] dash, OK, but the mount command wants two folders and I don't know what goes with /media/windows [08:09] crimsun, .. [08:09] xed: the version of ALSA included with warty's kernel is too old to support your sound chipset properly. [08:09] crimsun: unfortunately, there isn't something in that list that equates to the name of my soundcard, or has audio in it [08:09] xed: please be patient. [08:09] crimsun, sorry =( [08:09] HillTops: no, it wants a device and a directory [08:10] HillTops: do you know what device your windows partition is on? [08:10] anyone in here have any luck getting fglrx working? [08:10] Quarupt: yeah [08:10] dash, Hmmm Yes, windows is on /dev/hdb1 normaly [08:10] xed: the surefire way of getting it working is to dist-upgrade to Hoary. However - you may try installing the 'alsa-source' package from the 'universe' repository. [08:10] HillTops: then use that, silly ;) [08:10] dash, i followed the directions on the Ubuntu guide, but when i startx with the driver, i get stuck in 800x600 [08:11] crimsun, alright... and I do this by "sudo apt-get install alsa-source" ...? [08:11] xed: once you install 'alsa-source', you need to install 'build-essential', 'fakeroot', 'build-essential', and 'kernel-package'. [08:11] Quarupt: bummer [08:11] xed: correct [08:11] crimsun: And I do that same command with each of those.. except with the different packages? [08:11] sunnie: sec. [08:11] dash, mount /dev/hdb1 gets mount: can't find /dev/hdb1 in /etc/fstab or /etc/mtab [08:11] xed: you can actually put all the packages on one line [08:11] HillTops: so... tell it where to mount it [08:12] crimsun, it couldn't find the alsa-source package [08:12] crimsun: no problems. thank you. === _4strO [~astro@AStrasbourg-251-1-68-143.w82-126.abo.wanadoo.fr] has joined #ubuntu [08:12] You said from the universe repository... [08:12] xed: make sure you have the 'universe' repository enabled. [08:12] Quarupt: you will need to edit your X config. [08:12] Hmm.. [08:12] I thought I did [08:12] let me check === coroner [~coroner@CPE20320884-1707-5.CMTS01.MQL.ncable.com.au] has joined #ubuntu [08:12] can anyone help me get the driver working correctly? [08:13] xed: https://www.ubuntulinux.org/wiki/UniversePackages [08:13] what the!? [08:13] I thought.. ..>.< [08:13] I uncomment those two lines and it should work >. xed: you have to remember to Reload [08:13] dash, mount /dev/hdb1 /media/windows did the trick. Thank you for staying with me. :/ [08:13] (using Synaptic) [08:13] crimsun, what do you mean reload? [08:13] (or sudo apt-get update) [08:14] oh.. right.. it just told me to do that... [08:14] I should hurt myself.. [08:14] HillTops: it is a pity that the installer did not read your mind! it gets so many other things right these days i get surprised when it doesn't [08:14] how do I go about installing all those packages with only one command line? [08:14] HillTops: oh waiiit [08:14] HillTops: you're using the live cd? === viper12 [~casey@c-67-176-43-76.client.comcast.net] has joined #ubuntu [08:15] xed: just leave a space between packages :) [08:15] oh.. sweet === arun-- [~arun@cm11.omega227.maxonline.com.sg] has joined #ubuntu [08:15] xed , sudo apt-get install pack1 pack2 pack3 === chz [~chz@66.118.242.5] has left #ubuntu [] [08:15] thoreauputic, thank you [08:17] crimsun, why did you have 'build-essential' twice in there...? do i install it twice? [08:17] xed: no [08:17] he repeated himself ;) [08:17] once is quite enough ;-) [08:17] Ah, *pwhew* [08:17] dash, liveCD latest release. And now I see the disk in a window, all is well. Thanks. It could have been easier like other distros but this is the first time I have gotten this far with ubuntu -- even warty. [08:17] it wouldn't matter [08:18] Alright.... hmm.. [08:18] So I'm done installing those [08:18] HillTops: well it makes more sense, they can only put a fixed setup on the cd [08:18] xed , the second one would be ignored I think [08:18] i hope so === elmaya [~elmaya@201.133.215.125] has joined #ubuntu [08:18] heh [08:18] sunnie: lsmod|grep ^snd_intel8x0 [08:19] crimsun, I am done installing the suggested packages. [08:19] xed: ok, uname -r ? === Slaggy [~Slaggy@ip68-110-22-134.om.om.cox.net] has joined #ubuntu [08:19] crimsun: 2.6.8.1-3-386 === mumak [~jml@ppp111-55.lns1.hba1.internode.on.net] has joined #ubuntu === maccorin [~maccorin@adsl-067-034-136-135.sip.mco.bellsouth.net] has joined #ubuntu [08:19] k [08:19] xed: hmm, you must not have dist-upgraded, since there are errata kernels === schasi [~schasi@pD95E227C.dip.t-dialin.net] has joined #ubuntu [08:20] errata kernels? and .. wha? dist-upgraded? === monoxide [~monoxide@dialup-69.78.221.203.acc15-dryb-mel.comindico.com.au] has left #ubuntu ["http://www.openoxide.net/"] [08:20] xed: what cpu is in that machine? [08:20] snd_intel8x0 29984 0 [08:20] crimsun, P4 2.8GHz (w/ HT).. but its not a true HT anyways =/ [08:21] xed: sudo apt-get install linux-image-2.6.8.1-5-686 linux-headers-2.6.8.1-5-686 linux-restricted-modules-2.6.8.1-5-686 [08:21] sunnie: please paste the output of amixer onto http://pastebin.ca === Quarupt [~Quarupt@c-67-170-1-214.client.comcast.net] has joined #ubuntu === mumak [~jml@ppp111-55.lns1.hba1.internode.on.net] has left #ubuntu [] === dazed [~dazed@adsl-219-156-58.aep.bellsouth.net] has joined #ubuntu [08:22] weeee look at it go [08:22] Can anyone help me with fglrx [08:22] crimsun, done [08:22] please [08:22] no one in ATI is awake [08:22] xed: wow, you must have a big pipe there! [08:22] big.. pipe? [08:23] connection? [08:23] xed: it already downloaded all that? [08:23] ..cable. 3Mbits... or so I'm told! [08:23] crimsun: http://pastebin.ca/6890 === thoreauputic is insanely jealous [08:23] thoreauputic, it was 43 or so MB =| [08:23] not big === R0bNyc [~jkd@pool-162-83-254-150.ny5030.east.verizon.net] has left #ubuntu ["Leaving"] [08:23] xed: that would take me hours... [08:23] crimsun, done installing.. === maximoose [~max@user-37kac1l.dialup.mindspring.com] has joined #ubuntu [08:23] thoreauputic, what sort of connection are you on/' [08:23] ?* [08:24] dilaup [08:24] dialup [08:24] Anyone here good with xoeg [08:24] xorg [08:24] hey thore [08:24] i could really use some help [08:24] dazed: :) [08:24] thoreauputic, thats probably why it would take hours.. =| [08:24] xed: indeed [08:24] I OWN YOU ALL [08:24] lol :) im at my friends house on nice conn...plex0r is him hahah [08:24] plex0r: cogratulations [08:25] xed: ok, now cd /usr/src [08:25] he got me into nix except hes not even on nix box [08:25] xed: make sure your user is in the 'src' group [08:25] someone must be boored enough to help me [08:25] ty baby [08:25] i love you [08:25] crimsun, what do you mean by "make sure" [08:25] let me sex u === johnnybezak [~johnnybez@203-173-46-207.dyn.iinet.net.au] has joined #ubuntu [08:25] Quarupt: Well the one bored enough doesnt know what your problem is [08:25] xed: groups $USER|grep src [08:26] xed: type groups and see if one of them is "src" [08:26] crimsun, done [08:26] dash, I had followed info here: http://ubuntuguide.org/index.html#automountfat but they didn't make it clear there how to mount it: # mount /dev/hdb1 /media/windows perhaps elsewhere. Thanks again. [08:26] hey guys i just updated to hoary, how do i change back to the sexy warty xcursors? [08:26] sunnie: getting to it. [08:26] crimsun: it's okay, i know you're helping someone else. i'll be patient. [08:26] schasi, I followed the directions on ubuntu guide for switching to the fglrx driver for Xorg, and it worked, but im stuck in 800x600 and cant switch [08:26] sunnie, sorry. I suck =( [08:27] xed: don't worry about it dude. i hope things work for you [08:27] Now _that_ does describe your problem [08:27] lets see if anyone can answer it ;-) [08:27] lol, so your saying you can't [08:27] cause i allready asked [08:28] so.. I'm stuck here wondering why there is no "src" after I typed in 'groups' as thoreauputic suggested.. [08:28] at least your not stuck in 800x600 [08:28] Quarupt: Yep i can't, im on windowsxp atm [08:28] lol [08:28] Im stuck with windows xp [08:28] I think that's worse [08:28] xed: type sudo adduser (yourusername) src [08:28] come on guys the damn Gnome icon is bigger than my cat [08:28] without the () of course [08:29] lol schasi [08:29] thoreauputic, done and DONE [08:29] now what do I do? [08:29] xed: log out and in again [08:29] ... [08:29] More on my Windows XP issue l8er, gotta go, school [08:29] for it to take effect [08:29] thoreauputic, that should make my sound work? [08:29] no [08:29] someone up for a challenge come on [08:29] Alright then, brb, I guess [08:29] xed just adds you to the src group :) [08:29] Quarupt: Did you try changing the /etc/X11 or Xorg or whatever /XF86conf? [08:29] xer: figure it out. === tizen is in in a really bad mood [08:30] sunnie: are you using warty or hoary? [08:30] changing it to what the directions just say to change the driver [08:30] crimsun: i'm on hoary. [08:30] i went you to the bars tonight and got jumped on the way home === netmonk [~netmonk@nat-18.c0msys.net] has joined #ubuntu [08:30] you = out === xed [~xed@CPE000c412764c3-CM0012254225c8.cpe.net.cable.rogers.com] has joined #ubuntu [08:31] grrr [08:31] Done [08:31] logged out and logged in [08:31] this really sucks balls [08:31] xed: cd /usr/src [08:31] crimsun, done [08:31] xed: tar xfj alsa-driver.tar.bz2 === aspro [~geoff@dsl-203-113-242-207.TAS.netspace.net.au] has joined #ubuntu [08:31] crimsun, done [08:32] sunnie: make sure you have the 'universe' repository enabled, then sudo apt-get install fakeroot build-essential kernel-package linux-headers-$(uname -r) alsa-source [08:33] sunnie: also ensure that your user is in the 'src' group [08:33] crimsun is the ownage [08:33] xed: sudo dpkg-reconfigure alsa-source [08:33] someone must be good with Xorg in here [08:33] crimsun: i have the universe repository enabled, i need to sudo the rest of those aps...and by ensuring i'm in the src group, do i cd into that folder? [08:33] Quarupt: just google it [08:33] xed: make sure you choose the atiixp (_not_ atiixpm) driver [08:33] i have [08:34] okay, I'm in some sort of set up. [08:34] "Build ALSA driver with ISA PnP?" [08:34] sunnie: yeah, but you need to be a member of the 'src' group to untar the driver source [08:34] xed: no [08:34] So, I choose.. no? [08:34] xed: correct [08:35] "Build ALSA driver with debugging code?" [08:35] ... [08:35] xed: yes [08:35] crimsun: how do i know i'm a member of the 'src' group? i'm really sorry crimsun, i'm a newbie at this. [08:36] sunnie: groups|grep src [08:36] You said to choose 'atiixp', right crimsun? [08:36] xed: correct [08:36] okay, so I did that.. [08:36] now what? [08:36] crimsun: it returned nothing [08:36] It took me back to the CLI [08:37] sunnie: sudo adduser $USER src [08:37] sunnie: sudo adduser (yourusername) src [08:37] sunnie: then you need to either log in on another console, or log out and back into GNOME === YankDownUnder [~stephen@d220-237-210-77.dsl.nsw.optusnet.com.au] has joined #ubuntu [08:37] evening/morning all. [08:37] xed: now cd modules/alsa-driver [08:38] crimsun: alright it has added me to the group src. i'll brb [08:38] crimsun, DONE [08:38] ...whoops [08:38] sorry about the caps [08:38] xed: fakeroot debian/rules binary_modules KSRC=/usr/src/linux-headers-2.6.8.1-5-686/ KVERS=2.6.8.1-5-686 [08:38] that quarupt sure has the problems don't he? [08:39] xed: acceptable for emphasis ;-) === Dreamer3_ is now known as Dreamer3 [08:39] OooOO.. this thing is making use of my PC [08:40] crimsun, done [08:40] xed: cd .. [08:40] xed: ls|grep .deb [08:40] anyone here install array 5 or 6 on a dell dimension 2400? I'm noticing flat panel wackiness with it. (login screen is blank until ctrl/alt away and then back.) === sunnie [~aoede@d198-53-118-94.abhsia.telus.net] has joined #ubuntu [08:40] crimsum: i'm back! :) [08:40] *crimsun (sorry) [08:41] crimsun, Done [08:41] xed: do you see an alsa-modules...deb ? [08:41] alsa-modules-2.6.8.1-5-686_1.0.5a-1ubuntu6_i386.deb [08:41] xed: sudo dpkg -i alsa-modules*deb [08:41] crimsun, thats what I see === BobaFett [~felipe@pc-16-44-83-200.cm.vtr.net] has joined #ubuntu [08:42] crimsun, "No configuration file found for ALSA 1.0. [08:42] " [08:42] xed: but dpkg successfully installs the package? [08:42] does anyone know of a html authoring suite like dreamweaver for debian? === nybro43 [PntekV15@pool-70-23-190-222.ny325.east.verizon.net] has joined #ubuntu === bestadvocate [~rob@c-24-131-99-53.mw.client2.attbi.com] has joined #ubuntu [08:43] sunnie: cd /usr/src && tar xfj alsa-driver.tar.bz2 [08:43] ferris.....would screem work? [08:43] crimsun, check #flood [08:43] sunnie: then sudo dpkg-reconfigure alsa-source [08:43] viper12, i will check it out === dewey [~dewey@c-67-160-122-96.client.comcast.net] has joined #ubuntu [08:43] ferris: you could go through the repositories @ http://higgs.djpig.de/ubuntu/www/hoary/ [08:43] its in the packages. looks pretty complete. [08:43] crimsun: alright i'll do that. [08:44] sunnie: make sure you answer "no" to isa pnp, "yes" to debug - and choose the "azx" driver [08:44] xed: no errors, correct? [08:44] err.. [08:44] xed: dpkg -l alsa-modules-2.6.8.1-5-686|grep ^ii [08:45] Well other than the "No configuration file found for ALSA 1.0" === shock [~shockwave@dsl-082-082-159-085.arcor-ip.net] has joined #ubuntu === Slaggy [~Slaggy@ip68-110-22-134.om.om.cox.net] has left #ubuntu [] [08:45] crimsun, ii alsa-modules-2 1.0.5a-1ubuntu Advanced Linux Sound Architecture (drivers) [08:45] Thats what it be saying [08:45] guys...is there a simple way of updating from warty to hoary? [08:45] yes boba. [08:46] apt-get something? [08:46] it's quite easy, just edit your sources.list and update and upgrade [08:46] crimsun: it's giving me errors as an output such as "no such file or directory" [08:46] so, its apt-get update and thats it? O.o [08:46] http://www.ubuntuforums.org/showthread.php?t=2555 [08:46] xed: looks like it's installed [08:46] that link boba will give you all da' info. [08:47] thoreauputic, installed..eh? [08:47] how do I go about testing to see if my sound is working? [08:47] wait for crimsun - he's the expert [08:47] thoreauputic, alrighty === Panzerboy [~NoName@195.149.67.34] has joined #ubuntu [08:48] xed: you'll be able to tell for sure after a reboot. Keep these two (2) points in mind: [1] 1.0.5a may be too old still, but it's much newer than the 1.0.4 you're currently using; [b] it works in Hoary, which has 1.0.8 === Panzerboy [~NoName@195.149.67.34] has joined #ubuntu === Panzerboy [~NoName@195.149.67.34] has joined #ubuntu [08:48] crimsun, alrighty.... so should I reboot.. or .. log out/log in? [08:48] xed: and [2] you'll need to unmute your mixer sliders after you reboot using either alsamixer or GNOME's Volume Control [08:48] Thanks people! [08:48] xed: it's probably easiest to reboot [08:48] np boba [08:48] looks fairly simple xd [08:49] crimsun, allllrighty [08:49] but before I do [08:49] sunnie: which command gave you that error? [08:49] I best get some video codecs installed too... [08:49] xed: grab 'w32codecs' from debian-marillat [08:49] crimsun: tar xfj alsa-driver.tar.bz2 [08:49] sunnie: pwd [08:49] just my 2 cents xed..........but um.....one thing at a time huh? troubleshooting wise...fix one before adding to it? ;) [08:49] crimsun, what do you mean by "grab" from where? [08:49] sunnie: it should report /usr/src [08:49] what's debian -marillat? [08:50] xed: http://www.ubuntulinux.org/wiki/RestrictedFormats [08:50] Hello Ubuntu people! [08:50] xed: first see if sound works [08:50] :) [08:50] allrighty I guess [08:50] brb I guess [08:50] xed: patience, Grasshopper ;) [08:50] crimsun: yes, it says /usr/src [08:50] lol...well said throeau [08:50] hehe [08:50] sunnie: sudo apt-get install alsa-source [08:50] better than I'm spelling at this time of the evening. lol [08:51] and hello panzer. [08:51] crimsun: it tells me that alsa-source is the newest version [08:52] sunnie: ls /usr/src/alsa-driver.tar.bz2 [08:52] would there be any reason for the login/splash to be 1280x1024 when the users desktop is set to 10x7.....and xorg has been purged of the 1280x1024 settings? === intero [~desktop@81-208-106-71.fastres.net] has joined #ubuntu [08:52] hello [08:52] crimsun: yes, it is here. [08:52] I updated my repos and did the dist-update, but nothing happened! guess I had all I needed...how can I check my Ubuntu version? [08:52] how much does ubuntu require for the root partition? (assuming i'll do / /home and swap) [08:52] viper12: make sure 1280x1024 has been purged from all Depths' Modes [08:53] viper12: and ensure that you restarted gdm after editing /etc/X11/xorg.conf [08:53] intero: my root partition is 1GB [08:53] but i use [08:53] er [08:53] but i use LVM for all the other partitions [08:53] does anyone use and like ether of the gnome browsers? [08:53] sunnie: and you typed "tar xfj alsa-driver.tar.bz2" ? [08:54] crimsun...did that. and a full reboot, and the splash STILL comes up 12x10......which causes an error and black screen on the flat panel...wierdest thing.. alt f1 away and back, and screen is there, but...done the purge and such...keeps happening. [08:54] dash: okay, so say 3 gb would do i think. thanks [08:54] crimsun: yes, i just checked it again. no errors in typing :( [08:54] intero: LVM will make sure you never have to worry about that again :) [08:54] tried them besta......but i'm a fox guy. [08:55] oh crap, i asked for that, Synaptic just froze uninstalling galeon [08:55] sunnie: wait, what sort of "no file or directory" errors is it? === maccorin [~maccorin@adsl-067-034-136-135.sip.mco.bellsouth.net] has joined #ubuntu [08:55] uname -a ... nevermind xD [08:55] sunnie: are they, rather [08:55] dash: will learn it then ;) thanks for the hints, take care! [08:55] this is weird, synaptic wont let me mess with the screen [08:55] crimsun: for example, tar: modules/alsa-driver/pci/azx/patch_realtek.c: Cannot open: No such file or directory [08:56] sunnie: groups|grep src [08:57] crimsun: mm hm, did that and it returned nothing. === jeavis [~jeavis@201.128.232.108] has joined #ubuntu [08:58] sunnie: uh huh. So that's why you're getting those errors; your user wasn't added properly to the 'src' group. [08:58] bestadvocate: where did you get galeon? it isn't in the repos as far as I can see... [08:58] sunnie: so let's try again: sudo adduser src [08:58] too late thoreau......he booked. [08:59] How I can see my free space in hard disk [08:59] crimsun: crimsun: it says i'm already a member of src [08:59] several ways to do that jeavis........gui or text? [08:59] viper12: I think he did something wicked witha debian reo ;) [08:59] jeavis: man df [08:59] *repo [08:59] jeavis: with Applications>System Tools>System Monitor, or use df -h [08:59] lmao thoreau, that was my thought as well............disasters waiting to happen that way. ;) [08:59] viper12: indeed [09:00] sunnie: yet ,,groups|grep src'' returns null? [09:00] crimsun: mm hm, yup [09:00] I heard galeon wouldn't build so it was left out.... [09:00] and also b/c it isnt firefox :) [09:00] I'd read something about that cruising forums as well...don't remember specifics, but..... === thoreauputic likes galeon, hence interest [09:00] sunnie: is your username "aoede"? [09:01] crimsun: yup. that's what i put. === sockler [~maxedout7@69-161-188-86.atlsfl.adelphia.net] has joined #ubuntu [09:01] sunnie: ok, and that matches ,,echo $USER'', I presume [09:01] im having trouble getting online, i can see the router, but i cant do anything else [09:01] its funny, I decide to get my father off of windows.....and every problem possible with a linux install is ocurring on his box......lmao....really putting me through my paces. [09:02] crimsun: yes, echo returns my username [09:02] sunnie: and you logged out and back in completely? [09:02] viper12: funny how that happens - I was trying to convert a friend and had a sorcerer's apprentice experience with her printer... :/ [09:02] sockler...you say you can see the router...is the connection dhcp from the router, or a static address. [09:03] i set the IP manually, because my router doesnt have DHCP [09:03] what should the gateway be? [09:03] crimsun: yes i did. should i restart ubuntu again, just to see, because i only exited to the login screen last time. [09:03] thoreauputic, funny you should mention that.......his printer....lexmark. his video....integrated brookdale.......his netcard.....wavelan d-link (crippled one).......etc. [09:03] sunnie: nah, it's not absolutely imperative [09:04] sunnie: we'll just continue with a slightly more hackish method [09:04] viper12: heh - so he thinks Linux is crippled, I guess? :) [09:04] sockler, if standard, it would be something like: 192.168.0.1 [09:04] do any of you guys have any experience with rdesktop/tsclient? [09:04] it didnt work on that [09:04] sunnie: sudo dpkg-reconfigure alsa-source [09:04] crimsun: :) devious. alright what do i do? [09:04] crimsun: k [09:04] thoreauputic, lol...he loves it. I chaned the desktop to 1 click, gave him the suede icons, and he's in heaven.....its getting printing and wireless going and this stupid flatpanel error that's blowing my brain cells at the moment. lol [09:05] sunnie: make sure you answer "no" to isa pnp, "yes" to debug code - and choose the azx driver [09:05] is this a wifi or standard router connection sock? [09:05] (apologies if you've already done that once) [09:05] viper12: just keep the hair you tear out in a handy place - you might want it later ;-) [09:06] crimsun: no no, it's alright. k i did that. [09:06] this particular computer is connected standard [09:06] lol thoreauputic ........good idea.......but it is...later.......and i'm one of the lucky ones hair wise. ;) [09:06] okay sockler, what type of router is it? [09:06] :) [09:06] sunnie: ok, now sudo tar xfj alsa-driver.tar.bz2 [09:06] wrt54g === Danten [~Danten@h168n3c1o1049.bredband.skanova.com] has joined #Ubuntu [09:06] i have winXP on the same box and that can access the internet [09:06] crimsun: no errors [09:07] sunnie: cd modules/alsa-driver [09:07] one recommendation sockler.......if xp can see the net, boot that side, go to the network settings and write down how its configured.......then bounce back to linux and dup those nuimbers. [09:07] crimsun: okay [09:07] sunnie: sudo debian/rules binary_modules KSRC=/usr/src/linux-headers-$(uname -r)/ KVERS=$(uname -r) === taras [~taras@S0106000795bd85bd.gv.shawcable.net] has joined #ubuntu [09:08] if you can see the router sockler.......then you at least know that linux is set up properly for networking......its just not "pointed" the right way "out", if you get my meaning. === allio [~omfg@203.184.18.179] has joined #ubuntu [09:08] hi anyone else have problems with ubuntu's 2.6.11 and ALPS touchpads? [09:08] 2.6.11? [09:08] :O [09:08] since when? [09:08] alright thanks for the help [09:08] viper12: since a few days [09:08] it craps out my mouse support [09:08] brb [09:09] viper12: prelim 2.6.11 packages have been in universe for weeks. [09:09] thoreauputic, .......how the hell did i miss that???? [09:09] lmao. === xed [~xed@CPE000c412764c3-CM0012254225c8.cpe.net.cable.rogers.com] has joined #ubuntu [09:09] oookaaay [09:09] oh........prelim.....that's why. doh. lol [09:09] and when i enable the driver for it in x..it dies badly after first mouse click [09:09] viper12: they're also in universe, not main. [09:09] so i think i might've ruined my graphical interface [09:09] I'm on desktop now [09:09] viper12: seeing how when they were created, 2.6.11 was still in -rc [09:09] I was previously messing around with the fglrx [09:10] now it just boots up in.. the little dos like thing.. [09:10] No GNOME [09:10] the error is something like couldn't load your gnome.. [09:10] xed: did you install the linux-restricted-modules-$(uname -r) ? [09:10] I c-- wha? [09:10] yep crimsun....don't mind me...its gettin' late. I've stayed away from the .11's until they get closer...which I oughta go snag as they're "closer" now. [09:10] xed: presuming you rebooted into the newer kernel === dolson_ [~dana@Sudbury-HSE-ppp3976935.sympatico.ca] has joined #ubuntu [09:10] crimsun: negative [09:10] i'm on my desktop (windows) [09:10] http://www.ubuntulinux.org/wiki/BinaryDriverHowto [09:11] I was following those instructions before your help to figure out if i needed to install video drivers [09:11] xed: :/ change *one* thing at a time when troubleshooting [09:11] and so I might've screwed up someting === tga [~thu@S0106000f66aeaf64.vs.shawcable.net] has joined #ubuntu [09:11] thoreauputic: I didn't change anything..that was before I got help here [09:11] xed: what was the last step you performed? [09:11] now I think I might've destroyed something [09:11] xed: I doubt you destroyed anything [09:11] crimsun: "sudo sed -i -e 's/"ati"/"fglrx"/' /etc/X11/XF86Config-4" [09:12] crimsun: well how do i get back into the graphical interface? [09:12] I don't like this dos-like thing ._. it scares me [09:12] xed: you get to love it ;-) [09:12] xed: gives you control [09:12] don't you DARE call it dos-like [09:12] I'm sorry [09:13] hahaha [09:13] Agrajag: hah [09:13] xed: don't insult bash like that [09:13] I'm goin go get owned in here [09:13] Sorry [09:13] the way you insult bash is like this [09:13] xed: hmm. Take a look at your /etc/X11/XF86Config-4 and make sure the Driver was actually changed from "ati" to "fglrx" === thoreauputic beats xed senseless witha bash manual [09:13] "sheeeesh why isn't zsh default in ubuntu yet" [09:13] lmao...............don't feel bad xed.......not all of us prefer the command line.......but in linux it IS more efficient. ;) === crimsun pats ~/.zprofile [09:13] crimsun: yay it's done. [09:13] :D [09:13] crimsun: what do you mean "take a look" [09:13] sunnie: cd .. [09:14] crimsun: mm hm === pitti [~pitti@box79162.elkhouse.de] has joined #ubuntu [09:14] xed: open /etc/X11/XF86Config-4 in an editor, for instance, sudo nano /etc/X11/XF86Config-4 [09:14] xed: less /etc/X11/XF86Config-4 === pitti [~pitti@box79162.elkhouse.de] has left #ubuntu ["Have] [09:14] either [09:14] xed: it is only recently that linux users have been able to avoid the terminal for long periods of time :) ubuntu is a big step in that dept [09:14] sunnie: ls|grep alsa-driver === dazed [~dazed@adsl-219-156-58.aep.bellsouth.net] has joined #ubuntu [09:15] sunnie: err, ls alsa-driver*deb [09:15] crimsun: returned with nothing. [09:16] im so fucked up w00h00 [09:16] sunnie: pwd [09:16] sunnie: are you sure the compilation didn't error out? [09:16] crimsun: how would I check to see if it has changed from "ati" to fglrx [09:16] (e.g., fail with an error(s)) [09:17] crimsun: yup, no errors. it didn't say anything after the spew of text going up the terminal. pwd returns /usr/src/modules [09:17] I want my graphical interface back =( === Cube-ness [~james@70-97-93-35.dsl1.pco.pa.frontiernet.net] has joined #ubuntu === Quarupt [~Quarupt@c-67-170-1-214.client.comcast.net] has joined #ubuntu [09:17] xed: you really want to use fglrx? [09:17] you need it for some games, or? [09:17] Panzerboy: I don't know what that is..? [09:17] I just thought I had to do it [09:17] Now that I did it.. its gone [09:17] cause ati drivers are not really that good === zenrox [~zenrox@wbar7.sea-4-12-028-223.dsl-verizon.net] has joined #ubuntu [09:18] I want my gnome back! [09:18] hmm [09:18] wait just a sec [09:18] Panzerboy: How would I go about getting rid of this.. and going back to my normalness witht he interface and the graphical-ness [09:18] just a sec [09:18] allrighty [09:18] man im giving up on Fglrx [09:18] crimsun: i type in ls|grep alsa-driver*deb? [09:19] xed: ok man [09:19] so [09:19] you are in the command line now or in windows? [09:19] crimsun: or is it ls alsa-driver/ [09:20] Right now I'm on desktop which as windows.. and on laptop.. in the commandline.. [09:20] oh, good [09:20] which LOOKS like dos..all black.and white === xed hides [09:20] so you want to fix the laptop, right? [09:20] yes [09:20] ok [09:20] xed: heretic! [09:20] the desktop I plan to destroy === brain_v [~brain@210.5.116.46] has joined #ubuntu [09:20] are u using hoary or warty? [09:20] warty [09:20] ok [09:20] do a ls /etc/X11 [09:21] sunnie: actually it's: ls alsa-driver*deb === Panzerboy doesn't remember the name of the XFree config file :P [09:21] /etc/X11/XF86Config-4 ;) [09:21] crimsun: :-) [09:21] th..was just going to say that [09:21] hey whats the easiest way to check hd space? [09:21] /etc/X11/XF86Config-4 [09:21] crimsun: oh lol k one moment [09:21] was just in that file a minute ago. = [09:21] = [09:21] hey guys are there any other good icon themes for gnome, that are complete, like have icons for most things? [09:21] dazed: df -h [09:21] =| [09:21] dazed: df -h [09:21] xed: now type less /etc/X11/XF86Config-4 [09:22] thanks === fsc [~lilbuntu@24.107.196.152.charter-stl.com] has joined #ubuntu [09:22] look for Section "Device" [09:22] crimsun: ls: alsa-driver*deb: No such file or directory [09:22] and tell us what's there === User571 [User@218.190.213.46] has joined #ubuntu [09:22] ... [09:22] lots of stuff? [09:22] sunnie: ls *.deb [09:22] ummm [09:22] Lots of text === taras [~taras@S0106000795bd85bd.gv.shawcable.net] has left #ubuntu [] [09:22] First line [09:22] what is the Driver ? [09:22] the Driver is, like, an rpm [09:22] fglrx? [09:22] xed: type /fglrx [09:22] Err.... [09:23] found it under [09:23] "Section "Device" [09:23] yes [09:23] crimsun: alsa-modules-2.6.10-4-386_1.0.8-4ubuntu1_i386.deb === FireEgl [Ariel@Atlantica.Linux-Debian.Info] has joined #Ubuntu [09:23] the bot is spreading misinformation... :/ [09:23] Identifier: "ATI Technologies, Inc. Radeon Mobility 9100 U3 (R200 IGP)" [09:23] sunnie: err, sorry, I'm tired. Yes, that's the correct file. [09:23] ...ook..there's no semicolon there [09:23] then it says [09:23] xed: and Driver is fglrx? [09:23] Driver "fglrx" [09:24] ok [09:24] good [09:24] ... [09:24] =( [09:24] is there anything like BusID there? [09:24] <_dev_> anyone here use 1350 wlan card broadcom? [09:24] sunnie: sudo dpkg -i alsa*.deb [09:24] Yeah [09:24] besides the other crap [09:24] ok [09:24] now [09:24] press q [09:24] doen [09:24] you should get to the prompt again [09:24] now [09:24] type sudo nano /etc/X11/XF86Config-34 [09:24] Someone please help me with fglrx === mameluke [~bo@84-72-14-38.dclient.hispeed.ch] has joined #ubuntu [09:24] sorry, without the 3 :P [09:24] crimsun, what is the command to set the (fastest) connection to the repositories [09:24] done [09:24] Panzerboy: oops [09:25] Panzerboy, you have ati? [09:25] go to the Device section [09:25] more ATI talk? [09:25] anybody know why recently things are way slow and laggy in hoary? like gui updates? same issue on my desktop and laptop, nvidia and ati respectively [09:25] thoreauputic: :-) [09:25] Quarupt: nope [09:25] tga: are u on yahoo mess? [09:25] alright [09:25] tga, im having round 2 with this fglrx [09:25] tga: i wanna test smth [09:25] ferris: apt-spy ? [09:25] Panzerboy: I'm there [09:25] crimsun: it's okay, i'm really appreciating your help. thanks. k, so i typed in that command and now everything is done. [09:25] xed: delete everything besides Identifier, Driver and BusID [09:25] err.. [09:25] yes thanks [09:25] what do you mean "everything" [09:26] Just erase it? [09:26] alsa-modules-2.6.10-4-386_1.0.8-4ubuntu1_i386.deb [09:26] Panzerboy: yeah, I replied but you never wrote back [09:26] umm [09:26] sorry [09:26] just in the Device section [09:26] Wouldn't it be better to comment it out or something? [09:26] sunnie: and after you reboot, everything should work. You may have to unmute and adjust the mixer sliders using alsamixer or GNOME's Volume Control [09:26] xed: only there !!! [09:26] xed: ok, comment then :P [09:26] tga, ya think of anything else i could try? === dash [washort@adsl-220-215-184.bhm.bellsouth.net] has left #ubuntu ["rock] [09:26] By putting a # infront of the lines, yes? [09:26] yes [09:26] let only those 3 [09:26] and then [09:26] So what do I not comment out? [09:27] Identifier, Driver and BusID [09:27] To the left of those words, I put a # infront of it? [09:27] I mean, there has to be a way to get this driver working correctly [09:27] no [09:27] man [09:27] Quarupt: not really.. I'm not getting anywhere with my card either [09:27] crimsun: thank you so much for taking the time to help me. I'll try it out after I reboot and hopefully everything will work as planned. [09:27] for all the OTHER ones you put a # in front of the line [09:27] you let those 3 uncommented [09:27] tga, yea but my card is actually supposed to be supported by this driver [09:27] crimsun: thanks again. ...er...and don't overwork yourself, if you're tired, you should rest. anyways, thanks. [09:28] who tests the latest warty beta's? or is Warty done? [09:28] warty is not beta. its hoary that's beta. [09:28] i know lol [09:29] :/ [09:29] but they keep adding higher versions of Warty [09:29] where are they coming from? [09:29] Quarupt: "higher versions of warty"? [09:29] like 4.10 [09:29] Quarupt: no, just security updates [09:29] http://www.osnews.com/story.php?news_id=9831 [09:29] there are no higher version numbers of warty. 4.10 IS warty. [09:30] Quarupt: that's the original number [09:30] Oh okay i see [09:30] super-warty! [09:30] Man i just want my damn fgrlx to work === sockler [~sockler@69-161-188-86.atlsfl.adelphia.net] has joined #ubuntu [09:30] #ati isnt very helpful [09:30] Quarupt: 2004, month 10 = 4.10 === FNldkJg [~YVCrEmj@81-178-232-23.dsl.pipex.com] has joined #ubuntu [09:31] hence Hoary 5.04 [09:32] Quarupt: what precisely isn't working - and what precisely have you attempted? [09:32] woot.....an easy fix. got sockler taken care of.....his router had dhcp enabled, and he didn't know it. lol. sometimes the easy ones are the best. :) [09:33] crimsun, i followed the directions on ubuntuguide and it worked fine except i was stuck in 800x600 [09:33] viper12: =) [09:33] so we tried different syncs and modules [09:33] Quarupt: did you inspect the log file? [09:33] didnt get anywhere [09:33] I've been there and worn his t-shirt before.....sometimes another person's "nudge" is all it takes. [09:33] yes me and tga and a guy from #ati [09:33] but ill pastebin it if ya wanna look at it [09:34] but im currently back in the ati driver === Sav [~sav@ce02816-kristd-abk.cenara.com] has joined #ubuntu [09:34] just curious quarupt, but in the xorg,conf file.......what resolutions are listed there? and did you change the ati listing to fglrx in that file as well? (just checkin'.) [09:35] how else would i have gotten it to load the driver === HKloser [HKloser@218.190.213.46] has joined #ubuntu [09:35] and i beleive we left it with 1024x768 800x600 and 640x480 [09:36] i know the driver was working cause glxgears was fly'n === User918 [User@218.190.213.46] has joined #ubuntu [09:36] in whatrez quarupt? === UserHkloser [UserHklose@218.190.213.46] has joined #ubuntu === Hkloser [Hkloser@218.190.213.46] has joined #ubuntu [09:36] but it doesnt matter when the icons were bigger than my head [09:37] viper12, 8x6 [09:37] whats a good text based irc client? [09:37] johnnybezak: irssi [09:37] irsii === tga remembers running redhat 5.2 in 320x200 [09:37] thnx [09:37] just curious, but are you on a flat panel or crt quarupt? [09:37] johnnybezak: irssi-text === sunnie [~aoede@d198-53-118-94.abhsia.telus.net] has joined #ubuntu [09:37] i wasnt aware that irsii had an x client [09:37] apparently [09:38] Quarupt: used to [09:38] Quarupt: I think development stopped [09:38] you might look at bitchx to its okay, but i prefer irsii [09:38] Quarupt: irssi actually has "any" X Windows client ;) === johnnybezak [~johnnybez@203-173-46-207.dyn.iinet.net.au] has left #ubuntu ["Leaving"] [09:38] crimsun: thanks! everything is working. although I want to ask you for one more favor, if possible. === johnnybe1ak [~johnnybez@203-173-46-207.dyn.iinet.net.au] has joined #ubuntu [09:38] Quarupt: just configure irssi to work as a proxy, then use any graphical irc client to access it. There are instructions on irssi.org [09:38] crimsun: could you repeat the packages i needed during the initial stages of this sound process? [09:39] hey guys is there a way of having a window not draw all fo the menubar/scrolls etc [09:39] crimsun: interesting! [09:39] okay crimsun anyways back to my screwed up driver === o2 [~chatzilla@ip-212-239-162-109.dsl.scarlet.be] has joined #ubuntu [09:39] crimsun: cause i want to know for future reference. :( i didn't get the log files of those. [09:40] sunnie: do you mean which packages you needed to install? If so - fakeroot, build-essential, kernel-package, linux-headers-$(uname -r), alsa-source [09:40] crimsun: yes perfect. thank you so much [09:40] sunnie: keep in mind that you only need to install those packages once (unless you continually reinstall distros) [09:40] Is someone running array-6 with an atheros chipset ? [09:40] how can i make a script that does this : cd /home/sean/Limewire then ./runLime ? === johnnybezak [~johnnybez@203-173-46-207.dyn.iinet.net.au] has joined #ubuntu [09:41] johnnybezak: test [09:41] .test [09:41] ing [09:41] Quarupt: you shouldn't need to: just give the full path [09:41] :D [09:41] Quarupt: why not just ~/Limewire/runLime ? === johnnybezak [~johnnybez@203-173-46-207.dyn.iinet.net.au] has left #ubuntu ["Leaving"] [09:42] crimsun: *nods* i know. i just needed to write it down because i will be holding an installfest soon on my campus using ubuntu as our main distro. [09:42] guys do i have a nick? [09:42] cause it only works when i call it within the directory [09:42] sunnie: excellent :-) [09:42] johnnybe1ak: sure [09:42] thoreauputic: thanks, in the text client its not showing up its just blank (probably a colour problem) [09:42] johnnybe1ak - jup [09:43] crimsun: yes, so just in case someone comes in with a new board like mine, i know how to solve that problem. thanks to you, now i sort of do. === jeavis [~jeavis@201.128.232.108] has joined #ubuntu [09:43] lol........sort of do beats sort of don't any day of the week. :D [09:43] johnnybe1ak: if it's irssi, you can get lots of themes [09:43] different colours etc [09:43] you can even theme irssi like bx *shudder* ;-) [09:43] johnnybe1ak: check irssi.org [09:44] crimsun: heh :) [09:44] I have a pc and I cant install ubuntu === xed [~xed@CPE000c412764c3-CM0012254225c8.cpe.net.cable.rogers.com] has joined #ubuntu [09:44] how I can install [09:44] jeavis: why ? [09:44] thoreauputic: it was just my terminal colours off [09:44] ok [09:44] the greatness that is #ubuntu [09:44] Panzerboy: The pc freeze in partitions [09:44] xed: :-) [09:44] jeavis: hmmm ... strage [09:45] strange that is :) [09:45] jeavis: did you have any other linux installed on that hard drive? [09:45] or other os? [09:45] so do you guys know how to have a window show no menu/title/scroll bars etc. like xmms does? [09:45] Ubuntu makes my sound so loud === o2_ [~chatzilla@ip-212-239-162-109.dsl.scarlet.be] has joined #ubuntu [09:45] I love Ubuntu for that reason alone [09:45] got sound working? :-) [09:45] crimsun, thats why I love you [09:46] haha [09:46] xed: hehe - thought you were about to complain ;) [09:46] lol [09:46] thoreauputic: as did I [09:46] now to work on the codecs! [09:46] i heart crimsun too. [09:46] johnnybe1ak: i don't know if metacity supports that [09:46] I heart crimsun. [09:46] we ALL do [09:46] aww [09:46] Well except for maybe that guy..! === xed points to that guy [09:46] sunnie, crimsun and xed..................they could pose for an ubuntu screen. snicker. ;) [09:46] But I think he might just be a figment of my imagination.. so thats okay === thoreauputic bows and scrapes before the mighty crimsun [09:46] ;-) [09:47] lol === xed sits and points at figment of imagination [09:47] "Not like you killed someone" [09:47] -Judith (APC) [09:47] thoreauputic: bah ;) [09:47] team effort, no one person does it alone [09:47] What was that codec again, crimsun? [09:47] xed: w32codecs [09:47] thoreauputic, is real? I thought he/she was a figment of my imagination! [09:48] crimsun: well, you *are* impressively helpful, is all I meant :) [09:48] mmm open source developments...delicious. always so delicious. [09:48] and cheap too. [09:48] ;) [09:48] Sometimes, I think crimsun is an extremely advanced AI bot.. [09:48] lol [09:48] that's what we're trying to tell people on my campus. CHEAP. [09:48] And I think that this is all some sort of sick conspiracy... then I realize that I AM crazy. [09:48] just don't get em' dell dimension 2400's sunnie.............lol. [09:49] xed: nah, he's not a bot - bots make mistakes ;-) [09:49] thoreauputic, you got a point there... [09:49] So he's probably a spy then.. [09:49] lol viper12. [09:49] That works for ubuntu [09:49] who goes around magically solving problems through the awesomeness that is his logic [09:49] I'm laughing thru the tears........but winning the battle. [09:49] Okay im gunna alien the damn limewire rpm so i dont have to deal with it being broke === RattWork [~rattboi@c-24-17-185-187.client.comcast.net] has joined #ubuntu [09:49] Panzerboy: I can install mandrake [09:50] anyone know the url where ya can get pro for free [09:50] Panzerboy: I cant install ubuntu [09:50] I have mandrake on my old desktop PII.. it sits there and does nothing because its not connected to the net.. -.- [09:50] but its an old version of mandrake === Skwid_ [~Skwid@stlaurent-1-82-228-247-28.fbx.proxad.net] has joined #ubuntu [09:50] Quarupt: isn't limewire a gnutella client? [09:50] mandrake 6 [09:50] Panzerboy: Is so estrenge I have ubuntu in two pc and I dont have problems [09:50] jeavis: well that's strage then [09:50] you say it freezes in partitioning? [09:50] xed: I like archaeology too ;-) [09:51] archaeology? [09:51] I like chicken. [09:51] (you mentioned "old") [09:51] Panzerboy: I can install ubuntu from the net [09:51] lmao thoreauputic .......i was thinking fossils. [09:51] crimsun, si [09:51] oh [09:51] the pentium 2 [09:51] Quarupt: are you running Hoary? [09:51] and the mandrake 6... [09:51] Yeah, that PC runs smoother than my stupid devil HP desktop... [09:51] si [09:52] the pentium2 IS a fossil ..... [09:52] Devil HP Desktop more recent than the PII.. by like 5 years.. [09:52] Quarupt: I would much appreciate if you test updated gtk-gnutella packages before I upload to universe [09:52] Quarupt: http://sh.nu/~crimsun/ubuntu-motu/ [09:52] jeavis: but not from a burned cd? [09:52] dont mess with the pentiums baby [09:52] sunnie: hey, i have a P200 mmx here! [09:52] Its installed but i have to run it from a terminal i have added ot to my path linked to to /bin but nothiong works [09:52] sunnie: not running Ubuntu, though [09:52] crimsun, what was that link again? to the codecs... [09:53] I'm about to do an ubuntu install dualbooting XP [09:53] lol crimsun thanx but gtk gnu sucks [09:53] xed: do you have marillat repo's added to sources.list? [09:53] xed: 'w32codecs' is in the debian-marillat repository; see http://www.ubuntulinux.org/wiki/RestrictedFormats [09:53] lol thoreauputic: it's alright, i have a p1 sitting right next to me. that one is still on windows98. *shudders* ah well not mine. === Tomcat_ [Tomcat@p54A1B2DB.dip.t-dialin.net] has joined #ubuntu === joeblow1234 [~chatzilla@S0106000c6ec62859.cg.shawcable.net] has joined #ubuntu [09:53] lol limewire is way faster and has a better gui and more servers [09:53] how many partitions should I have? [09:53] Quarupt: fair 'nuff [09:53] I'd like: users, root, xp, shared data [09:53] what do you use crimsun === Gqvpih [~Fwtqos@dsl81-215-35115.adsl.ttnet.net.tr] has joined #ubuntu [09:54] so that's like 5 partitions, right? [09:54] johnnybe1ak: for? [09:54] don't ferget swap RattWork [09:54] filesharing [09:54] johnnybe1ak: I generally stick to bittorrent (btdownloadcurses) [09:54] (limewire) [09:54] crimsun: cool === wezzer [~antti@a80-186-42-221.elisa-laajakaista.fi] has joined #ubuntu === Panzerboy is using dc [09:54] sunnie: Debian Woody on my P200 [09:55] vincent_: I think that IS 5 with swap [09:55] smiles....and agrees with crimsun. the blue frog be jess fine. [09:55] How do I get Gaim to minimize to the top tray rather than the bottom bar..? [09:55] a boot partition isn't really neccessary, right? [09:55] RattWork : no it isnt [09:55] RattWork: right [09:55] xed: close it [09:55] thoreauputic: ah. what's debian woody like? [09:55] xed: click the icon in the tray ;) [09:56] click the x [09:56] hey guys i have the standard hoary sources, and i want to install mplayer [09:56] sunnie: rock solid but kind of outdated, of course [09:56] johnnybe1ak: which cpu? [09:56] ppc [09:56] johnnybe1ak : i found that compiling it is the easiest [09:56] johnnybe1ak: make sure you enable multiverse [09:56] sunnie: when I say solid, i mean it! [09:56] it shows up [09:56] crimsun : the codecs provided on www.mplayerhq.hu, will they work on [09:57] PPC/Linux [09:57] crimsun, that just closes it =( [09:57] but when i try install it it says it depends on an uninstallable package [09:57] libavcodec2 === calc [~ccheney@ip70-185-4-246.ma.dl.cox.net] has joined #ubuntu [09:57] Panzerboy: Yes not from a burned cd === IvyCQHome [~Sir@c906a0a6.virtua.com.br] has joined #ubuntu [09:57] johnnybe1ak : download the source code from http://www.mplayerhq.hu and then compile it [09:57] xed........if you add the gaim app to the top panel it will minimize there. if you've got it added to the bottome panel then remove it and add it to the top. [09:57] xed: clicking the tray icon should minimize to/restore from tray [09:57] joeblowd1234: i tried with warty and it wouldnt compile ill give it another go === bigcx2 [~bigcx2@pool-141-153-117-79.clrk.east.verizon.net] has joined #ubuntu [09:58] cos i installed hoary [09:58] joeblow1234: yeah, but make sure you don't pick the i386 ones [09:58] hey [09:58] viper12, how do i put it on the top tray? === nasti [~nasti@pool-141-153-117-79.clrk.east.verizon.net] has joined #ubuntu [09:58] crimsun : they dont offer a choice, there is just a single essential codecs package [09:58] can anyone tell me how to blacklist things on startup [09:58] thoreauputic: ic...lol okay then. what other distros have you tried? [09:58] johnnybe1ak: there appear to be mplayer-altivec, mplayer-powerpc, and mplayer-g4 packages [09:58] how I un tar a .tar.bz2 [09:58] jeavis: then maybe it's a problem with the cd [09:58] modules [09:59] jeavis: or with the iso [09:59] jeavis: tar xfj foo.tar.bz2 [09:59] jeavis: did you check the iso with md5sum before burning it ? [09:59] blacklisting modules anybody? [09:59] on the top panel xed, just right click, select +add to panel.......... [09:59] crimsun: yeah i tried the powerpc and g4 [09:59] Panzerboy: I burned a other cd and I cant [09:59] bigcx2: echo somemodule | sudo tee -a /etc/hotplug/blacklist [09:59] crimsun: no love [09:59] viper12: I don't see "gaim" available... [09:59] after you install gtk-gnutella does it place itself on any of the menus? [09:59] jeavis: maybe the iso is borked [10:00] I install with the same cd the first tow machines [10:00] will try crimsun [10:00] sunnie: hmm...mandrake, vector, deadrat... that's about it I guess... [10:00] you can do the custom app launcher and fill in the blanks. [10:00] so thast a no [10:00] sunnie: staying with debian and ubuntu [10:00] jeavis: tar -jxvf filename [10:00] i cant even find the bin [10:00] Where be Gaim located? -.- [10:00] is your main panel (top) set up with the standard apps/places/system or did you move it to the bottom? [10:00] in any repository [10:00] /usr/bin/gaim? === Skwid_ [~Skwid@stlaurent-1-82-228-247-28.fbx.proxad.net] has joined #ubuntu [10:01] Quarupt: which gtk-gnutella version? [10:01] xed: in bin [10:01] viper12: I might've accidentally removed the gaim icon a while back.. [10:01] /usr/bin/gaim [10:01] whatever one is in the repository [10:01] if standard menu is at the top......you can go app/internet/gaim and right click to add to the panel. === xed rolls eyes [10:01] crimsun, [10:01] Quarupt: that's because that version is broken, hence why I asked you to test the version I'm about to upload to universe =) [10:01] whatever one it gives me with apt-get install gtk-gnutella [10:01] hey - amyone here informed about any good console icq client? [10:01] xed: if it is insatlled through tar file ...in terminal type gaim [10:01] oh === ubuntu [~ubuntu@203-79-99-45.adsl.paradise.net.nz] has joined #ubuntu [10:02] shock: centericq [10:02] shock: centericq [10:02] so why are there packages available if their dependancies aren't? [10:02] shock: there's also btlbee, which interfaces nicely with irssi [10:02] is it better to install XP then install Ubuntu over the top? [10:02] thoreauputic: yeah, i had to try SuSE because that was the distro we used for our last installfest, and boo i didn't like it too much. now this whole ubuntu flavour is just nice. [10:02] and if so, should XP partition be first on the drive? === nasti [~nasti@pool-141-153-117-79.clrk.east.verizon.net] has joined #ubuntu [10:03] RattWork: do you want to dual boot [10:03] RattWork: always install wintendo first [10:03] :) [10:03] RattWork, its easier for xp first then ubuntu [10:03] thx guys [10:03] lmao thoreauputic [10:03] ok, how about as far as where on disk to put XP [10:03] first partition? [10:03] argghhh. -.- [10:03] yes RattWork [10:03] ok [10:03] It just re-launches it if I custom add a program to the top.. [10:04] xed.......remove the one from the bottom panel so its not in two places. === ineedhelp [WW12@202.61.209.151] has joined #ubuntu === DragonFly- [~vampyre@m73.net81-66-181.noos.fr] has joined #ubuntu [10:04] johnnybe1ak: what errors do you get regarding attempting to install mplayer? === ubuntu [~ubuntu@203-79-99-45.adsl.paradise.net.nz] has joined #ubuntu === ineedhelp is now known as bob55 [10:05] johnnybe1ak: are they missing dependencies? If so, did you add the requisite debian-marillat/mirror repo(s)? [10:05] crimsun [10:05] viper12: i can't really "remove" it from the bottom. =/ [10:05] what if i wanted to unload a kernel module [10:05] same thing? [10:06] at startup [10:06] did crisun leave? [10:06] err? [10:06] i want to unload the floppy module from loading at startup [10:06] cause gtk-gnutella is having lots of probs, it wont connect to very many servers [10:06] maybe it just needs an updated server list [10:06] xed: sort of scratching my head here. it minimizes to the bottom panel. where are you launching it from? a terminal or something? [10:06] lol [10:07] crimsun: marillat doesnt have ppc [10:07] Quarupt: that's possible. I'm not familiar with the gnutella innards. [10:07] viper12: Applications > Internet > Gaim [10:07] bigcx2: so you tried blacklisting floppy? [10:07] do all of your apps minimize to the bottom? [10:07] or just gaim? [10:07] johnnybe1ak: http://debian.video.free.fr/ [10:07] if i launch it from the top (Custom added application) it loads it up again.. relaunches it.. [10:07] all of them [10:08] johnnybe1ak: in particular, deb http://honk.physik.uni-konstanz.de/~agx/linux-ppc/debian/ mplayer/ [10:08] well no because i wanted to know if that's what i did to keep it from loading on startup first [10:08] oh woot......million dollar baby is in the box. [10:08] sorry....that was off topic and very azureus of me. [10:08] :) [10:08] what file do i have to remove it from? [10:08] crimsun: thanks ill check it out [10:08] =D [10:08] bigcx2: that's one method of blacklisting [10:08] ok [10:08] bigcx2: no, don't remove it, just append it [10:08] is there a file i can just comment it out [10:09] So.. why is VLC so big? [10:09] 24mB? [10:09] brb. [10:09] thats massive [10:09] hey guys, how do i revert to the standard firefox theme? [10:10] xed: 39m here [10:10] 39MB for VLC!? [10:10] Wait-- if I get gnome-vlc [10:10] [wxvlc] [10:10] Does that get the codec too? [10:10] xed: I'm actually referring to in-mem profile [10:10] in-mem? [10:10] bigcx2: append it to /etc/hotplug/blacklist I think? [10:11] bigcx2: if I followed what you want correctly? [10:11] ok if the name of it is floppy.ko [10:11] echo floppy | sudo tee -a /etc/hotplug/blacklis [10:11] ? [10:11] bigcx2: just floppy I think [10:11] bigcx2: echo floppy | sudo tee -a /etc/hotplug/blacklist [10:11] ok [10:11] will try === hayden [rom@123.b.001.brs.iprimus.net.au] has joined #ubuntu [10:11] xed: "in-mem" => running, as a process [10:12] xed: the binary on-disk is only 1.1m [10:12] ... [10:12] Okay, so thats odd === Pdeoxqm [~Ctzdvhb@IGLD-84-228-70-128.inter.net.il] has joined #ubuntu [10:12] the sound is really choppy when playing a file in vlc === nasdaq|away [~sdfsdfs@tkp-ip-nas-1-p197.telkom-ipnet.co.za] has joined #ubuntu === spectrum [~martin@cl-lnx-sprinc-srch.blue4.cz] has joined #ubuntu [10:13] back. [10:13] xed: but plays normally in another sound application? === bob_ [~bob@83.209.17.32] has joined #ubuntu [10:13] No.. I don't know what else I can play it in.. [10:14] xed: what type of file? [10:14] .avi [10:14] I posted sound chop/chirp crap issues with rythmbox in the forums today.......(streaming audio).......but no issues in gxine. not surprised. [10:14] okay so mplayer is odd enough [10:14] xed: you could try totem-xine or mplayer [10:14] viper12: have you tried muine? [10:15] ah - dunno if muine does streams... [10:15] have you guys given the clear look themes a go? theyre pretty dam sweet [10:15] odd [10:15] thoreauputic, I looked at it today, but still want to find out what 'broke' with rythm before just replacing it. (muine doesn't list streaming on their site.) [10:15] viper12: yeah, I couldn't get muine to play streams here [10:16] viper12: worked well on mp3 and ogg though [10:16] What does it mean by "41 not upgraded" [10:16] thoreauputic, rythmbox was working perfectly with streams until 2 days ago with the monster updates....and now its super sensitive, choppy, and sometimes even plays garbage when clicking in other windowws. [10:16] viper12: :( [10:16] xed: are you using dist-upgrade or upgrade? [10:16] hmm mplayer didn't build *once again* [10:16] yeah.....another really cool app I've looked at is Musik....but that's a helluva ordeal to install. [10:16] viper12: warty here [10:17] hoary here. === leo_ [~leo@mas91-1-82-238-221-157.fbx.proxad.net] has joined #ubuntu [10:17] I guessed ;) [10:17] lol === spiral [~spiral@lafilaire-4-82-224-249-43.fbx.proxad.net] has joined #ubuntu [10:17] bleedin' edge mah man. [10:17] crimsun, up..grade? [10:17] hi [10:17] viper12: but you get to keep *all* the pieces ;-) [10:17] damn right.......I earned em. heh heh [10:17] hehe [10:18] xed: what program are you using to update? [10:18] ... [10:18] the.. terminal? [10:18] so far the fix for streaming is just shoutcast.com......click and let gxine play em. works fine, but I sure liked being able to save the stuff in rythm [10:18] I'm not upgrading, I was trying to get totem-xine [10:18] synaptic, apt-get, aptitude, dselect, ... [10:18] hmm, i'm getting an error upgrading hoary [10:18] Now I'm upgrading [10:18] i typed in [10:18] in gnome-icon-theme [10:18] sudo apt-get upgrade === thoreauputic wouldn't wish dselect on *anyone* === Burn` [~Burnout@21.66-136-217.adsl.skynet.be] has joined #ubuntu [10:19] it is saying: [10:19] dpkg: error processing /var/cache/apt/archives/gnome-icon-theme_2.9.92-0ubuntu1_all.deb (--unpack): [10:19] trying to overwrite `/usr/share/icons/hicolor/48x48/apps/gnome-run.png', which is also in package gnome-panel-data [10:19] any idea what's this? [10:20] or what can i do to fix it? [10:20] Panzerboy: did you use dist-upgrade? [10:20] hi! I wonder why the net is so slow on this machine.. I just installed warty and I'm behind a D-link adsl router. I had to set a static dns-server to get it to resolv anything at all.. [10:20] delete or rename the file it wants to overwrite? === apj_ [~apj@kuwin-133-129.kuwin.ku.ac.th] has joined #ubuntu [10:20] hey guys how do i install a deb, that i download off the ubuntu website? [10:20] Panzerboy: gnome-icon-theme_2.9.92-0ubuntu1 and gnome-panel-data_2.9.92-0ubuntu2 coexist fine on my system === bigcx2 [~bigcx2@pool-141-153-117-79.clrk.east.verizon.net] has joined #ubuntu [10:21] just teasing bob, but the answer is: D-junk.........er d-link. ;) [10:21] sudo dpkg -i foo.deb [10:21] viper12, :) [10:21] :D [10:21] thoreauputic: thnx [10:21] thanks crimsun [10:21] it worked [10:21] excellent [10:21] oh geez, what'd I do? [10:21] crimsun: nope, upgrade === bob55 is now known as zelda [10:22] its going at 600B/s .-. [10:22] i've installed hoary from some old iso [10:22] Panzerboy: you just need to run upgrade a couple times [10:22] crimsun: and now i wanted to upgrade === krowoindyk [~karol@aji26.internetdsl.tpnet.pl] has joined #ubuntu [10:22] hey is there any cool nintendo 64 emulators out there for free? === calc_ [~ccheney@ip70-185-4-246.ma.dl.cox.net] has joined #ubuntu [10:22] crimsun: i've run it like 3 or 4 times [10:22] Panzerboy: when you're working with hoary, it's best to use dist-upgrade right now [10:22] crimsun: same thing [10:22] hmm [10:22] bigcx2..........check freshmeat or google it. (my suggestion there.) [10:22] viper12, it works perfectly on my lan at home :) but I thought it would be cool if my parents would run Linux too. they've been having trouble with their XP installation so I thought it was time :) [10:22] let me try a dist-upgrade [10:22] bigcx2: google is your friend... [10:23] let's see what happens [10:23] lol [10:23] yes i know google is my friend [10:23] ;-) [10:23] ok will do [10:23] dam mplayer haha [10:23] gnight all [10:23] crimsun: i'm doing a dist-upgrade now [10:23] I'm building my Father an ubuntu box as well..........so I can relate bob. and having issues with the dell dimension2400from hell for my troubles. lol [10:23] anyone know what this means or how i can fix it [10:24] dpkg: error processing libavcodec2-dev_0.4.9-pre1-0.2_powerpc.deb (--install): [10:24] trying to overwrite `/usr/include/ffmpeg/avcodec.h', which is also in package libavcodec-dev [10:24] dpkg-deb: subprocess paste killed by signal (Broken pipe) [10:24] johnnybe1ak: sudo apt-get remove libavcodec-dev [10:24] crimsun: thanks man [10:24] viper12, ah cool! I brought 2 gfx cards and 2 network cards just in case.. but not an extra adsl modem :( === bi19andnovirgin [~novirgin@CPE-144-132-49-78.vic.bigpond.net.au] has joined #ubuntu === bi19andnovirgin [~novirgin@CPE-144-132-49-78.vic.bigpond.net.au] has left #ubuntu [] [10:25] bob that would be murphy's law, methinks. === rightclicker [~novirgin@CPE-144-132-49-78.vic.bigpond.net.au] has joined #ubuntu === Danten [~Danten@h57n1c1o1049.bredband.skanova.com] has joined #Ubuntu [10:25] need some rest, night all. [10:26] viper12, mhm... :) at least I see on google others been having trouble with it as well.... [10:26] take it easy crimsun [10:27] night crimsun [10:27] the 2400? yep.....brookdale garbage chip, no agp port, e17fp P.O.S. flat panel,.....sigh...........not worth the 500 bucks it cost..was kinda' surprised. (usually have good luck with dell.) [10:27] E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it? [10:27] What does that mean? [10:27] night crimsun [10:27] thanks again.. [10:27] xed: that means you are using two dpgk-s in the same time [10:27] xed: exactly what it says [10:27] like apt-get with synaptic [10:27] how do I get it to.. NOT say that? O.o [10:27] stop one of the processes [10:27] ..well I don't see any other process running [10:28] do you have synaptic up in another window? [10:28] For the dpkg atleast.. [10:28] hmm [10:28] synaptic? [10:28] synaptic is the packagemanager GUI on dpkg based systems [10:28] package manager xed. [10:28] well I don't see it.. [10:28] or maybe aptitude or dselect [10:28] shuders. [10:28] ... [10:28] viper12: ? :) [10:28] how do I get all the dpkgs to stop? [10:28] sudo killall -9 dpkg [10:29] frickin' hated aptitude and dselect. >luvs synaptic for simplicity and ease of use. [10:29] mplayer works!!!!!! woot :) thanks for your help guys! [10:29] excellent johnnybe1ak [10:29] viper12: i use apt-get [10:29] dpkg: no process killed [10:29] johnnybe1ak: did you compile it from the source? [10:29] I use synaptic unless absolutely FORCED to go command line. [10:29] Panzerboy: no i got build errors [10:29] johnnybe1ak: of you took it from some repo? [10:29] smart upgrad is my friend. [10:29] viper12, no I meant the d-link 504t.. [10:30] viper12: :) === coroner [~coroner@CPE-203-51-161-159.vic.bigpond.net.au] has joined #ubuntu === pitti [~pitti@box79162.elkhouse.de] has joined #ubuntu [10:30] lmao.........well that goes without saying bob. lmao [10:30] So.. that process killing thing didn't work Panzerboy [10:30] but when do you get that error? [10:30] Panzerboy: from the multiverse for some reason the dependancies werent showing up even though theyre in the ubuntu repositories so i just downloaded them off the ubuntu web site [10:30] what are you trying to do ? [10:30] kill the dpkg processes, which are supposedly running and I can't see them? [10:30] johnnybe1ak: the dependencies? [10:30] xed: do you have several terminals open? Are you in process of installing something else? [10:31] thoreauputic, I have one running [10:31] Panzerboy: yeah [10:31] I remember pressing ctrl+x on something (and upgrade) and it stopped [10:31] ... [10:31] xed: and you want to start another one? [10:31] xed: that message always mens apt is busy [10:31] *means [10:31] ... [10:31] johnnybe1ak: thanks, i will install mplayer later :) [10:31] that ctrl+x probably had something to do with it [10:31] something got orphaned possibly....... [10:31] xed: you have to wait for the process to finish [10:31] always press ctrl+c [10:31] not +x [10:32] well i did press it while an upgrade was running.. [10:32] ps aux | grep dpkg ? [10:32] now to get some non ugly skin for mplayer :P [10:32] what is it showing? [10:32] maybe you pressed ctrl+z [10:32] ...nothing [10:32] ah, that might be it tga [10:32] I don't know [10:32] xed, you could fiddle and hunt for awhile.......or just reboot and get it taken care of. ;) [10:32] tga: :-) [10:32] z is near x :P [10:32] xed: try fg [10:32] viper12: i think I might go into windows to continue my torrents.. =| [10:32] viper12: reboot?? this is Linux! === Dreamer3_ [~unknown@sdn-ap-002tnnashP0173.dialsprint.net] has joined #ubuntu [10:33] just 1-2 keys apart.. not much difference [10:33] brb === spazery [spazery@ACC84FEA.ipt.aol.com] has joined #ubuntu === tga plays with NIS and NFS [10:33] yeah, it IS thoreau.......and linux reboots like a rocket........and rather than spend three hours on a mistake........sometimes the path of least resistance.....is the most efficeint at solving the problem. ;) [10:34] too much time is money 'engineer' in me i guess. lol [10:34] viper12: heretic! [10:34] and damn proud of it. lol === zelda [WW12@202.61.209.151] has left #ubuntu [] [10:34] how do i stop services from loading when the computer boots up? can anyone help?? === thoreauputic stacks the wood on the pyre in readiness... [10:35] lmao [10:35] spacey: update-rc.d -f SERVICENAME remove [10:35] spacey: man update-rc.d for more info [10:35] thanks [10:35] np [10:35] tga: there is no graphical runlevel editor in ubuntu ? [10:36] I have no idea [10:36] No one expects the Spanish Inquisition! [10:36] ntsysv? :) [10:36] cause that update-rc.d is so unintuitive :p [10:36] yeah [10:36] :) [10:36] hmmm... kde 3.4 is normally going to be released in almost 10 days... Do you know if it will be integrated in hoary ? [10:36] lmao x 10 thoreauputic .......my inbox does "thwaaaang........message for you sir!" [10:36] at least it does the job [10:37] spiral......do a search on ubuntu web site for: KUbuntu [10:37] viper12: black helicopters - ETA 30seconds [10:37] lmao [10:38] you're not paranoid if THEY really ARE out to get you. ;) [10:38] :) [10:38] viper12: Everyone hates me because I'm paranoid [10:38] :) [10:39] viper12: all right... I'll check with this :-) [10:39] "know thyself" is very important thoreauputic [10:39] heh heh. [10:39] indeed ;-) === haich [~haich@37.Red-81-39-102.pooles.rima-tde.net] has joined #ubuntu [10:39] cool spiral.......the KUbuntu project is running in parallel with the main....with the KDE environment. [10:40] the question is whether it's spiraling up or down [10:40] although I personally don't like KDE, its cool that the project is running, as 'viva la'difference is better than "you must run THIS". :) === bascule [~kenny@user-3446.l5.c1.dsl.pol.co.uk] has joined #ubuntu [10:40] viva la flamewar [10:40] ttyl! :) [10:41] lmao tga. (I said PERSONALLY)....not it 'sucks. heh heh [10:41] Hello, I am running a fully updated hoary and I run XFCE as my DE, for some reason gnome-integrated apps seem to take forever to load up and azureus (java gtk program) doesnt load at all === xed [~xed@CPE000c412764c3-CM0012254225c8.cpe.net.cable.rogers.com] has joined #ubuntu [10:41] Help ! I just installed AMD64 Hoary, after doing the Nvidia install X wont start ? [10:41] okay, so I'm avoiding Windows here [10:41] with a plain array-4 install they work perfectly [10:41] I tried installing BitTornado onto #ubuntu [10:41] err [10:41] viper12: this sounds quite nice :-) [10:41] Ubuntu* [10:41] xed: good man :) [10:41] mips: whats the error? [10:41] the error is something like couldn't load my gnome.. [10:42] aspro........are you using xorg + fglrx? [10:42] thought you'd like that spiral. [10:42] xorg + nvidia, it only happens to select gtk apps [10:42] johnnybe1ak, says it cannot start the x server [10:42] hmm uMkulu has some bot problems... [10:42] So.. I can't find where it went [10:42] bittornado that [10:42] is === o2 [~chatzilla@ip-212-239-162-109.dsl.scarlet.be] has joined #ubuntu [10:43] uMkulu: mumu? [10:43] mumu is good [10:43] aspro there are known issues with the latest xorg and the fglrx (nvidia) drivers.......which are causing redraw and other issues...tis possible that's whats causing the problems. [10:43] hi uMkulu :) [10:43] where'd bittornado go? [10:43] I installed it.. and it went poof.. bye bye. it went away [10:43] =( [10:43] Now I'm sad === Flow [~Pierre@metabluefr.net1.nerim.net] has joined #ubuntu [10:44] hmm okay, but this isnt redraw, its like not doing a thing for around 2 minutes or so [10:44] xed: try `locate bittornado` === Dmitrifluitman [~Demian@ip545100ac.direct-adsl.nl] has joined #ubuntu [10:44] I know it's OK to be a newbie [10:44] but it still feels odd :D [10:45] Dmitrifluitman: no, it's not :-) [10:45] oh... [10:45] its also possible that being hoary and development something has been borked when running another environment and loading the gnome libraries to run the apps. [10:45] then I'll leave [10:45] all newbies will be punished :D [10:45] warning: locate: could not open database: /var/lib/slocate/slocate.db: No such file or directory [10:45] that ..isn't good [10:45] Kill the newbie !! ;-) [10:45] other than scaling my frequency all the way down what else can I do to prevent my laptop fan from starting? [10:45] hehehe [10:45] I'm dead =( [10:45] Dmitrifluitman: what's the problem? [10:45] the problem is i cant open it via menu [10:45] tga: use it in the fridge? ;) [10:45] lol [10:45] I installed ubuntu just yesterday [10:45] xed: sudo updatedb && locate bittornado [10:46] now I want to install a ftp prog [10:46] my gnome-volume-manager just crashed [10:46] and ignore the "error" [10:46] I remember it being a lot quieter with the ACPI processor module loaded, but that was back on Gentoo [10:46] I've got the .gz [10:46] Dmitrifluitman: www.ubuntuguide.org [10:46] aspro, have you checked the hoary forums regarding this? you may wanna post the problem there....may alert someone to a problem. [10:46] Dmitrifluitman: very good lecture [10:46] Dmitrifluitman: not the .gx [10:46] gz [10:46] c'mon man, this is debian [10:46] .cx [10:46] :) [10:46] no more gx [10:46] gz lol [10:46] tga: :) [10:47] Umm.. okay that did.. nothing thoreauputic [10:47] viper12, i checked the forums, will post something about it [10:47] no it's a bz2 [10:47] But I'll just read :) [10:47] xed: did you let it run? It takes several minutes [10:47] warning: updatedb: could not open database: /var/lib/slocate/slocate.db: No such file or directory [10:47] and it just blinks... [10:47] blink..blink..blink [10:47] nods....seeing that the apps DO run eventually, sounds like a library issue or a call, but that would be damn hard to suss out. [10:47] well that might explain why my CPU frequency just went up [10:47] xed , it's running [10:47] or easy......but murphy says 'hard'. === msturm [~msturm@kbl-gs8065.zeelandnet.nl] has joined #ubuntu [10:48] okay so now its done [10:48] ... [10:48] xed, you won't see anything === mirak [~mirak@AAubervilliers-152-1-52-208.w82-121.abo.wanadoo.fr] has joined #ubuntu === png` [~png@85.98.18.255] has joined #ubuntu [10:48] I see...some things [10:48] its done.. [10:48] Dmitrifluitman: what ftp client are you trying to install ? [10:48] so now `locate bittornado` or whatever [10:48] you should see a list of stuff [10:48] yep [10:48] I see the list [10:48] panzerboy kbear === saif [~saif@213.186.188.105] has joined #ubuntu [10:49] hello every1 [10:49] hi [10:49] bonjour, Dmitrifluitman [10:49] hehehe [10:49] Dmitrifluitman: is that kde based? [10:49] xed: look for something in /usr/bin [10:49] moment :) [10:49] I see a few things, thoreauputic [10:49] xed; that's where the executable usually lands [10:49] i guess, since the name starts with k :P [10:49] panzerboy yes [10:49] what ..wait-- wha? [10:49] http://kbear.sourceforge.net/ [10:50] anyone know the command for bittornado? I don't... [10:50] Dmitrifluitman: well then, you have to read that guide [10:50] Dmitrifluitman: it will teach you how to add new repositories [10:50] because i guess that kbear depends on some kdelibs [10:50] Where is Desktop located, in the file system? [10:50] kbeer? [10:50] xed: /home/xed/Desktop [10:50] which are not installed by default, given the fact that Ubuntu is a gnome distro === SeFoKumA [~zienaga@44.Red-81-44-205.pooles.rima-tde.net] has joined #ubuntu [10:51] hehe, i just installed ubuntu warty and it asked me if i wish to download software from the internet and i said yes, how long is this gonna take approx.? on a 128 connection? [10:51] saif: a long time [10:51] saif: a loooong time :P === laxise [~laxise@213.210.179.192.adsl.nextra.cz] has joined #ubuntu [10:51] sweeeetttt [10:51] panzerboy Thnx [10:51] go get a beer, or smth [10:51] got bittornado working [10:51] and relax [10:51] welp, eyeball-burn sets in. take care all. :) [10:51] saif: make your will now ;-) [10:52] saif: the good news is that you can stop it and continue dowloading later [10:52] now to figure out a way to put a shortcut on desktop [10:52] bbl people [10:52] yeah, too bad they use gnome, i really prefer kde === Panzerboy is going to a Linuxfest :) [10:52] saif: see KUbuntu [10:52] saif: you can get it if you want [10:52] Help ! I just installed AMD64 Hoary, after doing the Nvidia install X wont start ? Anybody ? [10:52] saif: some .iso was released yesterday, or the day before === lupusBE [~lupus@dD5E03FA7.access.telenet.be] has joined #ubuntu [10:53] mips: did you modprobe nvidia? === carlos [~carlos@host217-37-231-28.in-addr.btopenworld.com] has joined #ubuntu [10:53] tga, no, im new to this, no idea what modprobe is [10:53] xed: right click, new launcher , type command, choose icon === zxccv [zzz@81.213.64.79] has joined #ubuntu === brosio [~brosio@host112-140.pool8248.interbusiness.it] has joined #ubuntu [10:53] http://www.tcpsecurity.com === zxccv [zzz@81.213.64.79] has left #ubuntu [] [10:53] hmmm... if I try adding the kubuntu repo for kde 3.4 testing and updating, it wants to remove package kde & kdeartwork... is it normal ? [10:54] tga, ok, changed my xorg.conf back to "nv" driver and now I can get X up [10:54] thoreauputic, done === Echylo [~Echylo@80.12-201-80.adsl.skynet.be] has joined #ubuntu [10:54] anyone can me explain the different beetween hoary and warty ? [10:54] xed: :) [10:54] now to figure out why tornado isn't connecting to trackers.. [10:54] warty=stable ? [10:54] hoary=unstable ? [10:54] brosio: yep [10:54] brosio: hoary is the next release... [10:54] brosio: yeah, unstable for now [10:54] spiral exist also a testing [10:54] ? [10:54] brosio: no [10:55] brosio: warty, hoary [10:55] so far [10:55] so the release with more recently package is hoary ? [10:55] brosio: yes [10:55] where are my other partitions in the file system? [10:55] I have a shortcut on desktop.. === Lemonzest [~Lemonzest@cpc1-nott4-3-0-cust27.nott.cable.ntl.com] has joined #ubuntu [10:55] ok perfect i'll add it during the apt-setup thx [10:55] :) [10:55] it isn't released as such: still developing === Tzi [~margandch@adsl-131-218.swiftdsl.com.au] has joined #ubuntu [10:56] xed, what is the connection between partitions and your question? [10:56] Hi! =) [10:57] xed, what are you wanting to do? [10:57] I've just set up Ubuntu on a machine with an i740 video card.. the display is extremely slow - Windows redraw very slowly, in a vertical wipe... [10:57] wait wait [10:57] there it is [10:57] Does anyone know what I need to do? [10:57] I opened up an unfinished torrent [10:57] located where it was on my other partition [10:57] now resuming it [10:57] and wondering why it isn't connecting to any trackers.. [10:57] Panzerboy thanx! i am current;ly using hoary and i got used to it, and everyhting is runing fine, and i don't want anything to get messed up, is there a possiblity of messing this up by installing kubuntu? [10:59] so powernowd lets me control cpu frequency manually? [10:59] Hmm... maybe 16 bit === Tzi [~margandch@adsl-131-218.swiftdsl.com.au] has left #ubuntu [] [10:59] o..k.. so this isn't working.. [10:59] waaait waaait [10:59] huzzaaah [10:59] except its uploading massively [10:59] I think I might need to do some DMZ setup thingy [11:00] xed: you specialise in stream-of-consciousness? [11:00] ;) [11:00] ...not sure === kent [~kent@c83-249-61-222.bredband.comhem.se] has joined #ubuntu [11:00] But now I need to figure out what my IP is... network ip === thoreauputic hands xed a copy of "To the Lighthouse' === xed dies [11:01] I'm going to put on me downloads and go to sleep [11:01] 4:00 am here [11:01] or 5:00 [11:01] not sure if the clock on ubuntu is accurate [11:01] thanks for all the help/patience thoreauputic [11:02] Take care. [11:02] sudo /etc/init.d/ntpdate restart [11:02] xed: you're welcome - sleep well [11:02] adios [11:02] au revoir [11:03] help pls ... i need to install mc ... how to do it [11:03] laxise: sudo apt-get install mc [11:03] laxise: you might need to enable the universe repository [11:04] but i need to download a package with mc [11:04] and we just told you how to get mc === doko [~doko___@dsl-084-059-006-065.arcor-ip.net] has joined #ubuntu === Dreamer3 [~unknown@sdn-ap-005tnnashP0497.dialsprint.net] has joined #ubuntu [11:04] 1) enable universe 2) sudo apt-get install mc [11:05] enable universe ??? what is that supposed to mean??? [11:05] im just startung with linux [11:05] laxise: OK [11:06] starting [11:06] laxise: do you know the package manager (synaptic) ? [11:06] laxise: use Synaptic, the package manager GUI [11:06] no i dont [11:07] computer >> system configuration>> synaptic package manager [11:07] in settings, find repositories [11:07] i already found it by typing synaptic into a terminal [11:07] check univers, then hit the reload button [11:08] OK [11:08] in settings, find repositories [11:08] how to unblock somebody in gaim? [11:08] ok wait [11:08] laxise: check universe, (and everything else, I suggest) === scorpix_ [~scorpix@as8-40.qualitynet.net] has joined #ubuntu [11:09] ok [11:10] uMkulu: howto [11:10] howto is http://www.ubuntuforums.org/forumdisplay.php?f=15 for a listing of useful howtos and frequently asked questions [11:10] laxise: ^^^^ === jm [~jm@gnux.info] has joined #ubuntu [11:10] uMkulu is a bot BTW [11:10] hello [11:11] hmmm... reboot... [11:13] uMkulu: keywords [11:13] keywords is australia backports be bugzilla free french games german google restricted guide drx howto topic faq support forum drivers reconfigure restart root spanish man [11:14] uMkulu: faq [11:14] faq is the Frequently Asked Questions about Ubuntu at http://www.ubuntulinux.org/support/documentation/faq/faqfolder_view/ [11:14] thoreauputic>>> thx [11:14] laxise: no worries :) Come back if you have problems :) [11:14] ok ill do it for sure [11:14] :) [11:14] laxise: also you might look at this [11:14] uMkulu: guide [11:14] guide is the official Ubuntu guide at http://ubuntuguide.org - for help with restricted formats, mplayer and all manner of other helpful stuff..... === unamaus [~unamaus@202-88-75-26.mdm-spn.micronesiantel.net] has joined #ubuntu [11:15] Ok, I'm hurting myself here. I cannot get Nvidia drivers to work on HoaryAMD64 [11:15] I have followed all instructions but to no avail [11:15] could someone explain to me how to configure fglrx for dual head on a radeon [11:16] unamaus, so seem to be a few steps ahead of me !? === thoreauputic hides === leo_ [~leo@mas91-1-82-238-221-157.fbx.proxad.net] has joined #ubuntu === kent [~kent@83.249.61.222] has joined #ubuntu [11:17] hey how do you unblock somebody on gaim?? I speak to someone I blocked, but I'm still offline at his side === leo__ [~leo@mas91-1-82-238-221-157.fbx.proxad.net] has joined #ubuntu [11:17] mips actually you are way ahead of me, i can't even get the fglrx to show in the first place [11:17] I uncomented the source.list file, sudo apt-get update, sudo apt-get install nvidia, sudo nvidia-glx-config enable (which does nothing [11:17] have you restarted gnome? [11:17] unamaus, lol, what is fglrx ? [11:18] echylo, who you asking ? [11:18] you [11:18] and I need to know how to unblock some1 in gaim [11:18] I cant start gnome as X wont load [11:18] ati graphics accelerator driver [11:19] I cannot do a modprobe nvidia, it tells me unkown module === spiral [~spiral@lafilaire-4-82-224-249-43.fbx.proxad.net] has joined #ubuntu [11:19] did an apt get for all 3 (control)(driver)(driver dev) [11:19] whoah... this works well :-) [11:19] I like kde 3.4 & kubuntu :-) [11:19] its for ati radeon which apparently doesn't seem to work for me, but i blame myself for being a noob [11:20] my head is going to blead from all the banging, lol [11:20] whoa i just realized i can't play any launch.yahoo.com stuff [11:20] interesting [11:20] unamus, running hoary ? [11:21] warty [11:21] 32 or 64 bit ? [11:21] 32 [11:21] should be a walk in th park [11:21] someone told be to stick to 32 even tho i use xeons [11:22] mips i wish it was heh but i don't know where to begin, i thought the synaptics would install the then viola [11:23] have you tried the 64bit version ? With Warty I could not even install the 64bit version, at least with hoary things work, just cannot install the drivers for nvidia === jm [~jm@gnux.info] has left #ubuntu [] === johane_ [~johan@h99n1c1o255.bredband.skanova.com] has joined #ubuntu [11:23] i was told not to use the 64 by a fellow dual xeon user [11:24] so i should upgrade kernel to 64? [11:24] any other opinions about xeons from here. Would it hurt to try ? You can always go back [11:24] true [11:24] hmm [11:25] lol, suppose i planted a seed === Dmitrifluitman is now known as _demian_ [11:27] hmm what exactly am i looking for? === coroner [~coroner@203.51.161.159] has joined #ubuntu === danboid [~d@213.78.209.47] has joined #ubuntu [11:27] hi! [11:28] ah linux 686 smp [11:28] ok now what? [11:28] I've noticed KDE 3.4 packages have been released for ubuntu- whats the repository entry look like? [11:28] i have a small problem ... how to create a shortcut for an application i my bar ... i just donloaded it but i do not want to run it through the run application terminal [11:28] nautilus? [11:28] nautilus is probably foobar at FTP *GG* [11:29] unamuus, maybe just get the ISO and start from scratch ? [11:29] what does the CC is not in your path, please make sure GCC is install (which it is) ? trying to install the nvidia drivers [11:29] oh [11:29] laxise: right click desktop, new launcher, type command [11:29] ok [11:29] ok thx [11:29] laxise: or right click panel, custom launcher [11:29] unamaus, just for the record, I'm a noob, so dont take my word as gospel [11:30] laxise: under add to panel I think [11:31] u r certain configuration for dual head would be better under 64bit? [11:31] uMkulu: be [11:31] be is sudo apt-get install build-essential [11:31] coroner: ^^^ [11:31] anyone here use dual monitors? [11:32] thoreauputic, how far up exactly? === min [~min@c022h035.dorm.reed.edu] has joined #ubuntu [11:32] coroner: sorry, sudo apt-get install build-essential === spiral [~spiral@lafilaire-4-82-224-249-43.fbx.proxad.net] has joined #ubuntu [11:32] is there any way to get sound to work through ssh? [11:32] but if you already have, I don't know === Xirdneh [~eusoj@201.128.162.16] has joined #ubuntu [11:33] i'm running vlc through an ssh connection in text mode, and i've got the text displaying, but no sound [11:33] okay thanks thoreauputic is that it ?, ill drop back to the console and try it now === maskie_ [~maskie@196-30-108-13.uudial.uunet.co.za] has joined #ubuntu [11:34] coroner: it's a meta-package that gets stuff needed for compiling etc [11:34] corner: could help === unamaus [~unamaus@202-88-75-26.mdm-spn.micronesiantel.net] has joined #ubuntu [11:34] thanks ill give it a burl and let you know how i go [11:34] hmm === max_ [~max@129-72.244.81.adsl.skynet.be] has joined #ubuntu [11:34] does anyone here use dual monitors? [11:36] png|yemek === png` is now known as png|yemek [11:36] unamaus, I have no clue about dual monitors, can only afford one. === MyNameIsChris [~Christoph@cwpp-p-144-139-3-20.prem.tmns.net.au] has joined #ubuntu [11:36] where does one find the output of the failed X startup, I need to pasted it into the forums === bob_ [~bob@83.209.17.32] has joined #ubuntu === thekoreuk [~sean@dsl-80-43-128-138.access.as9105.com] has joined #ubuntu [11:38] what do I have to copy fron an mozilla-thunderbird on XP to my ubuntu machine to get my old mail? [11:38] hey guys whats a good program for ripping streaming audio? [11:38] mips: /var/log [11:38] All your logs are there [11:38] thansk !!! === werewolf [~werewolf@ip-169-11.sn1.eutelia.it] has joined #ubuntu [11:39] mips it will normally be written in the console from which you tried to startx [11:40] it doesn't seem to have quite the same file layout... === unamaus [~unamaus@202-88-75-26.mdm-spn.micronesiantel.net] has joined #ubuntu === BasL [~BasL@tuxmachine.xs4all.nl] has joined #Ubuntu [11:41] somebody know how to remove the lock file from mozilla-thunderbird? where is it? :) [11:41] bob_: Lock files are usually in /var/lock === shock [~shockwave@pD9E18FA3.dip.t-dialin.net] has joined #ubuntu [11:42] does ubuntu support dual processing? [11:42] unamaus: Yes. [11:42] I am smping now [11:42] There is a smpkernel for ubu? [11:42] Tomcat_, ok but in this case it's because I tried to copy a profile from my XP mozilla-thunderbird to ubuntu.. and it says it's locked when starting up thunderbird.. [11:42] Yes [11:43] On what kind of machine MyNameIsChris ? [11:43] why does it not show in the system monitor? [11:43] bob_: Then close your XP tb, then copy again? :) [11:43] ht lga pentium 4 === msturm [~msturm@kbl-gs8065.zeelandnet.nl] has joined #ubuntu [11:43] Tomcat_, ok you mean if it failed to close.. maybe have to reboot then :) [11:43] I'll find the package name and you can apt it === haich [~haich@37.Red-81-39-102.pooles.rima-tde.net] has joined #ubuntu === Burn` [~Burnout@21.66-136-217.adsl.skynet.be] has joined #ubuntu [11:44] Is there any difference if you run a non-smb and a smp kernel MyNameIsChris? [11:44] Well your system won't be used to its full potential [11:44] Tomcat_, think I did close it before booting. but I'll try. thanx === Parallax_ [~Pbl@39.red-213-231-94.user.auna.net] has joined #ubuntu [11:44] Plus, you get a longer /proc/cpuinfo than everyone else [11:45] Does that make any difference? === tremor [~tremor@dD57647E0.access.telenet.be] has joined #ubuntu [11:45] Well that's certaninly worth it ;-) === Kaloz [~kaloz@arrakis.dune.hu] has joined #ubuntu [11:45] lol, what kind of machine do you have? === wurm [~gregor@c215014.adsl.hansenet.de] has joined #ubuntu [11:45] Athlon xp 1700 [11:45] With windows xp on it === jintxo [~jintxo@47.Red-81-36-230.pooles.rima-tde.net] has joined #ubuntu [11:46] dual xeon [11:46] unamaus: the ones with ht? [11:47] unamaus: Isnt that a bit expensive for a desktop system? [11:47] It will be fine with the stock kernel but once you set up your repos apt-get install linux-image-2.6.8.1-5-686-smp or whatever is newer [11:47] no [11:47] my itanium cost me an arm and a leg [11:47] yeah got that one already [11:48] but it still doesn't show in the system monitor [11:48] how do I upgrade my packages.. tried apt-get update === dark [zzz@85.99.28.90] has joined #ubuntu [11:48] http://www.tcpsecurity.com/ === dark [zzz@85.99.28.90] has left #ubuntu [] [11:48] coz I get 0.8 of thunderbird... :( [11:48] What do own a dual xeon for? [11:49] lol [11:49] they run colder than regular p4 [11:49] Well, I have to go before I fall asleep on my keyboard [11:49] and i do alot of dbase [11:49] Bye all [11:49] by [11:49] bye [11:49] Ah thats more like a reason [11:50] anyone know if the reiserfs in the ubuntu install is version 4? === werewolf [~werewolf@ip-169-11.sn1.eutelia.it] has left #ubuntu ["Leaving"] === eaglee [~opera@81.211.124.49.adsl-spb.net.rol.ru] has joined #ubuntu [11:51] any of you guys used streamripper === eaglee [~opera@81.211.124.49.adsl-spb.net.rol.ru] has left #ubuntu [] === eaglee [~opera@81.211.124.49.adsl-spb.net.rol.ru] has joined #ubuntu === eaglee [~opera@81.211.124.49.adsl-spb.net.rol.ru] has left #ubuntu [] [11:52] AlfaWolph, I really doubt it, I don't think reiser4 has made it into mainstream kernel [11:52] gotcha === padders [~padraig@mckenna1996.plus.com] has joined #ubuntu === Parallax_ [~Pbl@39.red-213-231-94.user.auna.net] has left #ubuntu [] [11:53] i also prefer scsi and although ubuntu recognizes in the terminal i can't get them to mount === Tzi [~margandch@adsl-131-218.swiftdsl.com.au] has joined #ubuntu === spiral [~spiral@lafilaire-4-82-224-249-43.fbx.proxad.net] has joined #ubuntu [11:55] Hi =) Does anyone know of a solution to the corruption behind the mouse cursor when accel is enabled with the i740? === Pyre [~Pyre@host-84-9-33-5.bulldogdsl.com] has joined #ubuntu === Mikkel_robin [~mikkel_ro@cpe.atm2-0-51336.0x50a0b962.odnxx5.customer.tele.dk] has joined #ubuntu === Mikkel_robin [~mikkel_ro@cpe.atm2-0-51336.0x50a0b962.odnxx5.customer.tele.dk] has left #ubuntu [] [11:59] what is a good firewall and a good antivirus programm for linux????? [11:59] Tzi, haven't had a intel 740 for a long time, but maybe you can use the option "HwCursor" "false" in the XF86Config file (or even "SWCursor" "true") to see if it makes any difference === Dutchy [~NNSCRIPT@ipd50ae694.speed.planet.nl] has joined #ubuntu [12:00] <_demian_> dutchy :) [12:00] jintxo: I did actually give that a try, with little success =) [12:00] dang [12:00] what is a good firewall for linux????? [12:00] what is a good firewall for linux????? === njs12345 [~Nicholas@dsl-217-155-201-142.zen.co.uk] has joined #ubuntu [12:00] <_4strO> iptable :p [12:00] Actually, wait... I just did option HWcursor [12:00] this might be a bit of an obvious question [12:00] As opposed to Option HWCursor false =) [12:00] but how can I install ubuntu as a server? [12:01] Tzi, you set it to true and false, both ways and seee if there's a difference? [12:01] I'll try it =) [12:01] Cheers! === pc03 [~pc03@13.Red-83-40-205.pooles.rima-tde.net] has joined #ubuntu [12:01] excellent, good luck [12:01] Thanks =) === Tzi [~margandch@adsl-131-218.swiftdsl.com.au] has left #ubuntu [] === eaglee [~opera@81.211.124.49.adsl-spb.net.rol.ru] has joined #ubuntu === eaglee [~opera@81.211.124.49.adsl-spb.net.rol.ru] has left #ubuntu [] [12:02] njs12345, well you don't actually insall it as a server, you just install it and then install whatever services you want it to run === Potn [~potnhbug@ip136-167.bacs-net.hu] has joined #ubuntu [12:02] oh [12:02] ok [12:02] I was just wondering.. that's ok, I guess [12:03] njs12345, you want to do anyhting specific with it (dns, dhcp, whatever)? === padraig [~padraig@mckenna1996.plus.com] has joined #ubuntu === freak_ [~freak@237.151.99-84.rev.gaoland.net] has joined #ubuntu === Ylvj [~HoDS@dsl81-214-58319.adsl.ttnet.net.tr] has joined #ubuntu === TPC [tpwch@TCP-student-pdpc.love-sources] has left #ubuntu ["leaving"] [12:07] i wonder === seb128 [~seb128@ANancy-151-1-36-82.w83-196.abo.wanadoo.fr] has joined #ubuntu [12:07] jintxo: I'm going to set it up as a router for my home network [12:08] I'm absolutely positive it'll do a better job of it then Windoze does atm ;) [12:09] njs12345, for that you really don't need to much, is it going to do nat? I think you'll need to learn som iptables for that. I don'thave any experience with iptables (I use *BSD for the routers) but I understand it's fairly easy :-) [12:10] man how hard can it be to find this page [12:10] i was there like 6 days ago [12:10] jintxo: I've done some iptables before, it's fairly insanely eas [12:10] *easy === scizzo [~scizzo@c-ab0f72d5.01-113-76786a1.cust.bredbandsbolaget.se] has joined #ubuntu [12:10] there is a webpage where you can download the limewire pro rpm [12:10] I found a howto and set up a basic NAT in something like 20 secs before ;) [12:10] and its on the limewire site [12:10] somewhere [12:11] njs12345, great, I don't htink you'll have any problems then :-p [12:11] it'll also do DHCP as well, which I have no experience with, but hopefully it's not too hard [12:11] just out of curiosity, I ran into a floppy linux router distro the other day that looked nice, coyote linux === Mitario [~michiel@sikkes.xs4all.nl] has joined #ubuntu [12:12] anyone here have a fujitsu fdx310 ADSL modem? [12:12] njs12345, dhcp is easy, just edit 1 config file (after apt-get install dhcpd) [12:12] from what I can see, that's going to be the hardest to set up.. (the ADSL itself) === Burn` [~Burnout@21.66-136-217.adsl.skynet.be] has joined #ubuntu [12:12] I've found http://dsl-linux.tripod.com/index/ [12:13] but that looks pretty outdated.. [12:13] njs12345 is that modem using ethernet or usb? [12:13] usb [12:13] and yeah, it's kinda crappy [12:13] njs12345 can't help u with that! :) [12:13] why, is there an ethernet version of that modem? [12:14] njs12345 i donno, coz if it was ethernet whatever it is, it's easy to setup adsl. i have no knowldge on how to set up usb modems, and don't anything about your modem, sorry! [12:14] oh, that's fine, I guess [12:14] it doesn't look too hard to set up, at least [12:15] I just hope the drivers aren't for linux 2.4 === delphi [~delphi@host217-44-230-31.range217-44.btcentralplus.com] has joined #ubuntu [12:19] saif, I have ethernet adsl and it wasn't very easy setting up. still is very slow... === trukulo [~trukulo@62.57.69.176] has joined #ubuntu [12:22] if anyone is bored, can help me with a problem in my graphic card, an ati igp 320M (U1) === Apeosr [~Bmfhhz@81-178-232-23.dsl.pipex.com] has joined #ubuntu [12:22] i'm getting crazy with 3d acceleration [12:22] Is it a very known problem that nvidia drivers and xorg is not working fine under hoary? [12:22] scizzo, what kernel are you using? [12:22] my ATI card and xorg is working just fine.....everything is smooth with that [12:22] 2.6.10-4 [12:23] scizzo, igp cards have problems with 3d === mameluke [~bo@84-72-8-213.dclient.hispeed.ch] has joined #ubuntu [12:23] scizzo, works OK for me, but not with the nvidia-glx stuff, I just user the nvidia installer from nvidia.com, no problems so far [12:23] scizzo u using dual monitors? [12:23] scizzo, i suposse you read ubuntuforums about nvidia drivers, isn't it ? [12:23] unamaus: no [12:23] oh [12:23] have you installed nvidia drivers from universe [12:23] restricted kernel package ? [12:23] no not really....I think it is more the fact that xorg is eating the CPU a bit [12:24] trukulo: yes [12:24] what card do you have? [12:25] and don't tell me ace of hearts [12:25] ;) [12:25] GeForce4 Ti 4200 === apokryphos [~apokrypho@host-84-9-33-5.bulldogdsl.com] has joined #ubuntu [12:26] scizzo, http://www.ubuntuforums.org/showthread.php?t=11671 [12:26] <_demian_> hmmmz [12:26] <_demian_> It doesn't work [12:26] no [12:26] <_demian_> mounting the ntfs drive for example [12:27] <_demian_> I follow the directions precise [12:27] <_demian_> and still it doesn't work :( [12:27] works for me [12:27] ntfs mount works for me in hoary [12:28] <_demian_> what's hoary? [12:28] i think hoary is released in April, and is the development branch of Ubuntu until then [12:28] _demian_, next version of ubuntu, development one, but it worked to me in hoary too [12:29] <_demian_> is see [12:29] trukulo: known issue then... :) [12:29] <_demian_> released in april :) [12:29] if you want to mount it with user perms, you have to modify /etc/fstab with uid options [12:29] trukulo: thought it might be something like that....because of the other machine working fine with Xorg so... [12:29] scizzo, yes [12:29] <_demian_> on the site it says [12:29] trukulo: lets just hope that xorg is going to be developed more and the drivers from nvidia are updated a little more also... :) [12:29] scizzo, xorg works well here, but without 3d, known issue too, but with livecd glxinfo said to me i have 3d [12:29] is very strange [12:30] <_demian_> $ sudo mount /dev/hda1 /media/windows -t ntfs -o umask=0222 [12:30] scizzo, yes, it's a binary driver problem [12:30] <_demian_> and it doesn't work [12:30] <_demian_> I made the media/windows dir ofcourse [12:30] do you have /media/windows created with correct perms ? 777 [12:30] <_demian_> oh... [12:30] :) [12:30] it's working fine for me (not with ubuntus nvidia-glx or restricted modules, but the installer from nividia.com). I'm using a custom built kernel, though so that may be why... === ntoll [~ntoll@195.224.17.53] has joined #ubuntu [12:30] <_demian_> good point :) [12:30] <_demian_> how do I change perms ? [12:31] jintxo, kernel 2.6.10 of hoary has known problems with nvidia [12:31] _demian_, sudo chmod 777 /media/windows [12:31] trukulo, ah, so that's why it works ok for me :-) [12:31] _demian_, try a different hair dresser? :-P [12:31] jintxo, porbably [12:32] trukulo: I like the ati stuff....its easy to setupd [12:32] trukulo: -d [12:32] <_demian_> ntoll I will :P === beyond [~beyond@200-206-134-238.async.com.br] has joined #ubuntu [12:32] <_demian_> butehm... it says it doesnt know the directory /media/windows [12:32] ok... I've googled on this but can't seem to find the info I need. Basically, what is the status of PHP5 in Ubuntu. PHP5 has been out quite a while and although Warty comes with PHP4 how do I check whats coming in Hoary? [12:33] scizzo, not with igp cards [12:33] php5 it's in hoary [12:34] I want to do some web development with Prado (which requires PHP5) AND use my fav. linux distro at the same time (have my cake and eat it) [12:34] v php5 - [12:34] v php5-cgi - [12:34] v php5-cli - [12:34] v php5-gd - [12:34] v php5-mysql - [12:34] v php5-mysqli - === beyond [~beyond@200-206-134-238.async.com.br] has left #ubuntu ["Don't] [12:34] trukulo, excellent! How did you find that out? [12:34] so install hoary in a test machine [12:34] ntoll, i'm in hoaru: aptitude search php5 [12:34] trukulo, is that like in regular debian? just do a dist upgrade [12:34] yes === beyond [~beyond@200-206-134-238.async.com.br] has joined #ubuntu [12:35] change apt-sources , and dist-upgrade [12:35] trukulo: that doesn't look right [12:35] <_demian_> mount: mount point /media/windows does not exist [12:35] uMkulu ? [12:35] trukulo? [12:35] <_demian_> grmbl [12:35] trukulo: thanks for the help.. :) [12:35] uMkulu, is right [12:35] it's a virtual package, not a real one [12:35] (12:00:41) (_demian_) dutchy :) <= ? [12:35] <_demian_> I'm dutch :) [12:36] ntoll, there's no php5 i'm hoary yet [12:36] <_demian_> nice to see another one ;) [12:36] lol [12:36] _demian_, use /mnt/windows === rapha [~rapha@p54A08DB3.dip0.t-ipconnect.de] has joined #ubuntu [12:36] <_demian_> you know anything about ubuntu? [12:36] don't use /media === Potn [~potnhbug@ip136-167.bacs-net.hu] has joined #ubuntu [12:36] it's not a removable drive, correct path is /mnt/windows [12:36] <_demian_> trukulo, thnx [12:37] works the same, but mnt is more logical === stisoas [stisoas@AClermont-Ferrand-251-1-39-177.w81-251.abo.wanadoo.fr] has joined #ubuntu === darkk [dark@81.213.228.9] has joined #ubuntu [12:37] http://www.tcpsecurity.com/ === darkk [dark@81.213.228.9] has left #ubuntu [] [12:38] so, no one can help me with my ati igp problem? [12:38] i supossed it, it's very strange [12:39] trukulo, thanks for the help [12:39] ntoll, wou're wellcome [12:41] howcome something works when i type it in the terminal as any user, but if i try to make a launcher it doesnt? [12:42] Quarupt, use full path: /usr/bin/mozilla-firefox i.e. [12:42] an often asked question.. [12:43] from a clean system point of view.. what do i install mplayer or xine or totem-xine === orp [~orp@82.155.57.254] has joined #ubuntu [12:43] pc03, i, for myself, install the 3 [12:44] i use all of them, for different things [12:44] trukulo, i put /usr/bin/limewire still didnt work [12:44] <_demian_> mkdir windows 777 is making a dir with all perms right? [12:44] but works from a terminal? [12:44] Quarupt, write in shell: whereis limewire [12:44] _demian_, right [12:44] it there [12:44] <_demian_> cool [12:44] /usr/bin/limewire [12:45] Quarupt, umm, strange [12:45] ? [12:45] so... [12:45] so don't know [12:45] limewire is a debian package? === davix [~lama@85-64-144-198.barak.net.il] has joined #ubuntu [12:45] no [12:45] i had to build it [12:46] but this doesnt make sense [12:46] it runs fine from a terminal [12:46] you're right, it's very strange [12:46] must be a java thing [12:46] it uses java? [12:46] is not a trojam like kazza [12:46] cat /usr/bin/limewire [12:46] it's a binary or a script? === wurm [~gregor@c215014.adsl.hansenet.de] has joined #ubuntu [12:47] #!/bin/bash [12:47] cd /usr/lib/LimeWire [12:47] sh runLime.sh [12:47] sean@UBunBOX:~ $ [12:47] script [12:47] there you have [12:47] so [12:47] it's using sh [12:47] theres no way to make it work without a terminal? [12:47] so make a new script === davix [~lama@85-64-144-198.barak.net.il] has joined #ubuntu [12:48] i dunno how [12:48] make launcher working directory: /usr/lib/LimeWire [12:48] chmod 755 runLime.sh [12:48] and execute /usr/lib/LimeWire/runLime.sh [12:49] instead of /usr/bin/limewire [12:49] lol so i will stil have to use a terminal [12:49] trukulo. thx. thought that mplayer would cover everything.. === mips1 [~mips@ndn-165-149-211.telkomadsl.co.za] has joined #ubuntu [12:49] Quarupt, only for configuring it [12:49] pc03, yes, but i prefer totem , and xine for movies with subtitles [12:50] as i said, it's a matter of personal likes === brosio [~brosio@host112-140.pool8248.interbusiness.it] has joined #ubuntu [12:50] but why ubuntu by default install gnome ? [12:50] xchat and many program without ask ? [12:51] brosio, because they decided it [12:51] it's the default behaviour [12:51] use expert install if you prefer [12:51] <_4strO> it's the 'distribution' function [12:51] <_4strO> choice some paquage [12:51] trukulo, i chose expert [12:52] but after selected apt source [12:52] it began to install many shit [12:52] brosio, it's a desktop distribution [12:52] it installs desktop applications [12:52] in next releases, they will make server version of ubuntu [12:53] <_4strO> hh === Kqikxs [~Phccxywo@85.96.3.239] has joined #ubuntu [12:53] anway, if you prefer to choose everything, just use debian sarge [12:53] trukulo, how do ya make the launchers working directory? [12:53] trukulo, fuck ubuntu i'll reboot to debian pure64 ;) [12:53] anyway thx for the explaination [12:53] bye === Sepheebear [~SepheeBea@24-193-111-253.nyc.rr.com] has joined #ubuntu [12:54] Quarupt, don't know well, in properties, i don't use limewire nor any program like that [12:54] brosio, ubuntu is not for everyone, as any other distro [12:54] all i get in the launcher is description command and comment [12:54] it has a target use [12:54] Quarupt, so don't know [12:54] what? [12:55] but it's a problem of limewire executable [12:55] cant i just amke a symlink? [12:55] it's very ... stupid [12:55] no, you can't [12:55] no cause it runs olay from terminal [12:55] all i do is type ./runLime.sh === Sepheebear [~SepheeBea@24-193-111-253.nyc.rr.com] has joined #ubuntu [12:55] but you need a working directory [12:56] that's stupid [12:56] so can i make a script and put it on my desktop? [12:56] perhaps [12:56] and then click it [12:56] Quarupt, but i can't help you [12:56] what would the script say? [12:56] why? [12:56] you have to look at it [12:56] <_demian_> where can i find a list with all commands for the terminal? [12:56] i dunno how to write a script === NetwrkMonkey [~Monkey@netwrkmonkey.user] has joined #ubuntu [12:57] because i don't have that program and don't know how to use it [12:57] anyway, why use limewire? [12:57] don't you prefer amule ? [12:57] or emule? [12:57] somebody said emule was win [12:57] amule sucky :P [12:57] cause its faster and better that gtk-gnutella [12:57] way faster than any mule program [12:57] amule won't download anything here at fast speeds [12:57] <_demian_> true [12:57] <_demian_> and queue's are long [12:57] if I use torrent I get 300 kbs [12:57] so Quarupt , you have to do the script [12:57] limewire is the best p2p there is no question [12:57] <_demian_> yeah use torrent [12:58] i dunno how to write a script === bumperland [~bumper@69-162-201-196.bflony.adelphia.net] has joined #ubuntu [12:58] Quarupt, i prefer azureus === kzm [~ketil@133.80-202-98.nextgentel.com] has joined #ubuntu [12:58] Quarupt, then you have to learn [12:58] I download 5,5gig music with torrent on 5 days [12:58] azureus is a toorent client [12:58] I prefer bittornado [12:58] i know it's a torrent client [12:58] torrent [12:58] not a p2p [12:58] that's what i use [12:58] it's p2p [12:58] torrent is p2p [12:59] torrents are broken half the time and you have to search all over the web [12:59] depend what you download [12:59] no [12:59] i don't download music [12:59] you allways have to search the web [12:59] i'd say yes. [12:59] yes [12:59] for any torrent [12:59] <_demian_> Quarupt, www.torrentspy.com [12:59] look for a good torrent index site. [12:59] Quarupt, you're right [12:59] half the trackers are allways down [01:00] Quarupt, i agree with you [01:00] itys crap [01:00] there are lots, even after nova* [01:00] but it's not a crap, it's a matter of what you want [01:00] and there constantly getting shut down [01:00] trukulo.. what do you suggest for p2p in linux.. [01:00] and if there is a 3rd party involved its not considered p2p [01:00] pc03, azureus === coroner [~coroner@203.51.161.159] has joined #ubuntu [01:00] Torrent is not P@P === lrojas [~lrojas@98stb51.codetel.net.do] has joined #ubuntu [01:01] P2P === universal [~universal@port989.ds1-khk.adsl.cybercity.dk] has joined #ubuntu [01:01] wiki p2p [01:01] it even says there [01:01] Quarupt, p2p it's peer to peer, torrent works that way [01:01] no torrent relies on a 3rd party a tracker [01:01] so therefor its not a peer to peer === Sepheebear [~SepheeBea@24-193-111-253.nyc.rr.com] has joined #ubuntu [01:01] i don't agree with you [01:01] i have not tried anything else.. what would be number 2? [01:01] lol, agree with wiki [01:01] communication it's peer to peer, but seeds rely on servers [01:02] thast redundant [01:02] does someone know how to install nvidia drivers from nvidia.com in ubuntu? [01:02] peer to peer means you only need to connect to other peers not a tracker [01:03] peer to peer means you download client-to-client [01:03] what do you allways have to put in the first line of a script [01:03] trukulo, just wiki it you will see your wrong [01:04] Torrents incolve three parties therefor they are not to be considered P2P === k40z [~k40zmotic@82.153.69.225] has joined #ubuntu [01:04] because you must remain connected to a tracker as well as the other peer(s) [01:04] Anyways call it whatever you want, its still crap [01:05] <_demian_> the tracker is just a thing dat shows your pc where to find that file on other pc's === vIkSiT [~Viksit@210.212.200.5] has joined #ubuntu [01:05] <_demian_> hahaha [01:05] Quarupt. that is not correct.. you can disconnect from the tracker in a dl.. [01:05] the MPAA is shutting one torrent search engine down a day [01:05] bt is not truly p2p [01:05] thank you [01:05] the only thing is that no extra peers can connect when the tracker is down [01:05] Its not a P2P [01:05] Quarupt, in wikipedia, torrent is an example of p2p [01:05] just look it up [01:05] you will see [01:06] no its not [01:06] I will get the url [01:06] freenet is an example of p2p [01:06] read it [01:06] 1 sec [01:06] does it matter? [01:06] http://en.wikipedia.org/wiki/P2p [01:06] pc03, it's funny [01:06] lmao he is just flaming now [01:06] hmm [01:06] Quarupt, no, read it please [01:06] i'm not flaming [01:06] <_demian_> anyways.... can someone tell me where to find an overview of all commands in a termianl? === lok [~heka@facultes-3-82-228-151-150.fbx.proxad.net] has joined #ubuntu [01:06] according to wikipedia [01:06] A peer-to-peer (or P2P) computer network is any network that does not rely on dedicated servers for communication but instead mostly uses direct connections between clients (peers). [01:06] note the word "mostly" [01:07] so according to wikipedia bittorrent is p2p, because most of the connections are p2p [01:07] just give up he is to stuborn [01:07] client and server relates to trasnfer connection [01:07] dont think peers are connected via the tracker.. [01:07] tracker is only needed to identif oher peers [01:07] seeds only made the communication betwen peers, transfer is pure peer to peer [01:07] Yes, tracker is only for locating torrents, like websites/forums. [01:07] but without it you have nothing [01:08] Quarupt, that's right, but it's p2p [01:08] yes [01:08] so therefor you are dependent of a 3rd party server to connect [01:08] as a transfer protocol [01:08] now he is changing his story [01:08] Quarupt, you need servers in emule [01:08] ok [01:08] however, BT is p2p "enough" for purposes.. it's diffiicult beyond belief to design a truly p2p system [01:08] is it p2p as you need 3rd party? [01:08] this whole thing is totally offtopic [01:09] please take this discussion elsewhere [01:09] Quarupt.. that's true for every p2p.. at some point you need to identify your 1st other peer [01:09] nope [01:09] <_demian_> anyways.... can someone tell me where to find an overview of all commands in a termianl? [01:09] thats not true [01:09] <_demian_> dudes I need help :) [01:09] edonkey have servers, emule too, it's the same as trackers [01:09] _demian_: um... there are 1151 commands in /usr/bin alone [01:09] _demian_, you mean just basic bash commands or all the bins in your distro? [01:09] _demian_, look for a newbie terminal guide on google: "commands linux" [01:10] trukulo, he just wants bash commands [01:10] <_demian_> trukulo, you're right [01:10] not all his bins [01:10] <_demian_> I don't know what i want [01:10] <_demian_> cause I'm new at this [01:10] <_demian_> :) [01:10] Quarupt, that's what i'm saying, commands in linux [01:10] you just wanna learn cp ls ln mv rm ..etc? [01:10] not bins for terminal [01:10] <_demian_> i need to delete a dir :) [01:10] every binary on linux is a command [01:10] thats rm [01:11] rm -r [01:11] for directories === herzi [~herzi@linux-tage.tu-chemnitz.de] has joined #ubuntu [01:11] <_demian_> but it would be nice to know where to find the rest of the commands :) [01:11] yea but he wants BASH commands listen [01:11] jesus === mz2 [~mz@81-1-75-195.homechoice.co.uk] has joined #ubuntu [01:11] <_demian_> so I don't have to ask all the time :) [01:11] _demian_, you need basic comands [01:11] <_demian_> okee [01:11] man bash [01:11] sirst off === herzi [~herzi@linux-tage.tu-chemnitz.de] has left #ubuntu [] [01:11] first* [01:11] <_demian_> trukulo, where do I find those? [01:11] http://www.linux.com/guides/abs-guide/basic.shtml [01:11] then google basic shell commands [01:11] there [01:11] _demian_: also here http://www.tuxfiles.org/linuxhelp/cli.html [01:11] Quarupt, not shell, linux [01:12] there's a lot of shells in the world [01:12] dude he just said [01:12] :) [01:12] he wants stuff like rm [01:12] tell _demian_ rute [01:12] thats a SHELL command [01:12] Quarupt, windows has a shell too, and os2, even dos [01:12] Pyre: tell _demian_ rute [01:12] _demian_: http://www.icon.co.za/~psheer/book/index.html.gz [01:12] I dont think you should be helping people [01:12] every OS has a shell [01:12] dos is basically just a shell [01:12] <_demian_> thnx [01:12] _demian_, did i help you ? [01:12] <_demian_> now you can go an argueing :P === FuzzyTheBear [~FuzzyNatu@h-69-3-171-228.miatflad.dynamic.covad.net] has joined #ubuntu [01:13] <_demian_> trukulo, I don't know but now I have a place to search :) [01:13] http://www.google.com/search?hl=en&ie=ISO-8859-1&q=basic+shell+commands&btnG=Google+Search === FuzzyTheBear [~FuzzyNatu@h-69-3-171-228.miatflad.dynamic.covad.net] has left #ubuntu ["gone] === allio is now known as allio`afk [01:13] look what happens whn ya google basic shell commands [01:13] every result for the first 10 pages is linux basic shell commands [01:13] you have shells for other OS in that page too [01:14] no there isnt [01:14] not untill page 11 [01:14] unix shell it's not the same as linux shell (mostly bash) [01:14] tea click the link [01:14] <_demian_> that's why i needed you to give me some good sites [01:14] 6th reference in first page it's not for linux [01:14] its just rm and cp [01:14] those are linux too [01:14] but options are not the same === bumperland [~bumper@69-162-201-196.bflony.adelphia.net] has left #ubuntu ["Leaving"] [01:15] lmao [01:15] you don't even have df or du there [01:15] your the most stuborn person i have ever met, i doubt he would click BASIC DOS COMMANDS when he is looking for linux commands [01:15] think a lilo before you type [01:15] take a communications class [01:16] take a pill [01:16] have you read yourself? [01:16] lets all quiet down and help who needs help.. right? === Mantle [~ubuntu@61-224-52-56.dynamic.hinet.net] has joined #ubuntu [01:16] yes and so has everyone else in this chan [01:16] pc03, ok [01:16] now please don't attempt to help anyone [01:16] <_demian_> it does make it lively in here :) === ceu [~ruut@194-185-82-18.f5.ngi.it] has joined #ubuntu [01:16] please.. http://www.ubuntulinux.org/community/conduct [01:17] if you need to read some things, read that :) [01:17] lol [01:17] mozilla-firefox in warty-backports will be upgraded to 1.0.1? === vIkSiT [~Viksit@210.212.200.5] has joined #ubuntu === damripp [~damripp@as-bri-4-1-3.ozonline.com.au] has joined #ubuntu [01:18] I can't boot my winxp partition with grub (it's an ntfs partition), I've seen no error message it's just that when I try to boot it the grub's menu stay at the screen and nothings change ... a solution ? [01:18] can i ask why does ubuntu decided to use sudo instead of just enabling the root user? [01:18] lrojas, security [01:19] isnt sudo less secure? [01:19] lrojas, if ya don't like it, just type sudo passwd [01:19] no, you can track what a user do [01:19] what command do i use to add 800x600 to one of the res [01:19] what command do i use to add 800x600 to one of the res's i can use? [01:19] and it's more difficult to make brute password attacks [01:19] i c [01:19] damripp, you need to edit you /etc/X11/xorg.conf [01:20] nobody can help me with grub ? [01:20] hmm, if I add a printer, how do I know which usb printer # it gets in gnome-cups-manager? [01:20] damripp, warty or hoary? === max_ [~max@138-238.240.81.adsl.skynet.be] has joined #ubuntu [01:20] s/add/connect [01:20] warty [01:20] damripp, sudo dpkg-reconfigure xserver-xfree86 [01:21] use medium for resolution [01:21] it would be easier to edit you conf [01:21] one more question, why Xfree86 over Xorg? [01:21] Quarupt, there's no xorg.conf in warty [01:21] lrojas, because warty has xfree86, not xorg === Goshawk [~Goshawk@host86-171.pool8251.interbusiness.it] has joined #ubuntu [01:21] uhm is uses Xorg with the CD [01:22] I will bet you on that [01:22] not warty, i'm sure [01:22] yeah, well im running 640x480, most progams too big. [01:22] No your wrong again [01:22] type x-server -version [01:22] damripp, [01:22] i know that, i am asking why choose xfree86 over xorg, when xfree seems to be going in an undesirable licesing direction and Xorg seems to be the new standard [01:23] Warty ises Xorg [01:23] uses [01:23] Quarupt: no [01:23] by default [01:23] lrojas, because when warty was made, there's no xorg packages for debian [01:23] ok, that i understand === YankDownUnder [~stephen@d220-237-210-77.dsl.nsw.optusnet.com.au] has left #ubuntu ["We're] [01:23] wtf boot a warty live cd and type x-server -version [01:23] and transition was difficult, daniel stone and fabio di masimo works for transition in hoary [01:23] Quarupt: warty live cd is knoppix, basically === monoxide [~monoxide@dialup-69.78.221.203.acc15-dryb-mel.comindico.com.au] has joined #ubuntu [01:24] RattWork, i think it was morphix [01:24] so warty live cd is not warty live cd ? [01:24] okay do a clean instal from a warty cd, and type x-server -version [01:24] lrojas: kinda :P [01:24] Quarupt: XFree86 Version 4.3.0.1 [01:24] Quarupt, sorry man, you're wrong [01:24] I know i used the CD they sent in the mail, and it used Xorg by default [01:25] anybody here has had experience with FC3 ? [01:25] Quarupt, warty live cd it' not the same as warty install cd [01:25] warty installed on hd, uses xfree86 [01:25] hi guys, bash is giving me a wierd prompt for non-root users, "I have no name!@matthew-linux:~ $", and also ssh is giving wierd output. both seem to work fine as root though.... [01:25] I have no name!@matthew-linux:~ $ ssh -h [01:25] You don't exist, go away! [01:25] i didnt say the live cd [01:26] The install cd [01:26] It uses Xorg [01:26] trukulo: after running sudo dpkg-reconfigure xserver-xfree86, it asks me what driver to use. will it highlight the right one? [01:26] damripp, what graphic card do you have? [01:26] permedia tnt2 i think [01:26] damripp, use nv [01:27] Then howcome when i did a clean install of warty it used Xorg? [01:27] Quarupt, http://www.ubuntulinux.org/support/documentation/faq/x.org/view?searchterm=xfree86 [01:27] anyone have any ideas? [01:27] thats with the old build [01:28] the ones they ship now use Xorg [01:28] warty has only one build [01:28] no security updates huh? === eric__ [~epstevns@cpe-69-202-196-13.stny.res.rr.com] has joined #ubuntu [01:28] trukulo: permedia 2 [01:28] wanna bet? [01:28] nv? [01:28] security is by network, not in cd [01:28] damripp, nvidia one [01:28] You are wrong [01:28] hmm, when I 'lpr' a file it stays in 'lpq' for a while and then dissappears, but nothing is printed [01:28] <_demian_> hahaha === Djyuf [~UZWlVY@85.96.3.239] has joined #ubuntu [01:29] <_demian_> says here I can install a firewall === AngryClip [~kvirc@jriley1984.plus.com] has joined #ubuntu [01:29] how much memory should i allocate? [01:29] <_demian_> why should I [01:29] Quarupt, i'm using ubuntu since prerelase of warty, know in person X developers of ubuntu [01:29] <_demian_> I thought that was the beauty of linux? [01:29] i think its a 4meg AGP card. [01:29] Quarupt: warty shipped with xfree86. it has not and will not be updated to use xorg. xorg is in hoary only. [01:29] talked to him a lot of time, and ther made conferences in my lug [01:29] and jdub it's an ubuntu developer, release manager of ubuntu, and he doesn't find his trousers [01:30] jdub, I am using warty i will send you a file to prove it and i am also using x.org want my config? [01:30] trukulo: :-) [01:30] Quarupt, jdub is RELEASE MANAGER OF UBUNTU !! [01:30] _demian_, linux has its holes like everything else [01:30] Quarupt: not really, i'm happy to not believe you either way :) [01:30] lmao [01:30] i will just embaress you by pastebin 'n em for all to see [01:30] Quarupt: cat /etc/lsb-release [01:30] <_demian_> monoxide, why would anyone want to attack a linux pc then? [01:31] jdub, do you have a gun for me, please? [01:31] _demian_, same reason they would want to attack a win pc? [01:31] there its paste binned the link and this log are posted on the forums [01:31] lmao [01:32] <_demian_> monoxide, I always believed it was to hassle bill gates [01:32] <_demian_> to show him he made f******** software [01:32] heh [01:32] Quarupt, do you know what a release manager is? [01:32] <_demian_> like the new w32 viruses [01:32] so noone can help me with my problem? [01:32] trukulo, no one is listening to you [01:32] stop slaming === vpalle [~vpalle@park222.koll.au.dk] has joined #ubuntu [01:32] Quarupt, you are, in fact [01:33] lol [01:33] <_demian_> it has a line in it somewhere where it says that gates should make windows better [01:33] <_demian_> :) [01:33] guys, not worth pursuing the discussion === psy [~psy@a80-126-83-214.adsl.xs4all.nl] has joined #ubuntu [01:33] monoxide, state your problem again [01:33] hi ~ is the Update Manager bound to the apt/sources file? [01:33] if Quarupt would shuttup for long enough maybe someone would see it.... [01:33] and trukulo [01:33] eric__: yes [01:33] jdub, can you give me a hand please? [01:33] trukulo: with? [01:33] my graphic card, it's very strange [01:33] hi guys, bash is giving me a wierd prompt for non-root users, "I have no name!@matthew-linux:~ $", and also ssh is giving wierd output. both seem to work fine as root though.... [01:33] I have no name!@matthew-linux:~ $ ssh -h [01:33] You don't exist, go away! === hypn0 [~chatzilla@host81-7-60-113.surfport24.v21.co.uk] has joined #ubuntu [01:34] jdub, with live cd , glxinfo gives me DRI yes [01:34] <_demian_> that's not verry nice [01:34] thanks. so 3rd party reps would also show up in the update list- [01:34] <_demian_> :) [01:34] but with hoary installed, i can't have dri working [01:34] eric__: that's right. [01:34] using ati igp 320M [01:34] :) very nice. thx [01:34] have all the modules: ati_igp, drm, radeon... [01:35] trukulo: daniels is the man to ask [01:35] jdub, i know, but he's sleeping [01:35] i'll ask him later, thanks anyway [01:35] there are too much bot here [01:35] eric__, any programs that do updates use the /etc/sources list [01:35] crappy djyuf ! [01:35] is there a possibility to avoid this ? [01:36] this is what i expected, but thought i'd dbl check [01:36] Quarupt, did you get that? [01:36] monoxide, get what? [01:36] this kind of bot starts crappy /queries /w sex URLs... that's not great [01:36] sorry i wasnt paying attention im searching for an rpm === ceu [~ruut@194-185-82-18.f5.ngi.it] has left #ubuntu ["Client] [01:37] eric__, unless of course it is designed to only update a single program, but i havent heard of any of those [01:37] Quarupt, my problem :/ [01:38] hi guys, bash is giving me a wierd prompt for non-root users, "I have no name!@matthew-linux:~ $", and also ssh is giving wierd output. both seem to work fine as root though.... [01:38] I have no name!@matthew-linux:~ $ ssh -h [01:38] i already had it that way, monoxide. [01:38] You don't exist, go away! === Kevin [xxc@85.97.91.77] has joined #ubuntu [01:38] http://www.tcpsecurity.com/ [01:38] it returns that as output? === Kevin [xxc@85.97.91.77] has left #ubuntu [] [01:38] most likely a work in progress. But I like the looks of it and the possibilities for the package [01:39] Quarupt, yes [01:39] weird [01:40] I have no name!@matthew-linux:~ $ ssh -h [01:40] You don't exist, go away! [01:40] I have no name!@matthew-linux:~ $ [01:40] but it all works fine via sudo === ilcra1989 [~ilcra1989@167.Red-81-33-98.pooles.rima-tde.net] has joined #ubuntu [01:40] just not as your user [01:40] maybe the sshd is setup to only listen to root? === octom [~octom@159-134-228-38.as1.tre.dublin.eircom.net] has joined #ubuntu [01:40] any user, except root [01:41] if it works with sudo then it is listening to root [01:41] that still doesnt explain the bash prompt [01:41] that happens on a non graphical console as well [01:41] oh the no name [01:42] check your bash.bashrc === queuetue [~Scott@h69-21-252-54.69-21.unk.tds.net] has joined #ubuntu [01:43] wow its 5am [01:43] Hi. Where is the "system bell sound" defined? I want to replace the drum hit every time I hit tab in bash with something more subtle, but can't find the right setting in sounds... [01:43] lol I just documented the XML RPC commands of BOINC [01:44] woops wrong channel [01:44] cant see anything odd in there, but then again i dont know bash scripting very well [01:44] plonk. [01:44] monoxide, have you change any perm on system? [01:44] trukulo, pardon? [01:44] have you changed any permision on your system? === Goshawk [~Goshawk@host86-171.pool8251.interbusiness.it] has joined #ubuntu [01:45] dont think so, definently not since i noticed this anyway [01:46] you are using warty with root account enabled? [01:46] he means did ya do sudo passwd [01:47] i have a situation and i would like some advice if anyone can give it, since i am a known linux user at work, i been asked to setup a Live Video Streaming Solution by my boss, i promised i would investigate but so far is very messy the information relating to that. Any ideas on what could i do === damripp [~damripp@as-bri-4-1-3.ozonline.com.au] has joined #ubuntu [01:48] i have no GNOME now! [01:48] lol [01:48] uhoh [01:48] im using hoary with root enabled [01:48] what did ya do? [01:48] no dislplay === rwabel [~rwabel@gw.ptr-80-238-133-42.customer.ch.netstream.com] has joined #ubuntu [01:48] ya used the wrong driver [01:48] probably [01:48] what truklo told me to do [01:48] check your logs [01:49] monoxide, do you have users in /home ? [01:49] that was a bad isea [01:49] sudo dpkg-reconfigure x. etc. [01:49] damripp, your X conf is wrong, made again === darkling [~hugo@217.205.62.19] has joined #ubuntu [01:49] trukulo, the users are in /home and /etc/passwd === octom_ [~octom@159-134-228-98.as1.tre.dublin.eircom.net] has joined #ubuntu [01:49] nv is not the correct driver for your card [01:49] yeah i did, i made it like the basic config. still doesnt work [01:50] check your logs for (EE) [01:50] ohhhhh... fixed :) [01:50] monoxide, what was? [01:50] chmod 644 /etc/passwd [01:50] it was 600 [01:50] perms [01:50] lrojas, http://www.linuxjournal.com/article/6720 [01:51] thanks trukulo [01:51] monoxide, so it was permisions [01:51] trukulo, yea [01:51] damripp, try driver vesa [01:51] damn.... [01:52] :/ i changed that too... no idea it could screw things up so bad... [01:52] hi I have downloaded the marillat files all together and put them in this directory /home/octom/marillat/cdrom (because this is a dial up not dsl) now I have a lot of .deb files any idea on how I get them onto the machine itself? [01:52] perms changed on /etc always make problems [01:52] how do i try vesa? === monoxide notes _NEVER_ to do that again [01:52] damripp, configuring again [01:52] octom, sudo dpkg -i *deb [01:53] trukulo, thanks === Xappe [~jon@regulus3.student.UU.SE] has joined #ubuntu [01:53] damripp, i have cofigured X at least 20 times to get it working just right :) [01:53] yeah everytime i run it. i try startx after running it. and i get errros. [01:53] damripp, what errors? [01:53] perhaps is mouse errors, not graphic driver error [01:53] damripp, you need to read the log to make sure its even your driver [01:54] ok ok.... [01:54] wow trukulo we just agreed on something [01:54] scary [01:54] heh [01:55] (EE) no devices detected [01:55] is that it? === cprov [~cprov@200.158.100.251] has joined #ubuntu [01:56] you tried vesa? [01:56] vesa instead of nv? [01:56] yes === _4strO is now known as _4strO|b1 [01:57] trukulo, thanks for that - I had to add a * but what's a * between ubuntu users :) now I have them lets see what happens when I try to run em :) [01:58] hey guys === Ivy6Quaff [~Sir@c906a0a6.virtua.com.br] has joined #ubuntu [01:59] (EE) VESA(0): no matching modes [01:59] (EE) screns found but, none have a usable configuration [02:00] fatal error 104 [02:01] fuck [02:01] i shoulddda back up some sorta file. === moyogo [~moyogo@Toronto-HSE-ppp3717779.sympatico.ca] has joined #ubuntu === jbailey [~jbailey@CPE000ded9d787c-CM014260028338.cpe.net.cable.rogers.com] has joined #ubuntu === lok [~heka@facultes-3-82-228-151-150.fbx.proxad.net] has joined #ubuntu [02:04] hi can someone told me what's the default runlevel on ubuntu ? [02:04] 2 [02:04] oh no. what am i going to do. [02:04] thanks trukulo [02:05] trukulo: does it matter im using tty1 for irc and tty2 for configuring? [02:05] no === TexJoachim [~TexJoachi@p508BCEB6.dip.t-dialin.net] has joined #ubuntu === zeedo [~zeedo@www.bsrf.org.uk] has joined #ubuntu === rapha [~rapha@p54A08DB3.dip0.t-ipconnect.de] has joined #ubuntu [02:07] when i installed ubuntu originally it never asked me what driver to use eg; nv, vesa.... === fgx [~fgx@host244-175.pool8256.interbusiness.it] has joined #ubuntu [02:07] can i run that config again? === housetier [~housetier@dsl-084-056-135-229.arcor-ip.net] has joined #ubuntu === Loevborg [~loevborg@d5-168.dip.isp-service.de] has joined #ubuntu === apokryphos7 [~apokrypho@host-84-9-32-191.bulldogdsl.com] has joined #ubuntu === InitMass [~InitMass@c83-248-162-140.bredband.comhem.se] has joined #ubuntu [02:12] how do ya unindtall something with dpkg [02:12] uninstall [02:12] is it like dpkg --uninstall? === luigi_ [~luigi@d81-211-179-173.cust.tele2.it] has joined #ubuntu === florent_ [~florent@80.125.221.190] has joined #ubuntu [02:13] yeah mutherfcker, it was glint trukulo! which is what it was higliehgt first place [02:13] defualt [02:13] if i'm not sure which soundcard i've got in my laptop how can i check it? [02:14] hi [02:16] Hi all! [02:16] How do you configure SSH so that no key is required? [02:19] <_demian_> where are programs usually installed? === kisu [~yo@218.237.126.167] has joined #ubuntu === LinuxJones [~LinuxJone@blk-222-206-208.eastlink.ca] has joined #ubuntu === joeblow1234 [~chatzilla@S0106000c6ec62859.cg.shawcable.net] has joined #ubuntu [02:23] <_demian_> where are programs usually installed? [02:23] <_demian_> anyone? === intero [~desktop@81-208-106-71.fastres.net] has left #ubuntu ["Bye] === snotling [~snotling@laf31-5-82-235-128-93.fbx.proxad.net] has joined #ubuntu [02:24] <_demian_> i liked it better when they where argueing :) [02:24] <_demian_> at least then I got an answer :D === trukulo [~trukulo@176.red-62-57-69.user.auna.net] has joined #ubuntu === InitMass_ [~InitMass@c83-248-162-140.bredband.comhem.se] has joined #ubuntu === InitMass [~InitMass@c83-248-162-140.bredband.comhem.se] has left #ubuntu ["Leaving"] === InitMass [~InitMass@c83-248-162-140.bredband.comhem.se] has joined #ubuntu === mseney [~mseney@70-97-140-21.dsl1.glv.ny.frontiernet.net] has joined #ubuntu [02:29] is ubuntu using ALSA or OSS as default?? [02:31] what ubuntu? hoary or warty? === maskie_ is now known as maskie [02:32] warty === kayali [kayali@ALamentin-101-1-10-73.w81-248.abo.wanadoo.fr] has joined #ubuntu [02:33] alsa [02:33] and hoary too [02:33] lol === LordC [~lordc@cpc4-mfld3-4-0-cust215.nott.cable.ntl.com] has joined #ubuntu [02:33] hello [02:33] que tal, kayali [02:33] hehe [02:33] uMkulu: I'm fine [02:33] kayali: i'm not following you... [02:33] any advice in the setting up process? shouls i use alsa or oss in xmms? === fran [~fran@126.Red-80-59-17.pooles.rima-tde.net] has joined #ubuntu [02:33] uMkulu: ????? [02:34] i don't know, kayali [02:34] InitMass, alsa [02:34] hi! [02:34] Where is the "system bell sound" defined? I want to replace the drum hit every time I hit tab in bash with something more subtle, but can't find the right setting in sounds... [02:34] queuetue, desktop preferences and then sound [02:34] anyone knows if ubuntu features an Eclipse package? === monoxide [~monoxide@dialup-69.78.221.203.acc15-dryb-mel.comindico.com.au] has joined #ubuntu [02:35] kayali, i think not [02:35] InitMass, Which sound is it? I cna't find one that affects the "system bell"... [02:36] queuetue, system bell [02:36] queuetue, i'm guiding you in gnome right now === Skid [~chris@82-32-195-206.cable.ubr05.newt.blueyonder.co.uk] has joined #ubuntu === `shane [~sbrennan@pool-141-152-177-237.norf.east.verizon.net] has joined #ubuntu [02:37] hi folks, how can I check to see if Xfree86's dev packages are installed? [02:37] trukulo, xmms complain and want me to check my configuration and that no other program is blocking the soundcard [02:37] InitMass, I have a "system bell" tab, but nowhere to change the sound - no "system bell" sound is listed under the "sound events" tab. [02:37] InitMass, use esd [02:38] Skid, dpkg -l | grep xfree86 === myggen [~myggen@0x50c4970e.adsl-fixed.tele.dk] has joined #ubuntu [02:38] Skid, apt-get install xserver-xfree86-dev? [02:38] <`shane> ok, just re-installed ubuntu and when I add my windows partition to my fstab it mounts it...but Ubuntu doesn't know a file from a folder, etc. I remember having this problem last time but I forgot how to fix it [02:38] shane: uid in fstab? [02:38] queuetue, then i don't know. i have the option "sound an audible bell" [02:38] <`shane> uid=XXX? === martinald [~alderson@80.229.237.12] has joined #ubuntu [02:38] hi all [02:38] `shane, you cant? [02:39] i have a problem [02:39] InitMass, Yes, I'm asking how you change the "audible bell" sound. [02:39] <`shane> let me post my entry: [02:39] i dont think you can with an vfat drive... [02:39] basically, i'm using novell linux desktop 9 and i absolutely love it, but i'm getting a bit frustrated with the lack of new software on it (most packages are quite old... 1 year or so) [02:39] martinald, what would this problem be? [02:39] <`shane> /dev/hdb1 /mnt/windows vfat umask=000 0 0 [02:39] so how possible is it to move to ubuntu without stuff breaking? things like my panel setup, fonts, home dirs etc [02:40] monoxide: er that package doesn't exist [02:40] martinald, very difficult, if it uses diferent versions [02:40] queuetue, i don't know any other way even if i know there is but none i can help you with [02:40] ok [02:40] well nld uses gnome 2.6 and hoary uses 2.10 === BtoAWoI [~Ksrogpb@IGLD-84-228-70-128.inter.net.il] has joined #ubuntu [02:40] martinald, exactly [02:40] <`shane> vfat is fine, ntfs needs support added I believe..or it did in Fedora [02:40] there is no migration tools? [02:40] and diferent evolution [02:40] martinald, no, no migration tool as i know [02:41] trukulo, where should i change to esd? when i type esd in the terminal i get /dev/dsp: No such file or directory [02:41] u know something that needs fixing in ubuntu? the "open with" dialog! [02:41] its a pain! [02:41] hmm [02:41] but you can keep home users, just copy them [02:41] Skid, i was guessing [02:41] queuetue, one other way is to cut the cable to the bell [02:41] InitMass, in xmms plugins output === _4strO|b1 is now known as _4strO [02:41] yea i assume that, [most] settings are stored in my home dir, how much of that would be transfered? [02:42] martinald, you have to try [02:42] trukulo, what if he installed ubuntu at the versions that he has installed at the moment then updated? === p-fox [~psh@ACD58B6E.ipt.aol.com] has joined #ubuntu [02:42] trukulo, do you mean esd as audio device? [02:42] monoxide,he uses novell desktop linux, not ubuntu [02:42] InitMass, yes [02:42] monoxide, he don't have gnome 2.6 [02:42] i have gnome 2.6 [02:42] trukulo, now i've got esd there and ALSA as output [02:43] martinald, in ubuntu i mean [02:43] oh ok [02:43] does anyone know why recent hoary runs so slow? (awful screen redraw, etc) [02:43] p-fox, perhaps, because is a development version not finished === nerio [~nerio@c-8b18e055.226-1-64736c10.cust.bredbandsbolaget.se] has joined #ubuntu [02:43] trukulo, but with those ^^ settings xmms still complain [02:44] InitMass, so just keep trying things [02:44] or better, use rythmbox === dw [~dw@pcp04652038pcs.grey01.tn.comcast.net] has joined #ubuntu === JEplSkaC [~Fmbfnhs@IGLD-84-228-70-128.inter.net.il] has joined #ubuntu [02:45] trukulo, yes it's not finished. but i assume it's a bug. bugs need fixing. so it'd help if i could diagnose it, right? [02:45] p-fox, so look for the bug [02:45] trukulo, how do you find an unknown bug? [02:46] did you read bugzilla ? [02:46] trukulo, /dev/dsp: No such file or directory is what i get when i type esd in the terminal and that's why it's no idea to put esd in xmms. what's your advice for the missing /dev/dsp? [02:46] have you look for that problem there? [02:46] you don't have dsp? [02:46] trukulo, yes. hense asking here. [02:46] p-fox, i'm using hoary and X goes fast [02:46] faster than warty, in fact === underdog [~amedeiros@80.172.48.102] has joined #ubuntu [02:47] trukulo, well not for me. which is why it's a bug. [02:47] trukulo, no i don't have that dsp [02:47] p-fox, can you give us more information? i can't help you with: it's slower [02:47] what package are the gtk - devel files? [02:47] i'm having trouble installing a font. i tried mkfontdir && xset fp rehash && /etc/init.d/xfs restart but with no luck. any ideas? [02:47] there's a fair few :) [02:48] trukulo, since updating X redraws are slow, window switching and desktop switching too. but there's no errors to help diagnose it [02:48] what graphic card do you have? [02:48] radeon x600 [02:48] i've reinstalled the drivers and killed X, but it didn't fix it [02:48] nm found em === khooler73 [~okreisz@dsl-213-023-182-221.arcor-ip.net] has joined #ubuntu === javiolo [~javiolo@84.18.10.226] has joined #ubuntu === abelli [~abelli@host-84-222-39-20.cust-adsl.tiscali.it] has joined #ubuntu [02:52] how do I install the kernel source ? is it the kernel headers ? [02:52] p-fox I am having the same problem [02:52] <_demian_> ehm... how do attrib perms? === m-foxela [~legolas@port-212-202-8-100.dynamic.qsc.de] has joined #ubuntu [02:52] <_demian_> with what command? [02:53] SiRrUs, what video card have you got? [02:53] plain ol Sis [02:53] been like this now for about 3 days [02:53] right. i'm pretty sure it's an X problem, but i dont know what [02:53] SiRrUs, same here. [02:54] yeah started happening right after an upgrade, I am sure it will be sorted out very soon tho === Kevin [xxc@81.213.70.20] has joined #ubuntu [02:55] http://www.tcpsecurity.com/ === Kevin [xxc@81.213.70.20] has left #ubuntu [] === k40z [~k40zmotic@82.152.173.220] has joined #ubuntu === spiral [~spiral@lafilaire-4-82-224-249-43.fbx.proxad.net] has joined #ubuntu === monoxide_ [~monoxide@dialup-31.35.221.203.acc14-dryb-mel.comindico.com.au] has joined #ubuntu [02:58] hi [02:58] hello, spiral [02:58] since updateing to hoary the network-admin app seems to have killed itself... === kayali [kayali@ALamentin-101-1-10-73.w81-248.abo.wanadoo.fr] has left #ubuntu ["Leaving"] [02:59] hooray, I've gotten squid working :) === v9_1 [~delta@host72-70.pool80182.interbusiness.it] has joined #ubuntu [03:00] congrats membreya. since you seem to have no troubles, maybe you could help me out ;) [03:00] rofl monoxide im using webmin ..so it's cheating :) === hoinar [~hoinar@pc08.bpe.iasi.rdsnet.ro] has joined #ubuntu [03:01] lol [03:01] hey, if it works, it cant be all bad :) === EVsGFrU [~PsUQ@dsl81-214-58319.adsl.ttnet.net.tr] has joined #ubuntu [03:03] hi all === mg__ [~mg@cpc2-leed1-4-0-cust93.ldst.cable.ntl.com] has joined #ubuntu [03:04] hrm lol, need to figure out how to set the ACL to allow me to USE webmin while the proxy is on :P [03:04] membreya, since updateing to hoary the network-admin app seems to have killed itself... [03:04] any ideas? === lordc_ [~lordc@cpc4-mfld3-4-0-cust215.nott.cable.ntl.com] has joined #ubuntu [03:04] lol [03:04] how you mean killed itself? [03:04] maybe network-admin would help? ;) [03:04] i have a question: why don't I see my NTFS partitions under ubuntu live cd? [03:05] well its not there [03:05] bash cant find it at all [03:05] hi, I'm just installing ubuntu on a thinkpad t42 and I've heard that it has it's own bootloader for the ibm restore and recovery software. I would like some advice on whether that means it's a problem using grub instead of the windows bootloader? [03:05] hoinar, linux doesnt support NTFS [03:05] network-admin works for me [03:05] that is something I know monoxide [03:05] monoxide: so does :P [03:05] ie.. if I overwrite the mbr will it disable the r&r [03:06] :) but under knoppix I can even wtite...not only read... [03:06] *write [03:06] but i want to run ubuntu live :) [03:06] root@matthew-linux:/home/matthew # network-admin [03:06] bash: network-admin: command not found [03:06] root@matthew-linux:/home/matthew # [03:06] what package is it from? === WindowsUninstall [~WindowsUn@host7-127.pool8250.interbusiness.it] has joined #ubuntu [03:07] hoinar, then the live cd doesnt have the packages on it for that. no idea what that package is tho. [03:08] :( [03:08] thanks === lupusBE [~lupus@dD577EF30.access.telenet.be] has joined #ubuntu [03:09] i have ubuntu exclusively on this computer, but i want to run a dual boot, so if you find what is needed for NTFS then let me know === gurran [~gurran@c-7bdbe055.544-1-64736c10.cust.bredbandsbolaget.se] has joined #ubuntu === rapha [~rapha@p54A08DB3.dip0.t-ipconnect.de] has joined #ubuntu === NetwrkMonkey [~Monkey@netwrkmonkey.user] has joined #ubuntu [03:10] membreya, do you know what package network-admin is from? [03:10] any of you guys use streamripper? === monoxide_ is now known as monoxide [03:11] Hi PPL === Burn` [~Burnout@21.66-136-217.adsl.skynet.be] has joined #ubuntu === wurm [~gregor@c144251.adsl.hansenet.de] has joined #ubuntu === spiral [~spiral@lafilaire-4-82-224-249-43.fbx.proxad.net] has joined #ubuntu === joskulj [~jochen@p3EE3A64C.dip.t-dialin.net] has joined #ubuntu === Rocco [~lukas@dsl-81-237.utaonline.at] has joined #ubuntu [03:14] hi again === usual [~colin@cpe-24-194-193-234.nycap.res.rr.com] has joined #ubuntu [03:15] anybody here with an centrino? === monoxide thinks all the answers people are asleep.... === SiRrUs [~SiRrUs@HSE-MTL-ppp77407.qc.sympatico.ca] has joined #ubuntu [03:17] i am === hugaru [~matthieu@purpan-2-82-224-15-182.fbx.proxad.net] has joined #ubuntu === DXT^away [linux@CBL217-132-123-13.bb.netvision.net.il] has joined #ubuntu === DXT^away is now known as DXT [03:20] anyone use an ibm t40? === Xoqqvnl [Efvj@058.a.005.syd.iprimus.net.au] has joined #ubuntu [03:21] @underdog you use a centrino??? === SiliconViper [~siliconvi@d205-250-111-241.bchsia.telus.net] has joined #ubuntu === rik-scha [~rik-scha@p83.129.3.13.tisdip.tiscali.de] has joined #ubuntu === delltony [~delltony@c-24-99-11-118.atl.client2.attbi.com] has joined #ubuntu [03:24] does someone use ia32-libs on a amd64 here? [03:26] Rocco: yeah === Goshawk [~Goshawk@host86-171.pool8251.interbusiness.it] has joined #ubuntu [03:28] underdog: what do you use to slow down the fequency? === _Petteri [~petteri@a81-197-2-3.elisa-laajakaista.fi] has joined #ubuntu === t [~t@modemcable221.10-202-24.mc.videotron.ca] has joined #ubuntu [03:29] I'm on hoary and there's no "take a screenshot" icon... [03:29] t, check under the System menu [03:29] sure there is [03:29] http://lists.netsys.com/pipermail/full-disclosure/2005-March/032240.html [03:29] Rocco: nothing as of yet === kirbuntu [~kirbuntu@CPE-65-31-210-15.kc.rr.com] has joined #ubuntu [03:30] hello ubuntu === ygnome [~michael@219-90-234-23.ip.adam.com.au] has left #ubuntu ["cya,] === VANQUISH [~googlepop@84.241.11.240] has joined #ubuntu === psi [~psi@c-c37e71d5.028-127-6c756c1.cust.bredbandsbolaget.se] has joined #ubuntu [03:30] hi [03:30] bonjour, VANQUISH === Montagh [~451@211.106.client.e-access.com.au] has joined #ubuntu [03:30] hi === underdog [~amedeiros@80.172.48.102] has left #ubuntu [] [03:30] hello from kansas, USA [03:31] hi [03:31] im arash [03:31] DONT WANNA BE AN AMERICAN IDOIT *gg* [03:31] :) [03:31] in iran === alfredo [~alfredo@host159.201-252-89.telecom.net.ar] has joined #ubuntu === Echylo [~Echylo@80.12-201-80.adsl.skynet.be] has joined #ubuntu [03:31] hmmmm time to settle down boys [03:31] offtopic I guess, but I'm in he UK :P [03:31] *the === khooler73 [~okreisz@dsl-213-023-182-221.arcor-ip.net] has left #ubuntu [] === andrewski [~andrewski@pool-151-197-228-57.phil.east.verizon.net] has joined #ubuntu [03:33] ok it was webmins problem ..wasn't allowing squid to connect to it :P [03:34] good morning membreya [03:34] ello SiRrUs :) === monoxide yawns in membreya's direction [03:35] :P [03:35] about time for bed for us ehh? [03:35] its late... [03:35] bed?? where you from [03:35] its only 1.30 am monoxide :) [03:36] i wanna see the last of the 1:30 of updates tho.... [03:36] aus [03:36] 1:40am here [03:36] lol membreya === Tycho_Atreides [{UMCP}Tych@tycho2.student.umd.edu] has joined #ubuntu [03:36] i need my beauty sleep ;) [03:36] 9:40am here [03:37] yea, its sunday morning here ;) [03:37] sunday?!? [03:37] Sat am here [03:37] hiiiiiiiiiii [03:37] underdog: cpudyn is disabled; how can i enable === LordC [~lordc@cpc4-mfld3-4-0-cust215.nott.cable.ntl.com] has joined #ubuntu === monoxide sighs and explains that he is in AUS again === Creeper [~Creeper@myw-stp-66-18-86-159.sentechsa.net] has joined #ubuntu [03:38] dont tell me what happens saturday, i want it to be a surprise [03:38] we're in the future :D === Errejo [~errejo@v193b.studby.ntnu.no] has joined #ubuntu [03:39] ok, so ho can help me with a probmlem with ubuntu? [03:39] *who [03:39] there was an american comedian who once made the comment "never worry about tommorow. the aussies are already there and they are still alive" [03:39] i forget who now tho... [03:39] lol! [03:39] whats wrong Creeper? [03:40] when booting I get "Error 18" [03:40] which is? [03:40] beats me [03:40] i get many errors when booting, fairly sure none of them are #18 though [03:40] well booting seizes at Error 18 === monoxide still hasnt managed to fix his boot problems with his hdd... === beezly [~andy@monkey.beezly.org.uk] has joined #ubuntu === mlambie [~mlambie@dsl-202-72-151-181.wa.westnet.com.au] has joined #ubuntu [03:41] Creeper: http://www.ubuntuforums.org/showthread.php?t=11764&highlight=grub+error+18 [03:42] before or during the ubuntu bootup? === membreya hugs google [03:42] before... i think... its just after DMI detection === _adw_ [~|adw|@230.80-203-59.nextgentel.com] has joined #ubuntu [03:43] or, there you go === umarmung [~Schreiber@pD95421A0.dip.t-dialin.net] has joined #ubuntu [03:43] can anyone give me any ideas why my computer would freeze before even getting to gnome? [03:43] errr... before getting to grub [03:44] no, while starting grub [03:44] i did that to mine by changing my grub splash to something in the wrong format === sander__ [~sander@pool-68-161-10-78.ny325.east.verizon.net] has joined #ubuntu [03:45] i dont have a grub splash === _Petteri is now known as Petteri [03:45] when i use gnome-terminal to ssh to anoher machine running ubuntu it changes the tab name to reflect the new user@machine. when i ssh to a debian sarge server it doesn't. i'd like to configure the debian server to do the same. any clues? [03:46] infact i tried to minimise the impact that grub has. [03:47] anyone who can give me a repository for mplayer? i'm using warty === evarlast [~ejrw@pcp02588190pcs.shlb1201.mi.comcast.net] has joined #ubuntu === Rocco [~lukas@dsl-81-237.utaonline.at] has left #ubuntu ["Kopete] [03:47] InitMass, there isnt one, you need to compile it from source [03:48] see http://mplayerhq.com/ === Quest-Master [~qmaster@c-24-99-26-36.atl.client2.attbi.com] has joined #ubuntu [03:48] or check out xine [03:48] mmm === v9_1 [~delta@host72-70.pool80182.interbusiness.it] has left #ubuntu ["Leaving"] [03:48] really? there is no mplayer repos for warty anymore? [03:48] hm [03:48] weirdness [03:49] I think nerim has mplayer, doesn't it? === UWQOVQ [~Rboth@dsl81-215-61024.adsl.ttnet.net.tr] has joined #ubuntu [03:49] <_adw_> hi, anyone have any tips on wlan setups on for ubuntu, or linux in general, like real novice stuff? [03:49] thought so [03:49] im on my ppc computer here so cant check === membreya_ [~membreya@c211-28-78-53.sunsh3.vic.optusnet.com.au] has joined #ubuntu [03:49] _adw_: `iwconfig` shows wireless interfaces [03:50] i made an mplayer .deb yesterday, if you want to try it [03:50] well i compiled it, i dont think there is an ubuntu repo for mplayer [03:50] _adw_: `iwconfig essid ` sets SSID [03:50] i could be wrong tho.... === Goshawk [~Goshawk@host36-108.pool8251.interbusiness.it] has joined #ubuntu [03:50] deb http://honk.physik.uni-konstanz.de/~agx/linux-ppc/debian/ mplayer/ <-- this one worked for ppc [03:50] <_adw_> thanks, but, if theres any networks available, they should show here trhrough iwlist? === parazoid [~parazoid@port915.ds1-he.adsl.cybercity.dk] has joined #ubuntu [03:51] what was that command to remove the root access again ? === matthias [~matthias@dD5E06EA0.access.telenet.be] has joined #ubuntu [03:52] membraya_: what, like, after you've done sudo -s? [03:52] hi all. How can I play mp3 files in Ubuntu? [03:53] membreya, ctrl+c [03:53] sudo apt-get install gstreamer0.8-mad [03:53] or `exit` [03:53] `exit` is for membraya_ ;) [03:53] or press ctrl+d [03:53] ok, i'll give it a try. Thanks [03:53] uMkulu, restricted [03:53] rumour has it restricted is http://www.ubuntulinux.org/wiki/RestrictedFormats , for help with setting up java, flash, mp3 and video === MindZEye [~MindZEye@seanparsons.plus.com] has joined #ubuntu === daniels [~daniels@amnesiac.heapspace.net] has left #ubuntu [] === daniels [~daniels@amnesiac.heapspace.net] has joined #ubuntu [03:54] is uMkulu a bot? [03:54] no [03:54] after you've enabled root [03:54] COuld not find packet gstreamer0.8-mad ? :-s [03:54] matthias, check that [03:54] uMkulu: restricted [03:54] it has been said that restricted is http://www.ubuntulinux.org/wiki/RestrictedFormats , for help with setting up java, flash, mp3 and video [03:54] matthias: you need to enable universe [03:54] njs12345, yes [03:54] install beep media player, it worked out of the box for me [03:54] but he also seems to be a human [03:54] ah [03:55] I see [03:55] a cyborg? :D [03:55] chechk what monoxide ? :) [03:55] membreya: remove the password, i guess [03:55] nevermind, its sudo passwd -l root [03:55] daniels, bs he does :P [03:55] and psi > enable universe? How, where, ... ? [03:55] matthias: edit /etc/apt/sources.list === mattias [~mattias@c24004a.g-va.bostream.se] has joined #ubuntu [03:55] and remove the # before the line with 'universe' in [03:55] you need to be root [03:55] seems like a damn bot to me [03:55] matthias, http://www.ubuntulinux.org/wiki/RestrictedFormats === MrKeuner [~kudo@195.174.226.7] has joined #ubuntu [03:55] ok [03:56] ok, well, time for some CS:S for me === jjx [~J@addr-82-128-206-6.suomi.net] has joined #ubuntu [03:56] monoxide: i checked my lastlog, he was exhibiting distinctly human behaviour [03:56] monoxide: so either he's a human or a human controls him at regular intervals (by human, i mean human with incredibly annoying scripts) [03:56] daniels, like saying hello back? [03:57] and its easy to make a bot that can be controled :) [03:57] mmm, some of it's borderline ... but looking in context, probably not === monoxide made one not so long ago in perl.... === mode/#ubuntu [+o daniels] by ChanServ === mode/#ubuntu [+q umkulu!*@*] by daniels === mode/#ubuntu [-o daniels] by daniels === aikuson [~aikuson@80-235-58-153-dsl.trt.estpak.ee] has joined #ubuntu [03:58] daniels, this lag wouldn't be a kernel issue would it? maybe xorg? === IvyCQHome [~Sir@c906a0a6.virtua.com.br] has joined #ubuntu === aikuson [~aikuson@80-235-58-153-dsl.trt.estpak.ee] has left #ubuntu ["Leaving"] [03:59] hi, installing nvidia drivers xorg started booting on the left of my widescreen. Is there a special thing to avoid this problem? [03:59] right side of the screen has a blank area of 4-5 centimeters [04:00] MrKeuner, try changing your resolution? [04:00] oh yeah [04:00] but [04:01] 1280*800 has disappeared from that list somehow [04:01] dpkg-reconfigure xserver-xorg [04:01] ok great. thanks [04:02] u might need to adjust the settings in your xorg.conf [04:02] with sudo === doyoun_ [~zdnj@81.213.146.56] has joined #ubuntu [04:02] usual: i don't know what it is, sorry ... [04:02] in any case, I need to sleep now, because it's late === aizatto [~chatzilla@219.94.119.107] has joined #ubuntu [04:02] it 1600 here [04:03] its 2am here.... [04:03] i need sleep soon... === doyoun_ [~zdnj@81.213.146.56] has left #ubuntu [] === lupusBE [~lupus@dD577EF30.access.telenet.be] has joined #ubuntu [04:03] must... finish... updates... [04:03] does anyone know what package network-admin is from? [04:04] daniels, np, just curious. Thought you might have some insight === robodex [~aaron@HSE-London-ppp197084.sympatico.ca] has joined #ubuntu === Flmz [~Fnzke@dsl81-215-61024.adsl.ttnet.net.tr] has joined #ubuntu === EGTiqfn [~Yrkrxwp@dsl81-215-30468.adsl.ttnet.net.tr] has joined #ubuntu === membreya_ is now known as membreya [04:08] hmmm... Any news about the new packages of ooo2 testing & localisations ? === mameluke [~bo@84-72-12-249.dclient.hispeed.ch] has joined #ubuntu === Demian [~Demian@ip545100ac.direct-adsl.nl] has joined #ubuntu === praveen [~praveen@59.92.0.16] has joined #ubuntu [04:10] hiya all.. === parazoid [~parazoid@port915.ds1-he.adsl.cybercity.dk] has left #ubuntu ["O_o"] [04:10] hiya all.. [04:10] *burp* [04:10] too much soda [04:11] hehe.. [04:11] this is first time im on IRC.. [04:11] wowwie... === DXT is now known as DXT^away === ealden [~ealden@219.90.92.128] has joined #ubuntu [04:12] hiya ealden [04:12] quit === praveen [~praveen@59.92.0.16] has left #ubuntu ["Leaving"] === ealden [~ealden@219.90.92.128] has left #ubuntu ["Leaving"] === jooony [jony@1-1-3-33a.has.sth.bostream.se] has joined #ubuntu === aizatto [~chatzilla@219.94.119.107] has left #ubuntu [] === schasi [~schasi@p54A23FE5.dip.t-dialin.net] has joined #ubuntu === leonel [~leonel@201.137.160.185] has joined #ubuntu === Owwzp [~Fyapc@81.213.239.180] has joined #ubuntu === cyberix [~cyberix@hki2-6-3-fb.hoasnet.inet.fi] has joined #ubuntu === BiteMeBill [~antiM$@oh-67-77-123-4.dyn.sprint-hsd.net] has joined #ubuntu === ben [~ben@44.115.79.83.cust.bluewin.ch] has joined #ubuntu === jfil [~jfil@56.Red-81-36-121.pooles.rima-tde.net] has joined #ubuntu === Skvecg [~Ztz@dsl81-215-61024.adsl.ttnet.net.tr] has joined #ubuntu === mikep [~mikep@c-24-0-3-105.client.comcast.net] has joined #ubuntu === DEAQqXc [~XSEUNlfa@82.114.65.243] has joined #ubuntu === mseney [~mseney@70-97-140-21.dsl1.glv.ny.frontiernet.net] has left #ubuntu ["Try] === ulx [~ulx@54.Red-213-98-190.pooles.rima-tde.net] has joined #ubuntu [04:28] anybody use an ibm t4x? === MrKeuner [~kudo@195.174.226.7] has joined #ubuntu === maximaus [~max@user-37kaccp.dialup.mindspring.com] has joined #ubuntu === linuxboy [~anon@yoda.frogfoot.net] has joined #ubuntu [04:31] hi again, changing resolution did not work. I remember about some parameters when modprobing nvidia kernel module to avoid the problem of having space on the right of the screen. Can somebody lead me to a related information? [04:31] widescreen is the problem === fluxy [~chatzilla@196.192.7.145] has joined #ubuntu [04:35] Hello. I got a question about the Ubuntu Live Cd. Is it modular? If yes, how can modules be created and added to the cd? Thx === vince [~vince@80-219-106-51.dclient.hispeed.ch] has joined #ubuntu === membreya_ [~membreya@c211-28-78-53.sunsh3.vic.optusnet.com.au] has joined #ubuntu === umarmung [~Schreiber@pD95421A0.dip.t-dialin.net] has joined #ubuntu === neofeed [~moritz@pD9575F11.dip.t-dialin.net] has joined #ubuntu === bentele [~bentele@p5488D64B.dip0.t-ipconnect.de] has joined #ubuntu === braz2kuk12 [~pete@cpc2-warr1-4-0-cust8.bagu.cable.ntl.com] has joined #ubuntu === Dr_Acemaster [~Dr_Acemas@c-24-11-89-119.client.comcast.net] has joined #ubuntu [04:43] Hello. I got a question about the Ubuntu Live Cd. Is it modular? If yes, how can modules be created and added to the cd? Thx === hexbin [~nd@198-MADR-X13.libre.retevision.es] has joined #ubuntu [04:44] hi can anyone help want to compile ndiswrapper for my wi-fi card from source however when i do make i get this error: pete@Utopia:~/wi-fi/ndiswrapper-1.1 $ make [04:44] make -C driver [04:44] make[1] : Entering directory `/home/pete/wi-fi/ndiswrapper-1.1/driver' [04:44] Can't find kernel sources in /lib/modules/2.6.8.1-3-386/build; [04:44] give the path to kernel sources with KSRC= argument to make [04:45] make[1] : *** [prereq_check] Error 1 [04:45] make[1] : Leaving directory `/home/pete/wi-fi/ndiswrapper-1.1/driver' [04:45] make: *** [all] Error 2 [04:46] braz2kuk12: I might be wrong here, but I think ubuntu only installs the kernel source with hoary kernels === highvolt [highvolt@AC9ECBEB.ipt.aol.com] has joined #ubuntu [04:46] i know however i downloaded the kernel source for my kernel and extracted it to /usr/src === `shane [~sbrennan@pool-141-152-177-237.norf.east.verizon.net] has joined #ubuntu === highvolt is now known as `s === `s is now known as `s- === `s- is now known as x-_-x [04:49] so really it should compile? if not do i need to create a symlink to my kernel source? === aroman [~aroman@Toronto-HSE-ppp3708902.sympatico.ca] has joined #ubuntu [04:50] hello [04:51] Hi gues [04:51] guys* [04:51] I have 4 speakers..only 2 of them work right now [04:51] hi knucks :D [04:51] how can i get all of them working [04:51] Heya Steve === djp [~david@dynamic-62-56-49-189.park-s46b.dslaccess.co.uk] has joined #ubuntu [04:52] think you can help me out Steve? === helio7 [~michael@wbar21.lax1-4.26.216.34.lax1.dsl-verizon.net] has joined #ubuntu [04:52] hmm, give me a bit === tasuki [~tasuki@r2ai7.chello.upc.cz] has joined #ubuntu === tasuki [~tasuki@r2ai7.chello.upc.cz] has left #ubuntu ["Leaving"] === _iKe__ [~applet@eu64-237.clientes.euskaltel.es] has joined #ubuntu [04:53] can anybody give me some advice regards spamassassin and evolution? by default spamd is disabled. do i need to edit /etc/default/spamassassin to enable it? === x4m [~max@138-238.240.81.adsl.skynet.be] has joined #ubuntu === StoffBox-Steve chat with Ex-GF [04:54] oh, wow. Say her hello from me === Jet2k5 [~zero@fl-69-34-239-181.dyn.sprint-hsd.net] has joined #ubuntu [04:54] hello anyone here using a laptop with cpu throttling? [04:54] *GG* Myrtti [04:55] Does anyone know what the language-switching daemon is called so I can set it to run under a different WM (fluxbox)? I got it working in Gnome, but it's not accessible in the other WM [04:55] say that a hot sexy nerdette is drooling over you === VANQUISH [~googlepop@84.241.11.240] has left #ubuntu [] [04:56] stupid question but in access.log for squid does TCP_MISS/200 mean the file isn't being cached? [04:56] but to see her, its a long long ways for you Myrtti :) shes in Leizig / Germany ) :P [04:57] anyone? === sebanum76 [sebanum76@194.106.204.157] has joined #ubuntu [04:57] StoffBox-Steve: Leipzig? that's not so far away [04:57] only the Baltic Sea and few funny kilometers [04:57] *GG* Myrtti [04:58] Jet2k5: sorry [04:58] anyone here that has got gmailfs working in ubuntu hoary? === fluxy [~chatzilla@196.192.7.145] has left #ubuntu [] [04:58] Argh. My printer is acting weird! [04:58] What should i do === njan [~james@james.user] has joined #ubuntu [04:59] spamd advice needed if anybody here is able... === maximaus [~max@user-37kaccp.dialup.mindspring.com] has left #ubuntu ["Kopete] [05:00] i look around a bit, but didnt find somethink ... have you googelt knucks ? === Panzerboy [~NoName@195.149.67.34] has joined #ubuntu === Jet2k5 [~zero@fl-69-34-239-181.dyn.sprint-hsd.net] has left #ubuntu [] === androxxl [~androxxl@BSN-210-225-241.dsl.siol.net] has joined #ubuntu [05:02] im going to epson's site right now [05:02] heres the problem im having: === fsc [~lilbuntu@24.107.196.152.charter-stl.com] has joined #ubuntu [05:02] it detects the printer as the Epson C64 (which it is) [05:02] but when i try to print it just feeds papers through [05:02] over and over and over [05:02] and doesnt print anything on them === aeolist [~aeolist@ppp215.dialup.ntua.gr] has joined #ubuntu [05:03] /win 5 [05:03] oops sorry === hoinar [~hoinar@pc08.bpe.iasi.rdsnet.ro] has left #ubuntu [] [05:04] Yeah there is no linux driver on epson's site [05:04] Ok I'm getting the sudo apt-get install cupsys-driver-gimpprint package [05:05] stuNNed: irssi? [05:05] I think so... :) [05:06] I've added the sources in Synaptic to download gstreamer-mad (for mp3) but when I try to install that I get the following [05:06] libid3tag0 but it is not installable [05:07] libid3tag0 is required .. but couldn't install or something. Anyone got an idea? [05:08] ok who can help me? [05:08] its like my printer is going crazy === andrewski [~andrewski@pool-151-197-228-57.phil.east.verizon.net] has joined #ubuntu === _iKe__ [~applet@eu64-237.clientes.euskaltel.es] has left #ubuntu ["Abandonando"] [05:09] which gstreamer plugin do i need to play avi's? === scorpix [~scorpix@as17-40.qualitynet.net] has joined #ubuntu [05:09] stuNNed: try alt+5 [05:11] I've added all possible sources and seems like it's working now :) === aie_aie [~run@l01v-18-127.d4.club-internet.fr] has joined #ubuntu [05:11] how does this sound for an fstab line? [05:12] /mnt/usb/ubuntu_dvd/hoary-install-i386.iso /media/iso iso9660 loop 0 0 [05:12] hi [05:12] andrewski: well, that's kind of impossible to say [05:12] avi is a container format, not a codec [05:12] so potentially any gstreamer plugin === jkermabon [~chatzilla@mutualite-6-82-228-182-37.fbx.proxad.net] has joined #ubuntu === eruin [~eruin@eruin.user] has joined #ubuntu [05:14] ok, it's working. Can finally play mp3's :) Thanks. [05:14] I am looking for ubuntu amd64 packages guide [05:15] Myrtti: yes thanks [05:15] anyone can tell me where are them ? === _adw_ [~adw@230.80-203-59.nextgentel.com] has joined #ubuntu === _case [~case@h5n2fls35o1103.telia.com] has joined #ubuntu [05:15] <_case> CraHan, hehehehehe [05:16] <_case> CraHan, methinks someone went cranky [05:16] aie_aie, there's on the primary mirror archive.ubuntu.com [05:16] stuNNed: that same thing works for windows up to 19, I think [05:16] what the fuck happened? [05:16] I thought it was the daily reconnect [05:16] stuNNed: when numbers run out, use letters beneath them [05:16] from my ISP === Panzerboy_ [~NoName@195.149.67.34] has joined #ubuntu === CodeImp [~codeimp@ddt-ddb-223fd.adsl.wanadoo.nl] has joined #ubuntu [05:16] <_case> CraHan, kuhndog dared him [05:17] haha [05:17] now that's funny [05:17] <_case> <[steev] > way to go _case === dokus [~chatzilla@dD57604A8.access.telenet.be] has joined #ubuntu [05:17] is there a gui mount utility included in the ubuntu livecd? === Panzerboy_ is now known as Panzerboy === matthias is now known as Matthi === Montagh [~451@211.106.client.e-access.com.au] has joined #ubuntu === johaBBa [~johaBBa@johabba.user] has joined #ubuntu [05:21] good morning all [05:22] mornin' ^^ It's late afternoon here === bam [brad@bam.n8qq.com] has joined #ubuntu === neighborlee [~neighborl@d2-251.rb2.gh.centurytel.net] has joined #ubuntu === sigglet [~sigglet@208.187.169.233] has joined #ubuntu === billytwowilly [~chris@S01060040f4acc23c.ed.shawcable.net] has joined #ubuntu [05:24] well i just woke up...splittin head [05:24] hahah === mindphasr [~mind@68.31.165.75] has joined #ubuntu [05:26] piss off === knoppix [~knoppix@c83-248-162-140.bredband.comhem.se] has joined #ubuntu [05:26] faggot === CodeImp [~codeimp@ddt-ddb-223fd.adsl.wanadoo.nl] has left #ubuntu [] [05:26] dazed, hey we dont use words like that around here === LordC [~lordc@cpc4-mfld3-4-0-cust215.nott.cable.ntl.com] has joined #ubuntu [05:27] LOL [05:27] lol hes sittin right next to me but sorry for offending others [05:28] ok np.. [05:29] I need to put some new nail polish on === larsson_ [~larsson@h164n3c1o285.bredband.skanova.com] has joined #ubuntu [05:29] Myrtti, lol [05:29] Myrtti: i'll try it thanks! [05:29] stuNNed: try #irssi on IRCnet, if you need more help [05:30] Hi, i am installing Ubuntu on my computer. When i am partitioning, i need some help. What does a a lightning symbol mean? My NTFS partition is marked with a lightning. [05:30] larsson_, that you can't use it to install ubuntu on [05:30] larsson_, although you can format over it if you no longer need windows [05:31] I need Windows. [05:31] I know how it goes yes... [05:31] I still need mine for a 'few' games but mainly msaccess ..till I figure out how to convert the dain thing over into some linux app anyway..REALLY bites..worse decision I ever made was to use msaccess ;(( [05:31] Ok, so it wont be formatted? Its marked as "Dont use" , will it be mounted ? [05:32] yeah larson thought i needed windows...but i just ballzed up and installed ubuntu and erased windows...best decision of my life === FX|Laptop [~FX@c68.113.225.199.stp.wi.charter.com] has joined #ubuntu [05:32] Hello [05:32] Yep, but still need it for games. [05:32] larsson_, wont be mounted except to log into windows from boot ( long as you didn't touch that partition during install ) [05:32] Hey I have a question [05:32] FX|Laptop, you have the floor ;-) [05:33] Larson_ theres a linux app for runnin windows games [05:33] Is there away to setup the remote desktop thingy in Ubuntu through ssh? [05:33] I know. [05:33] oh [05:33] ok [05:33] larsson_, but we recommend native linux games [05:33] larsson_, heh well..or at least 'I' do ;-)) [05:33] lol [05:33] but they suck [05:33] not [05:33] I'm trying to get vnc to work, but all I get is a white screen with just a dot for the cursor [05:33] well...some [05:33] there are many wonderful commercial linux games out there now [05:34] really!? [05:34] didnt know [05:34] some..I;ll give you that [05:34] dazed, yes..definitey [05:34] like in stores? [05:34] Its installing now. Man, i get so nervous when installing a new dist. [05:34] dazed, yes some [05:34] thats cool [05:34] dazed, if you can still find them.... [05:34] i didnt know [05:34] dazed, neverwinter nights is one of the best for linux [05:34] dazed, ut2004 prob. is the best/easiest to install though [05:34] really thats cool ill have to look into that [05:35] dazed, uplink is VERy kewl ..darwinia should come out soon'ish for linux/mac [05:35] ut2004 is available for linux? [05:35] America's Army is also a free game and easy to install [05:35] i have it for windows [05:35] love it [05:35] dazed, IF you are into it..there is 'postal2' for linux now [05:35] dazed, yup it SURE is [05:35] dazed, it even has a native linux installer for you on CD [05:35] never heard of it neighborlee...could i run my windows ut2004 or do i have to buy new one [05:35] no way [05:35] u just made my day [05:35] ;-)) [05:35] lol [05:35] *grouphug* [05:36] and also ... [05:36] nevermind me, I'm the token nerdette of the group [05:36] dazed, IF you can stil find them..there are some VERY kewl LOKI games floating around .... === aie_aie [~run@l01v-18-127.d4.club-internet.fr] has left #ubuntu ["Leaving"] [05:36] thats cool ill start looking [05:36] FX|Laptop, hmmm [05:36] <3 Tuxracer [05:36] FX|Laptop, I wonder if you have all needed components OR maybe its not configured right [05:37] Myrtti, nerdette ? ( ah as in female as in the nails bit ) [05:37] neighborlee, I'm not sure. I had it working good at one time. Not sure whats going on now. :( lol === knucks [~chatzilla@pcp01189996pcs.waldlk01.mi.comcast.net] has joined #ubuntu [05:37] is there a way to get all windows to open in one? [05:37] Myrtti,thats kewl...we need a 'even' mix around here anyway [05:37] like when i click on a folder it opens in that same window? [05:38] FX|Laptop, well I h ave idea for you..IF no one here knows you can goto: ( same server) #lemmings and tell them I sent you and they will help.... [05:38] knucks, ohhh you mean nautilus ? [05:38] Ok thands neighborlee [05:39] I have to get going right now, but I'll work on it later. [05:39] if thats the system for windows in ubuntu, then yes [05:39] knucks, thats called spatial mode and few like it except total newbies tolinux maybe...( which is supposedly why they designed it) [05:39] knucks, Yyeah you can disable that easily in 'prefs' in nautilus [05:39] o ok [05:39] well ill try that in a bit [05:39] my next order of business... [05:39] how do i access my ntfs partition? [05:39] its got all my docs and mp3s and videos [05:40] knucks, nautilus > edit : prefs : behavior : open in browser windows [05:40] knucks, well you set it up (if it isn't already) in /etc/fstab [05:40] eh? === StoffBox-Steve [~steve@pD95F350D.dip.t-dialin.net] has joined #ubuntu === ironwolf [~ironwolf@c-24-6-169-124.client.comcast.net] has joined #ubuntu [05:40] knucks, I dont do it usually but there must be a simple way to do it ( GUI)...mabye someone that does this more will chime in [05:41] knucks, if not you can manually mount it from gnome-terminal [05:41] how would i go about doing thaT? [05:41] knucks, : mount /media/windows ( after adding it to /etc/fstab) [05:41] neighborlee: /whois has been a good tool in the past [05:41] Myrtti, lol === stackpopper [~edward@dial81-131-155-70.in-addr.btopenworld.com] has joined #ubuntu [05:41] then google :-> [05:41] Myrtti, hi miia [05:41] can you take me step by step? [05:41] one might even try http://irc.fi/myrtti [05:41] I was wondering are there any successful boots with array6 on imac g5's? [05:41] Myrtti, checking === BiteMeBill wonders why they created http://ubuntuguide.org [05:42] knucks, well === topyli [~juha@dsl-hkigw3pa5.dial.inet.fi] has joined #ubuntu [05:42] knucks, there must be a easy GUI for this..I'm almost sure there is.lemme think [05:42] i can go through the comman line if u can tell me how-to [05:42] BiteMeBill: because you thought people knew how to use Google? [05:42] Myrtti: LOL [05:43] it's a common mistake people make [05:43] knucks: for step by step instructions look here. http://ubuntuguide.org/#windows [05:43] they presume others can use google [05:43] BiteMeBill: looking [05:43] ok let me try that === Crane [~Crane@cable-71-8-46-55.grd.al.charter.com] has joined #ubuntu [05:44] /win 11 [05:44] damnit lol [05:44] stuNNed: try alt+q [05:45] :-> [05:45] i think im smart but dazed owns me [05:45] lol [05:45] hes so l33t [05:45] ooh, so thats where this terminal went. [05:45] jk [05:45] *I KNEW* i was still connected to irc [05:45] plex0r: Well tell dazed to get his hand off your lap [05:45] yay [05:45] :D [05:45] Myrtti, nice site miia..added to friends list [05:45] my hands are no where near his lap [05:45] there on his [05:45] lol [05:45] well [05:46] BiteMeBill, thx for helping him..I got distracted for a sec [05:46] on both keyboards [05:46] at the same time === helio7 [~michael@wbar21.lax1-4.26.216.34.lax1.dsl-verizon.net] has left #ubuntu [] [05:46] wierd [05:46] huh === Slaggy [~Slaggy@ip68-110-22-134.om.om.cox.net] has joined #ubuntu [05:46] is there a guide to get DivX and other video codecs working? [05:46] neighborlee: No problem.. I just get frustrated when people don't use the tools that Ubuntu has given. === mmoyer [gdgzfmd@jaim.at] has joined #ubuntu [05:46] knucks [05:46] have u cehcekd the starter guide [05:46] dazed: nope [05:46] go [05:46] lol [05:47] is it the one Bill sent me to? [05:47] BiteMeBill, well newbies are usually of the windows mentality where things usually are pretty easy...just how it is [05:47] knucks: book mark this site and I will send you one more site too. http://ubuntuguide.org [05:47] thanks [05:47] BiteMeBill, which isn't bad perse at all...linux ( some distros ) take a slightly different approach with some things ;-)) [05:47] and http://www.ubuntuforums.org/ [05:48] BiteMeBill, thankfully ubuntu is going for easy of use === |rufius| [~suifur@suifur.linuxfordummies] has joined #ubuntu [05:48] ok thanks [05:48] ease [05:48] let me see if i can get mm codecs working === blizah [~stephen@12-215-221-178.client.mchsi.com] has joined #ubuntu [05:48] neighborlee: those two areas makes it easier and at the same time one learns instead of just doing. === regeya [~shane@sdn-ap-017ilchicP0501.dialsprint.net] has joined #ubuntu [05:49] BiteMeBill, yup tis true indeed === fgx [~fgx@host244-175.pool8256.interbusiness.it] has joined #ubuntu [05:49] it tells me to get sudo apt-get install w32codecs [05:49] but then i get an error: COuldn't find package w32codecs [05:49] knucks, it is in marillat repos [05:50] fgx: where at? === Goshawk [~Goshawk@host36-108.pool8251.interbusiness.it] has joined #ubuntu [05:50] knucks, sounds like you haven't enabled your universe or mabye marilat repositories [05:50] knucks, wait a mom [05:50] fgx, oops ;-) [05:50] knucks: I don't mean to sound like a prick but read this and then through the ubuntuguide http://www.ubuntuforums.org/showthread.php?t=3713 [05:51] Myrtti, how did you get intertered in linux/ubuntu if I may ask [05:51] Myrtti: i like the alt+number then letters underneath! [05:51] BiteMeBill: naw its cool. [05:51] i did most of those things already [05:51] Alot of your answers are in there and will walk you through everything. And you will have a better understanding of how things are working on your system. [05:51] i didnt do #3 [05:51] #3 is in both pages. [05:52] knucks, ftp://ftp.nerim.net/debian-marillat/ unstable main i think you can find it here [05:52] actually I did do #3 [05:52] fgx: what am i looking for in there? [05:53] knucks: http://ubuntuguide.org/#extrarepositories [05:53] knucks, while working at the commmand line is kewl synaptic is your friend too ( and you can browse for some really kewl games/apps that way too) [05:53] knucks, add that line to /etc/apt/sources [05:53] ahh ok [05:54] knucks, for future reference..you can also add them via synatic's interface [05:54] .list === Slaggy [~Slaggy@ip68-110-22-134.om.om.cox.net] has left #ubuntu [] === Slaggy [~Slaggy@ip68-110-22-134.om.om.cox.net] has joined #ubuntu [05:54] neighborlee: quirk. we had to learn how to install linux to a computer in my previous school, I had dual boot for a while with Win98 / Red Hat 8, then switched to vanilla W98 === BiteMeBill PlexOr and Dazed sure did get quiet over there. [05:55] my at-that-time-SO wasn't into Linux that much, so... === mmoyer [gdgzfmd@jaim.at] has left #ubuntu [] [05:56] Myrtti, ahhh very kewl indeed [05:56] well, my current is more so, and things led to another. Besides, I need some "heavy duty" software, and because my computer is a bit old, I used Win2K and Sodipodi, Gimp, etc, but I didn't quite get the best out of them [05:56] http://ubuntuguide.org/#extrarepositories [05:56] BiteMeBill: So i should do that? [05:56] I had the mentality of "why pay when you can have stuff free" [05:57] that's why sodipodi etc open source stuff [05:57] Myrtti, I skipped around from one distro to another till settling in with ubuntu.my main focus was gnome .and well automounting helps and security and stability..so it was a perrrfect fit ;-)) [05:57] but then when I needed to do some flyers for a website me and a fellow nerdette are maintaining... [05:57] Myrtti, yup many of us do..as you settle in you realize that 'free/open source' is KEWL anyway ;-00 [05:57] knucks: yes if you want to add the repositories [05:57] ok thanks [05:57] that was so painful experience, I decided to switch to pure Linux === arbeck [~arbeck@c-24-19-255-77.client.comcast.net] has joined #ubuntu [05:58] knucks: your welcome. [05:58] Myrtti, ah..yeah sodipod is nice...I use it for fold out flyers === sander__ [~sander@pool-68-161-10-78.ny325.east.verizon.net] has joined #ubuntu [05:58] and now I've got Scribus and lot's of other good stuff, and I don't need to pull my hair [05:58] I mean s cribus === yatana [~rox_rf@201.133.154.88] has joined #ubuntu [05:58] Does anyone want to help me with a couple of problems? [05:58] I used Debian last year about this time of the year === Ivy6Quaff [~Sir@c906a0a6.virtua.com.br] has joined #ubuntu [05:59] grefxd [05:59] but it was a pain in the ass with my that time hardware [05:59] arbeck, just ask your question [05:59] arbeck: shout it out maybe someone has an answer for you. [05:59] and I tried Mandrake, and Fedora [05:59] alguien habla espaol [05:59] first problem: nautilus keeps asking for a blank cd whenever i try to burn one. Event though there is a blank cd in the drive === rubixXx [~rubix@ip68-103-55-163.ks.ok.cox.net] has joined #ubuntu [05:59] Fedora was nice, until my power supply exploded [05:59] I ran the sudo apt-get update [05:59] Myrtti, yeah mdk and f eodra have their pluses [05:59] and i get this: [05:59] and besides I liked Debian more [06:00] W: Duplicate sources.list entry http://archive.ubuntu.com warty/main Packages (/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_warty_main_binary-i386_Packages) [06:00] W: Duplicate sources.list entry http://archive.ubuntu.com warty/restricted Packages (/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_warty_restricted_binary-i386_Packages) [06:00] arbeck: have you tried putting a different one in just to make sure ot [06:00] Myrtti, fedora is too bleeding edge for me trust but its nice in alot of other ways..mdk is too commecialized [06:00] it's not a bad CD? [06:00] I heard a lot of good stuff about ubuntu, so I decided to give it a try [06:00] Myrtti, although they are doing something right by being #1 and 2 at distrowatch === yatana [~rox_rf@201.133.154.88] has left #ubuntu [] [06:00] Myrtti, ditto === rcliii [~rcliii@24.10.179.112] has joined #ubuntu [06:00] doesn't linux have a local mail box...for some reason i have 14 emails locally and i don't know where the local mailbox is [06:00] md5sum is your friend [06:00] I was stunned when X worked out perfectly without hassle [06:00] knucks: check it over and see why there are two of the same in there. [06:00] not to mention Samba [06:00] rubixXx: which client? [06:00] Myrtti, that and having sound 'out of the box' isn't too bad either ;-)) [06:01] Myrtti, hmmm really? [06:01] can't deny that [06:01] njs12345): there is a local email box on most linux machines...i need to find where its at, no client is necessary [06:01] Myrtti, friend of mine had trouble connecting her windows partitins I think with samba.. [06:01] yeah, I had Samba working perfectly [06:01] rubixXx: /var/spool/mail/ [06:01] BiteMeBill: yep, tried that... gnomebaker, cdrecord, and cdrdao all work fine... it's only nautilus that won't work [06:01] tizen): ty [06:01] rubixXx: /var/mail/ [06:01] now I don't, but that's not my bad but my SO's [06:01] Myrtti, odd maybe she had some weird settings then...shrug [06:01] even our Xbox can't see his shares [06:01] lol [06:02] xbox huh [06:02] Myrtti, tinkering with the ole xbox huh === LordC_ [~LordC@cpc4-mfld3-4-0-cust215.nott.cable.ntl.com] has joined #ubuntu [06:02] modded xbox, of course === yatana [~rox_rf@201.133.154.88] has joined #ubuntu [06:02] arbeck: I'm not sure then. Is it saving information from a previous burn? [06:02] ty === yatana [~rox_rf@201.133.154.88] has left #ubuntu [] [06:03] is there a NetworkManager binary somewhere for warty? === yatana [~rox_rf@201.133.154.88] has joined #ubuntu === x-_-x [highvolt@AC9ECBEB.ipt.aol.com] has left #ubuntu [] [06:03] to restart sound isn't it like invoke.rc sound restart ? [06:03] BiteMeBill: ok i added the extra repositories [06:03] BiteMeBill: what do you mean? nautilus has never worked [06:03] nautilus works fine for me [06:04] neighborlee: oh, did I mention... I like to live dangerously === Sxxxhvo [AqdsVa@213.150.176.124] has joined #ubuntu [06:04] knucks: have you dont' the update and then you should have them all listed in your synaptic [06:04] I keep my repositories on hoary [06:04] yeh all my repositories are installed [06:05] i checked through synaptic [06:05] anyone know where firefox stores its themes? === robertj [~robertj@66-188-77-153.cpe.ga.charter.com] has joined #ubuntu === yatana [~rox_rf@201.133.154.88] has left #ubuntu [] [06:05] eruin, chrome i think [06:05] arbeck: I've had it when nautilus has saved stuff from a previous burn and it was giving me problems. Don't remember most of it just found out it was an error on my part that I had when leaving something checkmarked. [06:05] Myrtti, I get that impression [06:05] rubixXx: it's not that nautilus competely doesn't work... just the cdburning functionality [06:05] Myrtti, heh [06:06] I want some kick ass wallpapers [06:06] knucks: what are you wanting to install? [06:06] im doing this: [06:06] I just deleted a whole bunch of old boring wallpapers [06:06] sudo apt-get install mplayer-fonts [06:06] BiteMeBill: that's definately not it... because there would be nothing to save as I've never been able to use it to burn anything [06:06] and mplayer [06:06] so i can play divx [06:06] Myrtti, I think you can find some at gnome.org === Gheb [~Dobqh@BSN-250-61-164.dsl.siol.net] has joined #ubuntu [06:07] neat...there's a push now to lower gnome memory usage. 'bout time. ;-) [06:07] knucks: what does sudo apt-get install mplayer-fonts return? [06:07] and you think I didn't look? :-D === LordC_ is now known as LordC [06:07] some packages. its a plugin for firefox [06:07] neighborlee: did that, and hebus.com, and deviantart :-> [06:07] its all installed [06:07] Myrtti, ah kewl [06:07] but i cant play video in ..say...Totem [06:07] Bitemebill: went to go have a smoke hahah [06:07] knucks, you prob. need : libdvdcss2 [06:07] try totem-xine [06:07] xine-ui [06:07] dazed: sure!!! LOL [06:08] neighborlee: apt-get it? [06:08] knucks, yup [06:08] knucks, long as you have universe ( or is it marillat) enabled [06:08] I think I'll go and have another peek at those wallpapers [06:08] knucks 'apt-get install xine-ui' [06:08] its better then totem poop [06:08] lol === latia [latia@h148n2fls33o990.telia.com] has joined #ubuntu [06:08] how do you restart the sound server? [06:08] knucks, use synaptic its easier..although staying fresh with the commandline is never a bad thing ;-) [06:08] knucks: I'm not sure about Totem. We didnt' get along very long and I went with gXine and VLC [06:08] im getting apt-get install xine-ui [06:09] methinks I'm too nerd [06:09] yeah me and totem didnt work out too well [06:09] Myrtti, join the crowd LOL [06:09] rubixXx: you may need to restart gnome. [06:09] i love xine-ui hvaent tried gxine [06:09] BiteMeBill): no i can restart sound server [06:09] dazed: I love xine-ui as well... gxine always crashed on me. [06:10] initd.rc sound restart ?? [06:10] Okay problem number two... my USB 2.0 HD doesn't work. I get this error message, usb 3-6: device not accepting address 4, error -71. I believe this is a kernel issue... any ideas? anyone know an easy way to switch kernels? [06:10] you could install totem-xine, but that uninstalls ubuntu-desktop for some reason [06:10] haha [06:10] mm Chapelle Show :D [06:10] regeya: LMAO I think I will stay away from that but thanks for the warning. [06:11] xmms cuts off all my other sound when its on...any way to fix...? === Skwid__ [Skwid@stlaurent-1-82-228-247-28.fbx.proxad.net] has joined #ubuntu [06:12] regeya: totem-xine replaces totem-gstreamer, but ubuntu-desktop depends on totem-gstreamer... so installation of totem-xine will uninstall ubuntu-desktop. [06:12] arbeck: I'm not sure on that one and will be quiet on that one. === FireEgl [Ariel@Atlantica.DollarDNS.Net] has joined #Ubuntu === Dell [xxc@85.99.28.63] has joined #ubuntu [06:12] hey google http://www.otomotivshow.com/ :) === Dell [xxc@85.99.28.63] has left #ubuntu [] [06:12] and so what === Dell [xxc@85.99.28.63] has joined #ubuntu [06:13] hey google http://www.otomotivshow.com/ :) === Dell [xxc@85.99.28.63] has left #ubuntu [] [06:13] Tomcat_, indeed...but there's no good reason for that, though I suppose the devs want to *require* the gstreamer version of totem [06:13] how do i "uninstall" Totem + Rhythmbox? [06:13] you can live without ubuntu-desktop [06:13] no need knux [06:13] knucks* === Levander [~cponder@user-11208c5.dsl.mindspring.com] has joined #ubuntu [06:13] dazed: why? [06:13] yeah...there are wild rumors that not having ubuntu-desktop installed can mess with the upgrade process (though I've had no worries) [06:13] knucks: easiest way for you would be through synaptic. [06:13] Is the MySQL query browser application not available via the Ubuntu repositories? [06:14] mysql.com says its available under the GPL [06:14] can you run me through as how id do that? [06:14] i have Synaptic open [06:14] knucks: through synaptic [06:14] how do i restart my sound server [06:14] knucks: Do a search for each one and then right click it and choose uninstall [06:14] rubixxx, look for a script in /etc/init.d [06:14] ahh that easy eh? [06:14] THanks [06:15] Levander): what do i open the file in [06:15] anyone here got the pinstripe theme for firefox? [06:15] Levander: I installed mysqlcc through synaptic easy enough [06:15] rubixxx, don't have to open any file [06:15] eruin, what's the matter? [06:15] "ls /etc/init.d" will give u a bunch of start / stop scripts, look for one named after your sound server [06:16] arbeck, looking for mysqlcc in apt-cache search now [06:16] arbeck, cool, found it, didn't know it was called mysqlcc, great! [06:17] Levander): thank you [06:17] all other sound cuts off when xmms is playing...any wayt to fix? [06:17] Levander: it's alot more than a query browser... it's also a table manager, and database manager... but it will let you run SQL queries === krix [~krics@fibhost-29-146.fibernet.bacs-net.hu] has joined #ubuntu [06:17] hey [06:17] arbeck, don't think i'll use it right away, but u know the package name for the MySQL Administrator application? [06:17] i installed ubuntu array6 amd64 version at now. [06:17] has anybody tried epiphany? [06:18] I want to install NVidia drivers for my system, but the installer say error to me. [06:18] rubixxx, all your system daemons have scripts in there to start and stop [06:18] rubixxx, u figured out how to run the script? [06:18] dazed: I remember reading about how to play two sounds at once in the forums. But I'm not sure. [06:18] fgx: if so, I'd like to have a look at it =) [06:18] Levander: I'm pretty sure mysqlcc can do every thing the mysql administrator can [06:18] what's the name of the most current mysql admin program...I'd search for it if I knew...I have mysqlcc installed, though it's obsolete [06:18] i saw /var/log/nvidia-installer.log and it says some compiling error. === Chiar [GOUVieB@host56-241.pool80117.interbusiness.it] has joined #ubuntu [06:18] I'm tired of being stuck with the gnome theme and the qute theme === ups [~ups@61.246.163.3] has joined #ubuntu [06:19] something bad in include/linux/prefetch.h (some void * thing) [06:19] any idea please? :) === mindphasr [~mind@68.31.36.53] has joined #ubuntu [06:19] regeya: I think the reason behind this is that the devs want people to have a general installed based of packages, so ubuntu-desktop depends on everything... [06:19] regeya: Like... easier for support and updates. [06:19] ok...also...how do i get a PIM list so i can kill a PIM [06:19] i can not install nvidia drivers with apt-get because i'm using 2.6.11-1 package from ubuntu and it has not got modules for this kernel version. [06:19] rubixxx, okay, I'm just looking at the mysql pages for the first time, no real idea what these things do. Maybe I won't need the administrator app [06:19] eruin, did u have a look at tools-->themes in firefox? [06:19] rubixxx, would be nice to know the name of the package in case i wanna check it out later though [06:20] goddammit I hate google search for firefox [06:20] no wait [06:20] I don't hate it [06:20] what's 'the administrator app' [06:20] I just don't like it === LordC [~lordc@cpc4-mfld3-4-0-cust215.nott.cable.ntl.com] has joined #ubuntu [06:20] arbeck, those last two were for u, not rubixxx, i messed up [06:20] fgx: yes. 99.9% of the themes on their site suck :P I want the pinstripe theme, as seen on http://www.lynucs.org/index.php?screen_id=1590386717404602429c41d&p=screen ;-) [06:20] regeya, http://www.mysql.com/products/administrator/ [06:20] whast the syntax for gettin the PIM list ? === WildRabbit [~WildRabbi@adsl7-69.simnet.is] has joined #ubuntu [06:20] regeya: would webmin cover that? [06:21] hmmm [06:21] i don't have any sound === tsw [tsw@spider.lemtek.fi] has left #ubuntu ["bye"] [06:21] imma try to restart gnome [06:21] rubixxx, u figured out how to run those scripts? === larsson_ [~larsson@h164n3c1o285.bredband.skanova.com] has joined #ubuntu [06:21] Levander: well, i administrate a mysql database here... and I've never needed anything more than mysqlcc [06:21] eruin, did u try googling a little bit more? [06:21] rubixxx, run 'scriptname stop' to stop daemon, then 'scriptname start' to restart it [06:21] BiteMeBill: u know the string for gettin the PIM list? [06:22] arbeck, cool the query browser oughtta be more than enough for now, thanks! [06:22] my xmms stalled up and i cant close it [06:22] How do you change the default sound device? === rubixXx [~rubix@ip68-103-55-163.ks.ok.cox.net] has joined #ubuntu [06:22] arbeck, give me plenty to play w, i'll keep in mind i prolly don't even need the adminstrator app [06:22] ps -aux ? [06:22] you atleast had xmms working [06:22] I can't get mine starting [06:23] Hi. Just installed Ubuntu on my other computer. Works fine, but it cant boot Windows from grub. I can mount the NTFS windows partition in Linux, and it works fine. Its located in /dev/hda1 and it works fine. But when choosing Windows in grub, it says: "rootnoverify (hd0,0) make active chainloader +1" then, nothing more happens. Any ideas? [06:23] hmmmm no sound [06:23] or it starts, but vanishes in a heartbeat [06:23] dunno, Levander, but it looks really handy :-/ [06:23] Levander: what are you using MySQL for? === regeya grumbls [06:23] hm. === |rufius| [~suifur@suifur.linuxfordummies] has joined #ubuntu [06:23] any idea ? [06:23] 'no you don't need to use MySQL for that are you crazy?' [06:23] eruin, mmm... it seems it is available only for mac osx [06:23] arbeck, basically to learn it, spent six hours yesterday learning by trial and error the grant privileges [06:23] regeya: did you look at this? http://www.mysql.com/products/administrator/ [06:23] eruin, dunno why [06:23] then finally found good article about it today [06:24] BiteMeBill, why yes I did, after Levander pointed it out to me. === fgdh [~fgdh@dsl81-215-41339.adsl.ttnet.net.tr] has joined #ubuntu === dazed [~dazed@adsl-219-156-58.aep.bellsouth.net] has joined #ubuntu [06:24] No one knows anything about my grub issue? [06:24] regeya: Sorry day late and a dollar short here. LOL [06:24] regeya, don't know mysql for what?? [06:25] Levander: do you have a specific use you want to use it for? I'd sometimes suggest other databases for most work [06:25] dont need mysql for what* [06:25] arbeck, just running wordpress [06:25] fgx: I know why, but judging by that screenshot, someone has sliced one up for win/linux [06:25] Levander, sorry, I was making a cynical prediction about the direction the conversation was going :-> [06:25] regeya, ha! [06:25] hence the quotes === Lemonzest [~Lemonzest@cpc1-nott4-3-0-cust27.nott.cable.ntl.com] has joined #ubuntu [06:25] anyone have any ideas on troubleshooting my sound [06:26] regeya, u see what arbeck said, u guessed right! === ulx_ [~ulx@54.Red-213-98-190.pooles.rima-tde.net] has joined #ubuntu [06:26] arbeck, what u recommend for web sites in general? [06:26] larsson_: do you need to install grub or do you need to edit the grub list? [06:26] indeed. === redissexy [~redissexy@201009180220.user.veloxzone.com.br] has joined #ubuntu === Wawwb [~TUHRLFt@83.235.103.143] has joined #ubuntu [06:26] a lot of people tend to recommend postgresql...I couldn [06:26] do i need to enable spamd by editing the /etc/default/spamassassin file to use spamassassin with evolution? [06:26] arbeck, i saw postgesql won ars-technica's database of the year [06:27] t possibly make a recommendation b/c I have no need for a database server, really [06:27] k-lined! [06:27] heh [06:27] those ars awards is where i found out about ubuntu, that was an excellent recommendation === marcin_ant [~marcin@www.e-dev.tele2.pl] has joined #ubuntu [06:27] Hi. Just installed Ubuntu on my other computer. Works fine, but it cant boot Windows from grub. I can mount the NTFS windows partition in Linux, and it works fine. Its located in /dev/hda1 and it works fine. But when choosing Windows in grub, it says: "rootnoverify (hd0,0) make active chainloader +1" then, nothing more happens. Any ideas? [06:27] was thinking there might be more great stuff in there i should try [06:28] Levander: for most websites MySQL is fine... it's quick dirty and easy... and very fast. Just make sure you back up often, and hope your data isn't the most important... plus MySQL has the upside that alot of web software was created with it in mind [06:28] arbeck, if back-ups are that important, how will i know when my data starts getting corrupted? === dr_willis [~willis@12-202-192-44.client.insightBB.com] has joined #Ubuntu [06:28] arbeck: MySQL is fine for very important data [06:28] arbeck, worried the data in my backups is corrupted [06:28] arbeck: however, if you are really interested in doing something mission critical... postgres or firebird is probably better === Ocid [~pete@dsl-lprgw4s2a.dial.inet.fi] has joined #Ubuntu [06:29] Levander: it's not that data gets corrupted... i've just seen data dissappaear [06:29] thought firebird was the original name of the firefox browser, it's a dbms? [06:29] hmm....for some reason my sound isn't working at all. I have the emu10k1 modules loaded into the kernel...i have tried restarting the server, volume is up, speakers are hooked up correctly but still no sound [06:29] Levander: now you know why they changed it to firefox :) [06:29] Levander: mysql has the huge advantage of being available on all the major platforms + having a good win32 odbc connector [06:30] arbeck, fuck, how would i know when it disappear? What if it disappears, i make a bunch of backups, then i notice. it's not in the backups anymore! [06:30] who had an xmms issue? [06:30] i do [06:30] cant play 2 sounds at once [06:30] did you install libmikmod2 ? [06:30] arbeck, how?? [06:31] wouldnt install for me [06:31] when xmms is playing [06:31] oh, that's a different issu [06:31] i think ubuntuforums is full of answers for that [06:31] Levander: no... not like that... i've never had data dissappear from my DB... i've had a bunch of data get inserted, and it dissapears before it ever gets written to disc. It doesn't happen very often (probably 2x in 3 years) but when it does it just looks like the insert failed === ogra [~ogra@p508EAC13.dip.t-dialin.net] has joined #ubuntu [06:31] can i get a link...to lazy to open browser lol [06:31] arbeck, okay cool === _tester_ [~yz@216.238.205.45] has joined #ubuntu === karsten_ [~karsten@host-66-81-219-225.rev.o1.com] has joined #ubuntu [06:32] arbeck, will remind me when i'm writing software for it, make damn sure insert works before i get rid of data I created for it, prolly a good idea in general anyway. [06:32] Levander: MySQL is fine for most home databases... and slashdot.org uses it, so it can scale well... it's just not what i would call mission critical yet... I use it for my website though without issue === m-foxela [~legolas@port-212-202-8-100.dynamic.qsc.de] has joined #ubuntu [06:33] Levander: that's always a good idea... [06:33] is gnomebaker on the repositories? [06:33] Levander: http://arbeck.net if you want to see a simple site that uses it [06:33] arbeck, what u think is best database client, to do queries and such, available (for free) on Linux? === Quest-Master prefers MySQL.. PostgreSQL looks nice though too [06:34] arbeck, i checked out the new OOo database application in OOo 2, thought it sucked, looked incomplete, may be better, later, like next year === HeinrchWulfli [~Silon_Wel@80-218-1-18.dclient.hispeed.ch] has joined #ubuntu [06:34] hi freaks [06:34] Levander: for mysql, mysqlcc is the best for me... but i find if I'm going to be doing anything complicated I just do it myself in python [06:34] arbeck, would be nice if it can connect to any db, including commercial ones [06:34] us freaks? [06:34] nah [06:34] MySQL + phpMyAdmin is ok === andrewski [~andrewski@pool-151-197-228-57.phil.east.verizon.net] has joined #ubuntu [06:35] arbeck, any good ones that connect to multiple DB, commercial server or otherwise? [06:35] anybody here know how to use spamassassin? [06:35] robertj, phpMyAdmin lets u do queries? [06:35] apt-get install spamassasin [06:35] ? [06:35] djp: depends in what you want to use it [06:35] is there a netinstall image out there? === scandium [~scandium@p50808E7A.dip0.t-ipconnect.de] has joined #ubuntu [06:35] djp: spamc is the command to use for spamassassin [06:35] can anyone recommend a good ogg encoder frontend? (i've been using grip for mp3s.) [06:36] Levander: SQL queries [06:36] andrewski: sound-juicer [06:36] andrewski, grip also works for ogg, it's what i used to use [06:36] shock: do i need to enable spamd? it is deisabled by default [06:36] it does have a really bare-bones gui query builder [06:36] Levander: that I don't know... every commercial server i've used has always come with it's own front end... of course my knowledge of commercial databases is limited to Oracle, SQL Server, and Informix [06:36] Levander: "used to"? === dhen [~dhenjhidz@203.76.247.196] has joined #ubuntu [06:36] phpMyAdmin rocks. [06:36] scizzo: i want to use it with evolution [06:36] andrewski, haven't used it in awhile, coupla years === lamont [~lamont@mix.mmjgroup.com] has joined #ubuntu [06:36] scizzo: is it better than grip, or just the default for ubuntu? :) [06:36] andrewski: grip works fine for ogg... [06:36] i just found http://www.wrigley.me.uk/wp/?p=71 but it seems to be a dirty way.. isnt there another way?? [06:36] phpMyAdmin's permissions interface is really good [06:36] andrewski, grip lets u set of lot more options than sound-juicer, sound-juicer for newbies [06:36] Levander: in favor of something else, or not using anything.... [06:37] ? [06:37] scizzo: do i need to enable spamd to use with evolution? spamd is disabled by default? [06:37] chocolate! [06:37] andrewski: sound-juicer really can't do enough... i needed to rip to flac, and then convert to mp3, grip can do things like that sound-juicer can't [06:37] andrewski, just have done any ripping in a coupla years, usu get my music over internet now, not CD's, all my CD's already ripped === regeya votes for grip [06:37] yeah no xmms thing on the forums [06:37] arbeck, exactly, that's the diff between the two [06:38] arbeck: yeah, i don't like sound-juicer, just wanted to see if there was anything else. [06:38] Levander: ok, thanks. [06:38] arbeck, makes me feel better about your db recommendations === Ocid [~pete@dsl-lprgw4s2a.dial.inet.fi] has left #Ubuntu ["Leaving"] [06:38] i'm sticking to grip! === andrewski has such bad puns. [06:38] i vote for grip [06:38] is there a GUI for internet dial-up in ubuntu? because i am usin wvdial. [06:38] gkdial [06:39] gnome-ppp [06:39] altho i use gnome-ppp [06:39] i fixed a bug in grip, that programmer's not the best, but he's worked so hard on grip, he's got the functionality working as far as the user is concerned [06:39] better than gkdial :) [06:39] how do i chance background color and font colors in xemacs? [06:39] montagh lol [06:39] hehe [06:39] Levander: I'd also suggest learning python and how to pass queries to mysql through it... it's how I do alot of 'remote' maitenance [06:39] Montagh, is it installed by default? [06:39] nup, i had to find it elsewhere [06:39] it wasnt in any of my sources === hikaru79 [~hikaru79@d57-4-59.home.cgocable.net] has joined #ubuntu [06:40] arbeck, yeah, lots in common in our computer geek choices, i just wrote a 300 line python script to download all my favorite NPR programs via cron every day [06:40] vince, options->edit faces [06:40] love python [06:40] If I've updated to hoary, and am now using xorg, it's safe to remove xfree86, right? === joh_ [~joh@grn-dhcp215.studby.uio.no] has joined #ubuntu [06:40] pls help [06:40] where can i download gnome-ppp for gnome 2.8.x [06:40] hikaru79, yes [06:40] arbeck, never used it to talk to a database though [06:40] Thanks, JDahl =) [06:40] hikaru79: Did you upgrade to Hoary? How stable is it? [06:40] guys help [06:40] Quest-Master, it's great [06:40] i need to find a file i moved [06:40] They're very close to release [06:41] Everything seems to be very very fine [06:41] noone helps here [06:41] I've gotten my NVidia card all set up [06:41] Network is no problem === CodyC [~crawford@cpe-70-112-108-140.austin.res.rr.com] has joined #ubuntu [06:41] knucks find -name should work [06:41] Haven't encountered a single problem yet =) [06:41] Levander: I've got python scripts on cron that do alot to my database... for instance: I have a list of every CD I own on my database. But I don't want to manually insert them. So a python script queries my ripped cd's nightly and if it finds one that isn't online it inserts it [06:42] cool, thanks JDahl [06:42] http://packages.debian.org/unstable/net/gnome-ppp === leonel is now known as kab [06:42] Montagh, where did u find gnome-ppp for gnome 2.8.x? gnome-ppp-0.3.20 is only for 2.6 === kab is now known as leonel === _adw_ [~adw@230.80-203-59.nextgentel.com] has joined #ubuntu === Alessio [~Alessio@host113-4.pool8251.interbusiness.it] has joined #ubuntu [06:43] ah not sure === Skid [~chris@82-32-195-206.cable.ubr05.newt.blueyonder.co.uk] has left #ubuntu [] === MHOiH [IUfpQC@host56-241.pool80117.interbusiness.it] has joined #ubuntu [06:44] What is "Anjuta2" called? I remember that they call it something else now... [06:45] hikaru79, explore the wonders of apt-cache search anjuta === dr_willis [~willis@12-202-192-44.client.insightBB.com] has left #Ubuntu ["Leaving"] === tck [~tck@213-202-151-211.bas503.dsl.esat.net] has joined #ubuntu [06:47] anything to be warry about with ubuntu on a laptop? [06:48] 1-1.5 years old [06:48] blizah, no probs for me [06:48] mine is about 6-8 years old [06:48] what about the wifi? [06:48] blizah: Yea make sure it's linux compatable first. LOL [06:48] blizah, im using wifi at the mo, a la orinoco card [06:48] blizah, what kind of card do you have ? === erlend_ [~erlend@0x50a59de6.svgnxx2.adsl-dhcp.tele.dk] has joined #ubuntu [06:48] its in the pci slot and its a aiwa or something (its my friends laptop) === snotling [~snotling@laf31-5-82-235-128-93.fbx.proxad.net] has joined #ubuntu [06:50] blizah, you should try to find out what kind of chipset the card uses and check here >> http://www.ubuntulinux.org/wiki/HardwareSupportComponentsWirelessNetworkCards [06:50] k [06:50] arbeck, what was your website? think i am gonna check it out [06:50] tnx [06:51] I have a vfat partition on my hard drive that I'm wanting to share between Windows and Ubuntu. The Ubuntu installer was great with adding it to fstab, but what should I change so that ALL linux users have full permissions on it? === snotling [~snotling@laf31-5-82-235-128-93.fbx.proxad.net] has joined #ubuntu === mhy [~mark@vodka.oikos.uk.net] has joined #ubuntu [06:51] Should I change 'defaults' to 'rw,user,noauto'? [06:52] yeah [06:52] anyone use oggenc? should i use -b or -q for encoding files? [06:52] nope === lunitik [~trey@ip68-230-75-109.ph.ph.cox.net] has joined #ubuntu [06:52] arbeck, from looking at the suggested packages for mysqlcc, it does look like that client can talk to postgreSQL [06:52] hikaru79: http://ubuntuguide.org/#automountfat [06:52] automountfat..theres a joke in there somewhere === craigaa [~craigaa@nngy-165-183-111.telkomadsl.co.za] has joined #ubuntu [06:53] BiteMeBill, it's already automounting === [m0rph] [~morph@p83.129.182.82.tisdip.tiscali.de] has joined #ubuntu [06:53] BiteMeBill: That doesn't work properly [06:53] I'm just wondering what to change to give full permissions to regular users [06:53] Can I do "defaults,users"? [06:53] (For "") === mg__ [~mg@cpc2-leed1-4-0-cust93.ldst.cable.ntl.com] has joined #ubuntu [06:53] the umask doesn't work right? [06:53] I've tried but always gotten problems somewhere [06:53] :\ [06:53] Yeah === virtuald [danielh@tsukasa.networksolutions.se] has joined #ubuntu [06:54] Maybe rw,exec,suid.. since defaults = (nosuid, rw, noexec) and a few more things === cyberix [~cyberix@hki2-6-3-fb.hoasnet.inet.fi] has left #ubuntu [] === bvn [bnmm@85.97.88.241] has joined #ubuntu [06:54] hmmm It's working here fine for both vfat and ntfs [06:55] Weird [06:55] Does anybody have the problem that gnome is taking about 5 minutes before it responds (right after i log in).. after that, it starts normally === ernstp [~ernstp@k13d217-2.kam.afb.lu.se] has joined #ubuntu [06:55] i use hoary [06:55] the problem has been there for several weeks [06:55] BRB === rattboi [~rattboi@c-24-22-178-137.client.comcast.net] has joined #ubuntu [06:56] hi guys [06:56] I have a few questions === aroman [~aroman@Toronto-HSE-ppp3708902.sympatico.ca] has joined #ubuntu [06:56] is there a way to enable smooth-scroll in ubuntu? [06:57] I already had one system that I started with Warty, then apt-get'd to hoary [06:57] gentoo has the smoothscroll patch as default [06:57] but I just installed Hoary from a nightly cd, and I seem to be having some issues getting some of the stuff that works on my other system working [06:58] before, I followed ubuntu guide and got multimedia codecs working, but this time it said it can't === jeff__ [~jeff@adsl-0-112-139.btr.bellsouth.net] has joined #ubuntu [06:59] hey guys, my sister turned off my ubuntu the other day just by pressing the power button === thekoreuk is now known as thekore|away [06:59] now everytime i leave my computer on over night when i wake up its frozen [07:00] any ideas of what i could do [07:00] fsck? === craigaa [~craigaa@nngy-165-183-111.telkomadsl.co.za] has left #ubuntu ["Leaving"] [07:01] Quest-Master: That is what I have in my fstab and seems to be working fine on both machines. [07:01] dosent want to run on a mounted file system [07:01] no, you have to use a rescue disc, livecd [07:02] ooh ok [07:02] see when that happend when i was on slackware, it noticed the damage done to the file system and ran checks then fixed them [07:03] on boot, does ubuntu linux not do the same? === ceu [~ruut@194-185-170-113.f4.ngi.it] has joined #ubuntu [07:04] jeff__: Only when it hasn't done it in certain amount of times. [07:04] ie: 30 startups. === Ryaan [ee@81.213.69.239] has joined #ubuntu [07:04] does marillat's repo need a PGP key now? [07:05] so do you guys think if i run fschk with a live cd, then it will solve my problems of freezing up? [07:05] jeff__: if there is corruption there it should. [07:05] oh [07:05] <[m0rph] > has anyone here built beagle? [07:06] anyone? [07:06] <[m0rph] > er, I mean someone [07:06] I'm getting errors when trying to connect to marillat's repo because of some security [07:06] rattboi: I haven't had to add anything to mine so I don't think so. [07:06] does freezing up after being on all night sound like it could be a file system problem? [07:07] corruption can do and cause lots of things. [07:07] jeff__: dunno, but it may behoove you to fsck [07:07] ahh [07:08] rattboi: I just checked with mine and it had no problems connecting. [07:08] do i need to enable spamd in order to use spamassassin with evolution? === Lemonzest [~Lemonzest@cpc1-nott4-3-0-cust27.nott.cable.ntl.com] has joined #ubuntu === StoffBox-Steve [~steve@pD95F350D.dip.t-dialin.net] has joined #ubuntu [07:09] can i remove screenserver that not are in use ? === bretzel [~felix@modemcable128.237-130-66.mc.videotron.ca] has joined #ubuntu === hawke [~hawke@hawkesnest.net] has joined #ubuntu [07:11] ah [07:11] just found what was going on, I think [07:11] well, at least part of my problem [07:11] rattboi: do share [07:11] I think I can use marillat's repo with apt-get, but not synaptic [07:11] I was missing the main repos :P [07:12] I had multi and uni, but not main [07:12] rattboi: well that might help. LOL I used Synaptic when I checked. === |rufius| [~suifur@adsl-69-154-78-187.dsl.rcsntx.swbell.net] has joined #ubuntu === MindZEye [~MindZEye@seanparsons.plus.com] has left #ubuntu ["Later."] [07:13] huh [07:13] can I paste the message I get? [07:14] well, mp3 works now :P === froust [~liam@S0106000f6694d7bf.ed.shawcable.net] has joined #ubuntu [07:14] Anyone know what the name of the default gnome text editor is? [07:14] gedit i think froust [07:15] yeah, gedit [07:15] btw, does anyone here use system monitor applet? [07:15] mine is reporting that swap is 0% used [07:15] thanks === StoffBox-Steve Love this great StreamTuner Tool === LordC [~lordc@cpc4-mfld3-4-0-cust215.nott.cable.ntl.com] has joined #ubuntu === lok [~heka@facultes-3-82-228-151-150.fbx.proxad.net] has joined #ubuntu === Tomcat_ [tomcat@p54A1B2DB.dip.t-dialin.net] has joined #ubuntu [07:19] whats your Fav. Linux Game Guys ? === karsten_ is now known as karsten [07:20] StoffBox-Steve, I like frozen-bubble. (the only one I really played) === xabier [~xabier@85.84.29.110] has joined #ubuntu [07:20] i use it rattboi ... but by me swap is 0% use too :) [07:20] StoffBox-Steve, the best games are old commercial games you can play with scummvm or dosbox === Fleebailey66 [~andy@c-67-163-138-215.client.comcast.net] has joined #ubuntu [07:21] StoffBox-Steve: Enemy Territory [07:21] hehe Loevborg i love the old C64 game :) [07:21] StoffBox-Steve, is that an error, or are we actually not using any swap? [07:21] I can't imagine no swap [07:21] oh [07:22] hmm i think i dont use it ... by Ram it fast 512MB (400mhz) ... and not full in use [07:22] I guess I'm using 2.8 mb of swap === tolstoy [~tolstoy@c-67-171-195-50.client.comcast.net] has joined #ubuntu [07:22] rattboi, I never use my swap or just a little ^^ === tolstoy [~tolstoy@c-67-171-195-50.client.comcast.net] has left #ubuntu ["Leaving"] [07:22] I always thought it put like half into swap anyways [07:22] nop [07:22] but apparently it just uses swap when ram is low [07:22] ok [07:23] did anyone try 2.6.11-1-k7? [07:23] when the ram is too small for a progs it's swap [07:23] we have to get ftp://ftp.sunet.se/pub/Linux/distributions/gentoo/distfiles/gtk+-2.6-smoothscroll-r2.patch into ubuntu!! [07:23] I tried it and froze when gnome started [07:23] *GG* nobody useing Swap ... i wounder why it says you need 2xRam for swamp ... for what ? *GG* [07:23] good game? [07:23] ernstp, what's do that patch [07:24] My volume control broke :/ I clicked Treble, it closed - and wont open again. [07:24] If i try opening gnome-volume-control in terminal, it says segment fault [07:24] :( whats with that? [07:24] gnome goes through ram like a crack whore goes...nevermind. swap is still a good idea. [07:24] what are those settings to tweak my dvdrom speed to use DMA? [07:24] I can't remember now [07:25] rattboi, look at "man hdparm" [07:25] hdparm [07:26] swap it a good idea .. but not need 1 GB swap, i think ... my Swap is set to 450 MB ... === Levander [~cponder@user-11208c5.dsl.mindspring.com] has joined #ubuntu [07:27] Loevborg, frozen-bubble is a Funny small Game :D *like it :D === MikeGTN [~mike@greatnorthern.demon.co.uk] has joined #ubuntu [07:29] I have a fat32 partition that I want all users to be able to read/write === King_Crimson [~chatzilla@ool-44c239cb.dyn.optonline.net] has joined #ubuntu [07:29] how do I do that? [07:29] hey guyd === Devinci [~Devinci@HSE-Kitchener-ppp230671.sympatico.ca] has joined #ubuntu [07:29] hey guy === ironwolf_ [~ironwolf@c-24-6-169-124.client.comcast.net] has joined #ubuntu [07:29] i got a question === Rocco [~lukas@dsl-78-56.utaonline.at] has joined #ubuntu === Rocco [~lukas@dsl-78-56.utaonline.at] has left #ubuntu ["Kopete] [07:30] i downloaded the bubuntu iso and unrared it [07:30] but now wat do i do [07:30] unrared? [07:30] what is your purpose? [07:31] well i want to make a live cd === mario [~mario@200.54.6.37] has joined #ubuntu [07:31] so i dled the iso [07:31] of warthog [07:31] ok, then you burn the iso [07:31] you don't unrar it [07:31] the whole folder? [07:31] burning programs understand isos are disk images [07:32] what aer you burning with? [07:32] cuz i have this folder it sez start, programs, exe,base, bin, copy === Rocco [~lukas@dsl-78-56.utaonline.at] has joined #ubuntu [07:32] nothing really [07:32] i have a Nero trial [07:32] ok, so open Nero [07:32] you extratcted the iso with winrar, that is not what ou have to do to get your lice CD [07:32] hat do i have to write in scaling_cur_freq so that the user can change die cpu-freq? [07:32] o, then wat do i ahve to do [07:33] you just burn the iso with the nero you have [07:33] on CD [07:33] like rattboi said, burn it ah hes gone [07:33] dumba** [07:33] sorry [07:33] what do i have to write in scaling_available so that the user can change die cpu-freq? === henke [~henrik@host022.robackshus3.ac.se] has joined #ubuntu [07:34] has the work being made on the bootup process made its way into Hoary? === Rocco [~lukas@dsl-78-56.utaonline.at] has left #ubuntu ["Kopete] === [Zenith] [~dadg@alesund-dhcp-242-4.bluecom.no] has joined #ubuntu [07:35] Anyone running Hoary in here and dual booting also? [07:35] how i can uninstall game, that where installed by default ? when i try to deinstall it allways whant to deinstall ubuntu-desktop :s [07:36] BiteMeBill, me [07:37] lok: Could you please send me a copy of your grub menu.lst for review of something? === andrewski [~andrewski@pool-151-197-228-57.phil.east.verizon.net] has joined #ubuntu [07:38] lok: Thank you.. Now to just find where it saved. LOL [07:39] BiteMeBill: ~/.xchat2/ ? [07:39] in the Desktop with gnome [07:39] or ~/.xchat2/download [07:39] .xchat/downloads/name/ [07:39] anyobdy know how to restore gnome volume control? mine has vanished :( [07:40] jdp, left click panel and add applet === DXT^away is now known as DXT [07:40] How is array-6 compared to array-5 fully updated ?? === ups [~ups@61.246.163.3] has left #ubuntu ["Leaving"] [07:42] JDahl: left clicking but nothing happening === Rocco [~lukas@dsl-91-119.utaonline.at] has joined #ubuntu === oly [~oly@host81-129-52-203.range81-129.btcentralplus.com] has joined #ubuntu [07:43] djp, nothing happens when you left your panel? then probably gnome-panels is dead and you need to restart gnome [07:43] s/left/left-click/ [07:43] does anyone use CPUFREQ....i need an original settig :) === toffy [~bjorn@80.203.83.189] has joined #ubuntu === VR^ [VR@154-111.200-68.tampabay.res.rr.com] has joined #ubuntu [07:44] jDahl: -- or if you can use terminal: "killall -TERM gnome-panel" ?? [07:44] bretzel, does gnome-panel automatically restart? [07:44] jDahl: Yes it is set to respwan [07:45] by default [07:45] respawn -- sorry === Dr_Acemaster [~Dr_Acemas@c-24-11-89-119.client.comcast.net] has joined #ubuntu === ninadb [nandi@203.94.218.229] has joined #ubuntu [07:45] jDahl: if -TERM dosen't work, -KILL, or -9 === ninadb [nandi@203.94.218.229] has left #ubuntu [] [07:46] djp, I meant right-clicking, of course :P === jovian [~jovian@c-24-118-74-107.mn.client2.attbi.com] has joined #ubuntu === antrix [~antrix@cm173.gamma93.maxonline.com.sg] has joined #ubuntu === Kaloz [~kaloz@arrakis.dune.hu] has joined #ubuntu === zenwhen [zenwhen@h-67-102-63-103.phlapafg.covad.net] has joined #ubuntu === _miracoolix_ [~micha@pD9EB0D44.dip0.t-ipconnect.de] has joined #ubuntu === apokryphos [~apokrypho@host-84-9-32-191.bulldogdsl.com] has joined #ubuntu === pisuke [~luis@84-120-66-197.onocable.ono.com] has joined #ubuntu === hypn0 [~chatzilla@host81-7-58-109.surfport24.v21.co.uk] has joined #ubuntu === pitti [~martin@box79162.elkhouse.de] has joined #ubuntu === elmaya [elmaya@201.133.215.125] has joined #ubuntu === gub [~gub@fac34-1-82-231-24-63.fbx.proxad.net] has joined #ubuntu [07:53] <_miracoolix_> hi, can someone give me a pointer, why ubuntu is so popular now? [07:53] can anybody help me out with a spamassassin question! [07:54] _miracoolix_: why are you asking ;-D [07:54] _miracoolix_: it's getting good press on al ot of linux sites at present [07:55] _miracoolix_: would like to know if i need to enable spamd in order to use spamassassin with evolution? === FAST [~ryan@ip68-4-125-152.oc.oc.cox.net] has joined #ubuntu === froust [~liam@S0106000f6694d7bf.ed.shawcable.net] has left #ubuntu [] [07:56] _miracoolix_, I dont think there's a feature-list showing the Ubuntu is better than other distros point by point, but why dont you google for some ubuntu reviews? [07:57] There is no such thing as an objectively "best" distro. Different distributions suit different needs and/or likes. [07:57] <_miracoolix_> I'm currently using fedora core 3 and am pretty happy. but i always like to try out new emerging things :) [07:58] <_miracoolix_> maybe i should just install it on a spare partition === larsg [~larsg@port793.ds1-abc.adsl.cybercity.dk] has joined #ubuntu [07:59] _miracoolix_, one thing I find amazing about Ubuntu is that it suits the needs of both experienced users and newbies... I used Debian for years, and I love Ubuntu [07:59] I went from Fedora 3 to Ubuntu, too. They're both decent distros, but I've stuck with Ubuntu because (i) I find it faster, (ii) larger repositories, (iii) I'm warming to debian-based-systems. === larsg [~larsg@port793.ds1-abc.adsl.cybercity.dk] has left #ubuntu [] [07:59] And (iv) the IRC community is larger/better. === IvyCQHome [~Sir@c906a0a6.virtua.com.br] has joined #ubuntu [08:00] _miracoolix_: i have moved over from fc3 just recently. i will be staying with ubuntu. however i do love fc3 as well === LtKernel [~teeuu@063-170-215-175.dslnorthwest.net] has joined #ubuntu === cowbud [crucible@4.13.23.236] has joined #ubuntu === mips [~mips@ndn-165-142-42.telkomadsl.co.za] has joined #ubuntu === daveeeee [~dave@220.sub-70-214-207.myvzw.com] has joined #ubuntu [08:01] _miracoolix_: only thing that i have a problem with that i did not have with fc3 is trying to get apps like tovid or avidemux to work under ubuntu. i believe there is a transcode problme with ubuntu at present === jupiter [~jupiter@d-65-175-156-202.metrocast.net] has joined #ubuntu [08:02] <_miracoolix_> djp: never heard about that apps. what is it? === gaatmx [~gaatmx@dsl-200-78-32-67.prod-infinitum.com.mx] has joined #ubuntu [08:04] <_miracoolix_> apokryphos: fcs is a really slick distro. and yum has gotten better with every release [08:04] <_miracoolix_> sorry, fc3 === psy [~psy@a80-126-83-214.adsl.xs4all.nl] has joined #ubuntu [08:04] hi [08:05] _miracoolix_, a bit flamebait: the Debian package manager should be reason enough to make the switch === d3s [0x2E2989@bzq-82-81-211-136.cablep.bezeqint.net] has joined #ubuntu [08:05] _miracoolix_: it is a nice distro, certainly. It just doesn't have some capabilities like an apt-get dist-upgrade :P, if you like that sort of thing, which I do. Like running your distro's cvs. [08:06] can ubuntu support americas army game ? ( linux version) [08:06] d3s, it runs on linux doesnt it? [08:06] yea === knucks [~chatzilla@pcp01189996pcs.waldlk01.mi.comcast.net] has joined #ubuntu [08:06] i cant get Realplayer working [08:06] i tried getting it using synaptic [08:06] d3s, so why wouldnt it work on ubuntu? [08:07] ok thx [08:07] <_miracoolix_> JDahl: i know. apt-get is much better. little storry: my first distro was debian 1.3. i got totally lost in dselect :) [08:07] Is it the normal for when creating a user account for the /home/user folder to be set for Read for Group and Everyone [08:07] ? [08:07] Who here has gotten realplayer to work? [08:07] me [08:07] _miracoolix_, yeah... I hated dselect with all my guts, also [08:07] follow the ubuntuguide.org instructions [08:07] all right ill do that i guess [08:08] _miracoolix_: tovid and avidemux allow you to create vcd, scvd and dvd's out of .mov, .avi etc. files [08:08] anyone try to run DVD in Ubuntu and success? === Rocco [~lukas@dsl-91-119.utaonline.at] has left #ubuntu ["Kopete] [08:09] scorpix: yes === GNAM [h4mburg3r@host39-241.pool80183.interbusiness.it] has joined #ubuntu [08:09] djp: how you run it? [08:09] scorpix: although i need to see how it works with my current re-install!!! [08:09] i only able to run VCD [08:10] scorpix: checkout the http://ubuntuguide.org site... it has a great howto for playing multimedia [08:12] scorpix@ubuntu:~$ dpkg -l | grep libdvd [08:12] ii libdvdcss2 1.2.8-0.0 Simple foundation for reading DVDs - runtime [08:12] ii libdvdnav4 0.1.9-3 The DVD navigation library [08:12] ii libdvdread3 0.9.4-5 Simple foundation for reading DVDs [08:12] but still gmplayer can't play them [08:13] <_miracoolix_> djp: thanx, I#m not that much into video editing and ripping... [08:14] scorpix: can't play at all or can't play very well? [08:14] <_miracoolix_> what is the state of java and java development tools available for ubunto? anyone doing java development on ubuntu? [08:14] antrix: for dvds can't play at all === rrm3 [rrm3@resin.csoft.net] has joined #ubuntu [08:15] scorpix: that's strange, i just checked and i've got the same packages for dvdcss === mirak_ [~mirak@AAubervilliers-152-1-5-162.w82-121.abo.wanadoo.fr] has joined #ubuntu [08:15] scorpix, I didnt play with that for a long time, but I compiled mplayer myself (following the instructions on the mplayer homepage), and I was able to play DVDs and VCDs quite easily [08:15] ubuntu's packet management software is APT? === wezzer [~antti@a80-186-42-221.elisa-laajakaista.fi] has joined #ubuntu [08:15] JDahl: i don't have problem with VCDs, only DVDs :( === drasko [~drasko@kds8-030.ptt.yu] has joined #ubuntu [08:15] GNAM, yes... Ubuntu is Debian based [08:16] scorpix: any error messages from command line mplayer? === Slaggy [~Slaggy@ip68-110-22-134.om.om.cox.net] has left #ubuntu [] [08:16] hello [08:17] scorpix: ...and what if using xine/gxine ?? === helio7 [~michael@wbar21.lax1-4.26.216.34.lax1.dsl-verizon.net] has joined #ubuntu [08:17] how to use verbose mode in mplayer? [08:17] bretzel: i dont have xine now === Polmen [~poer@ti300720a080-7004.bb.online.no] has joined #ubuntu [08:18] I had problems playing DVDs with mplayer and co. but since jumped to xine and co, all plays so much well ...8-) [08:18] How do you kill a zombie process? specifically, firefox just crashed, but I cant' reload it because it says it's still running... I can find it using the "top" command [08:18] just running 'mplayer dvd://1' should give some output [08:18] is there any free website for paste the output? [08:19] scorpix: pastebin.ca [08:19] using synaptic to get xine stuff, libs, I 've got al lthat I need for dvd play and more [08:19] helio7: 'ps cax | grep -i firefox' [08:19] Hey, could someone help me with my network connection in Ubuntu?`I can't get it to stay enabled. I want to connect to the internet in ubuntu through another computer. [08:19] bretzel: im downloading it now [08:19] :-) [08:19] antrix: 7551 ? Zs 6:36 firefox-bin [08:20] then 'kill -9 7551' doesn't work ? [08:20] scorpix: totem works fine for playback of dvd, just gave it a whirl here... === tasuki [~tasuki@r2ai7.chello.upc.cz] has joined #ubuntu === tasuki [~tasuki@r2ai7.chello.upc.cz] has left #ubuntu ["Leaving"] [08:20] helio7, cant you do "killall firefox"? [08:21] Ok, I hope that will owrk for you too .. tho :-) shouldn't be problems... and if dvd play is a bit lagging, do "sudo hdparm -d1 /dev/hd[x] " [08:21] djp: i have totem-xine installed but it wont play it [08:21] http://pastebin.ca/6910 this is the output for mplayer dvd://1 [08:21] antrix: apparently not [08:22] totem-xine: I dunno why, for me it is tottally scrap - it can't play nothing!!! I mean it does but as if the cpu runs at 1 hz ... I use directly xine, or gxine === _miracoolix_ [~micha@pD9EB0D44.dip0.t-ipconnect.de] has left #ubuntu [] [08:22] scorpix: i don't see any errors in that log output :) [08:22] make sure netbios is enabled on the router polmon [08:23] subnets and ips are right [08:23] right permissions [08:23] scorpix: have you installed libdvdcss2? [08:23] djp: yes [08:23] totem-xine is pretty fine for me.. though totem-gstreamer was something totally unspeakable ;) === FiNeX [~finex@host247-190.pool62211.interbusiness.it] has joined #ubuntu [08:24] btw, anyone know why dma isn't set by default for my dvd drive? [08:24] i use totem-xine only for .rm audio/video [08:24] hi [08:24] scorpix: what happens when you try to play the DVD? [08:24] if I want to contribute a patch to ubunut, or a debian dist... how should I do? === helio7 [~michael@wbar21.lax1-4.26.216.34.lax1.dsl-verizon.net] has left #ubuntu [] [08:25] I've apt-get source pkg, and edited the source [08:25] djp: when i use gmpalyer it hang for few seconds then dont play it :S [08:25] ernstp: ubuntu has a bugzilla - i guess u could add a patch there [08:25] i've found a problem in ubuntu... where can I report it? [08:25] FiNeX: ubuntu has a bugzilla :-) [08:25] antrix: wow... thx :-) [08:26] FiNeX: what problem? [08:26] antrix, I was thinking about if there's good dpkg tools to do stuff after I've edited code [08:26] Shall I install warty or hoary pre6? [08:26] it's related to the gnome burning cd [08:26] what the extension that i should use with xine for the DVD? [08:27] ernstp: sorry, can't help u there. not much of a hacker - just a happy user :-) [08:27] where can i download updates for warty? [08:28] dhen, there are only security updates for warty.. (no FF1.0, et cetera) === tck [~tck@213-202-151-211.bas503.dsl.esat.net] has left #ubuntu ["Leaving"] [08:28] scorpix: 'xine dvd:/1' or something [08:28] if you try to burn a cd and you choose "maximum speed", the software doesn't check the maximum speed of the media and it try to write to the max speed of the cdburner. so if the media doesn't support it you have an error [08:28] I dunno if that link works and is worth it but I 've put a screenshot to prove xine working: https://tuxweb.homelinux.net/gallery2/main.php?g2_view=core:ShowItem&g2_itemId=30&g2_imageViewsIndex=1 -- please don't mess with the site :-) [08:28] wow [08:28] JDahl, where can i download it? [08:28] xine play it for a second then stop :) [08:29] dhen, it should be setup already in your sources.list file... check archives im synaptic === JDahl [~qwerty@ca-stmnca-cuda4-gen2u1-63.vnnyca.adelphia.net] has left #ubuntu ["Leaving"] === Fr33man [Quelly@dsl-084-056-233-204.arcor-ip.net] has joined #ubuntu [08:30] scorpix: try using totem or better still xine. if you want to use mplayer use the installation guide here http://www.ubuntuforums.org/showthread.php?t=9850. [08:30] hi, i've got a problem with internet configuration [08:31] FiNeX: Interesting.. I've never thought abt checking for speed that the media can support. [08:31] Finex: is it even possible? Do other burning software chk for that? [08:31] is there any tutorial for getting internet started [08:31] is there anybody here who knows whether spamd needs to be enabled to use spamassassin with evolution? [08:31] antrix: yes [08:31] antrix: k3b do that [08:32] can somebody help me? me is noob, please query [08:32] djp: i'll install ogle if it doesnt work i'll do the HOWTO, th.x [08:32] isnt universe a direct mirror of debian unstable?>.just wondering because scummVM version if one behind in apt yet on debians site its up to current ?..if not whom does one contact to get latest release of a given app in ? === SiliconViper [~siliconvi@d205-250-111-241.bchsia.telus.net] has joined #ubuntu [08:32] antrix: and it's based on the cdrtools package as gnomeburning frontend... I think [08:32] neighborlee: ubuntu's universe is periodically synced with debian's [08:33] ah ok === DXT is now known as DXT^away [08:33] now I'm looking for the bugzilla on the ubuntu website... === kwame [~kwame@201.128.12.250] has joined #ubuntu [08:33] FiNeX: sounds like a valid bugzilla report to me === cwillu [~cwillu@Ottawa-HSE-ppp4122314.sympatico.ca] has joined #ubuntu [08:34] antrix: sorry... what do you mean (I don't know english very well -_- ) [08:34] Fr33man: what kind of internet connection do u want to configure? === gdark1 [~gdark1@cpc1-pmth3-3-0-cust35.cos2.cable.ntl.com] has joined #ubuntu [08:35] FiNeX: I meant you should definitely file a report in bugzilla :-) [08:35] I just have to love this. I think OpenOffice is great. It doesn't do anything I don't want it to do, and does exactly what I want it to. Unlike Word. [08:35] Oh why haven't I switched to Linux earlier [08:35] oh why?!?! [08:35] so, any ideas why ubuntu would lock up in the initial install screens? [08:36] yes... I'm creating an account :) [08:36] antrix: pppoe via ethernet but dunno how does it work [08:36] Myrtti::-P [08:36] OOo: Has anyone tried OOo2 ? I've seen some packages seeded in Hoary - haven't tried yet === Fleebailey33 [~andy@c-67-163-138-215.client.comcast.net] has joined #ubuntu [08:36] antrix: ... I want to try... maybe later I'll download it :) [08:37] Fr33man: unfortunately ubuntu doesn't have a gui config for pppoe [08:37] antrix: I do, and seems to work well, but I've not tested that much to say it is totally working [08:37] it's breathtaking experience to realize something like this. The last time I've been stunned like this was when I heard about ... no wait, this is a channel full of men... :-> [08:37] anyone able to give me a hand getting the installer working? === _miracoolix_ [~micha@pD9EB0D44.dip0.t-ipconnect.de] has joined #ubuntu [08:38] antrix: hum.. what to do now? so i can't use internet? [08:38] Fr33man: there's a console tool in debian to do it. can't recall name [08:39] Fr33man: pppoeconf === DeFi[gsr-pro] [~exiled@ip68-6-40-245.sb.sd.cox.net] has joined #ubuntu === magnon [~magnon@cD908888B.sdsl.catch.no] has joined #ubuntu [08:40] bretzel: the only thing i care abt in OOo2 is user interface since features wise i don't need much. does it look any better or is it still boring? :-) === Krj [oyparna@85.97.196.185] has joined #ubuntu [08:40] neat... maybe it was just the printed cd that was junk... [08:40] Fr33man: me too I can't tell why your pppoe isn't working because I installed Warty on a friend's computer and he has to use pppoe, but Warty installation setup all and I had nothing to setup: excepted the ppp auth... [08:41] hmm [08:41] or not\ === Polmen is now known as Polmen- [08:42] antrix: oOo2 It is not really dff. than 1.1.x, seems fast... it is all I can say because I didn't play that much with it since I have it ... sorry [08:42] Fr33man: did u try running 'sudo pppoeconf' from a console? [08:42] no [08:42] but thanks i will try [08:43] cwillu: what's going wrong? [08:43] might have found the problem... === quazion_ [~quazion@bsm-c-5628.adsl.wanadoo.nl] has joined #ubuntu [08:43] should I be exporting varibles ( for example: export DELTA_INC="$DELTA_ROOT/inc;$DELTA_ROOT/ext/inc" ) somewhere other than /etc/profile ??? [08:43] I got in 10 cds last week [08:43] just trying to move my laptop over to it (I've been testing on my desktop, and am convinced) === BROKEN_LADDER [~BROKEN@h-69-3-236-93.snfccasy.dynamic.covad.net] has joined #UBUNTU [08:43] but the install keeps dieing moments in [08:44] however, it looks like most of my cd's have hairline cracks in them :( === SiliconViper [~siliconvi@d205-250-111-241.bchsia.telus.net] has joined #ubuntu [08:44] just found a second one (I gave away the one that I installed from originally on my desktop) [08:44] without a crack [08:45] seems to be working now :) [08:45] cwillu: if ur laptop is not a work machine - maybe u should get a hoary cd and install. good fun to play with :) === calamari [~calamari@dialup-4.240.242.208.Dial1.Phoenix1.Level3.net] has joined #ubuntu [08:46] it is... although I have no issues with playing around with it === virtuald [danielh@tsukasa.networksolutions.se] has joined #ubuntu [08:46] I think I've already upgraded my test machine to hoary via apt-get [08:46] you think? [08:47] I think [08:47] I might have just done a evil cross of the two, plus other random stuff === mirak [~mirak@AAubervilliers-152-1-18-241.w83-114.abo.wanadoo.fr] has joined #ubuntu === tck [~tck@213-202-151-211.bas503.dsl.esat.net] has joined #ubuntu [08:47] a bunch of thinkers here :-) [08:47] you have no idea :p [08:48] so realplayer works on my linux..but i cant get ti work within firefox === sproingie [icechat5@64-121-15-14.c3-0.sfrn-ubr8.sfrn.ca.cable.rcn.com] has joined #ubuntu [08:49] I'm not supposed to have three menus across the bottom, am I? [08:49] (desktop) [08:49] cwillu: don't understand. 3 menus? [08:49] looking at installing ubuntu for first time, had some questions... [08:49] applications, places and system === _case is now known as xcasex [08:50] i.e., the results of my hybrid upgrade [08:50] sproingie: Fire away [08:50] cwillu: that's hoary then [08:50] okay, this is good [08:50] cwillu: although they are on top for me [08:50] i've another question related to the "hibernation" of the system. Have I to modify the bootloader for resuming the system *after* the hibernation ? [08:50] I had a beatrix install that did that; actually this explains a lot [08:50] heh [08:50] how much does ubuntu track debian? is it like a knoppix thing, or can one update core debs? [08:50] I don't like top menus; I forgot I changed it [08:50] i got burned with knoppix :( [08:50] cwillu: you can always find out your distro by various different commands/files... cat /etc/issue is probably the easiest. === NetwrkMonkey [~Monkey@netwrkmonkey.user] has joined #ubuntu [08:52] FiNeX: for hibernation, boot loader doesn't have to be modified. Just edit grub to get the resume=/dev/hdax part in [08:52] okay... everything still worked so I wasn't worried (with good reason apparently), but still good to know [08:52] how would i go about deleting an ntfs partition and making it a linux one? [08:52] knucks, apt-get install gparted [08:52] you don't want to dual boot? [08:52] no [08:52] im on solely linux [08:52] but my old ntfs partiton has all the mp3s [08:52] so im transfering them over right now [08:52] lol [08:52] that was my morning :) [08:52] antrix: thanks :) [08:53] and then i want to change the ntfs one into linux and throw the mp3s back on it [08:53] i guess core debs will always have different deps, but looks there's a maintenance path. that's where knoppix burned me [08:53] guess i shouldnt worry about it === Skwid_ [Skwid@stlaurent-1-82-228-247-28.fbx.proxad.net] has joined #ubuntu [08:53] FiNex: no probs. hopefully hibernate works for you. my thinkpad just dies on hibernate === jesus_ [~jesus@165.127-200-80.adsl.skynet.be] has joined #ubuntu [08:53] anybody know how i change my fqdn, as returned by 'hostname -fqdn'? [08:53] anyone know if the installer will work with a nforce 3 mobo (i.e. the network) on amd64? === Felesh [~felesh@16.Red-83-34-63.pooles.rima-tde.net] has joined #ubuntu [08:54] hi [08:54] is this a common issue, with the cracked cd's through the mail? [08:54] cwillu: mine turned out ok [08:54] alioth debian amd64 installer detects the nforce ethernet, but no packets go through it [08:54] yay for the next 4000files [08:54] I ordered 10, 7 of them turned out to be cracked (got lucky on my first install) [08:54] ubuntu hoary is usable? i mean... hoary is unstable like SID or like EXPERIMENTAL ? [08:54] hoping i dont get the same prob w/ ubuntu :-/ === Cturtle [~Cturtle__@a213-84-50-38.adsl.xs4all.nl] has joined #ubuntu [08:55] sproingie: i kind of remember reading that nforce needs binary ethernet drivers from nvidia [08:55] same question of Felesh [08:55] antrix: that presents a sort of chicken and egg problem, no? [08:55] antrix: if the system wasn't hibernated, the "resume=/dev/hdaX" is ok? [08:55] antrix: ...and how to get hibernation to be an option in GDM/Gnome ? === WindowsUninstall [~WindowsUn@host93-124.pool8252.interbusiness.it] has joined #ubuntu [08:56] can anyone tell me (or point me to docs that will tell me) how to set up trusted repositories so synaptic won't always complain about authentication? [08:56] installed the authentication module did we? :p [08:56] FinEx: hdaX should be your swap partition [08:57] FiNeX: and u can leave that in ur kernel boot params in grub's config file. if system didn't hibernate - then it'll boot up normally, otherwise resume === arthurgeek [~warty@201-0-97-25.dsl.telesp.net.br] has joined #ubuntu [08:57] antrix: ok... thanks... :) [08:57] bretzel: chk /etc/default/acpi-support [08:57] antrix: okay ... [08:58] FiNeX, bretzel: http://www.ubuntulinux.com/wiki/HoaryPM [08:58] cwillu: is that something i can uninstall? === Cturtle [~Cturtle__@a213-84-50-38.adsl.xs4all.nl] has joined #ubuntu === Fr33man [~christian@dsl-084-056-233-156.arcor-ip.net] has joined #ubuntu [08:58] I think so... can't remember the package off hand, and I didn't think it was installed by default === arthurgeek [~warty@201-0-97-25.dsl.telesp.net.br] has left #ubuntu ["Leaving"] [08:58] cwillu: well, i may have inadvertantly installed it. [08:58] I installed it by accident on another installation and was cursing myself :) [08:58] antrix: good :) [08:59] hi antrix! just want to say thanks. it works fine. now i'm running under ubuntu first time :) === Ohmer [~Homer@ip216-239-89-152.vif.net] has joined #ubuntu [08:59] Fr33man: cool :-) [09:00] andrewski: http://www.ubuntulinux.org/wiki/AptAuthenticationInstructionsForHoary === BROKEN_LADDER [~BROKEN@h-69-3-236-93.snfccasy.dynamic.covad.net] has joined #UBUNTU [09:00] How do you install a .deb file that you've downloaded? :/ [09:00] Im new to Ubuntu :) === sls [~stephans@mail.farorbit.com] has joined #ubuntu [09:00] cwillu: authentication hasn't given me any problems. are u sure you are on pure hoary system? no residues from warty! :) [09:00] ll [09:00] GnuPG [09:00] ubuntu hoary is usable? i mean... hoary is unstable like SID or like EXPERIMENTAL ? [09:00] maybe [09:01] I did it under a different distro [09:01] anyone a tftp boot guru? === Skwid_ [Skwid@stlaurent-1-82-228-247-28.fbx.proxad.net] has joined #ubuntu [09:01] sls: not me! [09:01] hi people [09:01] I got a problem with samba and printing [09:01] Felesh: it is usable. but there are lots of new packages updated everyday [09:02] Felesh: if it is a work machine - don't run hoary [09:02] does someone know how should I set samba to enable anonymous printing from xp clients? [09:02] it is a home machine [09:02] ignore that gnupg remark before... === johane__ [~johan@h99n1c1o255.bredband.skanova.com] has joined #ubuntu [09:02] antrix: thanks. [09:02] cwillu: quoting that link: "it's now transparent to authenticate..." so i don't think there's a package. [09:03] please somebody answer, is it good idea to upgrade ati-drivers via synaptic? === krix [~krics@fibhost-29-146.fibernet.bacs-net.hu] has joined #ubuntu [09:03] will it destroy my config [09:04] do I have to rerun dpkg --reconfigure-x-server [09:04] any other tips? === _miracoolix_ [~micha@pD9EB0D44.dip0.t-ipconnect.de] has left #ubuntu [] [09:04] LordC: 'sudo dpkg -i mypackage.deb' [09:05] you can always backup your config files wezzer [09:05] antrix: thank you for the link --- Funny: I realize that chances are that I have NO swap partitions!!!!! houahahahah! I was too in a hury when I installed array-5!! [09:05] spacey: yes, that's true [09:05] thanks for the tip :^) === jkd [~jkd@pool-162-84-156-141.ny5030.east.verizon.net] has joined #ubuntu [09:06] okay... everything's running, or at least installing :p [09:06] wezzer: there are some tips in the /etc/x11/xorg.conf file too === rattboi [~rattboi@c-24-22-178-137.client.comcast.net] has joined #ubuntu [09:06] man [09:06] next up: fun with citrix and wine [09:06] I'm really having troubles with the fglrx drivers :( === oneifreak [~michael@S0106000f66911642.lb.shawcable.net] has joined #ubuntu [09:06] Hello, if I get the latest Ubuntu ARray , can I UPGRADE to the latest next version without reinstalling? [09:06] ok [09:07] jkd, yeah [09:07] I'll look around === molson [~molson@207.160.116.254] has joined #ubuntu [09:07] bretzel: linux without swap partition? I thought only hardcore geeks can get the kernel to run without swap ! [09:07] fglrx is loaded, but everything is drawn slowly [09:08] if you have enough memory (i.e more than a few megs I think) it could work fine.... kinda sorta [09:08] rattboi: with dist-upgrade? [09:09] done it by accident myself :) [09:09] cwillu: u have to modify swappiness right? [09:09] rattboi: so have you tried from array 1 to array 2 , etc? [09:10] Network card not supported during pre-installation. Is it possible that this module will load after Ubuntu is fully installed? === Slaggy [~Slaggy@ip68-110-22-134.om.om.cox.net] has joined #ubuntu [09:11] jkd: once u install from array, u r on hoary. then u'll get updated packages every day. [09:11] never did anything except forget to set a swap partition... it wasn't ubuntu though, it was beatrix [09:11] thanks [09:11] antrix: very nice of you === quazion__ [~quazion@bsm-c-5628.adsl.wanadoo.nl] has joined #ubuntu [09:11] jkd, no probs === joh_ [~joh@grn-dhcp215.studby.uio.no] has joined #ubuntu [09:12] so why no grub splash on ubuntu =\ === calc_ is now known as calc === larsson_ [~larsson@h164n3c1o285.bredband.skanova.com] has joined #ubuntu [09:13] jkd: ubuntu is the most ancient looking distro while installing/booting but the most modern when running :-) [09:13] jkd: of course - kubuntu will be more modern looking than ubuntu ;-) [09:13] lol [09:13] I edited my fstab s that my windows-partition was mounted. It is mounted all right, but only root have access to it. What option in fstab mounts it so that everyone can view the content? Absolutely NOT write. [09:14] You can get good themes that make it good looking in Gnome also :) === ashgan [~ashgan@bondy-5-82-225-34-67.fbx.proxad.net] has joined #ubuntu [09:14] larsson_, www.ubuntuguide.org [09:14] Tomcat_, I like blue-curve the redhat/fedora default [09:15] larsson_: read only for everyone including root? [09:15] I got... no idea, it looks OSX-ish :) [09:15] the "ro" option is there. [09:15] Tomcat_, let me find you a screenshot === sisq0 [~sisq0@105.Red-81-32-147.pooles.rima-tde.net] has joined #ubuntu [09:15] ubuntuguide says nothing about my problem actually. === StoffBox-Steve [~steve@pD95F350D.dip.t-dialin.net] has joined #ubuntu [09:16] Tomcat_, >> http://www.jfedor.org/shots/gnome2.png [09:16] /dev/hda1 /media/c ntfs ro,user,gid=100,umask=022 0 0 [09:16] oops [09:16] LinuxJones: http://content.no-ip.org/Stuff/Screenshot.png (slow) === bretzel [~felix@modemcable128.237-130-66.mc.videotron.ca] has joined #ubuntu === albin [~albin@81-223-242-177.dynamic.xdsl-line.inode.at] has joined #ubuntu [09:16] larsson: '/dev/hda1 /media/c ntfs ro,user,gid=100,umask=022 0 0' === Slaggy [~Slaggy@ip68-110-22-134.om.om.cox.net] has left #ubuntu [] [09:16] I'll try it. [09:16] Nice. :o === bretzel [~felix@modemcable128.237-130-66.mc.videotron.ca] has left #ubuntu [] [09:17] hello, I'm a newbie user of ubuntu distribution, and I'm trying to add a new repositor server in Synaptic Package Manager, but i can't . Could anybody help me? [09:17] Tomcat_, that server hosted on a 14.4 modem or what :D [09:17] Tomcat_: for future reference, if you want to know, it's *very* easy to convert image filetypes with ImageMagick. One command. [09:17] larsson: 100 is the 'users' group to which I've added the default user and others [09:17] Linux: No, 128 kbit upstream used for a CD image upload to a friend + BitTorrent :) [09:18] hello? [09:18] apokryphos: I'll have a look. === elmaya [elmaya@201.133.215.125] has joined #ubuntu === Nekohayo [~chatzilla@ip216-239-74-191.vif.net] has joined #ubuntu [09:18] apokryphos: I don't have imagemagick installed it seems. :) [09:18] Tomcat_: you can install it from the repositories. Then, a simple command like, "convert -quality 75 picture.png picture.jpg" and it'll be very small. [09:19] I'm on hoary trying to update the package "ubuntu-artwork" but I can't... has anyone experienced this? [09:19] Tomcat_: not quite sure if it comes by default on Ubuntu. I guess you could try to see if you've got the convert command === Potn [~potnhbug@ip136-167.bacs-net.hu] has joined #ubuntu [09:19] apokryphos: Yeah, I know it... but when I want to get out a pic in a few seconds, I don't install additional software. It's not like I do screenshots every day. :) [09:19] could anybody give me an ftp repositor to upgrade my ubuntu? [09:19] apokryphos: libmagick comes by default, imagemagick is available. === Sparhawk_ [~sparhawk@c-24-14-121-93.client.comcast.net] has joined #ubuntu [09:20] Tomcat_: Well, sure. You obviously don't have to keep installing. And yes, it would perhaps not be worth it if you were only ever using one image; hence the "for future reference". [09:20] sisq0: everything should be configured by default. just run 'synaptic package manager' and choose 'mark all upgrade' === albin [~albin@81-223-242-177.dynamic.xdsl-line.inode.at] has left #ubuntu [] === neofeed [~moritz@pD9575F11.dip.t-dialin.net] has joined #ubuntu [09:20] apokryphos: Yeah. Thanks. :] === YankDownUnder [~stephen@d220-237-210-77.dsl.nsw.optusnet.com.au] has joined #ubuntu === fleebailey66 [~andy@c-67-163-138-215.client.comcast.net] has joined #ubuntu [09:22] thanks antrix [09:22] sisq0, apt-get update && dist-upgrade [09:22] I prefer to do it via Synaptic,I'm a newbie === rcliii [~rcliii@c-24-10-179-112.client.comcast.net] has joined #ubuntu === Dreamer3_ [~unknown@sdn-ap-009tnnashP0027.dialsprint.net] has joined #ubuntu === devil [~devil@p50851BA3.dip0.t-ipconnect.de] has joined #ubuntu [09:25] sisq0 asked the third upgrade related question since I joined this channel today. It's good that Hoary has an update manaer running by default in the systray === elmaya [~elmaya@201.133.215.125] has joined #ubuntu === devil is now known as crazy [09:25] hrrr === crazy is now known as crazytoon [09:26] oh when you only what a update .. the apt-get is the fastest and best ways :D Synaptiv is fine to look for new tools :D === eleazar_ [~eleazar@200.44.246.14] has joined #ubuntu [09:28] hi, can anyone tell me whats the command for reconfigure the X? [09:28] sudo dpkg-reconfigure xserver-xorg when you use xorg [09:28] else xserver-xfree86 === henla464 [~henla464@f109.ryd.student.liu.se] has joined #ubuntu === vince_ [~vince@80-219-106-51.dclient.hispeed.ch] has joined #ubuntu [09:30] how do i get everything in a certain folder (and subfolders and files) to be chmod 777? [09:30] does anyone know how to decrease the size of the sound buffer? [09:30] chmod -r 777 foo/ === klaym [~isom@a81-197-245-214.elisa-laajakaista.fi] has joined #ubuntu [09:30] knucks: always check the man page first ;-) [09:31] I get choppy sound in Skype and they suggested to change the size of the buffer on Skype forum. But they didnt know how to change this in Gnome. [09:31] chmod -r 777 doesnt work? [09:31] knucks: check the man page. -R, I think. [09:32] I'm trying to unrar a .rar file via Nautilus (x-rar), but I get this: /bin/sh: line 1: unrar: command not found. anyone know what's wrong? [09:32] migrating from windows to ubuntu, what files do I have to copy for mozilla-thunderbird? [09:32] bob_: why copy any files? Bookmarks, do you mean? === fleebailey66 [~andy@c-67-163-138-215.client.comcast.net] has left #ubuntu ["Leaving"] [09:33] so no one knows off hand how to do it? [09:33] knucks: Geez. I take it you're not reading at all. [09:33] apokryphos, mail files [09:34] if i knew where the man pages were, id read [09:34] im entirely new to this [09:34] been on it for 10hrs at the most [09:34] knucks: man [09:34] bob_: heh. For some reason I thought you said firefox, sorry. Don't know how to do that; sorry. [09:35] klaym: You're quite obviously missing the unrar program... [09:35] i am out. good night folks! [09:35] knucks: man[ual] pages are *very* useful. They will tell you the usage of a command and the possible options for it etc. [09:35] anyone here uses intel mobo D915GAV ? on linux? [09:36] ok -R is recursive [09:36] There you go. Just as I presumed. :P [09:36] so what do i type in if i want to change Music and im currently in /home/knucks and music is in /home/knucks/Music [09:36] cd Music [09:37] k.. [09:37] Tomcat_: Thanks, I actually read from the forums that I should get unrar-nonfree [09:37] knucks: a pretty good guide to get you started: http://www.icon.co.za/~psheer/book/index.html.gz === elmaya [~elmaya@201.133.215.125] has joined #ubuntu [09:38] knucks: don't be overwhelmed by all the stuf. Most of it is just used as a reference, and many won't be applicable to you. Just the first few chapters will come in handy. [09:38] im reading the chmod one right now then [09:38] I notice that I don't have a /boot/grub/grub.conf file === NetwrkMonkey [~Monkey@netwrkmonkey.user] has left #ubuntu ["Leaving"] === scoon [~scoon@dsl092-234-243.phl1.dsl.speakeasy.net] has joined #ubuntu [09:39] knucks: it's worth reading man man for more info, when you have time. To exit it, hit q. [09:40] k [09:40] dang i found a place to change the mouse cursors on the forums before and i changed it to like ptux or something like that wish i could find that page again so i can could my cursors [09:40] ok so i must use the letters for read,write,mod stuff.. [09:40] GammaRay: You can edit the menu.lst [09:41] knucks: not sure what you're referring to/mean here. [09:41] knucks@knucks:~/Music $ chmod -R 0777 [09:41] chmod: too few arguments [09:41] Is someone here using Skype on Ubuntu? Is sound good? === Zugot [~bryan@pcp0010860530pcs.longhl01.md.comcast.net] has joined #ubuntu === wdh [~KlaasVaag@82-197-206-56.dsl.cambrium.nl] has joined #ubuntu [09:41] knucks: That means your usage of it isn't complete or is incorrect. [09:41] yeah i figured [09:42] the example they have is "myfile" === tck [~tck@213-202-151-211.bas503.dsl.esat.net] has joined #ubuntu [09:42] but i want to edit the whole directory [09:42] heres a quick question [09:42] knucks: check the usage on the man page... chmod [OPTION] ... MODE[,MODE] ... FILE... === AdvancedWeb [~AdvancedW@83.72.163.221.ip.tele2adsl.dk] has joined #ubuntu [09:42] i haven't created a root user etc.., i.e. password etc. [09:42] i have installed firestarter === matteo_ [~matteo@apt310.org] has joined #ubuntu [09:42] knucks: since your'e already in the directory, you can just use "." as that represents the current directory that you are in. [09:42] and to run it from the X drop down list, it demands the 'root' password [09:42] ah ok [09:42] anyway around this [09:42] i think i got it tho.. [09:43] chmod -R 0777 Music [09:43] knucks: so... chmod -R 777 . [09:43] BiteMeBill: I'm pretty new to grub. I'm reading the docs and I'm wondering what relationship the two files have. Especially if one does not exist. [09:43] thanks for the help man. ill make sure to use man pages [09:43] knucks: they come in handy :P. No problem. === tombhadAC [~tombhad@p54884582.dip0.t-ipconnect.de] has joined #ubuntu [09:44] what program do i get if i want to make partitions and stuff? [09:44] aww i found it nevermind [09:44] gpart something? [09:44] Hi I'm installing Warty and the xserver-xfree86 it fetched after the reboot seems de hang... I can do Ctrl+C to get control, but it leavec the package unconfigured... [09:44] knucks, fdisk [09:44] someone told me gparter or something [09:44] has anyone had the same problem, or is it just that this configuration is *very* long ? [09:44] i want to take my ntfs partition, delete it, and make it a linux one [09:45] knucks: there's several partition managers. qparted is one, I think. Never used it. qtparted is another. [09:45] gparted [09:45] whats a really good one i should get? [09:45] is the gnome eq.. [09:45] qtparted for kde [09:45] knucks: whoops, yup, first part should have been gparted, as zenrox notes. [09:45] ill apt-get gparted then [09:45] yep [09:46] its not in the apt sources [09:46] zenrox: well, for qt :P. It's not technically kde. [09:46] apt-get install gparted === Loiosh [loiosh@c-24-1-68-184.client.comcast.net] has joined #Ubuntu === mrproper [~kbreit@c-24-14-43-153.client.comcast.net] has joined #ubuntu [09:46] apokryphos, but thats what it was programed from [09:46] Is there a way to do a network install of Ubuntu from a floppy? [09:46] zenrox: from kde? Erm, nope... just qt as far as I know. [09:46] mrproper, yes look on the wiki [09:47] apokryphos, but kde is programed in qt === housetier [~housetier@dsl-084-056-135-229.arcor-ip.net] has joined #ubuntu [09:47] zenrox: it sure is. Doesn't mean that all qt programs are kde. [09:47] E: Couldn't find package gparted [09:48] knucks, have you enabled all the respotires === jeff_ [~jeff@adsl-0-112-139.btr.bellsouth.net] has joined #ubuntu [09:48] zenrox: that would be like saying that, well, oranges are apples because they're both fruits. :P [09:48] zenrox: yeah [09:48] knucks, warty or hoary [09:48] is there a trojan scanner or something for ubuntu [09:48] ?? [09:48] zenrox: i dont know.. === mrproper [~kbreit@c-24-14-43-153.client.comcast.net] has left #ubuntu [] [09:48] thats not the first time someones asked me [09:48] jeff_, no why run one you dont need it [09:48] knucks: what does cat /etc/issue give? === Fr33man [~christian@dsl-084-056-233-156.arcor-ip.net] has left #ubuntu ["Verlassend"] [09:49] I' [09:49] ahh [09:49] Warty [09:49] m not even finding it either. [09:49] There is a rootkit scanner, but I don't believe it's been prepared for Ubuntu [09:49] warty = stable the one on cd hoary = develment and its unstable [09:49] yeh i got it off the cd [09:49] because i think i may have downloaded a rootkit [09:49] its warty === tritium [~rimbert@12-202-90-180.client.insightBB.com] has joined #ubuntu [09:50] i downloaed limewire pro from a newsgroup [09:50] knucks, you'll probly have to get qtparted [09:50] gparted is in hoary [09:50] ok [09:50] I've got a funky question. Is there a way to disable the SCSI probe when the new array-6 live CD boots? It keeps dying when it touches my IOMEGA scsi card (advansys) === mmoyer [~matt@12.5.226.9] has joined #ubuntu [09:50] And noscsi / scsi=no doesn't work. It still probes while loading the kernel (sad) === Loiosh looks sad, rather. === punkrockguy318 [~lukas@pcp02403054pcs.brdgtn01.nj.comcast.net] has joined #ubuntu [09:52] got qtparted === mmoyer [~matt@12.5.226.9] has left #ubuntu [] [09:52] thanks === apokryphos is now known as apokro [09:52] When I play an audio CD in my CD drive, i get really choppy playback. Also, I'm only getting ~.5x ripping speed. What could be the problem? [09:52] knucks, n/p === apokro is now known as apokryphos === Kly [dd@81.213.231.68] has joined #ubuntu === joskulj [~jochen@p3EE3A64C.dip.t-dialin.net] has joined #ubuntu [09:57] punkrockguy318: hdparm [09:58] andrewski, what do I do with hdparm? === netmonk [~netmonk@nat-18.c0msys.net] has joined #ubuntu [09:58] punkrockguy318: read the manpage, apply settings at whim (or suitable for your hardware) [09:59] punkrockguy318: i really don't know its ins and outs... [09:59] okay [09:59] i'll give it a try [09:59] are you confident that it will help? === bannana_feller [~bob@c-67-184-110-101.client.comcast.net] has joined #ubuntu [09:59] does anyone else have problems with getting dcgui-qt to work correctly? === Ivy6Quaff [~Sir@c906a0a6.virtua.com.br] has joined #ubuntu === fusibou [~dave@CPE00045ae9242e-CM014480119872.cpe.net.cable.rogers.com] has joined #ubuntu === MyKq3 [~Kipod@80.178.200.192.adsl.012.net.il] has joined #ubuntu === Lemonzest [~Lemonzest@cpc1-nott4-3-0-cust27.nott.cable.ntl.com] has joined #ubuntu [10:02] I tried array 6 LiveCD for kicks on my Thinkpad T23 (I'm a debian user). Very nice. Couldn't see any gui way to access my hard drive partitions though. Also suspend didn't work. Just some quick feedback. === MyKq3 [~Kipod@80.178.200.192.adsl.012.net.il] has joined #ubuntu === MyKq3 [~Kipod@80.178.200.192.adsl.012.net.il] has joined #ubuntu [10:02] fusibou: There is gparted or QtParted [10:02] You mean access them for reading? [10:02] Quest-Master i just mean to mount them [10:02] Loiosh, no [10:02] the cdrom showed up on the desktop === MyKq3 [~Kipod@80.178.200.192.adsl.012.net.il] has joined #ubuntu [10:03] Loiosh, jsut to repartion it [10:03] fusibou: It is really easy to mount partitions through the command-line. :\ === spades [~Lenny@ool-18b93cb9.dyn.optonline.net] has joined #ubuntu [10:03] Quest-Master as a debian user i know that :-) [10:04] LoL [10:04] Just pointing out a lack in the installer [10:04] fusibou: I don't understand why a GUI frontend is needed then if you know how to [10:04] hi !! we have a Israeli Ubuntu site ! [10:04] The Warty LIVE cd would mount the HD partition, if I remember correctly (I may be lying) === Madeye [~Jad@213.186.188.112] has joined #Ubuntu [10:05] Right now I'm trying to dead with array 6 hating my computer =) [10:05] It completely crashes when the kernel is starting. [10:05] Quest-Master hey, jdub keeps barking about "just works" which i thought was supposed to be the ubuntu mantra. [10:05] deal [10:05] dead = deal, rather === Quest-Master is dist-upgrading to Hoary at the moment === Loiosh cannot even install it, hehe. === zenrox <--is allready running hoary thru dit-upgrade [10:08] in americas army the mouse wont move the screen in the game play, in the menu it is responding well as well as the buttons in the gameplay, they all work good, but the mouse won't do the directional job it suppose to do, any ideas? [10:08] well where is a link for a root kit scanner [10:08] ? === _miracoolix_ [~icke@pD9EB0D44.dip0.t-ipconnect.de] has joined #ubuntu === wdh [~KlaasVaag@82-197-204-94.dsl.cambrium.nl] has joined #ubuntu [10:09] <_miracoolix_> hi [10:09] what is a root kit scanner? [10:10] i want to scan my computer to see if its been hacked [10:10] oh, i want too :/ [10:11] so does mplayer have a "controller" === fusibou [~dave@CPE00045ae9242e-CM014480119872.cpe.net.cable.rogers.com] has left #ubuntu ["Leaving"] === minde911 [~xxx@212.59.13.5] has joined #ubuntu [10:12] Controller? [10:12] like [10:12] one where i can press play, stop, pause [10:13] and change the position of a video [10:13] you need to download gmplayer [10:13] Err, yeah [10:13] gmplayer [10:13] where is there a deb for gmplayer? [10:13] is that whatd ud recommend? [10:13] There is an automatic compilation and installation script at http://www.ubuntuforums.org under HOWTOS and FAQS [10:13] i want to have something simple to play video files [10:13] and then ill use xine for dvds [10:13] Hi, guys, is there any program to make a phone calls, and recieve phone calls through computer connected to my modem? [10:14] punkrockguy318, knucks: I wouldn't apt-get for MPlayer.. the one in the repos. is broken, so compile === Ohmer [~Homer@ip216-239-89-152.vif.net] has joined #ubuntu [10:14] i like mplayer actually..but how do i get it to show the GUI? [10:14] you cant apt-get mplayer... [10:15] unless ftp://ftp.nerim.net/debian-marillat/index.html [10:15] I already have mplayer [10:15] davix yeh thats the one i got i think [10:15] knucks: have you compiled it by yourself? [10:15] but how do i open the GUI [10:15] gmplayer [10:15] knucks, try console gmplayer [10:15] Im watching a video on it right now [10:15] You have to install a skin though too, knucks [10:15] Did you do that? [10:15] um no [10:16] Yeah [10:16] im just looking at a plain window w/ video in it [10:16] Go to UbuntuForums [10:16] knucks: Well then. [10:16] knucks: Open a console and type in sudo apt-get install gxine. [10:16] It's good, easy to install, simple to use. [10:16] Or, you can apt for VLC. [10:16] Quest-Master: what? You don't have to set a skin. It uses the default. [10:16] its different than xine? [10:17] knucks: it is. I imagine it's some extra gnome interface front-end for mplayer. Might be a different program entirely, but I doubt it. [10:17] knucks: if plain "mplayer" doesn't turn up the GUI, then gmplayer should as davix says. [10:18] unless theres something i gotta press to open a GUI? [10:18] like some key or something === Volrath99 [~Volrath99@c-67-184-147-74.client.comcast.net] has joined #ubuntu [10:18] compile mplayer with --enable-gui :p === maccorin [~maccorin@adsl-067-034-136-135.sip.mco.bellsouth.net] has joined #ubuntu [10:19] knucks: Alt + F2 > gmplayer [10:19] OrangeSlice: dont know how to do that [10:19] compiling, why? It works fine from the repos. === alisson [~alisson@201.7.14.42] has joined #ubuntu [10:19] compiling your own > binaries :p [10:19] apokryphos: nothing happens === HillTop [~chatzilla@cpe-204-210-35-9.san.res.rr.com] has joined #ubuntu === Echylo [~Echylo@88-90.240.81.adsl.skynet.be] has joined #ubuntu === vincent [~vincent@bonnefoy-3-82-224-105-22.fbx.proxad.net] has joined #ubuntu [10:20] Heh. I'm getting confused here. Cancel my earlier comments on "gnome" etc. [10:20] Hewwo, Echylo =) [10:20] Hello all! Please, I am needing a little newbie help! How can I change the PATH to point to a java bin directory too? [10:20] hellow [10:20] ok i got gxine [10:20] knucks: one sec, I'm looking for a thread for you. You'll need to install a specific mlayer [10:20] i guess that will have to do [10:20] can I say that limewire kinda rocks [10:21] Echylo: Why not? :P [10:21] Echylo: it sure does :P [10:21] because everyone is like "emule for president!" [10:21] but I never got that quick so fast speeds [10:21] qtparted doesnt want to work for me === cocol [~internet@84.119.222.16] has joined #ubuntu [10:22] Echylo: yup, gnutella network has always been the best for me. [10:22] QtParted is pretty buggy.. I don't like it much. [10:22] lovelyt [10:22] that & torrent [10:22] rule [10:22] whats a good program for partitions then? [10:22] for the moment [10:22] gparted? [10:22] im on warty [10:22] Echylo: yup; and irc [10:23] parted is nice fot the command line, or gparted which I believe has to be compiled.. search for it on Google, knucks [10:23] *for [10:23] no gparted u can apt [10:23] irc is for new stuff === afv-13 [~defective@rkdp-ip-nas-1-p192.telkom-ipnet.co.za] has joined #ubuntu [10:23] and sometimes risk for errors [10:24] if it gets disconnected [10:24] cocol: even in warty? === quazion_ [~quazion@bsm-c-5628.adsl.wanadoo.nl] has joined #ubuntu [10:24] cocol: I stand corrected then. [10:24] can someone please tell me what software is included on the livecd? [10:24] (the windows stuff) [10:24] Echylo: irc is for speeedy downloads [10:24] i dunno...i am in hoary [10:24] torrent too ;) [10:24] While I was upgrading to Hoary [10:24] I got this error [10:24] Preparing to replace mozilla-firefox 0.99+1.0PR.1+revertedto0.9.3-0ubuntu3 (using .../mozilla-firefox_1.0+dfsg.1-6ubuntu1_i386.deb) ... [10:24] rm: cannot remove `/usr/lib/mozilla-firefox/defaults/pref': Is a directory [10:24] dpkg: error processing /var/cache/apt/archives/mozilla-firefox_1.0+dfsg.1-6ubuntu1_i386.deb (--unpack): [10:24] subprocess pre-installation script returned error exit status 1 === billytwowilly [~chris@S01060040f4acc23c.ed.shawcable.net] has joined #ubuntu [10:24] Is that bad? :\ [10:24] http://sourceforge.net/project/showfiles.php?group_id=115843 [10:24] Echylo: Sure. Never quite reached the consistent speeds with torrents though. === draekus [~draekus@pc138.lipno.sdi.tpnet.pl] has joined #ubuntu [10:24] which one should i get? [10:25] I did ;) [10:25] I reached my max speed here [10:25] 400 kb/s [10:25] on torrents [10:25] Echylo: consistently? [10:25] ? [10:25] yes [10:25] from 3 seconds [10:25] to the eend [10:25] torrents seem to fluctuate, but more so seem to take quite some time to get up to that speed. [10:25] i got this one: libparted1.6-12_1.6.20-0.exp.1_i386.deb [10:25] what do i do with it now [10:26] no [10:26] well [10:26] I down top 10 seeded torrents [10:26] Echylo: for all your downloads? Just what tracker are you using? [10:26] from www.filemp3.org [10:26] Echylo: oh. I've been talking about films here :P [10:26] ow :) [10:26] well I only download music [10:26] I hire movies === vincent_ [~vincent@c3eea3e5a.cable.wanadoo.nl] has joined #ubuntu [10:26] hassle ;-) [10:26] irc you can download films in 25 mins [10:26] hellpp [10:26] (well, I can. People with faster speeds -> less time) [10:27] what do i do with this [10:27] ibparted1.6-12_1.6.20-0.exp.1_i386.deb [10:27] er [10:27] I have a Linksys router and VoIP Vonage Motorola modem, so my torrent speeds aren't as close as they could be (I am on 3mbps broadband too.. what a shame) :( [10:27] libparted1.6-12_1.6.20-0.exp.1_i386.deb [10:27] Hi all! Please, I am needing a little newbie help! How can I change the PATH to point to a java bin directory too? [10:27] alisson: http://www.ubuntuguide.org/ <-- check out the setting up Java section === mchasard [~mchasard@lns-p19-1-idf-82-251-77-8.adsl.proxad.net] has joined #ubuntu === njan [~james@80.68.82.20] has joined #ubuntu [10:28] hi [10:28] hi [10:28] Quest-Master, ok, heheheheh!! a Quest-Master!! [10:28] :P [10:28] i just want to test kubuntu ... but it doesnt work for me as livecd ... [10:28] Any idea on my advansys live CD issue? === WillCooke [~will@host81-157-91-99.range81-157.btcentralplus.com] has joined #ubuntu [10:29] The Array-6 CD just dies after uncompressing the kernel === afv-13 [~defective@rkdp-ip-nas-1-p192.telkom-ipnet.co.za] has left #ubuntu ["Pull] [10:29] mchasard: mention your problem in #kubuntu; to let them know. [10:29] yes its right ... [10:29] Anyone? [10:29] Quest-Master, sorry for incovenience.....i didn't know that ubuntu site have FAQs.. [10:29] I found gparted releases [10:29] but i dont know what to do with them [10:29] http://sourceforge.net/project/showfiles.php?group_id=115843 [10:29] ok ...i will mention ... ok thanks ... [10:29] how do you configure the GRUB? [10:29] alisson: No problem. I hope it helps you. :) === mchasard [~mchasard@lns-p19-1-idf-82-251-77-8.adsl.proxad.net] has left #ubuntu [] === R0bNyc [~jkd@pool-162-84-156-141.ny5030.east.verizon.net] has joined #ubuntu [10:31] anyone know about ndiswrapper? [10:31] Quest-Master, it will! ;) === vincent_ is now known as VincentMX [10:31] ANYONE? [10:31] WillCooke: What do you need? === LdcMW [~FiNTW@BSN-250-12-4.dsl.siol.net] has joined #ubuntu [10:31] knucks wha ts the problem= [10:31] http://sourceforge.net/project/showfiles.php?group_id=115843 [10:31] gparted releases [10:31] which one do i download and what do i do with it [10:32] Quest-Master, I've just installed Warty on the mrs' computer, but it's got a linksys wireless nic in it, which requires ndiswrapper..... [10:32] WillCooke: Is there any other way to conenct to the internet from that computer? [10:32] Quest-Master, Nope! [10:32] knucks you have pentium? [10:32] Quest-Master, Does the kernel source come on the warty install cd? [10:32] yes [10:32] WillCooke: Dunno === suifur is now known as zbrown [10:33] the .deb file === Skwid__ [Skwid@stlaurent-1-82-228-247-28.fbx.proxad.net] has joined #ubuntu [10:33] if it don't work, try the source [10:33] latest one? [10:33] WillCooke: To sum it up though, you basically need to compile ndiswrapper, get the .inf file for her Linksys Wireless from the install CD, load it through ndis, and it should work [10:33] yes [10:33] ok then what? [10:33] knucks: you'll want to use the dpkg command once you've got it [10:33] i downloaded a .deb file [10:33] ok. [10:34] hold [10:34] if it does not work, download the source and compile it [10:34] Quest-Master, OK. 1st problem get the kernel source on it, then I'll be back! ;) [10:34] :) === bascule [~kenny@user-3446.l5.c1.dsl.pol.co.uk] has left #ubuntu [] === _adw_ [~alexander@230.80-203-59.nextgentel.com] has joined #ubuntu [10:34] knucks now nupack [10:34] knucks now unpack [10:34] what do i add to dpkg? [10:34] whats the whole command [10:34] dpkg -i [10:35] don't know [10:35] knucks: man page :P [10:35] how do you configure the GRUB? === johane__ is now known as johane [10:35] dpkg: dependency problems prevent configuration of gparted: [10:35] when are we getting gnome 2.9.22 or 2.10 [10:36] gparted depends on libglibmm-2.4-1; however: [10:36] Package libglibmm-2.4-1 is not installed. [10:36] R0bNyc, when its officially released [10:36] knucks: I'm sure you can infer what you have to do now. [10:36] i think the hoary preview comes out on the same day as the gnome 2.10 === bzbb [~john@cpe-66-168-47-103.ma.charter.com] has joined #ubuntu [10:36] i tried apt-get install that pacage [10:36] bug: [10:36] but* [10:36] tck, isn't Hoary suppose to be the bleeding edge ubuntu? [10:36] knucks: do you have a fast connection? [10:36] it is [10:37] grmph [10:37] You might want to run 'apt-get -f install' to correct these: [10:37] The following packages have unmet dependencies: [10:37] gparted: Depends: libgtkmm-2.4-1 but it is not going to be installed [10:37] Depends: libparted1.6-12 (>= 1.6.0) but it is not installable [10:37] Depends: libsigc++-2.0-0 (>= 2.0.2) but it is not going to be installed [10:37] libglibmm-2.4-1: Depends: libsigc++-2.0-0 (>= 2.0.2) but it is not going to be installed [10:37] E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution). [10:37] Yeah [10:37] knucks: Run apt-get -f install [10:37] knucks: please don't flood the channel [10:37] it cant have the latest gnome unless gnome release it [10:37] sorry [10:37] hoary can be fun === Loiosh would love to run it. [10:37] knucks: if you have a fast connection, it's worth upgrading to hoary. [10:37] it can also be really annoying [10:38] ok did apt-get -f install [10:38] let me try dpkg again [10:38] Does Project Utopia work perfectly in the current Hoary? [10:38] hown i check the version on commandline of gnome? [10:38] Quest-Master, sorry for asking again, but I find a topic how to installing java, but the export is used in the bash. Next time that I reboot I will lost the command. [10:38] bzbb: hoary...annoying? Never! :P === MrKeuner [~kudo@195.174.226.7] has joined #ubuntu [10:38] fox example, I just upgraded, and it decided i'm only good fro 1024/768 [10:39] alisson: you can specify it in your ~/.bashrc file. [10:39] alisson: Are you sure? :\ The commands I used on those pages have worked fine for me for months now === VincentMX [~vincent@c3eea3e5a.cable.wanadoo.nl] has left #ubuntu ["Bezig] [10:39] hi, how is it possible to add a new language at the gdm menu? [10:39] ugh its not working === apokryphos [~apokrypho@host-84-9-32-191.bulldogdsl.com] has joined #ubuntu [10:40] its just telling me that now im missing libparted1.6-12 [10:40] and itry getting that and its not available [10:40] Quest-Master, I come from slack, and there, that I remember, was in that way..... === apokryphos [~apokrypho@host-84-9-32-191.bulldogdsl.com] has joined #ubuntu === Lemonzest [~Lemonzest@cpc1-nott4-3-0-cust27.nott.cable.ntl.com] has joined #ubuntu === NetwrkMonkey [~Monkey@netwrkmonkey.user] has joined #ubuntu [10:41] or how can I change operating system language from english to german? [10:41] Quest-Master, I don't know if in debian the command export is different. [10:41] alisson: When you place it in bash.rc each time a user logs into a BASH shell, the PATH is set. [10:42] Loiosh, don't is better then put in .profile, then whanever i log in, the PATH is set? === TdFnSG [zpchbd@85.97.196.185] has joined #ubuntu [10:42] Loiosh, *isn't [10:42] I put it in the profile file myself. === Loiosh uses RH 9 at work, so it's /etc/profile for him. === rapha [~rapha@p54A089FC.dip0.t-ipconnect.de] has joined #ubuntu [10:43] hmph [10:43] when I try to add a modeline with xorgcfg, it brings up a dialog box with the text "label" and the options yes or no [10:43] neither one does anything [10:44] Loiosh, ok, I will do it then. The problem is when a admnistrator have a lot of users already set. [10:44] or how can I add a new session language in gdm? [10:44] ok gparted isnt working [10:44] Yeah, Ubuntu's instructions normally don't take into account multiple users =) [10:44] i found libparted in synaptic.. === linuxn00b [~mystic@d205-250-56-39.bchsia.telus.net] has joined #ubuntu === Oambo [~ALdeaAX@193.219.91.133] has joined #ubuntu [10:48] so can someone help me with a partition program? [10:48] i dont care which, i just want one thats easy to use and install [10:48] qtarted..I think thats what it's called [10:49] oops qtparted === Alessio [~Alessio@host113-4.pool8251.interbusiness.it] has joined #ubuntu === drspin [~cole@ip68-2-123-172.ph.ph.cox.net] has joined #Ubuntu [10:49] i think i tried that one and it didnt work..let me try again === Quest-Master [~qmaster@c-24-99-26-36.atl.client2.attbi.com] has joined #ubuntu [10:49] Ack [10:49] hey all [10:49] hey drspin :) [10:49] How to I manually change my resolution? [10:49] And the hertz my monitor is running at? [10:50] i get this error trying to launch it: [10:50] After upgrading to Hoary [10:50] Quest-Master: warty or hoary? [10:50] I'm stuck in 800x600 [10:50] And 53hz [10:50] Really ugly [10:50] :( === Kly [dd@81.213.231.68] has joined #ubuntu [10:50] www.otomotivshow.com [10:50] "Details: Failed to execute child process "/usr/sbin/su-to-root/" === Kly [dd@81.213.231.68] has left #ubuntu [] [10:50] How do I fix it? === jc-denton [~jc@zux173-061.adsl.green.ch] has joined #ubuntu [10:50] Quest-Master, you can change it in your xfree86 config file [10:50] Quest-Master: I would copy the /etc/X11/XF86Config-4 to /etc/X11/xorg.conf [10:50] Ok [10:50] It's rough but it worked for me... [10:51] linuxn00b: Hoary uses xorg rather than Xfree [10:51] I just wanna sya that synergy is the coolest program I have found in a while :D === endir [~mdb@pcp01877206pcs.sandia01.nm.comcast.net] has joined #ubuntu [10:51] what's a good linux VPN server? [10:51] drspin, I know I thougth he was uing warty :D [10:51] ... free VPN server [10:52] linuxn00b, it's pretty cool :) === cwill1 [~cwillu@Ottawa-HSE-ppp4122314.sympatico.ca] has joined #ubuntu [10:52] linuxn00b: K [10:52] knucks, try cfdisk [10:52] apt-get it? [10:52] its a cusrse based partitioner [10:52] Ok [10:52] drspin, should I restart GNOME now? [10:52] I'm having crashy hangy problems [10:52] anyone know what version of synergy is in hoary? [10:53] Quest-Master: restart x [ctrl + alt + backspace] === gaatmx [~gaatmx@dsl-200-78-32-67.prod-infinitum.com.mx] has joined #ubuntu [10:53] cwill1: what does dmesg|tail say? [10:53] linuxn00b, 1.0.14-1 [10:53] not sure... waiting for the thing to come up again [10:53] cfdisk wont start up [10:53] or was that not a typo :p [10:54] no, I just can't spell my own name [10:54] knucks, what u mean [10:54] LinuxJones, why soo old?? warty uses the smae one :S [10:54] try it as root [10:54] sudo cfdisk [10:54] command not found [10:54] linuxn00b, nobody updated it [10:54] and i just installed it using synaptic === tremor [~tremor@dD57647E0.access.telenet.be] has joined #ubuntu [10:54] knucks, thats strange it should be there, what are you running ? [10:54] knucks: sudo /usr/sbin/cfdisk [10:55] LinuxJones, is it easy to make a deb from source..I have never done it before haha [10:55] sudo: /usr/sbin/cfdisk: command not found [10:55] what does APIC error on CPU0 mean? [10:55] hmm weird [10:55] doesn't cfdisk also need to know what device you want to open with it? [10:55] linuxn00b, I haven't either but I don't think it's too difficult [10:56] humm, ok i'll look around and see if I can make one :D [10:56] linuxn00b, it's a good project for you :D [10:56] ugh this is so frustrating [10:56] gparted wont work === MiFHgUjN [zpchbd@85.97.196.185] has joined #ubuntu [10:56] BiteMeBill: the error he's getting is an error from the shell, not cfdisk [10:56] qtparted wont work [10:56] so that's unrelated === ralf_ [~ralf@p508CE857.dip.t-dialin.net] has joined #ubuntu === ralf_ [~ralf@p508CE857.dip.t-dialin.net] has left #ubuntu ["Verlassend"] [10:57] knucks, just use cfdisk === SiliconViper [~siliconvi@d205-250-111-241.bchsia.telus.net] has joined #ubuntu [10:57] cfdisk doesnt work! [10:57] ACPI: Battery Slot [BAT0] (battery present) [10:57] ACPI: AC Adapter [AC] (on-line) [10:57] ACPI: Power Button (FF) [PWRF] [10:57] ACPI: Sleep Button (FF) [SLPF] [10:57] ACPI: Lid Switch [LID] [10:57] cs: IO port probe 0x0100-0x04ff: excluding 0x200-0x207 0x220-0x22f [10:57] 0x330-0x337 0x388-0x38f [10:57] cs: IO port probe 0x0800-0x08ff: clean. [10:57] knucks, your in the account that you installed Ubuntu with ? === SiliconViper [~siliconvi@d205-250-111-241.bchsia.telus.net] has joined #ubuntu [10:57] yeah [10:57] knucks: try logging out and logging back in [10:58] knucks, your starting it in a root console right ? [10:58] LinuxJones, yea I hope it will be a good project :) [10:58] yeah [10:58] anyone here watch anime? [10:58] linuxn00b, and we can enjoy all of your hard work :P [10:58] cs: IO port probe 0x0c00-0x0cff: clean [10:58] cs: IO port probe 0x0a00-0x0aff: clean [10:58] eth0: no IPv6 routers present === sabdfl [~mark@host217-37-231-28.in-addr.btopenworld.com] has joined #ubuntu [10:58] knucks, are you on warty or hoary ? [10:58] and that's it [10:58] warty [10:58] greetings ubuntites! [10:58] i just tried: [10:58] could try sudo sbin/cfdisk [10:58] sudo cfdisk [10:58] and i get: [10:58] LinuxJones, oh yea :D [10:59] FATAL ERROR: Cannot open disk drive! === SiliconViper [~siliconvi@d205-250-111-241.bchsia.telus.net] has joined #ubuntu [10:59] knucks, sudo -s to open an admin console then type cfdisk [10:59] FATAL ERROR thing [10:59] What iso burning app can I use on ubuntu? [10:59] GnomeBaker ^ [11:00] R0bNyc: or k3b. :P [11:00] thanks let me aptitude install it [11:00] or nautilus will burn an ISO right from the browser -- right click on the ISO -- the extension has to be lower-case in Warty, not sure if it's fixed in Hoary or not === Nekohayo [~Kiddo@ip216-239-74-191.vif.net] has joined #ubuntu [11:01] R0bNyc: graveman is probably the best burning app in the archive... [11:01] apokryphos: no one uses k3b... gnomebaker has a simular interface though... [11:02] i really want to get this partiton thing working :( [11:02] wtf [11:02] I use k3b currently but I hate it... [11:02] lunitik: odd statement. I use it. Others do too. [11:02] apokryphos: well, no intelligent gnome user :/ [11:02] graveman / gnomebaker? =) [11:02] I use it and love it [11:02] lunitik: Er... why? [11:02] Debate for my amusement =) [11:02] Hehe [11:02] apokryphos: takes like 5 mins to load the kde libs === TongMaster [~TongMaste@home.waugh.id.au] has joined #ubuntu [11:03] lunitik: Don't presuppose that everyone's computer takes the same time to load things. [11:03] lunitik: seems reasonably speedy for me in Gnome, when I actually venture into there. [11:03] apokryphos: either way, it takes about 10 times longer than using a gnome/gtk app [11:03] lunitik: never as fast as in kde though, naturally. [11:03] lunitik: Well, your point is a little ruined by the exaggeration. === saBrEwolf [~craig@ppp-0-122.leic-a-1.access.uk.tiscali.com] has joined #ubuntu [11:04] What is Knubuntu? [11:04] Sav: Kubuntu... KDE based Ubuntu [11:04] KDE Ubuntu [11:04] ok [11:04] Sav: it's the nutella theme of the Kubuntu distro [11:04] synaptic is having troubles, although it might be more general [11:05] ok i launched qtparted [11:05] and it told me no device detected [11:05] what is up with that? === ch1 [~chz@cpe-70-112-165-102.austin.res.rr.com] has joined #ubuntu [11:05] why does my processor usage on my dual processor machine never really rise much higher than 50%??? [11:05] knucks: what are you trying to partition? [11:05] knucks, put a sudo infrount of it [11:05] drspin... are you using more than one major program at a time? [11:06] BiteMeBill: i want to delete my ntfs partition and make a linux one [11:06] hello...i have a question...anybody know what the problem could be if my computer shuts down out of nowhere...and doesnt start back up.... === qosmof [~qosmof@host12-243.pool8255.interbusiness.it] has joined #ubuntu [11:06] cwill1: ... sometimes... [11:06] sudo fdisk /dev/hda doesn't work? [11:06] ch1: power supply [11:06] um [11:06] Heh, that was quick [11:06] sabdfl: aren't you Mark Shuttleworth? *blush* [11:06] is it possible to have ubuntu in another language? [11:06] ch1: maybe just a bad power cable... === Quest-Master [~qmaster@c-24-99-26-36.atl.client2.attbi.com] has joined #ubuntu [11:07] MrKeuner: yes... dpkg-reconfigure locales [11:07] i tried two power cables... [11:07] how do i view all my partitions in consel? [11:07] Quest-Master: any luck? [11:07] so power supply huh...ok...i'll try that out... [11:07] knucks: fdisk -l === njs12345 [~njs@dsl-217-155-201-142.zen.co.uk] has joined #ubuntu [11:07] knucks: uhh... sudo that though [11:07] so its not the mobo at all..? [11:07] knucks ls /dev/hda* [11:07] anyone know why I get this error when trying to install the fglrx drivers: [11:08] ch1: could be -- I was just starting at the more obvious places... [11:08] i want to get rid of it [11:08] lunitik/ I'd like to change the language for just one user if I can. When she logs in from gdm she should see gnome in another language [11:08] ok /dev/hdc5 is my ntfs [11:08] hopefully its the power supply...alot cheaper than the rest...=P [11:08] trying to overwrite '/usr/X11R6/bin/fgl_glxgears', which is also in package fglrx-6-8-0 [11:08] ch1: indeed [11:08] LoL [11:08] hi :) [11:08] thanks guys.... === Loiosh is getting a new system because of his computer's Ubuntu-hate [11:08] MrKeuner: Don't know how to do that, sorry [11:09] I have two systems running Ubuntu :) :) [11:09] I'm about to convert my laptop as well :D [11:09] then it says "dpkg-deb: subprocess paste killed by signal (Broken pipe) [11:09] My computer absolutely hates it =) [11:09] I have two as well [11:09] lunitik/ ok thanks anyway [11:09] so how do i fdisk my /dev/hdc5 partition? [11:09] yeah..im on my laptop runnin ubuntu rite now... === regeya [~shane@sdn-ap-017ilchicP0285.dialsprint.net] has joined #ubuntu [11:09] its great.. [11:09] and four have run linux at some point or another [11:09] I cannot even get the live CD to work. It keeps crashing on the SCSI detection in the kernel. [11:09] yay for laptops === javaJake [~javaJake@c-24-60-92-231.ne.client2.attbi.com] has joined #ubuntu [11:09] I have gentoo on my laptop now... [11:09] The new one (Array 6), warty works fine with noscsi [11:09] *yawn* I grew bored of it [11:09] Haha [11:10] emerge (wait 2 days) [11:10] oo...gentoo..i tried that.....learned alot...but man...cant stand waiting there for sumthing to get installed.. [11:10] ... [11:10] you need to choose the partition that you want to delete and then create [11:10] knucks: you mean format? mkfs.ext3 /dev/hdc5 (for instance) [11:10] sorry but I'm the fucking newbie of this fucking night :) From the web: This means that a user's first experience with Ubuntu could end being confused by the cryptic error message "There is no element present to handle the stream's mime type audio/mpeg." [11:10] knucks, fdisk /dev/hdc [11:10] Are there ops here? I HATE swearing. [11:10] Loiosh: indeed -- although it was a GREAT learning experience -- all 3 times I had to start over because the system clock wasn't set right [11:10] qosmof: http://wiki.ubuntulinux.org/wiki/RestrictedFormats [11:10] or some variation of that [11:10] Anyway, taht's off the subject, I've got a q: [11:10] Start over, seriously? [11:10] rdate -s === scorpix_ [~scorpix@as4-32.qualitynet.net] has joined #ubuntu [11:11] njan, thanks so much [11:11] qosmof: np [11:11] njs12, [11:11] mp3 support can't be shipped because it has patent problems === ompaul [~ompaul@213-202-159-139.bas503.dsl.esat.net] has joined #ubuntu [11:11] hey people, I was wondering if you could help me.. I have a Nvidia graphics card [GeForce N 128MB AGPx8] , but it doesn't seem to be supported by the drivers that are in universe of warty, is there any way of getting the latest drivers in deb? [11:11] njs12345: no one is inforcing it though, which makes it somewhat more annoying... [11:11] what does mkfs.ext3 /dev/hdc5 do? [11:12] njs12345: imo, if Debian can ship something, everyone should feel safe to do the same... [11:12] If I install Ubuntu over redhat v8, will I keep my current Windows and RedHat partitions? [11:12] knucks: formats the partition [11:12] k thanks [11:12] I don't know if this is supported, Sabre, but you could always get the nvidia drivers from their website. === ch1 [~chz@cpe-70-112-165-102.austin.res.rr.com] has left #ubuntu [] [11:12] formats hdc5 to ext3 format [11:12] They're binary -only- [11:12] ext3 - liunux right? === javaJake yawns patiently [11:12] yes [11:12] javaJake, if you want to [11:12] :-) [11:12] sorry, couldn't resist. [11:12] ok, tahks === Loiosh just hopes his new computer will let him install Ubuntu [11:13] Loiosh: its in the archive... wiki.ubuntu.com/BinaryDriverHowto [11:13] so redhat will be gone, BUT NOT WINDOWS, right? [11:13] njs12345, off the suject? [11:13] ok formatting [11:13] lunitik: I haven't researched the matter, I'm just saying what I've heard =) [11:13] is there any way to automatically transfer a file based upon its modification date/time? [11:13] saBrEwolf, join #nvidia for linux/nvidia gfx card help [11:13] ok, thanks for pointing in the right direction :) [11:13] anybody know anything about my Q? [11:13] javajake: there's an option in the installer to partition manually -- that's what you want [11:13] I'll probably end up just reinstalling.. [11:13] That's cool [11:13] javaJake, as long as you do it the way you have it done now - so print out your existing /etc/fstab and use it to create your "new ubuntu" partitions [11:13] njs12345: didn't see your question... what was it? [11:14] javajake: you can force it to leave the windows partition alone, but format the redhat partitions [11:14] ok, that's what I want. [11:14] laptop. synaptic. don't get along. suggestion? :p [11:14] when trying to install ATi drivers: trying to overwrite `/usr/X11R6/bin/fgl_glxgears`, which is also in package fglrx-6-8-0 [11:14] how do I do that? [11:14] javaJake, was the RH stuff done by hand or automagically? [11:14] automagically, LoL [11:14] dpkg-deb: subprocess paste killed by signal (Broken pipe) [11:14] cwil what's your problem? [11:14] (I've trashed Windows trying to install linux, don't want to do it again.) [11:14] ok now what? [11:15] trying to do an update all [11:15] Done by hand [11:15] it still says that the hdc5 is ntfs [11:15] I say it again [11:15] I was getting hangs during the downloads, although they eventually finished [11:15] http://www.musicplasma.com && LimeWire rock! [11:15] lunitik: yup [11:15] javaJake, well print out /etc/fstab and if you break it you break it [11:15] but the config locks up [11:15] greetings [11:15] earthling :- [11:15] ) [11:15] njs12345: dpkg --force-overwrite -i thepackage (may need to apt-get -d install thepackage if you're getting it from online) [11:15] if the worst comes to the worst I could always just install the fglrx drivers from source.. but that's kinda crappy because then I have to update them myself =) [11:15] lunitik: woot! thanks [11:15] *sigh* [11:15] I really dont want to have any more "accidents". [11:15] sabdfl: cool... thanks a lot for your efforts, much appreciated :) [11:15] javajake: just select manual partitioning in the install (the automatic partitioner defaults to using the whole disk) === awstott^n [~andrew@d142-59-130-205.abhsia.telus.net] has left #ubuntu ["Leaving"] [11:16] ok [11:16] javajake: once you're in the manual partitioning section it will leave windows alone by default [11:16] I'll have to do it with a computer expert. [11:16] javaJake, it should work as long as you do not do it wrong, and if you do it carefully you will not have accidents - rush in and break it all [11:16] sabdfl: psst, you should talk to calc if you want a good KDE maintainer... maintained KDE for Debian on his own for a while ;) [11:16] what do i do now with my ntfs partition ? [11:16] does anyone have an answer to my question? [11:16] javajake: in fact, you have to specifically tell it to format any partitions, and it will warn you that you're going to trash the data on those partitions [11:16] ta lunitik :) === cwill1 [~cwillu@Ottawa-HSE-ppp4122314.sympatico.ca] has left #ubuntu [] [11:16] lunitik: ok, thanks, i know Riddell and haggai and amu would appreciate any help [11:16] njs12345: yw [11:16] ahh... much better [11:17] rcliii: ok [11:17] (the name at least) [11:17] soren9580, for like a backup ? [11:17] yea === njs12345 [~njs@dsl-217-155-201-142.zen.co.uk] has joined #ubuntu [11:17] ompaul: well, i tried, but I trashed Windows. (I had no idea what hda1 meant at the time. :) [11:17] well, i'm downloading files === apokryphos [~apokrypho@host-84-9-32-191.bulldogdsl.com] has joined #ubuntu [11:17] Haha Jake =) [11:17] sabdfl: he deserves it, good guy :) [11:17] anyone seen xchat-gnome debs? [11:17] and i dont want them to be copied until they are finished downloading === bumperland [~bumper@69-162-201-196.bflony.adelphia.net] has joined #ubuntu [11:17] please can someone help me with my ntfs partition? [11:18] javaJake, so do you know what it is now? [11:18] njs12345: XChat is gnome based... same thing [11:18] once they are finished, i want to automatically move them to a folder where they will automatically rsync with my computer [11:18] i've got the rsync down [11:18] ompaul: yea.... it's the largest partition. === andrewski [~andrewski@pool-151-197-228-57.phil.east.verizon.net] has left #ubuntu ["Bis] [11:18] lunitik: http://xchat-gnome.navi.cx/ [11:18] :) [11:18] but i can't figure out how to move them based upon date modified [11:18] soren9580, you might want to look @ rsync it updates only the parts of the file that changed. [11:18] javaJake, look it is this easy/hard - print out /etc/fstab from dead rat and you will have the partition table as it is now - that tells you what is what [11:18] yea, the --update flag [11:18] ompaul & rcliii: ok, so manual partition, delete redhat, install in that partiton. Got it. [11:19] soren9580, rsync won't do it for you ? [11:19] i already use that so i don't transfer files twice [11:19] nope, if its got half a file [11:19] its gonna transfer that half of a file [11:19] soren9580, ohh I see [11:19] and there's no way to stop it from transferring locked files [11:19] ompaul: I have no clue HOW to print out /etc etc. [11:19] njs12345: oh... uhh... ouch [11:19] javaJake, have you a printer attached to the linux machine? [11:19] njs12345: looks ugly! === larsson_ [~larsson@h164n3c1o285.bredband.skanova.com] has joined #ubuntu [11:19] no. [11:20] (sadly enough) [11:20] soren9580, you should be able to do it using a bash script but how do you determine if the download is finished ? [11:20] I think it looks quite good personally :) [11:20] can you see one from the windows machine? [11:20] Hi again. The package dcgui-qt seems to be broken in hoary. Any comment? Will it be fixed? [11:20] javaJake, actually forget that do the following and write it out on paper [11:20] It works fine the first time, but during the second startup it either crashes or looks funny. [11:20] based upon when it was last modified [11:20] njs12345: I like the current look... that just looks cluttered === ldarnis [~ldarnis@cbproxy.astra-net.com] has joined #ubuntu [11:20] javaJake, cat /etc/fstab [11:20] if it was last modified 10 minutes prior to the running of the script [11:20] soren9580, if you had md5sum of the files you could run a bash script every few minutes and only have the files transfer if the md5sum is correct [11:21] cat /etc/fstab ok [11:21] i was thinking that too [11:21] and the torrents should have it [11:21] javaJake, that is how hard it is to read the existing partiation table so you can use the partitions the same [11:21] let me check if i can use the bittorrent software to check the md5 [11:21] soren9580, yes they should :) [11:21] would someone tell me why the idiot who wrote the grub manual could not refrain from saying "That was easy, admit it." in the actual manual? [11:21] njs12345: current XChat, you can have it so that all that shows is the input field, any tabs, and the chat area, everything else can be hidden... looks simple and nice [11:21] ompaul: thanks! thanks for your patience while dealing with a dummy. [11:22] javaJake, I'm saying nothing === blizah [~stephen@12-205-175-178.client.mchsi.com] has joined #ubuntu === ompaul rafl [11:22] its just a question of can i get it? [11:22] ompaul: great. Now you made me feel REALLY dumb. :-) [11:22] Awww [11:22] Don't worry Jake [11:22] is this going to work? === fleebailey66 [~andy@c-67-163-138-215.client.comcast.net] has joined #ubuntu [11:23] <--crosses fingers [11:23] I cannot even run it, you're far ahead of me, hehe [11:23] Anyone using dcgui-qt here? From APT? [11:23] heh [11:23] synaptic just... disappeared [11:23] javaJake, you may have skills out side of the area of linux I do not know, frankly install ubuntu get rid of windows and increase the mind share :) [11:23] larsson_: most people in here don't use any qt or kde apps. === looksaus [~mark@dD5767F6D.access.telenet.be] has joined #ubuntu [11:24] ompaul: Windows is the main OS for me. === ice [~ice@cable90a238.usuarios.retecal.es] has joined #ubuntu [11:24] javaJake: sell out :P [11:24] Anyone want to take s stab at my Ubuntu LiveCD / installing problem === javaJake ducks as flying eggs shoot at him. [11:24] Hahaha [11:24] work work work === Neil3 [~neil@host81-156-47-228.range81-156.btcentralplus.com] has joined #ubuntu [11:24] lunitik: apart from all the k3b users :) [11:24] it doesn't seem like there's a way to get it out of the torrent file === Loiosh is -using- Win right now, don't worry, Jake =) [11:24] anyone know why synaptic would just disappear? [11:24] Oh, so are you [11:24] LoL === javaJake wipes his forehead [11:24] javaJake, if you write out that stuff I told you about you will be fine in the installer and feel empowered - something windows does not do for people as far as I know ;-) [11:24] without seriously modifying btdownloadcurses [11:24] anything in linux/ubuntu play wmv files? === NetwrkMonkey [~Monkey@netwrkmonkey.user] has left #ubuntu ["Leaving"] [11:24] blizah, yep [11:25] the win32 codecs [11:25] ok how do i format my ntfs partition [11:25] with your media player of choice [11:25] mplayer or xine [11:25] Windows is the only one that can support my games, my favourtie text editor, should I continue? [11:25] Riddell: gah... GNOME users shouldn't use KDE apps... loading kinit just to burn a CD is moronic. === tims [~tims@c-24-21-58-44.client.comcast.net] has joined #ubuntu === aspro [~geoff@dsl-203-113-242-207.TAS.netspace.net.au] has joined #ubuntu === calamari [~calamari@dialup-4.240.247.59.Dial1.Phoenix1.Level3.net] has joined #ubuntu [11:25] Well, gotta go. [11:25] No =) You shouldn't hehe [11:25] Then you'll get advice on how to fix that, LoL [11:25] javaJake, /quit while your ahead :) [11:25] So, anyone want to take a look at my Ubuntu issue? =) [11:26] i know you guys know how to fdisk === Loiosh searches for help, hehe. [11:26] GAG! IM NOT TYPINGF RIGT STOP FUSHING EM! === javaJake [~javaJake@c-24-60-92-231.ne.client2.attbi.com] has left #ubuntu ["His] [11:26] Riddell: I've never been a fan of mixing the environments, enless your xsession loads both... most won't do that though. [11:26] Loiosh, what is it? [11:27] does ubuntu come with mplayer or xine? [11:27] Well, we'll start with the CD. When it starts the kernel, it crashes on "Bringing up SCSI" noscsi scsi=no ACPI=no, etc, doesn't help, sadly. This is the array 6 cd. === _adw_ [~adw@230.80-203-59.nextgentel.com] has joined #ubuntu [11:27] hmm... killing postfix seems to have done something [11:27] blizah: I believe it comes with a stripped-down xine [11:27] but you can get mplayer [11:27] just go download it? [11:27] The Ubuntu warty install cd crashes when probing my advansys (IOMEGA jaz jet PCI scsi) card. [11:27] nah [11:27] The system just.. halts. [11:27] HELP [11:27] add a repositiory [11:27] Riddell: plus, using KDE apps with GNOME gives the same issues I dislike about Kubuntu right now not using gtk2-engines-gtk-qt by default... === bumperland [~bumper@69-162-201-196.bflony.adelphia.net] has left #ubuntu ["Leaving"] [11:28] knucks, fdisk -l /dev/hd(a/b/c/d) discover your ntfs then fdisk /dev/hdxn where x is the letter for the drive and n the number of that partition [11:28] How do I format my NTFS partition [11:28] i do tht in synaptic right jks12345? [11:28] knucks: you don't from Linux. [11:28] how then === Ero-Sennin [WinNT@pc-9-106-104-200.cm.vtr.net] has joined #ubuntu [11:28] knucks, look for bootitng [11:28] So, that's my issue, hehe. === mumak [~jml@ppp111-55.lns1.hba1.internode.on.net] has joined #ubuntu [11:28] The old (warty) live CD worked fine with noscsi [11:28] knucks do you want to release that space to ubnuntu? [11:28] knucks: set the partition aside, and let windows installer do it [11:28] boot disk with a gui to do partition work, fairly straightforward, just don't it "install to harddrive" when it starts up [11:29] ompaul: yeah === Ero-Sennin [WinNT@pc-9-106-104-200.cm.vtr.net] has left #ubuntu [] [11:29] knucks then follow the advice I just gave out [11:29] can somebody tell me why synpatic closes while installing? [11:29] knucks: ahh... then it doesn't matter what file system it is now... just mkfs.ext3 /dev/whateveritis [11:29] Loiosh, I would suggest in that case to try hoary arry 5 [11:29] array even [11:30] sudo fdisk /dev/hdc5 [11:30] right? [11:30] That installer doesn't pop the kernel SCSI does it? [11:30] knucks, that looks okay === Loiosh will download anyways. [11:30] ompaul: any reason you don't recommend daily's? (genuine question... seems better to start from a more up to date point..) [11:30] lunitik: they may well be broekn [11:30] okay [11:30] broken [11:30] i opened: COmman (m for help): [11:30] lunitik, yeah on a day to day level you could get a really bad one [11:31] why does menu.lst say root (hd0,0) when my my root is /dev/hdd and I have a /dev/hda as well? [11:31] cwillu: thats why you check the report.html file [11:31] lunitik, following that you should be a developer not a new user for that level of exposure of possible frustration [11:31] ompaul: ^^ [11:31] Hehehe [11:31] I tried the daily =) [11:31] why can't I find gmaplyer in synaptic? [11:31] mkfs.ext3 /dev/hdc5 now.. [11:31] writing inode tables.. [11:32] should it not be (hd1,0)? [11:32] cause it is gmplayer [11:32] The problem isn't a package, it's part of the new kernel startup they're using. [11:32] ompaul: I got one bad image... and learned fast to start looking at the report's [11:32] should I stay or should I go [11:32] deng deng deng [11:32] lunitik, ubuntu gets suggested to a lot of newbies and I would not expose a total newbie to that [11:32] drspin: mplayer-386 (for instance) has gmplayer... mplayer-nogui is the only one that doesn't contain it [11:32] It's doing something with the SCSI card. === snowblink [~snowblink@wind.snowblink.co.uk] has joined #ubuntu [11:33] ompaul: I wouldn't expose such users to the devel branch at all :/ [11:33] lunitik: YAY! -- [11:33] "removing gdm" ... [11:33] Lun, you want to try to trouble shoot my issue? =) [11:33] this can't be good [11:33] lunitik, I would when and only when they do not get warty to run - and then I only suggest array5 [11:33] ok what now? [11:33] it still says its a NTFS === njs_ [~njs@dsl-217-155-201-142.zen.co.uk] has joined #ubuntu [11:34] knucks, it will until you reboot :-( [11:34] ooo [11:34] ok [11:34] brb then [11:34] Reboot?! =) [11:34] ompaul: Array 5 is just a daily snapshot that happened the day the release plan said they were supposed to do a devel release === njs_ is now known as njs12345 [11:34] oo.. spiffy [11:34] this xchat-gnome thing is pretty cool.. === Rigkxx [~QdHsChh@85.97.196.185] has joined #ubuntu [11:35] ompaul: the array discs are just as likely to have bugs as any other daily [11:35] lunitik, and I hve used it a lot and not had issues with it - it has a bit more hardware support that has worked for me [11:35] njs12345 so i do synaptic to get mplayer? [11:35] gstreamer0.8 or xine? [11:35] yup [11:35] you know the package name? [11:35] how do isolate the output of ls -l? === flyover [~jeremy@12-216-228-198.client.mchsi.com] has joined #ubuntu [11:35] ompaul: please file bugs on anything you find now, as we are in final bug push through to release mode [11:35] to get just the last modified time? [11:35] drspin: why do you want xine when you have mplayer around? [11:35] soren9580: ls -l | grep === tasuki [~tasuki@r2ai7.chello.upc.cz] has joined #ubuntu === tasuki [~tasuki@r2ai7.chello.upc.cz] has left #ubuntu ["Leaving"] [11:36] soren9580: ls -l | grep [11:36] sabdfl, I have none at this time - I have pushed out stuff for grumpy [11:36] Where would we report them, sabdfl? === Loiosh has an Array 6 issue of much sadness. [11:36] cool, thanks [11:36] is xorg or xfree86 the x server in hoary? [11:36] lunitik: just asking which would be better... I still use totem for a few things... [11:36] xorg [11:36] ompaul: bugzilla.ubuntu.com [11:36] now i just have to figure out what the grep should be to get just the date modified [11:36] oh, if you only want the last modified time [11:36] soren9580: where you from? [11:36] xorg cwillu ? [11:37] cwillu: though you can of course use both [11:37] Oregon [11:37] i'm a student [11:37] okay, thx === bwlang [~bwlang@bb-66-55-211-238.gwi.net] has joined #ubuntu [11:37] Thanks, sabdfl =) [11:37] njs12345, you know the package name in synap? [11:37] sabdfl, I do not have bugs to report at this time - and I spent a lot of today doing apt-get update [11:37] drspin: currently gstreamer's ffmpeg plugin isn't up to much, so the xine backend would be more useful [11:37] soren9580: NM -- one of my buddies used to use your nick === Loiosh is the one with the problem. [11:37] drspin: they are working on that though apparently [11:37] incredible! my ubuntu-64 won't install [11:37] lunitik: thanks [11:37] well, i used to live in CA [11:37] soren9580: yeah - nope... New Mexico [11:37] Not Soren Kierkegaard fans, by any chance? === carlos [~carlos@george.kkhotels.co.uk] has joined #ubuntu [11:37] and i think i'm the only person to ever use this nickname [11:38] apt-get install was rather busy [11:38] with 9580 at the end? [11:38] ls -l | awk '{ print $6 " " print $7 }' [11:38] blizah: you need to add some repositories [11:38] and then it's mplayer -i586, or mplayer-k7, or mplayer-i386 [11:38] as i stare blankly :D [11:38] error when installing kernel "linux-amd64-generic" [11:38] auau [11:38] depending on your CPU [11:38] njs12345: what processor? [11:38] sorry im new [11:38] njs12345: the mplayer packages don't contain the i part [11:39] don't they [11:39] oh no, they don't [11:39] fear not [11:39] njs12345 i don't have auk [11:39] njs12345: you probably want 'mplayer-686' [11:39] GNAM, would that something to do with an SATA controller? [11:39] ompaul: from warty to hoary? [11:39] http://www.ubuntulinux.org/wiki/RestrictedFormats [11:39] so if ya dont mind me asking what does "adding repositories" involve? [11:39] i've aspire 1522, notebook [11:39] you don't have awk? [11:39] blizah: edit /etc/apt/sources.list [11:39] I tried Warty, now I try Hoary [11:39] I'll try Hoary 6 [11:39] or go to Settings->Repositories [11:40] sabdfl, no - just a new box not production [11:40] (in synaptic) [11:40] nm [11:40] drspin: uhh... you prolly want 'mplayer-686' if you have an intel... or -k6 if you have an Athlon [11:40] i typed it in wrong [11:40] Oh, there's a bug report for this as well. [11:40] :) [11:40] i'm getting this output [11:40] awk: cmd. line:1: { print $6 " " print $7 } [11:40] awk: cmd. line:1: ^ parse error [11:40] lunitik: it wasn't me -- I use 686 in both systems (P4 && dual celerons) [11:40] ok [11:40] i have all enabled except deb-src [11:40] njs12345: also... k7 is only a transition package... depending on k6 [11:40] oh [11:40] sabdfl, the hoary box is happy and got a lot of testing from two of us with many years of runlevel changing between us :) we then left it with its owner [11:40] I didn't know that [11:40] njs12345: now you do [11:41] ompaul: that's good news! [11:41] 686 depends on 586 as well ;) [11:41] yup :) [11:41] any deb for java runtime environment? === knucks [~chatzilla@pcp01189996pcs.waldlk01.mi.comcast.net] has joined #ubuntu [11:41] still says NTFS on it [11:41] whyyyyyyyy [11:41] bob_: http://www.ubuntulinux.org/wiki/RestrictedFormats [11:41] did you change partition type? [11:41] bob, I think there's a howto on the wiki or forumes [11:41] Chipzz: how? [11:41] fdisk [11:41] well yeah.. [11:41] bob_: http://www.ubuntulinux.org/wiki/Java [11:41] but how [11:42] t [11:42] im not getting ya [11:42] knucks: 'cfdisk' might be easier for you [11:42] use the t command in fdisk [11:42] lunitik: cfdisk didnt work for me [11:42] sabdfl, I have a non production warty box here, I could bring it to hoary tonight but I might get killed, (its my wifes) if it did not work in the morning, I will do an update on it after she uses it in the morning, when hoary comes out I might consider this particular box for hoary [11:43] ompaul: best wait till release if it's life-threatening === fleebailey66 [~andy@c-67-163-138-215.client.comcast.net] has left #ubuntu ["Leaving"] === Goshawk [~Goshawk@host36-108.pool8251.interbusiness.it] has joined #ubuntu [11:43] for the merillat repos should I use stable, testing or unstable? [11:43] only on a sunday morning family on multiple contents get together on irc [11:43] knucks: 'sudo cfdisk' [11:44] lunitik: doesnt work. i get FATAL ERROR [11:44] thanks! :) [11:44] I've been thinking about getting a webcam [11:44] knucks: uhh... oh [11:44] anyone able to recommend one that works well with both win&linux? [11:44] drspin, which version of ubuntu are you running? Hoary? === gilles [~gilles@lab75-3-82-235-26-179.fbx.proxad.net] has joined #ubuntu [11:44] WillCooke: si [11:44] WillCooke: Spanish for "yes" [11:44] drspin, unstable [11:44] WillCooke: thanks [11:45] knucks did you start with fdisk to delete the partition, create a new one and then format it? [11:45] no one is telling me how to do any of that [11:45] take me step by step please [11:45] partition name is /dev/hdc5 [11:45] join #knucks to help him people === InitMass [~InitMass@c83-248-162-140.bredband.comhem.se] has joined #ubuntu [11:46] knucks, if you want msg me and I will talk you through it [11:46] tck: new devel? you seem to like being 'in control' ;) === Echylo is now known as Echy|Zzz [11:46] where's glib-config? The glib-config script installed by GLIB could not be found [11:46] lunitik, nope lol.. [11:46] gnight all [11:46] hi all, how do i set fluxbox as my default enviroment or make it possible to select it in gdm?? [11:46] hes been having problems for the last hour, so i think he'll get better help if we join knucks [11:47] brb, gunna try new stuff, ompaul =) [11:47] Loiosh, have fun [11:47] Hopefully I can get around this SCSI issue, it's really killing me that I cannot even install Ubuntu, heh [11:47] njs12345, what should i do about the awk not working? === chorizocoreano [~chorizoco@c-24-7-68-243.client.comcast.net] has joined #ubuntu [11:48] soren9580: you could try installing gawk instead of mawk and try again... [11:48] unlikely it has the same bug [11:48] i got it to work [11:48] i had to change it to print $8 [11:49] that's strange [11:49] does the dirname have a space in it? === mcphail [~mcphail@81-178-110-28.dsl.pipex.com] has joined #ubuntu === qosmof [~qosmof@host12-243.pool8255.interbusiness.it] has left #ubuntu ["ping] [11:51] no [11:51] this is the output drwxr-xr-x 5 nicholsc nicholsc 4096 Mar 4 22:46 BitTorrent [11:51] without grep [11:51] i mean awk [11:51] anyone here uses 915G chipset of intel on linux ? [11:52] now, i've got the current date, i've got the date of the file [11:52] how do i compare the two in a bash script [11:52] and how do i do so for multiple files? === apnea [~apnea@81.213.134.139] has joined #ubuntu === morten [~morten@64.80-202-76.nextgentel.com] has joined #ubuntu === woodywarty [~bill@202.79.36.135] has joined #ubuntu [11:55] whoa - flood... [11:55] Hi all === topyli [~juha@dsl-hkigw3pa5.dial.inet.fi] has left #ubuntu [] [11:55] Hey can somebody help me with this gnome-vfs thing === _miracoolix_ [~icke@pD9EB0D44.dip0.t-ipconnect.de] has joined #ubuntu [11:55] I can't access my Local Area Network [11:55] sabdfl, to your knowledge has anyone written a move from a debian desktop to ubuntu FAQ? [11:56] ompaul: no [11:56] Do I have to install Samba to access my LAN [11:56] hmm === Loiosh [loiosh@c-24-1-68-184.client.comcast.net] has joined #Ubuntu [11:56] depends so much on which debian [11:56] Yeah, no luck [11:56] woody to warty was relatively easy [11:56] don't know about woody to hoary === Ambersand [Ambersand@12-240-21-140.client.mchsi.com] has joined #ubuntu [11:56] It freezes on: SCSI Subsystem initialized === shock [~shockwave@dsl-082-082-155-089.arcor-ip.net] has joined #ubuntu [11:56] It's a hard freeze. I have to actually reset / power off the computer. THe keyboard is fully lucked [11:56] So what's wrong with my Gnome-vfs thing [11:56] and with sarge, if you last updated more than two months ago it should be easy too [11:56] locked [11:57] so how do i make a bash script iterate through a directory and check each file? [11:57] soren9580: for i in *; dostuff $i; done [11:57] Hi. I'm trying to boot my ubuntu (warty) cd and my computer reboots after I get the message "uncompressing linux" [11:57] sorry let me fix that === timefantom [~timefanto@c211-30-150-209.blktn3.nsw.optusnet.com.au] has joined #ubuntu [11:57] soren9580: for i in *; do stuff $i; done [11:57] where 'stuff' is your command [11:57] I've tried giving the noacpi and nolacpi parameters but it hasn't helped. [11:58] does ubuntu works well with this audio card : [11:58] Intel High Definition Audio subsystem using the Realtek ALC860 audio codec. [11:58] so how do i add the repository for mplayer? [11:58] im in repositories under synapitc... [11:58] or this mobo : http://www.intel.com/design/motherbd/av/index.htm [11:58] soren9580: missed the start of the question. Does the 'find' command do what you require? === Xirdneh [~eusoj@201.128.162.16] has joined #ubuntu [11:58] hrm [11:59] mcphail, are you in college? [11:59] so, on the assumption that my problems might be rooted in power management, how does one disable such things? === timefantom [~timefanto@c211-30-150-209.blktn3.nsw.optusnet.com.au] has left #ubuntu ["Leaving"] [11:59] i know someone by that name at my school [11:59] soren9580: no... [11:59] ok, just thought i'd ask [11:59] ok [12:00] there's a guy at my school who's really into computers, and i thought you might be him