[12:00] icu, are you using /usr/src/linux-xxx-headers or /usr/src/linux-xxx-source for header include files? [12:00] gen: yes, or until ubuntu updates their packages [12:00] I can't run any opengl stuff anymore with x.org and I have the latest nvidia driver installed === Havox [lol@adslsapo-b3-239-80.telepac.pt] has joined #ubuntu [12:00] JDahl: Whatever /lib/modules/2.6.8.1/build is linked to [12:00] oh an by the way, i can only open 1.0 through the terminal script, is this normal? [12:00] gen, not necessarily, if you are in a rush to use 1.0, you can simply put the stuff in /usr/local/firefox-1.0 and make a symlink /usr/local/firefox -> /usr/local/firefox-1.0 [12:00] gen: hyes [12:00] main:rgstereo=0Xlib: extension "GLX" missing on display ":0.0". [12:00] Xlib: extension "GLX" missing on display ":0.0". [12:00] Video mode set failed: Couldn't find matching GLX visual [12:01] thanks guys [12:01] gen, no, i have a .desktop that opens this for me just fine [12:01] unperson: I think if you were to delete the interface and then re-add it as a wireless device, then you could change those settings [12:01] what command is used [12:01] gen, i put the .desktop file in /usr/share/applications and it shows in Gnome's Appications->Internet menu === bigt [bigt@c-24-99-11-118.atl.client2.attbi.com] has joined #ubuntu [12:01] GnuHippy: sounds like you aren't loading the nvidia drivers or something [12:01] it is loaded [12:01] gen, mv firefox /usr/local/firefox-1.0 && ln -s /usr/local/firefox-1.0 /usr/local/firefox [12:02] I seen the splash screen when I booted up [12:02] GnuHippy: is your xorg.conf file setup corrently? [12:02] gen, ln -s /usr/local/firefox/firefox /usr/local/bin/firefox [12:02] yes [12:02] I added xcomposites though [12:02] GnuHippy: it has glx in it? [12:02] question: can someone help me in networking linux with xp home? i created a share on my xp box but when i type smb://192.168.1.101 i can't access the box from linux [12:02] yes [12:02] if there is a wiki on this or some other form could you please point me to it thanks [12:02] did you upgrade to the newest nvidia drivers? [12:02] yes [12:02] JDahl: How do i go about setting it up to use the source? [12:02] the latest ones on the site === britt_radiofree [~Britt@ukwg1.uky.edu] has joined #ubuntu [12:03] YAY [12:03] gen, let me put the .desktop file in a place where you can get it [12:03] i got multiverse to load [12:03] then you need to use the AllowGLXWithComposite option or something like that === Wsquared [~wweckesse@67-138-154-142.dsl1.nor.ny.frontiernet.net] has joined #ubuntu === Wsquared is now known as WW [12:03] gimmie a sec and i'll look it up [12:03] Isn't the source we're provided unpatched and everything? [12:03] ok thank you === WW [~wweckesse@67-138-154-142.dsl1.nor.ny.frontiernet.net] has left #ubuntu [] [12:03] so everyone's playing with xorg? :) === WW [~wweckesse@67-138-154-142.dsl1.nor.ny.frontiernet.net] has joined #ubuntu [12:03] bigt, is it supposed to work in ubuntu without anything extra? [12:03] GnuHippy: Option "RenderAccel" "true" [12:03] Option "AllowGLXWithComposite" "true" [12:03] thank you [12:03] inside the nvidia Device section [12:03] np [12:03] i'm not sure [12:04] gen, http://www.latinomixed.com/media/firefox.desktop [12:04] I already have RenderAccel [12:04] k [12:04] subterrific, where'd you get xcompmgr? [12:04] never setup a network with linux before [12:04] britt_radiofree: i don't have xcompmgr on ubuntu, but i use it on my gentoo box [12:05] night all [12:05] lem i keep getting mv: when moving multiple files, last argument must be a directory [12:05] Try `mv --help' for more information. [12:05] subterrific, so you're not actually using xcompmgr for fancy composite features in ubuntu yet? [12:05] britt_radiofree: right, i use warty in ubuntu, which is still xfree [12:05] uman: wireless-tools is installed already. [12:06] subterrific, ah, cool [12:06] britt_radiofree: i have it on ubuntu [12:06] cardador, did you just grab from cvs? [12:06] icu - I will try it tonight, and let you know if it works.. [12:06] gen, where did you install firefox? firefox-installer ? [12:06] jjh, Yeah, my guess is that if I remove and re-add it in network settings that'd do it. I was a bit afraid of messing something up, but I'll try it. brb. [12:06] was, then moved to home dir with the directory name firefox [12:07] gen, if you did it like that, that's wrong :-) === cardador [~jose@81.84.235.109] has joined #ubuntu [12:07] gen, ah ok, then use: sudo mv ~/firefox /usr/local/firefox-1.0 [12:07] mv: missing file argument [12:07] Try `mv --help' for more information. [12:07] who was i talking with? [12:07] gen, then you will need to make a symbolic link: sudo ln -s /usr/local/firefox-1.0 /usr/local/firefox ... the reason for this is that is simpler to upgrade later [12:08] gen, can you paste here what command are you typing? [12:08] gen, you should just copy/paste what i typed [12:08] JDahl: I'm trying to apt-get source the kernel image see if that one's good [12:09] cardador, me [12:09] cardador, did you grab from cvs? [12:09] gen, better yet, use the firefox-installer and when asked where to install it, just specify: /usr/local/firefox-1.0 [12:09] britt_radiofree: add this to sources.list :) deb http://people.ubuntu.com/~daniels/ xcompmgr/ [12:09] lemsx1_: when i copied and pasted what you said, that worked, i must have typed it wrong [12:09] cardador, exactly what i was hoping! :) [12:09] lemsx1_: when i tried that in the installer, said i didnt have permission [12:09] gen, of course ;-) [12:09] britt_radiofree: it was provided by daniels, the guy that packaged xorg [12:10] gen, you have to use sudo then (or add yourself to "staff": sudo adduser $USER staff) [12:10] gen, then you will need to logout and log back in :-)... [12:10] user being my login name === Lord_Shadow [~Lord_Shad@ip68-98-58-176.ph.ph.cox.net] has joined #ubuntu [12:11] gen, yes. and $USER does hold your username (same as $UID) [12:11] oh so no need to type it [12:11] k [12:11] gen, but not the ID of course ;-) === Lord_Shadow [~Lord_Shad@ip68-98-58-176.ph.ph.cox.net] has left #ubuntu ["Leaving"] [12:12] anyone get winbind to work on warty? [12:12] ok [12:12] so i need to relogin [12:12] gen, if you add yourself to staff, yes === jazzka [~jazzka@138.Red-80-59-206.pooles.rima-tde.net] has joined #ubuntu [12:12] gen, for now just use sudo [12:12] any visual tool or front-end for diff? [12:12] ok === captine [~captine@196.39.29.210] has joined #ubuntu === spook [~spook@62.24.180.99] has joined #ubuntu [12:13] britt_radiofree: when you are done, try xcompmgr -cCfF -r7 -o.65 -l-10 -t-8 -D7 & [12:14] thanks for your help, linked an icon launcher to /usr/local/firefox-1.0/firefox and works fine now === defendguin [~supertux@adsl-6-68-58.msy.bellsouth.net] has joined #ubuntu [12:15] gen, the idea is that you should not have to modify the .desktop or your /usr/local/bin/firefox symlink whenever you upgrade again [12:15] hum, can someone tell me how I can modify de $PATH except un .bashrc . [12:15] ? [12:15] How do I compile external modules for the standard ubuntu kernel? [12:15] gen, or if you need to give it to somebody else, they don't need to change it [12:15] cardador: thats nice [12:15] gen, but, it might launch the wrong version of firefox if you have the .deb package installed... [12:15] icu ... nvidia drivers ? [12:15] Temet: ati drivers. [12:16] ousp === GnuHippy [~jason@24.222.217.193] has joined #ubuntu [12:16] not for me icu [12:16] sorry [12:16] hmh, is linuxthreads used by default for the amd64 port instead of nptl? [12:16] is anybody using xcompmgr? [12:16] It's bitching about the source not being compatible [12:16] lemsn1_ not sure i understand [12:16] GnuHippy: i am [12:16] how did you get it compiled? === yann__ [~Yann@pD9E58EA7.dip.t-dialin.net] has left #ubuntu ["Verlassend"] [12:17] add this to sources.list :) deb http://people.ubuntu.com/~daniels/ xcompmgr/ === jazzka [~jazzka@138.Red-80-59-206.pooles.rima-tde.net] has left #ubuntu ["M'envaig"] [12:17] thanks [12:17] np [12:17] is it stable? [12:17] Temet: export PATH="$PATH:/some/extra/entry" ? [12:17] lem, do you have aim === pdaoust [~paul@S010600400559f412.ok.shawcable.net] has joined #ubuntu [12:17] gen, yep. same as my nick here (no underscores of course) === HrdwrBoB [~matt@bob.is.teh.admin.at.vicnet.net.au] has joined #ubuntu === spook [~spook@62.24.180.99] has left #ubuntu ["Leaving"] === tvon [tvon@dsl093-119-225.blt1.dsl.speakeasy.net] has joined #ubuntu [12:18] How do I get a matching copy of the source with all the configs and everything for the running kernel? [12:18] GnuHippy: it crashed me once [12:18] you aren't on? [12:18] cool [12:18] ill try it [12:18] hey, folks, just a quick question: is there any way to get Ubuntu to work with maildirs? I'm interested in using bogofilter, which I believe only works with maildirs, not mbox files. [12:18] icu: I believe the config file is in /boot/ or somewhere [12:19] so just copy that to the kernel source tree? [12:19] lem, what is this .desktop for [12:19] icu: I don't know if there's a specific method for doing it, but you can find the current running kernel number by going: [12:19] cat /proc/sys/kernel [12:19] you can do something similar === riffic [~drriffic@adsl-8-250-238.mia.bellsouth.net] has joined #ubuntu [12:19] that MIGHT let you get the current .config out [12:19] <3 hoary [12:20] I know how to get that, I jsut need an identical copy of the source so that I can compile a module [12:20] lemsx1_ what is this .desktop for [12:20] icu: what's the contents of your /proc/sys/kernel file? [12:20] icu: well, if it's the same version of the source, the config should be all you need [12:20] ok [12:20] unless, there's weird extra modules or something [12:21] gen, .desktop is for GNOME/KDE to know what to launch... you can read about this from freedesktop.org [12:21] icu: have you installed the source package yet? It's under linux-source in the repository. === svenl_ [~luther@AStrasbourg-251-1-7-126.w82-126.abo.wanadoo.fr] has joined #ubuntu [12:21] where does it go lem [12:21] gen, put the .desktop file wherever you want... the Desktop is a good place [12:21] pdaoust: Isn't that just the vanilla source or is the patched source? [12:21] ohhhhhhhhhhhhhhh === shank_ [~shank@pool-151-201-223-105.pitt.east.verizon.net] has joined #ubuntu [12:21] icu: you know, I'm not quite sure ^_^ [12:21] gen, if you want other users of your computer to use firefox, you should copy it to /usr/share/applications/ === comfrey [~jeff@208-151-246-153.dq1sn.easystreet.com] has joined #ubuntu [12:22] icu: it's what I installed, assuming it was the Ubuntu kernel === kro [~user@krovich.dsl2.d-mgtn.labyrinth.net] has left #ubuntu ["ERC] [12:22] i'll be the only user [12:22] gen, i'm always on all IMs [12:22] i get the apt-get source of the kernel image package thinking that is the patched version [12:22] hey all, are there ndiswrapper packages for the U? [12:22] gen, in that case, then leave it in your desktop [12:22] lemsx1, don't see on [12:23] i am interested in getting the broadcom g wireless card working === corbob [~corbob@d207-81-52-32.bchsia.telus.net] has joined #ubuntu [12:23] You shouldn't require the source to build a kernel .. just the linux-headers package to match your kernel (apt-get install linux-headers-`uname -r`) [12:23] audio_setup: Can't open audio device /dev/dsp: Device or resource busy [12:23] Could not open/initialize audio device -> no sound. === britt_radiofree [~Britt@ukwg1.uky.edu] has joined #ubuntu [12:23] any ideas why? [12:23] gen, don't see your desktop? [12:24] this happens when I try to play something in mplayer [12:24] yes lem [12:24] and made an empty file, named it firefox.desktop [12:24] also i wonder if anyone has the wireless drivers up and running on the Al powerbooks [12:24] and put that contents inside with gedit [12:24] is this correct? [12:24] desp: does "pidof esd" return anything? You most likely need to select esound as the audo output in mplayer's prefs [12:24] smo, linux-heders- or kernel-headers ? [12:24] i would switch to Ubuntu if there were wireless support [12:25] Need some help..downloade the j2re.bin executable for linux...file shows it to be a Bourne shell text executable...but it don't execute [12:25] desp: you're running GNOME, which runs the Enlightened sound daemon, which keeps control of the soundcard at all times. You must have an onboard or bargain-counter sound card like me that doesn't accept multiple sounds at the same time. [12:25] and it turned to the mozilla firefox link, with the correct icon, too [12:25] gen, that's correct [12:25] comfrey: no linux distribution supports wireless on those. [12:25] lemsx1: linux-headers ... kernel-image/source/headers are just there to provide a smooth upgrade from woody [12:25] pdaoust: ahh, thanks [12:25] smo: yup, it does [12:25] smo: it returns 3273 -- a port number? [12:25] I tried ./ sudo ./ none execute [12:25] you're a big help lem [12:25] er, doh, a PID. [12:25] :D [12:25] thx [12:25] Zugwrack, chmod 0755 j2re*.bin [12:25] desp: the process's ID .. it's just enough to show esd is running, so most likely using /dev/dsp [12:25] desp: you'll need to configure mplayer to use esd as its audio output... can you at least run the mplayer gui? [12:26] jdub, that is what i was affraid of [12:26] lemsxl_: Ok I'll try that... [12:26] thanks [12:26] Zugwrack, or sudo /bin/sh j2re.... === mawa [~mawa@213-172-120-105.dsl.aktivanet.de] has joined #ubuntu [12:26] gen, no problem [12:26] hi [12:26] lemsxl_: but shouldn't sh already be exported to $PATH? [12:26] lemsx1_ still don't see you online haha, sure you don't have privacy set to bl only? [12:26] desp: it's been a while since I used mplayer (I fell in love with xine because it Just Worked for me), I don't remember where it is, but it's configurable from a menu somewhere (i.e., you don't have to go farting around in a config file) === lamont_r [~lamont@c-24-6-251-226.client.comcast.net] has joined #ubuntu [12:26] pdaoust: right, thanks [12:26] I don't seem to get my printer to work with Ubuntu... are there any standard tricks? [12:27] desp: no prob! [12:27] although when I do mplayer -au help, I don't see esd in the list of available audio outputs [12:27] hmm [12:27] perhaps it's not yet supported in 0.93? [12:27] oh, maybe not -- I used 1.0 [12:27] I know it's obsolete, but I can't compile the latest release for PPC/AltiVec -- there are bugs [12:27] Is xcompmgr packaged for amd64? [12:27] cardador, nice ... are window fades part of those params? [12:27] I fixed two source files, but a hundred-line macro got me stumped [12:27] it simply does not compile [12:28] after i do the apt-get upgrade, dist-upgrade etc, how are the packages installed? [12:28] after downloaded === p0int [point@203.130.197.108] has joined #ubuntu [12:28] desp: heh heh... you're obviously doing something above and beyond my level of knowledge ^_^ I believe that if you use alsa as an output, it won't conflict with esd [12:28] desp: Did you have libesd0-dev installed when you built it? It may not have compiled esound support if it couldn't find the required headers [12:28] Zugwrack: if the file doesn't have an execute bit set, the #!/bin/sh line at the beginning will never have any effect [12:28] pdaoust: thanks anyway, I just killed esd for now :D [12:29] smo: ah, hm. [12:29] desp: hey, if it works, great! [12:29] hey lem [12:29] pdaoust, magic is nice, huh [12:30] heh heh [12:30] no doubt [12:30] i love it when things just work [12:30] smo: you're right, I didn't know I'd need that. [12:30] after doing apt-get update, upgrade, dist-upgrade etc, for hoary packages, how are they installed after being received? [12:30] anybody [12:30] er [12:30] gen: what do you mean [12:30] it's all part of the same process [12:30] desp: I believe that, if you use alsa as an output, it will play nice with esd... if your card doesn't support hardware mixing, mplayer will take control of the sound card, but it'll give control back to esd when it's done. What platform are you using? [12:30] it downloads the packages [12:30] then installed them in a sensible order [12:30] the configures them [12:30] IMSoP: I understand that...but the way it was put was a either or situation in my estimation...ergo my confusion ;-) thanks... [12:31] can anyone tell me how to change the screen bitdepth in gnome? === icu [~e2@n194-229.wireless.ubc.ca] has left #ubuntu [] [12:31] desp, you don't [12:31] pdaoust: I think I would need to have esd-alsa installed [12:31] hrdwrbob: as in i edited sources.list to get hoary packages for the update, so i did those commands, but they only actually receive the files and not do anything with them correct? [12:31] can we tell what depth is being used? [12:31] X doesn't have this capability [12:31] ha [12:31] desp: ohhhh, you're using esd-oss? [12:31] gen: no, upgrade will install new packages [12:31] pdaoust: not by choice, that's what was installed for me with warty [12:31] i know ive got 8, 16, and 24 in my x config [12:32] How do I use dkpkg to check and see if sun java was installed? [12:32] but can i tell whats being used? [12:32] xdpyinfo [12:32] x0563511, xdpyinfo [12:32] will tell you [12:32] mjr: well...hm. I have garbled output with MPlayers xvidix driver [12:32] command not found [12:32] desp: really?!? must be a difference between PPC and x86 -- ALSA works lovely for me. [12:32] mjr: and I recognize it as a conflict with the screen bitdelth [12:32] pdaoust: probably, yeah [12:32] why is everything i need NOT installed by default? [12:32] whois wasnt even installed! [12:32] desp, you need to much around with the config or pass the X server -bpp 16 (or somesuch) [12:32] mjr: bitdepth [12:32] aha, yucky === Despair [~Despair@69-169-250-171.lndnnh.adelphia.net] has joined #ubuntu [12:33] s/much/muck/ [12:33] pdaoust: I have yet to hear from anyone on how to correct the sound issue for PPC...xmms sounds like crud when streaming audio [12:33] Zugwrack: in case you're still uncleat, doing "/bin/sh ./filename" is technically executing "/bin/sh" with a parameter; just "./filename" is trying to execute the file "filename", which will fail if you don't have execute permissions for that file [12:33] er, xpdyinfo isnt in synaptic, and its not installed. Ive got all the repositories installed... [12:33] Zugwrack: I wasn't aware of that; I thought Apples were supposed to 'Just Work' ;-) === Matt| [~Matt|@81-178-68-153.dsl.pipex.com] has joined #ubuntu [12:33] x0563511: xdpyinfo is installed by default [12:33] it's not a package [12:33] "command not found" [12:34] x0563511, you typoed it, then : [12:34] DUR [12:34] so, folks... anyone ever heard of using maildirs in Ubuntu, or will I have to wait for a future release? (I've heard tell of Ubuntu using maildirs in Hoary, but I'm not sure if I'm right) [12:34] i typed it wrong [12:34] xbase-clients: /usr/X11R6/bin/xdpyinfo [12:34] ha ;) [12:34] lol [12:34] pdaoust: Well I suppose that is true...MDK 10.1 running ALSA had no sound problems...so I can only assume that it is something to do with Ubuntu.. === pablov [~pablov@132.red-217-217-166.user.auna.net] has joined #ubuntu [12:34] pdaoust: erm, what do you mean maildirs [12:34] pdaoust: that's a server config issue [12:34] and if you're setting up your own MTA [12:35] you should be able to do that easily === unperson [~nickc@176-175.mam.umd.edu] has joined #ubuntu === vinic_ [~vinic@84.99.89.69] has joined #ubuntu [12:35] How do I configure X in debian? [12:35] HrdwrBoB: I came over from Gentoo, which I really liked for its package management system (but eventually got fed up with having to compile everything), and it used maildirs by default... [12:35] pdaoust: for what [12:35] HrdwrBoB: Oh, I think I see what you're getting at... === schifo [hacked@modemcable088.34-201-24.mc.videotron.ca] has joined #ubuntu [12:36] jjh, You were right. Removed my NIC entry in Network Settings and added it as a wireless card and all the options appeared. I still wonder why it setup that way by default, though. [12:36] guys [12:36] Does anyone here use totem-xine? [12:36] RuffianSoldier: dpkg-reconfigure xserver-xfree86 [12:36] im low on hdd space, how can i delete packaged i dont need, ie. openoffice ? [12:36] HrdwrBoB: to use as an alternative to /var/spool/mail or whatever Ubuntu uses by default [12:36] unperson: it did the same thing to me === Keybuk [scott@descent.netsplit.com] has joined #ubuntu [12:36] Is there a sun java package available for Ubuntu? My search finds nothing...I did the chmod and it let me execute it...but line 300 bombs out.. [12:36] Zugwrack: nope [12:36] Zugwrack: you can make your own, though [12:36] HrdwrBoB: So this would be a postfix issue, right? [12:36] umarmung: I do [12:36] pdaoust: yep [12:37] schifo: sudo apt-get remove openoffice [12:37] ok, gotta go [12:37] LifesizeKenDoll, do you get sound when playing movies from quicktime.com ? [12:37] later [12:37] LifesizeKenDoll: Wish I had the expertise.... [12:37] umarmung: you have to get the codec [12:37] lifesize, is there a sort of "add/remove programs" thing in ubuntu, i would like to remove things i dont need/use since im low on hdd space [12:37] LifesizeKenDoll, i have w32codecs installed [12:37] pdaoust: essentially running an MTA is not really a client side thing [12:37] does anyone know how to get bash-completion working with man ***, apt-get install *** and other similar things? [12:37] uma: Use synaptic.... [12:37] LifesizeKenDoll, i get video but no audio [12:37] Zugwrack: http://ubuntulinux.org/wiki/Java [12:38] and evolution is the mail client === gen [~gen@66.169.152.101.ts46v-10.otnd2.ftwrth.tx.charter.com] has joined #ubuntu [12:38] I just installed Ubuntu and was used with Mandrake KDE... I just can't figure out how to browse in same window instead of opening a new window... please help me, all those windows make me sick! :) [12:38] umarmung: hrm, not sure I don't watch .mov files [12:38] LifesizeKenDoll: Thank you.. [12:38] so postfix configuration is really up to the 'user' [12:38] but there's no reason you can't change this [12:38] vinic_: go to edit->preferences [12:38] HrdwrBoB: the setup I had in Gentoo, which I want to recreate, is this: fetchmail grabs messages from my POP3 server, delivers them to the MTA (i.e., postfix), which then deposits them in a folder called /home/paul/.maildir -- then I get my mail through Courier-IMAP (so I can access it from home and from other people's computers). Bogofilter, my fave spam filter, also works best with maildirs. [12:38] vinic_: edit->preferences->Behavior->Always open in same window [12:38] vinic_: Computer->Desktop Preferences-> File Manager === WW [~wweckesse@67-138-154-142.dsl1.nor.ny.frontiernet.net] has left #ubuntu [] [12:39] HrdwrBoB: when you say running an MTA is not a client-side thing, do you mean that it should be left up to my ISP (or network admin)? [12:39] question: how do you defrag in ubuntu? i used the synaptic to install defrag but i'm not sure how to run it any help would be great [12:39] vinic_: Behaviour === svenl_ is now known as svenl [12:39] bigt: there is no point to defrag [12:39] 'Always open in browser windows' [12:39] OK, bad french translation there [12:39] bigt: are you trying to defrag a FAT32 partition? [12:39] pdaoust: yeah that's right [12:39] bigt, you don't need to do that [12:39] they forgot "same" [12:39] no i'm not [12:39] bigt: ext2, ext3, reiserfs are not fragmented filesystems [12:39] just wondering why this thing is running so slow [12:40] ok wasn't sure its on reis.. [12:40] pdaoust: I'm not saying you can't, hell, go for it, but for most people running an MTA is entirely un-necessary [12:40] thank you guys! [12:40] bigt: default is ext3 [12:40] bigt: reiserfs is wonderful in that it never needs defragging; it's built for speed [12:40] vinic_: you're welcome [12:40] guys, i have 2 partitions on my hdd, 1 for windows, and 1 for linux, is there any way to make my linux partition larger, now that linux and windows are installed? im low in disk space on my linux partition [12:40] vinic_: glad to help "D [12:40] :D [12:40] ok cause i formated in reis... when i installed [12:40] schifo, ntfs or fat on windows? [12:40] glad to be helped! :D [12:40] HrdwrBoB: are 'postfix/sendmail' and 'MTA' not perfectly synonymous then? [12:40] ntfs sir === hk-alfa [hk@201.248.73.17] has left #ubuntu [] [12:41] question though i have yet ot figure the networking part out [12:41] pdaoust: exim4 can be MTA [12:41] pdaoust: postfix and sendmail are two MTAs [12:41] do you have to install samba to get it to work? [12:41] how can i configure a samba server, btw? [12:41] bigt: should work already [12:41] schifo, there's pretty much no free tools for ntfs resizing, you'd have to go with partition magic or something [12:41] does anyone know *how* filesystems avoid the need for defragging? I've always wondered... [12:41] bigt: for client [12:41] MTA is Mail Transfer Agent [12:41] waoh, Ubuntu is kind of "closed" compared to Mandrake [12:41] mjr: you are dead wrong [12:41] vinic_: how so? [12:41] configurations [12:41] vinic_: closed? [12:41] schifo: the safest route is to use a closed-source tool like Partition Magic; I don't know if fips (a Partition Magic type program) is 100% safe. [12:41] well i have a xp box setup with networking and i know it works cause i can put it to another xp box and it detects the shares fine === cardador [~jose@81.84.235.109] has joined #ubuntu === stone_ [~stone@c-67-167-111-186.client.comcast.net] has joined #ubuntu [12:41] oh [12:42] see? [12:42] vinic_: yeah that's a KDE thing [12:42] anyone? ive got a samba server installed, how do i open up the configurations? [12:42] but for some reason the smb://192.168.1.101 doesn't show it [12:42] yep [12:42] schifo: (of course, no partition resizer is 100% safe) [12:42] KDE include about 3423482348 options [12:42] x0563511: sudo apt-get install samba [12:42] lol [12:42] schifo: anything with qtparted on it can safely resize ntfs [12:42] mjr, if i run partition magic in windows, will it see my linux parition (ext3), and will i have any problems booting into linux after i resized that ext3 partition do you think [12:42] GNOME is somewhat more.. streamlined [12:42] samba and smbfs is installed already [12:42] schifo, no idea on that [12:42] Hope it will be more stable then [12:42] schifo, have a bootdisk handy ;) [12:42] schifo, yeah that will bugger it up [12:42] schifo: if you are using grub (which is the dfault) no. [12:42] ok then can someone help me to get it to detect please? [12:42] schifo: try the system rescue cd, sysresccd.org [12:42] Matt|: why === volvoguy [~aaron@68.60.50.67] has joined #Ubuntu === cardador [~jose@81.84.235.109] has joined #ubuntu [12:42] x0563511: dpkg-reconfigure samba === goff [~goff@adsl-68-95-187-55.dsl.rcsntx.swbell.net] has joined #ubuntu [12:43] HrdwrBoB, last time i resized a linux partition using partition magic it became unreadable [12:43] IMSoP, i mean how do i choose shares, set user passwords for it, ect. [12:43] Matt|: ouch [12:43] schifo: better idea [12:43] schifo: download LNX BBC [12:43] HrdwrBoB, np you expect these things [12:43] k [12:43] LifesizeKenDoll and HrdwrBoB: I knew that postfix and sendmail were only two of the many MTAs, but I'm wondering.... OH! I get it: I'm thinking of mda, which postfix can also function as, right? I want to use it as an MDA, not an MTA (anyway, SpamAsasssin often filters out messages sent from home computers, I guess because it thinks they're zombie relays) [12:43] and use parted to resize it [12:43] x0563511: sudo apt-get install swat [12:43] Second thing: How to create a ROOT account? ... or : What's the initial root password? [12:43] ahh, qtparted uses ntfsresize; ok, I was wrong [12:43] does anyone know how to get bash-completion working with man ***, apt-get install *** and other similar things? [12:43] LifesizeKenDoll, ty [12:44] schifo, see http://linux-ntfs.sourceforge.net/status.html#ntfstools for a free tool [12:44] pdaoust: I imagine you're using fetchmail? [12:44] vinic_, have a browse of the FAQ, listed in the topic [12:44] and mutt? [12:44] dunno if it's any safe, but anyway ;) === StevenIT [~StevenIT@host143-70.pool80180.interbusiness.it] has joined #ubuntu [12:44] x0563511: sudo vi /etc/samba/smb.conf [12:44] pdaoust: I just use evolution, it has built in spamassassin support :) [12:44] online ? on Ubuntu website? [12:44] IMSoP, i was hoping to do it graphically. Someone just mentioned swat for me [12:44] HrdwrBoB: yes, I'm using fetchmail, procmail, postfix, and bogofilter [12:44] IMSoP, ty though === carger314 [~carger314@ip68-228-44-118.tc.ph.cox.net] has joined #ubuntu [12:44] bigt, r u still here? i tried smb:// with my windows xp on another computer, ubuntu without anything extra here, and it worked great [12:45] pdaoust: ahh yep [12:45] vinic_, yes: the address is listed in the topic: under FAQ (frequently asked questions): it has loads of useful information [12:45] HrdwrBoB: I never could get SpamAssassin to work the way I wanted it to. [12:45] hmm i'm still here [12:45] ty [12:45] np [12:45] ok.. [12:45] well i have xp setup for 192.168.1.101 255.255.255.0 and no gateway [12:45] my head is spinning; this conversation is going by too fast.... === lemsx1_ is now known as lemsx1|gone [12:45] CHAOS [12:45] I'm not used to chat rooms... [12:45] and then the linux box is 192.168.1.100 [12:45] no kidding [12:45] I've been trying to configure Samba for two days and it's still not working for me - so don't feel bad. [12:46] "#I'm so DIZZY my head is spinning...#" [12:46] pdaoust: this is pretty fast and big as far as IRC channels go :) [12:46] and i went computer/network then typed in the location of 192.168.1.101 and it can't connect [12:46] pdaoust: if you sudo dpkg-reconfigure postfix [12:46] Password: [12:46] HrdwrBoB: no kidding === x0563511 has seen bigger. about 4x bigger. [12:46] ok, how do i use SWAT? [12:46] bigt, the ip that i have on the other computer is not local, it's assigned by the isp i think (using cable modem with one ethernet and one usb connection for each computer) [12:46] HrdwrBoB: Before I use that command, I just want to know -- what will it do for me? [12:46] hi! I just burn cdLive on cdrw: it boots but it hangs just before GDM. any idea? [12:47] so my ip looks like 80.230.129. etc [12:47] oh i was using direct connect [12:47] geez, I wish there was something better than SMB/samba for simple filesharing [12:47] with a crossover [12:47] ahh [12:47] IMSoP, well, it IS remarkably like MS File/Print sharing.... === tim_ [~tim@203-213-22-38-vic.tpgi.com.au] has joined #ubuntu === telemaco [~telemaco@80.103.235.54] has joined #ubuntu [12:47] IMSoP, why?? samba seems to work great when i just tried it now [12:47] IMSoP: yeah, it feels kinda dirty to use something that's so intimately connected with Windows... but rest assured that it wasn't originally their idea [12:48] it don't work for me [12:48] so don't ask me ;) [12:48] HrdwrBoB: what does 'dpkg-reconfigure postfix' do? [12:48] ahh you mean something better to use for sharing that doesnt involve windows? [12:48] nimc: it's just so... hacky and weird. the way all the authentication works (or doesn't), and debugging anything not working is basically impossible [12:49] HrdwrBoB: oh, why didn't I just read the man page ^_^ [12:49] IMSoP - it's about three clicks and a few words to get samba working in SuSE, but i've been hacking away at it forever and i can't get it to work in Ubuntu [12:49] nimc do you have yours setup with a crossover ca ble? === aktsuo_ [~aktsuo@lns-vlq-26-82-254-153-156.adsl.proxad.net] has joined #ubuntu [12:49] i can ping the other computer just fine [12:49] so its connected [12:49] volvoguy: just getting a single share to work between two windows boxes is hard enough! [12:49] but i can't share jack [12:49] volvoguy: i have it working flawlessly. whats exactly the problem? [12:49] well, it worked great here, read/write, and fast, and nice browsing in nautilus [12:49] pdaoust: heh [12:49] anybody helps me? [12:49] pdaoust: I'm not sure if it wll configure maildirs [12:50] IMSoP, ok..... perhaps i was lucky:) [12:50] pdaoust: I can't run it because I'm kinda using postfix on this box :) [12:50] how do i use SWAT? [12:50] pdaoust: no prob. [12:50] HrdwrBoB: no prob. [12:50] :P [12:50] how do i use SWAT?? [12:50] cardador: not sure. installed ubuntu and samba on the server, added my share to smb.conf, restarted smbd and i still can't connect (multiply that by about 1000 times) [12:51] bigt, no crossover... both computers connected to the internet using my cable modem which has two connections, one usb, one ethernet [12:51] ok! all figured out! thanx guys! catch you later [12:51] i once did crossover between 2 winxp computers without internet, that worked well too [12:51] oh ok [12:51] HrdwrBoB: don't know yet... I'm just at the part where it's configuring the MTA part [12:52] well ok i'm hearing worked i guess i need to hear how :) [12:52] cause its not working over here :( === sysop [~sysop@user-12l2gla.cable.mindspring.com] has joined #ubuntu [12:52] how do i use samba to try to share a folder in ubuntu, so that the winxp computer can see it? === bluefoxicy [~bluefox@pcp485126pcs.whtmrs01.md.comcast.net] has joined #ubuntu [12:53] volvoguy: i can show you my smb.conf [12:53] yep thts my question :) [12:53] please help someone, how do i use swat [12:53] so far i just shared a folder in winxp, with read/write permission, that worked good [12:53] volvoguy: its working very well on a windows network at my work [12:53] why does ubuntu Live hang before GDM ? [12:53] but how to share in ubuntu? [12:53] x0563511: on firefox write localhost:901 [12:53] cardador: that'd be a good start! :-) how do you want to send it to me? === adnans [~adnans@linuxgoeroe.demon.nl] has joined #ubuntu [12:54] cardador, connection refused. portscanner doesnt show 901 open [12:54] volvoguy: wait a moment... [12:54] so you have winxp shared documents with the share enabled === Chibi [~chibifs@69.241.243.171] has joined #ubuntu [12:54] cardador, either [12:54] and you can access thru linux? === king_arthur [~chatzilla@adsl-48-50.37-151.net24.it] has joined #ubuntu [12:54] x0563511: you have to edit /etc/inetd.conf and uncomment the swat line [12:54] i need some help setting up a vnc server on my computer [12:54] cardador, i just installed SWAT with synaptic. do i need to restart or anything? [12:55] bigt, yes, i picked a folder to share in winxp, and it works fine in ubuntu when i use smb:// [12:55] x0563511: then, sudo /etc/init.d/inetd restart [12:55] bigt, do u know how to try it the other way around? so i'll see if that works too? [12:55] do you specify the ip though? [12:55] bigt, yes, i specify the ip.... [12:55] with smb:// [12:55] cardador, ok. Netbios-ssn is also disabled... should i enable this too? [12:55] hey ubuntu have started paid support? === StevenIT [~StevenIT@host143-70.pool80180.interbusiness.it] has left #ubuntu [] [12:56] you type smb://? [12:56] bigt, yes, smb://230.80..... [12:56] cardador: oh, here's one more snag. i can connect to the share on the server if i use gnome's "connect to server" dialog, but i can't mount it on the command line or w/fstab [12:56] damn [12:56] its not working [12:56] but like i say both ping each other [12:56] cardador, er... line starts as ## swat [12:56] how did you setup your windows share? [12:56] cardador, what should it start as? [12:57] x0563511: swat [12:57] cardador, so just get rid of the whole ## [12:57] hmm in folder properties / sharing / share and allow other users to change files [12:57] x0563511: yes === tvon [tvon@dsl093-119-225.blt1.dsl.speakeasy.net] has left #ubuntu ["Leaving"] === binary_10 [~binary@adsl-67-118-14-29.dsl.sntc01.pacbell.net] has joined #ubuntu [12:57] bigt, so u know how to try to share a folder in ubuntu ? [12:57] thats how i did it just makeing sure [12:57] no haven't a clue [12:58] cardador, i forgot what netbios-ssn was... is that only needed on a netbios network? [12:58] 2nd day on linux [12:58] but trying to learn [12:58] ok... anyone else knows? [12:58] i'll throw out the issue i really came in here for though. i'm using hoary and i just smart-upgraded, but i don't seem to have X.org. [12:58] volvoguy: pm [12:59] cardador: i'm there. [12:59] anyone having font render issues with xorg? All my fonts look a bit tall and fuzzy- any ideas? [01:00] hmm- actually it's just the defalult gnome font- is it supposed to be sans? [01:00] cardador, "* Restarting internet superserver... [fail] " [01:01] freesans is a bit better but it still looks off [01:01] cardador, i stopped it, then started it. Both operations got [OK] [01:01] x0563511: and then? [01:01] cardador, and 901 is up. Am i done? Just go to 127.0.0.1:901 in firefox, right? [01:02] x0563511: just write localhost:901 [01:02] aww [01:02] ok yeah it works i had one two many //s [01:02] cardador, same thing... ok, it wants username/pass... [01:02] volvoguy: check if you have any upgradable package [01:02] cardador, is this root it wants? === neighborlee [~Gaillard@d10-130.rb2.gh.centurytel.net] has joined #ubuntu [01:02] x0563511: yap [01:03] cardador, root has no PW, its disabled. Will it take mine? [01:03] hi...anyone by chance have a multi-function printer working in linux ? [01:03] but yeah it would be cool to figure out how to share the other way around [01:03] x0563511: enable root user, it is explained in ubuntu faq i think === tvon [tvon@dsl093-119-225.blt1.dsl.speakeasy.net] has joined #ubuntu [01:03] cardador, ok, just wondering if i had to [01:03] cardador, ok, its up [01:03] ty [01:03] cardador: i had a package like "x-server-core" or something like that that was marked as do not upgrade. [01:04] Does using xcompmgr/composite actually do anything at this point in hoary? [01:04] volvoguy: you have to upgrade it [01:04] tvon: at the moment i have shadows, fade in & out, etc [01:05] cardador: ok. synaptic isn't showing it anymore. i'll see if apt-get or aptitude show it as available. [01:06] cardador: oh? enable composite in xorg and run xcompmgr? === pdaoust [~paul@S010600400559f412.ok.shawcable.net] has left #ubuntu [] [01:06] tvon: yap [01:06] cardador, can i remove the "home directories" share safely? Or will that bork something? [01:07] hrm [01:07] x0563511: dont know, just try. [01:07] x0563511: after changing the settings, you need to restart samba === telemaco [~telemaco@80.103.235.54] has left #ubuntu [] [01:07] cardador: using gnome/metacity perchance? [01:09] anyone interested on having xcompmgr, should add this to sources.list: http://81.84.235.109/smb.conf [01:09] ups [01:09] anyone interested on having xcompmgr, should add this to sources.list: deb http://people.ubuntu.com/~daniels/ xcompmgr/ === neighborlee [~Gaillard@d10-130.rb2.gh.centurytel.net] has left #ubuntu [] [01:09] cardador: yeah, using that [01:09] ah, there we go [01:11] works better than when I last tried === gen [~gen@66.169.152.101.ts46v-10.otnd2.ftwrth.tx.charter.com] has joined #ubuntu === tvon [tvon@dsl093-119-225.blt1.dsl.speakeasy.net] has left #ubuntu ["Leaving"] === kensai [~kensai@64.237.129.108] has joined #ubuntu === cardador [~jose@81.84.235.109] has joined #ubuntu === tvon [tvon@dsl093-119-225.blt1.dsl.speakeasy.net] has joined #ubuntu === jose__ [~jose@81.84.235.109] has joined #ubuntu [01:13] is ubuntu created with metadistros? [01:13] It's 80% water [01:13] x crashed :\ guess xcompmgr is still not usable [01:13] kensai: no [01:14] jdub: thanks a friend of mine told me that so I didn't knew how to answer === grendel [~aespinoza@201.129.107.136] has joined #ubuntu [01:14] hello to everyone === cardador [~jose@81.84.235.109] has joined #ubuntu [01:14] does anyone know if ubuntu's gnome packages work for debian unstable ? === cardador [~jose@81.84.235.109] has joined #ubuntu [01:15] grendel: mixing repositories is not recommended [01:15] grendel: you may as well just use experimental's gnome [01:15] hey guys, each time i open azureus, i HAVE to type "export PATH=/usr/local/j2sdk1.4.2/bin:$PATH" before i do "./azureus" to open it, is there an easier way to get around this [01:16] gen: Look to add it in .bashrc or .bash_profile (probably the former) [01:16] not familiar pizbit [01:16] gen: edit the azureus script and change the java home to where you installed java [01:16] cardador: that got me a lot closer. thanks! when mounted, the root of the share is still owned by root [01:17] gen: Just put it at the end of .bashrc if you're not familar === srbaker [~srbaker@blk-224-143-227.eastlink.ca] has joined #ubuntu === bowes [~bowes@blk-215-69-91.eastlink.ca] has joined #ubuntu [01:17] jdub, I did that, those packages broke everything in my installation. I spent a whole day figuring out how to remove them. === tvon plays with xcompmgr settings [01:17] whats .bashrc? [01:18] tvon: xcompmgr -cCfF -r7 -o.65 -l-10 -t-8 -D7 & :) [01:18] hey. [01:18] Oooh! That reminds me. [01:18] having some trouble with sound [01:18] cardador: ah, nice [01:18] snd-ymfpci module on a tecra 8100 [01:18] all i get is static [01:18] so was the xserver-xorg package supposed to be pulled in during my hoary smart-upgrade today? [01:18] what/where is .bashrc [01:18] I'm an idiot :) [01:18] gen: It's a file in your home directory [01:19] tvon: saw it in some gentoo howto [01:19] . makes it hidden [01:19] grendel: in which case, i wouldn't recommend installing packages from an entirely different distribution release... [01:19] pizbit: thank you very much [01:19] worked === harper [~sdkliinet@202.137.165.253] has joined #ubuntu [01:20] jdub, yep.. I do realize that. [01:21] cardador: its not bad, the window fade-in is a little slow on my laptop though [01:22] quick question, how do i force quit an application if the window does not pop up to do so === Zugwrack [~zugwrack@cs2427112-94.houston.rr.com] has joined #ubuntu [01:22] grendel: then no need to ask ;) [01:22] gen: there's a little force quit icon you can add to your panel [01:22] ah i see jdub, thanks [01:23] cardador: so pretty, and so slow :) === jin [~jin@220-244-249-169.tpgi.com.au] has joined #ubuntu === ironwolf [~lamont@c-24-6-251-226.client.comcast.net] has joined #ubuntu [01:23] hello [01:24] jdub, I just wanted to know how compatible the two distros where... but as you said, two complete diferent distros, I won't even risk it.. hehehe :D I'll stick to gnome 2.6 for the moment. === AlohaWolf [alohawolf@cpe-24-24-251-219.socal.rr.com] has joined #ubuntu [01:24] brb [01:24] anyone? how to mount the ntfs partition in ubuntu? === tvon [tvon@dsl093-119-225.blt1.dsl.speakeasy.net] has left #ubuntu ["Leaving"] [01:24] jin: mount -t ntfs /dev/hdxx /mnt/location [01:25] HrdwrBoB: eheh === housetier [~housetier@dsl-213-023-049-198.arcor-ip.net] has joined #ubuntu [01:25] hmmm [01:26] LifesizeKenDoll: I can't seem to find the make-jpkg deb file to be able and get java 1.4 installed..which repository would I find this package in? === binary_10 [~binary@adsl-67-118-14-29.dsl.sntc01.pacbell.net] has joined #ubuntu === huttan [~huttan@as5-2-4.j.bonet.se] has joined #ubuntu [01:26] Zugwrack: don't quite know === stub [~stub@dsl-246.248.240.220.dsl.comindico.com.au] has joined #ubuntu [01:26] i figgered it out. i'm going to goof around with x.org stuff. see y'all later. :-) [01:27] volvoguy: cya, xorg is fun [01:27] LifesizeKenDoll: Ok thanks..just trying to follow your suggestion(s) ;-) === huttan [~huttan@as5-2-4.j.bonet.se] has joined #ubuntu === enrico [~enrico@enrico.developer.debian] has joined #ubuntu [01:28] http://packages.debian.org/unstable/misc/java-package [01:28] those *might* help [01:28] Would someone be so kind as to explain .deb packages that say they are a "dummy" file? Sorry I come from a RPM based distro..but Ubuntu works on PPC [01:28] LifesizeKenDoll , are you using warty or hoarty ? === jkka_ [~jukka@213.169.18.18] has joined #ubuntu [01:32] Zugwrack: they just provide dependencies [01:32] generally nothing useful of their own === ana [~ana@213.78.86.74] has joined #ubuntu [01:34] jdub: Ok so might you be able to help me figure out where to get make-jpkg? synaptic doesn't find it...I don't know for sure if I can use .deb files for "debian" linux..to compound the issue I am running PPC === |QuaD| [~quad@beac872-0b01-dhcp190.bu.edu] has joined #ubuntu === sebast123 [~sebb@Ottawa-HSE-ppp4024238.sympatico.ca] has joined #ubuntu [01:35] Zugwrack: make-kpkg? -> kernel-package === bigt [bigt@c-24-99-11-118.atl.client2.attbi.com] has joined #ubuntu [01:36] jdub: java-package [01:36] jdub: no this is a explanaton on how to make Sun java into a .deb file...that is the command... on wiki [01:36] Zugwrack: afaik, it's in a separate repository [01:36] nevyn: Synaptic doesn't know that package either [01:37] jdub: is it in universe? [01:37] it's in debian unstable.. === lamont_r [~lamont@c-24-6-251-226.client.comcast.net] has joined #ubuntu === sparc-kly [~sparc-kly@65-23-193-94.prtc.net] has joined #ubuntu [01:37] might be in multiverse [01:37] Zugwrack: make-jpkg isn't there either [01:37] java-package might [01:37] Filename: pool/multiverse/j/java-package/java-package_0.14_all.deb [01:37] (that's hoary, though) [01:38] Dunno..guys..just reading the wiki how to do it..I am using Warty [01:38] It does mention java-package though.. [01:38] I just can't find it..heh [01:38] the package for unstable needs tweaking to install java 1.5 (non-beta) === Pluk [~Pluk@37-71-dsl.ipact.nl] has joined #ubuntu [01:38] yes, it's also in multiverse on warty [01:38] I just need 1.4 [01:38] housetier: url to the tweaks? === ana_p [~ana@213.78.66.158] has joined #ubuntu [01:39] Is there a wiki on how to add multiverse to Synaptic package manager? [01:39] Zugwrack [01:39] i can help, PM me [01:39] Zugwrack: just go into the repository editor and uncomment stuff :) [01:39] nevyn I could send you the changed script (make-jpkg calls it plugin) [01:39] that works too, nevermind === Pugio [~Snak@162.33.155.226] has joined #ubuntu [01:40] I haven't bothered to diff it yet [01:40] Sorry this if this is too n00b for ya..but where is the repository editor? [01:41] settings > repositories === tvon [tvon@dsl093-119-225.blt1.dsl.speakeasy.net] has joined #ubuntu === jkka [~jukka@213.169.18.18] has joined #ubuntu [01:44] jdub: There isn't an entry for that bro [01:44] Zugwrack: add it to the end of the existing ones [01:45] jdub: That is my point...where do I lookup the URL to add? [01:45] for multiverse? [01:45] Zugwrak ill get tehm [01:45] Yes..thanks [01:45] Zugwrack: on the lines that have 'warty main universe' [01:45] Zugwrack: add multiverse === sparc-kly [~sparc-kly@65-23-193-94.prtc.net] has left #ubuntu ["Leaving"] [01:45] multiverse URL is http://archive.ubuntu.com/ubuntu/ [01:46] distro stable [01:46] section main [01:46] distro warty === Hackmo|irl [~admin@82-41-84-57.cable.ubr01.dund.blueyonder.co.uk] has joined #ubuntu [01:46] er, actually the URL is ftp://ftp.nerim.net/debian-marillat [01:46] no it's not [01:46] yeesh, dude [01:46] i just used that though! [01:47] i got w32codecs from it [01:47] that's not 'ubuntu multiverse' [01:47] thats what the ubuntu restrictedformats page said [01:48] dude. [01:48] see how it doesn't have ubuntu in the url? [01:48] i know [01:48] that means it's not an ubuntu source [01:48] but the page on the ubuntu website gave me that [01:49] hrm, maybe ill go change my repository, just to avoid headaches later... [01:49] but it's nothing to do with ubuntu it's just some crazy french guy that distributes (useful but patented) stuff [01:50] Ok so now just search java-package? === boodle [~Bill@cvg-65-27-144-233.cinci.rr.com] has joined #ubuntu === outcast_gr [~outcast@ppp14-adsl-231.ath.forthnet.gr] has joined #ubuntu [01:50] ... whats the URL, distro, and section of the ubuntu multiverse? === AlohaWolf [alohawolf@cpe-24-24-251-219.socal.rr.com] has joined #ubuntu [01:51] x0563511: just add multiverse after main restricted and universe [01:51] k [01:51] hi, anyone knows how to change the default sound device? I got both AC97 + SB Live, but ubuntu uses AC97 (I want SB live) [01:51] x0563511: on the same line [01:51] er, im using the synaptic GUI [01:51] x0563511: exactly, go to settings, repositories [01:51] ok [01:52] all those things are on seperate lines [01:52] you could have only one, having this on "section": main restricted universe multiverse [01:52] oooh [01:52] i see it [01:52] Greetings, I'm interested in Ubuntu and am currently using Debian-sid feed. Is there a migration path from Debian or do I really need to do a fresh install? === ana_p [~ana@213.78.66.158] has left #ubuntu ["cerrando] === billytwowilly [~chris@S0106000c413a2c0c.ed.shawcable.net] has joined #ubuntu [01:53] anyone upgrade to xorg? problems? [01:53] boodle: migrating is not hugely optimal. doing a fresh install is recommended. [01:54] jdub, ok tks === hsidhu [~Unknown@porky.jatt.net] has joined #ubuntu [01:54] what! [01:54] smart upgrade wants to remove SWAT [01:54] but not replace it [01:54] billytwowilly: i had problems with xcompmgr [01:55] billytwowilly: but without it, im fine === grendel [~aespinoza@201.129.107.136] has left #ubuntu ["Leaving"] [01:55] anyone got composite to work with xorg? [01:55] yup. === sebast123 [~sebb@Ottawa-HSE-ppp4024238.sympatico.ca] has left #ubuntu [] [01:56] how did you do it? [01:56] I added the line to xorg.conf [01:56] if i update grub menu.lst do i need to run grub-install again? [01:56] enabled hte composite extension, compile xcompmgr, run it. === kapputu [~kapp@ny-lasalle-cadant1-24-49-98-189.bflony.adelphia.net] has joined #ubuntu [01:56] transset is mildly amusing as well. [01:56] anyone knows how to change the default sound device? I got both AC97 + SB Live, but ubuntu uses AC97 (I want SB live). Both cards are recognised [01:56] wasabi: there is a compiled xcompmgr [01:57] where at? [01:57] where do you get xompmgr.. doesnt seem to be installed [01:57] why does synaptic want swat to uninstall? i cant unmark it === [Phaedrus] [Phaedrus@61.2.233.56] has joined #ubuntu [01:57] jdub,x0563511: Many thanks..finally got java-package... [01:57] I enjoy compiling it though. ;) [01:57] hi [Phaedrus] [01:57] Now back to wiki..heh [01:57] wasabi: deb http://people.ubuntu.com/~daniels/ xcompmgr/ [01:57] <[Phaedrus] > hi kapputu [01:57] is there something wrong with swat? [01:57] hey sorry man [01:58] forgot to send you the CD === andril [~andril@adsl-3-206-61.mia.bellsouth.net] has joined #ubuntu [01:58] hello all again [01:58] <[Phaedrus] > its okay. whenever you get to it [01:58] probably tomm [01:58] anyone have issues with installing Firefox 1.0 ???? [01:58] or do you want to wait for the pressed CDs ? [01:58] <[Phaedrus] > sounds good [01:58] I'm getting 10 of 'em === Ohmer [~Homer@ip216-239-89-122.vif.net] has joined #ubuntu [01:59] I ordered 35 of 'em [01:59] I want to encourage people to use it [01:59] <[Phaedrus] > depends how long its going to be.... i guess if they started shipping, i can wait for mine to arrive [02:00] I want to start a Ubuntu Street Team [02:00] it's been three weeks since I installed Ubuntu and I haven't gone back to Windows [02:00] [Phaedrus] , never mind, I'll send you a copy [02:00] <[Phaedrus] > thanks kapputu [02:00] i ordered 2. [02:01] no probs [02:01] kapputu: do you o any serving (FTP,HTTP or SMTP)? [02:01] no [02:01] something wrong with my router [02:01] only because this is Maine, and hardly anyone can use windows, let alone learn linux [02:01] port 22 is open and it's set to do port forwarding, but doesn't work [02:01] i mean 21 [02:01] can i force synaptic to ignore a dependancy? [02:02] its mad because swat wants an older samba than whats installed [02:02] I believe you need to use dpkg itself for that .. "dpkg --force-help" will show you how you can create ugly messes === encryptio [~nobody@user-119a28l.biz.mindspring.com] has joined #ubuntu [02:03] reading that [02:03] has anyone tried to install Firefox 1.0???? === LifesizeKenDoll [~LifesizeK@c-67-167-236-249.client.comcast.net] has joined #ubuntu [02:03] (and I do mean ugly messes .. dependancies usually exist for good reasons) [02:05] smo, swat needs "samba", and is complaining that "samba-ubuntuXXXXXXX-whatever" is installed [02:05] try dpkg --force-remove === wasabi_ [~wasabi@c-67-164-136-215.client.comcast.net] has joined #ubuntu [02:05] smo, actually, its mad because it wants samba, but samba-ubuntu is in its place === mmiv [~mmiv@cpe-66-91-100-32.hawaii.rr.com] has joined #ubuntu === Elyran [~mirspcm@lns-th2-4f-81-56-180-71.adsl.proxad.net] has joined #ubuntu [02:06] er... [02:06] where can i get the package file itself? === Temet_ [~temet@lns-vlq-42-lil-82-252-77-71.adsl.proxad.net] has joined #ubuntu [02:09] hmm I thought apt-get -d would do that, but it still wants to resolve dependencies first. the filename/path should be in "apt-cache show swat | grep Filename" if you want to grab it yourself [02:10] ty, found it === Mojo_Jojo [Mojo_Jojo@d205-250-56-39.bchsia.telus.net] has joined #ubuntu === labanux [~laban@203.130.245.178] has joined #ubuntu [02:12] Hey, what was that option I can put in to xorg it was something like "RenderAccel" "true" [02:12] er, quastion [02:12] theres a swat for 3.0.7-1ubuntu6 and 3.0.7-1ubuntu7 [02:12] which one should i grab? [02:13] i guess the default type of "home" (icon to launch file browser) is open every folder in new window... [02:13] can we make change to this..? [02:13] nevermind [02:13] so i can open every folder still in it's windows [02:13] theres a SWAT for my samba version, exactly === binary_10 [~binary@adsl-67-118-14-29.dsl.sntc01.pacbell.net] has joined #ubuntu === sivang [~dannyh@80.179.93.130.forward.012.net.il] has left #ubuntu ["Leaving"] [02:14] but apt is being retarded [02:14] it's really difficult for me to using that file browser [02:14] Mojo_Jojo: Option "RenderAccel" "1" [02:14] Mojo_Jojo: I think [02:14] True [02:14] not 1 :o [02:14] labanux: In nautilus's preferences there's an option labelled "Always open in browser windows". That should acheive what you're looking for [02:14] Mojo_Jojo: or "On" instead of "1" [02:14] LifesizeKenDoll: i think its "True" [02:14] True!! >O [02:14] cardador: could be that [02:15] smo:so how can i make the change? [02:15] http://grebowiec.net/archives/2004/09/xorg_68_final_x.html [02:15] ok thanks I put in True [02:16] labanux: open a folder, go to Edit->Preferences .. on the Behaviour tab you'll find that option .. tick it, and you're done === bluefoxicy [~bluefox@pcp485126pcs.whtmrs01.md.comcast.net] has joined #ubuntu [02:16] ok, i got it working [02:16] thanks smo [02:17] there was a swat version for my samba version, but APT wouldnt use it [02:17] (samba-3.0.7-1ubuntu6.1, and a swat package named swat-3.0.7-1ubuntu6.1) [02:17] I believe there's a way to give apt hints as to which version you want .. I just don't know the apropriate voodoo [02:17] smo: oh yeah..., thanx a lot smo... [02:18] ok! now that i got samba working... [02:18] term paper time! yay. === harfooz [~Clint@nb-209-213-26-025.backroads.net] has joined #ubuntu [02:18] LifesizeKenDoll: are you sure? [02:19] my Xorg reports that it doesn't know abou that [02:19] (RenderAccel) [02:20] Option "RenderAccel" "1" in your device section [02:20] using the binary nVidia driver [02:20] ah [02:20] device [02:20] der :) [02:20] cheers [02:20] just like the README says.... [02:21] yeah [02:21] I suck === holycow [~yada@S0106002078ccd651.vf.shawcable.net] has joined #ubuntu === robertj [~robertj@66-188-77-153.cpe.ga.charter.com] has joined #ubuntu === LifesizeKenDoll [~LifesizeK@c-67-167-236-249.client.comcast.net] has joined #ubuntu === eruin [~eruin@213-145-179-140.dd.nextgentel.com] has joined #ubuntu === Hoodster [~alan@adsl-11-179-21.mia.bellsouth.net] has joined #ubuntu [02:26] Hi All! === SapoDriLo [~SapoDriLO@host-097.166.ife.org.mx] has joined #ubuntu [02:27] Hoodster: hello [02:28] How long does "Starting htoplug subsystem" usually take? It's going on a minute now. [02:28] I am using Ubunti Warty 4.1 Full Release and would like to browse a local file server running nfs. When I try to do this, an icon appears on the desktop and in the Computer | Network window, and when I double-click to browse, FireFox loads up. Is there a way to browse the nfs machine with nautilus or not in HTML? === Cheeto-Mac [RuffianSol@dhcp024-209-106-036.woh.rr.com] has joined #ubuntu [02:29] Hoodster: mount the NFS volume using fstab. [02:29] Does nautilus let you do that without mounting it? [02:29] I didnt't hink it did... [02:29] maybe im wrong though. ;0 [02:29] wasabi: Thank you for replying: I am a linux newbie. What entry do I make in fstab or can you point me to a webpage that will explain it? [02:30] I'd read any tutorial about NFS. === andril [~andril@adsl-3-168-47.mia.bellsouth.net] has joined #ubuntu === Cheeto-Mac is now known as RuffianSoldier [02:30] But, the line will look somewhat like "server:/export /mount/point nfs options 0 0 === X-Poz [Corey@x-poz.user] has joined #ubuntu [02:32] can someone tell me how to use the parted command to list a drive partition please? [02:32] isn't it parted /dev/hda print? [02:33] btw, where should I move /etc/X11/XF86Config-4 to? [02:33] well sucks. ubuntu froze during boot up. [02:34] wasabi_ did you change your apt sources to hoary? [02:34] no. [02:34] ah ok I was just wondering [02:34] dang :( there has to be an easy way to find yoru drives on linux i woudl assume? only way i know how to find it is run the install disk and then view the partition table [02:35] does it have hal-device-manager installed? [02:36] robertj: /etc/X11/xorg.conf is what you're looking for [02:36] mdz: thanks === usual [~colin@alb-69-200-178-150.nycap.rr.com] has joined #ubuntu [02:36] hrm [02:36] robertj: you should not need to move anything [02:36] the packages handle the upgrade transparently [02:36] I don't have a xorg.conf, is that a bad thing? === lupus_ [~lupus@kn-ivl-2.kuleuven.net] has joined #ubuntu [02:36] why does ATI suck with linux [02:36] I assumed it just looked for it at XFree86-4 [02:36] robertj: yes, assuming you actually have xserver-xorg installed [02:37] Unfun: because ATI won't release good drivers? [02:37] eg open source [02:37] I guess I should have read that mail closer, I did a dist-upgrade and then did a smart upgrade to be sure (not sure if that's any different) [02:37] my nvidia 32 meg card works 100x better than my 64eg ATI [02:38] wasabi_: no that's quite wrong :) [02:38] bigg update in hoary [02:38] because ati is Unfun:P...i'm drunk btw :P [02:38] DRUNKARD! [02:39] when is hoary officially getting released? [02:39] it'll be a while [02:39] :D [02:39] I think it's a 6-month cycle [02:39] and Warty just got released [02:39] anyone get winbind/pam to work in ubuntu? [02:40] brb hopefully [02:41] does ubuntu come with a CD burning app? === Gmail|SLEEP is now known as Gmai [02:41] w00t my ubuntu system is better then it was eariler today hahaha [02:41] nautilus burns CD's [02:41] SuperQ: nautilus has a CD burner built in [02:41] this is great :D:D:D:D === Gmai is now known as Gmail [02:41] ok [02:41] Mojo_Jojo: how so? [02:41] i have to say ubuntu is pretty nice === mtutty [~mtutty@12-216-30-14.client.mchsi.com] has joined #ubuntu [02:42] well this time once it wouldnt boot up I barrowed my gf 120gig hdd and backed up what I needed then I did a fresh install and right after a hoary upgrade :) and I took the time to read the tweaks at www.ubuntuforums.org :D [02:42] but I wont know if I still have the UT problem untill later :) [02:42] When I try to mount the nfs from the console, I get a message that the address cannot be gotten. How do I address the address? [02:43] UT 2004? [02:43] UT2k4 is fun [02:43] first one :( [02:43] gf wont give back 2k4 *cires* [02:43] heh [02:43] *cries [02:43] hrm [02:43] poor drunk Mojo_Jojo [02:43] hehe.. i normaly just use cd record [02:43] yeah, and in a few min going to the bar for an hour hahaha === robertj [~robertj@66-188-77-153.cpe.ga.charter.com] has joined #ubuntu [02:43] alright [02:43] anyone feel like helping an ubuntu noob? [02:43] we are rocking now [02:44] mtutty: ask your question [02:44] I've got a prism-based 802.11b / 128MB flash drive. === jiyuu0 [~jiyuu0@203.115.199.47] has joined #ubuntu [02:44] Works fine with Windows drivers under WinXP Pro. [02:44] hrm.. ok.. so i figured out how to add files to a burn [02:44] but how do i burn an ISO image [02:44] open Nautilus [02:44] I've read some about the prism drivers but can't seem to get them to work. [02:44] right-click iso [02:44] Write to CD... [02:44] SuperQ: right click the iso and select burn [02:44] yea [02:44] it wants to make an ISO of the ISO [02:45] Right-Click, write to disc [02:45] you sure? === kensai [~kensai@64.237.129.108] has joined #ubuntu [02:45] mtutty: sorry, I haven't done any wifi stuff in Ubuntu [02:45] Does anyone know of a walkthrough, how-to, etc about enabling this kind of device? [02:45] Write to disc: File Image [02:45] hrm.. maybe ubuntu doesn't like my burner [02:45] HOLY SHIT!!!!!!!!!!!!! I must be really drunk or i'm readin that my resolution is 1280x1024!!!!! I have never been able to get it that high before not even on windows...thisis frckin great [02:45] maybe it wants the burner to be pluged in on login [02:46] brb [02:46] robertj: Thanks anyway. Maybe I'll post to a group. [02:46] Mojo_Jojo: winbloat can be better than linux [02:46] yeah, but ony for games thats it :D [02:47] LOVE UBUNTU!!!!!!!!!!!!!!!!!!!!!!!!! [02:47] Mojo_Jojo: You're really drunk [02:47] yeah [02:47] Mojo_Jojo: lol [02:47] haha [02:47] Mojo_Jojo what gfx card? === DanielSeuffert [~DanielSeu@62-167-21-24.adslpremium.ch] has joined #ubuntu [02:47] SOLTEK NVIDIA FX5200 AGP8X/128BIT/128MB DDR /DVI & TV-OUT === sivang [~sivang@80.179.93.130.forward.012.net.il] has joined #ubuntu [02:47] Anyone here use ATI cards? === sivang [~sivang@80.179.93.130.forward.012.net.il] has left #ubuntu ["Leaving"] === mtutty [~mtutty@12-216-30-14.client.mchsi.com] has left #ubuntu [] === fader [~segfault@dsl-213-023-068-042.arcor-ip.net] has joined #ubuntu [02:49] well i;m gonna go :) ttyl later...if i'm able to hahaha === tvon reminds self to invent the xlockmore-brethalizer app [02:50] I'm such a luser [02:50] ? [02:50] Neato xorg and first thing I do is go and try to compile xcompmgr ;) [02:50] yeah [02:50] esp because you can download the package [02:50] :P [02:50] robertj: remember, the 'l' is silent ;-) [02:50] there needs to be an xcompmgr.deb and transset.deb [02:51] there is an xcompmgr package [02:51] deb http://people.ubuntu.com/~daniels/ xcompmgr/ [02:51] It's not in the main archive yet, but a sources.list line was posted to the dev list [02:51] add that to your sources.list [02:51] no transset that I know of though === Xenguy pysches himself up for a 2nd ubuntu install attempt (with a new CD this time) ... === p0int [point@203.130.197.108] has joined #ubuntu === briareus [~briareus@Briareus.linuxfordummies] has joined #ubuntu === tritium [~Tritium@12-203-252-127.client.insightBB.com] has joined #ubuntu [02:53] =( ubuntu doesn't work for me. =( [02:53] wasabi_: why? [02:54] hotplug freezes at boot [02:54] "Starting hotplug subsystem", never moves beyond it. [02:54] actually the thing that makes me a luser is that I'm forcing stuff now to get it to work [02:55] ok [02:55] wasabi_: hardware details? [02:55] wasabi_, try hitting ctrl c [02:55] so nautilus doesn't detect my burner [02:56] amd64, running x86 version [02:56] do i have to have it pluged in on boot? [02:56] some via mobo [02:56] wasabi_, try hitting ctrl c [02:56] ctrl-c does nothing. [02:56] enter doesn't even insert line feeds. [02:56] why run i386 on amd64? [02:56] :) [02:56] wasabi_: Asus Sk8N or what? [02:56] wasabi_, ok, i had similar prob and ctrl c stopped what was happening in the background [02:56] MSI... something [02:56] Works fine in debian. ;) [02:56] i have an MSI also [02:57] wasabi_: did you try it without ACPI in Bios? [02:57] Is there an easier way to set up a virtual machine than User Mode Linux? xen? [02:57] not yet [02:57] works fine in debian heh. [02:57] with acpi [02:57] ok, please give it a try... === rushibhai [~rushi@thing1.bu.edu] has joined #ubuntu [02:58] boot option noacpi? [02:58] bios... [02:58] hi all [02:58] i cannot disbale acpi in bios. === mxpxpod [~bryan@mxpxpod.user] has joined #ubuntu [02:58] just apm. [02:58] i know this has been asked a billion times today, but when is the firefox 1.0 package coming out? [02:58] it already went out ;) [02:58] ubutu .deb? [02:59] ah, sorry, I misunderstood [02:59] :) np [03:00] ok.. so i think the deal is ubuntu isn't recognising my USB2 external burner === jamesh [~james@203-59-50-191.dyn.iinet.net.au] has joined #ubuntu [03:00] ahhhh! [03:00] that's why [03:00] scsi0 : SCSI emulation for USB Mass Storage devices [03:00] Vendor: Revoltec Model: USB/IDE Bridge ( Rev: 0103 [03:00] Type: Direct-Access ANSI SCSI revision: 02 [03:00] wasabi_: I doubt that there is a modern Bios being unable to shut down ACPI... [03:01] it doesn't see it as a burner [03:01] interesting [03:01] um. well, other than mine, try every intel boxed board there is. === billytwowilly [~chris@S0106000c413a2c0c.ed.shawcable.net] has joined #ubuntu [03:02] wasabi_: just try pci=noacpi === usual [~colin@alb-69-200-178-150.nycap.rr.com] has joined #ubuntu [03:02] wow x.org is out [03:02] cdrecord: No such file or directory. Cannot open '/dev/pg*'. Cannot open SCSI driver. [03:02] wierd === Gmail waits for firefox [03:03] 1 [03:03] Gmail: any idea why my external burner is not happy? [03:03] it worked when I had sarge [03:03] SuperQ: any idea why my interal burner doesn't work [03:04] Anybody know how to make maximize not maximize _all the way_? e.g. not maximize to the bottom 50 pixels === kensai [~kensai@64.237.129.108] has joined #ubuntu [03:04] LifesizeKenDoll: you got some gconf hacking to do [03:05] and ask on irc.gimp.org #gnome [03:05] Gmail: heh [03:06] grrr.. maybe I'll just plug this thing into my sarge box [03:07] pl [03:07] ok [03:07] I will make a transset deb [03:07] give me a bit [03:08] oh wierd [03:08] when I plug it into a Fedora box [03:08] usb-uhci.c: interrupt, status 3, frame# 671 [03:08] Vendor: LITE-ON Model: DVDRW SOHW-832S Rev: VS0A [03:08] Type: CD-ROM ANSI SCSI revision: 02 [03:08] it shows up properly === lupus_ [~lupus@kn-ivl-2.kuleuven.net] has joined #ubuntu [03:10] how would I find out what version of X is running? [03:10] X -version === moyote [~moyote@c1-1e205.neo.rr.com] has joined #ubuntu [03:11] anyone know how I can change the Hz not from within X? [03:11] noOO! The update borked gnome terminal [03:11] i got a new flat panel, but it can't do 85 Hz... only 75 [03:11] wierd ass shit === asdf_46 [~john@1Cust174.tnt1.den4.da.uu.net] has joined #ubuntu [03:11] stupid wireless AP [03:13] bur[n] er: eh.. you don't need fast refresh rates for LCD [03:13] bur[n] er: not from within X, you just edit /etc/X11/xorg.conf [03:13] I think nautilus is broken in hoary [03:13] it is trying to use fam [03:13] usual: how so? [03:13] but fam was removed [03:13] I have fam [03:13] the latest upgrade removed mine [03:14] i turned of acpi [03:14] and it's still not working [03:14] usual: does it replace it with gamin? [03:14] LifesizeKenDoll, is that the new replacement for fam? [03:14] usual: yes === mario [~mario@200.54.6.216] has joined #ubuntu [03:15] LifesizeKenDoll, I never would have guessed, thanks [03:15] LifesizeKenDoll, that fixed it [03:15] whee [03:16] SuperQ: i am having problem with 2 lite-ons [03:16] mdz: congratulations! xorg has allowed me to make my gui horribly slow ;) [03:16] anyonw know a utility that will convert wma files to mp3 or ogg [03:16] Gmail: huh [03:16] well this sucks. [03:16] Gmail, I have a lite0n [03:16] mdz: next task: find out if my video card can be hardware accelerated in Xorg ;) === L|nu}{ [~linux@ti112210a080-2734.bb.online.no] has joined #ubuntu [03:17] robertj: what type is it? [03:17] Gmail: the drive worked fine on a fedora box === binary_10 [~binary@adsl-67-118-14-29.dsl.sntc01.pacbell.net] has joined #ubuntu === harfooz [~Clint@nb-209-213-26-025.backroads.net] has joined #ubuntu [03:17] arg, I want to have a Mac Dock - but maximize covers it up [03:17] Gmail: don't know why ubuntu hates it [03:17] WOrking on it [03:18] Sorry, drop shadows, slowing system to crawl [03:18] robertj: why not turn those off? [03:18] its i810 [03:18] Life: mustn't [03:19] too guirific [03:19] robertj: did you compile xcompmgr? [03:19] Life: yeah ;P [03:19] argh [03:20] i didn't want to be arguing with ahrdware all night === buns [~buns@219.95.172.187] has joined #ubuntu [03:21] It's a 82845G/GL[Brookdale-G] /GE Chipset [03:22] robertj: where can I download xcompmgr? [03:22] SuperQ: maybe you don't have the driver and fedora did? [03:22] Lifesize: CVS [03:23] I can't use CVS [03:23] the required xorg extensions are packaged but require that you force overwrite some files [03:23] ports blocked === tof__ [~tof@blueice2n1.uk.ibm.com] has joined #ubuntu === Bartman [~Bartman@dhcp26150051.columbus.rr.com] has joined #ubuntu [03:25] hi guys === Gmail about to restart x and load into x.org === sivang [~sivang@80.179.93.130.forward.012.net.il] has joined #ubuntu [03:26] I'm trying ot finish up my ubuntu install for a poor friend. I need to get a wireless PCI card working but I can't find any drivers for it [03:26] any idea where to start? I check the makers web site. It's a Hawking HWP102... [03:26] Bartman: your going to have a lot of trubble [03:26] Bartman: what kind? [03:26] ok [03:27] I've never setup up wireless in linux before [03:27] I did get DRI working :) [03:27] Bartman: just trudge thru it === billytwowilly [~chris@S0106000c413a2c0c.ed.shawcable.net] has joined #ubuntu [03:27] Bartman: SuSE makes it easier...using the gui [03:28] trudge thru it? [03:28] yea [03:28] I can't even tell if there are drivers for it and I'm not having much lucking [03:28] guck [03:28] luck [03:28] so where should I start [03:28] linuxant? [03:28] Bartman: what chipset do you have? [03:29] I'm not sure.. I gues I could rip it apart and see [03:29] let me google first [03:29] Bartman: no [03:29] what is linuxant === jkka [~jukka@213.169.18.18] has joined #ubuntu === SmokingFire [~christian@ashanti.xs4all.nl] has joined #ubuntu [03:29] google for it [03:29] linuxant is a way to use the windows driver [03:30] for certain cards [03:30] oooh [03:30] or try [03:30] ndiswrapper [03:30] which is free [03:30] I'm looking at the www site.. bu tI need to find the chipset first.. one sec [03:30] linuxant is $20 [03:30] Bartman: [03:30] do a dmes [03:30] g [03:30] dmesg [03:30] <|QuaD|> hey, i am normally a kde user but decided to give ubuntu/gnome a try. I was looking through the "configuration editor" (ie gconf-editor)... can i use that to edit any confic file? like apache? [03:30] on the nux box? [03:30] yea [03:30] in the term [03:30] one sec let me go in the basement [03:30] lol [03:30] is hoary better now? Last time I tried it synaptic had crashes [03:31] <|QuaD|> iin the term? [03:31] mine's working [03:31] <|QuaD|> SmokingFire: did you make it so there is a root account? [03:31] it's for my room mates sister who is "slow" she keeps killing the XP install and I'm trying to get her set up with ubuntu [03:31] Bartman: excellent [03:31] got it. [03:31] dont' tell her she can use sudo [03:32] |QuaD|: no, used default settings and did an upgrade by changing all references in sources.list from warty to hoarty. [03:32] hoary [03:32] <|QuaD|> ohh... i am not using hoary [03:32] dmesg spit out pages of stuff.. what am I looking for [03:32] <|QuaD|> nomasteryoda: was that for me the "in the term"? [03:32] for bartman [03:32] srt [03:32] sry [03:32] <|QuaD|> do you know the answer to my question? [03:33] does hoary come with firefox 1.0RC? [03:33] Smoking: yeah [03:33] robertj: anyother noticeable changes. [03:33] what am I looking for in dmesg [03:33] just sec [03:34] Yes, the new find bar [03:34] the one that was in warty before it was reverted prior to release [03:34] Bartman: what card type again? [03:34] label that is === adoyretsamon|utb [~tux@ip24-252-193-86.mc.at.cox.net] has joined #ubuntu [03:34] hawking hwp102 [03:34] ok [03:34] look for hwp102 === MoonSweep [~MoonSweep@sanctuaire.net] has joined #ubuntu [03:35] you can grep it [03:35] robertj: I'm wondering about the distro it self. === hazmat [~hazmat@c-24-15-10-12.client.comcast.net] has joined #ubuntu [03:35] Oh, yeah [03:35] dmesg | grep hwp102 [03:36] Evolution is majorly bork, X11 is replaced with Xorg, and you can't count on anything working at all in hoary [03:36] nothing [03:36] everything that is broken will be fixed next week and everything that is fixed will be broken next week. [03:36] just sec === blackdog [~black_dog@200.90.194.139] has joined #ubuntu === Cube-ness [~james@170-215-49-81.dsl2.elk.ca.frontiernet.net] has joined #ubuntu === alka_trash [~homer@c-67-166-91-212.client.comcast.net] has joined #ubuntu [03:37] prehaps I should just shut it down and pull the card [03:37] <|QuaD|> also, another question, i have installed apache2 and ssh (those are the only daemons).... how come when i do a port scan ON MYSELF it shows ports 25(smtp), 111 (sunrpc), 631(ipp), and 930(unknown) open? [03:37] hello room [03:37] robertj: ok, I will wait then. [03:37] not much info on this card on the net [03:37] Bartman: is it PCI / PCMCIA or USB [03:37] pci [03:37] Bartman: is it PCI, PCMCIA or USB [03:38] what's the best way to install the latest nvidia driver? === Gmail hugs hoary [03:38] lol [03:38] alka_trash, look in the wiki [03:38] oops, okay [03:38] alka_trash, binary driver install I think [03:38] <|QuaD|> can anyone answer my question? === kensai [~kensai@64.237.129.108] has joined #ubuntu [03:38] alka_trash did you try using the Synaptic manager [03:38] QuaD [03:39] did you say hoarty [03:39] not for the one that was release yesterday [03:39] haha [03:39] because it wasn't updated yet [03:39] <|QuaD|> nope [03:39] my first deb [03:39] ok [03:39] no clue [03:39] Gmail, can you help QuaD? [03:39] http://kaos.vicnet.net.au/transset_0.1+cvs.20041110-1_i386.deb [03:39] alka_trash does it really matter? What does the new driver fix [03:40] <|QuaD|> Gmail: can you answer my quest? [03:40] it increases doom3 performance :) [03:40] <|QuaD|> one thing to remember is that it is on my computer i am doing the scan [03:40] |QuaD|: whats the problem? [03:40] <|QuaD|> "also, another question, i have installed apache2 and ssh (those are the only daemons).... how come when i do a port scan ON MYSELF it shows ports 25(smtp), 111 (sunrpc), 631(ipp), and 930(unknown) open?" [03:40] I can't help but want the latest and greatest [03:40] my intel box has an ATI video card.. I've given up on gaming on linux :P [03:40] |QuaD|, 25 is sendmail, 631 is cups, 111 and 930? is for fam [03:41] alka_trash: hoary [03:41] okay [03:41] <|QuaD|> sendmail comes configured? [03:41] Gmail: are you running it? [03:41] |QuaD|, I think it is postfix [03:41] Bartman: PCI ok [03:41] if so how is it? [03:41] googled it [03:41] found it! [03:42] Bartman: in dmesg? [03:42] dang.. I'm usually good googleing for info [03:42] <|QuaD|> interesting... apt-get remove postfix/sendmail? would that break anything? [03:42] I didn't find it in dmesg [03:42] oops sorry, postfix [03:42] oh wait a sec [03:42] Bartman: you can grep for PCI [03:42] nomasteryoda I do see something refering to my wireless network name [03:42] ok [03:42] nothing under pci === jkka [~jukka@213.169.18.18] has joined #ubuntu [03:43] does adding hoary stuff to apt-get work, as in, can you update from warty to hoary and is hoary in a working state? [03:43] eth0 gives info about my wireless network name and stuff [03:43] is that a good start? [03:43] Cube-ness: yes [03:43] I have WEP enabled but don't know how to config the password in linux [03:44] damn, it's hard to change to hoary, warty is working so well [03:45] I'm getting the BSSID and SSID of my network [03:45] Bartman, look under System Configuration > Networking > [03:45] nomasteryoda: do you like hoary? [03:45] man, you are almost there [03:45] yea [03:46] Hoary is nice [03:46] seems to work out quite alright [03:46] now I have 2 nics installed.. one ethernet and this wireless [03:46] ok [03:46] what will I notice about x.org vs xfree86? As an end user. [03:46] SmokingFire: currently unless you want to play with stuff [03:46] in the networking I see one card and it says ethernet lan card eth0, but with dmesg eth0 looks like the wireless one [03:46] .. SFA === oddabe19 [~oddabe19@pcp01471558pcs.lncstr01.pa.comcast.net] has joined #ubuntu [03:46] http://kaos.vicnet.net.au/Screenshot-4.png you can do that though [03:47] Thanks everyone, I'm updating my repositories to hoary [03:47] alka_trash: good luck [03:47] SmokingFire: X.org is faster [03:47] ;) [03:48] how is X.org with ati? [03:48] Bartman, disable the wired card [03:48] Unfun: bad [03:48] ok so not just eyecandy [03:48] will make life easier [03:48] yikes [03:48] ok I'm trying to add a new wireless nic now [03:48] alka_trash: `sed 's/warty/hoary' /etc/apt/sources.lst |sudo tee /etc/apt/sources.list` [03:48] Thanks [03:48] Bartman, on my suse box I had to delete all cards then plug one at a time [03:49] what package holds gnome-panel-screenshot? [03:49] Unfun: yea, ATI hasn't released drivers in a while [03:49] oddabe19: I want to know that too [03:49] cause mine broke today [03:49] when i upgraded [03:49] adoyretsamon|utb I'm thinking that may be a good idea [03:49] oddabe19: yea, I just use Gimp's screenshot for now [03:49] Bartman, yes [03:49] since she wants to go wireless === eclipse [~eclipse@h000f3d43838f.ne.client2.attbi.com] has joined #ubuntu [03:49] and it is seeing your SSID [03:50] and it's off [03:50] does anyone know how to change the splash screen in gnome? [03:50] hmm.. it crashed the network window === gabaug [~gabe@cs6820647-232.houston.rr.com] has joined #ubuntu [03:50] lol [03:50] figures [03:50] i have noticed that [03:50] does anyone know how to change the splash screen in gnome? [03:50] breaks the hostname relationship [03:50] elessar: in gconf [03:51] did it once but don't remember how [03:51] will have to restartX [03:51] <|QuaD|> how do i install sun java packages? [03:51] eclipse: don't spam [03:51] restarting X [03:51] QuaD, check the wiki [03:51] |QuaD|: ubuntulinux.org/wiki/Java [03:51] how does Canonical make money from Ubuntu? How can they afford to burn and ship CDs to people? [03:51] is there a way to make X auto login as a user [03:51] OH FUCK IT WORKS!!!! [03:51] :))) [03:51] LOLK [03:52] Bartman: sudo gdm-setup [03:52] great [03:52] elessar: goto www.gnome-look.org or kde-look.org (for gnomes themes off course) and then look at one splashscreen download and look for the howto install instructions. [03:52] I never though it would [03:52] pie [03:52] I thought I looked under that networking but I must have missed it [03:52] ez as pie [03:52] I would have figured to add a new card like that.. [03:52] thanks so much doods [03:52] np === Ubuntu-Linux [~Google@gnu-debian.user] has joined #ubuntu [03:53] lifesizekendoll, u know how to change the splash screen? [03:53] gabaug: as cannical is owned by an south african he illegally trades in diamonds, which he uses to fund his other enterprises or better said to launder his main business. [03:53] <|QuaD|> i tried to follow the instructions on the wiki, synaptic won't let me add that [03:53] LifesizeKenDoll gdm-setup dosn't do anything [03:53] ? [03:53] SmokingFire: um, dude. please don't. [03:54] Bartman: whoops, sudo gdmsetup [03:54] eclipse: sorry, dunno === labanux [~laban@203.130.245.178] has joined #ubuntu [03:55] hmm.. I already have it set to login as Amber at first boot.. I must be confused :) [03:55] SmokingFire, yea, please don't [03:55] ok [03:55] and I just solved eclipse's problem [03:55] lol [03:55] I'll also set it to auto log her in after 1 sec [03:55] good [03:55] anything to make it simple for a noob [03:55] how do you feel about the bookmarks in firefox being based on the filesystem? It would make it easier to manage. [03:56] yea [03:56] it would [03:56] I just had a deep thoght on how cool it is to be upgrade my distro [03:56] but too much like IE === GnuHippy [~jason@blk-222-217-193.eastlink.ca] has joined #ubuntu [03:56] you guys rock! [03:56] lol [03:56] Bartman: yay! [03:56] when do you think Firefox 1 will be out in Synaptic [03:56] glad i dropped in for a bit [03:56] Bartman: a day or so for Hoary, I bet === yz_ [~yz@216.238.204.44] has joined #ubuntu [03:56] is anybody using XFCE 4.2 beta 2? [03:56] adoyretsamon|utb: not all ideas from IE team are bad. [03:56] Bartman: I hope [03:56] GnuHippy: I used to [03:56] SmokingFire, true [03:56] just most of them [03:56] =) === GnuHippy [~jason@blk-222-217-193.eastlink.ca] has joined #ubuntu [03:57] IE team: let's tie the browser into the kernel! === alka_trash [~homer@c-67-166-91-212.client.comcast.net] has left #ubuntu [] [03:57] GnuHippy: Ubuntu's not really a place for XFCE [03:57] adoyretsamon|utb: well, [03:57] Bartman, if you didn't notice, my other nick is nomasteryoda [03:57] SmokingFire, true [03:58] adoyretsamon|utb oh, was I talking to you both or something [03:58] :) [03:58] [1] + Segmentation fault xcompmgr -cCfF -r7 -o.65 -l-10 -t-8 -D7 [03:58] but in general do you think a filesystem based bookmarks is a good idea? [03:58] excellent [03:58] GnuHippy: I used to use XFCE-4.1.91 when I had Debian [03:58] Smoking: they are a wonderful idea [03:58] daniels: woo :) [03:59] ok, I will see if I can request a feature request on mozilla, firefox bugzilla. [03:59] HrdwrBob: those settings work for me [03:59] it's soooo slow though [03:59] SmokingFire: you do that [03:59] LifesizeKenDoll: Doing it right now. [04:00] Bartman: yea, i'm toggling between my SuSE box and my Ubuntu [04:00] robertj: no it works [04:00] but after a while it segfaults [04:00] Hrdwr: how is spee? [04:00] it's slow, even on an 'accelerated' nvidia card [04:00] err speed? [04:00] well, it's useable [04:00] but it's noticably slower [04:01] sweet guys she seems to like it [04:01] I allready had her using firefox so it's not like it's much different [04:01] good [04:01] Bartman, tweak it up [04:01] HrdwrBoB: What chipset? [04:02] tweak it? how [04:02] is there a way to speed up DNS in ubuntu? [04:02] robertj: gf440mx ugh [04:02] oh, just pretty backgrounds [04:02] themes [04:02] for firefox [04:02] etc [04:02] done.. got Dale jr. on the desktop for her [04:02] sweet [04:02] SPeed is okay on small windows here [04:03] so she is <30 [04:03] just over 30 [04:03] How can we edit the configuration of grub..?? [04:03] wow [04:03] jdub, adoyretsamon|utb: do either of you know the real story to my question, then? (how Canonical makes money) [04:03] i've tried looking for grub.conf,but there's no grub.conf [04:03] labanux: you can run sudo nano /boot/grub/menu.lst [04:03] labanux: sudo gedit /boot/grub/menu.lst [04:04] labanux: sudo vi /boot/grub/menu.lst [04:04] oh.., so the configuration is in /boot/grub/menu.lst .. [04:04] =) [04:04] thanx guys...... === chris__ [~chris@chello212186066043.6.14.vie.surfer.at] has joined #ubuntu [04:04] Hrdwr: ooh, make a real small window then click panel to minimize it [04:04] labanux: it always has been [04:04] and it fades out purty [04:04] labanux: grub.conf is a symlink [04:04] robertj: yes :) [04:04] robertj: try alt-tab [04:05] gabaug: professional services and support. [04:05] that is sweet [04:06] LifesizeKenDoll, i've been googling all over the place for that package... you have any ideas? [04:06] the effect on that is a bit rough [04:06] robertj, yea...kde's is smoother, but doesn't do the boxing [04:06] oddabe19: sorry man, I suggest just use the Gimp [04:07] do any cards get mostly-seamless performance? [04:07] robertj: most of the slowness is architectural limitations [04:07] nvidia in my book [04:07] nvidia for sure [04:08] my ati performs like shit [04:08] so the new nvidia stuff does well? [04:08] but this ATI is good - but only on ubuntu [04:09] robertj: well enough [04:09] hmm.. installing bind speeds things up [04:09] adoyretsamon|utb what ATI? [04:09] just sec [04:09] is the i810 slowness drivers or hardware? === kensai [~kensai@64.237.129.108] has joined #ubuntu [04:10] Radeon 7200 R100 [04:10] 64mb [04:10] hmm [04:10] i have played bzflag [04:10] adoyretsamon|utb can you send me your XFree86-4 config? [04:10] with no problems [04:10] sure [04:10] i cant get my Radeon 7000 to work [04:10] im assuming it's pretty much the same card [04:11] Unfun: I don't get your name [04:12] It's refernce to one of my favorites bands album === bborkk [~bborkk@SENIOR-FIFTY-EIGHT.MIT.EDU] has joined #ubuntu [04:12] i couldnt get my radeon 7500 to work with ati's binary drivers.... it doesn't seem to be supported :( [04:13] Unfun: which band? [04:13] nimc: radeon 7500? [04:13] btw, can XFCE be configured to ues dock-like behavior? [04:13] Jawbreaker [04:13] robertj: what do you mean dock-like? [04:13] labanux, yes [04:13] nimc: i'm using radeon 7000, but there's nothing wrong [04:13] robertj: I used XFCE-4 a lot [04:13] Large Icons that activate/start an application, can be drug on and off the panel, etc [04:13] hey labanux you get your 7000 to work? === billytwowilly [~chris@S0106000c413a2c0c.ed.shawcable.net] has joined #ubuntu [04:14] nimc: have you make any change to X11 system? [04:14] and open programs automatically appear [04:14] robertj: I don't think so [04:14] fglrx drivers won't work, i get struck on 'sudo modprobe fglrx' - says device not found [04:14] robertj: it's planned for 4.4, not 4.2 [04:14] Unfun: yeah.., my radeon 7000 work well [04:14] labanux i have a 7000 card, tried fglrx and get the same error as nimc [04:14] labanux what driver you using? ati or fglrx? [04:15] labanux, i assume that fglrx needs to be changed, not x11 [04:15] Unfun: it also helps to change the hdparm [04:15] for your HD [04:15] or DMA [04:15] i do both [04:15] Unfun: sorry.., i'm ati radeon 7000 [04:15] the ati driver that came builtin with ubuntu works fine === JungleJim [~chatzilla@222-152-237-229.jetstream.xtra.co.nz] has joined #ubuntu [04:15] nimc, that is the one I'm using [04:15] Lifesize: I really like Gnome [04:16] i tried the built int driver but i get a huge virtual display instead of a usuable screen. [04:16] nimc: yeah..., i'm sorry i'm using ati radeon7000, not fglrx radeon 7000 [04:16] I really wish there was a way to make a bigger task list [04:16] i have a 7000 at work im trying to get going. [04:16] labanux, fglxrx is just the name of the linux driver [04:16] robertj: I wish I could I have a real dock [04:16] fglrx [04:16] you can make it 41 px tall but if you make it 42 it splits your buttons up onto another row === merriam [~merriam@62-3-246-76.dyn.gotadsl.co.uk] has joined #ubuntu === bigt [bigt@c-24-99-11-118.atl.client2.attbi.com] has joined #ubuntu === elmaya [~elmaya@201.128.142.246] has joined #ubuntu [04:17] robertj, there has to be a conf file to mod that [04:18] question: anyone know of a way to get shockwave to work with firefox other than having to buy crossover? === noneus [~noneus@p54800FF9.dip.t-dialin.net] has joined #ubuntu [04:18] shell out the buckx [04:18] not a chance [04:18] yea [04:18] but crossover is nice [04:18] Anyone know when we can expect libfreetype6 2.1.9 to appear in Ubuntu? It's currently at 2.1.7. [04:18] works well too [04:18] i run Dreamweaver MX on it [04:19] well ill hav to steal it then :) [04:19] hehe [04:19] and all the apps run [04:19] even flash [04:19] but that is another topic [04:19] i assume you like spending money :) [04:19] no === sivang [~sivang@80.179.93.130.forward.012.net.il] has joined #ubuntu [04:19] that is at work [04:20] here i just use linux [04:20] if you want a good web editor [04:20] nvu is great === Gmail [~Google@gnu-debian.user] has joined #ubuntu [04:22] adoy: question why are you using linux seriously since it appears alot of stuff don't work this is my 2nd day of using linux and i'm not sold yet === zul [~chuck@CPE0006258ec6c2-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu [04:25] bigt, like what? [04:25] control [04:26] i like control [04:26] not being controlled [04:26] by MS === alka_trash [~homer@c-67-166-91-212.client.comcast.net] has joined #ubuntu [04:26] bigt: I use linux all day everyday at home and work :) [04:27] ALL DAY EVERY DAY [04:27] HrdwrBoB: me too... though I have to provide support at work for MS users [04:27] nice I'm trying to convince my boss, I was able to install linux as kiosk computer though [04:27] but my main box is linux [04:27] heck, I like it so much I have 6 distros on my work laptop === weasello [~weasel@S0106000f3d367e95.gv.shawcable.net] has joined #ubuntu === HcE_ [~hc@66.80-202-212.nextgentel.com] has joined #ubuntu [04:29] does anyone feel that linux will take over mac computers [04:29] bigt, look here... mgalug.org [04:29] alka_trash no [04:29] lots of reasons to love linux [04:29] Unfun: even with adobe support [04:29] yes. [04:29] alka_trash: I don't think so, however gnome especially is fast approaching the 'niceness' of OS X [04:30] i second that [04:31] I just don't know what mac has that's so special ( not trying to start war ) [04:31] for some reason - when I left this morning, I had GAIM open, along with various web browsers and etc.; when I came home, it was just the desktop running. Nobody closed any windows, and logging in requires a password so that rules out crash/power outage/reboot. Any clues as to what happened? [04:31] other than hardware, and linux can run on it [04:31] coolness and ease for user === HcE_ is now known as HcE [04:31] weasello: nope [04:32] is there a way to modify things so X starts in Init 3 instead of Init 2? === oddabe19 [~oddabe19@68.82.231.156] has joined #ubuntu [04:33] AlohaWolf: remove the symlink from rc2.d [04:33] AlohaWolf: that's not really 'the debian way' though :) === Stuttergart [~Stutterga@www.nathanvalentine.org] has joined #ubuntu [04:34] jdub, I know.. but I want X to be on a seperate runlevel from rest of the system [04:34] anyone else getting random logouts? === GnuHippy [~jason@blk-222-217-193.eastlink.ca] has joined #ubuntu === GnuHippy [~jason@blk-222-217-193.eastlink.ca] has left #ubuntu ["Leaving"] [04:34] oddabe19: try switching the screensaver to 'blank screen only' and see if it does it again === GnuHippy [~jason@blk-222-217-193.eastlink.ca] has joined #ubuntu [04:35] is there a bug? === LapTop006 [~laptop006@sparc006.chriskaine.com.au] has joined #ubuntu === gen [~gen@66.169.152.101.ts46v-10.otnd2.ftwrth.tx.charter.com] has joined #ubuntu === tim-tx [~chatzilla@adsl-67-66-76-96.dsl.elpstx.swbell.net] has joined #ubuntu [04:36] jdub, is there a bug in the screensaver daemon === punkass [~punkass@S01060040f47277e5.cc.shawcable.net] has joined #ubuntu === kensai [~kensai@64.237.129.108] has joined #ubuntu [04:37] oddabe19: it's usually a problem with the GL screensavers === Qubis [~Qubis@65.77.78.3] has joined #ubuntu [04:38] punkass: hey, how goes the pyfi? seems like there's been some improvement in the latest gnome network admin tool. still not what it should be, though. [04:38] I don't know... i've been runing hoary successfully for a while... this seemed like it started today [04:38] but i'll try what you said [04:38] weasello: I shut them all down while you were out. :) [04:38] Kamion: ah, oops, sorry; I couldn't remember the exact option so I googled [04:38] hey bborkk...havent done much with lately..damn life getting in the way [04:39] just doing a dist-upgrade to hoary === p0int [point@203.130.197.108] has joined #ubuntu [04:39] punkass: yeah, funny how that happens. [04:39] hey guys, ever since i got the hoary upgrades, xmms isn't working properly, vlc skips in dvd playing, after these occur, i freeze upon logout, this can't be normal, right? [04:39] yeah..its blows me away sometimes... [04:39] (but it was fine on warty) [04:39] gen: WELCOME TO THE DEVELOPMENT BRANCH :-) [04:40] haha [04:40] :) [04:40] gen file bugs [04:40] i noticed that xorg is now in hoary eh [04:40] i personally haven't had the problems you're describing. [04:40] punkass, Hi, i'm 10 hrs ago... have we met?? ;-) [04:40] :-P [04:40] it's very nice [04:41] it sounds like the problem I am having with not be able to enable DMA [04:41] composite is slow as hell though [04:41] even with renderaccel [04:41] thats odd [04:41] do you have the latest nvidia driver [04:41] ? [04:41] yeah...any trick with getting rid of xfree before getting xorg? === azrail [~azrail@vectra.csh.rit.edu] has joined #ubuntu === tim-tx [~chatzilla@adsl-67-66-76-96.dsl.elpstx.swbell.net] has left #ubuntu [] [04:41] punkass, no, it'll do it automatically [04:41] punkass: just upgrade. [04:41] punkass: otherwise you wouldn't be testing potential upgrade bugs... [04:42] just use smart upgrade [04:42] i just did an dist-upgrade and didnt see it [04:42] hmm [04:42] *cri* [04:42] ubuntu doesn't detect my floppy drive [04:42] punk: I got the same thing, install xserver-xorg [04:42] sad [04:43] robertj: ok thanks [04:43] oh i see an xorg-common but that is all === electricsheepdre [~sean@ced-154-32.resnet.csupomona.edu] has joined #ubuntu [04:44] what would you guys suggest for a media player? [04:44] mplayer and vlc === mikelds [~miguel@201.128.88.215] has joined #ubuntu [04:44] electricsheepdre: totem-xine [04:44] i just use totem and rhythmbox [04:44] is there a mplayer .deb package? [04:44] upgrading this system right now [04:44] to hoary [04:44] totam hasnt played anything yet [04:44] adoy good luck [04:44] totem* [04:44] electricsheepdre: install totem-xine [04:45] get totem-xine [04:45] electricsheepdre: then get things like w32codecs and so on === Hikaru79 [~hikaru79@d57-4-59.home.cgocable.net] has joined #ubuntu [04:45] is there an easy autoconfigure script for grub? [04:45] where could I find a list of codecs I should get? [04:46] should i expect these problems im having on hoary to work themselves out over the next few updates [04:46] or should i go back to warty [04:46] w32codecs will get you most of them [04:46] cool [04:46] There a Amd64 howto? [04:46] and get libdvdcss will allow playing of dvds === Qubis [~Qubis@65.77.78.3] has left #ubuntu [] [04:47] only 614 packages remaining [04:47] lol [04:47] that all? === Pluk [~Pluk@37-71-dsl.ipact.nl] has joined #ubuntu [04:47] only 237 for me :) [04:47] couldnt find package w32codecs [04:47] its not part of ubuntu for legal reasons [04:49] you need a different repository...pretty sure there is a howto on ubuntus site [04:49] it's in multiverse [04:50] (hrm, probably not for warty, never mind) [04:50] cool [04:50] what about libdvdcss? [04:51] couldnt find that either [04:52] For apt-get add in your /etc/apt/sources.list [04:52] deb ftp://ftp.nerim.net/debian-marillat/ unstable main [04:52] or you can use the gui of synaptic [04:52] to add them [04:53] w32codecs has no installation candidate [04:54] did you add the line to your sources.list file? [04:54] I used synaptic [04:54] did you do a refresh? [04:54] tvtime in hoary isn't saving my settings [04:55] damn I love the new dscaler plugins though [04:55] yea [04:55] how new? === gen [~gen@66.169.152.101.ts46v-10.otnd2.ftwrth.tx.charter.com] has joined #ubuntu [04:55] yeah [04:55] I think they just added some in the last 24 hours [04:56] adaptive motion advance detect [04:56] oh nice [04:56] will have to get that [04:56] been using them for a while now [04:57] ok i narrowed down the problems i'm having in hoary, all relate to sound. after attempting to use xmms it will freeze, then i force quit it. even if i don't no sound will work in vlc or mplayer, will say that the sound device is in use. any ideas on whats the problem? [04:57] switch xmms to alsa === kensai [~kensai@64.237.129.108] has joined #ubuntu [04:59] it says [04:59] please check that: your soundcard is configured properly. you have the correct output plugin selected. no other program is blocking the soundcard. [04:59] then i push ok and it does nothing [05:00] electricsheepdre: change the 'unstable' to 'stable' [05:01] for some reason it is in the stable list and not the unstable one [05:01] jesus [05:01] any ideas guys [05:01] is there anyone here running on ppc that has succesfully gotten mplayer to work under warty? [05:01] gen, thinking [05:01] i had that year or 2 ago [05:02] I have finally compiled the CVS version, but I'm unable to get the vidix drivers to work for some unknown reason, and they're the only ones that give me any performance [05:02] gen: you could try to use aplay to play a wav to make sure alsa is working [05:03] desp: just curious...why not just use totem-xine? [05:03] i just tried the esound output, and now got xmms working === seek187 [~seek187@67-42-50-63.eugn.qwest.net] has joined #ubuntu [05:03] because it's crappy performance-wise [05:03] but vlc and mplayer still have movie playing sound issues [05:03] mplayer has no issues with sound whatsoever [05:04] however vlc and totem-xine do [05:04] punkass: Does totem-xine have the functionality of mencoder? [05:04] ive havent had any probs with totem-xine is the only reason i ask [05:04] no idea [05:04] gen, try # which alsamixer [05:04] adoy: in what? [05:04] terminal [05:04] Mencoder is the only reason I use Mplayer. [05:04] terminal [05:05] what is mencoder for? [05:05] desp: Did you install Mplayer as a .deb package or did you compile it yourself? [05:05] punkass, check it out man [05:05] its great [05:05] decode DVDs, etc [05:05] er to make AVIs [05:05] bborkk: I made a .deb from the CVS sources using debian/rules [05:05] punkass: I use it for stitching together images into movies. [05:06] ah i see [05:06] bborkk, or the reverse [05:06] does anyone know what causes the hw_random FATAL error at bootup during hotplug ??? It makes my system not load sometimes! [05:06] is ubuntu in control of the gnoppix project nowadays? [05:06] adoyretsamon|utb: True. Seems like it can do just about anything if you know the right flags. [05:06] bborkk, yea [05:06] i found a new frontend [05:06] yesterday [05:06] what's that? [05:07] on freshmeat [05:07] which one? [05:07] looking [05:07] seek187: I have the same problem, but it doesn't prevent my system from loading. I just ignore it. :) [05:08] http://freshmeat.net/projects/kmenc15/ - this is one... [05:08] seek187, I've had the same problem since I first installed [05:08] i know there's another [05:08] ok [05:08] But again, doesn't affect my system in any way [05:08] So I let it be [05:08] heh === icu [~e2@S01060004e2b2e013.vc.shawcable.net] has joined #ubuntu [05:09] I installed fedora but I don't really like it and I think i'll put ubuntu back on since that doesn't matter [05:09] Has anyone installed the fglrx drivers off ati's site? [05:10] here http://it.geocities.com/fnt400/dvdkup/index.htm [05:10] DvdKup [05:10] great idea === oferw [oferw@roesdsl.bb.netvision.net.il] has joined #ubuntu [05:10] icu: nope, i just use the ones available in warty. [05:10] any tool to convert xvid to dvd format [05:11] so i can burn on dvd and play in dvd player [05:11] bborkk: I did but ati released a new version today that is a huge improvement actually fixing graphical problems(doom 3 now works) rather than just adding support for new cards. === ricardo [~ricardo@IA0-211.prairieinet.net] has joined #ubuntu === electricsheepdre [~sean@ced-154-32.resnet.csupomona.edu] has left #ubuntu [] === wasabi [~wasabi@c-67-162-246-175.client.comcast.net] has joined #ubuntu [05:12] icu: Ah, that changes everything. Any luck? [05:12] What was that apt source for xcompmgr? [05:12] bborkk: Nope, I can't get it to compile even with both the kernel source and headers installed, says that there is something wrong with the kernel source [05:12] Ugh. [05:13] i downloaded a rpm file how do you install it in ubuntu please? [05:13] bigt, try to use alien. [05:13] bigt, but, rpm files suck. [05:13] cuase when you get the kernel source off ubuntu's mirrors the include dir doesn't even have a version.h in the include directory [05:13] just type apt-get install alien? [05:13] it might already be installed. [05:13] bigt, yea [05:13] alien yourfile.rpm [05:13] eh these sound problems are annoying [05:13] oh ok [05:13] one question === ditCh_ [droi@drunk.ditch.be] has joined #ubuntu [05:14] that will make a deb file [05:14] i marked samba for install but its already installed [05:14] which you can then install with dpkg -i yourfile.deb [05:14] so now when i go to to do my installs i always get a samba error now [05:14] is there a way to unmark it? === wasabi [~wasabi@c-67-162-246-175.client.comcast.net] has joined #ubuntu === ditCh_ is now known as ditCh [05:14] and you just right click it in synaptic and hit unmark [05:14] ok will try [05:15] thanks [05:15] np [05:15] Does warty get updated often? [05:15] no only security related updates [05:15] How does the amd64 version work? Is it multiarch? [05:15] ohhh [05:15] wasabi: pure64 [05:16] seek187: All work is being done in Hoary from now on [05:16] no wasabi not yet [05:16] so how do you get like firefox 1.0 ? === JDahl [~joachim@68-69-207-20.vnnyca.adelphia.net] has joined #ubuntu [05:16] Okay. Is multiarch being worked on? [05:16] wasabi: no [05:16] And if so, which spec? [05:16] =-( k [05:16] they are adding greater compatibility in hoary [05:16] I read it in the wiki [05:17] everything that you can get for the i386 version you will be able to get for the amd64 version from the repository === wasabi [~wasabi@c-67-162-246-175.client.comcast.net] has joined #ubuntu [05:17] what the heck is a sh file? [05:18] a shell script. [05:18] anyone know exactly what "esd" is [05:18] yes [05:18] when i "killall esd", it fixed my sound problems [05:18] gen: the gnome sound daemon [05:18] enlightenment sound daemon. It is a daemon which runs. [05:18] enlightenment sound daemon [05:18] it says install-crossover-pro.3.0.0.sh [05:18] And mixes multiple sound sources. [05:18] i see [05:18] Gnome right now requires it for gnome actions. [05:18] bigt: run 'sh install-crossover-pro.3.0.0.sh' [05:18] gen, your problem is you do not have a multichannel sound card. [05:18] so just type ./install....... [05:18] theres a problem with it and alsa in hoary [05:18] So esd uses your single channel. [05:18] ok let me try that [05:18] No, it's your sound card. [05:18] wasabi: this is true too === icu [~e2@S01060004e2b2e013.vc.shawcable.net] has left #ubuntu [] [05:18] i'm learning so sorry to be a pest [05:19] ok wasabi, but it worked fine in warty [05:19] gen, dunno then. ;) [05:19] bigt: or if it's executrable, you can use ./install ... [05:19] bigt: that's ok [05:19] its working with the sh :) [05:20] yeah both will work === p0int [point@203.130.197.108] has joined #ubuntu [05:21] what the hell it says must login as root i thought i was root i typed sudo -s [05:21] it says root@bigt:~ [05:22] that's .. odd [05:22] oh, what's after the ~ [05:22] Where are the gstreamer plugins for mp3's? [05:23] multiverse [05:23] wasabi: gstreamer0.8-mad [05:23] and the other non-distributables. [05:23] k [05:23] that one's in universe [05:23] hang ona sec === imnes [~nicholas@12-205-157-136.client.mchsi.com] has joined #ubuntu [05:23] eh? [05:23] i guess i don't understand multiverse [05:23] multiverse is non-free [05:23] what, is it located offshore of the US or some stuff? [05:23] ahh okay. [05:23] equivalent of contrib/non-free [05:23] universe is main [05:23] debian main [05:23] root@bigtony:~/.Azureus/downloads # [05:23] main == ubuntu supported [05:24] I'm using the amd64-k8 kernel I think I need to build the nvidia driver myself, but I'm getting an error in the installer about can't find configured kernel source, any ideas? === zenwhen [~zenwhen@host-66-20-101-158.bgk.bellsouth.net] has joined #ubuntu [05:24] There's another quesiton too. Is the amd64 bit kernel runnable with a 32 bit userspace? === JungleJim [~chatzilla@222-152-189-41.jetstream.xtra.co.nz] has joined #ubuntu [05:24] I never got around to trying a 64 bit kernel before... but if you guys have packages im all over it. [05:25] i got it [05:25] had to type su [05:27] anyone know the latest discover package version === Pizbit [~Pizbit@203-79-124-44.adsl.paradise.net.nz] has joined #ubuntu === heavy [~bouncer@S01060010a7021850.wp.shawcable.net] has joined #ubuntu [05:29] i have a new install and i'm running xchat now, evolution starts up, but i cannot get firefox to start [05:29] hoary upgrade... lol Preconfiguring packages ... [05:29] (Reading database ... 73818 files and directories currently installed.) [05:30] is that all? :) [05:30] heavy, did you upgrade firefox? [05:31] adoyretsamon|utb, nope === jjh [~jjh@cable-68-190-4-68.abr.al.charter.com] has joined #ubuntu [05:31] have not seen that error [05:31] out of 20 installs [05:31] 0.99+1.0PR.1+revertedto0.9.3-0ubuntu3 [05:31] rror: No running window found [05:31] auto selected locale: en-US [05:32] follow directions on wiki [05:32] How do I change the language to American? :) [05:32] update using synaptic [05:32] I can't stand Colour and Centred anymore. =/ [05:32] er, at login screen [05:32] You just have to open the right dialogue. [05:33] along the bar at the bottom of login screen [05:34] is there anyway to search in aptitude? [05:34] / === defendguin [~supertux@adsl-6-68-58.msy.bellsouth.net] has joined #ubuntu [05:35] thanks [05:35] np [05:35] does anyone know the latest discover package [05:35] v # === britt_radiofree [Britt@12-203-176-186.client.insightBB.com] has joined #ubuntu [05:36] i assume you have to add firefox to cross over for shockwave sites to work ? === billytwowilly [~chris@S0106000c413a2c0c.ed.shawcable.net] has joined #ubuntu [05:37] yea [05:37] you already got it? [05:37] ok so i gues click on office setup === daculas [~dac@211.144.192.190] has joined #ubuntu [05:37] and then just add it? [05:37] when i goto app->sys tools-> shares, and enter my root password it says its incorrect [05:37] yeah i got it to install [05:37] thanks for the help by the way guys [05:37] gen, no root password [05:37] i leave it blank still wont let me in [05:37] sudo [05:37] gen: You need to type your password, not the root password [05:38] ok, i'm liking aptitude :) [05:38] right [05:38] i typed mine === nixman [~nixman@Ottawa-HSE-ppp262109.sympatico.ca] has joined #ubuntu [05:38] im confusing myself because im tired [05:38] but yea i typed mine to this account [05:38] incorrect [05:39] umm well i dont have a shares so i cant try iot [05:39] capslock? === tolstoy [~tolstoy__@c-67-171-195-87.client.comcast.net] has joined #ubuntu [05:39] nope [05:39] OBVIOUSLY HURR [05:39] :) [05:39] lol [05:39] has there been much pain installing the new xorg on hoary? [05:39] haven't seen anything on the mailing list [05:39] gen, you need some sleep [05:39] nomasteryoda: i know :/ [05:39] tolstoy, there was this morning, but it's great now [05:40] tolstoy: will know in about 30min here [05:40] why can't i enter shares, arg ahoy [05:40] yeah, i shouldn't've put hoary on my only home desktop machine, but ah well. [05:41] tolstoy: risk is fun [05:41] can i upgrade Warty to Hoary without reinstall all the systeM? [05:41] daculas: yes [05:41] yes [05:41] yeap. I was thinking hoary was like debian unstable, not like rawhide. [05:41] i've had no problems really with hoary [05:41] i had sound problems, now fixed [05:41] and now no problems on hoary [05:41] i wonder if they'res some sort of zeroconf spec for local static routes. [05:41] i had bad probs at work. newer machine, SMP, etc. but it's okay here. trash applet's broke. [05:42] so what's the basic operation should I take? I'm really new to ubuntu(or debian). [05:42] i'm really new to linux, ubuntu being my first distro, and i got hoary 2 days after first install. risk is life. [05:43] anyone tell me how i can get my default gnome panels back ? i inadvertedly deleted the bottom one. === bluewheel [~bluewheel@sng.its.monash.edu.au] has joined #ubuntu [05:43] well daculas [05:43] sudo gedit /etc/apt/sources.list [05:43] change the warty strings [05:43] to hoary [05:43] save [05:43] then sudo apt-get update ? [05:43] nixman: I don't think you can delete all of them [05:43] then sudo apt-get upgrade [05:43] i am using ppc, I was wondering if the cpu frequency scaling works in the default install, mine shows that it is supported but i can't get it lower than 100% [05:44] then sudo apt-get dist-upgrade [05:44] daculas: You can also do this through Synaptic. [05:44] anyone know ? === |progenic| [~h3ndric@155.69.177.246] has joined #ubuntu [05:44] i also have the universe and multiverse and ftp://ftp.nerim.net/debian-marillat/ [05:44] bborkk: terminal is the funnest ya heard? [05:44] funnest harr, ok im off to sleep [05:44] Thanks,gen [05:44] GammaRay, i deleted one of them. the bottom one. i just want to get it back [05:44] daculas: np [05:44] snap time, cu all guys. [05:45] GammaRay, there is no configuration file that govern this ? [05:45] nixman: just add another panel and put the tasklist, showdesktop button and desktop pager on it [05:45] nixman: ~/.gconf [05:45] gen [05:46] yes adoy [05:46] i get it too [05:46] same error [05:46] on shares [05:46] yea doy, happened to me in warty too [05:46] not sure why [05:46] is gnome-ppp in hoary? is anyone thinking out adding it? it's a pretty nice frontend for wvdial. [05:47] gen [05:47] let's try something [05:47] ok adoy [05:47] -out +about [05:47] $ sudo shares-admin [05:47] that works [05:47] menu must be broken === Hermes2002 [~stro0445@CPE-65-25-216-59.mn.rr.com] has joined #ubuntu [05:48] still references the root account [05:48] wow adoy [05:48] <3 [05:48] marriage? [05:48] lol [05:48] does work, you're right. [05:48] crossover appears to be running very slow is there a way to control break it and start over ? its like its locked up [05:48] might be a bug [05:49] bigt, [05:49] you can... === elmaya [~elmaya@201.128.142.246] has joined #ubuntu [05:49] but open console [05:49] or terminal [05:49] do a [05:49] well its laggin the system i can hardly move the mouse :( [05:49] ps ax | grep cross [05:49] wow. upgraded to xorg and no negative side effects other than loss of ati mobility radeon acceleration, which was expected. Nice. [05:49] do a Ctrl+Alt+F2 [05:49] then login [05:49] and run grep the ps list [05:50] maybe just pkill crossover will work? [05:50] er, pkill wine [05:50] er, pkill wine-server [05:50] hang on [05:50] i had to do this too [05:50] i'm doing as you type so if i don't reply thats why [05:50] k [05:51] it says i hve new mail and crap but i get no prompt whats up with that === tolstoy [~tolstoy__@c-67-171-195-87.client.comcast.net] has joined #ubuntu [05:52] there i typed pkill wine-sever [05:52] did it kill it [05:52] now resources are free at last :) [05:52] ok [05:52] xorg stuff "just worked" for me, but I seem to be missing drop shadows and transparency. hm. [05:52] :) [05:52] make sure you close extra tasks [05:52] how di get out of this thing? [05:52] why do they keep changing the colour scheme in xchat in hoary? [05:52] damn i hate being a noob [05:52] bigt? [05:53] out of what [05:53] tolstoy: do they need the composite extension: cus theyre disabled by default? [05:53] i'm at the console [05:53] isn't it exit === wasabi hugs ubuntu. [05:53] Alt + F7 [05:53] ? [05:53] aww two commands i have to remember [05:53] great thanks [05:53] Lathiat, I know it's disabled. ;) And I think I tried a version once: very slow on my poor old matrox. [05:53] heh [05:53] To restart X, you can do this.... Ctrl+Alt+Bksp [05:54] x i what windows emulator? [05:54] no === seek187 [~seek187@67-42-50-63.eugn.qwest.net] has joined #ubuntu [05:54] that is the envrionment you are in [05:54] Gnome runs on X [05:54] oh ok === LifesizeKenDoll [~LifesizeK@c-67-167-236-249.client.comcast.net] has joined #ubuntu [05:54] np [05:54] x is the graphics subsystem for linux [05:55] Ctrl+Alt+F1 or 2,... [05:55] i do appreciate your patience [05:55] other terminals [05:55] np [05:55] like people moving to something better [05:55] i have to patch too many winders systems all day long [05:55] yeah it seems better [05:55] ahhh what a night :D [05:55] how do I setup my fstab to mount my windows partition without being root? [05:55] i love linux... [05:55] just kickin my ass configuring it [05:56] how long have you had it running [05:56] or have you used it? [05:56] Yikes! Broken synaptic, with horrible spelling in the message! [05:56] 2 days now [05:56] wow [05:56] learning alot though [05:56] will be partly old hat in a few weeks [05:56] had to figure out how to get my drives running [05:56] and all that [05:56] our site has some info on Ubuntu ... mgalug.org [05:56] old hat? [05:56] yea [05:56] not a pro [05:56] whats that mean sorry [05:57] but second nature [05:57] lol [05:57] oh got you === brad [~brad@rrcs-67-52-122-167.west.biz.rr.com] has joined #ubuntu [05:57] damn its almost identical to windows === brad__ [~brad_@rrcs-67-52-122-167.west.biz.rr.com] has joined #ubuntu [05:57] except it runs better :) [05:57] lol [05:57] no [05:57] my old p3 450 [05:57] only looks [05:57] runs faster [05:57] than it ever has [05:58] yea [05:58] you were using XPeee [05:58] i'm talking about fast [05:58] haha [05:58] i was bout to throw it away [05:58] Anyone here use matplotlib? [05:59] wow. Nautilus is major broken after today's update. Hm. === bert_ [~bert@adsl-66-218-57-250.dslextreme.com] has joined #ubuntu [06:00] how do i tell which package owns a file in ubuntooz? === LifesizeKenDoll [~LifesizeK@c-67-167-236-249.client.comcast.net] has joined #ubuntu [06:01] n/m figured it out, dpkg -S [06:01] lol [06:01] tolstoy: how is Nautilus broken? [06:01] bigt: lots of stuff kinda flows this way in Linux [06:02] has anyone tried to use the xcomposite extension in hoary? [06:02] like stuNNed's solution [06:02] LifesizeKenDoll, very, very slow === majuno [~majuno@168.226.114.54] has joined #ubuntu === hypa7ia [~leigh@user16.megabit.utoronto.ca] has joined #ubuntu [06:03] bigt, if you want to know the most useful tip for Linux... get to know the terminal/console [06:03] RageMax, yes [06:03] tolstoy, howso? I had a problem as well ... might be the same. [06:03] will be restarting soon [06:04] britt_radiofree: it's loaded, but it doesn't seem to be functioning [06:04] I can't really test it either because of the lack of xcompmgr [06:04] finally got my 600+ packages installed with a Default upgrade to hoary [06:04] britt_radiofree, I've set it to single click to open, it takes a long time for that to happen. [06:04] britt_radiofree, right-click menu seems to take its time [06:05] maybe i need to install my philips/conexant based TV tuner [06:05] RageMax, sec ... there is a deb src for xcompmgr ... gotta dig i tup [06:05] between boots [06:05] tolstoy, try apt-get install gamin [06:05] see if that fixes things [06:05] adoy: noob question how do i determine where mozilla is installed on my system? [06:05] the flash player is asking for the install dir [06:06] which mozilla [06:06] type in terminal [06:06] firefox [06:06] britt_radiofree, that did the trick. [06:06] ok [06:06] britt_radiofree, i knew there was going to be an update, thought it was automatic. ;) [06:06] command is "which firefox [06:06] command is "which firefox" [06:06] haha [06:06] damn i like that === bezak [~bezak@203-217-34-196.dyn.iinet.net.au] has joined #ubuntu [06:07] thanks [06:07] bigt, try this [06:07] apropos moz [06:07] are any of you guys PPC users? [06:07] does Ubuntu use NPTL in glibc? [06:07] i have one,but it is too slow for ubuntu [06:07] tolstoy, yeah i'm not sure why that didn't get installed by default. I'm not that familiar with FAM though ... if anyone want's to explain or point towards some docs [06:08] ok [06:08] britt_radiofree, well, that's the quirks of apt-get, i bet. [06:08] it says /usr/bin/firefox [06:08] but when i type that it says invalid directory [06:08] ok [06:09] tolstoy, well the xorg stuff is still very new and in testing, so ... :) [06:09] aww so maybe just usr/bin [06:09] cause firefox is the application [06:10] yea if you type firefox [06:10] RageMax, http://people.ubuntu.com/~daniels/xcompmgr [06:10] your bash command interpreter [06:10] looks for the file in the path [06:10] what the hell this thing doesn't like me at all [06:10] britt_radiofree: thanks [06:10] RageMax, no problemo [06:10] did you just type firefox in a terminal [06:10] it says please enter the installation path of the mozilla, netscape or opera browser [06:11] yeah i typed which firefox [06:11] bigt, try [06:12] britt_radiofree, yeap. I ain't complainin. So far, it's working great, or indistinguishable from the previous: but it does seem a bit snappier. Like painting a racing stripe on your car. [06:12] ? [06:12] just sec [06:12] k [06:12] How do I get Rhythem box to play mp3s? === Gman_ is now known as GmanAFK [06:13] gstreamer has to be installed i believe [06:13] more to the point, gstreamer0.8-mad [06:13] hmm I thought it was [06:13] ah ok [06:13] thx [06:13] which is in universe [06:13] k [06:14] bigt, [06:14] np [06:14] yeah === leaf_ [~leaf@68-234-160-228.vnnyca.adelphia.net] has joined #ubuntu [06:14] what did "apropos firefox" return [06:14] hang on will have to type it [06:14] bigt: theres a multimedia tutorial like first hit on google === kastorff [~kastorff@user-119a28l.biz.mindspring.com] has joined #ubuntu [06:15] bigt [06:15] not type [06:15] take mouse [06:15] i know [06:15] drag over text [06:15] cut paste [06:15] then === Wsquared [~wweckesse@67-138-154-142.dsl1.nor.ny.frontiernet.net] has joined #ubuntu [06:15] i'm not on a linux box :) [06:15] middle click [06:15] ok === Wsquared is now known as WW [06:15] i see [06:15] i'm typing to you on windows :) [06:15] ack [06:15] i forgot [06:15] setting up linux [06:15] late [06:15] yup [06:15] but hang on [06:15] i will login to here with linux [06:16] bigt, so it does have network connection? [06:16] good [06:16] run [06:16] sudo synaptic === bigtony [~bigtony@c-24-99-11-82.atl.client2.attbi.com] has joined #ubuntu [06:16] ok [06:16] and update package list [06:17] then search for firefox [06:17] and mozilla === Cube-ness [~james@170-215-49-81.dsl2.elk.ca.frontiernet.net] has joined #ubuntu === jalil [~jalil@69-175-194-74.vnnyca.adelphia.net] has joined #ubuntu === p0int [point@203.130.197.108] has joined #ubuntu [06:20] is there something special i have to do to get xorg? i just updated to hoary === dewey [~dewey@c-67-168-51-181.client.comcast.net] has joined #ubuntu === lamont_r [~lamont@c-24-6-251-226.client.comcast.net] has joined #ubuntu === oddabe19 [~oddabe19@pcp01471558pcs.lncstr01.pa.comcast.net] has joined #ubuntu [06:24] hey im trying to log into my other box via ssh and even though sshd is running on that box i cant connect [06:24] firewall? [06:24] i nmapped the box and it says all 1000 something ports are blocked [06:25] You'll need to open up the ssh port then [06:25] i checked iptables it says the firewall is stopped [06:25] There any plans for a more decent Java system? Perhaps a global "default VM" option of some sort. [06:26] Gentoo has some working stuff. Debian's java-package is a bit lacking. [06:26] is mozplugger still available ? [06:26] I thought that was what Python was for. :) [06:27] nixman: i'm using it [06:28] hypa7ia, i cant install it for the life of me. is it not supposed to be in the std repository ? === daculas [~dac@211.144.192.190] has joined #ubuntu [06:29] hypa7ia, i have universe and multiverse in my apt/source === Rene_S [~rskrodzki@CPE000ae62705a3-CM014490004397.cpe.net.cable.rogers.com] has joined #ubuntu [06:32] Ok is there anyway to get Firefox 1.0 installed? [06:32] Yeah download it and run the installer === The_Great_Mojo_J [~RuLe@d205-250-56-39.bchsia.telus.net] has joined #ubuntu [06:32] I removed the deb file before I installed it [06:32] ok [06:32] You need to make menu entries [06:33] So I have to do that for any new software that there is?? [06:33] It doesn't happen automagically [06:33] No just some things [06:33] hypa7ia, how did you install mozplugger ? [06:33] There no alternative repositories? [06:33] ok [06:33] No one has make a deb yet that I know off, but I could be wrong [06:34] whats responsible for setting up all the ports on a linux box? [06:34] defendguin: you [06:35] HrdwrBoB, i know i dont have a firewall running but all the ports are closed [06:36] defendguin: Each program does it for itself [06:36] defendguin: perhaps your ISP has you firewalled or you are using a DSL/cable router that isnt NATting the port accesses [06:36] defendguin: correct [06:36] defendguin: there are no ports open by default in ubuntu [06:36] no the other box is a fedora core 2 box [06:37] i have a router between my ubuntu box and the fc2 box [06:37] Well then thisisnt the place for help with fedora, nor your router :) [06:37] Woot, I think my wife finally left me [06:37] Good news? [06:37] o_O? [06:37] i know i was just asking general non distro specific questions [06:37] is mplayer in the universe repository? [06:37] bezak: no [06:38] bezak: multiverse look for mplayer-custom or some such [06:38] bezak: http://www.ubuntulinux.org/wiki/RestrictedFormats === Rene_S is thinking of doing his Gonna Get a New GF if she dont get home very soon. Dance [06:38] that was easy :) [06:38] Rene_S: And if she does come home? [06:39] Rene_S: At least you have Ubuntu. [06:39] Pizbit: oh ok I thought that wouldn't apply to the player thats ok [06:39] Then I am gonna run like a Mother*&^%$#@ [06:39] i'm downloading ubuntu now to install on the iMac hopefully everything works :P [06:40] How does one do the specific message chat thing in Xchat [06:40] just type in the nic [06:40] Rene_S hi [06:40] Rene_S: You're not being very specific:) === hypa7ia [~leigh@user16.megabit.utoronto.ca] has left #ubuntu [] [06:41] example: your name is Rene_S, so this should be highlighted. [06:41] Ok, try this I wanna know why my name is in red when you nice folks chat at me [06:41] It's the devil. [06:41] Rene_S: Type the first few letters of their nick then hit tab. === IRCDragon [~dragon@201.133.148.169] has joined #ubuntu [06:41] bborkk, ah [06:41] Or maybe you're Republican. [06:42] Can't Be .... [06:42] I AM CANADIAN !!! [06:42] hehe [06:42] I AM DRUNK!!!!!!!!!!!!!!!!!! [06:42] :P [06:42] I always suspected Canadians were Republicans. [06:42] people, please keep it on-topic. === GotD0t [~GotD0t@24.48.147.43] has joined #ubuntu [06:42] Political discussions should be in #politics [06:42] Treenaks: Hey, we're talking about the Ubuntuness of the world. [06:43] ? [06:43] ...is that what the topic was haha [06:43] I was doing a Molson Canadian Beer ad [06:43] i have a BIG problem.... 5.6GB of my partition is unaccounted for [06:43] Rene_S: Consumer whore :D [06:43] Np, I have 5.6gb more on mine [06:44] Speaking of which, any governments picking up on Ubuntu yet? [06:44] Who knows, maybe in time [06:45] Treenaks? Anyone famous (govs, movie stars, criminals) using Ubuntu yet? [06:45] Hmmm, hope the wife didn't wreck the car [06:46] bborkk: well, Mark Shuttleworth, apparently ;) [06:46] Heh. [06:46] hmm [06:47] for me x-window-system-core was held back from upgrading [06:47] had to force it [06:47] Lathiat, apt-get install xserver-xorg [06:47] i just went apt-get install x-window-system-core and it did the magic [06:47] just wonder why it was held back in an ugprade [06:47] where do i get the non-free packages from guys is there a good repository? [06:47] bezak: "multiverse" [06:47] (i need ppc btw) [06:47] bezak: just like universe [06:47] Mark who ? [06:48] Lathiat, that didn't fix everything on mine ... but yeah just doing dist-upgrade doesn't handle all deps perfectly yet [06:48] cept it has non-free adn contrib in it [06:48] Lathiat: thanks [06:48] bezak: you want universe as well tho, so dont remove that [06:48] Rene_S: Famous Tongan soccer player busted for cava abuse. === Lathiat wonders why the synaptics driver stosp being synatpicsy after a swsusp2 resume [06:48] see hwo it is in xorg [06:48] Lathiat: maybe the kernel driver doesn't quite know how to suspend properly? === hypa7ia [~leigh@user16.megabit.utoronto.ca] has joined #ubuntu [06:49] Ah, no idea, not up on Tongan's unless they wrestle or have 575 million dollars in there bank accounts === |QuaD- [~quad@beac872-0b01-dhcp190.bu.edu] has joined #ubuntu [06:49] it did work a couple times, so it might be a bug in the resume code yeh [06:49] Rene_S: Either that or billionaire IT Ubuntu backer. [06:50] bborkk, Didnt think he was a Billionaire yet [06:50] Where do I put the firefox folder after I ran the installer??? [06:50] Rene_S: Anyone with more money than they can fit in their wallet is a billionaire in my book. [06:50] how does one get java working under Mozilla? [06:50] seek187, wherever you like, I left mine in /home/funkydude/ [06:51] ok === Pizbit [~Pizbit@203-79-124-44.adsl.paradise.net.nz] has left #ubuntu ["Leaving"] [06:51] AlohaWolf: Check the plugins FAQ on mozilla.org. === marooned [~gsmaclean@c-24-8-2-12.client.comcast.net] has joined #ubuntu [06:53] anyone using composite in xorg? [06:53] someone plz tell me if http://ubuntuforums.org/showthread.php?p=13859#post13859 is erroneous. i am not able to install mozplugger. it says it cannot find it. [06:53] I added the config daniels said in his emails but it tells me that Enabled isnt a valid option fo rhte extensions section [06:53] nah, i read the instructions and the part where the guy said it was slow and buggy [06:54] yeh but i play with things :) [06:54] I can handle buggy, but slow I cant deal with === WX [WX@h-68-166-219-29.snvacaid.covad.net] has joined #ubuntu [06:55] ok got that taken care of now for java === daculas [~dac@211.144.192.190] has left #ubuntu ["Client] [06:56] seek187, On the wiki there are instructions [06:56] ok [06:57] nixman: mozplugger doesn't appear to be in ubuntu, at least that i can find. however, it is available in debian unstable, as evidenced by searching the packages.debian.org page. try adding another repository. === Lowry [~Lowry@CPE-144-136-201-14.sa.bigpond.net.au] has joined #ubuntu [06:58] hi [06:58] have any of you guys had experievce with ROX-filer? [06:58] nixman: that said, you should be careful to only take packages you need from other repositories and not perform upgrades from them unless you know what you are doing. [06:58] or should i just use nautilus === SuperL4g [~colbyirc@CPE-69-76-188-71.kc.rr.com] has joined #ubuntu [06:59] I just use N personally [07:00] Only played with Rox once [07:00] bezak: it's quite good, worth a try [07:00] any of you guys playing with Hoary yet? [07:01] damnit [07:01] xorg broke :) [07:01] Yes [07:01] breaks my keyboard too in console mode [07:01] (this is without composite) [07:01] yeah I used to have kde on my old x86 box and konqueror is too feature packed, rox seems small and simple [07:01] Rene_S, how do you like it, thus far? === mbb [Mike@d22-122.rb.gh.centurytel.net] has joined #ubuntu [07:01] superl4g: yea im on hoary [07:01] SuperL4g, Its ok, not as bad as I thought === shashi [~shashi@61.95.195.39] has joined #ubuntu [07:02] i had sound problems, but i worked them out [07:02] running fine so far [07:02] SuperL4g, last upgrade it forgot to install the gnome panel but that was fixable [07:02] Rene_S, what issues have you seen, so far? [07:02] hello, a friend of mine has enabled root on my ubuntu installation, how to undo it? [07:03] SuperL4g, fam is a thing of the past so ya need to install gamin or else its like pulling teeth === shashi is now known as rss [07:03] SuperL4g, things sloow down [07:03] I'm not familiar with fam. [07:03] rene_s: not for me [07:03] Rene_S: so it's slower than warty? [07:03] no super [07:03] No, not really [07:04] Just earlier it had an issue because of a missing file [07:04] Upgrading to hoary - I am getting between 18-35 kB/s Is this normal? [07:04] lowry: thats low [07:04] i was pulling 200+ consistantly [07:05] I am on cable - but via ethernet to a g4 [07:05] SuperL4g, Evolution at least for me is wacked out [07:05] SuperL4g, refused to send emails so I am gonna use thunderbird for now [07:06] bborkk, i uncommented universe and it all seems fine. i still have no idea what the effects of upgrade would be. [07:07] I hope they put the services-admin thing back into system tools [07:07] X.org would be included? [07:07] hmm x.org doesnt work if your using the synaptics driver [07:07] cus it doesnt have one and the config migration breaks :0 [07:08] :) rather [07:08] does ubuntu have a control panel for admin stuff ala the drak tools in mandrake, or am i going to be getting my hands dirty in the text files [07:08] bezak: computer -> system tools [07:08] are they ubuntu native, or borrowed from somewhere else and are they nice to use? [07:09] They are the gnome system tools [07:09] i love them [07:09] oh ok sweet [07:09] im a complete gnome noob [07:09] haha [07:10] Can ubuntu boot from firewire on ppc? === alkibiades [~alkibiade@pD9EC42B4.dip0.t-ipconnect.de] has joined #ubuntu === elmaya [~elmaya@201.128.142.246] has joined #ubuntu === DanielSeuffert [~DanielSeu@62-167-21-24.adslpremium.ch] has left #ubuntu ["Befreit] [07:11] Lathiat: Are you running hoary? [07:11] ww: yar [07:12] Lathiat: I figured. I don't have Computer -> System Tools [07:12] oh [07:12] the computer menu [07:12] not the desktop item [07:12] System Configuration [07:12] Lathiat: Ah, it's Applications -> System Tools [07:12] theres also desktop preferences, depending on what your trying to do [07:12] Rene_S: oh right, my bad [07:12] i wasnt looking at it [07:12] was fixing my broken xorg :) [07:13] There used to be on for services or runlevels whichever ya prefer [07:13] Wow, the internet has killed my spelling [07:14] gah now my panel got all messed up [07:14] Rene_S: rite, u ment witchever === hypa7ia [~leigh@user16.megabit.utoronto.ca] has joined #ubuntu [07:15] WW, heheh ok [07:15] Lathiat: I don't know if what applies in Gentoo applies here, but for Gentoo, we have to use the _external_ synaptics driver for it to work [07:15] I HAVE WIFI!!!!! === HrdwrBoB wonders wtf happened to gnome-bluetooth in hoary === hypa7ia woots [07:15] I HAVE 8TRACK [07:15] I got some bluetooth dongles that I bid for ina fit of craziness [07:15] lol Rene_S [07:15] I HAVE A TAPE DECK > * [07:15] and the drivers load [07:16] I gotta rock [07:16] SuperL4g: synaptics tablet drivers? [07:16] I got a funky radio that is shapped like an oil filter i got when i was 13 [07:16] OKay.... too early for Hoary, but now I'm getting errors when I try to apt-get update [07:16] hypa7ia: yep [07:16] errors like what [07:17] SuperL4g: mine worked out of the box in warty, did it break on upgrade to hoary? === davyd [~davyd@cugglephone.madeley.id.au] has joined #ubuntu [07:17] my hoary upgrade was smooth === davyd pokes DanielS [07:17] where's my xcompmgr ?!?! [07:17] ?!?!?! [07:17] i had to wget the package [07:18] the Packages files wrong [07:18] gen: I didn't proceed, but hold on, I'll put it on my web server [07:18] dpkg -i it [07:18] I went from the CD right to Hoary, only stopped in Warty to pin Kaffeine [07:18] then apt-get -f install [07:18] to get the rest :) [07:18] but the hints to add to the config file didnt work for me [07:18] superl4g: you'll put what on your webserver [07:18] tells me Enabled isnt a valid option [07:18] the error? === L|nu}{ [~linux@ti112210a080-3305.bb.online.no] has joined #ubuntu [07:19] 16kB/sec [07:19] haha [07:19] Lathiat: you're talking to me? [07:19] yar [07:20] geeze some of these pages in firefox the letters are soooooo small [07:20] hmm, is it going to get turned on by default at some point? [07:20] gen: the errors [07:20] i also had to munge my config file cus the synaptics and xtt modules didnt exist that migrated, but it sounds like your xorg is working already [07:20] gen: www.linuxlooney.com/aptgeterrors === MikeSander [~mike@202-172-121-50.cpe.nsw-5.comcen.com.au] has joined #ubuntu [07:20] davyd: well apparently its too slow and buggy at the moment, did you read the email daniel sent out? === ispmike [~mike@c-24-1-247-78.client.comcast.net] has joined #ubuntu [07:20] Hello [07:20] Lathiat: don't think so [07:20] let me bounce it to you [07:20] I'm after a bit of assistance with ClamAV [07:20] Lathiat: cool thanks [07:20] done [07:21] blah@madel....id.au [07:21] hmm, perhaps I should turn it on, and then teach gnome-terminal and panel to use it if it's available [07:21] I got it using synaptic - which has clam version 0.73 === Lathiat files bugs [07:21] The latest version is 0.8 and it won't do an automatic update without it - too old version [07:21] is anyone able to assist? === joolz [~joolz@kiar.xs4all.nl] has joined #ubuntu === |^JaMeS^| [~nobody@cvip-dsl-205-154.cvip.net] has joined #ubuntu [07:22] main problem, is that compiling from source will install to the wrong directories to the ubuntu package [07:22] maybe prefix=/path/path ? [07:23] not sure how the prefix command works [07:23] davyd: http://kaos.vicnet.net.au/ubuntu has a transset deb [07:23] gnome-terminal in ubuntu does not support it [07:23] xcompmgr crashes [07:23] HrdwrBoB: I'm aware it doesn't [07:23] and it's slow as hell [07:23] HrdwrBoB: that is something that should be fixed === deFrysk [~deFrysk@g90181.upc-g.chello.nl] has joined #ubuntu [07:24] I have been informed Konsole now can do translucency via composite [07:24] don't want to be behind the 8ball [07:24] Lathiat: how are exams? [07:24] Thankyou anyone Rene_S has anyone else got any ideas on ClamAV [07:24] will ff1.0 come up in synaptic eventually === Klowner_ [~klown@dax11.revealed.net] has joined #ubuntu [07:25] davyd: crap [07:25] i think i passed physics [07:25] big question i missede tho [07:25] gen, cant see why it wouldn't [07:25] english exam is tomorrow :9 [07:25] :( [07:25] Lathiat: remember scaling ;) [07:25] Lathiat: yeah, I think my brother has english tomorrow [07:25] something else too I think [07:26] two exams in one day? unlucky [07:26] hmm, maybe that's Friday [07:26] only 150 or so students out of all the TEE sitters have two in one day [07:26] gen: you see those error messages? [07:26] gen: I figured rerunning apt-setup would fix the issue, but it doesn't [07:26] what error messages [07:27] gen: www.linuxlooney.com/aptgeterrors [07:28] let's see your sources.list [07:28] gen: what I did was s/warty/hoary in sources.list, apt-get update, changed my mind, and switched back to warty. [07:29] switched back? [07:29] yeah [07:30] I never actually performed the upgrade [07:30] so whats the question if you dont want hoary [07:30] I cannot run an update now, without getting those errors. [07:30] hmmm.. are we supposd to file hoary bugs in bugzilla? [07:31] do you have multiverse or universe enablked [07:31] enabled* [07:31] seems to be no option for watrty/hoary and it sent my bug to warty-bugs@blah when i submitted it [07:31] Hmm i am confused how in the world does gnome system monitor take up 18.2 mb of mem when i just opened it ? [07:31] gen: same domain /sources.list [07:32] SuperL4g: i really don't know why those erros would be occuring === orospakr [~orospakr@CPE00a00cc1c1a6-CM00407b87b341.cpe.net.cable.rogers.com] has joined #ubuntu [07:34] has anyone here managed to get java working in mozilla? [07:34] AlohaWolf, everyone here has managed that [07:34] Rene_S: top :-( [07:35] hypa7ia, bottom :) [07:35] well.. I followed the peachy little directions, and everytime I navigate to a page that has Java on it in mozilla, mozilla promptly crashes [07:35] hypa7ia, hehe [07:35] Rene_S: top isn't accurate.. try xrestop [07:36] command not found ;( === GammaRay sighs === billytwowilly [~chris@S0106000c413a2c0c.ed.shawcable.net] has joined #ubuntu === WW [~wweckesse@67-138-154-142.dsl1.nor.ny.frontiernet.net] has left #ubuntu [] [07:37] top worked though [07:37] Rene_S: side? [07:37] hypa7ia, back [07:37] well shucks.. it seems you are defeated [07:37] probably should give up [07:37] How can I basically dump the existing apt config and start over? [07:37] apt-setup alone isn't fixing the issue === seek187 [~seek187@67-42-50-63.eugn.qwest.net] has joined #ubuntu [07:38] Yep gonna go back and apologize to Uncle Billy and ask for his forgivness [07:38] got it. [07:39] hehe I got 0 zombies on my computer. === oferw [oferw@217.132.16.197] has joined #ubuntu === skar is now known as skar_away === skar_away [~skar@61.247.249.57] has left #ubuntu [] === natea [~natea@h000f66a887c6.ne.client2.attbi.com] has joined #ubuntu === rskrodzki [~rskrodzki@CPE000ae62705a3-CM014490004397.cpe.net.cable.rogers.com] has joined #ubuntu === rskrodzki is now known as Rene_S [07:45] exir [07:46] bigtony: [07:46] hey [07:46] over here === mask2412 [~mask2412@pD9E1F89C.dip.t-dialin.net] has joined #ubuntu [07:50] any of you guys run KDE on your Ubuntu boxen? [07:50] bigtony: [07:51] Nope, just a couple of apps that use kde libs [07:51] ibid. just Scribus, at the moment. === ubll [ubll@cpe-065-184-044-045.nc.rr.com] has joined #ubuntu [07:52] Kaffeine and Apollon for me === scandium [scandium@linoratix.com] has joined #ubuntu === theantix [~ryan@80.198.novustelecom.net] has joined #ubuntu === mask2412 [~mask2412@pD9E1F89C.dip.t-dialin.net] has left #ubuntu [] === punkass [~punkass@S01060040f47277e5.cc.shawcable.net] has joined #ubuntu === adoyretsamon|utb [~tux@ip24-252-193-86.mc.at.cox.net] has joined #ubuntu [07:54] bigtony, going on hoary [07:55] nice === doko [doko@dsl-082-082-070-091.arcor-ip.net] has joined #ubuntu === iz [~iz@81.171.17.44] has joined #ubuntu [07:56] where would i find the xcompmgr for xorg? [07:59] who decides that the plural of box is boxen? === Telep [~danikoski@61-39.dhcp.cs.uta.fi] has joined #ubuntu === Telep_ [~danikoski@61-39.dhcp.cs.uta.fi] has joined #ubuntu [08:01] bezak, some nerd :> === Telep [~danikoski@61-39.dhcp.cs.uta.fi] has joined #ubuntu [08:01] my rhythmbox decided not to work after an update to hoary..anyone else run into the same thing? [08:01] ubll: lol it just seems rediculous to me the plural of box is obv. boxes [08:02] noooooo [08:02] it's totally boxen [08:02] :-) [08:02] lol [08:02] hypa7ia: what is that german or some shit haha :) [08:02] ox:oxen::box:boxen [08:02] lols [08:03] hey, i got 800 on the verbal SAT. i say it goes! [08:03] mwahahaha [08:03] Hmm German should never be compared to some shit .... its just not nice [08:03] haha i dont even know what an SAT is === hypa7ia knows no german [08:03] in german plurals are usually formed by adding -en to the end of singular nouns [08:04] so box, would be boxen [08:04] bezak: a stupid standardized test that middle class white kids do best on. it's pretty worthless, but american college admissions are totally based on it. [08:04] hah, cool [08:04] hypa7is: is that some shit like a cow is to a sheep like a car is to truck that stuff? *shows complete ignorance of US education system* [08:05] davyd: pong [08:05] daniels: boo [08:05] any .debs for Firefox 1.0? :) [08:05] daniels: your packages file for xcompmgre is b0rked [08:05] daniels: hey! [08:05] bezak: yeah, similar, it's like an IQ test. [08:05] thus the blatant bias [08:05] :-( [08:05] haha cool [08:05] luckily up here it means nothing :-) === hypa7ia is in canada [08:06] sweetness [08:06] where are you at bezak? [08:06] melBORN [08:06] haah aus [08:06] Lathiat: in what way? [08:06] cool! [08:06] Canada is not up here [08:06] well it couldnt find the package when it went to download it, so i assume its giving it the wrong URL [08:07] Lathiat: 'deb http://people.ubuntu.com/~daniels/ xcompmgr/' worked for me [08:07] ohhh [08:07] note that this is entirely different from deb http://people.ubuntu.com/~daniels/xcompmgr/ ./ [08:07] i did /xcompmgr/ ./ [08:07] We left and went to Europe, and we are taking Alaska with us [08:07] rightio :) [08:07] yeah, don't do that [08:07] Rene_S: hey, i'm north of you still :-) [08:07] hey that;s my joke! === hypa7ia grins [08:07] what version of firefox is on horay? [08:07] also when i add the lines to load the compsite extension [08:07] Lowry: rc1 I think [08:07] X dribbles and says that Enabled isnt a valid option for that section === hypa7ia ponders grabbing firefox off hoary [08:08] ive got an 80 gig hdd how much should i give linux (main system) and how much mac os x (for when shit wont work in linux) im thinkin 60/20 what do you guys think? anyone used Mac On Linux? [08:08] I should read up on gstreamers, no idea what they are [08:09] Rene_S: gstreamer is a library that provides audio/video playback/etc support [08:09] encoding, decoding, playing, streaming, etc [08:09] Lathiat, awww you wrecked my late night reading hehe, thanks for the info [08:10] Rene_S: oh thats only just a basic description, it does lots of cool stuff and more than that [08:10] its fun to play with [08:10] bezak: i have an 80 gigger and kept 10 for winblows [08:10] especially the video effects [08:10] hypa7ia: yeah i think mac os x is a bit more of a hdd hog [08:10] My current dilema of the day is how to add a xmms skin to Beep Media Player [08:10] well, my mac install was about 2 gigs [08:10] when i had a mac *cries* [08:11] bezak: go with 15 maybe? [08:11] Anyone tried PearPC lately? [08:11] is there any dvd compression software, like to fit dual layer dvds on a standard single layer dvd === SuperL4g laughs, since 4 of us are looking at the forums thread on Firefox 1.0 on Warty. >:) [08:11] hypa7ia: yeah sounds good [08:11] daniels: is this what i need to get transparencies etc working: deb http://people.ubuntu.com/~daniels/ xcompmgr/ [08:11] ubll: no, but i hear CherryOS is mighty tasty :-p === hypa7ia roffles [08:12] ubll: i have, just install tiger on it [08:12] CherryOS eh? [08:12] ubll: it was a scam... [08:12] well tiger beta [08:12] long story. [08:13] I broke CherryOS when I was single and unmarried [08:13] XD [08:13] I would give os x 10+ === deprecated is away: A lurking we will go... Oh a lurking we will go... [08:14] daniels: Any idea on the valid option thing? [08:14] Lathiat: s/Enabled/Enable/ [08:14] punkass: yeah, then run xcompmgr === Despair [~Despair@69-169-250-171.lndnnh.adelphia.net] has joined #ubuntu [08:15] got it..thanks [08:15] hmm so technically PearPC is a mac emulator that will let me run Darwin [08:15] i have composite enable and everything seems fine..nothing is slow (yet) [08:15] Rene_S: yup [08:15] daniels: ah right [08:15] like power pc [08:15] Lowry: yeah not under 10 [08:16] So this works on x86 boxes ? [08:16] Rene_S: no itll let you run Mac OS X [08:16] Rene-S: you can run darwin native on x86 === TongMaster [~TongMaste@adsl-58-119.swiftdsl.com.au] has joined #ubuntu [08:16] like a ppc chip but slow === phin [~phin@pcp01183990pcs.strl301.mi.comcast.net] has joined #ubuntu [08:16] Ahh I get it VMware for OSX [08:17] hey, i have the new xorg installed from hoary, how do i get xcompmgr and transset? do i needs to compile them myself? [08:17] lol..ok running xcompmgr -cfF makes it slow...doh [08:17] punkass, did you just build your own xcompmgr? [08:17] still at 24kB/sec [08:17] Rene_S, What is VMWare? I hear it mentioned a lot... === Skif [~emschwar@216.17.176.4] has joined #ubuntu [08:17] Rene_S: http://pearpc.sourceforge.net/ === ophie [~ophie@1010bhost8.starwoodbroadband.com] has joined #ubuntu [08:17] add this to your sources list: deb http://people.ubuntu.com/~daniels/ xcompmgr/ [08:17] what about transset? [08:17] then install it [08:18] dunno what that is [08:18] sets the transparency of the windows === p0int [point@203.130.197.108] has joined #ubuntu [08:19] Anyone care to explain to me what VMWare is? [08:19] virtual machine [08:19] VMware is a program that will let ya run Windows [08:19] lets you run windows in a box :P [08:19] vmware is your new god [08:19] It is like virtual pc for the mac [08:19] it can run other os's [08:19] phin [08:19] Can you run other OS'es in it? [08:19] qemu [08:19] can do that too [08:19] for free [08:19] You have intel calls on a ppc chip [08:19] ubll: it's an x86 emulator [08:19] sweet [08:19] so yes [08:19] i got free vmware as well [08:19] my work paid for it [08:20] :-P [08:20] nice [08:20] agreed [08:20] have it at work too [08:20] So could I run Ubuntu within this VMware? [08:20] ooh how much does composite suck on my 266mhz :0 [08:20] ubll: yes [08:20] no [08:20] but need tons more ram [08:20] run windows [08:20] withen vmware [08:20] on top of ubuntu [08:20] :P [08:20] ubll, yes [08:20] or what phin said, which I do [08:20] holy crap that is awesome [08:20] ubll: you can get a 30 day vmware trial from www.vmware.com [08:20] i just have a side windows pc [08:20] for photoshop [08:20] and games [08:20] hehe [08:20] any speccy demos for compositing? [08:21] then I think it's USD$180 ish for a license [08:21] lots of nesting therein === Fire_Egl [AtlanticaD@70.144.10.134] has joined #Ubuntu [08:21] student license is cheaper [08:21] not sure how much [08:21] there's a student license? man... [08:21] davyd, which version is it I want to dl? [08:21] davyd, i think so [08:21] photoshop? pfft [08:21] ubll: vmWare Workstattion 4.5 [08:21] davyd, thank you :) [08:22] davyd, be warned [08:22] it will slow your system some [08:22] even while not running [08:22] esp with only 512mb ram [08:22] if its running at the same time [08:22] yes it will [08:22] and the host os runs much slower [08:22] then if you where to run it nativly [08:23] sure [08:23] but otherwise...cool [08:23] oh ya [08:23] definitly cool [08:23] i had redhat, mdk, ubuntu, win98, winxp, win2000 image files [08:23] It'll slow my system even when not running?? [08:23] phin, you can make === stvn [~steven@82.197.192.33] has joined #ubuntu [08:23] qemu convert them too [08:23] how fast is qemu? [08:23] and use those in it [08:23] pretty fast [08:23] ubll: no [08:24] nomasteryoda: put 1.5 gigs of ram in your machine ;) [08:24] it's not vmware, but a nice opensourceapp [08:24] davyd [08:24] yea [08:24] i would [08:24] nom: i run netbsd as my workstation at work [08:24] but it is tha crappy RAMbux [08:24] bus [08:24] with a nice little windows xp icon on my desktop for when my boss uses the pc [08:24] he gets a chuckle out of it [08:24] lol [08:24] very pricy [08:24] nite all [08:24] or morning [08:24] nite [08:24] evening,etc === nomasteryoda is away: go away...i'm not here === |QuaD| needs a windows box of .net development [08:25] im gonna test xcomp [08:25] on this k6-2 300 [08:25] hehe [08:26] its got a large amount of mem, 64 megs [08:26] hehe [08:26] <|QuaD|> xcomp? [08:26] hehe? [08:26] man how do you take a screenshot [08:26] theres no take screenshot in the menu of ubuntu like default gnome :) === netdur [~netdur@adsl-168-45-192-81.adsl.iam.net.ma] has joined #ubuntu [08:26] <|QuaD|> Lathiat: there isi n mine [08:27] Lathiat: you seem a little too happy about that [08:27] how bout them Xen.. [08:27] GammaRay: yeh [08:27] heh [08:27] |QuaD|: where? [08:27] <|QuaD|> under computer [08:27] Lathiat: use the gimp [08:27] Lathiat: computer > take screenshot... [08:27] since screenshooter probably broke in the move to gnome-utils [08:28] i dont have it either [08:28] whoa [08:28] omg [08:28] this is pimp [08:28] Lathiat, richtklick the panel , select add and choose the screensot-app [08:28] these shadows [08:28] ya know [08:28] this isnt to bad on here [08:28] lol [08:28] question: how do i a samba install i went to install samba without realizing it was already installed now everytime i use synaptic i get error processing samba? i tried apt-get -f install [08:28] it doesn't work [08:28] phin: yeah its not bad eh...a little slow tho [08:29] <|QuaD|> Lathiat: are you using warty? [08:29] haha [08:29] well [08:29] |QuaD|: hoary [08:29] i figure wtf [08:29] this pc is a peice of crap [08:29] <|QuaD|> that might be why [08:29] heh need to insall gnome-screenshot [08:29] <|QuaD|> i am using warty [08:29] yeah i am hoary too [08:29] k6-2 300, 64megs of mem with a neogeo onboard pci video, 2 megs of mem [08:29] and its running the undershadows pretty nicely, better then i assumed [08:29] the redraw is a little show [08:30] heh [08:30] pretty cool [08:30] well [08:30] dang i get mplayer to run for jack on my system :( [08:30] its not much slower [08:30] its like [08:30] phin: lol well i have the shadows goin on a 1.7 athlon with 512meg and a 5900xt and its still a little slow [08:30] 5% slower [08:30] if that [08:30] far less then i expect === jjh [~jjh@cable-68-190-4-68.abr.al.charter.com] has joined #ubuntu [08:31] this comic is the ultimate word on internet flame wars. [08:31] http://www.penny-arcade.com/view.php3?date=2004-03-19 [08:31] lifeless: you around? [08:31] yeah, guys, Composite is slow, seriousl [08:31] i wasn't lying when I said that [08:31] Lathiat: is there really a package called gnome-screenshot [08:31] justdave, he's busy atm [08:31] hehe [08:32] server side shadows suck [08:32] i wish i could adjust em a bit [08:32] <|QuaD|> wtf? i just did a free -m... doesn't show my full 1024 megs of ram... only 8 something [08:32] daniels: its not brutal..but its noticably slower [08:32] <|QuaD|> why is that [08:33] TongMaster: k, thanks [08:33] actually [08:33] daniels: its not to bad on this pc [08:33] its not much slower then it was already [08:33] i like this: xcompmgr -c -r3 -o.5 -l0 -t0 [08:34] daniels: did you notice that the Xorg manual pages contain "__appmansuffix__" in the 'See also' section? [08:34] nice punkass! [08:34] :) [08:34] thats my new setup [08:34] do nvidia's drivers work with xorg? [08:34] mine are [08:34] and im just using the ubuntu nivdia-glx package === SuperL4g [~colbyirc@CPE-69-76-188-71.kc.rr.com] has joined #ubuntu [08:35] Treenaks: phat [08:35] that's what I'm using on warty too, so looks hopeful .. thanks [08:35] Treenaks: will fix that one later today if I get around to it, thanks === maxo [~maxo@208.51.51.181] has joined #ubuntu === deFrysk [~deFrysk@g90181.upc-g.chello.nl] has joined #ubuntu [08:36] daniels: any word on transset? === king_arthur [~chatzilla@adsl-48-50.37-151.net24.it] has joined #ubuntu === alka_trash [~homer@c-67-166-91-212.client.comcast.net] has joined #ubuntu [08:38] I just upgraded to hoary :D [08:39] alka_trash: what gfx card do you have? [08:39] nvidai [08:39] that one [08:39] 10 more min to hoary ppc [08:39] alka does firefox work with you? [08:39] although nautilus is slow now [08:39] umm === Skif [~emschwar@216.17.176.4] has joined #ubuntu [08:40] yes, but it's slow [08:40] it's like I have a conflict [08:40] sine upgrading to hoary firefox stopped working [08:40] ouch [08:40] galeon and mozzila are OK [08:41] when clicking on nautilus home, it takes three seconds to come up, before upgrade it was almost instant [08:41] alka_trash: the nautilus issue can apparently be solved by "apt-get install gamin" [08:41] same with me [08:41] nice [08:41] windows take ages to pop up [08:41] worked for me [08:42] downloading now [08:42] does anybody use firefox with hoary [08:42] yes [08:42] i am [08:43] how does work no prob? === RuffianSoldier [RuffianSol@dhcp024-209-106-036.woh.rr.com] has joined #ubuntu [08:43] no prob [08:43] Telep: Your my best friend! [08:43] :-( [08:43] it's snappy again :) [08:43] king_arthur: what's your error [08:43] alka_trash: the feeling is mutual, I'm sure :) [08:43] on the off chance anybody here knows, wtf is "Standard_Type.hxx", and is there any way to tell [08:43] what package provides it, if any === Skif couldn't find it on packages.d.o, but who knows... [08:44] have to lcheck window onthe linuxbox [08:44] holdon one sec [08:44] what i do notice is that when i maximize a window now it covers and panels [08:44] punkass: yeah give me a bit, in the middle of fixing the bugs reported today [08:44] s/and/any/ [08:45] daniels: no worries, just curious [08:45] punkass: i'll send the xorg package around for another build, then I'll get to transset and stuff while that's building [08:45] cool [08:45] almost time for my sleep anyways [08:45] daniels: You're the one working on xorg, right? === phin [~phin@pcp01183990pcs.strl301.mi.comcast.net] has joined #ubuntu [08:46] heh [08:46] daniels: can we get a xserver-xorg component on bugzilla? [08:46] i dunno why [08:46] this is crazy, but xcompmgr runs about 99% the same speed running [08:47] maybe cause is runs so friggin slow anyway, who knows [08:47] lol [08:47] is xcompmgr available now? [08:47] alka_trash accesskey="@allowPopups.accesskey;"---------------------^ [08:47] Lathiat: use xfree86 in the meanwhile [08:47] fabbione: i have been [08:47] and specify XOrg in the subject [08:47] alka that's the error message I get [08:47] fabbione: was just saying, be nice to get one [08:47] only bug i have [08:47] any clues? === RuffianSoldier [RuffianSol@dhcp024-209-106-036.woh.rr.com] has joined #ubuntu [08:47] is sometimes a window stays on top [08:47] fabbione: did that as well :) youve got two from me [08:47] no matter what [08:47] Lathiat: yes we knos :-) [08:48] Lathiat: really? [08:48] yeh [08:48] one about synaptics the other about xtt [08:48] king_arthur move your .mozilla foler to .mozilla.old [08:48] synaptics is not an X.org problem [08:48] read my answer [08:48] and xtt is invalid [08:48] oh hadnt got that yet [08:48] anything more? [08:48] i just replied === iainm [~iain@c211-28-245-186.eburwd5.vic.optusnet.com.au] has joined #ubuntu [08:48] alka from where? === MeAndU [~ubuntu32@82.194.45.129] has joined #ubuntu [08:48] alka home? === telemaco [~telemaco@213.99.56.34] has joined #ubuntu [08:48] yep [08:49] OK try right now holdon [08:49] fabbione: i just did apt-get install x-window-system-something because it was being held back and xorg hadnt upgraded [08:49] and when i did that it pulled in and removed the required stuff [08:49] gues not all of it then [08:49] Lathiat: did you read the announcement? [08:49] and how to do the upgrade? [08:50] i just replaced warty with hoary === Lathiat re-reads it [08:50] it's not like we write FAQ and documentation for nothing [08:50] and did an apt-get dist-upgrade [08:50] worked np [08:50] king_arthur: it's worth a shot, you'll loose all your settings too === Telep [~danikoski@61-39.dhcp.cs.uta.fi] has joined #ubuntu [08:50] can someone kindly help me with samba for some reason it keeps throwing errors every time i run synaptic === punkass did the same as phin and it worked fine [08:51] man i cant believe i only see like a 5% performance drop, at most [08:51] that's because we tested it :-) [08:51] hehe [08:51] its probly cause this things so slow [08:51] its able to draw at the same speed [08:51] lol [08:51] alka_trash just tried, makes no difference :-( [08:51] well the fact that i and upgrade 612 packages and everything just works..is pretty impressive [08:51] hmm === mrjive [~mrjive@net-206-24.noicomnet.it] has joined #ubuntu [08:52] tho esd seems to try and rule the sound world now..have to kill it before rhythmbox will play anything [08:52] alka does the erro message tell anything to you? [08:52] fabbione: i changed to hoary, did an update and a dist-upgrade, am i missing something in the email? [08:53] I have tried re-intsall, remove and install again, no difference [08:53] Lathiat: you said you did something else [08:53] punkass: sounds like rhythmbox's fault... esd does not "lock" your sound card like arts [08:53] fabbione: i just did apt-get install x-window-system-something [08:53] What package is xcompmgr in? [08:53] oh right [08:53] like i said === volvoguy [~volvoguy@pcp09041910pcs.rocsth01.mi.comcast.net] has joined #ubuntu [08:53] it didnt upgrade [08:53] it was held back [08:53] of course [08:53] that's why you need a dist-upgrade [08:53] no [08:53] otherwise it doesn't work [08:53] i did a dist-upgrade [08:54] and it had all done [08:54] and i did it again and it was still held back [08:54] you need to upgrade then dist-upgrade [08:54] you guys talking about the x.org packages? mine didn't upgrade with a dist-upgrade either. === janga_ [~janga@dialin-145-254-238-012.arcor-ip.net] has joined #ubuntu [08:54] oh thats right i had to install xserver-xorg after my dist-upgrade [08:54] Oh yeah, I guess I did too. :P [08:54] yep. me too punkass. (heh. that sounds funny) [08:54] do you have ubuntu-desktop package installed? [08:54] volvoguy: punkass do you have ubuntu-desktop installed? [08:55] I bet you guys installed totem-xine or something [08:55] i don't have ubuntu-desktop installed. [08:55] yep [08:55] Not I. [08:55] hmm [08:55] i have totem-xine for sure [08:55] i dont either [08:55] I have ubuntu-desktop installed. [08:55] volvoguy: than you are on your won :-) [08:55] So you need to add x.org when dist upgrade is done? [08:55] ahh [08:55] own even === AlohaWolf [~alohawolf@cpe-24-24-251-219.socal.rr.com] has joined #ubuntu [08:55] i installed totem-xine [08:55] rightio [08:55] got the problem now :) [08:55] king_arthur: how about running it as root? or maybe downloading the latest and running it? [08:55] Is there a package for xcompmgr? [08:55] do you think that will cause other x.org problems other than missing that one package? [08:56] no i didnt have ubuntu-desktop installed [08:56] Amaranth: yes, deb http://people.ubuntu.com/~daniels/ xcompmgr/ [08:56] volvoguy: you will not get future packages that the desktop requires [08:56] volvoguy: ubuntu-desktop forces the dependency required to install x.org [08:56] maybe a message to the users mailing list is in order. [08:56] aka I just did distr-upgrade === Lathiat reverts to totem-gstreamer, i had only installed it to try somethign anyway [08:56] it's always been the case that removing ubuntu-desktop put you out on your own [08:56] and the latest firefox IS installed [08:57] I'd forgotten that I had done that :) [08:57] my bad :) [08:57] bob2: i never knew that...installing it how [08:57] at least it was yesterdat :-) [08:57] s/how/now [08:57] yeah. i know bob. totem-xine just works so much better for me. :) [08:57] fabbione: sorry :) === Elwood [~Elwood@ppp-62-11-186-195.dialup.tiscali.it] has joined #ubuntu [08:57] hi all [08:57] ciao elwood [08:57] hi [08:58] brb [08:58] so xorg in wharty? [08:58] i guess this teaches the lesson that if you're using an "in-progress" distro, it's best to use the suggested packages. :) [08:58] hmm so with ubuntu-desktop you can use totem-xine? [08:58] Elwood: no, in hoary [08:58] can = cant [08:58] punkass: yes [08:58] cus you stray away from the desktop, not using totem-gstreamer [08:58] hmm [08:58] uhm hoary is stable? [08:58] no [08:59] Elwood: hoary is unstable [08:59] but some of us are daring ;) [08:59] i wouldnt care..its just nice to have the codecs etc [08:59] Elwood: warty will never get new packages [08:59] except for ecurity fixes, etcd [08:59] hoary works fine but irt is not stable [08:59] is the gnome menu slowness a byproduct of not having ubuntu-desktop also? [08:59] ok [08:59] warty is for getting things done [08:59] volvoguy: have you done `apt-get install gamin` yet? [08:59] for me is enough that works fine :) [09:00] whats gamin? [09:00] vai elwood [09:00] despair: yes. that fixed it. i was just curious if that was a lack of ubuntu-desktop as well. [09:00] phin: less miserable replacement for fam. [09:00] whats fam? [09:00] lol === mvo|hockey [~egon@suprimo-159.ping.de] has joined #ubuntu [09:00] to dare or not to dare.... [09:00] daemon that watches for alterations to files [09:00] ah [09:01] hey, don't smack me for going off topic for a sec, but did anyone in north america see the northern lights tonight? === agenteo [~agenteo@84.222.63.44] has joined #ubuntu [09:01] ya [09:01] nope. [09:01] the main downside to composite i have [09:01] nah [09:02] is that it doesnt handle window placement well [09:02] far to cloudy here [09:02] bittornado-gui seems to use a lot of cpu-power with xorg [09:02] like if i open a new window, it stays over all the windows [09:02] no matter what === freenode_ [~fanm@218.Red-80-59-52.pooles.rima-tde.net] has joined #ubuntu === phin shrugs [09:02] tommorow nights supposed to be prime northern lights viewing for the northwest US === ^ToTo^ [~ToTo@82.52.75.115] has joined #ubuntu [09:02] oh well thats testing for ya :P [09:02] they were amazing. i guess it's a big deal that they're being seen really far to the south - as far south as california. [09:02] really? well i am in BC canada [09:03] i can see them from detroit! [09:03] :) [09:03] i'm in detroit, michigan. :) i'm 30 and i've never seen them here. [09:03] so i should be able to see them if its not to cloudy === ^ToTo^ is now known as ToTo [09:03] okay how does this ubuntu calendar thing work? I installed it but it doesn't show up. I must be missing something very simple :/ [09:03] i can see em from detroit :P [09:03] where are you phin? [09:03] sterling heights [09:03] rochester here. [09:03] i drove up over by stoney creek last night [09:03] small world. [09:03] to see em good [09:04] you know if you go up mound, to 28 mile, and take a left, theres the bridge right there? [09:04] good spot to see em [09:05] alka_trash u still there? [09:05] yep [09:06] any other brilliant idea for my firefox problem? [09:06] :-) [09:06] really [09:06] what did you do [09:06] ? [09:06] I am usng it right now [09:06] on the iMac :-) [09:06] ? [09:06] but on the linuxbox nope [09:07] ubuntu on IMac? [09:07] oh [09:07] that is a possibility [09:07] imac g5? [09:07] I mean I have that as well [09:07] or g3? [09:07] g4 [09:07] works fine but makes no real sense [09:07] of coarse [09:07] g3 [09:07] im on a PowerPC G3 [09:07] should work' [09:07] but im using stupid stupid 0s 9.2 [09:08] has anybody airport active? [09:08] i have ubuntu on a G3 imac as well. [09:08] this might help [09:08] http://www.ubuntuforums.org/showthread.php?t=464 [09:08] good volvoguy you are one of us :-) === Tomcat_ [Tomcat@pD95E6C34.dip.t-dialin.net] has joined #ubuntu === Amaranth [~travis@amaranth.user] has joined #ubuntu [09:09] i tend to stay on my 2.8Ghz P4 more often. it's a little faster. :-) [09:09] king_arthur: http://www.google.com/search?hl=en&lr=&c2coff=1&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&q=accesskey*allowPopups+firefox&btnG=Search === Safari_Al [~tr@ppp38-150.lns1.adl1.internode.on.net] has joined #ubuntu [09:10] Alka I am looking :-) [09:10] king_arthur: I looked at a couple but there all in foreign languages [09:11] king_arthur: i think the wiki still reports that airport doesn't work at all. [09:11] may be it deepends on the language? === sid77 [~sid77@host98-44.pool8020.interbusiness.it] has joined #ubuntu [09:11] volvoguy that's not what I heard [09:11] somebody is using it === sid77 'morning [09:12] hi === Amaranth [~travis@63-229-188-179.sxcy.qwest.net] has joined #ubuntu [09:15] Just started setting up - how long will the upgrade take? [09:15] one of the websites i run is buying me an iBook so i can keep updating the site after i have back surgery. i'll have to worry about about airport stuff in the near future. :) === atropus [~distvan@bipc36.szef.u-szeged.hu] has joined #ubuntu [09:15] gl with your back [09:15] i dont think airport works with linux [09:15] cause of the chipset [09:16] thanks lowry! === adnans [~adnans@linuxgoeroe.demon.nl] has joined #ubuntu [09:17] it's enough to change warthy with hoary in sources.list to change? [09:17] i had to remove the security sources,tright? [09:18] I have just tried raythembox and when i import a folder this error pops "there is no plug in installed to handle a MP3 file" why [09:18] Elwood: keep the security ones [09:18] ok === cenerentola [~cenerento@84.222.38.133] has joined #ubuntu [09:18] anyone bsides me having problems with mplayer not loading? [09:18] MeAndu: install mplayer and try with it [09:19] ok. bedtime. g'night everybody! [09:19] later === volvoguy [~volvoguy@pcp09041910pcs.rocsth01.mi.comcast.net] has left #ubuntu [] === alka_trash [~homer@c-67-166-91-212.client.comcast.net] has left #ubuntu [] [09:19] mine says starting mplayer and then it just goes away :( === jamesh [~james@203-59-50-191.dyn.iinet.net.au] has joined #ubuntu [09:20] atropus, mplayer is installed and these files are playing well on other apps [09:21] atropus, I want to try raythembox === calc [~ccheney@ip70-185-2-220.ma.dl.cox.net] has joined #ubuntu === seb128 [~seb128@ANancy-151-1-17-243.w83-194.abo.wanadoo.fr] has joined #ubuntu [09:23] http://gstreamer.freedesktop.org/src/gst-plugins/gst-plugins-0.8.1.tar.bz2 [09:23] maybe it helps you [09:23] atropus when you get time can you help me with mplayer please? [09:24] i am not a guru but maybe i can help you [09:24] thats fine i'm a newbie on linux [09:24] when i run mplayer i get illegal instructino [09:25] and it will not start [09:25] http://www.linuxforums.org/forum/post-127198.html [09:25] looking there now thanks [09:25] window 29 [09:26] bigt: I use this link [09:26] to install mplayer from source [09:26] ok let me try that [09:26] and i swear there must be a bug in the samba pre-removal script [09:26] and it works fine [09:26] cause it simply will not go away no mater what i do [09:27] ok gonna try it [09:29] I have 60 Mbyte free space on my hdd and GNOME doesn't start. It is freezing.... Is it correct? === cenerentola_ [~cenerento@84.222.39.245] has joined #ubuntu === phin [~phin@pcp01183990pcs.strl301.mi.comcast.net] has joined #ubuntu [09:30] well that was cool [09:30] only complaint is that sometimes windows don't go over correctly with composite [09:30] can i paste something in here to see if anyone else gets this error? [09:31] with samba its annoying the piss out of me :) === bigtony [~bigtony@c-24-99-11-82.atl.client2.attbi.com] has joined #ubuntu === ubll [ubll@cpe-065-184-044-045.nc.rr.com] has joined #ubuntu [09:32] http://nopaste.php-q.net/ [09:32] ok [09:32] thanks [09:34] http://rafb.net/paste/results/rQVWT553.html === pdaoust [~paul@S010600400559f412.ok.shawcable.net] has joined #ubuntu [09:35] wow, it's so quiet this time of night... [09:36] after midnight on the west coast [09:36] I'm talking to thin air; this is weird [09:36] Need some upgrade help [09:36] if someone talks in a chat room and nobody's around to read it...... [09:36] ? [09:36] Lowry, what's your problem? [09:37] hello? [09:37] config file /ect/pbbuttonsd [09:37] hope you didn't take that in a rude way -- I meant what sort of help do you need? [09:37] oooo [09:37] never even heard of that one [09:37] what does it do? ^_^ [09:37] keep or replace> === dagalicous [~dagalicou@cpe-024-211-169-146.nc.rr.com] has joined #ubuntu [09:38] what are you upgrading from/to? [09:38] Warty to Hoary, or from some other distro to Ubuntu? === jin [~jin@220-244-249-169.tpgi.com.au] has joined #ubuntu [09:38] warty to hoary [09:39] ohhhhhhhh, you're on an Apple notebook, right? [09:39] default is to keep my version [09:39] yes ppc g3 powerbook [09:39] do you have a third option, to replace interactively (i.e., diff)? [09:40] install maintainers === jpvcx [~jpvcx@g3140.upc-g.chello.nl] has joined #ubuntu [09:40] keep current [09:40] show differences [09:40] or background [09:40] hi everyone: how do i mount my ntfs drive in ubuntu? [09:41] jin: first create a directory like /windows [09:41] $ sudo mkdir /windows [09:41] jin: then go === b_e_n_z [~Mercedes@vp183179.kln.uac68.hknet.com] has joined #ubuntu [09:41] go where? [09:43] Lowry: try 'show differences' [09:43] Hi! Is there a graphical cd-writing stuff for ubuntu? === p0int [point@203.130.197.108] has joined #ubuntu [09:43] http://ubuntuforums.org/showthread.php?t=1886&highlight=ntfs [09:43] thts how you mount ntfs drives [09:43] atropus, xcdroast, eroaster === duke|ib [dukeku@c-24-21-168-125.client.comcast.net] has joined #ubuntu [09:43] tnx [09:43] cpuload, netload [09:44] npo [09:44] min max [09:44] Lowry: unless you've been reprogramming certain buttons/keys to do special things, I'd just use the new version === KarlosII jumps sky high out of his chair [09:45] thx [09:45] Lowry: no prob! [09:45] how do i get back to the upgarde [09:45] (END) === jolg [~jolg@h150n2fls32o868.telia.com] has joined #ubuntu [09:47] hi I'm tring to change the default umask in ubuntu, I've looked in .bash_profile and I see # the default umask is set in /etc/login.defs but there is a umask even in /etc/profile. If I change /etc/profile when will I need to change /etc/login.defs? === KarlosII points to the sound from the web page of http://www.ctv.ca/servlet/ArticleNews/story/CTVNews/1100019086930_95428286/?hub=TopStories [09:48] lowry: this is where my expertise ends... I've only been using Ubuntu since yesterday morning ^_^ [09:48] lowry: sorry === Elwood [~Elwood@ppp-62-11-186-125.dialup.tiscali.it] has joined #ubuntu [09:49] is there any ubuntu package to graphical cd-writing? I want install with apt-get [09:50] atropus: To burn what? [09:50] data cd, iso, music cd... [09:50] multi session data disk [09:50] good bye, folks; I'm off to bed. [09:50] no idea about that, but the nautilus cd burner does most things you want [09:51] atropus, xcdrecor [09:51] atropus, or gcombust or xcdtoaster === sid77 study time! === tensor [~t@203.131.101.38] has joined #ubuntu [09:51] ok i try it thanx [09:51] atropus, try these on gnome or k3b on kde === MarcN_ [~marc@dsl.wildcat.MV.COM] has joined #ubuntu === pdaoust [~paul@S010600400559f412.ok.shawcable.net] has left #ubuntu [] === pisuke [~luis@84-120-70-104.onocable.ono.com] has joined #ubuntu === tensor [~t@203.131.101.38] has left #ubuntu [] [09:54] hi. I need a xvid codec for totem. any ideas? I installed the codec pack from the mplayer web, but xvid seems to be missing. [09:55] also tried marillat repository but failed to install mplayer [09:56] failed why? [09:56] pisuke, try xine [09:57] Elwood, it said broken packages [09:57] http://www.linuxforums.org/forum/post-127198.html [09:57] and i am using totem-xine [09:57] try with it === ubll [ubll@cpe-065-184-044-045.nc.rr.com] has joined #ubuntu [09:57] it works fine for me [09:59] atropus, you can play xvid? [09:59] because is installing essential codecs from mplayer [10:00] I installed the all codecs packages [10:00] but no xvid [10:00] pisuke: libxvid is in multiverse [10:00] Treenaks, installed from marillat [10:00] pisuke: then it should work.. [10:00] but it's not working [10:00] pisuke: is your xvid file correct? [10:01] yep [10:01] i don't try xvid, sorry [10:01] gits2 [10:01] but totem says it has no codec for it [10:02] even copied /usr/lib/libxvidcore4 to totem-addons [10:02] but nopes [10:02] nm [10:03] pisuke: do you have totem-xine or -gstreamer? [10:03] totem-xine [10:03] everything I was throwing was playing great === neuro|laptop [~neuro@217.30.126.93] has joined #ubuntu [10:06] hmm, funny; my totem-xine plays xvid fine on amd64, with no marillat as there's no amd64 packages there === silbs [~sbsm0084@host217-37-231-28.in-addr.btopenworld.com] has joined #ubuntu === fga [~fga@AMontsouris-108-2-4-35.w193-252.abo.wanadoo.fr] has joined #ubuntu [10:07] mjr, where did you get the codecs? [10:08] well, I have the xvid codec from multiverse, but I actually tried moving it to another, non-lib directory and checking if xvid still played; it did [10:09] so I don't really know [10:09] heh === tuppa [~tuppa@220.237.30.95] has joined #ubuntu [10:09] my upgrade has stopped [10:10] I am back to # [10:10] atropus: did you have a problem with those wgets taking for ever to download? i have a fast connection but it seem slike the site is busy or something [10:10] silbs: morning [10:11] How do I return to the setting up pbbuttonsd ? === jin [~jin@220-244-249-169.tpgi.com.au] has joined #ubuntu [10:12] bigt: whats the problem? [10:12] site times out [10:12] pisuke, my guess would be that the codec that xine uses is embedded into xineplug_decode_ff.so which is included in libxine1; I guess this because it sounds like ffmpeg ;) [10:13] mjr, could be [10:13] ah, the file does have symbols that point to ffmpeg and mpeg4 decoding [10:13] so yes, I think that's it [10:14] help: I can't see / mount my NTFS drive [10:14] and i don't think anyone ever answered so i'll repeat is there an issue with samba and ubuntu or is it just me this error 102 pre-removing script crap is annoying everytime i type apt-get install in termal it says that for samba [10:15] http://ubuntuforums.org/showthread.php?t=1886&highlight=ntfs [10:16] mjr, have you installed ffmpeg, or it was installed by default? [10:16] thanks bigt, trying out [10:16] ffmpeg is not installed by default [10:16] np [10:17] pisuke, no, I haven't, but I think it's pretty much statically linked into said plugin [10:17] ok.thx [10:18] << takes a shotgun and shoots samba === duke|ib [dukeku@c-24-21-168-125.client.comcast.net] has left #ubuntu ["Leaving"] [10:20] I seem to have lost my apt-get upgrade process [10:20] I did ps -x [10:21] How do I get back to the upgrade? === janga_ [~janga@dialin-212-144-205-177.arcor-ip.net] has joined #ubuntu === egli [~egli@gate.wyona.com] has joined #ubuntu === ramkrsna [~ramu@61.95.195.39] has joined #ubuntu === KarlosII points to http://gaim.sourceforge.net/ [10:25] KarlosII: /always/ use packages [10:25] well [10:25] :/ [10:25] you dont always have to [10:25] Lowry, restart it [10:25] use whatever works best for you :) [10:25] pisuke: 99.99% of the time, it's better [10:25] Lowry, or killall apt-get and restart :) [10:25] whys that? === lulu [~lu@host217-37-231-28.in-addr.btopenworld.com] has joined #ubuntu [10:25] i build alot of my own stuff === StarScream [~am@217.169.25.114] has joined #ubuntu [10:26] Treenaks, not [10:26] Treenaks, I build all my my software from software using Gentoo [10:26] i usually just use packages [10:26] Do I have to dl from the start? [10:26] but sometimes [10:26] err [10:26] KarlosII: yes, in ubuntu it is -- if you use packages all the time, upgrades will be way easier [10:26] i need someything else [10:26] KarlosII: really, building from source is overrated [10:26] why? [10:26] Treenaks, tbh I don't use ubuntu right now [10:26] sometimes you need diffrent features [10:27] or a newer version then what packages offer [10:27] Treenaks, to each his own opinion [10:27] im not looking for speed opts or anything [10:27] hey guys, i hear Xorg is in the repository now...whats the easiest way to replace my xfree and install xorg? [10:27] StarScream, apt-get install xserver-xorg [10:27] StarScream, apt-get dit-upgrade [10:27] xorg sweet, but xorg has major problems with ati [10:27] dist [10:27] StarScream: if you are comfortable using hoary, just upgrade [10:28] KarlosII: http://funroll-loops.org/ [10:28] um [10:28] StarScream, beware if you use ati [10:28] xorg seems to slow down bittornado-gui [10:28] StarScream: if you are not very familiar with debian, or running debian sid, don't run hoary [10:28] jdub...hoary? [10:28] killed [10:28] StarScream: the development branch for the next release [10:28] treeaks: so thats a definitive source as to why building from source is wrong? [10:28] ah..... [10:28] i build my own php/apache/sql setup all the time [10:28] KarlosII: why whats up with ATI? [10:28] for my webservers [10:29] phin: it humorously demonstrates why it's generally misguided [10:29] phin: that and this: http://www.eghetto.ca/~msviolet/Humour/gentoo.jpg [10:29] StarScream, what isn't those colosed source fools === hypa7ia grins [10:29] well duh, of course it is [10:29] hehe [10:29] err [10:29] StarScream, what isn't with those closed source fools [10:29] but it all depends on what your doing [10:30] im not saying build evertying, but sometimes packages are not the best way, thou usually, they work quite well :) [10:30] thx setting up [10:30] Karlosll heh, i meant is there anything wrong with ati-xorg....i have a radeon 7500 or something, but its only running FB at the moment. [10:30] i can put packages in hold with synaptic? === poin__t [point@203.130.197.108] has joined #ubuntu [10:30] it seems there's a new line between people who build and people who pacakge only, its a pointless arguement lol [10:31] Hi, some of you are speaking of hoary the next ubuntu release do you know, or hava any idea, how warthy to hoary upgrade will be dealt for end users ? === calc [~ccheney@ip70-185-2-220.ma.dl.cox.net] has joined #ubuntu [10:31] fga: um, with synaptic? [10:31] fga: just edit /etc/apt/sources.list; apt-get update; apt-get dist-upgrade, basically [10:31] StarScream, ati on xorg 6.8+ is said to be very problemmatic for some [10:31] fga: (or the same in synaptic) [10:31] fga: the normal dist-upgrade was flawless for me [10:32] next year [10:32] that was the answer I was hoping thanls [10:32] KarlosII: hmm..best not update then [10:32] StarScream, yeah for now [10:32] imho [10:33] my fonts just look crap in xfree for some reason...my friends gentooPPC live cd uses xorg and it looks nice....i'm just not a gentoo type user [10:33] ati works fine [10:33] just as long as you don't the binary fglrx driver [10:33] my fonts looked great in xfree and xorg [10:33] its not a problem with the server [10:33] StarScream, just a matter of playing around with fontconfig [10:33] its something else [10:33] yeh they dont make ppc ati drivers i think [10:33] Elwood: synaptic can "lock" a package [10:33] fonts are fine here too [10:33] fonts are little to do with xfree86 and xorg, and all to do with libfreetype6/fontconfig [10:34] i liked ubuntus default font settings [10:34] dpkg-reconfigure fontconfig [10:34] look great on lcd :) [10:34] to change the AA === egli [~egli@gate.wyona.com] has left #ubuntu ["Leaving"] [10:34] phin, you got sub-pixel rendering on? [10:34] b_e_n_z: i think its the way it displays fonts at 1024x768... it was the same on my desktop (slackware) until slack used xorg === mlh [~mlh@c211-30-62-11.belrs1.nsw.optusnet.com.au] has joined #ubuntu [10:34] yes [10:34] now its pretty [10:34] how do you get sub pixel on? [10:34] phin, do you need to use DVI? === davyd [~davyd@cugglephone.madeley.id.au] has left #ubuntu ["Leaving] [10:35] its a laptop [10:35] but i would assume so [10:35] phin, oh [10:35] since its a cleaner signal [10:35] Lowry: computer > desktop preference > fonts [10:35] phin, perhaps i am not using latin fonts, enabling sub-pixeling creates a brownish edge on all the fonts... [10:35] weird [10:36] b_e_n_z: you may have a different format screen [10:36] jdub, meaning...? [10:36] b_e_n_z: see the options down the bottom of the font preferences dialogue [10:37] jdub, you mean sub-pixel ordering? [10:37] yes === bitserf [~ljb@222-152-73-125.jetstream.xtra.co.nz] has joined #ubuntu [10:38] jdub, i tried RGB [10:38] 6.8.1 is in hoary? [10:38] (saw daniels' blog entry :P) [10:38] bitserf: yeah [10:38] right, time to break my box :) [10:38] jdub, still a brownish edge on all the fonts (non latin) [10:38] jdub, i am using a laptop [10:39] I now have an error with the upgrade - ppbuttonsd [10:39] How dod I resume/restart or fix? [10:40] Errors where encountered while processing [10:40] apt-get -f install [10:40] try that [10:40] That will force the install? [10:40] Lowry, fix rather then force === cenerentola [~cenerento@84.222.39.245] has joined #ubuntu [10:42] 13 permission denied [10:42] Lowry, sudo [10:42] unable to lock the permission directory [10:42] thx [10:42] use sudo [10:42] ;) [10:42] b_e_n_z: subpixel hinting works by abusing components of nearby pixels [10:42] b_e_n_z: if it's using the wrong order, it'll look like crap [10:43] Lowry, when done redo the apt-get dist-upgrade [10:43] b_e_n_z: if it's using the right order, there'll be a (difficult to perceive, by design) glow of colour on each side [10:43] hey ls: reading directory .: Input/output error in how many ways can i fix it [10:43] jdub: what about the ml? === mrjive_ [~mrjive@net-206-24.noicomnet.it] has joined #ubuntu [10:43] b_e_n_z: generally, that can only be seen on CRTs, or on an LCD screen if it's the wrong order [10:44] 0 upgrade 0 new 0 to remove 65 not upgraded [10:44] thx [10:44] cenerentola: Well that could be a million things, need more specific information, what directory, is it a mount, of what, etc [10:44] cenerentola: you should have received a moderator password from me [10:44] usually happens if an NFS or USB mount goes awol === merriam [~merriam@82-133-68-150.dyn.gotadsl.co.uk] has joined #ubuntu [10:44] jdub: when? im sorry i didnt cenerentola@insiberia.net [10:45] lathiat: hi there.. its a general input/output === punkass [~punkass@S01060040f47277e5.cc.shawcable.net] has joined #ubuntu [10:45] cenerentola: Thats not what we need to know [10:46] lathiat: i did a cp -r /* /media/warty [10:46] umm [10:46] that sounds like a bad idea [10:46] and it started to print input/output [10:46] What are you trying to do?> [10:47] nothing... just inputting and outputting in that partition [10:47] ... [10:47] No i mean what are you trying to do exactly === telemaco [~telemaco@213.99.56.34] has joined #ubuntu [10:47] copying /* to /media/warty probably wont do anything you want it to [10:47] and those errors are because it runs into things like /proc, /dev, etc, which cant be read [10:47] no no.. well im not that stupid [10:48] it gives errors even in everyday-files [10:49] is it normal that if i "sudo fsck /dev/hda7" it only returns "fsck 1.35 (28-Feb-2004)" === port7 [~bob@speedcen.gotadsl.co.uk] has joined #ubuntu [10:50] cenerentola: if there's nothing to do, yes [10:50] can someone please help me solve this samba error im having? === pitti [~martin@195.227.105.180] has joined #ubuntu [10:51] jdub: thx [10:52] firefox 1 looks good [10:52] :) [10:53] deFrysk, really? [10:53] it start up really fast [10:53] lathiat: so if i mkfs it should stop right? [10:54] cenerentola: no that would overwrite all your data [10:54] lathiat: i know... [10:54] your probably could be many things [10:54] it could be physical drive errors, filesystem corruption (which a mkfs would fix) [10:54] lathiat: what i mean is... input/output errors... is it and hw problem or a fs prob? [10:54] ... [10:54] mmm [10:54] it could be both [10:54] ok [10:54] look in dmesg, are you getting drive errors? [10:55] I hope firefox1 wil be in hoary soon === Lathiat puzzles [10:55] epiphany is fullscreening over the panel [10:55] whats it mean when samba is highlighted yellow in synaptic? [10:55] in fact everything is [10:55] cenerentola@anotherworld:/media $ dmesg | grep hda7 [10:55] XFS mounting filesystem hda7 [10:55] Ending clean XFS mount for filesystem: hda7 [10:55] xfs_force_shutdown(hda7,0x8) called from line 1088 of file fs/xfs/xfs_trans.c. Return address = 0xf09a6b19 [10:55] Filesystem "hda7": Corruption of in-memory data detected. Shutting down filesystem: hda7 [10:55] xfs_force_shutdown(hda7,0x1) called from line 353 of file fs/xfs/xfs_rw.c. Return address = 0xf09a6b19 [10:56] i really have no idea about xfs === iainm [~iain@c211-28-245-186.eburwd5.vic.optusnet.com.au] has left #ubuntu ["Leaving"] [10:56] i recommend ext3, so if you reformat maybe you should use that [10:56] never given me any roubles [10:56] however [10:56] ext3 = safest way to go [10:56] the data corruption it mentions is bad [10:56] that could be a number of things [10:56] bad ram [10:56] bad disk [10:56] bad swap === StarScream likes reiserfs :) [10:57] I like xfs [10:57] StarScream: I stopped using reiser when it trashed my second disk [10:58] Treenaks: really....i've used reiser since i started using linux, never had a problem with it.... [10:58] i stopped using resier when it trashed well, all the filesystems ive had on it [10:58] ive never used it on my personal machine [10:58] i just use ext3 [10:58] but every time ive had it on machines its died [10:58] ext3 has never ever failed me once [10:58] i had the same problem with xfs before that was just noted [10:58] so i stick with that [10:58] and ive heard so many horror stories about reiser i wont touch it === |trey| [~trey@ip68-230-75-109.ph.ph.cox.net] has joined #ubuntu [10:58] phin: ive experienced the resier horror stories first hand several times :) [10:59] ok, filesystem holy wars, guys, we've all been there. just let it go. [10:59] lol [10:59] grub does not like xfs as /boot so need to make an seberate /boot with reiser-of ext3 [10:59] ive done that [10:59] b=p [10:59] daniels: but but... [10:59] grub doesnt mind xfs as boot [10:59] phin, id does on my box [10:59] weird [11:00] could be me tho [11:00] daniels: would messing aroudn with the composite extension possibly cause fullscreen windows to start going over the panel? [11:00] phin: how did manage it? [11:01] Lathiat: um, possibly. there's an option to xcompmgr to not composite panels or other desktop windows. [11:01] daniels: yeh i was using that (dont to dropshadows etc) [11:01] its not activenow [11:01] guess ill find out when i restart x [11:01] cene: reinstalled :( === Elwood is now known as Elwood_Hawaii === fredix [~fred@parmentier-6-82-225-62-172.fbx.proxad.net] has joined #ubuntu [11:02] i like composite :) === |trey| [~trey@ip68-230-75-109.ph.ph.cox.net] has joined #ubuntu [11:02] works great on this pc [11:02] but one issue with windows staying on the bottem or on top [11:02] stupid question, but where can I find xcompmgr? [11:02] :( [11:03] deb http://people.ubuntu.com/~daniels/ xcompmgr/ [11:03] add that to your sources [11:04] whats the correct command to clean the cache? i try apt-get clean and i get invalid operation === llpamies [~llpamies@80-28-230-106.adsl.nuria.telefonica-data.net] has joined #ubuntu [11:04] phin: shouldn't I have an "XCOMP" extension or something as well? [11:04] How can I add a LPD printer that send all data to a file ?? (print to text file) [11:04] ? [11:04] treenaks [11:04] yes [11:05] its in the ubuntuforums.org post === zul [~chuck@CPE0006258ec6c2-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu [11:05] i dont recall it off hand [11:05] bigtony: Did you do it with sudo or as regular user? [11:05] phin: http://ubuntuforums.org/showpost.php?p=13711&postcount=10 :) [11:06] norm user === mwh_ [~mwh@port10.ds1-arve.adsl.cybercity.dk] has joined #ubuntu [11:06] bigtony: That might be a problem. :o [11:06] its get clean right? [11:06] Treenaks: Section "Extensions"\n\tOption\t"Composite"\t"Enable"\nEndSection [11:07] It is possible to add this printer, using only /etc/printcap ?? [11:07] daniels: I found it on the forum, but thanks [11:07] this blows [11:07] bigtony: apt-get clean is correct... but do it as sudo... not sure if it works [11:07] still the same &^%5 thing [11:07] with samba [11:08] daniels: does just enabling xcomposite make X crashy and slow, or only using it? [11:08] regardless of what i try to install samba always wants to install [11:08] tree: it varies [11:08] ive seen it work pretty damn good for some people [11:08] and crap for others [11:08] i don't know if the optimisations are there or not to avoid using the off-screen buffer if there are no clients requesting compositing redirects, but probably not [11:08] lol [11:08] daniels: just a note: the migration of /etc/X11/XF86Config-4 => /etc/X11/xorg.conf needs to change Driver "keyboard" to Driver "kbd" [11:09] ciao a tutti [11:09] im off [11:09] crimsun: it doesn't *need* to, it just *should* === beezly [~beezly@2001:630:63:16:20e:2eff:fe27:ea88] has joined #ubuntu [11:09] hey wow.. the CDs are being pressed in .nl? :) === aktsuo__ [~aktsuo@lns-vlq-19-82-255-34-77.adsl.proxad.net] has joined #ubuntu [11:10] daniels: fair enough. I presume since the dexconf markers weren't present in my /etc/X11/XF86Config-4, that wasn't done. === elessar_ [~elessar@dsl-082-083-171-126.arcor-ip.net] has joined #ubuntu [11:10] (rather the debconf markers) [11:10] Treenaks, saves shipping :) [11:12] deFrysk: yeah :) [11:12] whee.. CDs are shipping :) [11:14] i have a broken package now every time i open synaptic how do i find which one and get rid of it? [11:15] bigtony, apt-get -f install [11:15] bigtony: just do what synaptic tells you? [11:15] deFrysk: doesn't synaptic do that itself? === mdz [~mdz@69-167-148-207.vnnyca.adelphia.net] has joined #ubuntu === deFrysk hardly uses synaptic [11:15] sorry [11:15] i have tried what it says [11:16] but it doesn't work thats what i've had the problem with all day long [11:16] try to use "fix broken" in the menu [11:16] its like someting it screwed int he pre-removal script [11:16] done that too [11:16] bigtony: what package is it? [11:16] is x.org already present in hoary? [11:16] samba [11:17] mrjive, yup [11:17] and what is the error message when you e.g. try to remove it? [11:17] i mean, if i change my sources can i install x.org? [11:17] mrjive, yup [11:17] deFrysk: tnx :) [11:18] i would cut and paste what it says but it will not copy [11:18] crimsun: right [11:18] process pre-removal script returned error exit status 102 [11:18] error processing samba --remove [11:19] bigtony: that's all? no more information? === holycow [~yada@S0106002078ccd651.vf.shawcable.net] has joined #ubuntu [11:19] is there a way to cut and past the synaptic error messages? [11:20] bigtony: I used to think that this is possible :) If not, I'll file a bug about it [11:21] dang it i can't get it to cut and paste [11:21] bigtony: I suspect the error is shown inside the terminal window of synaptic? it should be possible to mark the text with the left button and paste it with the middle button === |^JaMeS^| [~nobody@cvip-dsl-205-154.cvip.net] has left #ubuntu ["Leaving"] === jobezone [~jirc@a213-22-28-18.netcabo.pt] has joined #ubuntu === jpvcx [~jpvcx@g3140.upc-g.chello.nl] has joined #ubuntu === atropu1 [~distvan@bipc36.szef.u-szeged.hu] has joined #ubuntu [11:21] it it 3.0.7-lubuntu6 === hypa7ia [~leigh@user16.megabit.utoronto.ca] has left #ubuntu [] [11:22] of samba thats giving me the problem [11:22] it ried it doesn't work [11:23] sorry my gnome has frozen === z0mbi3 [~iglesias@crypt.rnl.ist.utl.pt] has joined #ubuntu [11:23] :) [11:24] atropu1: isn't it more usual that they turn to stone? ;-) [11:24] any other ideas? [11:24] bigtony: I install it now and see if I can reproduce the problem [11:25] ok [11:25] give me a couple of minutes :) [11:25] ok thanks [11:26] here is exactly what i get [11:26] http://article.gmane.org/gmane.linux.ubuntu.user/9807 === mwh_ [~mwh@port10.ds1-arve.adsl.cybercity.dk] has joined #ubuntu [11:26] but i don't know how to fix it === steve [~steve@static24-72-77-242.regina.accesscomm.ca] has joined #ubuntu === ploum [~ploum@21-16.CampusNet.ucl.ac.be] has joined #ubuntu [11:26] is it a bug that some programs, like x-chat and synaptic, don't save the maximized state after you exit them (they save the maximized coords but without the small square button on top-right that says it's maximized), and other programs like firefox do save the maximized state? === netdur [~netdur@adsl-168-45-192-81.adsl.iam.net.ma] has left #ubuntu [] [11:27] anyone got any success plugging an iPod to a x86 ubuntu system? [11:27] z0mbi3, i was going to try it soon..... you tried and it didnt work? === Fiik [~me@ppp207-224.lns1.syd3.internode.on.net] has joined #ubuntu [11:29] bigtony, try deleting /etc/rc2.d/K09samba and uninstall again samba [11:29] hello,.. I am downloading 4.10 right now and was wondering what kernel ver it was? I have heard 2.6.8.1? [11:29] ok will try [11:29] Fiik: that's correct [11:29] well, it does work.....when it wants to :p [11:29] thank you guys for the help by the way [11:29] Treenaks: Thanks for that [11:30] z0mbi3, elaborate...?:) [11:30] I had to rebuild rhythmbox with the --with-ipod option in configure, but I'm having trouble mounting the ipod [11:30] bigtony, it's just a symlink to samba, if samba was installed it would start when you booted your computer. [11:30] the modules sometime work, other thimes don't work [11:30] grunf! [11:30] so stillr emove ? [11:31] yes [11:31] If I reboot, probably it will fix, until I unmount the ipod again..... [11:31] u use rhythmbox as an itunes clone? not something like gtkpod ? === steffo [~steffo@steffo.demon.nl] has joined #ubuntu [11:31] what is a good lcd font? [11:31] not that it's an entirely ubuntu related question but what is the sil_sata driver status for 2.6.8.1? any links? [11:31] ok now try it again? [11:31] as in a reinstall? [11:31] bigtony, first uninstall [11:31] I use it just to access my music on the iPod, my other computer is an iBook running MacOS X, so I'm actually using iTunes to fill the iPod up [11:31] just hit mark unistall? [11:32] bigtony, yes [11:32] sorry new on this and obviously i'm doing somethign wrong ok [11:32] let me try [11:32] ok [11:32] to disconnect the iPod I must umount /mnt/ipod then rmmod sbp2 === linux_mafia [~max@222-152-204-174.jetstream.xtra.co.nz] has joined #ubuntu [11:33] If I reboot without disconnecting the iPod I'll have troubles after reconnecting it.....AFAIK this has been it's Modus Operandi [11:34] my problems with rebooting (other than having to lose a bit os uptime) is that sometimes the machine doesn't boot.... [11:34] bigtony, you can also got to a console and type "sudo apt-get remove samba" (or substitute samba with another package name you want to uninstall) [11:34] it freezes while running the hotplug init script [11:35] after giving me a FATAL: hw_random module error (can't recall the actual text) [11:35] ok that seemed to have worked [11:35] now reinstall it? [11:36] z0mbi3, i'll try it a little later and tell u what i get if you're still here.... which instructions should i follow to install the ipod stuff? link? [11:36] bigtony, yeah. I never installed samba (never had to), but at least it's uninstalled proper [11:36] bigtony, it didn't give any more errors right? === doko [doko@dsl-082-082-067-024.arcor-ip.net] has joined #ubuntu [11:36] nimc, just a sec [11:36] correct [11:36] let me look for them [11:36] bigtony, I would sugest that after you install samba [11:36] you go to the directory /usr/share/doc/ [11:37] there should be a directory called samba there, with texts which probably can help you in using and configuring it. === seb128 [~seb128@ANancy-151-1-17-243.w83-194.abo.wanadoo.fr] has joined #ubuntu [11:37] yeah i know how to do that the conf file? [11:38] sorry? [11:38] nimc, http://people.csail.mit.edu/people/adonovan/hacks/ipod.html [11:38] i already did taht one time but then i got this error thing [11:38] and it was pissing me off ;) [11:38] nimc, http://neuron.com/~jason/ipod_archive.html [11:38] thanks for your help [11:38] :) ok [11:38] nimc, http://www.cs.duke.edu/~geha/ipod/ [11:38] look for the directory I mentioned in your disk, it usually gives good hints [11:38] thanks..... === aktsuo__ is now known as aktsuo [11:40] well, gonna try to reboot... [11:40] brb [11:40] thanks again i'm goint to bed on that one :) [11:41] ok:) [11:41] bigtony, good luck. try searching the net using the error you got [11:41] i did [11:41] but i never could figure out how to solve it [11:42] thats how i got that page i posted [11:42] ah [11:42] googles my friend [11:42] but someone's he is a butt [11:42] yes, it's mine also. Google groups also a good friend [11:42] for error messages [11:43] didn't try the groups [11:43] will do that nextime [11:43] thanks again [11:43] next task is mplayer [11:43] welcome [11:43] fun fun fun [11:43] I think I saw that [11:43] on the forums [11:43] yeah [11:43] i have the url for it [11:43] gonna try it after some sleep [11:43] thank god no work today [11:43] ah, ok [11:43] me too [11:44] this the one your refering to? [11:44] http://www.linuxforums.org/forum/post-127198.html [11:44] god dosent exist [11:44] yes:) [11:44] hope your right when yoru burning in hell [11:45] but i'm not getting into religious stuff cause personally i don't care one way or another :) [11:45] wait a minute, isn't mplayer in Universe? [11:45] i thought so [11:45] here is the thing [11:45] i installed it right [11:46] with the mplayer-custom [11:46] but it NEVER [11:46] I think the only manual thing you have to do is get the codecs from mplayer's site [11:46] opens [11:46] let me show youw hat it does === d3niz [~deniz@82.114.72.63] has joined #ubuntu [11:46] ok === Sandman [~s@CPE-24-164-234-18.new.rr.com] has joined #ubuntu [11:46] check your pm [11:47] Does Ubunutu have its own repositories? [11:47] Sandman: yes. [11:47] Does it include software like mplayer, which Debian doesn't include? [11:48] it includes mplayer, but no codecs [11:48] we don't distribute anything illegal [11:48] And will Ubuntu give Debian the shaft, like so many of its other offshoots? That is to say, will Ubuntu work with Debian, or will it basically fork? [11:48] daniels: Of course [11:49] we will continue to work productively with debian, as we always have [11:49] Sandman, definately work with [11:49] I've just been very concerned about Debian lately; I still believe it is the Best Distribution (or at least, framework for distribution) on planet earth [11:49] Sandman, many ubuntu devs are also debian devs, like the guy your talking to now [11:49] And many distributions just basically copy Debian, and fork, which really hurts them. [11:49] debian has a lot of social problems that need to be solved, imho [11:50] Treenaks: So mean, like removing packages for personal issues? === gpart [~mario@port-195-158-171-94.dynamic.qsc.de] has joined #ubuntu [11:50] Sandman: ubuntu is a branch of sid [11:50] Sandman: no, "fighting" between developers, lots of flamewars [11:50] Sandman: not a fork [11:51] Treenaks: How does Ubuntu propose to fix thse issues? [11:51] Treenaks: these, rather [11:51] (note that we have a continuous sync with debian running, so that if we deeply forked, we'd be drowning in unfixable bugs) [11:51] Sandman: By forking. :P [11:51] Amaranth: branching [11:51] Treenaks: Fine line there. [11:51] Treenaks: Branching, that is to say: You use Sid, but have different QA for how they trickle down into Stable? [11:52] Amaranth: look at hoary. [11:52] My main issue with Debian is that they don't support their Testing distribtion. [11:52] I know, hoary is just pulling from sid. [11:52] Someone could make an effective distribution by simply branching Testing, and offering security updates to it. [11:52] Sandman: each ubuntu release starts from sid, freezes, and comes out every six months [11:52] Sandman, smaller team, tightly defined direction, etc [11:52] Which is something a great many people want. [11:52] But I used to be a debian developer.. one of my reasons to stop (aside from lack of time..) was the way people try to make you do what THEY want, even if it's not the best thing for the project [11:52] Sandman: we've chosen to do that with sid, not testing. [11:53] jdub: Which is fine. ALthough you'd probably require an even smaller staff if you chose to use Testing =) That's just my opinion though. [11:53] jdub: I totally understand the purpose of Ubuntu now, though. [11:53] Treenaks: Not to mention all the people that hate debian devs. [11:53] Also, I've seen quite a few fixed-by-ubuntu entries in Debian changelogs on sid/testing [11:53] jdub: There's definately still a need for it. [11:53] Sandman: not really; using testing just keeps you in the debian release box. [11:53] Amaranth: yes, even when I tried to be reasonable with them.. [11:53] jdub: Except that Debian only releases when it's ready, which could be as long as 2 years. [11:53] Treenaks: Lots of Debian devs seem to like to move files around to make them fit in and it causes things to break. [11:54] Sandman: that's why we branch off sid, not testing. [11:54] Like the monodevelop package. [11:54] jdub: Understood. [11:54] Sandman: the problem with Debian releases is not that they're infrequent, it's that they're unpredictable. === cprov [~cprov@200.158.100.251] has joined #ubuntu [11:54] jdub: The way Debian works right now is a method to effectively develop a rock-solid Stable distro. It's old, very secure, not necessarily totally bug-free. [11:54] Amaranth: mono is a broken hell by design, it seems.. executables named ".exe"? libraries named ".dll"? [11:54] jdub: It's a great thing, Debian Stable, but it's not a solution for all things. [11:54] Amaranth: no standard GNU-ish build-trees for Mono packages.. [11:55] jdub: What Ubuntu is doing is something useful, and it's great that it has chosen to work with Debian, rather than away from it. [11:55] Treenaks: Hmm? [11:55] Treenaks: no one forces you to use mono, you could just look at DotGNU instead, too ;) [11:55] Mithrandir: That, too. [11:55] Amaranth: no simple "gcc-ish" interface, ("gcc blah.c" generates "a.out" which works, there's no equal for mono) [11:55] Treenaks: mcs blah.cs generates blah.exe [11:55] Mithrandir: But Debian's release policy still has its uses. It makes very very solid, dependable releases. Although it has its fair share of problems imho, but that's a whole other issue. [11:55] Treenaks, same as any interpreted language [11:56] Amaranth: yes, with loads of undefined references because of "Assembly not found" [11:56] mlh: even perl Just Works... mono doesn't [11:56] Treenaks: mono .exe/.dll are not a 'broken design' problem [11:56] With binfmt you can just run ./text.exe just like with something gcc created. === Hell [~fonske@d51524B52.kabel.telenet.be] has joined #ubuntu === Gavrila [~stefy@213-140-6-102.fastres.net] has joined #ubuntu === housetier [~housetier@dsl-213-023-049-198.arcor-ip.net] has joined #ubuntu [11:57] hi all === eyal [~eyal@194.46.88.170] has joined #ubuntu [11:57] Treenaks: um, if you want to generate a complex C program, you need lots of flags [11:58] in ubuntu are updates to the stable version made even not waiting for next release? [11:58] Treenaks: look at any GNOME compilation -- starting with -lX11 and right up to bazillions of other utility library [11:58] jdub: not being able to create a simple GNU-like build tree in 2 seconds (like I can for C stuff).. [11:58] Treenaks: you cannot run 'gcc -o foo bar.c' on any modern program other than Hello World, period [11:58] I mean if I get ubuntu stable, will "stable" packages be freezed until next release? or will they be updated day by day? [11:58] Gavrila: security updates only. [11:58] whats wrong with make? [11:58] daniels: bin2iso works like that ;) [11:58] Treenaks: You can use makefiles with mono. [11:59] Treenaks: Look at IronPython [11:59] Mithrandir: so for example Warty has been released with gnome-2.8 [11:59] Treenaks: i don't think that's true. [11:59] Treenaks: exactly, what is wrong with make? works just fine for the two mono projects I've made [11:59] Mithrandir: and there will be no uptade untill next 6 monthS? [11:59] Gavrila: stable releases are stable (unchanging) [11:59] Gavrila: correct. [11:59] Gavrila: unless one runs the development bracn, naturally. [11:59] daniels: I tried to use mono, but stopped at creating a source tree.. it's just impossible, compared to a Gnome-using-C tree [11:59] Mithrandir: but yet development is really unreliable [12:00] and hoary?it will update every second? === port7 [~bob@speedcen.gotadsl.co.uk] has joined #ubuntu [12:00] Treenaks: I call PEBKAC. [12:00] Gavrila: hm? Unreliable in what regard? [12:01] Treenaks: worked fine for me [12:01] Mithrandir: I mean it will not assure that packages will work [12:01] am I wrong? [12:01] Gavrila: that's right, you should not run it in a production system. [12:01] Gavrila: you can't have both a stable desktop and one that includes the newest of the newest, ubuntu made a nice compromise with warty and hoary IMHO === z0mbi3 [~iglesias@crypt.rnl.ist.utl.pt] has joined #ubuntu [12:01] Gavrila: but there won't be a stable release of gnome before March, at which point the hoary preview release goes out. [12:02] back [12:02] Mithrandir: and what about gnome-2.8.1? [12:02] That reminds me, will hoary eventually be using GNOME 2.9? [12:02] Gavrila: warty already includes a lot of the fixes in gnome 2.8.1 [12:02] Amaranth: no, 2.9 = unstable [12:02] Amaranth: I believe the stable release of gnome 2.9 is called gnome 2.10 [12:02] stvn: Yes, just like hoary. [12:02] Amaranth: hoary already has 2.9.1 [12:02] Oh? [12:02] Amaranth: hoary already includes the 2.9 development stuff [12:03] Amaranth: ah sorry, misread it :) === Amaranth checks his version [12:03] I've still got 2.8.1. :/ [12:03] Amaranth: it will be 2.10 when hoary is released [12:03] the "about" says 2.8.1 because this module has no 2.9.1 tarball [12:03] stvn: I know. [12:03] Amaranth: dpkg -l gnome-applets ? [12:03] I hope Ubuntu will work with UMSDOS =) [12:03] is hoary unstable as debian unstable is? or worse? [12:04] Or rather, contribute to it, I mean. [12:04] seb128: 2.9.1, cool [12:04] Gavrila: hoary is like a mix of sid and experimental [12:05] Actually, so is warty (GNOME 2.8) but yeah. [12:05] Given that Ubuntu is based on Debian, will one be able to apt-get upgrade when a new release is made, or must one download the ISOs again? [12:05] Sandman: apt-get works [12:06] Sandman: on-line upgrade is a feature we couldn't possibly nuke :) [12:06] heh [12:06] hmh, I try to change the WWW browser to Galeon and still gnome-terminal opens firefox [12:06] night [12:06] mjr: You changed sensible-browser? [12:06] mjr: gconftool-2 -g /desktop/gnome/url-handlers/http/command ? === sivang [~sivang@80.179.93.130.forward.012.net.il] has joined #ubuntu [12:07] Amaranth, no, the gnome preferred browser [12:08] mjr: gconftool-2 -g /desktop/gnome/url-handlers/http/command ? [12:08] (again) [12:08] Oh, I just changed the symlink. === jpvcx [~jpvcx@g3140.upc-g.chello.nl] has joined #ubuntu [12:09] seb128, yes, that's galeon === silvio [~silvio@200-206-134-238.async.com.br] has joined #ubuntu === silvio [~silvio@200-206-134-238.async.com.br] has joined #ubuntu === eyal [~eyal@194.46.88.170] has left #ubuntu [] [12:11] Treenaks: voor 3D spelletjes is de nvidia driver anders wel prettig hoor === emerson [~emerson@200-206-134-238.async.com.br] has joined #ubuntu [12:11] hmh, I rebooted gnome-terminal and now it works [12:11] stvn: ja.. dat bedoel ik.. === bigtony is now known as bigtony-away === gpart [~mario@port-195-158-171-94.dynamic.qsc.de] has left #ubuntu ["Leaving"] === martink [~mk793652@141.76.2.7] has joined #ubuntu [12:15] hmh, and now, after restarting gnome-terminal, it recognizes the changes on the fly [12:16] it's a heisenbug [12:21] anyone using current hoary, geting crashes with xmms? === jkka_ [~jukka@213.169.18.18] has joined #ubuntu [12:24] linux_mafia, use esd as out[ut driver [12:24] out[ut [12:24] p [12:24] then it works fine === helkanaur [~helkanaur@80.203.81.24] has joined #ubuntu [12:25] deFrysk, ok [12:25] deFrysk, meltdown with flash? [12:27] transset deb: deb http://people.ubuntu.com/~daniels/ transset/ === Elyran is now known as Mirno === calc [~ccheney@ip70-185-2-220.ma.dl.cox.net] has joined #ubuntu === netmonk [~netmonk@nat-30.c0msys.net] has joined #ubuntu [12:31] linu === cyrus-tc [~cyrus-tc@pD9E3C755.dip.t-dialin.net] has joined #ubuntu [12:32] I have a question, can someone help me, please! === seek187 [~seek187@67-42-50-63.eugn.qwest.net] has joined #ubuntu [12:36] netmonk, unless u ask noone can [12:37] ;) [12:38] i have a toshiba notebook, there's a module toshiba_acpi but it doesn't load automaticaly, How can I make it load? === ud [~ud@201.a.001.ham.iprimus.net.au] has joined #ubuntu [12:40] on my suse distro it loads as I start the computer, but with the ubunutu it doesn't [12:41] netmonk: add `toshiba_acpi` to /etc/modules === sid77 [~sid77@host98-44.pool8020.interbusiness.it] has joined #ubuntu === sid77 hello [12:44] 10x Despair === atropu1 [~distvan@bipc36.szef.u-szeged.hu] has joined #ubuntu [12:46] I mount a floppy disk but I don't umount before I take it out and after I don't umount it: device is busy [12:47] How can I use a new floppy after that? === telemaco [~telemaco@213.236.82.2] has joined #ubuntu [12:47] fuser /dev/fd0 [12:48] tnx [12:49] atropu1, kill the process [12:50] what kind of process? ps -e [12:51] atropu1, the process number showed by fuser [12:52] fuser /dev/ttyLT0 [12:52] /dev/ttyLT0: 3152 [12:53] the fuser /dev/fd0 doesn't write it the pid [12:53] for me === yam [jj@rev-193-97.virtu.nl] has joined #ubuntu [12:54] atropu1, try mount whitout args and check what said [12:54] with fuser -c /dev/fd0 its ok === hazmat [~hazmat@c-24-15-10-12.client.comcast.net] has joined #ubuntu [12:55] tnx === lpires [~lpires@200.243.188.2] has joined #ubuntu === MoisesC [~moi@9.Red-213-96-165.pooles.rima-tde.net] has joined #ubuntu === seb128 [~seb128@ANancy-151-1-17-243.w83-194.abo.wanadoo.fr] has joined #ubuntu [12:59] Is there a way to get the 'Computer' and 'Home' On the desktop like how it is in horay or whatever its called??? [12:59] seek187: hoary [01:00] seek187: and, you can use gconf-editor for that I think [01:00] hmm ok thanks [01:00] seek187: wait a sec === lupus_ [~lupus@kn-ivl-2.kuleuven.net] has joined #ubuntu [01:00] ok === eruin [~eruin@213-145-179-140.dd.nextgentel.com] has joined #ubuntu [01:00] seek187: http://www.ubuntulinux.org/support/documentation/faq/helpcenterfaq.2004-09-16.1393795212/view [01:01] ah cool thankyou :) === _jon_ [~Oz@katana.ccs.neu.edu] has joined #ubuntu === iZm [~iZmOliGy@cpc1-cove4-5-0-cust175.brhm.cable.ntl.com] has joined #ubuntu === b_e_n_z [~Mercedes@vp183179.kln.uac68.hknet.com] has joined #ubuntu === quazion [~quazion@h37074.upc-h.chello.nl] has joined #ubuntu === _jon_ [~Oz@katana.ccs.neu.edu] has joined #ubuntu === polytan [~Miranda@reims-1-62-147-7-19.dial.proxad.net] has joined #ubuntu [01:11] i am trying to configure the use of an lpr printer, is lpd the right choice in the new printer menu ? === quazion is now known as Quazion [01:12] Quazion: yes [01:12] Quazion: no, use cups [01:12] b_e_n_z: in the cups menu.. [01:12] hmmm [01:13] b_e_n_z: you can make cups print to lpd printers (and "lpd printer" is the same as an "lpr printer") === jolg [~jolg@h150n2fls32o868.telia.com] has joined #ubuntu [01:13] if i type in the que name i get * (stars) instead of a name [01:13] Quazion: install cups, point your browser to http://localhost:631 to configure your printer [01:14] Administrative tasks have been disabled for security reasons. Please use Menu Computer > System configuration > Printing. ;-) [01:14] b_e_n_z: NO [01:14] b_e_n_z: that's disabled [01:14] b_e_n_z: in ubuntu... [01:15] hehe ;-) [01:15] the page works though [01:15] Quazion: exactly :) and you can choose for an "lpr" or "lpd" printer there, the 2 are the same thing [01:15] Quazion: did you enable a root password then? (if so, why?) [01:15] no [01:16] i just did a plain install [01:16] Quazion: and the web interface works?.. weird [01:16] it says its disabled [01:16] but does show the info [01:16] Administrative tasks have been disabled for security reasons. Please use Menu Computer > System configuration > Printing. [01:16] thats what it says at the top of the screen [01:16] i cant change anything tru the web interface [01:16] Quazion: ah ok, that's good.. [01:16] Quazion: use the menu :) [01:16] i think it is yes === _jon_ [~Oz@katana.ccs.neu.edu] has joined #ubuntu === lamont_r [~lamont@c-24-6-251-226.client.comcast.net] has joined #ubuntu === carlos [~carlos@69.Red-80-33-181.pooles.rima-tde.net] has joined #ubuntu [01:20] when i print it does nothing [01:20] on the cups site it says: [01:20] Printer State: processing, accepting jobs. [01:20] "unable to create temporary file: No such file or directory" [01:20] Quazion: hmm.. that's weird.. [01:20] Device URI: lpd://192.168.1.253/hp [01:20] any cups gurus around? [01:20] *grins* :) [01:21] Quazion: you have an hp printer? [01:21] yes [01:21] Quazion: you may want to install hpoj/hpij [01:21] a hp psc 2110 [01:21] but its hooked to a lan print server [01:21] Quazion: and the hp foomatic drivers === _jon_ [~Oz@katana.ccs.neu.edu] has joined #ubuntu === thoreauputic [~petros@wolax7-169.dialup.optusnet.com.au] has joined #ubuntu === pax82 [a004d32@csknet-84-234-37-64.csk.pl] has joined #ubuntu [01:28] how to run hat program witch i deafult statring after instalation ? (upgrade from interent) [01:28] pax82: try #redhat [01:29] I'm asking about ubuntu :> [01:29] daniels: typos i think [01:30] maybe language probs as well [01:30] i can understand a word he just said [01:30] can't === pax82 [a004d32@csknet-84-234-37-64.csk.pl] has left #ubuntu [] === Stuttergart [~Stutterga@im.nathanvalentine.org] has joined #ubuntu [01:30] pax82: do you mean the program for installing and updating? [01:30] he's gone [01:30] hmm, maybe "How to run that program which I default start after installation? (upgrade from internet)" [01:30] probably to #redhat [01:31] too late :/ he left already === stvn [~steven@82.197.192.33] has joined #ubuntu [01:32] the gnome cups manager is very borked [01:32] oh, i read 'run hat' as 'red hat' [01:34] Quazion: you want http://hpoj.sourceforge.net === Temet [~temet@lns-vlq-42-lil-82-252-77-71.adsl.proxad.net] has joined #ubuntu [01:35] i had it working tru a windows smb server which shared the server [01:35] but i want to dismantle the windows computer, so i bought a lpr printserver [01:35] Quazion: and http://hpinkjet.sf.net [01:35] which works from my windows client === ed_ [~ed@p50875BB6.dip.t-dialin.net] has joined #ubuntu === fsmw [~Fernando@113-108-12.adsl.cust.tie.cl] has joined #ubuntu [01:38] my problem is not with the printer driver, cause it works b_e_n_z atleast tru smb printing, just lpr is not working, but thanks anyways :) === cenerentola [~cenerento@84.222.38.197] has joined #ubuntu === infornography [~None@151.004.dsl.wa.iprimus.net.au] has joined #ubuntu === b00gie [~b00gie@212.54.222.52] has joined #ubuntu === noda [~noda@modemcable009.99-37-24.mc.videotron.ca] has joined #ubuntu [01:44] Now that I've got x.org, how can I give my menus drop-shadows? [01:45] noda: xcompmgr [01:45] I apt-cache searched for it and found nothing === infornography [~None@151.004.dsl.wa.iprimus.net.au] has left #ubuntu ["Leaving"] [01:46] it's not in the archive yet [01:46] oh :) [01:46] ciao [01:46] That'd explain it :) [01:46] it will be within today or tomorrow [01:46] ciao [01:46] And when I install it it'll just work? [01:46] i think metacity has some support for drop shadow... but i am not 100% sure [01:46] noda: yes === telemaco [~telemaco@213.236.82.2] has left #ubuntu [] [01:47] Next: nautilus is taking ages to open folders, and the file load/save dialogs are taking ages to open. Does anyone else have this problem (or a suggestion)? [01:48] A quick test of "gnomevfs-cat" and "gnomevfs-ls" showed that they run quickly. [01:49] noda: using hoary? [01:49] yup [01:49] have you upgraded, watched libgamin replace libfam, and not installed gamin? [01:49] Yes, I have probably done exactly that :) [01:49] I didn't realize I had to install a daemon :) [01:49] Thanks :) [01:49] Very fast now :) [01:50] Wow, that's cool. jdub, you rock :) [01:50] ubuntu-desktop should depend on it === martink came to that conclusion when he saw his terminal fill up with gamin debug spew while the filechooser slowly came up [01:50] martink: ;) [01:51] Wow, I don't have ubuntu-desktop installed. Maybe because I switched to totem-xine [01:51] will ubuntu ever do tv adverts? === noda installs ubuntu-desktop. Thanks :) [01:51] jdub, and I didn't blame the terminal for the delay [01:52] martink: hahaha === cenerentola_ [~cenerento@84.222.38.137] has joined #ubuntu [01:53] ... === stratus [~stratus@200.198.184.97] has joined #ubuntu [01:54] jdub: Thanks for your help. Later :) === tof__ [~tof@blueice3n1.uk.ibm.com] has joined #ubuntu === n1teman [icechat5@80.41.185.210] has joined #ubuntu [01:57] hi can anyone give me some info? === secretaris [~secretari@222.181-136-217.adsl.skynet.be] has joined #ubuntu === thisfred [~thisfred@a213-84-57-72.adsl.xs4all.nl] has joined #ubuntu === x4m [~max@135.157-200-80.adsl.skynet.be] has joined #ubuntu [01:58] I modified the username and password of the only sudoer on the system [01:59] i was just wondering if there is an ubuntu distro for powerpc machines - common hardware reference platform? [01:59] is there a way out of that? [01:59] anyone on hoary experiencing problems with burning cds? [01:59] secretaris: uh.. vi did visudo and passwd ? [01:59] niteman: yes, it's fully supported. Grab the ppc disk === cenerentola [~cenerento@84.222.38.125] has joined #ubuntu [01:59] so it should work on my pegasos ppc machine? [01:59] secretaris: boot in recovery mode, and visudo, change the username [01:59] ok, thx [01:59] bye [02:00] robertj, problems? specifics? [02:00] linux: right click and burning an iso causes a crash, cdrecord -scanbus shows nothing [02:00] xcdroast detects no burner [02:01] hmm is there a easy way to upgrade gaim === mameluke [~bo@84-72-11-41.dclient.hispeed.ch] has joined #ubuntu [02:01] robertj: to use cdrecord use cdrecord dev=/dev/cdrom [02:01] do only not removable IDE support smart? [02:01] robertj, yes i have nautilus prob, running xcdroast under sudo? [02:01] ive got problems with hoary [02:02] linux_mafia: use gksudo [02:02] ive upgraded to hoary [02:02] Treenaks, what for? [02:02] linux_mafia: to start X apps [02:02] and now i can use gdm only in 640*480 [02:02] linux_mafia: s root [02:02] robertj: linux2.6 or something doesn't support the scsi burner way of scanbus but using /dev/cdrom works arround this. [02:02] and if i try to install anything it gives an error, in synaptic, for eggdesktopentries.c line 2223 [02:03] Treenaks, oh, no, i was asking robertj if he is using xcdroast with sudo, because of 2.6.8.x cd burning bug/prob === ^^candy^^ [~no_name@samo364-a092.otenet.gr] has joined #ubuntu [02:03] linux_mafia: oh ah ok === cenerentola [~cenerento@84.222.38.125] has joined #ubuntu [02:05] who can help? [02:05] I used the disk utility which lists all your disks [02:05] it showed /dev/hddd to be the rw drive [02:05] and thats working [02:06] plz help.. ive got an instable connection i dont know for how much time i will be online === robertj specifies -overburn and tries again [02:07] backing up mp3's to my ipod bout to do a format, the fear is setting in haha === jonathaN_ [jonathan@42-1-ftth.onsnet.nu] has joined #ubuntu [02:08] cerentol: shouldve stuck to the stable install hehe [02:09] ... well yes.. but how can i change screen resolution? [02:09] its stuck in 640 even if it doesnt appear in xorg.config [02:10] cerentol: i'm sorry im no expert with gdm or xfree [02:11] no its xorg... ;) === Xenguy [~gnu@66.11.174.96] has joined #ubuntu [02:12] cenerentola: /etc/X11/xorg.conf [02:12] ive already checked it... [02:12] and it doesnt even appear 640*480 === n1teman [icechat5@80.41.185.210] has left #ubuntu [] [02:12] they are all higher resolutions [02:12] check the xorg logfiles, it's probably not working === stvn_ [~sottens@pike.pepperfish.net] has joined #ubuntu [02:13] they're in? [02:14] jdub: whats eggdesktopentries.c related to? === pao [~paolo@149.132.157.126] has joined #ubuntu [02:15] Hi all! How do I control window placement strategy in metacity? [02:15] pao: you can't. === stvn_ is now known as stvn === jobezone [~jirc@a213-22-28-18.netcabo.pt] has joined #ubuntu [02:16] jdub, I was fearing it :-) === X-Poz [Corey@x-poz.user] has joined #ubuntu === sid77 bye all [02:16] jdub, do you think I can get the same level of gnome integration with icewm? [02:16] perhaps, see if it supports the freedesktop.org window management standards [02:17] word up to ewmh [02:17] jdub, thanks... [02:18] jdub: where are xorg logs located? [02:18] daniels, enlightment? === huttan [~huttan@as5-2-4.j.bonet.se] has joined #ubuntu [02:19] cenerentola: /var/logs/ === kensai [~kensai@66-50-123-220.prtc.net] has joined #ubuntu === jonathaN_ is now known as jonathaN [02:21] so cds are already shipping! === ghostrifle [~ghostrifl@pD9F7DD24.dip0.t-ipconnect.de] has joined #ubuntu [02:22] hi, could anyone help me with getting sound juicer to encode mp3s ?? the mp3 option is disabled [02:22] anyone has enabled composite in xorg? [02:22] what all do I need to install to compile programs [02:23] jdub: youre right (EE) Failed to load module "GLcore" (module does not exist, 0) [02:23] cenerentola: you're using the nvidia binary driver [02:23] yes [02:23] i was actually ;) [02:24] don't do that [02:24] too late... [02:24] or, if you do that, do it properly [02:24] how?;) [02:24] don't load the GLcore or dri modules [02:24] daniels: well what do you mean? [02:25] ahh.. and will it get all up working [02:25] ? [02:25] maybe, I don't know [02:25] i don't have any nvidia hardware [02:25] seek187: sudo apt-get install build-essential gcc g++ make automake (that should cover it I think) [02:26] How do I check if my xchat support python? [02:26] join /#gnome-de [02:26] pao: it does [02:27] pao: assuming you are using ubuntu === X-Poz [Corey@x-poz.user] has joined #ubuntu [02:27] thoreauputic, I do :-) [02:28] morning guys [02:28] 'evening gen :-) [02:28] morning for me :) [02:28] 7:30 heh [02:28] 14:30 here... :-) [02:29] europe? [02:29] yep... Italy [02:29] CET :-) [02:29] Central European Time [02:30] nice [02:30] run "TZ=CET date" in a shell :P === LifesizeKenDoll [~LifesizeK@c-67-167-236-249.client.comcast.net] has joined #ubuntu [02:33] bye all friends... back to work... [02:33] bye [02:33] CIAO! [02:34] so how's everyone doing today? [02:34] i'm good, and you? === ^^candy^^ is now known as nefertati === Netminder [~mcroydon@phaser850.connext.net] has joined #ubuntu === oferw [oferw@DSL217-132-62-125.bb.netvision.net.il] has joined #ubuntu === cenerentola [~cenerento@84.222.38.125] has joined #ubuntu [02:40] daniels: quite the same === carlos__ [~carlos@pD9503F98.dip.t-dialin.net] has joined #ubuntu [02:42] http://www.pastebin.com/118552 [02:43] all I see is the authentication problems [02:43] which are probably caused by a crackful ~/.Xauthority [02:43] nothing to do with any actual server problems [02:44] so what should i do? === regeya [~shane@dialup-4.159.56.62.Dial1.Chicago1.Level3.net] has joined #ubuntu === huttan [~huttan@as5-2-4.j.bonet.se] has joined #ubuntu [02:45] daniels: what should i do? [02:45] which problem are you actually trying to fix? [02:45] im stuck in 640*480 === britt_radiofree [Britt@12-203-176-186.client.insightBB.com] has joined #ubuntu [02:47] daniels: and it also complains with a eggdesktopentries.c line 2223 [02:47] daniels: it=apt-get [02:48] cenerentola: yeah, that's not fatal [02:49] thx for the infos... [02:49] daniels: now how can i get over it? === __randy__ [~randy@sclab-56-506.sclab.clarkson.edu] has joined #ubuntu [02:49] dunno === martink [~mk793652@irz7149.inf.tu-dresden.de] has joined #ubuntu [02:50] can you ask in devel? === PW__ is now known as PW [02:50] i mean over the resolution problem... thats vital [02:51] daniels: the eggdesk.. thing is less important === LinuxJones [~LJ@blk-222-206-208.eastlink.ca] has joined #ubuntu === PW is now known as PW_ === ogi [~ogi@open.fmi.uni-sofia.bg] has joined #ubuntu [02:52] dunno [02:52] edit /etc/X11/xorg.conf === theine [~theine@x1-6-00-11-24-09-2f-60.k217.webspeed.dk] has joined #ubuntu [02:52] delete HorizSync/VertRefresh lines [02:52] in the monitor settings? only that? [02:54] Good morning everybody :) [02:54] ... ill reboot [02:54] rebooting is for losers === natea [~natea@h000f66a887c6.ne.client2.attbi.com] has joined #ubuntu [02:54] LinuxJones: good morning === |progenic| [~h3ndric@155.69.183.135] has joined #ubuntu === Keybuk [scott@descent.netsplit.com] has joined #ubuntu === LinuxJones notes that there are 300 people in irc, cool :) === crofty [~chatzilla@213.162.105.135] has joined #ubuntu === kvm [~kvm@212.21.138.21] has joined #ubuntu [02:59] hi === pisuke [~luis@84-120-70-104.onocable.ono.com] has joined #ubuntu === carlos__ [~carlos@pD9503F98.dip.t-dialin.net] has left #ubuntu ["Verlassend"] [03:00] how come the command "init 3" do nothing except freezing my pc? === mrjive [~mrjive@net-206-24.noicomnet.it] has joined #ubuntu [03:00] is it something repairable? === Dor|aN [~malteo@host17-97.pool80182.interbusiness.it] has joined #ubuntu === Quazion [~quazion@h37074.upc-h.chello.nl] has joined #ubuntu === Dor|aN [~malteo@host17-97.pool80182.interbusiness.it] has left #ubuntu ["Leaving"] === Quazion [~quazion@h37074.upc-h.chello.nl] has joined #ubuntu === heavy [~bouncer@S01060010a7021850.wp.shawcable.net] has left #ubuntu [] [03:07] fixxed my printing problem :) somehow cups went wild and created a 100 lpd print jobs that hang,so my new settings didnt work until i reboted :) === cenerentola [~cenerento@84.222.38.125] has joined #ubuntu === chuck_ [~chuck@CPE0006258ec6c2-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu [03:09] cenerentola: oh well, then no idea, sorry === gruberman [~gruberman@h9n2fls35o294.telia.com] has joined #ubuntu [03:10] daniels: maybe ull like this alittle more http://www.pastebin.com/118558 === zul [~chuck@zul.developer.gentoo] has joined #ubuntu === gwildor_ [~onceagain@adsl-68-249-245-156.dsl.sfldmi.ameritech.net] has joined #ubuntu [03:11] cenerentola: dude [03:11] (WW) NVIDIA(0): config file hsync range 28-33kHz not within DDC hsync ranges. [03:11] (WW) NVIDIA(0): config file vrefresh range 43-72Hz not within DDC vrefresh ranges. [03:11] cenerentola: delete horizsync and vertrefresh from /etc/X11/xorg.conf [03:11] ive already done it [03:11] ... [03:11] ... [03:11] ... [03:11] sorry [03:12] morning (for me) room [03:14] how do i add new fonts ? === sivang [~sivang@80.179.93.130.forward.012.net.il] has left #ubuntu ["Leaving"] [03:16] Quazion: open nautilus, hit ctrl-l, type "fonts:///" [03:16] Quazion: drag stuff in there [03:16] k thanks [03:17] wonder why there isnt a link to it somewhere [03:17] there is, but somewhat hidden :) [03:17] seems the fonts are locked [03:17] it's in computer > desktop preferences > font; then details, then 'go to fonts folder' [03:17] the fonts listed there already are system fonts [03:18] if you drag fonts in there, they'll be installed for your user only (in ~/.fonts) [03:18] sounds logical === Deviled [~despair@p50801F9F.dip.t-dialin.net] has joined #ubuntu === Zindar [~bagfors@114.221.181.62.in-addr.dgcsystems.net] has joined #ubuntu [03:22] seems to work, although it doesnt show in the fonts folder ;-) === fabiand [~fabiand@p50869658.dip0.t-ipconnect.de] has joined #ubuntu [03:24] jdub: yeah, that button should be under "Font Preferences" and not hidden under "Details" [03:24] indeed, feels not logical :) === Quazion hasnt used gnome since version 1.2 or something === encryptio [~nobody@user-119a28l.biz.mindspring.com] has joined #ubuntu [03:27] Keybuk: i've toyed with the idea of that view being the primary font preferences window, with the other bits as a bar at the top or something === jdub is not a big fan of the current font dialogue === gen agrees === melter|work [~Melter@dyn224.iacc-tm4.ndsu.NoDak.edu] has joined #ubuntu === ik5pvx [~Bus_Error@paperino.noc.seabone.net] has left #ubuntu ["Permission] === dsl338 [~dsl@adsl-68-249-245-156.dsl.sfldmi.ameritech.net] has joined #ubuntu [03:34] does hoary have a newer kernel? [03:34] only slightly === theine [~theine@x1-6-00-11-24-09-2f-60.k217.webspeed.dk] has left #ubuntu ["Leaving"] [03:34] it fixes two configuration changes that crept into warty === gholen [~gholen@193.10.32.252] has joined #ubuntu [03:34] so no good for getting my hands on 2.6.9? === linux_mafia [~max@222-152-204-174.jetstream.xtra.co.nz] has joined #ubuntu [03:35] How do I install XMMS in ubuntu? [03:35] edd: mjg59 has a test 2.6.9 kernel with swsusp love, iirc [03:35] mjg59: OBNOXIOUS HIGHLIGHTING TRIGGER ^^ [03:35] ghoeln - open the console and type in "sudo apt-get install xmms" [03:36] daniels: oh cool. see, i'm moving my main laptop to ubuntu in a fit of recklessness [03:36] edd: rad! === Elwood [~Elwood@ppp-62-11-186-161.dialup.tiscali.it] has joined #ubuntu [03:36] gonna try it === LinuxJones [~LJ@blk-222-206-208.eastlink.ca] has joined #ubuntu === tmp [~tmp@host81-155-144-232.range81-155.btcentralplus.com] has joined #ubuntu === Jonatha1 [~jonathan@130.243.51.181] has joined #ubuntu [03:37] maybe you should do "sudo apt-get update" first ;) [03:37] ubuntu to all [03:37] edd: http://www.srcf.ucam.org/~mjg59/laptops/ [03:37] el, yeah, i removed my winxp partiotion yesterday ;) [03:37] i have just get xorg from hoary but it crashes saying no core device, crash on keyboard... === dsl358 [~dsl@adsl-68-249-245-156.dsl.sfldmi.ameritech.net] has joined #ubuntu [03:38] mjg59: cool. i'll likely bug you a little :) === gwildor_ [~onceagain@adsl-68-249-245-156.dsl.sfldmi.ameritech.net] has joined #ubuntu [03:39] hi guys [03:39] EE) No Input driver matching `Keyboard' [03:39] (II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE) [03:39] (II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other) [03:39] (II) Mouse1: ps2EnableDataReporting: succeeded [03:39] No core keyboard [03:39] any idea? [03:40] nvidia event handler?? [03:40] what did you do to your config file? [03:40] daniels, the config is ok..the same of xfree86 [03:41] it failed to initialize core devices [03:41] where did nvidia event handler come from? [03:41] i suppose from my nvdia driver? === Rene_S [~rskrodzki@CPE000ae62705a3-CM014490004397.cpe.net.cable.rogers.com] has joined #ubuntu [03:42] try changing "keyboard" to "kbd" [03:42] but I don't know, dude [03:42] hi gwildor_ [03:42] gwil dor as in masters of the universe? [03:42] ahah [03:42] Bleh, its winter .... :( [03:43] Rene_S, we got out first snow flurries yesterday :( [03:43] did not work, am i to change anything? [03:43] daniels, ok thnks [03:43] LinuxJones, yeah same here [03:43] anybody know how to setup a usb key to be a home dir for the live cd of ubuntu? [03:44] Rene_S, I see your on Rogers you poor soul :D [03:44] LinuxJones, well I am not a big fan of Sympatico [03:45] Rene_S, Sympatico and Rogers are both garbage :) [03:45] gen, you know it I HAVE THE POWER === aktsuo_ [~aktsuo@lns-vlq-19-82-255-34-77.adsl.proxad.net] has joined #ubuntu === Temet [~temet@lns-vlq-42-lil-82-252-77-71.adsl.proxad.net] has joined #ubuntu [03:46] LinuxJones, I have had rogers for 5 years now, got used to the level of service [03:46] LinuxJones, to lazy to switch [03:46] Rene_S, heh I am surprised you not still running Microsoft products, J/K 8) [03:47] LinuxJones, Nah, Not even for gaming anymore, dont miss it at all [03:47] linuxjones, just so you know, I am that mirak noob that was here a few weeks ago, the mirak that hangs here now isnt me === Pluk [~Pluk@37-71-dsl.ipact.nl] has joined #ubuntu [03:50] what do i mount in /dev for firewire ? [03:50] you never "mount" anything in /dev... from /dev perhaps.. but never in [03:50] ok:) [03:50] hm, can somebody tell my how i get my AltGR button to work? it doesnt want to do the ..ahh... this thing to go to the home folder.... looks like a lyling s [03:51] Deviled: usually it's enought to change from pc104 to pc105 in /etc/X11/XF86Config-4 [03:51] webpage i'm looking at said /dev/sda2 - but there isn't such a thing hmm [03:51] edd: The acpi-support scripts there ought to do suspend/resume on your machine, too [03:51] How do I install XMMS in ubuntu? did not work whit the atp-get [03:51] at least that does it for swedish keyboards [03:52] gholen: "sudo apt-get install xmms".. you MIGHT need to enable universe first [03:52] mjg59: cool. i'll report back. [03:52] Zindar, do u know what i should use instead of /dev/sda2 ? [03:52] How do i edit the menu's ? [03:52] i'll try.. have a german keyboard [03:52] nimc: no, are you sure you're firewire hardware is supported by linux...??? [03:52] nmic: it may not be [03:52] nimc: that's the first thing to find out [03:52] univere are enabled! [03:52] Zindar, it's an ipod.... someone said here earlier that it is [03:53] Identifier "Keyboard1" Driver "Keyboard" [03:53] it should be keyboard0? [03:53] mjg59: your packages are ok to use with warty? [03:54] Zindar, sorry, when i plug it in... /dev/sda2 appears [03:54] nimc: ahh.. it is... however, the firewire hardware in your computer must be supported as well [03:55] Zindar: could you say me where can i find pc104 in /etc/X11/XF86Config-4 ? [03:55] nimc: alright.. that's good [03:55] Deviled: Option "XkbModel" "pc105" [03:55] gwildor_, someone stole your nick ? === stone_ [~stone@65.169.94.254] has joined #ubuntu [03:56] Zindar: oh..k..found it..but it's already pc105 :/ [03:56] Deviled: than that's not the problem [03:56] Zindar, hmm now i get: mount: you must specify the filesystem type [03:56] Deviled: sorry.. can't help you [03:56] edd: Should be, yup [03:56] nimc: are you running a windows ipod or a mac ipod? [03:56] linuxjones, he registered it, but didn't hang in this room, but he started coming here, and made me change it, pm's all day long [03:56] nimc: I think it has to be converted to a windows ipod first... [03:56] but I am not sure [03:57] gwildor_, yikes [03:57] mac ipod should work fine === jono [~jono@193.60.136.66] has joined #ubuntu [03:57] hi all [03:57] Zindar, it's a windows formatted ipod [03:57] nimc: I think you need help from someone who has a ipod.. I run iriver since it's better :) [03:57] hi jono [03:57] anyone use a palm with ubuntu? [03:57] ah, ok, i have to press it twise..lol, should tried it out [03:57] LinuxJones, yeah, im not very happy with him [03:57] I dont know which port is used in /dev - there is no /dev/pilot [03:58] i'll look at the websites in a little more detail.... if i don't get it i'll try to ask here some more... [03:58] jono: probably a /dev/ttySx [03:58] /dev/co-pilot ? hehe [03:58] where x is a number [03:58] it is a USB device though [03:58] ahh [03:58] than I have no idea [03:58] /dev/ttyUSBx ? [03:58] look in dmesg.. [03:59] there are no ttyUSB entries === gwildor_ says "smoke break" [03:59] it doesnt say anything in /var/log/messages when I plug it in [04:00] jono: and in kern.log? [04:00] ls /dev | grep -i usb ? === Hermes2002 [Hermes2002@x84-49-72.wireless.umn.edu] has joined #ubuntu === seb128 [~seb128@ANancy-151-1-17-243.w83-194.abo.wanadoo.fr] has joined #ubuntu === enabl [~enabl@host81-156-199-6.range81-156.btcentralplus.com] has joined #ubuntu === paradox [~paradox@p65-146.acedsl.com] has joined #ubuntu === britt_ [~britt@li9-223.members.linode.com] has joined #ubuntu [04:04] hey [04:04] Got a question for you all === britt_ is now known as BrittMan914 [04:04] hello === Mitario [~michiel@sikkes.xs4all.nl] has joined #ubuntu [04:05] can anybody help me [04:05] ? [04:05] BrittMan914: just ask [04:05] alrigth [04:06] anybody experience lockups in OpenOffice.Org when opening up multiple documents [04:06] sorry [04:06] i didnt know anybody was in here [04:06] 303 in here [04:06] okej, so now I've got the xmms and the plugin for greamer to play MP3's, but I can't install it, how do i du? [04:06] more questions: i mounted an ftp server, how can other applications use that connection ? [04:06] BrittMan914: nope.. never happened for me [04:06] ok [04:06] :0 [04:06] :) [04:06] gholen: what do you mean "can't install" [04:07] anybody know of a RealVNC client that is easy to install [04:07] gholen, where did you get it?, apt or synaptic should have installed them [04:07] gholen, just install the metapackage gstreamer-plugins to ge all plugins for gstreamer [04:07] Where about is mplayer? [04:07] BrittMan914: application -> internet -> terminal server client works for me with vnc [04:07] cool [04:07] let me try [04:07] gholen, meaning sudo apt-get install gstreamer-plugins [04:07] wasabi, marrilat, or ?multiverse?, if its universe ill get flamed [04:08] what's the source for marrilat? [04:08] gnna try agian [04:08] wasabi, check "restrictedformats" on the wiki [04:09] if ogra|bot was here, he'd post the link [04:09] alrigth [04:09] tried that [04:09] and i get a error [04:10] libstdc++-libc6.1-1.so.2 cannot be found === leonel [~leonel@201.135.44.114] has joined #ubuntu [04:10] what is that [04:10] can i apt-get install those [04:10] as a generic thing like libstdc? [04:10] BrittMan914, search in synaptic for it [04:11] ok [04:12] i think i did and i went down the list and installed all of them === gwildor_ shrugs [04:12] probly a bad thing [04:12] hey how do you do that [04:12] "/me shrugs" [04:12] cool [04:12] :) [04:12] thanks [04:12] :) [04:12] It gets the list, but then it complains abuot me not being ROOT, but I am [04:12] gholen, ??, when? [04:13] in synaptic? === netmonk [~netmonk@nat-30.c0msys.net] has joined #ubuntu [04:13] no, in comandmode [04:13] didja sudo? [04:13] is say's like this.. [04:13] E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it? [04:14] gholen, above me, sorry [04:14] gholen: well, maybe another process is using it (another apt/dpkg/synaptic running) [04:14] In yej i did suso [04:14] gholen, ogh yeah, is synaptic open anywhere? [04:15] treenaks, thnx [04:15] no, not in this time [04:15] gholen: really sure? [04:16] gholen, something has to be, what do you have open, check all desktops [04:16] maybe another terminal [04:16] shall i reeboot my laptop and try again, yes, i'm positive.. [04:17] thoreauputic, would another terminal open cause that?, I mean if was in the process of installing, sure, but I would think just sitting there [04:17] wouldnt* [04:17] okej, now, I'll start the synaptic [04:17] gholen, what do you have running? [04:17] gwildor_: just wondering if the dir might be open somewhere else [04:18] thoreauputic, kk, I wasn't saying you were wrong, I was checking for myself, so I know [04:18] gwildor_: in itself, of course, a terminal open is not important :) [04:18] thoreauputic, thnx :) === munkee [foobar@209.184.7.116] has joined #ubuntu === EfaistOs [~efaistos@m239.net81-64-31.noos.fr] has joined #ubuntu [04:19] hi [04:19] hi hi [04:19] EfaistOs, hiya === Matthew_I [~matthew@dhcp-147.digium.com] has joined #ubuntu === Nafallo [~nafallo@h51n1c1o1027.bredband.skanova.com] has joined #ubuntu [04:19] for the security updates it's ubuntu or debian who take care of this ? [04:19] so ubuntu is basically debian, but targeted for the desktop [04:20] I guess , in a way, kinda, sorta [04:21] now, I've reloaded the synaptic, and a bunch of uppgrades is shown [04:21] EfaistOs, the Ubuntu devs will compile the updates against Warty and make them available to us, so Ubuntu I would guess. [04:21] so basically you guys grab debian unstable, then fix it for distribution, add your utils and call it gravy [04:21] gholen, do em [04:21] Matthew_I: basically [04:21] Matthew_I: ubuntu isn't desktop specific, we just happen to have a really kickarse desktop :) === fords [~sibn@c-24-21-200-202.client.comcast.net] has joined #ubuntu [04:22] has there been any effort to become an official part of the debian project? [04:22] or is that not really of intrest? [04:22] there's not really any scope for it [04:22] i dont see how a project like ubuntu could become 'an official part' of debian [04:23] one reason I am asking so many quesitons is because I currently use debian unstable for my desktop (I am thinking about switching to ubuntu) [04:23] i really hate to ask this on such short notice, but i've got less than two days to figure ubuntu out before i give this system back to my sister and she moves away. how do i install the kernel sources for the version i've got running (2.6.8.1-3-386) [04:23] LinuxJones, and are ubuntu updates available quickly ? [04:23] Matthew_I, DO IT [04:23] I have a seperate home partition so switching should not be too difficult... === mxpxpod [~bryan@mxpxpod.user] has joined #ubuntu [04:23] I have for a while now thought that something like this should be made, because debian releases way to slow [04:23] Matthew_I, I bielive you can just UPGRADE to ubuntu, but don't ask me how [04:23] EfaistOs, you would have to ask the dev's about how quicky the Security Updates get released. === Zindar just uppgraded one of his servers som debian to ubuntu last weekend... [04:24] I think they should have a server branch, a base branch, and a desktop branch all releasing seperatly... === Elwood [~Elwood@ppp-62-11-186-161.dialup.tiscali.it] has joined #ubuntu [04:24] hello! what file must i modify in order to have a daemon start every time I start the computer? i tryed to find rc.local but I was not able. any ideas? [04:24] so for extra packages not in ubuntu do I just pull those from debian? [04:24] was fairly easy.. === Baumi [~Baumi@z0703.wist.uni-linz.ac.at] has joined #ubuntu [04:24] fords: apt-get kernel-source-2.6.8 [04:24] thats just it, I cant, it shoows a huge amount of errors [04:24] netmonk: update-rc.d [04:24] fords: s/apt-get /apt-get install / [04:24] Matthew_I, you could, but ubuntu does not recommend or support it [04:25] so where do I get stuff that I might need like mysql or something? [04:25] LinuxJones, in comparaison to debian ... no idea ? when are the devs available here ? === yann__ [~Yann@p508A57DE.dip.t-dialin.net] has joined #ubuntu [04:25] gholen, what are the errors, maybe turn off the cd source [04:25] EfaistOs, there are dev's here right now [04:25] gwildor_: are the packages that heavily modified? [04:25] dopey: couldn't find package kernel-source-2.6.8 [04:25] Matthew_I, I have no idea === MasterYoda [~mnicholso@dhcp-155.digium.com] has joined #ubuntu [04:25] fords: linux-source-2.6.8 [04:25] dopey: and i figured the 'install' was implied. i'm not completely stupid, just uneducated. ;) [04:25] LinuxJones, who ? === paradox [~paradox@p65-146.acedsl.com] has left #ubuntu [] [04:26] EfaistOs, jdub [04:26] fords: check in synaptec for packages with a similar name, unfortunately i dont have an ubuntu machine accessable at present [04:26] gwildor_: ubuntu must have a stragety for packages that are not there? [04:26] jdub, present ? [04:26] dopey, Nafallo, thanks. i'll do that. [04:26] linux-source-2.6.8.1 [04:26] EfaistOs, I don't know if he's on that team or not though [04:26] :-) [04:26] fords: apt-cache search ^kernel-source (of course, i'm guessing..) [04:26] fords: `apt-cache search kernel-source` might be handy too [04:26] so how do you pronounce ubuntu? is it like ooo-boon-too? [04:26] I think so.. jdub? [04:26] fords: try apt-cache search linux-source [04:26] cd suorce is of [04:26] Matthew_I, goona have to talk with a dev about it, im a noob, [04:26] or ooo BOON too? [04:26] dopey: in ubuntu it's s/kernel/linux/g :-) [04:27] gwildor_: oh... I figured as much... [04:27] gwildor_: not a prob though [04:27] MasterYoda, thnx :) [04:27] thoreauputic: already on it with synaptic. give me a moment (trying to get this conexant winmodem working, but it required a kernel source tree to be present) [04:27] fords: no offense intended, just lowest-common-denominator === sid77 [~sid77@host99-44.pool8020.interbusiness.it] has joined #ubuntu [04:27] give me a couple of minutes... === MasterYoda is Matthew_I [04:27] Nafallo: danke, i'll keep it in mind [04:27] Nafallo, in ubunto is linux!? nice! ... i like that [04:27] fords: ah - catch 22 [04:27] Matthew_I: yeah [04:27] Nafallo, ubuntu of course :-) === sid77 hi [04:27] Matthew_I: ooh-ooh-ooh! ubuntu! :) [04:27] the correct way to pronounce ubuntu is written on the homepage somewhere. [04:28] jdub: huh? [04:28] dopey: :-) [04:28] jdub: so it's ooh-ooh-ooh? or are you just rhyming? [04:28] masteryoda, jdub is a dev, ask him your question about debian [04:28] 10x Nafallo [04:28] MasterYoda: that's what the vowels sound like. [04:29] thoreauputic: perhaps. i'm kind of hoping not. but then again... i've gotta try before i ask. and i wouldn't ask (instead resorting to google for such information) but i have no prior ubuntu experience. i have only a couple of days to get it up and running before she moves out. [04:29] jdub: when I need packages not in ubuntu do I just install them from debian? [04:29] jdub, maybe somebody should make a .ogg for it :-) === atropu1 [~distvan@bipc36.szef.u-szeged.hu] has left #ubuntu [] [04:29] netmonk: np :-) [04:29] jdub: what timezone are you in at the moment? :) [04:29] ...after which point, i think i'm going to install it on my own laptop. it kicks ass. [04:29] MasterYoda: no! [04:29] how do you say ubuntu [04:29] jdub: so it's like oooh-booh-tooh? [04:29] jdub: where do I get them? [04:29] MasterYoda: you can install almost all the debian packages from universe or multiverse [04:29] oh [04:29] error | libid3tag0 but it is not installable [04:29] MasterYoda: yes (pronounciation) [04:30] ubuntu rocks [04:30] jdub: is that like a copy of the debian repo? [04:30] I love it [04:30] BrittMan914, ;-) that seems to be the trend [04:30] dopey: none, i'm having a lot of trouble sleeping in one session atm. [04:30] MasterYoda: no, it's fully rebuilt for ubuntu [04:30] jdub: so this is a repo of debian packages tailored for ubuntu [04:31] jdub: so are all of debian's packages in there? [04:31] from the FAQ, question 7. [04:31] Ubuntu, an African word from Zulu and Xhosa, is pronounced "oo-BOON-too". [04:31] MasterYoda: main is tailored for ubuntu, universe and multiverse are built against ubuntu (and sometimes patched/updated for fixes) [04:31] MasterYoda: as much as will build -> there's lots of stuff about this on the website, btw [04:32] jdub: is it just another apt source in practice, but you guys call it the multiverse? === regeya [~shane@adsl-sp3-cdale176.micgi.com] has joined #ubuntu [04:32] bbl [04:32] MasterYoda, there is main, universe, and multiverse [04:32] Nafallo: /usr/sbin/update-rc.d or /usr/share/sysvint/update-rc.d, and how? [04:32] MasterYoda: it's the multiverse component [04:32] jdub: yeah I have seen the site, I mentions this stuff but no specfics on exactly what it is [04:32] jdub: so it's an apt source right? [04:32] netmonk: sudo update-rc.d [04:33] netmonk: it will print incstructions :-) [04:33] s/c// [04:33] MasterYoda: it's a component. like main, contrib and non-free in debian, we have main, restricted, universe and multiverse. [04:33] Nafallo, 10x again ;) [04:33] :-) [04:33] netmonk, here's a decent tutorial >> http://www.debianhelp.org/modules.php?op=modload&name=News&file=article&sid=3306 [04:34] jdub: so like deb http://http.us.ubuntulinux.org/ warty main restricted univers multiverse... [04:34] jdub: something like that? [04:34] MasterYoda: look at your sources.list, dude! === wm_eddie [~wm_eddie@wm-eddie.info] has joined #ubuntu [04:34] jdub: I use debian dude.. [04:34] yay firefoxs 1.0 [04:34] 10x LinuxJones [04:34] wm_eddie: boo. [04:34] jdub: hi there :-). you might now how much info we want on those HardwareSupport wikipages? [04:35] jdub: just rare things or the obvious to? [04:35] jdub: I understand ubuntu contributes fixes back to the debian project, are there steps being taken to keep collobration between the projects high? [04:35] MasterYoda: lots of info on the website - just go do some searching and you will find... [04:35] thoreauputic: I have read lots of stuff on the website, now I am asking you guys about stuff I found slightly less clear [04:36] Nafallo: dunno :) [04:36] MasterYoda: OK - I meant the sources are listed in various places on the site [04:36] jdub: well, then I add all my hardware later ;-) [04:36] jdub: and sees what happens :-P. [04:36] thoreauputic: ahh ok [04:36] MasterYoda: we're a branch of sid, and we send fixes back - that's pretty close collaboration. [04:37] jdub: sounds good [04:37] so can one switch from debian to ubuntu without a reinstall? [04:37] okej, now, I'll start the synaptic [04:37] MasterYoda: I've done it ;-) [04:37] MasterYoda: in theory: yes, but it's not recommended or supported [04:37] Nafallo: how is it done? [04:37] Hey! [04:37] MasterYoda: not recommended. [04:37] MasterYoda, change sources.list === enrico [~enrico@enrico.developer.debian] has joined #ubuntu [04:37] are there any plans to do a powerpc live cd? [04:38] MasterYoda: sed sources.list and manually fix every package installed in aptitude. that's how I do it anyway :-) [04:38] Elwood: and that's it? is there any special apt_preferences stuff I have to add so apt chooses packages from ubuntu? === sid77 hope so [04:38] mxpxpod: not strong plans, but if you want to help out... [04:38] MasterYoda: I can dcc you a default sources.list if you are interested - got it from someone I was helping the other day [04:38] jdub: if I had more time, I would [04:38] I have to ask, is there anyone in here that kan talk and write in swedish [04:38] jdub: or if I was hired by canonical...... === jUgo [~ugo@201.245.75.101] has joined #ubuntu [04:39] thoreauputic: that's ok, im not going to try it right now, I will set up a fresh system first to play around with it before I try to convert === gruberman [ENTERPRISE@h131n1fls35o294.telia.com] has joined #ubuntu [04:39] gholen: if you haden't left I would have told you ;-). === gholen [~gholen@193.10.32.252] has joined #ubuntu [04:39] so is firefox 1.0 going in to 4.10? [04:39] gholen: *nickar* == *nods* [04:39] hey why did ubuntu start a 4 for it's version numbers? [04:40] wm_eddie: no [04:40] wm_eddie: probably not :-) [04:40] MasterYoda: 4.10 == 2004-10, year-month. [04:40] Nafallo : bra, jag har trubbel som fan [04:40] aww [04:40] MasterYoda: answer is on the FAQ :-P === jUgo [~ugo@201.245.75.101] has left #ubuntu [] [04:40] gholen: /msg [04:41] I'm going to have to upgrade manually. if I want the new industrial theme... [04:41] how do you all abbreviate ubuntu? [04:42] ubuntu [04:42] and the one that I have is seriously broken when it comes to downloading or playing some file types. [04:42] ubntu [04:42] ubuntu... === wm_eddie doesn't abbreviate much. [04:42] MasterYoda: six letters is not a stretch for most of us... :-) [04:43] no ub or anything? no ubt or ubo or anything... [04:43] hahaha [04:43] Ubuntu is relatively sort when compared to Fedora Core # [04:43] it's just not a conventional name, I will have to get used to typing it... ubuntu... ubuntu.... [04:43] FC2 [04:43] but yeah other than that ubuntu owns fedora... [04:43] MasterYoda, have you tried FC3 ? [04:43] LinuxJones: no not really [04:44] LinuxJones: never installed it, we have some customers using it though [04:44] It's not so much that it owns fedora as it's a different approach to a distro. And I like it. [04:44] MasterYoda, it's getting fairly good review [04:44] MasterYoda, I jsut find it very bogged down on the desktop [04:44] LinuxJones: yeah, im sure it is... only cause peeps like to compare it to redhat, which it owns [04:45] LinuxJones: if you ask me (most people don't) apt is much better than yum and debian is much eaiser to maintain than fedora [04:45] FC3 is pretty rad. === plovs [~plovs@62.84.21.44] has joined #ubuntu [04:46] MasterYoda, I have always despised rpm's even if you can use apt or yum with them :D [04:46] MasterYoda: in my experience FC2 with apt (NOT yum) was good === rom1 [~rom1@238.12.119-80.rev.gaoland.net] has joined #ubuntu === joolz switched to U because FC is large / slow [04:46] I don't know U just isn't enough. [04:46] [help] I'm stuck trying to install the new pwc module under ubuntu. Anyone has a clue? === cristian [~cristian@prosecco.students.cs.unibo.it] has joined #ubuntu [04:47] maybe Ubntu... [04:47] It would be nice to have the redhat-config-tools ported to Debian/Ubuntu though :) [04:47] "Sit, Ubu, sit!" [04:47] wm_eddie: BNT :) [04:47] joolz: I never switched to FC because being a debian user I did not feel the need... [04:47] cristian, great machine name ;) [04:47] joolz: you need at least one u in there. [04:48] MasterYoda: neither did I, it was the other way round :) [04:48] When I try to compile the module, it displays /lib/modules/2.6.8.1-3-386/build: no such file or directory [04:48] sid77, thanks ;) [04:48] joolz: so why do you use ubu then? [04:50] partly curiosiry, partly because I run debian (stable) on servers and want some more uniformity and partly because FC was very big and very slow === mxpxpod [~bryan@mxpxpod.user] has joined #ubuntu [04:50] Man I need to do a dist-upgrade on my server but I'm afraid. [04:50] joolz: so do you like ubu better then FC? [04:50] wm_eddie never be afraid? [04:51] since it's a UML server, and I can't mess too much with kernel... [04:51] MasterYoda: so far, yes. There are some glitches (no mplayer, rhythmbox not supporting wavs). A bit immature, but i like it [04:51] mjg59: so S3 works nice with that kernel. is there anything i need to do specially to get swusp functioning? [04:52] and i feel confident that these glitches will be solved fast [04:52] joolz: rhythmbox does not do wavs? Guess I never tried to play any... [04:52] joolz: maybe you don't have the right gstreamer plugin installed [04:52] how was to put a package in hold? [04:52] joolz: so why not debian then? [04:52] The only problems I'm having with ubuntu is firefox. [04:52] edd: You need to add a resume line to your kernel command line options [04:52] After that, just hitting the power button should suspend [04:53] and no mplayer, but I don't use it too much (only where there's something totem can't play.) [04:53] MasterYoda: on the desktop i want new features more then stability === zenwhen [~zenwhen@host-216-78-81-83.bgk.bellsouth.net] has joined #ubuntu [04:53] joolz: you ever tried debian unstable? [04:53] joolz: Then you want Debian unstable. [04:53] joolz: it's not as unstable as it sounds... [04:53] mjg59: ok, done that but no luck. i'll look harder.. [04:54] MasterYoda: I know, but is it a better choice than BNT? :) [04:54] MasterYoda: I actually add debian unstable to my apt repositry temporarily for some things (Like Alexandria) [04:54] joolz: in fact as you know its where ubu came from, but I see where you are coming from though [04:55] MasterYoda: good. And I see where i'm going to... Home :-) (5 o clock here) [04:55] cu guys later [04:55] cu.. [04:55] joolz, lucky you, ive still got 6 hours [04:56] I have two tests today! [04:56] yay [04:56] Well one and a half. CS tests are a joke. [04:56] lol === mikelds [~miguel@201.128.88.215] has joined #ubuntu [04:57] I'm serious. It's all pretty much, "play compiler" === lance [~lance@pD95EFC3F.dip.t-dialin.net] has joined #ubuntu [04:58] gl then ;) [04:59] I'll need it for the discrete math test... [04:59] Oh god I hate my router :/ [04:59] but i'm happy to write math tomorrow :D === L|nu}{ [~linux@ti112210a080-0643.bb.online.no] has joined #ubuntu [05:01] If it wasn't for Ubuntu I'd be using Novell linux right now. [05:01] [help] Anyone can tell me how to get the /build directory and contents in the /lib/modules/2.6.8.1-3-386/ dir ? thx! [05:01] I need to build a module [05:01] wm_eddie, how is that novell stuff? [05:02] It's pretty much ximian desktop. on SuSe. [05:02] thanks all [05:02] it's not working, but i've got some direction now. i'll be back some day... [05:02] mjg59: your kernel doesn't want to play well with vga16fb in the initrd (the 2.6.8.1 did) any ideas? === fords [~sibn@c-24-21-200-202.client.comcast.net] has left #ubuntu ["tired] [05:03] mjg59: i also get a slew of "ERROR: removing 'module': Device or resource busy" at the beginning of the boot === netmonk [~netmonk@nat-30.c0msys.net] has joined #ubuntu === Elwood [~Elwood@ppp-62-11-186-161.dialup.tiscali.it] has joined #ubuntu === deFrysk [~deFrysk@g90181.upc-g.chello.nl] has joined #ubuntu [05:06] [help] Using synaptic I only see kernel-headers up to 2.6.7. My kernel 2.6.8 Any ideas? [05:06] argh, why does skype use the qt lib :/ [05:07] Deviled: Perhaps it uses it for Windows? [05:07] mjg59: modprobing fbcon fixes the console issue, tho i don't know why it differs between yr kernel and the previous one [05:07] no, there's a linux version, and this one uses qt === eruin [~eruin@213-145-179-140.dd.nextgentel.com] has joined #ubuntu [05:07] edd: Hrm. Afraid not - maybe it just insmods it? [05:08] Yeah, the rmmod stuff is because you can't unload IDE modules in 2.6.9 === beezly [~beezly@2001:630:63:16:20e:2eff:fe27:ea88] has joined #ubuntu === MasterYoda [~mnicholso@dhcp-155.digium.com] has left #ubuntu [] [05:08] Deviled: yeah, but Maybe they like the overpriced cross-platfromness of Qt that way they only have to use one GUI. === fsmw_ [~Fernando@113-108-25.adsl.cust.tie.cl] has joined #ubuntu [05:09] they coulda used gtk === poin__t [point@203.130.197.108] has joined #ubuntu [05:10] gwildor_: I'm not sure but I think Qt has better win32 support (since it's more like win32) [05:10] oh [05:10] ok then [05:10] I don't know why scribus was running superb in slackware and in ubutun stinks. [05:11] more like win32? do you've user skype on win32 sys? this gui is confusing [05:11] *used [05:11] I've never used skype. [05:11] or windows much. [05:11] skype=voip? [05:11] yeah === andril [~andril@adsl-3-202-221.mia.bellsouth.net] has joined #ubuntu [05:12] never used windows much?, how old are you? [05:12] lo [05:12] lol [05:12] hello all -again [05:12] Well I used to use Windows, but I don't use it much anymore. [05:13] kk [05:13] makes mor sence now [05:13] like maybe once every couple of months to keep it up to date with Windows Update... [05:13] dual boot? [05:14] Yeah, I have a 20 gig partition on my second hard drive with XP on it. [05:14] I teach a class on cumputer upgrade and maintenance based on windows, so I have to keep up with it [05:14] I like OS X a little better than Windows though :) [05:14] well, DUH! [05:15] *s* === tim1 [~tim@pD9E5D923.dip.t-dialin.net] has joined #ubuntu [05:17] But after all is said and done, OS X is just a pretty half-assed Unix with a very polished desktop. === Elwood [~Elwood@ppp-62-11-186-124.dialup.tiscali.it] has joined #ubuntu === rom1 [~rom1@238.12.119-80.rev.gaoland.net] has joined #ubuntu [05:18] wm_eddie, I don't use the *nix part, as a desktop it is WODERFUL, well I didn't use the *nix part, havent used osX in some years (2 I think) [05:18] <-----osX beta tester [05:18] Need help installing latest kernel headers(2.6.8) Anyone knows how to do it? [05:19] rom1: have you tried just installing the 2.6.7 headers? [05:19] gwildor_: I didn't like 10.2's that much. [05:19] what are kernal headers, what do they do/for, short answer [05:20] gwildor_: They are like kernel-dev (like libgtk2-dev) [05:20] gwildor: Used to compile modules among other uses [05:20] wm_eddie, it happens, apple cant be perfect all the time === drakonim [~drakonim@199.229.1.111] has joined #ubuntu [05:21] so a noob need not be concerned with kernal headers [05:21] gwildor > I'm trying to build a module from source. [05:21] mjg59: swsusp appears to try and come out of suspend as soon as it's gone in, i get eth1: coming out of suspend... and then it stops. i can still view other VTs buutb aside from that the system seems hung [05:21] gwildor_: Only if you want to build a module from source. === wasabi_ [~jhaltom2@64.25.11.66] has joined #ubuntu [05:22] gwildor_: I hope Ubuntu 5.03 comes with beagle :D [05:22] wm_eddie, beagle? [05:22] then it'd be right up there with OS X tiger in terms of features. [05:22] wm_eddie, beagle? [05:22] gwildor_: beagle is a search program, like OS X tiger's spotlight (and was made before) === BrittMan914 [~britt@li9-223.members.linode.com] has joined #ubuntu [05:23] Miguel de Icaza made a presentation of Beagle about 4 hours before Steve Jobs presented Spotlight :p [05:23] wm_eddie, oh, kk, I remember when osX still used a re-vamped sherlock for searching [05:23] I have a question [05:24] which console command do i use to force a certain link speed [05:24] wm_eddie: nat friedman did, six hours. [05:24] edd: Hrm. [05:24] lol wm_eddie :D [05:24] example 100BaseT-HD [05:24] edd: How are you calling it? [05:24] jdub: I have a bad memory... [05:25] mjg59: echo disk >/sys/power/state [05:25] I am trying to play a shoutcast stream [05:25] xmms [05:25] edd: Is there a /etc/acpi/hibernate.sh script? [05:25] and XMMS keeps on skipping [05:25] bad buffer, or systems too busy [05:26] BrittMan914 tweak the buffer size === LinuxJones [~LJ@blk-222-206-208.eastlink.ca] has joined #ubuntu === mask2412 [~mask2412@pD9E1F5BA.dip.t-dialin.net] has joined #ubuntu === Stuttergart [~Stutterga@www.nathanvalentine.org] has joined #ubuntu [05:27] mjg59: hmm, i have warty's acpi-support for some reason, let me install yours [05:27] uh and where is transset pack fro ubuntu? [05:28] i have [05:28] how far should i take it [05:28] i had 2048 [05:28] and it took forever to cache [05:28] and i tried 512 [05:29] I dont remember what was goign on [05:29] but i think it did work [05:29] esp. on the office windows box [05:29] BrittMan914: you have enough bandwith for that? [05:29] mjg59: ah, it complains that you're overwrting files also in acpid. i'll force your acpi-support in === mask2412 [~mask2412@pD9E1F5BA.dip.t-dialin.net] has left #ubuntu [] [05:30] edd: Ah, right - that would explain it [05:30] i'm on a college lan network [05:30] and It even messed up with a 48k stream [05:31] i'm trying 24k [05:31] mono [05:32] still alot of skippage [05:32] Can you tell whether it skips because of buffering? === Quazion [~quazion@h37074.upc-h.chello.nl] has joined #ubuntu === avatar8888 [~mask2412@pD9E1F5BA.dip.t-dialin.net] has joined #ubuntu === Lathiat_ [~lathiat@sweep.bur.st] has joined #ubuntu [05:33] is your system busy???, what else you got running? === lemsx1 [~lemsx1@xd84b58f2.ip.e-nt.net] has joined #ubuntu [05:33] What package holds gnome-panel-screenshot? [05:33] mjg59: however... even with your stuff it still attempts resume rightgh away with that eth1 message. i'll try rmmod ipw2100 next... === Nafallo [~nafallo@h51n1c1o1027.bredband.skanova.com] has left #ubuntu [] [05:33] oddabe19: gnome-applets? [05:33] Matthew_I, no [05:33] it doesn't [05:34] oddabe19: does ubu have a package search engine like packages.debian.org? [05:34] not that i know of === pdamoc [~pdamoc@80.96.97.229] has joined #ubuntu [05:34] it broke yesterday when Hoary upgraded gnome-panel now, screenshots just don't exist === bwlang [~bwlang@faculty2-cis693.unh.edu] has joined #ubuntu === warty [~warty@62.red-62-101-168.user.auna.net] has joined #ubuntu [05:35] server carme-irc.hispano.org [05:35] i don't know... anyway, i have to get into the shower before my class [05:36] i dont speak english well but i need help === kent [~kent@h104n1fls24o825.bredband.comhem.se] has joined #ubuntu [05:36] i dont know how to install gnoppix 2.8 in hard drive === avatar8888 [~mask2412@pD9E1F5BA.dip.t-dialin.net] has left #ubuntu [] [05:36] can you help me [05:36] edd: It ought to be rmmodding ipw2100 automatically, which is why I'm confused [05:36] warty, wrong channel you want #gnoppix === pdamoc [~pdamoc@80.96.97.229] has joined #ubuntu === rom1 [~rom1@238.12.119-80.rev.gaoland.net] has left #ubuntu [] === MFen [~cory@206.78.36.166] has joined #ubuntu === cg_all [deano@unix1.cc.ksu.edu] has joined #ubuntu [05:37] anybody do any high availability stuff? [05:37] edd: You're running the hibernate.sh script? [05:37] i'm looking into buying some shared storage (e.g. fddi or scsi or something) that i can hook up to a couple of ubuntu boxes running heartbeat [05:37] anyone done something like this? === oferw [oferw@DSL212-235-58-230.bb.netvision.net.il] has joined #ubuntu [05:38] mjg59: yeah, using your script linked to the power button. i just rmmod ipw2100 and it worked when i did things manually. i'll try calling hibernate.sh again... [05:38] but ubuntu is not gnoppix [05:38] hey does any one know if my nvidia 5900xt is compitable with ubuntu [05:38] ubuntu supports ftpfs ? [05:38] ? [05:38] i want to mount a ftp server in the filesystem :) [05:39] cg_all, yes [05:39] trying ti use gnome-vfs atm, but it doesnt let me edit the files on remote server :) === mikelds is now known as mikelds_away [05:39] because i couldn't get to to work under redhat 9.0 or knoppix live cd [05:40] cg_all, there is a pre-compiled nvidia driver available for download >> http://wiki.ubuntulinux.org/BinaryDriverHowto [05:40] does ubu have a graphical splash? I see some stuff about usplash on the wiki? I was wondering if this was plans for horry or in warty as well? [05:40] mjg59: running prepare.sh on its own does not remove ipw2100 here... [05:41] edd: Hrm. === MasterYoda [~mnicholso@dhcp-155.digium.com] has joined #ubuntu [05:41] Matthew_I, you can search from synaptic, if that's what you were asking [05:41] edd: Can you set -x it and see what it does? === mindjiver [~aturing@clown.campus.mdh.se] has joined #ubuntu [05:41] gwildor_: inother words no [05:42] Matthew_I: usplash is being worked on for Hoary [05:42] mjg59: PCINETWORK seems to be empty [05:42] crimsun: who would I contact to collaborate with on that? [05:42] edd: Ah, ok. Can you do lspci -n and /msg me the output ? [05:43] crimsun: you ubu peeps are doing everything I ever wanted to do with debian [05:44] hm, can someone tell me how to update the firefox to 1.0 final, without apt-get? 'cause there's only 1.0 rc1 [05:44] deviled, firefox has a graphical installer [05:45] but that breaks package management ... === netmonk [~netmonk@nat-30.c0msys.net] has joined #ubuntu === fader_ [~segfault@dsl-213-023-069-170.arcor-ip.net] has joined #ubuntu [05:46] hm..:/ === deFrysk downloaded the tgz , unpacked it and putted it in /usr/local [05:46] i also wait for a .deb [05:47] made a launcher and added the symlinks for java and flash [05:47] and have it running next to the hoary one [05:47] hey, does anyone have an idea if firfox will be updated through Synaptic or I have to install it manualy? === Unfun [~Unfun@69.93.81.78] has joined #ubuntu [05:47] for some reason my synaptic and pkg-get sources don't show a lot of packages [05:47] how can i tell if i have the latest? [05:47] netmonk, it wil be probably updated [05:48] in hoary tht is [05:48] how do i know if that includes me ;) [05:49] say just wait, should be in hoary soon [05:49] as soon as it is in hoary you will here some cheering here netmonk [05:49] ok, just installed xorg ... === Gerrath [~Gerrath@cad5.lifecor.com] has joined #ubuntu [05:49] let's restart x === edd_ [~edd@snoopy.heddley.com] has joined #ubuntu [05:49] wish me luck ;) [05:49] hear [05:49] tim1, good luck === Mojo_Jojo [~RuLe@d205-250-56-39.bchsia.telus.net] has joined #ubuntu [05:49] gl ;) [05:50] what do you call hoary? [05:50] is there a rescue-mode for the ubuntu install-cd? so I could boot a system whose bootloader wont work? [05:50] hoary [05:50] hoary - next release of ubuntu === ubuntu-geek [~ubuntugee@24.247.184.104.gha.mi.chartermi.net] has joined #ubuntu [05:50] unstable? [05:50] testing? [05:50] idkk [05:50] gwildor_, untill release yes [05:50] will be stable when its done ;) [05:50] oh, I was responding to netmonk, sorry [05:51] aha [05:51] ok [05:51] 10x :) [05:51] :)_ [05:52] is there a download accelerating program that is apt-getable? === linux_mafia [~max@222-152-204-174.jetstream.xtra.co.nz] has joined #ubuntu === gilligan_ [gilligan@pD95F69F0.dip.t-dialin.net] has joined #ubuntu [05:52] hi [05:52] or atleast a .deb [05:52] gwildor_, are you using 'universe' ? if yes, you can try 'prozilla' [05:53] stratus, thnx, prozilla it is [05:53] whats prozilla? [05:53] could someone tell me how to enable root / set root pw ? [05:53] gwildor_, oh no go with prozgui! [05:53] Deviled, you can say that it's a 'download accelerator' :) [05:53] stratus, will I need both, or just prozgui? [05:53] Deviled, it isn't on ubuntu 'main' or 'restricted', just 'universe'. [05:54] gwildor_, just prozgui. === orospakr [~orospakr@ip-127.83.126.206.dsl-cust.ca.inter.net] has joined #ubuntu [05:54] stratus, kk, thnx [05:54] gwildor_, np you're welcome. [05:54] i didnt ask where it is, i only wanted to know what it is :P [05:54] but thx :D === khwarizmi [~krischan@p5090A8E3.dip.t-dialin.net] has joined #ubuntu [05:54] Deviled, hmm but it's good to say that it isn't officialy supported by ubuntu! === dnielsen [~dnielsen@82.150.72.35] has joined #ubuntu [05:56] stratus, should i tell you first, i dont install everything which i ask what it is :P [05:56] Deviled, hah yes. :) === fader_ is now known as fader [06:00] but the annoying thing is, my onboard soundcard doenst want to work with ubuntu..was the same on fc2 :/ *has now a pci soundcard* === natea is now known as natea|away [06:03] neat [06:03] its bob2 [06:03] where is bob2? === pdamoc [~pdamoc@80.96.97.229] has left #ubuntu [] === atropus [~istvan@ktv672-212-6.catv-pool.axelero.hu] has joined #ubuntu [06:05] gwildor_: it's 4:05am on the east coast of australia. === dieman waits for his mirror to catch up [06:06] daniels: your x.org upload took a ton of time to sync [06:06] damn you! [06:06] omfg! it's 6:05pm here, in germany :P [06:06] and its 11:05 am here. [06:06] its 12:06 here in eastern USA [06:06] 11:06 now... [06:06] 12:06 noon time [06:07] daniels: you ever sleep? [06:07] Deviled: the world has this funny habit of rotating ... [06:07] lunch time! [06:07] and in Budapest 18:07pm [06:07] dieman: dude, it's 6pm in europe :) [06:07] thore*, yeah, sure, :/ === MFen [~cory@206.78.36.166] has left #ubuntu ["mlaut] [06:08] daniels: oh, right. [06:08] not everywhere :P === edd_ [~edd@snoopy.heddley.com] has joined #ubuntu === susanne [AC142C04@nat-ph3-wh.rz.uni-karlsruhe.de] has joined #ubuntu [06:11] Hi all [06:12] hi [06:12] hi. === mindjiver [~aturing@clown.campus.mdh.se] has left #ubuntu [] [06:12] Does sb. know the differnce between /etc/modutils and /etc/modprobe.d???? [06:13] I want to add some module options and aliases for my soundcare === nimc [~nimc@cable-129-176.inter.net.il] has joined #ubuntu === webmaven_ [~webmaven@207.88.65.130] has joined #ubuntu [06:14] Has anyone here had success setting up Evolution to talk to Exhange? [06:15] Please tell me, where would a put some soundcard aliases and options? in a file under /etc/modutils or /etc/modprobe.d? === nasdaq4088 [sdfsd@tkp-ip-nas-1-p175.telkom-ipnet.co.za] has joined #ubuntu === rcaskey [~rcaskey@cai17.music.uga.edu] has joined #ubuntu [06:16] susanne: I think you want to put it in /etc/modutils/alsa-base [06:17] can some one tell me if pppoe is in universe? I need to tell my brother where he can download it, he needs it to configure his usb-modem i think.. He has no internet connection right now, so he has to download it at a friend.. === Potn [~potnhbug@ip129-167.bacs-net.hu] has joined #ubuntu [06:17] did ubuntu came with a program to create and burn cds? where is it? [06:17] nimc, it's nautilus. [06:17] kent: It's not only in universe. [06:17] nautilus can burn cd [06:17] it's in main as well I think [06:17] pppoeconf is the package. [06:17] how? (not .iso file) [06:18] you want to burn an iso or not ? [06:18] nimc: In a nautilus window go to Places > CD Creator [06:18] select files to put in the cd and burn it [06:19] wm_eddie, but my brother was going to install eciadsl-usermode, and it said he needs pppoe. The eciadsl-usermode is from debian, so could he use dpkg force then? [06:19] wm_eddie, thanks [06:19] kent: he would need dependencies as well [06:19] nimc, go to a nautilus window, copy the files you want to burn, go to Places > CD Creatro, paste the files, then go to Files > Write to disk [06:19] thanks [06:20] can i burn multisession disk too? [06:20] kent: apt-cache depends pppoeconf [06:20] kent: pppoe is in Universe too. === jpape [~jpape@15.238.5.1] has joined #ubuntu [06:20] thoreauputic, but pppoeconf does not come with a pppoe binary? When i run dpkg -L pppoeconf i only see the conf binary and some other stuff, no pppoe binary :( [06:20] kent: Or he could just add the debian repository to his sources.list temporarily. [06:20] what source list should i be using for the latest packages? [06:21] Unfun: latest of the latest, the 5.03 branch? [06:21] I forget the names. [06:21] hoary [06:21] kent: if you run apt-cache depends pppoeconf you will see pppoe [06:22] seems pppoeconf pulls in that dependency === jono [~jono@193.60.136.66] has joined #ubuntu [06:22] hi all === yz_ [~yz@216.238.203.191] has joined #ubuntu [06:23] hi jono === atropus [~istvan@ktv672-212-6.catv-pool.axelero.hu] has left #ubuntu [] [06:23] what do i need to configure to connect other "X" programs on my local server? [06:24] heya thoreauputic [06:24] :) [06:25] is anyone else wishing for a install rootpass=blah runsshd format=freespace options? [06:25] Package winbind is not available, but is referred to by another package. [06:25] This may mean that the package is missing, has been obsoleted, or [06:25] is only available from another source [06:25] anyone have winbind in their source lists? [06:26] on a default ubuntu install xhost + should allow any foreign host/application to connect to my xserver right? === maskie [~maskie@196-30-111-143.uudial.uunet.co.za] has joined #ubuntu [06:26] hsidhu: i think there is a gconf variable now [06:26] I think gdm plays some roll in that behavior these days [06:27] ohh ok [06:27] there a way to make synaptic show you the changelog differences like in debian? === Astharot [isager@82.52.99.244] has joined #ubuntu [06:27] yeah there's a tcp no-listen in gdm's config file I think [06:27] hi, i did a dist-upgrade in hoary and it installed x.org [06:27] wasabi_: apt-get install apt-listchanges [06:27] doh. [06:27] now, how can i switch from xfree to x.org ? [06:27] haha last time I installed that was 2 years ago. i'd totally forgotten. [06:28] apt-listchanges is a lifesaver [06:29] canyou please answer me ? :P [06:29] Astharot: /etc/init.d/gdm restart I think === seacyd [~c@p213.54.12.103.tisdip.tiscali.de] has joined #ubuntu [06:29] hi to all [06:29] Astharot: but I may be wrong - someone confirm? [06:29] thoreauputic: i tried to restsart X with CTRL ALT BACKSPACE [06:30] but nothing changed [06:30] Astharot: what does X -version say? [06:30] X Window System Version 6.8.1 (Ubuntu 6.8.1-1ubuntu1 20041109183716 root@terranova.warthogs.hbd.com) [06:30] I think you have X.org then [06:31] mh... yes ? [06:31] Astharot does, yes. [06:31] what did you expect to change? [06:31] dunno... something cooler :) [06:31] :D [06:31] he expected a shower of fireworks perhaps ;) [06:31] but [06:31] that woulda been cool! [06:31] but no. [06:31] /usr/X11R6/bin/X :0 -br -audit 0 -auth /var/lib/gdm/:0.Xauth -nolisten tcp vt7 [06:31] is that right ? [06:31] like we've said, there aren't _that_ many external differences between Debian's XFree86 and X.Org [06:31] yes. [06:31] X11R6/X ? [06:32] (though there are and will be considerable differences) [06:32] One of these days that's going in /usr/bin, right? :) [06:33] Hi - are there any Ubuntu developers present? I am a long-time Debian user who installed Ubuntu last night for the first time. I'm wondering where would be the best place to offer some feedback about the install? [06:33] wasabi_: what's going in /usr/bin/ ? [06:33] X. [06:33] Xenguy: there are several (many) present. [06:34] what can I do MORE with x.org? :P === tim1 [~tim@pD9531CA1.dip.t-dialin.net] has joined #ubuntu [06:34] Astharot: enable the composite extension [06:34] just in case you didn't know: [06:34] fglrx sucks [06:34] crimsun: where would you recommend I give feedback (here? a wiki page? other?) ? [06:34] however, xorg up & running [06:35] Xenguy: here or the -users mailing list [06:35] -user, rather [06:35] crimsun: OK, thanks. I am at work now, so I will follow this up tonight then. Good job - kudos to all you people :-) [06:35] just to let you know, I'm a concurrent Sid and Hoary user [06:35] and things work quite smoothly. [06:36] thank goodness for apt_pinning === SmokingFire [~christian@ashanti.xs4all.nl] has left #ubuntu [] === trans_err [~trans_err@hc6527258.dhcp.vt.edu] has joined #ubuntu [06:42] i installed hoary but am now missing microsoft font support- fonts like new courier seem to be missing [06:42] any idea? === SmokingFire [~christian@ashanti.xs4all.nl] has joined #ubuntu [06:43] trans_err: install msttcorefonts from universe [06:44] trans_err: apt-get install ttf.* [06:44] Where is the xcompmgr package at? [06:44] trans_err: well don't really do that cause then you will get lots of fonts you don't want === susanne1729 [AC142C04@nat-ph3-wh.rz.uni-karlsruhe.de] has joined #ubuntu === Sander__ [~Sander__@209.10.122.251] has joined #ubuntu [06:47] It seems that in ubuntu gnome is the multimedia setting missing. Where can I configure what sound system gnome uses? alsa oss... [06:47] gstreamer-properties [06:47] change output to alsa [06:48] better to use esd. [06:48] or oss. [06:48] During an Ubu install, is it possible to tell GRUB *not* to install on the MBR? If yes, how? (I've only done 1 Ubu install [last night] , but I don't recall it giving me that option) [06:49] thx punkass, but why is this setting no longer in the desktop property menu? [06:49] dont think it ever was :) [06:49] susanne1729: it was never in ubuntu's menus. it's not a dialogue that users should ever have to see (and if they do, it's easily accessed from the command line) [06:50] on gentoo there is an advanced settings menu where "multimedia" leads to the gstreamer-properties [06:50] it's not displayed in ubuntu for the above reasons [06:51] ok, jdub, thanks for the explanation, i changed it now to oss [06:52] my problem is, that I own an old isa card.... after hours of module loading and unloading, i found out that the card works with "modprobe sb io=0x220 irq=5 dma=1" [06:52] and btw, I downloaded isapnptools and pnpdump could not find that card... :-( [06:52] but it works now with the above settings === ironwolf [~lamont@c-24-6-251-226.client.comcast.net] has joined #ubuntu [06:54] What not works is the gnome sound adjuster (if thats the right word, i am german ;-) I cant control the sound power [06:54] you might need to load a mixer kernel module [06:54] don't remember with old sound cards like that one ;) [06:55] in my vlc sound doesn't work anymore [06:56] [00000252] oss audio output error: cannot open audio device (/dev/dsp) [06:56] in totem and muine, sound is just fine === gholen [~gholen@193.10.32.252] has left #ubuntu ["Lmnar"] === trans_err [~trans_err@hc6527258.dhcp.vt.edu] has joined #ubuntu === ssam [~chatzilla@80.41.72.173] has joined #ubuntu === labanux [~laban@203.130.245.178] has joined #ubuntu [07:01] afasdfas [07:01] lol [07:02] test [07:02] anyone know why msttcorefonts doesn't work with xorg? [07:02] trans_err: they sure do, actually. [07:03] kk [07:04] trans_err: for instance, if they didn't, my X-Windows session would be quite unbearable presently. [07:04] hmm, is it normal for the cpu freq to jump up to max when resizing a window? [07:04] Telep, I wouldn't be too surprised about it [07:04] right, just checking :) [07:04] if you're using opaque resize, the app is probably constantly redrawing itself [07:04] Telep: it occurs here with the binary Nvidia drivers (1.0-6629) === jcole [~jcole@atlwebproxy1.core.hp.com] has joined #ubuntu [07:05] which is kinda time-consuming === rcaskey_ [~rcaskey@cai17.music.uga.edu] has joined #ubuntu [07:05] mjr: yes tru [07:05] w [07:05] :) === Klowner_ is now known as Klowner [07:05] aargh, "true". There, I typed it right. [07:05] hei.. [07:05] hei hei === mjr pats Telep on the head [07:06] good boy [07:06] does anyone know how to make my printer could work in my ubuntu [07:06] does anyone know how to make my printer could work in my ubuntu? === Telep purrs [07:06] define "my printer" [07:06] i'm using hp deskjet 3535 [07:06] what error does it give labanux? [07:06] it doesn't has any error message [07:07] but it wasn't detected [07:07] unable to print to lpt1 [07:07] yeah.., unable to print [07:07] eh.. [07:07] devil: self(N), printer(X), owns(N,X) [07:07] i'mnot using lpt1 [07:07] i'm usin gusb port [07:07] i'm usin gusb port [07:08] i'm using usb port === cenerentola [~cenerento@84.222.38.197] has joined #ubuntu [07:08] (dare I point out that "I" should be capital ;) [07:09] what should I do to make my printer work? [07:09] lol === Astharot [isager@82.52.99.244] has left #ubuntu ["Leaving"] === wulfbane_ [~wulfbane@204.90.50.252] has joined #ubuntu [07:09] hrm, or perhaps self(N), printer(X), owns(N,X), person(K), \+ K == X, \+ owns(K,X). === icu [~e2@n199-38.wireless.ubc.ca] has joined #ubuntu [07:10] ciao [07:10] hi === zerokarmaleft [~zerokarma@adsl-68-92-106-211.dsl.tulsok.swbell.net] has joined #ubuntu [07:10] hrm, no one knows whether Ubuntu will let me install GRUB somewhere else (i.e. not the Master Boot Record [MBR] ) ? [07:10] How do I get a copy of the kernel source so I can compile modules external to the kernel tree? [07:11] Are there any programs available that will erase a CD-RW disc? [07:11] Xenguy: you sure can. [07:11] icu: install linux-source* [07:11] crimsun: I'm trying to recall the install last night - does the installer offer that choice? === wulfbane [~chatzilla@130.39.226.113] has joined #ubuntu [07:11] icu: ii linux-source-2.6.8.1 2.6.8.1-17 [07:11] can anyone tell me how to stop my wireless card(prism54) from crashing my system [07:11] Amaranth, cdrecord. Look at the man page for the different blank=??? modes [07:11] crimsun: is that the vanilla kernel or the patched version? [07:12] icu: it's the version for the Ubuntu kernels [07:12] a [07:12] icu: note that if you only want to compile external modules that haven't been Debian/-Ubuntuized, you only need linux-headers-`uname -r` [07:12] my system runs fine.... even connects to netwrks and then after a few minutes. Lock (20secs) then reboot... === Matthew_I [~matthew@dhcp-147.digium.com] has left #ubuntu [] [07:13] crimsun, they absolutely don't on my box- new courier specifically does not show up at all === zk [~zk@10.Red-80-33-53.pooles.rima-tde.net] has joined #ubuntu [07:13] What is root password? [07:14] crimsun: I'm trying to compile ati's fglrx modules but I get an error saying that the drm version in the kernel source is incompatible === Pluk [~Pluk@37-71-dsl.ipact.nl] has joined #ubuntu === Klowner_ [~klown@bob36.revealed.net] has joined #ubuntu [07:14] icu: use the debian packages [07:15] icu: just build them on ubuntu, I built them on debian last night, it worked well [07:15] zk, use sudo with the password for the user account you created during install for anything you need to do with root privs === Nafallo [~nafallo@h51n1c1o1027.bredband.skanova.com] has joined #ubuntu [07:16] MasterYoda: Ati released a new set yesterday that work with doom 3... [07:16] ok ready is changed ok thx to all === zk [~zk@10.Red-80-33-53.pooles.rima-tde.net] has left #ubuntu ["M'envaig"] === ToTo [~ToTo@82.52.75.115] has joined #ubuntu === dnielsen_ [~dnielsen@82.150.72.35] has joined #ubuntu [07:17] mdz: hi there! are everything to be reported to the hardware project on the wiki or is it just problematic and/or rare hardware? [07:17] mjr: cdrecord looks like it needs SCSI emulation === Keybuk [scott@descent.netsplit.com] has joined #ubuntu [07:18] Amaranth, its author only wants it to look that way [07:18] icu: so the packages are not updated... [07:18] icu: update the packages [07:18] How can If I can't get the upstream source to compile on its own? [07:19] Pointing it to an ide device node does work [07:19] icu: uhh... I think my mom is calling [07:19] icu: give me a sec [07:20] icu: what kind of errors are you getting [07:21] sec === xuzo [~xuzo@bolgo.cent.uji.es] has joined #ubuntu [07:21] is there any issue or something to clear why evolution is so unstable in hoary? [07:21] fsmw_: maybe the fact that hoary IS unstable in ubuntu? :-P [07:22] fsmw_: like sid is in debian. and hoary are linked against sid. [07:22] icu: hopefully this update fixes problems with the sprongies screensaver and america's army [07:22] Nafallo, yep i know, any way the only one complain that i have in hoary is evo [07:22] MasterYoda: "XFree86 drm includes at /lib/modules/2.6.8.1-3-686/build/include/../drivers/char/drm do not fit this driver." [07:22] icu: no idea [07:22] and there's a lot of updates but still i don't see nothing about evo [07:23] icu: ill try my hand at updating the packages tonight if you wanna wait... === martink [~martin@pD9EB2FE2.dip0.t-ipconnect.de] has joined #ubuntu === Potn [~potnhbug@ip129-167.bacs-net.hu] has joined #ubuntu [07:25] I've got lots of time right now to do this so I don't mind trying to figure it out, I just want to know how to get an identical copy of the source code for the running ubuntu linux kernel. [07:25] linux-source doesn't cut it neither does the source package for the kernel image package. [07:26] linux-source is it [07:26] but that's missing version.h in include/ === calc [~ccheney@ip70-185-2-220.ma.dl.cox.net] has joined #ubuntu === seacyd [~c@p213.54.13.26.tisdip.tiscali.de] has joined #ubuntu === MoisesC [~moi@9.Red-213-96-165.pooles.rima-tde.net] has joined #ubuntu === Ruffian|JANE| [~jane@dhcp024-209-106-036.woh.rr.com] has joined #ubuntu === Ruffian|JANE| [~jane@dhcp024-209-106-036.woh.rr.com] has left #ubuntu [] === Ruffian|JANE| [~jane@dhcp024-209-106-036.woh.rr.com] has joined #ubuntu [07:28] Nafallo: anything and everything that might be helpful to other users [07:29] icu: is there a kernel-source-X.X.X-XXX package? [07:29] mdz: hmm, not things like that Realtek 8139 chipset wants 8139too then ;-) [07:29] icu: or is it like linux-source-X.X.X-xxx? [07:30] "linux-source-2.6.8.1" [07:30] icu: that's what you need === JDahl [~yyy@164.67.194.223] has joined #ubuntu [07:30] that's what doesn't work, it's missing version.h [07:31] icu, you were talking about new ATI drivers yesterday, can you paste me a link? [07:31] MasterYoda: Debian uses kernel-source* [07:31] MasterYoda: Ubuntu uses linux-source* [07:31] icu: apt-get install kernel-package [07:31] crimsun: yeah I saw that eairler, why the change? [07:31] MasterYoda: aleady installed [07:32] icu: are you trying to use that? === evilstoy [HydraIRC@cmung3891.cmu.carnet.hr] has joined #ubuntu [07:32] JDahl: just go to the ati site int he drivers section. [07:32] MasterYoda: What do you mean? [07:32] MasterYoda: linux-source better describes it. There's a long thread from November of last year on debian-devel concerning it. [07:32] MasterYoda: must be that the kernel is named linux ;-) [07:32] crimsun: I guess... [07:32] crimsun: is debian switching? [07:32] icu, They only release binary RPMs dont they? [07:32] MasterYoda: things stagnate in Debian at times [07:32] icu: linux-source-2.6.8.1 _is_ the source used to build the kernel [07:33] JDahl: No, you have to compile the kernel module. [07:33] icu: version.h is a file generated during the build === rabidbt [~rabidbt@66.45.74.16] has joined #ubuntu [07:33] icu: copy your config from /proc/config.gz or /boot/config-kernelversion to .config in your kernel source dir, then run make-kpkg --append-to-version -versionstuff configure [07:33] crimsun: yeah I know... [07:33] mdz: Should I just copy files from the headers package to the source treE? [07:33] crimsun: part of the reason there is so much time between releases [07:33] icu, you shouldnt have to [07:34] MasterYoda: overall, I don't expect a swift migration to the new naming (that Ubuntu has adopted smartly imo) === KarlosII asks if anyone knows the difference between RG-59 coax and RG-6 coax? === michael__ [~michael@kbl-tnz1187.zeelandnet.nl] has joined #ubuntu [07:34] crimsun: I think debian should split into several branches, all pulling from the same unstable branch [07:35] crimsun: like a base system, and a desktop and a server [07:35] Karlos, the one has 59,the other one 6 [07:35] :D [07:35] KarlosII: have you tried to ask google or wikipedia? ;-) === mikel [~mikel@62.99.62.245] has joined #ubuntu [07:36] hello [07:36] I am but haven't tried wikipedia yet [07:36] hi [07:36] mikel: hi there. === silbs [~sbsm0084@host217-37-231-28.in-addr.btopenworld.com] has left #ubuntu [] [07:36] crimsun: desk and serve would release after base, base would have longer release cycles === michael__ is now known as Zeelander [07:36] crimsun: you get the idea [07:36] i need help [07:36] i have 2 ethernet cards === AlohaWolf [alohawolf@cpe-24-24-251-219.socal.rr.com] has joined #ubuntu [07:37] one is conected to inet [07:37] and the other ones is for the lan === Zeelander is now known as Oostburger [07:37] but i can't configure the second card [07:38] can anybody help me? === lulu [~lu@host217-37-231-28.in-addr.btopenworld.com] has left #ubuntu [] [07:40] Mikel huh? [07:40] the ethernet card conected to internet works ok [07:41] mikel: you can configure both cards in /etc/network/interfaces [07:41] mikel: is it the same type of card? [07:41] yes [07:41] but then i can't run it [07:41] Mikel: what does ifconfig -a list? does it have both interfaces listed? === Nafallo wonders if modprobing ones makes both cards use the same module? [07:42] yes [07:43] I really like how ubuntu automatically mounts usb devices.. I would like that on my Debian/Sarge machine also; what do I need to configure for that - discover? [07:43] i have eth0 without any address [07:43] and eth1 with inet ip address === L|nu}{ [~linux@ti112210a080-2422.bb.online.no] has joined #ubuntu === shampoo [~jknotzke@jknotzke.mtl.istop.com] has joined #ubuntu [07:43] Hi everone [07:43] er everyone [07:43] hi [07:43] could someone please point me to a HOWTO which explains how to integrate gpg and Evolution ? [07:44] Just install both, go into the account settings, and set evo to use your gpg key [07:44] It's that simple. === reddazz [~vusi@host81-157-250-145.range81-157.btcentralplus.com] has joined #ubuntu [07:44] JDahl, not discover but hotplug scripts. [07:44] hmm ok cool.. what about verifying of keys of others ? [07:44] it does it automatically. === darksatanic [~hugo@81-5-136-19.dsl.eclipse.net.uk] has joined #ubuntu [07:44] can I get it to automatically download the public key to verify ? [07:45] stratus, thanks.. [07:45] much like mutt does [07:45] no. [07:45] JDahl, np. [07:45] it doesn't do that. [07:45] wasabi ok thanks [07:45] I'm kinda glad it doesn't. That' sa bit insecure. [07:45] how can i configure the second ethernet card to share my internet conection? [07:45] _shrug_ I found it a nice feature === reddazz [~vusi@host81-157-250-145.range81-157.btcentralplus.com] has left #ubuntu ["Leaving"] [07:46] shampoo: how do you know the person who sent you the mail doesn't just put a fake key on the keyserver? [07:46] i must say, I've been a Debian user now for about 5yrs or so, and I am really excited by Ubuntu [07:47] wasabi_ I don't but it's a risk I am willing to take === ema [~ema@adsl-127-231.38-151.net24.it] has joined #ubuntu === sivang [~sivang@80.179.93.130.forward.012.net.il] has joined #ubuntu [07:50] I've got a problem: [07:51] I can't choose 1280*1024 as resolution [07:52] linux-686 package what kernel does it contian? [07:52] I can only choose 640*480, 600*800 and 1024*768 [07:52] is it 2.6.X or something else? === netmonk [~netmonk@nat-30.c0msys.net] has joined #ubuntu [07:52] how can I change that? === icu [~e2@n199-38.wireless.ubc.ca] has left #ubuntu [] === janga_ [~janga@dialin-212-144-204-013.arcor-ip.net] has joined #ubuntu === lamont_r [~lamont@c-24-6-251-226.client.comcast.net] has joined #ubuntu [07:54] hsidhu: it doesn't. the package depends on the latest kernel for i686. === djedje [~djedje@xrousse-6-82-225-61-28.fbx.proxad.net] has joined #ubuntu [07:54] hsidhu: actually it depends on a package that depends on the latest i686 2.6 kernel :-P === dagalicous [~dagalicou@cpe-024-211-169-146.nc.rr.com] has joined #ubuntu [07:55] can anyone help me? === reddazz [~vusi@host81-157-250-145.range81-157.btcentralplus.com] has joined #ubuntu [07:56] hsidhu: I would believe that linux-i686 will depend on the latest i686 2.8 kernel in the future :-P. === JohanH [~johan@as9-2-6.b.bonet.se] has joined #ubuntu === ubuntu_ [~LJ@blk-222-206-208.eastlink.ca] has joined #ubuntu === reddazz [~vusi@host81-157-250-145.range81-157.btcentralplus.com] has left #ubuntu ["Leaving"] [08:04] did i already say that i love the quit/join msgs? :D [08:05] Oostburger: you need to edit your X config file === trans_err [~trans_err@hc6527258.dhcp.vt.edu] has joined #ubuntu === ubuntu_ is now known as LinuxJones [08:06] MasterYoda: /etc/X11/XF86Config-4? [08:06] Oostburger: yes [08:06] I've done that [08:06] Oostburger: you have to add extra modes to it in the screen section [08:07] Oostburger: and now restart X [08:07] ehr [08:07] Oostburger: and if it still does not work, somethign else is wrong, you will need to check your log to see what it is [08:07] I'm not sure if I've done it right [08:07] SubSection "Display" [08:07] Depth 1 [08:07] Modes "1280x1024" "1024x768" "800x600" "640x480" === Nafallo [~nafallo@h51n1c1o1027.bredband.skanova.com] has left #ubuntu [] [08:08] first there only stood: Modes "1024x768" "800x600" "640x480" [08:09] do you only have to change that? [08:09] you have your extra mode in there [08:09] if it still does not come up right [08:09] check /var/log/XFree86.log or something for reasons why [08:09] and how do you restart X? === mvo_ [~egon@suprimo-159.ping.de] has joined #ubuntu [08:10] Oostburger: could be your refresh rates are wrong, or you put it under Depth 1, make sure it is under your current depth as well [08:10] Oostburger: use /etc/init.d/gdm restart to restart X [08:10] Oooh, I love apt-get upgrades === susanne1729 [AC142C04@nat-ph3-wh.rz.uni-karlsruhe.de] has joined #ubuntu [08:10] Ubuntu has soem upgrades out === KarlosII [~KarlosII@S0106000f3d5ae683.ed.shawcable.net] has left #ubuntu ["Leaving"] [08:11] no gaim-encryption plugin in ubuntu? [08:11] for me, gaim-encryption is a must have [08:11] Ruffin, whih ones? === Rhymes [~Rhymes@host24-2.pool80117.interbusiness.it] has joined #ubuntu === stratus [~stratus@200.198.184.97] has joined #ubuntu [08:12] the newsreader pan is also not in the repository === Phoop [Phoop@cc43737-a.deven1.ov.home.nl] has joined #ubuntu [08:14] susanne1729: use the deb for gaim-encryption, a co-worker uses it and it seems to work ok, google for it === se1 [~c@p213.54.13.26.tisdip.tiscali.de] has joined #ubuntu [08:15] is http://archive.ubuntulinux.com/ubuntu/ the default url for sources for apt-get? :/ i changed it somehow === zenwhen_ [~zenwhen@host-216-78-81-83.bgk.bellsouth.net] has joined #ubuntu === icu [~e2@n199-38.wireless.ubc.ca] has joined #ubuntu [08:16] What command can I use to merge the files of two directories? === Oostburger [~michael@kbl-tnz1187.zeelandnet.nl] has joined #ubuntu === paws [snowball@paws.csh.rit.edu] has joined #ubuntu === avatar8888 [~mask2412@pD9E1F5BA.dip.t-dialin.net] has joined #ubuntu === se1 [~c@p213.54.13.26.tisdip.tiscali.de] has left #ubuntu [] [08:19] icu: huh? [08:19] icu: like diff -you? or like patch? [08:20] MasterYoda: I just want to copy all the contents into a of a directory into another directory that shares the same tree structure but without erasing the contents within the destination folder. === will_ [~will@1-1-7-19a.ars.sth.bostream.se] has joined #ubuntu === flamtripl3t [~chatzilla@S010600121716f3cb.no.shawcable.net] has joined #ubuntu === avatar8888 [~mask2412@pD9E1F5BA.dip.t-dialin.net] has left #ubuntu [] === hulett [~hulett@rdu57-70-100.nc.rr.com] has joined #ubuntu === chz [~chz@129.115.38.132] has joined #ubuntu === zenwhen [~zenwhen@host-66-20-101-151.bgk.bellsouth.net] has joined #ubuntu [08:24] icu: read up on rsync [08:24] icu: are you just trying to copy a directory tree or select files from a dir tree? [08:24] i've followed the guide on the Wiki and forum, but i can't get java working in any browser. anyone experienced this? [08:24] I just want to merge two directories [08:25] icu: maybe cp -you [08:25] icu: Use cp? [08:25] icu: cp - and the leter U [08:25] icu: man cp and; look for --update [08:25] ohhh, I see now, thanks [08:26] icu: cp --update ... yeah you see [08:26] superted: did you get java through apt-get? === jazzka [~jazzka@138.Red-80-59-206.pooles.rima-tde.net] has joined #ubuntu [08:26] will_: no [08:26] with ubuntu's default remote desktop tool [08:27] can I connect from a win98 computer using vnc? [08:27] did you try too? [08:27] try to* [08:28] hmm, can anyone give me the defualt /etc/apt/sources.list ? :/ [08:28] will_: should i? === Stuttergart [~Stutterga@207.246.67.221] has joined #ubuntu === Kev- [~keli@0x503e9b32.odnxx4.adsl-dhcp.tele.dk] has joined #ubuntu [08:29] superted:its the easiest way! and it works, but you have to use Suns Java kit! [08:30] will_: is there a problem with that? [08:30] Hi... I'm using gnoppix warty livecd... I have no screen for the machine i'm trying to access, just network access... what is the default root password? [08:30] superted: sudo apt-get install j2sdk === Klowner_ is now known as Klowner [08:30] Is the livecd dhcp default or what? === cardador [~jose@81.84.235.109] has joined #ubuntu [08:31] will_: what rep do i need to add for that? [08:31] superted:oh sorry, umm maybe just universe? i have so many... [08:31] kev, ubuntu has the disabled root account per default, use sudo [08:31] argh [08:32] will_: doesn't seem to be in universe [08:32] I don't have direct access to the box... i.e. other than being able to start/shutdown the machine... [08:32] superted: let me have a look for you brb [08:32] will_: thanks [08:33] will_: this one ? http://jrfonseca.dyndns.org/debian/ [08:33] kev, du sudo shutdown, and type in your user password [08:33] *do [08:33] I don't want to shutdown the machine [08:33] or what ever ;) [08:33] I need to access some stuff on the machine after a hd crashed [08:34] superted: deb ftp://ftp.nerim.net/debian-marillat/ unstable main === LifesizeKenDoll [~LifesizeK@c-67-167-236-249.client.comcast.net] has joined #ubuntu [08:34] But I don't have a monitor connected to it so I need to ssh to the machine directly === icu [~e2@n199-38.wireless.ubc.ca] has left #ubuntu [] [08:34] superted:im 99% sure! [08:34] will_: i have that :) === zenwhen_ [~zenwhen@host-216-78-81-131.bgk.bellsouth.net] has joined #ubuntu [08:35] superted: deb http://debian.innovationsw.com/debian/ unstable/i386/ [08:35] deb http://debian.innovationsw.com/debian/ unstable/all/ [08:35] I want firefox :'( === thoreauputic [~petros@wolax8-167.dialup.optusnet.com.au] has joined #ubuntu [08:36] life*, sudo apt-get install mozilla-firefox === iarne [~iarne@brm9-d9babf9c.pool.mediaWays.net] has joined #ubuntu === fredo [~fredo@212.21.138.59] has joined #ubuntu [08:36] Deviled: I want 1.0 [08:36] life, me too :P [08:36] LifesizeKenDoll: install it then!!! i have it running!! === fredo [~fredo@212.21.138.59] has joined #ubuntu [08:37] LifesizeKenDoll: then get a binary installer from mozilla.org [08:37] LifesizeKenDoll: install to /usr/local/firefox :) [08:37] will_: what does it offer over 1.0RC1? [08:37] will_: found it now, thanks [08:38] bugfixes? === hns [~hans@d8149.upc-d.chello.nl] has joined #ubuntu [08:38] superted: no problem ! [08:38] don't think they'd allow feature creep between RCs [08:38] hello, i have fatal errors at hotplug subsystem at startup ubuntu. can someone help me ? [08:38] LifesizeKenDoll: umm.....a go button? [08:39] will, theres already one in rc1 [08:39] LifesizeKenDoll: and maybe a bit more less 'cras-prone' === Ruffian|JANE| is away: Schoolwork............ [08:39] will_: I have a go button [08:39] deviled: never used RC1 then! [08:40] LifesizeKenDoll: tell you one thing...nearly all of my extensions dont work now though :( === labanux [~laban@203.130.245.178] has joined #ubuntu [08:41] test [08:41] labanux, works [08:41] iarne: :D..., yeah.., thanx === Ruffian|Q| [~Ruffian|Q@dhcp024-209-106-036.woh.rr.com] has joined #ubuntu [08:43] someone german speaking, easier problem handling [08:43] ich, bin aber kein profi [08:45] question: whats the command to type to find the installation of path of say mozilla-firefox i tried which firefox but thats no the correct one i'm looking for the plugin dir so i can link it according to the java page ) === bigtony-away is now known as bigtony [08:46] will_: tried to open a java appelet w/ firefox now, didn't work. do i need to do something else? [08:47] iarne: no but i speak swedish...which is kinda german! [08:47] superted i'm trying to the same thing you are probably === labanux [~laban@203.130.245.178] has joined #ubuntu [08:47] i have java installed but the plugin is not linked [08:47] i can't find the mozilla plugin dir [08:47] bigtony: i've linked the plugin. doesn't work then either [08:47] dang [08:47] superted: you have to put the java plugin in the firefox dir [08:47] /usr/lib/mozilla/plugins === joolz drops in at the right time === brdweb [~mitch@c-67-160-31-163.client.comcast.net] has joined #ubuntu [08:47] how do you find the plugins dir? [08:47] i want to install java, but the docs are not very helpful [08:48] or is it the same on all ubunutu computers? [08:48] bigtony: sudo find / -name plugins [08:48] what should I add to my repository? and what package do i install? [08:48] there's a great how-to on the forums about how to install java system-wide and also do the plugins [08:48] bigtony, superted: apt-get -y install java-common java-package; apt-get source sun-j2sdk1.5debian [08:48] thankyou [08:48] brdweb: thanks, i'll checkt it out [08:49] i have don that jcole :) [08:49] just have to link the plugin now [08:49] and thanks [08:49] jcole: i didn't have java-package === devolve [~devolve@c-24-18-108-40.client.comcast.net] has joined #ubuntu === devolve is now known as bwiti [08:50] neither did i === bwiti is now known as eboka [08:50] superted did you type this command ln -s /usr/java/j2re1.4.2_04/plugin/i386/ns610-gcc32 [08:51] bigtony: yep [08:51] ming is 05 though [08:51] i assume yours is too [08:51] probably [08:51] j2re1.4.2_05 === cenerentola [~cenerento@84.222.38.147] has joined #ubuntu [08:52] why the switch from kernel-headers to linux-headers? === counterfeitliver [~counterfe@rrcs-67-52-122-167.west.biz.rr.com] has joined #ubuntu [08:53] bigtony, superted: ./make-jpkg ./jdk-1_5_0-beta2-linux-i586.bin [08:53] bigtony, superted: that creates a .deb [08:53] eboka: dont know! strange, that eh? [08:53] Anyone wanna clue me in on how to disable acpi? My system hangs at shutdown on "acpi_powerdown called" or something like that === gwildor_ [~onceagain@adsl-68-249-245-156.dsl.sfldmi.ameritech.net] has joined #ubuntu [08:54] will_: threw me for a second [08:54] hold hang on let me catch up will try this again [08:54] maybe its debian-sense [08:54] I suppose technically linux *is* the kernel, after all [08:54] debian uses kernel-headers [08:54] must be to distinguish custom kernels [08:54] superted: check your sources.list and make sure you have restricted and universe [08:54] doing now and thanks [08:54] jcole: i have [08:55] i just don't get it [08:55] custom ubuntu kernels, that is.. [08:55] i HAVE libjavaplugin_oji.so [08:55] superted: apt-get update ? [08:55] in all the plugin dirs === thoreauputic [~petros@wolax8-167.dialup.optusnet.com.au] has joined #ubuntu [08:55] linked [08:55] ill try to cp it instead of linking [08:56] superted: you are trying to get java plugin working in firefox or mozilla? [08:56] o cam [08:56] firefox [08:56] i can't get the make to work right if i type sh it will convert it to a deb [08:57] does anyone have the repositries for mplayer? [08:57] superted: /home/superted/.mozilla/firefox/default.{whatever}/plugins [08:58] ok, in order to install java i decided to follow the easy way, method 1 on http://wiki.ubuntulinux.org/Java [08:58] will_, its on the wiki, search for restictedformats [08:58] but it doesn't tell met what to apt-get install [08:58] can anyone tell me plz? [09:00] trying to link it now === zenwhen_ is now known as zenwhen [09:00] joolz, java-package [09:01] yeah enable java still doesn't sh ow up in advanced [09:01] bigtony: type "about:plugins" in firefox to see installed plugins [09:01] ok hang on [09:01] kind of a pain getting the headers to match the kernel... [09:01] superted: did you get it working? [09:01] wtf [09:01] on about:plugins it says that i have java enabled [09:01] gwildor_: E: Couldn't find package java-package [09:02] nothing for java :( [09:02] this sucks, partway through an install, running kernel 2.6.8.1-2, and I can only find headers for 2.6.8.1-3 -- I cant very well change kernels right now... is there a way to force the old headers? [09:03] brb trying something [09:03] counterfeitliver: i want to try your idea, but that way i'll miss the apt/update functionality for java... === xuzo_ [~xuzo@gwaihir.cent.uji.es] has joined #ubuntu === Hermes2002 [Hermes2002@x84-157-27.wireless.umn.edu] has joined #ubuntu [09:03] an install of 3rd party software that is.. [09:05] hi, i have some problems upgrading xserver-org from the first version === enabl [~enabl@host81-156-199-6.range81-156.btcentralplus.com] has joined #ubuntu [09:05] eboka: those are the same version.. just different ubuntu releases. I'll bet most things could not tell the difference if you just renamed the folder. === joh_ [~joh@166.80-203-18.nextgentel.com] has joined #ubuntu [09:06] hi [09:06] GammaRay: you don't think I should just abort my vmware install, upgraded the kernel and linux-sources, then start over? [09:06] vmware probably isnt most things.. [09:06] is the new ati/nvidia drivers going into warty updates? Or do I have to wait for hoary? [09:07] yea, does anyone know how to install vmware? [09:07] workin on it... [09:07] joh_: it's not even in hoary [09:07] just gotta get the kernel straight. === hermes02 [~chatzilla@x84-157-27.wireless.umn.edu] has joined #ubuntu [09:07] eboka: I think you should probably check the changelog for the kernel.. they could have fixed a typo for all I know. [09:07] joh_: generally speaking, once a distro has been released it's sealed and nothing changes [09:07] (apart from security fixes, and oh-my-god-it's-full-of-core type bugs) [09:08] the new stuff goes into the next release [09:08] Keybuk: ok :) [09:09] thanks [09:09] GammaRay: yeah... it was like from version 6 to version 16... [09:10] heh, Rhythmbox has a sense of humour ... it just played me Tubular Bells followed by Damon Albarn - Closet Romantic [09:10] how odd [09:10] GammaRay: is there a way to jump into the new kernel I jsut installed? [09:12] https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=136255 [09:12] rebooting is the only way I know [09:12] how would I view a changelog for an installed package? [09:13] (I'm new) === Mojo_Jojo [~RuLe@d205-250-56-39.bchsia.telus.net] has joined #ubuntu === dnielsen [~dnielsen@82.150.72.35] has joined #ubuntu === dnielsen__ [~dnielsen@82.150.72.35] has joined #ubuntu === falco [~Jail@a212-113-181-132.netcabo.pt] has joined #ubuntu [09:19] GammaRay: /usr/share/doc//changelog.Debian.gz === WW [~wweckesse@horseshoe.math.cornell.edu] has joined #ubuntu === |doug| [~All@cs682067-186.houston.rr.com] has joined #ubuntu [09:21] Could someone answer some questions about GAIM/Instant messaging/etc in #ubuntu-offtopic? === Tomcat_ [Tomcat@pD95E6C34.dip.t-dialin.net] has joined #ubuntu [09:21] mdz: thanks [09:22] WW: what about #gaim? === FX|Laptop [~joe@68.113.225.199] has joined #ubuntu [09:22] Hello [09:22] GammaRay: I thought that question was already answered in #debian? === MasterYoda [~mnicholso@dhcp-155.digium.com] has left #ubuntu [] [09:22] thoreauputic: I asked here first [09:22] Wondering if anyone else is running hoary and having trouble with Enemy Territory? === benjanet [~benjanet@pc-200-74-44-219.san-francisco2.pc.metropolis-inter.com] has joined #ubuntu [09:23] GammaRay: ah - yes - my mistake :) [09:23] can i get Firegox 1.0 on my Ubuntu ? [09:23] how can I install kde 3.3.3? [09:24] benjanet: go to mozilla.org and install their binary (it has an installer) [09:24] GammaRay: I'm trying to catch up with the 21st century. I am using GAIM now talk in channels like #ubuntu, but I have know idea how arrange a private chat with someone (other than telling them to join, say, #ubuntu, and then using /msg). [09:25] GammaRay: ugh: s/now talk/now to talk, s/know idea/no idea/ === Challange [~challange@165.97-182-adsl-pool.axelero.hu] has joined #ubuntu [09:25] WW: tried /query ? [09:27] thoreauputic, thanks [09:27] I'm not really sure how gaim works w/ irc though [09:27] i guess I have installed the bluez-utilz [09:28] WW: /ctcp chat would also be possible [09:28] but I don't know where they are and I stiil can't connect my phone [09:28] can anyone help me? === L|nu}{_ [~linux@ti112210a080-0108.bb.online.no] has joined #ubuntu [09:29] another question [09:30] how can I use my other winchester? [09:30] :D === Dekkard [~right@adsl-68-74-5-155.dsl.sfldmi.ameritech.net] has joined #ubuntu [09:30] I've another hdd [09:30] wi whiprush [09:30] and I cant reach [09:30] "thats not mine" [09:31] it sais [09:31] haha now evertime i run a page that has java on it firefox crashes haha === netmonk [~netmonk@nat-30.c0msys.net] has joined #ubuntu [09:32] thoreauputic: Quick question: in Gaim, how do a get a command prompt to enter the /ctcp command, without first joining a specific channel? Is it possible? [09:33] hmmm...I use xchat - I'd have to fire it up and look === Challange [~challange@165.97-182-adsl-pool.axelero.hu] has left #ubuntu ["P"] === Potn [~potnhbug@ip129-167.bacs-net.hu] has joined #ubuntu [09:33] anyone successfully installed the java plugin for firefox yet? [09:37] how do i put an init script in /etc/rc2.d if it is in /etc/init.d ? === orthoplod [~peter@wolax8-167.dialup.optusnet.com.au] has joined #ubuntu === orthoplod [~peter@wolax8-167.dialup.optusnet.com.au] has left #ubuntu [] [09:40] thoreauputic: Do mind if I try an experiment with IM using your nick? [09:41] anyone know a mirror that i cant put in my sources.list to install kde 3.3.1 [09:41] ? [09:41] Are there any non-console dvd authoring programs on the livecd? [09:41] WW: no go ahead [09:41] WW: seems like gaim doesn't know about ctcp [09:44] why not just use an irc client?>] [09:44] apt-get install irssi === natea|away [~natea@h000f66a887c6.ne.client2.attbi.com] has joined #ubuntu [09:45] none? === Tomcat_ [Tomcat@pD95E6C34.dip.t-dialin.net] has joined #ubuntu [09:45] the wiki is sloooow when I update.. === EpheMeroN [~EpheMeroN@68-234-34-117.anhmca.adelphia.net] has joined #ubuntu [09:45] hmm I got the game to start by killing esd any ideas why? [09:47] what game [09:48] stuNNed, i think what you need is sudo update-rc.d start 2 . === MikeAFK is now known as MikeGTN === maus [~maus@91.64.cm.sunflower.com] has joined #ubuntu [09:50] netmonk, thanks, new to debian... :) [09:50] stuNNed, so am i, just asked the sam question today [09:50] ;) [09:50] gwildor_, enemy territory. after upgrading to hoary it wouldn't start [09:51] FX|Laptop, how that play for you...a bit choppy for me [09:51] FX|Laptop, hoary likes to start esd automatically [09:51] what is esd? [09:51] oh dear I seem to have destroyed X [09:51] a sound deamon === zenwhen [~zenwhen@host-216-78-81-131.bgk.bellsouth.net] has joined #ubuntu [09:51] ah...kk [09:51] can I shut that down some how? [09:51] it manages sound from different sources, but I havn't used it in a year or so [09:51] FX|Laptop, you can in your Desktop Prefs under sound [09:51] Or what would be my fix. [09:51] trans_err, like sound from 2 app at the same time? [09:51] turn off sound server [09:52] gwildor_, yeah === defendguin [~supertux@adsl-157-52-176.msy.bellsouth.net] has joined #ubuntu [09:53] Ok, I'll still have sound in gaim and stuff right? [09:53] yep I do thanks for the help [09:53] does anybody know anything about how an attempt to compile a new kernel and a new nvidia module for said kernel and failing ends up making X very, very unhappy on the old, default kernel? === thoreauputic is now known as something_else === something_else is now known as thoreauputic [09:55] because you're using the nvidia driver [09:55] welp gotta go, again thanks for the help guys === FX|Laptop [~joe@68.113.225.199] has left #ubuntu ["Leaving"] [09:56] well, here's my problem: http://www.ubuntuforums.org/showthread.php?t=3908 === mrjive [~mrjive@net-206-24.noicomnet.it] has joined #ubuntu [09:57] netmonk, what goes in the field? [09:58] the big problem appears to be the "Failed to initialize the NVIDIA kernel module!" message I get when I run startx === elessar_ [~elessar@dsl-082-083-171-126.arcor-ip.net] has left #ubuntu [] [09:58] maus, have you tried nvidia's installer? [09:59] yeah; it errors out, too. Let me get the exact message real quick here [10:00] ahh, yes. I get the "please make sure you have configured kernel sources matching your kernel installed" etc etc. Problem is, I can't find sources for 2.8.6.1-3-386 anywhere, which is my non-custom kernel. === demonstar [~warty@smp-ro2.olsznet.ec.pl] has joined #ubuntu === TheManu [~manu@194-177-126-73.f4.ngi.it] has joined #ubuntu === demonstar [~warty@smp-ro2.olsznet.ec.pl] has joined #ubuntu [10:02] Is there no sshd on the livecd?? [10:03] I suppose I could reboot into my 2.8.9 kernel and see what I get over there [10:03] mainly I'm worried at all of the clutter I've accrued from the several kernel builds and nvidia-module builds. === TraceyTux [tlowndes@spc1-stok1-5-0-cust160.bagu.broadband.ntl.com] has joined #ubuntu === gilligan_ [~gilligan@pD95F69F0.dip.t-dialin.net] has joined #ubuntu [10:05] anyone here running ubuntu on a powerbook ? [10:09] gilligan_: I'm sure there would be - you might need to wait a bit === kastorff [~kastorff@user-119a28l.biz.mindspring.com] has joined #ubuntu === WX [~chris@129.210.177.164] has joined #ubuntu === p0int [point@203.130.197.108] has joined #ubuntu === falco [~Jail@a212-113-181-132.netcabo.pt] has joined #ubuntu [10:15] where can i add kde to gdm so that it shows up as an option on startup [10:15] hsidhu, actually that should happen automatically after kde packages have been installed/configured === polytan [~Miranda@reims-1-62-147-4-92.dial.proxad.net] has joined #ubuntu [10:16] anyone here have nforce3 sound working? [10:16] my sound just doesn't work [10:17] salut [10:17] gilligan_: thannks kde did confiure it [10:18] but its /usr/share/xsessions [10:18] for future reference [10:18] hsidhu, yes i just had that file opened in vim to check hehe === flamtripl3t [~chatzilla@S010600121716f3cb.no.shawcable.net] has joined #ubuntu [10:19] hm..seems like there is still no way to use the svideo-out on powerbooks under linux.. damn :/ === WW [~wweckesse@horseshoe.math.cornell.edu] has left #ubuntu [] === Ruffian|JANE| is back === CounterfeitLiver [~brad@rrcs-67-52-122-167.west.biz.rr.com] has joined #ubuntu === oferw [oferw@DSL217-132-189-200.bb.netvision.net.il] has joined #ubuntu [10:23] Anyone alive? [10:23] in Ubuntu channel? [10:23] mmh === lemsx1 [~lemsx1@xd84b58f2.ip.e-nt.net] has joined #ubuntu === L|nu}{^ [~linux@ti112210a080-1279.bb.online.no] has joined #ubuntu === I| [~Neturiu@adsl-213-190-45-135.takas.lt] has joined #ubuntu === Potn [~potnhbug@ip129-167.bacs-net.hu] has joined #ubuntu [10:24] ............... [10:24] bob2, hows it going? [10:25] Ruffian|JANE|: it's still early in Australia === IMSoP [~chatzilla@i-195-137-84-82.freedom2surf.net] has joined #ubuntu [10:26] ic [10:28] download soft games web?? === jeffreyb [~jeffreyb@1Cust227.tnt1.lincoln.il.da.uu.net] has joined #ubuntu [10:30] Help please. I trying to decide between Ubuntu and Mepis. Ubuntu is leading.. but I need to find out how easy/difficult it is to install nVidia drivers and VMWARE. Can someone help shed some light on these issues with Ubuntu. [10:31] no clue about vmware, nvidia works for me fine === goDez [~godez@cp72595-a.roose1.nb.home.nl] has joined #ubuntu === TSWoodV [~woodt@bigdeb.atdd.noaa.gov] has joined #ubuntu [10:32] did you simply need to run the nVidia driver script the was downloaded from nVidia? [10:32] Hello! Anyone know where I can get nmapfe for ubuntu? [10:32] jeffreyb: http://www.ubuntulinux.org/wiki/BinaryDriverHowto [10:33] Sweet - thaks spiv! === counterfeitliver [~counterfe@rrcs-67-52-122-167.west.biz.rr.com] has joined #ubuntu === beezly [~andy@monkey.beezly.org.uk] has joined #ubuntu [10:35] Now all I need is to find out about installing VMware. === noda [~noda@wireless140207.Wireless.McGill.CA] has joined #ubuntu [10:35] jeffreyb, what do you need to know about vmware? [10:36] are there any gottchas in installing on ubuntu? [10:36] do i need to do any kernel stuff? [10:36] yeah. === ploum [~ploum@21-16.CampusNet.ucl.ac.be] has joined #ubuntu [10:36] I just fount the ubuntu wiki on vmware. [10:36] you'll need the kernel headers. [10:37] yeah. [10:37] Then there's the udev gottcha. [10:37] well that's working for me. === Jojjnas [~Jojjnas@as8-1-5.hka.j.bonet.se] has joined #ubuntu === cyrus-tc [~cyrus-tc@pD9515B7A.dip.t-dialin.net] has joined #ubuntu === pucko [pucko@joshua.haninge.kth.se] has joined #ubuntu [10:39] can someone who has java working in a browser w/ ubuntu tell which method they used? i really have a need for it right now [10:40] superted: i got it working with the directions at http://www.ubuntuforums.org/showthread.php?t=3713 [10:40] superted, well.. I don't know the "ubuntu way", just been using it fopr 2 days.. but if you just want java working download the JRE (Java Runtime Enviroment) for linux from sun === zenwhen [~zenwhen@host-216-78-81-131.bgk.bellsouth.net] has joined #ubuntu [10:42] the install thought it was a good idea to setup grub without asking me, and now I got it on hda instead of sda.. argh.. anyone have an idea on how I move it? [10:42] counterfeitliver: so wierd it doesn't work for me :\ === johane [~johan@h119n8c1o255.bredband.skanova.com] has joined #ubuntu === RubenV [~lambda1@kn-upc-1.kuleuven.net] has joined #ubuntu [10:43] anybody here with knowledge about suspend? === mesut [~power@mesut.user] has joined #ubuntu [10:44] anyone got ubuntu cds yet ? [10:45] jojj: i'm with superted I have downloade the jre and installed and even linked the plugin it still doesn't work :( [10:46] Which reminds me - I ordered one a few days after warty came out and I was wondering if anyone knew when I should get it... === Jojjnas [~Jojjnas@as8-1-5.hka.j.bonet.se] has joined #ubuntu === TongMaster [~TongMaste@home.waugh.id.au] has joined #ubuntu === alamouroux [~alamourou@200.74.138.202] has joined #ubuntu [10:47] Jojjnas: what did you do after installling that? === ogra [~ogra@p508EA2A1.dip.t-dialin.net] has joined #ubuntu === seacyd [~c@p213.54.13.26.tisdip.tiscali.de] has joined #ubuntu [10:48] superted, well.. havn't tried it in ubuntu... wich browser are you using ? [10:48] mdz: grrr === gwildor_ [~onceagain@adsl-68-249-245-156.dsl.sfldmi.ameritech.net] has joined #ubuntu === synapse [synapse@195.177.245.69] has joined #ubuntu === poin__t [point@203.130.197.108] has joined #ubuntu === ficusplanet [~ficusplan@12-216-226-172.client.mchsi.com] has joined #ubuntu [10:51] Jojjnas: moz,firefox,epiphany === natea [~natea@h000f66a887c6.ne.client2.attbi.com] has joined #ubuntu === xuzo [~xuzo@81-203-41-66.user.ono.com] has joined #ubuntu === dnielsen__ is now known as dnielsen [10:55] hey superted that method he posted works [10:55] http://www.ubuntuforums.org/showthread.php?t=3713 [10:55] works just fine [10:55] thanks counterfeit :) [10:55] whhhyyyy oh why is there no compiler with the livecd :( [10:56] This livecd seems to be missing everything I need to use [10:56] bigtony: i've tried it. though i guess i can try it again to make sure === ben_ [~ben@pcp03282353pcs.radnor01.pa.comcast.net] has joined #ubuntu [10:56] yeah i had tried it too [10:56] but try it again step by step [10:56] it works fine [10:56] hi [10:57] OMG, work is finally OVER === Zugwrack [~zugwrack@cs2427112-94.houston.rr.com] has joined #ubuntu [10:57] 3 mins [10:57] Howdy [10:58] Hi Oli! === tim1 [~tim@pD9531CA1.dip.t-dialin.net] has left #ubuntu [] === tim1 [~tim@pD9531CA1.dip.t-dialin.net] has joined #ubuntu [10:59] hi Zug === mesut [~power@mesut.user] has left #ubuntu ["Leaving"] === idaho45 [~john@201.243.27.66] has joined #ubuntu === zenwhen [~zenwhen@host-216-78-81-131.bgk.bellsouth.net] has joined #ubuntu === ubuntu-geek [~ubuntugee@24.247.184.104.gha.mi.chartermi.net] has joined #ubuntu === BigNastyKid909 [~poO@0-9-5b-96-21-8b.csusb.edu] has joined #ubuntu [11:05] ogra: Got a couple minutes to walk me through a couple things? === plovs_ [~plovs@62.84.21.44] has joined #ubuntu [11:06] Zugwrack: wait a moment [11:06] ogra: Ok [11:06] mdz: wiki merged..... [11:06] ogra: thanks === djedje [~djedje@xrousse-6-82-225-61-28.fbx.proxad.net] has joined #ubuntu [11:07] Zugwrack: ok... shoot [11:07] ogra: ack, where did the bullets go? [11:07] bullets ? [11:08] ogra: the list items had bullets before [11:08] mdz: there were none on you doc .... took me some effort to get my list like yours [11:08] mdz: i'll care.... [11:08] they were there in the rendered output from my page [11:09] zwiki seems to be strange about lists [11:09] Ok..sorry was away ogra [11:09] I have seen this happen before [11:09] Zugwrack: sorr....just some more mins.... [11:09] +y [11:09] ogra: K [11:10] mdz: what kind of editing method do you use ? [11:10] mdz: moin moin? [11:10] ogra: hmm, they are back now [11:10] yes [11:10] mdz: me too, so this shouldnt change..... === telemaco [~telemaco@80.103.233.168] has joined #ubuntu [11:11] ogra: hmm, they are back now [11:11] mdz: where ? [11:12] ogra: HardwareDatabase [11:12] mdz: hmm, i can see them in the editing perview, but not in the site === fga [~fga@APuteaux-151-1-25-57.w82-124.abo.wanadoo.fr] has joined #ubuntu [11:13] question about dummy files...if a actual .deb file holds all the files and references to any dependencies why is it necessary to have a "dummy" file? === bustk [~bustk@135.Red-80-36-79.pooles.rima-tde.net] has joined #ubuntu === ploum [~ploum@21-16.CampusNet.ucl.ac.be] has joined #ubuntu [11:13] no idea what a dummy file is [11:13] mdz: oops edit conflict..... we should get jdub to manage us :) [11:13] mdz: supposed to have something to do with dependencies.. [11:13] Zugwrack: do you mean a meta package? [11:14] ogra: jdub? [11:14] Hi, I'm trying to have software suspend 2 to work with warty and have some problems [11:14] thoreauputic: I am unsure since this is all new as far as the packaging system is concerned...I come from a rpm based world [11:14] mdz: does he release management for wiki pages ? [11:14] Zugwrack: a meta package tells the system which other packages are required ( eg gnome is a meta package) [11:14] is anyone familiar with software suspend ? === zenwhen [~zenwhen@host-216-78-81-131.bgk.bellsouth.net] has joined #ubuntu [11:15] Zugwrack: or kde or quite a few others [11:15] ogra: he does release management for Ubuntu [11:15] mdz: sorry, but i still got no bullets in the original page..... [11:15] ogra: well, I do, so I'm happy :-) [11:15] thoreauputic: give me a sec and I'll see if I can find an example from Synaptic so you can look at it and see if this is the case.. [11:16] mdz: i got them in the preview though [11:16] Zugwrack: are you referring to a dummy package? (rather than a file) [11:16] apt-cache show gnome will demonstrate : you will see a "meta" line === ogra doubts his mental sanity faceing the wiki [11:17] thoreauputic: check out this file in synaptic....evolution1.5-dev the desciption says it is a "dummy" file [11:17] mdz: yes [11:17] Zugwrack: they are generally used in order to provide a smooth upgrade === p0int [point@203.130.197.108] has joined #ubuntu [11:18] mdz: Sorry isn't a .deb file a "package"? [11:18] e.g., if you have package foo installed, and the package is renamed to foo-bar, a dummy 'foo' package is sometimes created, so that systems where' foo' was installed now receive 'bar' [11:18] Zugwrack: I don't have that package - I'm on debian sarge [11:18] er, s/'bar'/'foo-bar'/ [11:18] *g* [11:18] mdz: Ok that makes total sense now.. [11:19] thor: Ok thanks for the education! === HWolf [~hidde@136.213.dynamic.phpg.net] has joined #ubuntu [11:19] mdz: You too! [11:19] Can anyone help me see why Gdesklets is not working for me? [11:20] Zugwrack: apt-cache search and apt-cache show can be quicker than firing up synaptic, too :) === Ruffian|JANE| is back === Ruffian|JANE| is back === Ruffian|JANE| is away: Gone! [11:20] thoreauputic: Thanks...for making the transition easier to a debian style version of linux.... === nimc [~nimc@cable-129-176.inter.net.il] has joined #ubuntu [11:21] Zugwrack: you're welcome - enjoy :) === Zugwrack wonders if changing over to full blown debian PPC might solve the low volume issue with sound on his dual G4...hmmm [11:21] mdz: lol, no bullets for me === ogra now really doubts his mental sanity faceing the wiki === HWolf hugs ogra [11:23] how can i install firefox 1.0 from the .tar.gz ? [11:23] Ok everyone..here is the next thing I need to understand..this is a general linux question... [11:23] HWolf: thanks....but you should hug mdz..... he wants bullets...but i see none..... [11:24] I have a desire to run a program that requires j2re from Sun...I downloaded the .bin file from Sun, and also was advised to apt-get the java-package... [11:24] anyone? [11:25] so... who sees any bullets on this page ? : http://www.ubuntulinux.org/wiki/HardwareDatabase [11:25] It installed java-package...there are different .sh files in there...I tried to execute one and passing the full path and file name of j2re..but nothing happened...even after chmod'ing the file under java-package [11:26] ack, the mozilla server is painfully slow atm [11:26] LOL, that's to be expected ben_ [11:26] anyway, how do i upgrade firefox from the download? [11:26] run the firefox upload tool. [11:27] Ben: I believe there is a wiki on how to do that.. [11:27] HWolf, huh? [11:27] Zugwrack, ok, I'll check [11:27] ben_ preferences > advanced check for updates now [11:27] orga, it looks like plain text to me [11:28] Anyone here very good at gdesklets? [11:28] ogra: I see a couple of question marks with an underline below them... [11:28] netmonk: no bullet list ? [11:28] no [11:28] mdz: you got bullets ? [11:29] well, there are few lines that are inline, if that's what you mean [11:29] ben_: Or maybe is was a FAQ... === lemsx1 [~lemsx1@xd84b58f2.ip.e-nt.net] has joined #ubuntu === mcroydon [~mcroydon@pcp05133460pcs.elkrdg01.md.comcast.net] has joined #ubuntu [11:29] Hmm. my audio in a number of apps isn't working [11:29] netmonk: nope....there should be bulletsin front of the items....if i am in edit/preview i see them [11:30] brb [11:30] ahh. looks like my mixer isn't found. [11:30] probably udev [11:30] netmonk: but not on the saved site [11:34] ogra: now I see hyphens [11:34] lol [11:34] ben_ firefox has an update tool built-in === nart [~nart@213.186.189.3] has joined #ubuntu [11:34] How do I get gnome to remember my console size after I re-size it? [11:34] As well how does one do an upgrade from Warty to Hoary? [11:34] zugwrak, open your sources.lst and replace warty by hoary, or so in synaptec [11:34] ogra, if i open it in print preview it has bullets === greebo [~greebo@202.14.194.195] has joined #ubuntu [11:34] Hello, I seem to have ran into the 2.6 kernel dual boot issue with windows XP, I used to prevent it when installing something like Fedora using 'linux hda=xx,xx,xx' ... but it doesnt seem to work in ubuntu... [11:34] mdz: for me its a very well structured list but with no bullets hyphens or anything === ibmpc [~richNRock@pcp09409049pcs.nrockv01.md.comcast.net] has joined #ubuntu [11:34] mdz: GOT it !!! [11:34] not, when i open it, ogra. no [11:34] hrm [11:34] mdz: the css seems not to load properly....changing form normal font to small font and back helps :) [11:34] non-ubuntu question: anyone have reccomendation for a set-top mp3 player box? === zenwhen [~zenwhen@host-216-78-81-131.bgk.bellsouth.net] has joined #ubuntu === darkling [~hugo@81-5-136-19.dsl.eclipse.net.uk] has joined #ubuntu [11:35] netmonk: try the css.... === loucomballa [~loucombal@115.Red-81-36-44.pooles.rima-tde.net] has joined #ubuntu === zenwhen [~zenwhen@host-216-78-81-131.bgk.bellsouth.net] has joined #ubuntu [11:37] Any aptitude wizards around? I'm curious how I can list all packages in or not in a repository [11:37] In short, I want to figure out what cruft I have installed that isn't in the Ubuntu repositories [11:37] does the 2.6 kernel dual boot issue with windows exist in ubuntu? [11:38] nart, i had no problems when dual-booting [11:38] it detects the winXP install and dual-boots it [11:38] and ive had no problems since === kastorff [~kastorff@user-119a28l.biz.mindspring.com] has left #ubuntu ["Leaving"] [11:39] hmmm... it actually happened with me... and trying to solve it in a manner i used to do with Fedora core isnt working with me now... [11:39] nart: to be safe, set lba instead of auto in the bios === kensai [~kensai@64.237.129.108] has joined #ubuntu [11:41] u want my grub cfg? [11:41] "firefox was not able to find any updates" [11:41] :( === jimmy_ [~jimmy@h242n4c1o885.bredband.skanova.com] has joined #ubuntu [11:42] ben_, the only way I got firefox 1.0 is to dload it from the website [11:42] ben_, that's a good thing [11:42] i downloaded the codecs from mplayer and tar xjvf them but how do i get xine or torern to use those codecs? [11:42] as the one preinstalled is the ubuntu edited patched version [11:42] ben_, oh, i thought you had 1.0 already [11:43] synapse, you did not add anything as adding options when installing like: 'linux hda=xx,xx,xx' i got this method from FC [11:43] bigt: http://www.ubuntulinux.org/wiki/RestrictedFormats [11:43] thank you [11:44] nart: did you see my post? I gather some people have had success by tweaking their bios ^^^ [11:44] mdz: should i file a bug against the wiki ?? [11:44] no nart i didnt === skar_away [~skar@61.247.249.57] has joined #ubuntu [11:44] ogra: I suppose, yes [11:44] thoreauputic, i did, but with my previous experiences with Fedora that didnt fix things [11:45] mdz: k [11:45] synapse, how to i upgrade firefox after i've d/l'd the tar.gz ? [11:45] hi, i've got a xml file with some strange chars like , how do i find the ascii value of this and eliminate these, using probably perl/sed/awk etc [11:45] nart: OK - but might be worth a try with Ubuntu , don't know... === skar_away is now known as skar [11:45] skar_away: probabily it is encoding in utf8 === TraceyTux [tlowndes@spc1-stok1-5-0-cust160.bagu.broadband.ntl.com] has left #ubuntu [] [11:46] nart: I saw one guy fix it that way, anyway [11:46] skar: Doesn't the XML standard require you to use UTF-8? [11:46] thoreauputic, okayz... thanks i'll give a try === Desolate [~Desolate@weston-24.233.171.107.myacc.net] has joined #ubuntu [11:46] nart: good luck, anyway :) [11:46] Amaranth:isn't xml a text based one with any text encoding we choose to use just like html? [11:47] skar: Hmm, maybe that was Atom. === tvon [tvon@dsl093-119-225.blt1.dsl.speakeasy.net] has left #ubuntu ["Leaving"] [11:47] anyone? [11:47] I'm too tired to be of any help. === mcroydon is now known as Netminder [11:47] Been awake 20 hours. === superted [~superted@213.167.101.222] has joined #ubuntu [11:48] ben_: Is the new Firefox not in the apt repository? [11:48] hulett: nope not yet [11:48] does anyone happen to know where the pressed CDs are shipping from? === fredix [~fred@84.97.66.246] has joined #ubuntu === stuNNed_ [~stuNNed@129.81.231.87] has joined #ubuntu [11:49] hulett: just get manually, ff comes with a installer script [11:49] simple [11:49] hulett, the apt repository doesn't changed dude, atleast no the warty one [11:49] and i don't think 1.0 final is in hoary yet === zenwhen [~zenwhen@host-216-78-81-131.bgk.bellsouth.net] has joined #ubuntu [11:49] hoary has rc1 [11:49] I see constant updates of x in hoary. Thats good [11:49] wow. kernel 2.6.9 can burn CDs as regular users once again... [11:49] hulett was on here last night [11:49] but thats 90+ mb each update for the system [11:50] nomasteryoda: Yes? [11:50] was told latest firefox will be there [11:50] inside of 2-3 days [11:50] lemsx1: I'm doing that already in 2.6.8. [11:50] in hoary [11:50] so...how can i upgrade with the tar? [11:50] mdz: so lu has work now :) [11:50] lol [11:50] ben_ [11:50] that is easy [11:50] extract [11:50] untar it and...then what? [11:50] nomasteryoda: I've not asked once about firefox. In fact, this is the first I've commented here. So, what then, are you talking about? [11:50] install to your dir of choice [11:50] using the installer === L|nu}{^ [~linux@ti112210a080-1262.bb.online.no] has joined #ubuntu [11:51] lemsx1: maybe it is in k3b only [11:51] hulett: sry [11:51] no hulett [11:51] as it has been frozen [11:51] ben_ pm me pls [11:51] and ill help ya === netmonk [~netmonk@nat-30.c0msys.net] has left #ubuntu ["Leaving"] [11:51] to put it simply..... [11:51] run the ff installer as root [11:51] chmod -R 777 the dir you put it in [11:51] then make new ln -s's [11:51] well it might get added [11:51] in hoary it will [11:51] as it isnt frozen [11:52] ben_, you dont _UPGRADE_ [11:52] you do a fresh install === telemaco [~telemaco@80.103.233.168] has left #ubuntu [] [11:52] run the ff installer as root [11:52] chmod -R 777 the dir you put it in [11:52] then make new ln -s's [11:52] somple [11:52] simple* [11:52] 777? === superted [~superted@213.167.101.222] has joined #ubuntu === hulett replaces synapse's Enter key with a comma, and then wanders off to somewhere that people don't scroll 20 lines just to say a sentence. === hulett [~hulett@rdu57-70-100.nc.rr.com] has left #ubuntu [] [11:53] :') [11:53] whoa [11:53] :P [11:53] synapse: i copied my plugins === TongMaster [~TongMaste@157.besecure.net.au] has joined #ubuntu [11:53] o.O [11:53] good for you :P [11:53] to the desktop and then did a mv as root to put them back [11:53] they may not work [11:53] after the install [11:53] version conflict [11:53] yea they do [11:53] kk [11:53] extensions don't [11:54] nah === zenwhen [~zenwhen@host-216-78-81-131.bgk.bellsouth.net] has joined #ubuntu [11:54] wouldnt expect them to [11:54] right [11:54] but plugins are great [11:54] mozplugger === ibmpc [~richNRock@pcp09409049pcs.nrockv01.md.comcast.net] has left #ubuntu [] === fredix [~fred@84.97.66.246] has joined #ubuntu === Slackman [~am@81-178-250-127.dsl.pipex.com] has joined #ubuntu === g-remy [~chatzilla@lns-vlq-17f-81-56-171-105.adsl.proxad.net] has joined #ubuntu [11:56] in about a min i'm right back watching apple movie trailers [11:56] nice === Skif [~emschwar@15.238.6.124] has joined #ubuntu [11:56] to kill aprocess isn't it pkill ? [11:56] xine froze on me [11:56] ya === Rhymes [~Rhymes@host24-2.pool80117.interbusiness.it] has left #ubuntu ["Sto] [11:57] it does that [11:57] hey bigton [11:57] So, I spent an insane amount of time last night porting lignumCAD to gcc3.3, and libxft2, and (hopefully) qt3... (not sure about the last). [11:57] yo? [11:57] Anyhow, when I try to start it, I get "radeon_vtxfmt.c:1061: radeonVtxfmtUnbindContext: Assertion `vb.context == ctx' failed." [11:57] i hit in terminal pkill xine it doens't do anything [11:58] even with sudo [11:58] this looks like a dri-related bug, from what google tells me === usual [~colin@alb-69-200-178-150.nycap.rr.com] has joined #ubuntu [11:58] kensai, perhaps k3b is installed as set-uid root [11:58] Skif: are you using firegl? [11:58] kensai, you mean 2.6.8.1 ? [11:58] bigtony: killall [11:59] bigtony: killall xine [11:59] so its pkill -all? [11:59] bob2: no, radeon mobility m7 [11:59] ok thanks [11:59] hoary seems alot snappier since the last update i did yesterday(the one with X and all that shit) [11:59] Skif: with the Free drivers? [11:59] bob2: with whatever ubuntu gave me [11:59] ok [11:59] doesn't do anything [11:59] just take sme back to root === borgmeister [~borgmeist@ACBAE396.ipt.aol.com] has joined #ubuntu [11:59] and xine is still there [12:00] bigtony: killall -9 xine