[12:13] Whiz2: swap partition: you don't need to copy anything [12:14] just create a new one [12:14] ok [12:14] how likely is it that the new partition will fail to boot? [12:14] linux system: yes, I did it once, look at the cp man page for features that keep the attributes === andrea_ [n=andrea@host48-110-dynamic.9-87-r.retail.telecomitalia.it] has joined #kubuntu [12:14] especially owner and permissions [12:14] cp? [12:15] CoPy [12:15] kristjan_, rerun lsof looking for /dev/snd [12:15] unix commands often leave out the vowels [12:15] thanks... the upgrade have now started [12:15] someone with problems using external usb storages with feisty? [12:15] I just wondered to need so much free space on disk === bryan [n=bryan@S01060010dcf9b827.gv.shawcable.net] has joined #kubuntu [12:16] Whiz2: cp -rp could do it [12:16] ok === Fri13- is now known as Fri13 === jager [n=jag@12-214-107-171.client.mchsi.com] has joined #kubuntu [12:17] cp -rx --preserve=all / /destination-dir [12:17] should do it === MajorApus [n=tim@majorapus.student.iastate.edu] has joined #kubuntu === bipolar [n=bflong@70.44.53.89] has joined #kubuntu === gemidjy1 [n=gemidjy@62.162.67.50] has joined #kubuntu [12:19] nutshell42: no need to specify what files? and i guess i should do that from / ? (keep in mind that /media/hdc1 is my web server drive and i DON'T want that copied) [12:19] argh, no, forgot the * === gemidjy1 is now known as gemidjy [12:19] and -x prevents it from switching devices === _aib [n=aib@71-212-148-2.hlrn.qwest.net] has joined #kubuntu [12:19] where do I put the *? [12:20] right after cp? === _aib is now known as aib [12:20] cp -rx --preserve=all /* /destination-dir [12:20] best try it with a different dir first [12:20] ok I'll run that as sudo [12:20] something smaller, /usr/local or so === vbgunz [n=vbgunz@217-98.127-70.tampabay.res.rr.com] has joined #kubuntu [12:20] cp -rx --preserve=all /usr/local/* /destination-dir [12:21] i wouldn't know what to check for afterwards [12:21] mount the destination drive below /usr/local/destination, and then look whether it keeps the attributes and doesn't hang in a loop === konrad [n=konrad@staticline23715.toya.net.pl] has joined #kubuntu === djamel [n=djamel@AAnnecy-256-1-59-69.w90-10.abo.wanadoo.fr] has joined #kubuntu [12:22] well i have to mount it anyway to cp don't I? === charles_ is now known as Zeddy [12:23] Whiz2: yes, I meant you should mount it somewhere to /usr/local/, so you can see whether cp doesn't change drives [12:23] i cant see when i-m inited on webcam...i'm using kopete...."error 14-17'...what it means......what shoud i do? === manchicken is now known as manchicken|away === konrad [n=konrad@staticline23715.toya.net.pl] has joined #kubuntu === MajorApus [n=tim@majorapus.student.iastate.edu] has joined #kubuntu [12:25] does anyone here use moc? === gallows [n=gallows@bb-87-81-10-143.ukonline.co.uk] has joined #kubuntu === scott [n=scott@66.128.246.195] has joined #kubuntu [12:26] nutshell42: have you done this before? [12:26] comosicus: I've no experience with webcams, but you could try to start kopete from konsole [12:26] looking for a guide to help turning off unwanted/unneeded proccesses in ubuntu feisty, can anyone help? [12:27] how do i do that/ [12:27] Whiz2: copied /? Yes, a number of times, but not often enough that I know the command by heart =) [12:27] but "cp -rx --preserve=all /* /destination-dir" should do it [12:27] hey folks, Im trying to install Apache, and I get an error that says "C compiler can not create executables". Im thinking this is related to a bad install of gcc. But adept doesnt list GCC in it. Where do I look for these kinds of packagaes? [12:27] ok then I will simply try the command from / as sudo and if it doesn't work, then i still have the original drive lol [12:27] comosicus: alt+f2, write "konsole" hit enter; then write "kopete" and hit enter at the command prompt [12:28] thanks === j3j5 [n=j3j5@84.121.139.96.dyn.user.ono.com] has joined #kubuntu === brian1966 [n=brian196@host218-34.pool80183.interbusiness.it] has joined #kubuntu [12:28] nutshell42: should work if I type sudo cp -rx --preserve=all /* /dev/hdb1 right? [12:29] comosicus: don't thank me yet, it probably won't help all that much [12:29] no === j3j5 [n=j3j5@84.121.139.96.dyn.user.ono.com] has left #kubuntu ["Konversation] [12:29] you have to mount the destination dir [12:29] :)))) [12:29] *destination drive [12:29] thanks [12:29] anyone? [12:29] and then enter the dir where you mounted it [12:29] then I would send it to the mount point instead? [12:29] i.e. mount /dev/hdb1 /mnt/tmp [12:29] cp -rx --preserve=all /* /mnt/tmp [12:30] i get the error that the mount point does not exist when I try to mount the drive [12:30] need help wth my Epson CX5000 scanner, i cannot scan using xsane, its not recognizing the devices? [12:31] Whiz2: the dir /mnt/tmp has to exist; mkdir /mnt/tmp [12:31] nutshell42: all my stuff mounts to /media [12:31] then mount it there and change the command accordingly [12:31] that doesn't matter === Ginja_Ninja [n=ian2@cpc1-sals1-0-0-cust570.sotn.cable.ntl.com] has joined #kubuntu === gdiebel [n=gdiebel@ppp-70-226-159-40.dsl.mdsnwi.ameritech.net] has joined #kubuntu [12:32] i.e. where the destination dir is located [12:32] that's where it said the mount point doesn't exist lol [12:32] sudo mount /dev/hdb1 /temp/hdb1 [12:32] then you have to create the dir where you want to mount it [12:32] why is this not working for me? [12:32] ubuntu_: what's the error-msg? [12:32] oh i habe to make the dir first?? [12:32] ubuntu_, no one knows why unless you paste the error [12:32] :) === mluser [n=mfindley@h190.168.97.216.ip.alltel.net] has joined #kubuntu [12:32] have* [12:32] sudo mkdir /tmp/hdb1 <--- I followed it with this command [12:32] Whiz2: yes [12:33] ok [12:33] ubuntu_: then try mount again, you have to create the dir first [12:33] mount: mount point /temp/hdb1 does not exist [12:33] do i have to mkdir as root? === bobleny [n=default@12.168.211.236] has joined #kubuntu [12:33] does anybody have any idea why my mouse would freeze every time i use voip software. This happens on all different programs [12:33] You have to make that directory [12:33] If you want to mount there [12:33] ok thanks [12:33] ubuntu_: you used "temp" in one case and "tmp" in the other [12:33] sudo mkdir /media/hdb1 <--? [12:34] Ginja_Ninja, is it a USB mouse, and the voip usb as well? [12:34] yes [12:34] ubuntu_, like nutshell42 said, you used /tmp and /temp [12:34] Whiz2: if you have to create it anyway, use /mnt [12:34] Which do you want to use [12:34] Ginja_Ninja, thats a strong hint then === gdiebel [n=gdiebel@ppp-70-226-159-40.dsl.mdsnwi.ameritech.net] has joined #kubuntu [12:34] /media has some wacky autmagical stuff going on iirc [12:34] wolferine: bandwidth ? === creadorcreativo [n=paranoia@164.77.47.129] has joined #kubuntu [12:35] i don't want to use /tmp or /temp i wanna use /media like Linux defaults to === scott_ [n=scott@66.128.246.195] has joined #kubuntu === wolferine doesnt understand where you get bandwith out of that explaination [12:35] Then make a directory in /media and mount it there [12:35] Whiz2: why would you care where you mount your drive temporarily [12:35] cuz i'm picky lol === dsmith [n=dsmith@70.88.142.2] has joined #kubuntu [12:35] Whiz2: it's not like the kgb will hold a gun to your head unless you keep using it forever [12:35] Whiz2, man mount [12:35] read it [12:36] took me a bit to figure them out myself [12:36] my question is should I sudo the mkdir command, or do it without sudo? [12:36] and learn about nfs, takes about an hour [12:36] !kde [12:36] KDE (http://kde.org) is the !desktop environment used natively in !Kubuntu. To install from Ubuntu: sudo apt-get install kubuntu-desktop , or see http://help.ubuntu.com/community/InstallingKDE . Latest KDE version is 3.5.6 for Feisty and Edgy, and 3.5.5 for Dapper. See http://kubuntu.org for more information. [12:36] sudo [12:36] if you want to know most of it [12:36] ty nutshell42 [12:36] wolferine: just thought it would be too much for the usb connection [12:36] Ginja_Ninja, each area seperate USB connection [12:36] Whiz2: the cp too; you need root access for all of this [12:37] wolferine: because it all comes back to life when the call ends [12:37] finally finding time to go through the dozen or so spindles of buned cds i have lying around. kinda interesting what you find, things you'd completely forgotten, things you wish you'd forgotten... === yamal [n=yamal@Room641A.no-such-agency.net.ru] has joined #kubuntu [12:37] Ginja_Ninja, its hogging the same /dev maybe === fowlduck [n=nate@24-183-45-79.dhcp.mdsn.wi.charter.com] has joined #kubuntu === the-erm [n=erm@the-erm.com] has joined #kubuntu [12:37] Hey, I got this error. I don't know what to do. Xsession: warning: unable to write to /temp; x session may exit with an error [12:37] wolferine: hmm, whats the best way of checking that? [12:37] Daisuke_Ido: I just wait until I can't remember what's on all those cds and then throw them out [12:37] bobleny: does /temp exist? [12:37] I've yet to miss any of them [12:38] =) [12:38] Ginja_Ninja, read about USB in /dev maybe? [12:38] IDK [12:38] nutshell42: cp in progress... should take quite some time... [12:38] I'm sure it did... [12:38] Whiz2: yes it should [12:38] wolferine: Ok, thanks [12:38] Whiz2: open another tab in konsole === jermain__ [n=jermain@ip5457e0b8.direct-adsl.nl] has joined #kubuntu [12:38] what's the best place to send *really* stupid new kubuntu users? [12:38] Whiz2: type df [12:38] still looking for scanner help..... anyone? [12:38] specially since is a very slow cpu [12:38] sysv-rc-conf in feisty... does it work the same as in dapper? i read that edgy uses a different method of starting services so not all changes made in sysv-rc-conf take effect? [12:38] the-erm, here, or #ubuntu === hossy [n=andrew@CPE-70-94-13-236.wi.res.rr.com] has joined #kubuntu [12:38] wolferine: I was hoping for a web page or something. === tmske [n=thomas@d54C0D4A5.access.telenet.be] has joined #kubuntu === _arafat [n=arafat@ppp-82-135-1-189.dynamic.mnet-online.de] has joined #kubuntu [12:39] the-erm, google "ubuntu guide" [12:39] Whiz2: that gives you an indication on how much you've copied already and how much is left [12:39] that should help === firestarter [n=starter@host133-6-dynamic.0-79-r.retail.telecomitalia.it] has joined #kubuntu [12:39] ok [12:39] nutshell42: know anything about exim4? === magez_ [n=magez@roi-ff37c000-198.dhcp.inet.fi] has joined #kubuntu [12:39] join #c [12:39] sorry [12:40] Whiz2: "while [ 1 ] ; do clear; df -h; sleep 1s; done" and you can follow progress in real-time [12:40] no [12:40] damn, no one wants to help me with this lol, is there a better channel to help with this? [12:40] shawn34: what's your problem? === claydoh [n=claydoh@66-252-48-20.dyn-adsl.midmaine.net] has joined #kubuntu [12:41] Whiz2, im running feisty on an older laptop, (don't want xubuntu) looking for a good guide or somthing to help speed things up... like turning off specific services and such [12:41] shawn34: afaik it still uses rc*.d to start/stop services [12:41] wolferine: the problem telling someone to google ubuntu is that synaptic is used for packages in gnome, and adept_manager is used for packages in kubuntu. [12:41] does anyone in here know anything about exim4? [12:41] the-erm, I answered your question [12:41] Yes I'm dealing with someone that dumb. [12:41] shawn34: sorry i can't help with feisty as i'm still using dapper [12:42] honestly, why don't you just try removing some not needed services from that dirs and then come back if it *doesn't* work =) [12:42] hi, i'm having issues with sound on my hp dv2035us laptop. i'm running ubuntu 7.04. sound was no issue when i had 6.10 installed. http://pastebin.ca/456611 any help would be greatly appreciated. [12:42] the-erm, your reply, implies, that you didnt do what I suggested [12:43] when setting the default program to open files, can you not use options like you can on the command line? [12:43] nutshell42: cp keeps telling me that some files cannot be opened for cp operation, and so the operation is not permitted [12:43] Actually I googled "kubuntu guide" :) [12:43] then ubuntu guide. [12:43] Whiz2: that could be a problem, or not, depending on the files [12:43] the-erm, you need to follow directions better :) [12:44] Whiz2, permissions [12:44] nutshell42: /proc/kcore is one of them [12:44] no problem === Jisao [n=etchian@216.113.17.223] has joined #kubuntu === bobstro [n=bob@68-116-165-70.dhcp.oxfr.ma.charter.com] has joined #kubuntu [12:44] It doesn't matter. I'm screwed anyways. I've got another time bandit in my life. [12:44] wolferine: what about them? i used cp with root access === valesca [n=valesca@9.Red-81-38-86.dynamicIP.rima-tde.net] has joined #kubuntu [12:45] all of /proc is no problem; I'm surprised it tries to copy it and doesn't see it as different filesystem === ubuntu___ [n=ubuntu@dsl-242-167-153.telkomadsl.co.za] has joined #kubuntu [12:45] nutshell42: what is /proc/*? === ubuntu___ is now known as froud === onerbe__ [n=onerbe@es-217-129-29-61.netvisao.pt] has joined #kubuntu [12:45] system information === OOD [n=OOD@dsl-129-73.aei.ca] has joined #kubuntu [12:45] will it remake those? [12:45] when i boot the new drive that is [12:45] which devices are present and stuff like that [12:46] it's created dynamically [12:46] and it is mounted at boot [12:46] Whiz2, you need to do a bit more reading [12:46] nutshell42: ok if I see anything that is not in /proc then I will let you know [12:46] Just had a fatal crach while upgrading distro via Adept. It rendered my system unbootable. Any suggestions on recovery? [12:46] all your questions this afternoon are easily found via google [12:47] froud: do you have a seperate /home partition? [12:47] nutshell42: no [12:47] wolferine: the system is nothing but a dedicated web/email server. I'm just trying to put everything on a larger drive so I don't have to worry so much bout running out of space... besides I can never find the documentation for the things I'm running... is why i always ask for help [12:47] if yes, just wipe and reinstall [12:47] if not, backup your home-dir, then wipe and reinstall [12:47] Whiz2, use a Live CD [12:48] (unless you have some important data outside /home) [12:48] that way your partitions are not mounted [12:48] and you can copy everything === juan [n=juan@189.130.222.127] has joined #kubuntu === maggu2810 [n=maggu281@p57B57E7A.dip.t-dialin.net] has joined #kubuntu [12:48] wolferine: if the stuff that is not copying isn't crucial, then I'm not worried about it [12:48] Whiz2, see above [12:49] wolferine: i saw, but liveCD doesn't like me [12:49] it's not "not crucial", it shouldn't have tried to copy it in the first place [12:49] wolferine: i only use it for reinstall [12:49] try to check if it really doesn't copy from other devices === weswh- [n=weswh-@c-24-98-128-21.hsd1.ga.comcast.net] has joined #kubuntu [12:50] if it doesn't, cp's handling of /proc is a bit strange =) [12:50] Whiz2, "like" has nothing to do with it === SlimG2 is now known as SlimG [12:50] u cannot "reinstall" using a LiveCD === lee_ [n=lee@24-107-112-195.dhcp.stls.mo.charter.com] has joined #kubuntu [12:50] wolferine: fresh install [12:51] it serves for exactly your purpose [12:51] I'm running on an Edgey system - definitely don't want to lose my data or significantly impact my current setup. Is attempting to upgrade to Feisty from what I have now even a consideration? and if so, is it painless or likely to make me wish i had never started? === neversfelde [n=neversfe@nrbg-4db444cb.pool.einsundeins.de] has joined #kubuntu [12:51] couple more weeks and we find out what distro Dell offers [12:51] Whiz2, in case you forgot, I have been listening to your convo all afternoon as well [12:51] wwolf: i know [12:51] wolferine: i know [12:51] Whiz2, a liveCD does NOT give you a fresh install [12:51] weswh-: put feisty on a seperate partition === hossy [n=andrew@CPE-70-94-13-236.wi.res.rr.com] has left #kubuntu ["Konversation] [12:52] wolferine: it does if I tell it to format the system drive, then install [12:52] nutshell - and do what with edgey in the long run? [12:52] Whiz2, your confused [12:52] EOC [12:52] wolferine: i must be missing some fine point, but the livecd has the installer on the desktop, no? === mattrperry1976 [n=mattperr@72-161-5-180.dyn.centurytel.net] has joined #kubuntu [12:53] bobstro: yes it does [12:53] wolferine: i'm not confused [12:53] what's the button? [12:53] weswh-: once you've got feisty up and running, you can migrate your home dir and then can edgy [12:53] can anyone help with mounting cd/dvd drives and mount points etc? [12:53] lee_: ? [12:53] nutshell: any tutorials you know of covering something like that? I've kind of been a 'default install' guy thus far [12:53] wolferine: i just installed feisty, and it sure worked like the livecd otherwise. [12:53] mattrperry1976: man [12:54] nutshell_42: it's the windows button :) [12:54] wolferine: livecd doesn't make it very easy for me to do the things I'm trying to do without jumping through hoops that I don't have to jump through using HDD boot === navets [n=navets@d39-86-90.home1.cgocable.net] has joined #kubuntu [12:54] mattrperry1976: usually, cd/dvd drives are accessed by the mount point /cdrom. [12:55] weswh-: just install feisty on a new partition, copy your home dir, if everything works, just stop using edgy [12:55] if something goes wrong, just keep using edgy =) [12:56] has anyone had any problems enable java with firefox? [12:56] enabling* [12:56] hey does anyone here know how to fix some sound problems? [12:56] my sound is really low [12:56] compared to my windows partition [12:56] at least you have sound. :( [12:56] you dont? [12:56] try going to === zirxx [n=zirxx@zirx.ynet.sk] has joined #kubuntu [12:56] my AC'97 isn't getting detected. [12:57] try going to kmix [12:57] lee_: ubuntuguide.org [12:57] go to switches [12:57] settings? [12:57] no switches [12:57] and click master on [12:57] wolferine: i'm kinda new to thewhole idea of Linux. all the stuff i've gotten done, i had help with from a single source who is just not available to help me right now [12:57] i can't even find switches. lol === sylvisj [n=sylvisj@12-240-13-65.client.mchsi.com] has joined #kubuntu [12:58] it should say output input and switch [12:58] Whiz2: honestly, just stop talking to him [12:58] ...where? [12:58] in kmix [12:58] nutshell: is it possible with the live cd setup, to make my home dir a different partition than where feisty is installed? [12:58] open kmix [12:58] i know, but what menu? [12:58] lee_: switches is the third tab [12:58] tab, not menu [12:58] lee_: The sound icon near the time, click it once and then hit the mixer button [12:58] yea sorry [12:58] that way I am not marrying my personal data, to the OS partition in the future.. [12:58] i don't have anything in my mixer tab. [12:58] That's KMix [12:58] but it won't help you if it doesn't recognize your card [12:59] nutshell42: heh i come here cuz that's what this channel is for. :-D === mattrperry1976 [n=mattperr@72-161-5-180.dyn.centurytel.net] has left #kubuntu [] === kinetik_ [n=kinetik@modemcable022.142-70-69.mc.videotron.ca] has joined #kubuntu [12:59] it's just the basic AC'97. === Zeddy [n=Zed@dsl-220-253-78-170.NSW.netspace.net.au] has joined #kubuntu [12:59] i have an ASUS A8N-SLI card. [12:59] er, motherboard. [12:59] humm im not sure [12:59] does anyone here know how to fix sound volume to make it louer? [12:59] Whiz2: this is #kubuntu, not #whiz2's letters to wolverine =P [12:59] lee_: do you get audio with the livecd? [12:59] uhhhh, never tried to get audio, but i never heard anything either. [01:00] lee_: it *should* detect your card, I've got more or less the same board [01:00] nutshell42: no i meant i come here for help on kubuntu lol [01:00] lee_: there's a startup sound === jmo [n=jmo@64-252-130-84.adsl.snet.net] has joined #kubuntu [01:00] Whiz2: what are you doing that's so offensive? === Grape_Juice [n=pants@adsl-69-225-11-254.dsl.skt2ca.pacbell.net] has joined #kubuntu [01:00] bobstro: i wish i knew [01:00] Whiz2: unless I missed something, I'm helping you, so stop feeding the trolls === kinetik_ is now known as kinesys [01:01] lee_- I have an M2N-SLI board, and I haven't been able to get Kubuntu to detect the onboard sound either === os2mac [n=jim@ip68-230-203-5.rd.hr.cox.net] has joined #kubuntu [01:01] bobstro: asking for help maybe? lol [01:01] well that's what i'm talking about dragnslcr :) [01:01] nutshell42: got it... still waiting for the cp to finish [01:01] Whiz2: i missed the start, so am not taking sides. [01:01] lee_: Did sound work in Edgy or anything else? [01:01] uhhhh, i got the sound to work on an ASUS A7N8X board before. [01:02] which still basically has the same sound. [01:02] Whiz2, thats really obvious [01:02] OH! Wait a minute. I disabled onboard sound. [01:02] as you dont listen to direct advice [01:02] That could be a problem ;) === thefirstdude [n=thefirst@75-163-19-189.dlth.qwest.net] has joined #kubuntu [01:02] i have an X-fi Xtrememusic card for my Windows partition. === Black5un is now known as ^SuReSh0t{F00D} [01:02] and Linux doesn't support it at all. [01:02] totally forgot about that. [01:02] Not yet anyway, drivers supposedly coming not too far from now [01:02] wolferine: give up. ur not getting anywhere [01:02] closed sources ones =/ [01:03] neither are you bud [01:03] cping /proc isnt a great idea [01:03] Why on earth would you copy /proc? [01:03] wolferine: is not copying, so what's the big deal? === odissea [n=ilianahp@189.142.99.224] has joined #kubuntu [01:04] Skyblast: he's copying everything and cp apparently doesn't count /proc as different filesystem for the -x switch [01:04] your "easy" to answer via google quesitons all afternoon long [01:04] Skyblast: i'm copying my entire system drive to a new partition on a new drive that will become my boot dev [01:04] Whiz2, i helped as much as I could, but at some point you found it necessary to not help yourself [01:05] lee_- heh, wish my problem were that simple [01:05] wolferine: your help didn't work, remember???? [01:05] no, I must have forgot [01:06] Dragnslcr- I'll be satisfied once Creative X-fi drivers come out so i can get my 5.1 surround goin' on. [01:06] apparently [01:06] Hopefully they will be GOOD drivers. [01:06] Creative hasn't exactly been good to Linux [01:07] Idk how that's going to work out. The Windows drivers are so bloated with all that extra software crap. [01:07] I have an Audigy in my Windows box, but I'd rather not take it out. My motherboard has HD-Audio onboard === gdiebel [n=gdiebel@ppp-70-226-159-40.dsl.mdsnwi.ameritech.net] has joined #kubuntu === sc0tt_ [n=sc0tt@cpc1-stok5-0-0-cust150.bagu.cable.ntl.com] has joined #kubuntu [01:07] The new Asus board in my Kubuntu box, that is === luis_lopez [n=jabba@ip216-239-82-52.vif.net] has joined #kubuntu === soupsoup [n=s@client-82-13-25-184.brhm.adsl.virgin.net] has joined #kubuntu === fireflite [n=yeah@pool-70-110-59-56.sttlwa.dsl-w.verizon.net] has joined #kubuntu [01:08] nutshell42: cp appears to have stalled [01:08] and the HDD light is no longer active [01:08] better to dl a .src or a .rpm to install? [01:08] Oh, does anyone know why Amarok turns unresponsive right when i start it up? [01:08] .src right? [01:08] Is it because there's no audio hardware enabled? [01:09] lee_: quite possibly [01:09] lee_: Are you trying to play an mp3? [01:09] no, just trying to start Amarok. [01:09] freezes and goes grey on me. [01:09] ahh okay, then dunno. [01:09] yeah, i'm gonna restart and enable that onboard sound. [01:09] might not like no sound device, not sure [01:09] i'll come back with results in a quicky :) [01:10] or not, i've had really bad luck with my kubuntu installations :( === _neversfelde [n=neversfe@nrbg-4db443a7.pool.einsundeins.de] has joined #kubuntu === gdiebel [n=gdiebel@ppp-70-226-159-40.dsl.mdsnwi.ameritech.net] has joined #kubuntu [01:10] nutshell42: if I just open konq as root (i know how) and copy each dir over that way would it still keep all the attribs? === crowne__ [n=crowne@64.80.10.140] has joined #kubuntu === surgy [n=surgy@adsl-70-137-26-52.dsl.okcyok.swbell.net] has joined #kubuntu === niles_ [n=niles@adsl-11-80-121.mia.bellsouth.net] has joined #kubuntu === _neversfelde is now known as neversfelde === niles_ is now known as NetersLandreau === surgy [n=surgy@adsl-70-137-26-52.dsl.okcyok.swbell.net] has joined #kubuntu [01:12] hi [01:13] Whiz2: why use konqueror? just use cp -a [01:13] is amarok mp3 suport broken with feisty? === lee_ [n=lee@24-107-112-195.dhcp.stls.mo.charter.com] has joined #kubuntu [01:13] we have sound! :D [01:13] the boot up sound is wonderful to hear. === yannick [n=yannick@bas10-ottawa23-1088819231.dsl.bell.ca] has joined #kubuntu [01:13] pestilence: i don't want to copy the contents of /media aklong with the system drive === MarcC_ [n=Marc@c-76-102-223-142.hsd1.ca.comcast.net] has joined #kubuntu [01:14] what command do I use to find out my IP address on my LAN? [01:14] Whiz2: you are trying to backup / ? === Jack313 [n=michael@pool-71-115-201-120.spknwa.dsl-w.verizon.net] has joined #kubuntu [01:14] Whiz2: use rsync with an exclude list === gdiebel [n=gdiebel@ppp-70-226-159-40.dsl.mdsnwi.ameritech.net] has joined #kubuntu [01:14] pestilence: no i'm transferring the entire system drive to a new drive that will end up as my new boot dev [01:14] Is there a specific place I should mount a Windows harddrive? === Jack313 is now known as Jack3132 [01:14] im running kubuntu feisty and i cant seam to get mp3 support for amorok to work, is it broken? === beaker_ [n=beaker@f3c145.gpcom.net] has joined #kubuntu [01:15] surgy: ubuntuguide.org [01:15] MarcC_: ifconfig === Linux_Galore [n=logan1@60-242-20-212.static.tpgi.com.au] has joined #kubuntu [01:17] How do I get music off my Windows partition to play in Amarok? [01:17] Sanne: thanks! [01:17] MarcC_: you're welcome :) [01:18] lee_: Mount it somewhere [01:18] Anywhere? [01:18] Pretty much [01:18] because I did, and then it says the folder is not accessible. === vontux [n=vontux@pool-71-254-130-206.lsanca.fios.verizon.net] has joined #kubuntu === Whiz2 [n=Whiz_2@c-76-100-227-124.hsd1.md.comcast.net] has left #kubuntu [] [01:20] Probably only root has permission to get into it [01:20] Ah. === CVirus [n=GoD@62.135.96.151] has joined #Kubuntu [01:21] are the bookmarks in FF saved as file? [01:21] Perhaps someone else could help with the right flags to mount it so users can see it? I don't know as I set mine up in setup and it takes care of it in fstab [01:21] ubuntu_: Yes === remy [n=remy@89.33.168.28] has joined #kubuntu [01:21] great === Admiral_Chicago [n=freddy@ubuntu/member/admiral-chicago] has joined #kubuntu [01:22] ubuntu_: /home/yourusername/.mozilla/firefox/scrambledletters.default/bookmarks.html [01:22] hey does anyone know if i am supost to be able to adjust my master volume in alsamixer [01:23] i have this entry in my home folder....which I think is a faulted generic mount point....can't delete it graphically...and rm doesn't work......looks like this...http://pastebin.ca/456686 [01:23] navets: You should be able to [01:23] any ideas? === gdiebel [n=gdiebel@ppp-70-226-159-40.dsl.mdsnwi.ameritech.net] has joined #kubuntu [01:23] Skyblast: do you know how i can fix it? [01:23] it wont allow me 2 [01:24] What about in KMix? [01:24] it doesnt even show master in kmix [01:24] it only shows pcm [01:24] hmmmm [01:24] Not sure then [01:24] all: where i find desktop panel? === roachk71 [n=kelly@216-67-52-38-cdsl-rb1.sol.acsalaska.net] has joined #kubuntu === jermain_ [n=jermain@ip5457e0b8.direct-adsl.nl] has joined #kubuntu === NetersLandreau [n=niles@adsl-11-80-121.mia.bellsouth.net] has joined #kubuntu === MarcC_ [n=Marc@c-76-102-223-142.hsd1.ca.comcast.net] has left #kubuntu ["Stay] [01:26] jordo23: What does ' rm -rf "" ' do? [01:27] Skyblast: Nothing.....brought me to another insert line under the command prompt > [01:27] hmmm [01:27] Skyblast: Only copying though double quotes right... [01:27] could you pastebin a ls -l === roachk71 [n=kelly@216-67-52-38-cdsl-rb1.sol.acsalaska.net] has left #kubuntu ["Konversation] [01:28] I dont have a scramblesletters.defalts [01:28] Skyblast: http://pastebin.ca/456709 [01:28] ubuntu_: It'll be scrambled letters, not literally scrambledletters [01:29] there should be at least one .default folder === lengau_ [n=lengau@c-68-53-53-39.hsd1.tn.comcast.net] has joined #kubuntu [01:29] lol === bobby [n=bobby@ool-44c78a1f.dyn.optonline.net] has joined #kubuntu === mattrperry1976 [n=mattperr@72-161-5-180.dyn.centurytel.net] has joined #kubuntu [01:30] jordo23: Okay it looks like it is owned by root, so let's try this: sudo rm -rf "" === Cosmo_ [n=cosmo@12.39.164.181] has joined #kubuntu [01:31] anyone have any idea how to setup kubuntu to recognize SoundBlaster card? [01:31] Skyblast: Worked.....duh.....thanks Sky! [01:31] No problem :) === cedross [n=cedross@d141-219-179.home.cgocable.net] has joined #kubuntu [01:32] I'm still having mounting problems :( [01:32] not being able to access it after i mount it. [01:32] I have..chrome, components, dictionaries, extentions, icons, plugins, defalts, greprafs, res, searchplugins [01:32] thats all [01:32] the rest are loose files [01:32] lib files === mhamed [n=mhamed@41.224.214.142] has joined #kubuntu [01:33] ubuntu_: Doesn't sound like the right directory.. /home/user/.mozilla/firefox ? [01:33] system:/media/hdb1/usr/lib/firefox [01:33] (I'm on a live cd) [01:33] hi, can sombody give me a hand ?? === Markeda [n=Cross@71.194.118.31] has joined #Kubuntu [01:34] backing up my drive manually [01:34] hi, can sombody give me a hand ?? [01:34] ubuntu_: /media/hdb1/home/user/.mozilla/firefox/ then [01:34] install kubuntu 7.04 on my wife pc ,tried beryl .Cut off the top of my windows === hitmanWilly [n=hitman@66-190-176-18.static.jcsn.tn.charter.com] has joined #kubuntu === shawn34 [n=shawn@c-68-36-36-22.hsd1.nj.comcast.net] has joined #kubuntu === acemo [n=acemoo@ip5657ebcc.direct-adsl.nl] has joined #kubuntu === g35 [i=thehin@ool-18be1d55.dyn.optonline.net] has joined #kubuntu === mhamed [n=mhamed@41.224.214.142] has joined #kubuntu [01:35] how can i use the terminal to open firefox as another user? [01:36] i can't seem to "log out" to log in as another user on the terminal [01:36] nvidia card === lontra [n=lontra@c-75-72-235-37.hsd1.mn.comcast.net] has joined #kubuntu [01:36] shawn34: 'su username' doesn't work? [01:36] i don't know [01:36] let me try thatnks === mhamed [n=mhamed@41.224.214.142] has joined #kubuntu [01:36] shawn34 sudo -u username === csills [n=csills@c-71-59-52-223.hsd1.ga.comcast.net] has joined #kubuntu [01:37] bobby: Have you loaded the proprietary nvidia driver? [01:37] anyone know how to get amarok or kaffeine to be able to take advantage of 2.1 or 5.1 surround etc? [01:37] how do i make my xorg.conf settings the way they were when i installed the oS/ [01:37] Xlib: connection to ":0.0" refused by server [01:37] Xlib: No protocol specified === vader_ [n=vader@d206-75-103-225.abhsia.telus.net] has joined #kubuntu [01:37] crap === ^SuReSh0t{F00D} is now known as Black5un [01:38] my girlfriend will kill me if i loose all her bookmarks AGAIN lol [01:38] do I need anything special just to *read* the contents of an NTFS partition? (copy some stuff over to my Home dir) - I know you have to go to some pains to be able to write to the disk...but I thought reading kind of worked out of the box [01:38] does firefox store bookmarks in the home folder? [01:38] its gotta be somewhere [01:38] Yes shawn34 [01:38] /home/username/.mozilla/firefox/ === selanit [n=chatzill@cpe-70-112-188-133.austin.res.rr.com] has joined #kubuntu [01:38] thanks [01:39] Then there's a .default folder, inside of it is a bookmarks.html [01:39] Sometimes when trying to download from KDE-Look it tries to open whatever file I click on in Kate.....help! [01:39] no go [01:39] weswh-, you can use ntfs-3g to read and write to your windows partition [01:39] jordo23, right click .. save as === acemo wonders if there is anyone here with an ati or intel graphics card [01:39] acemo, i have an intel [01:39] I have an ATi [01:40] yup, ati here [01:40] Wish I didn't but I do ;) [01:40] hi sky ,yes i install beryl using the script on the beryl wiki [01:40] lontra: That just saves the link...I need the file behind it... === mattrperry1976 [n=mattperr@72-161-5-180.dyn.centurytel.net] has left #kubuntu [] [01:40] still cant find it [01:40] Hi. I'm trying to get my radio card working - it's a BT878 model, and as far as I can tell the appropriate modules are loaded. But I don't get sound. I suspect the sound is muted, but I'm not sure how to unmute it. In kmix, I get this: http://atuan.com/kmix.png - what's the little read/pause icon thingy? [01:40] that address wont work for me [01:41] lontra, Skyblast/BluesKaj: could u run (lspci | grep "VGA") and tell me the result? === shiv_j [n=shiv@209-6-189-182.c3-0.wth-ubr2.sbo-wth.ma.cable.rcn.com] has joined #kubuntu [01:41] acemo, i'm currently on simplymepis ... so i don't know how much help i'd be === acemo has no idea what simplymepis is and starts googling it [01:42] bobby: That's about as far as my knowledge goes for nvidia and beryl. unfortunately I don't have an nvidia card [01:42] but ...0000:00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G] /GE Chipset Integrated Graphics Device (rev 03) [01:42] You might ask in #beryl [01:42] 01:00.0 VGA compatible controller: ATI Technologies Inc R350 AH [Radeon 9800] [01:42] ahh, great thanks lontra [01:42] thanks skyblast [01:42] bobby, whats the issue? [01:43] }(o){ [01:43] just needed to know how to identify Intel and ATI cards [01:43] "sudo mount /dev/hdb1 /media/hdb" is working fine for me - just my user can't access it. does anyone know how to specify something in the mount command that makes the mount avail to all users? [01:43] mine is a 01:05.0 VGA compatible controller: ATI Technologies Inc RS480 [Radeon Xpress 200G Series] [01:43] thanks BluesKaj [01:43] i found a tutorial that talks about how to do it in etc/fstab - but I am just looking for a one off mount === fssssssssssh [n=rob@DSL01.83.171.157.152.ip-pool.NEFkom.net] has joined #kubuntu [01:44] hi hit the top of my window is cut off with beryl running === n8k99 [n=Nathan@74.230.176.187] has joined #kubuntu [01:44] bobby, try this, sudo nvidia-xconfig --add-argb-glx-visuals [01:45] bobby, then restart x [01:47] Hi, I'm trying to rip an audio CD to mp3 with K3b in Feisty. I have all of the codec packages installed (w32codecs, lame, libxine-extracodecs, libk3b-mp3, etc) but the option doesn't appear on the K3b ripping dialog. What gives? [01:48] will try now [01:48] hit is that one command or two [01:49] bobby, the first line was one command === firestarter [n=starter@host133-6-dynamic.0-79-r.retail.telecomitalia.it] has left #kubuntu [] === mistral [n=mistral@pool-71-102-155-26.snloca.dsl-w.verizon.net] has joined #kubuntu [01:49] Kr4t05, use soundkonvertor, it's better for ripping ...K3b is mainly a burner [01:49] I cant start up FF from another drive can I? === vbgunz [n=vbgunz@217-98.127-70.tampabay.res.rr.com] has joined #kubuntu [01:50] Kr4t05: just use konqueror [01:50] bobby, once youve run that command you need to restart x-windows [01:50] open the audio cd [01:50] you will find a virtual mp3 folder [01:50] copy and paste to desired location - done === mistral [n=mistral@pool-71-102-155-26.snloca.dsl-w.verizon.net] has joined #kubuntu [01:50] the ripping will run in the background === heinkel_111 is now known as Heinkel|afk [01:51] Kr4t05: ^ [01:51] there cannot be any simpler way [01:52] and by the way... flac>ogg>mp3>wma, aac etc === crowne_ [n=crowne@64.80.10.140] has joined #kubuntu === noiesmo [n=noiesmo@unaffiliated/noiesmo] has joined #kubuntu === chosoyu [n=chris@c-69-250-155-125.hsd1.md.comcast.net] has joined #kubuntu === tmbg [i=tmbg@gateway/gpg-tor/key-0x3DA923CF] has joined #kubuntu === Edulix [n=edulix@198.Red-83-55-176.dynamicIP.rima-tde.net] has joined #kubuntu [01:55] hi hit did not work === stdin [n=tez@unaffiliated/binary2k2] has joined #kubuntu === Sanne [n=Sanne@p548dbb24.dip0.t-ipconnect.de] has left #kubuntu ["Bye"] [01:55] bobby, any error messages? === dumbkiwi [n=matt@125-238-34-70.broadband-telecom.global-gateway.net.nz] has joined #kubuntu === eean [n=ian@amarok/developer/eean] has joined #kubuntu [01:56] no just no window top [01:57] bobby, is this the machine you're on right now? [01:57] no [01:57] ok, just making sure [01:58] alright, can you pastebin your /etc/X11/xorg.conf file? === mtn_man [i=Mtnman@70.234.44.19] has joined #kubuntu [01:59] anyone knows if theres something like $var++ in bash? [02:00] nvm [02:01] acemo: not sure, have a look at http://tldp.org/LDP/abs/html/index.html [02:01] jarle: i was being stupid... i was thinking too hard, it was just var++ === sagematt [n=matt@200.115.108.77] has joined #kubuntu === anabelen [n=anabelen@87.218.249.67] has joined #kubuntu [02:02] acemo, what shell were you using before? [02:02] Why is kubuntu telling me my ntfs partitions are read-only if they were mounted as writable by default while installing? === gordonr [n=gordonr@adsl-69-148-234-206.dsl.hstntx.swbell.net] has joined #kubuntu === Last_Hero [n=john@cpc1-cani1-0-0-cust174.renf.cable.ntl.com] has joined #kubuntu [02:03] hitmanWilly: i just started writing my first bash script, havent used any other shell besides bash and dos (yet) === jtt [n=jtholmes@72-12-50-39.wan.networktel.net] has joined #kubuntu === lengau_ [n=lengau@c-68-53-53-39.hsd1.tn.comcast.net] has joined #kubuntu [02:03] acemo, ok, just wondering? [02:03] hit i did a "kdesu kate /ect/x11/xorg.conf ,kate pop up without the file [02:03] err, . [02:04] I kept using bash commands instead of dos ones in my DOS test today at university >_< [02:04] bobby: X11 [02:04] capital [02:04] sagematt: as far as I know, the inbuilt write support for ntfs isn't great, I'd say use the ntfs-3g package [02:04] Last_Hero that kinda sucks [02:04] its case senistive. x11 is not X11 [02:04] stdin: sudo apt-get install ntfs-3g I guess? [02:05] Hi all [02:05] stdin: do I require something else? [02:05] acemo, luckily I was able to work out the correct ones in DOS before I wrote my .bat files [02:05] so it's not all bad [02:05] sagematt: yeah, that should do it, then mount it with the -t ntfs-3g option [02:05] Last_Hero i c [02:05] stdin: good. thanks a lot. [02:05] sagematt: no problem [02:05] Anyone have a DVICO Fusion USB HDTV card? [02:05] ohh great i cant even create a while loop in bash :S === acemo starts searching for tutorial with scripts that actually work [02:06] Or know how I could get one working.... [02:06] acemo: google linux bash script tutorial? [02:06] acemo: the link I gave you... [02:07] There was a bash script walk though on Digg the other day. === anabelen [n=anabelen@87.218.249.67] has joined #kubuntu [02:07] jarle: sorry, didnt looked in that one yet because i found out the mistake i made already, taking a look at ur link now :) [02:08] jarle, mind giving me the link as well? [02:08] did use uppercase still not working === fenix_ [n=fenix@190.37.152.208] has joined #kubuntu === gstrock [n=gstrock@192.101.159.3] has joined #kubuntu [02:08] that is X11 [02:08] Last_Hero: http://tldp.org/LDP/abs/html/index.html is the link jarle gave === fenix_ is now known as thefenixroot [02:08] thanks acemo [02:08] http://www.digg.com/linux_unix/The_Bash_Quick_Reference_Guide [02:08] kdesu kate /etc/X11/xorg.conf [02:08] thanks gordonr [02:08] bobby, /etc/X11/xorg.conf, it has to be there otherwise X wouldn't even load [02:09] how do I install mp3-support in amarok by hand, the automatic thingie keeps crashing [02:09] Muj, use Adept [02:09] nah, I prefer apt-get === gordonr is looking for help with my HDTV USB tuner.... [02:09] MuJ: install libxine1-ffmpeg, from main [02:09] I dunno then, I'm still a linux noob : / [02:10] bleargh - I've got my WinTV card up and running, except there's no sound. I'm pretty sure the sound is just muted, but I can't for the life of me figure out where to unmute it. === Shaddox [n=shaddox@cpe-76-170-140-239.socal.res.rr.com] has joined #kubuntu [02:12] stdin: thanks [02:12] np :) [02:12] Woohoo! I have sound! [02:12] selanit: right click on the volume speaker and hit the show mixer window === nrdb [n=neil@228.2.240.220.dynamic.dsl.rns01-kent-syd.comindico.com.au] has joined #kubuntu === pete__ [n=pete@86.29.224.9] has joined #kubuntu [02:12] Apparently the output channel was muted in AlsaMixer (a channel that doesn't show up in KMix) [02:13] Thanks, but I do know where KMix is [02:13] Check this [02:13] http://atuan.com/kmix.png [02:13] There's no mute/unmute button there [02:14] just updated to feisty and I have found that I have to run sudo /etc/init.d/networking restart to get my nic working any suggections to fix have tried clearing my interfaces file and getting network manager to recreate and start dhcp === MajorApus [n=tim@majorapus.student.iastate.edu] has joined #kubuntu === ted__ [n=ted@24-176-76-098.dhcp.hckr.nc.charter.com] has joined #kubuntu === spitwise [n=sid@cpe-075-183-011-095.triad.res.rr.com] has joined #kubuntu [02:16] should i have more than one xorg.conf file i found 2 [02:16] you should have a few backups === sakyamuni [n=sakyamun@152.red-82-158-15.user.auna.net] has joined #kubuntu === shahramuae [n=asd@ner-as38839.alshamil.net.ae] has joined #kubuntu [02:16] bobby: only one will be called "xorg.conf" === gstrock [n=gstrock@192.101.159.3] has joined #kubuntu [02:16] list [02:17] selanit- something I just discovered is to check alsamixer (there's a GUI frontend for it in the package repositories). It has several channels that KMix doesn't === boss [n=boss@host-84-220-45-242.cust-adsl.tiscali.it] has joined #kubuntu === LjL [n=ljl@ubuntu/member/ljl] has joined #kubuntu === rpedro [n=rpedro@87-196-8-196.net.novis.pt] has joined #kubuntu [02:18] This is getting annoying. Is there a global setting for remembering window positions? It kinda sucks having to do it for every app === blackmask [n=blackmas@user-387gjco.cable.mindspring.com] has joined #kubuntu [02:18] That's a possibility - I've used alsamixer in past. I just need to figure out how to tell it that I want to change the settings for my TV tuner card rather than my usual sound card ... [02:18] hit can i email it to you cant past it here its on a dif mach. === blackmask is now known as Black_Mask === aseigo [n=aseigo@kde/aseigo] has joined #kubuntu === MajorApus [n=tim@majorapus.student.iastate.edu] has joined #kubuntu [02:20] heck. I wonder if I've passed an incorrect argument to the tuner module [02:20] how to add an item to KDE's KMenu? I want to add two shortcuts to two GNOME-based programs called Volume Monitor and Recording Monitor respectively. I'm on Edgy Eft [02:21] DSlicer, do you mean the KDE terminal window positions [02:21] !version [02:21] To find out what version of Ubuntu you have, type lsb_release -a in a !shell [02:22] !list [02:22] I am ubotu, all-knowing infobot. You can browse my brain at http://bots.ubuntulinux.nl - Usage info: http://wiki.ubuntu.com/UbuntuBots [02:22] !shell [02:22] The linux terminal or command-line interface is very powerful. Open a terminal via Applications -> Accessories -> Terminal (Gnome) or K-menu -> System -> Konsole (KDE). Manuals: https://help.ubuntu.com/community/BasicCommands === jack_wyt [n=jack@61.149.1.32] has joined #kubuntu === freet15 [n=freet15@61.149.1.32] has joined #kubuntu === n6pfk [n=mike@c-76-104-44-132.hsd1.va.comcast.net] has joined #kubuntu [02:23] Any way to get 3d on an ati device? [02:24] n6pfk: it involves selling your soul to the devil [02:24] !list [02:24] I am ubotu, all-knowing infobot. You can browse my brain at http://bots.ubuntulinux.nl - Usage info: http://wiki.ubuntu.com/UbuntuBots [02:24] or! [02:24] fserve [02:24] !ati [02:24] Bah [02:24] To install the Ati/NVidia drivers for your video card, see https://help.ubuntu.com/community/BinaryDriverHowto [02:24] Ok, I can do that! [02:24] !exe [02:24] Sorry, I don't know anything about exe - try searching on http://bots.ubuntulinux.nl/factoids.cgi [02:24] shahramuae: you seem to misunderstand the purpose of the channel [02:24] I give up - I'll fiddle with it more later. The news broadcast I wanted to listen to is over now anyway. [02:24] Thanks anyway, people. [02:24] !dxb [02:24] Sorry, I don't know anything about dxb - try searching on http://bots.ubuntulinux.nl/factoids.cgi [02:24] !list [02:24] I am ubotu, all-knowing infobot. You can browse my brain at http://bots.ubuntulinux.nl - Usage info: http://wiki.ubuntu.com/UbuntuBots [02:25] shahramuae: WHAT are you doing? [02:25] do you have a question? === naught101 [n=naught10@60-242-222-210.tpgi.com.au] has joined #kubuntu [02:25] yes please [02:25] go ahead and ask [02:25] how can i search file here? [02:25] there are no files here. [02:25] oh ok [02:25] so there is no way to search them :) [02:26] how to add an item to KDE's KMenu? I want to add two shortcuts to two GNOME-based programs called Volume Monitor and Recording Monitor respectively. I'm on Edgy Eft [02:26] what file are you looking for? [02:26] Black_Mask: right click the kmenu and choose "Menu Editor === shahramuae [n=asd@ner-as38839.alshamil.net.ae] has left #kubuntu [] [02:27] jtt- I meant all windows. If you click on the KDE menu (top-left corner) -> Advanced -> Special App Settings, you can set it to remember the size and position of the windows [02:27] The current ati driver fails to compile with the xorg distributed with 7.04. [02:27] It's just annoying to have to do it for every app [02:28] needing a hand with a scanner (USB) setup, anyone? [02:28] is the KDETheme Manager supposed to tell me to click the Administrator button but not actually have said button to click? :S === Trevinho [n=Trevi@host208-0-dynamic.6-87-r.retail.telecomitalia.it] has joined #kubuntu [02:29] Daisuke_Ido: thanks for your response. I have gone as far as firing up the 'menu editor'. but sadly nowhere in that menu did i find 'volume monitor' and 'Recording Monitor' === Telroth [n=darth_an@adsl-70-241-120-138.dsl.hstntx.swbell.net] has joined #Kubuntu [02:30] n6pfk, there's a new proprietary ati driver http://ati.amd.com/support/drivers/linux/linux-radeon.html [02:30] oh wait I think i should log back into GNOME and add those two programs to the menu and then come back to KDE and see what happens BRB === washbear [n=washbear@190.152.25.227] has joined #kubuntu === Yorokobi [n=Yorokobi@mail.yorokobi.us] has joined #kubuntu === debianland [i=debianla@207-37-215.ftth.xms.internl.net] has left #kubuntu [] [02:31] What's the package name for the MP3 decoder? === n8k99 [n=Nathan@74.230.176.187] has left #kubuntu ["Kopete] === remy [n=remy@89.33.168.28] has joined #kubuntu === tmbg [i=tmbg@gateway/gpg-tor/key-0x3DA923CF] has joined #kubuntu === ubuntu__ [n=ubuntu@c-75-72-235-37.hsd1.mn.comcast.net] has joined #kubuntu === ubuntu__ is now known as lontra === djcyber [n=djcyber@bas6-kitchener06-1177621702.dsl.bell.ca] has joined #kubuntu === Black_Mask [n=blackmas@user-387gjco.cable.mindspring.com] has joined #kubuntu [02:35] what the terminal command for installing java [02:35] duh that's what I should have done at first. Now I got them all back to KMenu. Thanks a lot Daisuke_Ido for providing me with the initial kick. :-) [02:35] That new ati driver also fails to compile. [02:35] sudo apt-get install java [02:36] thx u [02:37] where is the equivelant of xorg.conf for sound [02:37] don't under any circumstances try to install sun-java using Adept or synaptics. you will have a chance of having some broken packages in your computer if you do so. It's all because at one point during java's installation a pesky license would come up and tell ya to read it and click okay but since you can't do that in Adept, the installation would hang/crash and it will cause you nothing but some wasted time and unnecessary [02:37] headache === gemidjy [n=gemidjy@62.162.67.50] has joined #kubuntu [02:40] !paste bin [02:40] Sorry, I don't know anything about paste bin - try searching on http://bots.ubuntulinux.nl/factoids.cgi [02:40] !paist bin [02:40] Sorry, I don't know anything about paist bin - try searching on http://bots.ubuntulinux.nl/factoids.cgi [02:40] !pastebin [02:40] pastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (be sure to give the URL of your paste - see also the #kubuntu channel topic) [02:40] !paste === win-X-perts [n=win-X-pe@ip72-196-113-57.ga.at.cox.net] has joined #kubuntu === levi_ [n=levi@ool-435682a7.dyn.optonline.net] has joined #kubuntu === Shaddox [n=shaddox@cpe-76-170-140-239.socal.res.rr.com] has joined #kubuntu === logan1 [n=logan1@60-242-20-212.static.tpgi.com.au] has joined #kubuntu === ubuntu__ [n=ubuntu@ppp170-154.adsl.forthnet.gr] has joined #kubuntu === ubuntu__ is now known as blacckc [02:43] Question here === AmyRose [n=amyrose@user-12l2tg3.cable.mindspring.com] has joined #kubuntu [02:43] orly [02:44] Hey, I am having a bit of a problem... I put the whole thing here: http://paste.ubuntu-nl.org/17510/ [02:44] Yeah [02:44] trying to get a splash screen to come up whe nI boot but i cant get it to work correctly. [02:44] *when === chemicalvamp [n=chemical@v-163.dsl.mhtc.net] has joined #kubuntu [02:46] Black_Mask: no worries, sometimes the obvious... isn't. === gordonr is looking for help with my HDTV USB tuner....Dvico...Everything seems loaded just can't get channels to scan === logan1 is now known as Linux_Galore [02:47] sorry, what i know about tuners can be summed up as: "uh... what?" [02:48] i have some dvds to back up :\ === aperture [n=aperture@229.29.233.220.exetel.com.au] has joined #kubuntu [02:48] i'd like to do xvid with dvd::rip, but it's so slow... === aperture [n=aperture@229.29.233.220.exetel.com.au] has left #kubuntu ["Konversation] [02:49] lower image quality [02:49] draw the rectangle only around the edges of dvd-rip [02:49] Daisuke_Ido cant you just make an iso of it? === MajorApus [n=tim@majorapus.student.iastate.edu] has joined #kubuntu [02:50] chemicalvamp: i could [02:50] Daisuke_Ido, have you tried k9copy , or if it's avideo file , devede or tovid [02:50] would it still take forever? [02:50] yep [02:50] it's not the reading, it's the transcoding [02:50] oh i'm dumb i thought he was talking about xvid screen capturing program [02:50] whats your comp hehe [02:50] tovid rocks [02:50] i suppose i could just use dvd shrink :\ [02:50] ** booo [02:50] don't like k9copy :\ [02:51] buggy eh/ [02:51] **boo [02:51] think it took me 4 hours to cpy a dvd on a p2 lol [02:51] hoo [02:51] /*boo [02:51] chemicalvamp: *copying* dvds (making a backup iso for later burning) takes me about 30 minutes === Benji [n=benji@optussatellitebintb.22bjipb002.optus.net.au] has joined #kubuntu [02:51] well what are you whining about then hehe [02:52] transcoding a dvd to xvid, however, is what takes forever. [02:52] !leadtek [02:52] Sorry, I don't know anything about leadtek - try searching on http://bots.ubuntulinux.nl/factoids.cgi [02:52] ohh === acemo [n=acemoo@ip5657ebcc.direct-adsl.nl] has left #kubuntu [] [02:52] !lead [02:52] !info leadtek [02:52] Sorry, I don't know anything about lead - try searching on http://bots.ubuntulinux.nl/factoids.cgi [02:52] Package leadtek does not exist in feisty [02:52] heh, i have a script/program which i have to start with "python decoder". how can i make a shortcut to click on, which starts this program? :) [02:52] like 2.5 hours for the first pass [02:52] youknowhat works well , but i haven't used it in a while is acetoneiso [02:52] !winfast [02:52] Sorry, I don't know anything about winfast - try searching on http://bots.ubuntulinux.nl/factoids.cgi === cyt_ [n=cyt@linux.cs.ccu.edu.tw] has joined #kubuntu [02:52] acetoneiso for transcoding video? === soulrider [n=mauro@r190-64-54-138.dialup.adsl.anteldata.net.uy] has joined #kubuntu [02:53] heya [02:53] hey soulrider [02:53] lemme check [02:53] hi Daisuke_Ido [02:53] hi BluesKaj [02:53] hey soulrider [02:53] you guys know if intelikey managed to upgrade? :P [02:54] Yeah, hi to you to soulrider! [02:54] hi bobleny, so he could do the upgrade ? === bkudria [n=bkudria@gy212-238.resnet.stonybrook.edu] has joined #kubuntu [02:54] i just purchased a sony digital camera, and it mounts in usb mode as a mass storage device, as expected, but it mounts read-only (ro), and i can't figure out how to mount it as read-write. what is wrong? any advice appreciated [02:54] let's just say that i'm trying to get as many movies as possible on a single dvd in xvid format (probably 6), and the quality is secondary to size (though i'd like the best possible quality for the size) because these aren't family friendly movies, and i certainly don't need them in HD... >_> === word [n=word@ip70-162-166-56.ph.ph.cox.net] has joined #kubuntu [02:55] soulrider: he was having problems? [02:55] oops guess not Daisuke_Ido [02:55] Daisuke_Ido: no, he was upgrading from hoary straight to feisty ebcause someone said it couldnt be done, and he wanted to prove that person wrong [02:56] lol go intelikely === voidmage [n=voidmage@adsl-068-209-120-161.sip.asm.bellsouth.net] has joined #kubuntu [02:56] oh man [02:56] Daisuke_Ido: whata re you trying to put in those DVDs if i may ask? :P the not family friendly part sounds kinda dirty :P [02:56] intelikey is so pro :P [02:56] Hey, don't forget about me...! - http://paste.ubuntu-nl.org/17510/ [02:56] soulrider: if i told you, i'd have to kill you :D [02:56] lol [02:56] lol [02:56] just because it's not family friendly doesn't necessarily mean it has to be pr0n [02:56] Daisuke_Ido: i guess you should re encode them [02:57] Daisuke_Ido: you wanna watcht hem on the DVD player or just the PC ? [02:57] soulrider: yeah, right now that's looking to be about a... 4 times 36... 144 hour job :\ [02:57] or thereabouts [02:57] Daisuke_Ido: reincoding sucks [02:58] reencoding* === voidmage [n=voidmage@adsl-068-209-120-161.sip.asm.bellsouth.net] has joined #kubuntu [02:58] both, i have a philips dvp-642. not the best divx-capable player. but it works [02:58] doesn't do qpel, and chokes on high resolutions [02:59] i just installed ubuntu, it make smy back hurt :P i dont know if its the font or what, but i need to get closer to my screen to read properly [02:59] i'm thinking encode to 640x480, audio in mp3 at 128kbps === jx92s [n=john_ro_@blk-7-200-122.eastlink.ca] has joined #kubuntu [02:59] Daisuke_Ido: i know nothing about reencoding [02:59] soulrider: switching from what? [02:59] http://doom9.org you can find good info there [02:59] Daisuke_Ido: i got a new hard drive so im tyring out ubuntu, but i think im gonna isntall kubuntu or somethign with KDE [02:59] go kubuntu! [03:00] ive been using arch actually, havnt touched kubuntu in a while === Chadza [n=chorton@71.239.91.38] has joined #kubuntu [03:00] and i'm going to have to pick up a new hard drive soon [03:00] Daisuke_Ido: i killed mine :P [03:00] same here. had to drop from a 160gb to a 30gb [03:00] i wanna install arch in the new drive, but im too lazy to do it, it takes sooooo long === MotorCityMadMan [n=MadMan@69.216.117.6] has joined #kubuntu [03:02] i just want an os that works, which is why i'm backing kubuntu hardcore [03:02] Daisuke_Ido: i think im gonna use my new drive for storage until i have time to install Arch [03:02] yeah [03:02] i recommend it to everyone [03:02] i need to order feisty cds, but the normal limit is 3 now [03:02] i like arch ebcause its faster and packages are more updated [03:02] but its a biznich to install === yamal [n=yamal@Room641A.no-such-agency.net.ru] has joined #kubuntu [03:03] people aren't nearly as impressed by a cd-r + sharpie as they are with a nicely pressed kubuntu cd [03:03] oh yeah, indeed === Benji [n=benji@optussatellitebintb.22bjipb002.optus.net.au] has left #kubuntu ["Kopete] [03:05] whenever i'm at school with my lappy, i get comments about how nice it looks, then i tell them it's linux. they tend to freak about then [03:05] LOL [03:05] lol [03:05] what kinda lappy you got? [03:05] flashy stuff tends to catch windows users' eyes :P [03:05] especially the desktop cube, they pee their pants [03:06] Black_Mask: just a toshiba celeron with integrated i915 [03:06] nothing spectacular === muidaq [n=muidaq@cpe-66-61-142-45.insight.res.rr.com] has joined #kubuntu [03:06] daisuke if you have Beryl and can show 'em, they will just freak out [03:06] Black_Mask: that's what i do :) [03:06] the intel works GREAT with beryl [03:06] Daisuke_Ido: my mom has one too! windows is so slow there [03:06] Daisuke_Ido: the video card is ATI though [03:07] this one is technically my fiancee's, but i wear the pants in the family and i have her permission to say so [03:07] lol [03:07] As long as you don't wear the lingere, it's fine. [03:08] *lingerie [03:08] LOL [03:08] hello my friends, using kamil with ubuntu dapper|kmail error:could not start process pop3s. any help ? [03:08] ok, im going back to Arch and KDE, im gonna delete this kubuntu partition :P === AndrewB [n=andy@ubuntu/member/pdpc.student.AndrewB] has joined #kubuntu [03:08] czer323: ... === scott_ [n=scott@66.128.246.195] has joined #kubuntu [03:08] only on weekends [03:08] Daisuke_Ido: it's a legitimate concern. [03:09] Weekends are absolutely okay though. [03:09] "girls just want to have fun!" [03:09] okay, moving just a LITTLE offtopic here :) === Assimilator [n=burp@d220-238-63-150.dsl.vic.optusnet.com.au] has joined #kubuntu === sunnyhours4130 [n=kevin@ip68-9-20-156.ri.ri.cox.net] has joined #kubuntu [03:09] hello my friends, using kamil with ubuntu dapper|kmail error:could not start process pop3s. any help ? === IRCArch [n=IRCArch@81.171.111.142] has joined #kubuntu [03:10] I've got a problem after a seemingly successful nvidia driver install. installed using the script from the nvidia website, looked good (started x with the nvidia splash screen) [03:10] wheres the best place to go for noob samba suport ? [03:10] then when I rebooted, i got "API mismatch. NVIDI kernel module has v 1.0-7184 but this X module has v 1.0-8774>" === aaroncampbell [n=aaroncam@63.225.219.62] has joined #kubuntu === Guest6259669 [n=bah@dhcp-82-214-161-205.cf-res.cfu.net] has joined #kubuntu [03:11] sunnyhours4130: uninstall the legacy driver [03:11] since kubuntu nerfed the normal kde menus, how do i get to the powersavings option in control center? [03:11] i don't remember installing it. how would i go about uninstalling? [03:12] Guest6259669: alt+f2 and run kcontrol :) [03:12] Thank You === soulrider [n=mauro@r190-64-54-138.dialup.adsl.anteldata.net.uy] has joined #kubuntu [03:12] Guest6259669: that'll get the good config back [03:13] hrm === bobleny [n=default@12.168.211.236] has joined #kubuntu [03:13] aparently the power control settings didnt get installed, either [03:13] sunnyhours4130: try sudo apt-get remove nvidia-glx-legacy [03:13] but now i have the good control panel! thanks! [03:14] ahh, im abck in KDE :) [03:15] i looked real quick in adept and it didn't seem to think it was installed. i'll give that a whirl tho [03:15] Help me....? [03:15] what's the command that i can use in terminal to see exactly in which location a particular program has been installed? It's because I have installed Gyachi and whoever built the .deb package most probably didn't care about making it put a shortcut in the Application Menu folders or adding a shortcut to the desktop [03:15] Interesting [03:15] "which gyachi" [03:15] ought to do it [03:15] Something gtk-related I installed changed my xchat and now the buttons are smaller [03:16] guest hi thanks. gyachi improved === word [n=word@ip70-162-166-56.ph.ph.cox.net] has joined #kubuntu === dewd [n=mark@sexy.demon.nl] has joined #kubuntu [03:16] with pyvoice [03:16] I never got pyvoice to work [03:16] Anyone who did, how did you go about it? [03:16] no, i meant that that is what you run [03:16] the command "which" with the program as the argument [03:16] is there a certain version of python you need? [03:16] void i think you're not using the debian version of Gyachi Improved [03:16] void nope [03:16] the one that comes with Ubuntu edgy would do [03:17] so the edgy version should work? [03:17] guest oh sorry lol okay [03:17] erm [03:17] void yes [03:17] Daisuke_Ido: Yeah, it wasn't installed [03:17] i admit it is a confusing command [03:17] where did you get your deb package of Gyachi Improved? === pyrosim [n=pyrosim@71-222-210-127.albq.qwest.net] has joined #kubuntu [03:17] gyachi.sf.net [03:17] downloaded the edgy version [03:17] haven't tried it in feisty yet [03:18] hmm [03:18] voidimage http://prdownloads.sourceforge.net/gyachi/gyachi_1.0.5-1_edgy_i386.deb?download this is the edgy version. there is not one for feisty yet although i tried it when I had feisty and it worked flawlessly === weswh-work [n=weswh-@c-24-98-128-21.hsd1.ga.comcast.net] has joined #kubuntu [03:19] guest it didn't work [03:19] does anyone know what the apt-get package name is for qparted? === spnx__ [i=yogi@pD95D6A21.dip.t-dialin.net] has joined #kubuntu [03:19] need to delete/format an NTFS drive into ext3 [03:19] but thanks for thinking anyways :-) [03:19] hmm [03:20] anyone know what packages I need for the laptop functions in kde? powersave/hibernate/etc? all i can find is a battery monitor [03:20] does gyachi voice not work in a conference? [03:20] only in chat rooms? [03:20] jag@stormbringer:~$ apt-cache search qtparted [03:20] qtparted - A parted frontend using QT [03:20] oh wait a second I think if i open Adept, select Gyachi from there, i will see the files that came with it and where it's installed [03:20] voice gyachi voice doesn't work in either conference or PM (private message). it only works in a voice enabled chat room === les [n=les@bas7-toronto63-1096573679.dsl.bell.ca] has joined #kubuntu === p3ric0 [n=p3ric0@10.Red-88-11-172.dynamicIP.rima-tde.net] has joined #kubuntu [03:21] jager: is that pretty suitable for what I mentioned doing? [03:21] fff [03:21] will work fine [03:21] yes you're right. actually the developers arent investing more time into the project in question === eljefe [n=eljefe@71-215-250-26.mpls.qwest.net] has joined #kubuntu [03:22] jager, once partitions are created, does this app give me the ability to 'format' them? or is formatting a relic of the windows world? [03:22] you can format from qtparted yes [03:23] this was interesting too [03:23] i installed some package today === prxq [n=prxq@C555d.c.strato-dslnet.de] has joined #kubuntu [03:23] and xchat's buttons decided to resize themselves [03:23] uh i found it. /usr/local/bin. now gonna make a shortcut of it === ubuntu_ [n=ubuntu@44.226.77.125.board.xm.fj.dynamic.163data.com.cn] has joined #kubuntu === kurt [n=kurt@d14-69-212-223.try.wideopenwest.com] has joined #kubuntu [03:25] Anyone happen to know how to get my bluetooth keyboard/mouse working? I can't seem to figure out how to connect them === bobleny [n=default@12.168.211.236] has left #kubuntu [] [03:25] Where would be the best place for me to write up instructions for installing star office for ubuntu and kubuntu users? === zerbero_2 [n=jga@p213.54.190.228.tisdip.tiscali.de] has joined #kubuntu === jermain__ [n=jermain@ip5457e0b8.direct-adsl.nl] has joined #kubuntu === ark[1] [n=kyvlle@n14z172l86.broadband.ctm.net] has joined #kubuntu [03:29] I tried and failed to upgrade to feisty. My system is woking fine though the update notifier says ther are 1018 update packages avail. if I update will I get hosed. The repos sat edgy in the sources.lst [03:29] apt-get install openoffice.org done [03:29] does it really take much more than that? === nathan [n=nathan@71-222-107-237.ptld.qwest.net] has joined #kubuntu === nathan is now known as nathansoz [03:30] hello [03:31] i need help with a driver problem === Sulamita [n=sulamita@201-95-65-134.dsl.telesp.net.br] has joined #kubuntu === NightBird [n=ma325@192.133.129.160] has joined #kubuntu [03:31] what type of device [03:31] !ask [03:31] Don't ask to ask a question. Just ask your question :) [03:31] good for you? [03:31] ok [03:32] its a belkin pcmcia wireless card === almostkorean [n=almostko@c-69-241-228-53.hsd1.mi.comcast.net] has joined #kubuntu [03:32] ok [03:32] and [03:32] !wireless [03:32] Wireless documentation can be found at https://help.ubuntu.com/community/WifiDocs [03:32] is in that list by any chance [03:32] thanks [03:32] its not working in feisty? [03:32] im using 6.06 lts === ardchoille [n=Ian@unaffiliated/ardchoille42] has joined #kubuntu [03:32] hey im having trouble witih my external hard drive. I can connect it and look at files on there fine, but i cant put things on it becuase it says im not the owner [03:33] nathansoz try looking up ndiswrapper [03:33] !ntfs > almostkorean === yamal [n=yamal@Room641A.no-such-agency.net.ru] has joined #kubuntu [03:33] almostkorean: there is info on that guide about mounting correctly [03:34] can someone help me on my AC97 sound card? It was not working, but when I installed skype on windows on same notebook, started to work. now is not working anymore since dist upgrade === climent [n=climent@3.Red-217-126-43.staticIP.rima-tde.net] has joined #kubuntu [03:34] thanks [03:34] I tried and failed to upgrade to feisty. My system is woking fine in edgy, though the update notifier says ther are 1018 update packages avail. if I update will I get hosed? The repos say edgy in the sources.lst [03:35] i would assume not [03:35] Sulamita- check alsamixer to make sure all the channels are enabled [03:35] kurt define "tried and failed" [03:35] I did [03:35] That was my problem. Unfortunately, that's pretty much the only advice I can give === luis__lopez [n=jabba@ip216-239-86-179.vif.net] has joined #kubuntu [03:36] DSlicer: also already tried to reinstall the modules === stdin [n=tez@unaffiliated/binary2k2] has joined #kubuntu [03:36] awesomek thanks flaccid it worked [03:37] guest6259669 I used the upgade tool. seemed to be going okay then failed in the install process === Gabz [n=gabriel@dsl-202-173-185-172.nsw.westnet.com.au] has left #kubuntu ["Konversation] [03:37] then you should be fine [03:38] guest6259669 why do I have so many packages avail? === Sulamita [n=sulamita@201-95-65-134.dsl.telesp.net.br] has left #kubuntu [] [03:39] i am guessing they are for the upgrade [03:39] jager: ok, I think I basically have it done. 2 questions. I edited the partition table, committed that. then told it to format, committed that. so it is now formatted and an ext3 partition. question 1, for a storage drive like this, do I want to make the partition "active"? second - after it formatted it says I have 3.9 gigs used out of 74 (it's an 80 gig drive). Any idea what that might be, or how to achieve a deeper format? [03:39] but my repos are edgy [03:40] weswh-work: that formatted size looks right === stdin [n=tez@unaffiliated/binary2k2] has joined #kubuntu [03:40] don't need to make the part active [03:40] flaccid, so 71/80 in the end? === hossosor [n=andrew@CPE-70-94-13-236.wi.res.rr.com] has joined #kubuntu [03:40] there is overhead in formatted === hossosor [n=andrew@CPE-70-94-13-236.wi.res.rr.com] has left #kubuntu ["Konversation] [03:41] seems like I always had more than that in the end, with NTFS. ok [03:41] and they are usually quoting base 1000 not 1024 bytes in a kilobyte.. [03:41] it was a pretty quick format - should I try to do a deeper one? (like how long it takes when installing windows) [03:41] After an upgrade to Feisty, X seems to be ignoring my Xorg.conf and using resolutions that are not even in there, at all. [03:41] errr === steven_ [n=steven@netblock-66-245-219-169.dslextreme.com] has joined #kubuntu [03:41] like i said that is right. how would you do this 'deeper' format [03:42] I want to use 1280x960@85, which is in my xorg.conf, but the highest refresh rate X will let me use at 1280x960 is 54. [03:42] i don't know what i mean. just know that windows takes a lot longer to format drives? :) [03:42] And there's tons of other resolutions displayed in xrandr that aren't in my conf file, either. [03:42] weswh-work: ah right.. [03:42] :p === v0taguz [n=votaguz@190.65.19.217] has joined #kubuntu === alpha-one [n=alpha-on@24-177-174-127.dhcp.mrqt.mi.charter.com] has joined #kubuntu [03:45] flaccid: is the lost+found folder something that needs to stay? [03:45] weswh-work: for ext* fs yes [03:45] weswh-work it will recreate itself [03:45] cool [03:46] ok, final question here. in order to mount the drive so that my user can access the contents, i usually use "mount -o umask=0222 /dev/hdb1 /media/hdb" [03:46] that worked when the drive was NTFS, but now it isn't. [03:46] it says bad option, or fs type [03:47] what type of fs are you trying to mount? [03:47] jarn: what video chipset? [03:47] bobstro: nVidia Geforce 6800 [03:47] flaccid - ext3 [03:48] fdisk -l reports "Linux" === ubuntu_ [n=ubuntu@71-37-6-9.tukw.qwest.net] has joined #kubuntu [03:48] sudo mount -t ext3 -o rw /dev/hdb1 /media/hdb1 === dinakar [n=chatzill@200.sub-70-216-40.myvzw.com] has joined #kubuntu [03:48] i think thats valid syntax [03:48] what makes it avail to my regular user? [03:49] i always have this issue where i sudo mount, and then my user doesn't have permissions to look at it [03:49] rw option and correct perms on the mountpoint [03:49] !flash64 [03:49] You can run Flash, Real, and Java plugins in AMD64 bit computers with Firefox. see the steps to follow at https://help.ubuntu.com/community/FirefoxAMD64FlashJava [03:49] perms on the mount point eh.. [03:49] good to know [03:49] Hello to all. first time on irc after reading news article on linux.com === lovloss [n=Administ@c-71-228-230-49.hsd1.tn.comcast.net] has joined #kubuntu [03:49] also mount with a umask and or gmask etc. [03:49] !ntfs [03:49] To view your Windows/Mac partitions see https://help.ubuntu.com/community/AutomaticallyMountPartitions . For write access see !ntfs-3g or !fuse [03:49] wouldn't rw be the default with Linux fs? [03:49] weswh-work: see above [03:50] weswh-work: i can't remember [03:50] What do i do if the feisty live cd doesnt come with support for my graphics carD? === rpedro [n=rpedro@87-196-8-196.net.novis.pt] has joined #kubuntu === Trevinho [n=Trevi@host208-0-dynamic.6-87-r.retail.telecomitalia.it] has joined #kubuntu === macconline [n=macconli@190.37.41.157] has joined #kubuntu === Yorokobi [n=Yorokobi@mail.yorokobi.us] has left #kubuntu [] === crowne__ [n=crowne@64.80.10.140] has joined #kubuntu [03:53] flaccid: ok, i changed the perm of my mount point to 777, owned by my user. but when i do a standard mount (mount /dev/hdb1 /media/hdb), it changes to owner root etc. again [03:53] so that method didn't work for me. i'll try the umask argument again === lovloss [n=Administ@c-71-228-230-49.hsd1.tn.comcast.net] has left #kubuntu [] [03:53] weswh-work: its a good idea to read... [03:53] how do I share folders outside of the home dir like /media/hdb1----> [03:53] thats all in the link above. use the correct umask. don't use one that you would apply to ntfs.. [03:54] but you usually just specify uid=1001 or whatever [03:54] Anyone happen to know how to get my bluetooth keyboard/mouse working? I can't seem to figure out how to connect them [03:54] Assimilator: share to who? === ark[1] [n=kyvlle@n14z172l86.broadband.ctm.net] has joined #kubuntu [03:55] to MSHOME PC's and xbox XBMC === hossosor [n=andrew@CPE-70-94-13-236.wi.res.rr.com] has joined #kubuntu [03:55] !samba [03:55] samba is is the way to cooperate with Windows environments. Links with more info: https://wiki.ubuntu.com/MountWindowsSharesPermanently and http://help.ubuntu.com/ubuntu/serverguide/C/windows-networking.html - Samba can be administered via the web with SWAT [03:55] follow above :) === hossosor [n=andrew@CPE-70-94-13-236.wi.res.rr.com] has left #kubuntu ["Konversation] [03:55] install xboxlinux [03:55] and then use nfs === rpedro [n=rpedro@87-196-8-196.net.novis.pt] has joined #kubuntu === dinakar_ [n=chatzill@193.sub-70-216-116.myvzw.com] has joined #kubuntu [03:55] no need to go that far [03:56] it's better than hitting it with a hammer [03:56] then it is useful [03:56] rather than a hunk o' junk [03:56] hehe so the config in system setting/ sharing is useless ? [03:57] i found a chipped xbox with evolutionx to be sufficient [03:57] i need to go to command line ? [03:57] Assimilator: no its not. you can do it there as well [03:57] "need to go" you sound like command line is not the best way to do these things and the place you START [03:57] Assimilator: sometimes its not sufficient. its important be on the same workgoup usually in a mixed environment without a master [03:58] <3 cli [03:58] i've tryed but the clients is getting file not found errors once it trys to open a floder within the share [03:59] Assimilator: test with smbclient [03:59] and check logs [03:59] and fs perms === dinakar_ [n=chatzill@193.sub-70-216-116.myvzw.com] has left #kubuntu [] [04:00] brb === alex_ [n=alex@207-255-107-196-dhcp.unt.pa.atlanticbb.net] has joined #kubuntu [04:00] hmm logs will be in etc/samba ? [04:01] The file or folder smb://thecollective/INCOMMING does not exist. <----- is the error i get [04:02] Assimilator: How did you set your shares up? [04:02] using the kubuntu shares gui [04:02] hey [04:03] And you're using Feisty right? [04:03] yup [04:03] all the video I watch appear with many dots all over the screen, and the icon of hte window is pink [04:04] I wonder if there is something broken in that. Someone else had that problem last night as well. I set mine up by just putting them just by throwing them in smb.conf manually and it works fine. [04:04] any idea what's wrong? [04:04] I'll try it out in a minute, see if it works for me [04:04] it stuff owned by root that i'm having trobble sharing [04:04] ah, so certain things work then? [04:05] /home/user seem ok for a anomous longing setup on MSHOME === Mountainman [i=Mtnman@70.234.44.19] has joined #kubuntu === premier_ [n=premier@129.210.145.73] has joined #kubuntu [04:06] but as soon as i try and share /media/hdb1/server1/incomming i get nothing [04:06] The file or folder smb://thecollective/INCOMMING does not exist. <----- is the error i get [04:06] hmm [04:07] hello, I'm using scim, and I switched it to gtk-panel mode by accident, and now the configuration window is different (gnome style) and I can't find a way to switch it back to kde. === lee_ [n=lee@24-107-112-195.dhcp.stls.mo.charter.com] has joined #kubuntu [04:07] could it be that what i'm trying to shar is on an NTFS partition ? === keisangi [n=keisangi@221x117x88x251.ap221.ftth.ucom.ne.jp] has joined #kubuntu [04:07] do you guys know what would be a default installed kde equiv of "gksudo gedit /etc/fstab"? [04:08] i need to get ee === xobius [n=jose@unaffiliated/xobius] has joined #kubuntu [04:08] Possible, have you checked the permissions on the directory === xavier_ [n=xavier@190.24.88.252] has joined #kubuntu [04:08] all owned by root === e1mer [n=elmer@58.71.13.205] has joined #kubuntu [04:08] and i'm not sure how to change that === pyronapalm [n=pyronapa@cpe-65-28-255-176.woh.res.rr.com] has joined #kubuntu === noiesmo [n=noiesmo@unaffiliated/noiesmo] has joined #kubuntu [04:09] weswh-work: you can do kdesu kwrite or kdesu kate... I like kwrite because its lighter, but kate is more commonly used [04:09] weswh-work: Try kdesu kate /etc/fstab === xobius [n=jose@unaffiliated/xobius] has left #kubuntu ["nos] [04:10] Assimilator: It's an ntfs partition right? Are you using ntfs-3g? [04:11] um how can i tell this is a very fresh feisty install OS [04:11] Bleh, Kopete's interface for handling subcontacts kinda sucks [04:11] im going to get some beer than i'll be back to help with any outstanding smb problems === Lurkan [n=Lurkan@189.142.99.224] has joined #kubuntu [04:11] DSlicer: try Konversation [04:11] ok, if you haven't set it up, you aren't using it yet === yamal [n=yamal@Room641A.no-such-agency.net.ru] has joined #kubuntu [04:11] !ntfs-3g [04:11] ntfs-3g is a Linux driver which allows read/write access to NTFS partitions. Installation instructions at https://help.ubuntu.com/community/MountingWindowsPartitions [04:12] ok is that good or bad ? [04:12] is it recomended ?that i install that first ? [04:12] errr.... I'm getting a little out of my league === _roconnor [n=roconnor@vhe-540354.sshn.net] has joined #kubuntu [04:12] Assimilator: install ntfs-config [04:12] but all I know is with this I was able to share stuff via samba [04:12] then run it and check the two boxes [04:13] super-easy [04:13] :P === bbudisin [n=bbudisin@CPE0050ba511a3c-CM0011aea0ea1c.cpe.net.cable.rogers.com] has joined #kubuntu === jaskolmife [n=jaskolmi@125.161.11.219] has joined #kubuntu [04:13] until I converted everything to ext3 and my life got a whole lot better ;) [04:13] ok so 3g ands config are the same ? [04:13] alpha-one- maybe I'm imagining stuff, but I thought Konversation is only an IRC client [04:13] ext3 is the shit === zerothis [n=zerothis@cdm-75-109-248-53.asbnva.dh.suddenlink.net] has joined #kubuntu === lee_ [n=lee@24-107-112-195.dhcp.stls.mo.charter.com] has joined #kubuntu === amblard [n=amblard@ratiocination.ps.uci.edu] has joined #kubuntu [04:14] Indeed. I ran fsck on a drive that is constantly being written and delete all the time.. it's not even 4% fragmented hehe [04:14] DSlicer: it is, perhaps I'm just mistaken as to what you're looking for [04:14] as apposed to ntfs which I had to defrag every week pretty much to keep it fast [04:15] whats special about ext3? How does it campare to ntfs, or reiser for that matter? [04:15] Well, for one it's a journaled file system [04:15] you defrag ext3 nearly never [04:15] its that efficent === weswh- [n=weswh-@c-24-98-128-21.hsd1.ga.comcast.net] has joined #kubuntu [04:15] ive never had to [04:15] alpha-one- being able to stick multiple contacts, e.g. an AIM contact and an ICQ contact, under a single metacontact [04:15] thats makes sense. Why is it that windows needs to defrag, and linux doesn't? [04:15] sorry, if anyone answered that please repeat. is there a Kubuntu specific version of this "AutomaticallyMountPartitions" guide? [04:16] windows isnt as efficient [04:16] premier_: Unix filesystems are just designed to be more effecient. [04:16] its just more intellegently designed? [04:16] wihndows XP auto defrags when sys is idle === obvio171 [n=helder@201.82.8.230] has joined #kubuntu [04:16] in theory [04:16] I don't think my computer ever actually did that [04:16] Can a filesystem throw up and fragment horribly? sure, but I've seen it like... never === boyke [n=boyke@222.124.83.81] has joined #kubuntu [04:17] what do you guys use for editing system config files? I currently can not get any text editing app to work with root permissions [04:17] I use vim [04:17] Assimilator bill gates could pay the national debt, and still be the richest man in the world [04:17] Old school but does the job nicely === amblard [n=amblard@ratiocination.ps.uci.edu] has joined #kubuntu [04:17] trying to edit /etc/fstab - i tried sudo kate /etc/fstab, and it says can not connect to x server [04:17] and linux is free (most distros) [04:17] Skyblast: well, no filesystem can completely defend itself against a power outage or just a good old fashioned error... even with journaling [04:18] DSlicer: in that case, don't know [04:18] Very true === rafael [n=rafael@201009163165.user.veloxzone.com.br] has joined #kubuntu [04:18] But I'd trust Extended over ntfs anyway :) [04:18] yeah, i'm not in a vim learning mode at the moment...need something like ee on freebsd, or a GUI text editor. really don't care, pref. something that is already installed.. [04:18] any other options? [04:18] Did you try kdesu for kate? [04:18] alpha-one- I haven't really used it for more than a couple hours, so there might be a plugin or something that does it well [04:18] ko found ntfs-3g and ntfs-client in reops, which one do i get ? [04:19] Skyblast: do you have any ideas about my scim panel problem? usually I'm told to find a config file and delete it, but I can't get that to work [04:19] he said 3g before right? [04:19] Skyblast: yeah, that keeps failing for some reason [04:19] whats The Ubuntu Way to set up mysql accounts and such? or just set the root pw? [04:19] does anyone know "ee"? is it avail for kubuntu? it's just a CLI basic text editor...simple TUI. [04:19] i tried apt-cache search for it, of course that returned tons of results. heh [04:19] yeah someone else brought up client as well [04:20] hi does someone know how to downgrade a package ? === flaccid is back === noiesmo [n=noiesmo@unaffiliated/noiesmo] has joined #kubuntu [04:20] flaccid: trying to follow this guide. what would the kde equiv of "gksudo gedit /etc/fstab" be? [04:20] do you know te version of the downgrade? and why would you want to? === Nate__ [n=nate@24-183-45-79.dhcp.mdsn.wi.charter.com] has joined #kubuntu [04:21] i tried kdesu kate, but it says "conversation with su failed" [04:21] any other (newbie friendly) app you know of that would be installed for editing a system file? [04:21] enable root === Whiz2 [n=Whiz_2@c-76-100-227-124.hsd1.md.comcast.net] has joined #kubuntu [04:21] Anyone know offhand if wine can access hardware like a Bluetooth adapter? [04:21] sudo passwd root === Nate__ [n=nate@24-183-45-79.dhcp.mdsn.wi.charter.com] has joined #kubuntu [04:21] How do i auto-mount a hard drive at boot? I dont' quite get the instructions given on ubuntuguide.org. [04:21] chemicalvamp: I want to switch from libx11-6_1.1.1-1 to libx11-6_1.0.3.-6 === Fig0^Etch [n=Fig0@84.134.198.83] has joined #kubuntu === Nate__ [n=nate@24-183-45-79.dhcp.mdsn.wi.charter.com] has joined #kubuntu === yamal [n=yamal@Room641A.no-such-agency.net.ru] has joined #kubuntu [04:22] can u sudo apt-get the downgrade? ive never tried this so im not sure how to do it [04:22] lee_: what instruction do you not understand in the guide? [04:23] well, i don't have Fstab or whatever. [04:23] hmm, actually, i just looked at fstab read only - there is no reference to hdb in the file...so I am not sure why this mount is failing. [04:23] in the directly it tells me to use. [04:23] hallo [04:23] using liveCD mode, I've loaded the grub shell in order to "setup" grub in the MBR (partition table) of the drive i've copied my installation to, but when I specify (hd0) as the drive to install grub to it tells me I've specified an invalid device [04:23] how to install java on kubuntu [04:24] lee_: if you didnt have it, your computer wouldn't boot === mangya [n=poefkaef@host-64-234-26-90.nctv.com] has joined #kubuntu [04:24] weswh-work: whats the error [04:24] well i just did what the instructions said. [04:24] boyke: i think you have to install the binaries from sun [04:24] hows that ? [04:24] java.sun.com iirc [04:24] lee_: you are not really giving any info here... [04:24] Actually java's in the repos now [04:25] if hd0 is the wrong device, how do I find out what device it is? [04:25] chemicalvamp : it does not seem to work apt-get does not like the -1.0.3-6 part [04:25] how to get java with repos? [04:25] well i'm working on the problem. i'm installing gksu right now. [04:25] Skyblast: really? I though the wouldn't include it till java was open source in the fall === word [n=word@ip70-162-166-56.ph.ph.cox.net] has joined #kubuntu [04:25] !java > boyke [04:25] boyke: should be sudo apt-get install java [04:25] if you really must have it, look on the repo sites === fowlduck [n=nate@24-183-45-79.dhcp.mdsn.wi.charter.com] has joined #kubuntu [04:25] lee_: you can use kdesu instead of gksu [04:25] Java's already been open sourced I thought [04:25] Hi all. I have a problem with mounting of video cds [04:25] im still wondering why you want it :) === Nate__ [n=nate@24-183-45-79.dhcp.mdsn.wi.charter.com] has left #kubuntu ["Leaving"] === fryed96 [n=fryed96@189.136.214.26] has joined #kubuntu [04:26] "mount -o umask=0222 /dev/hdb1 /media/hdb" = "wrong fs type, bad option, bad superblock on /dev/hdb1, missing codepage or other error". this is a newly partitioned/formatted drive from qtparted. mount /dev/hdb1 /media/hdb seems to work fine as far as root is concerned. just doesn't do my user any good. [04:26] chemicalvamp: why would you want java? Why wouldn't you want java? Even if its just one program... [04:26] and the mount point is set to 777, owner user:user [04:27] weswh-work: i already went through this with you and it looks like you ignored my advice [04:27] I looked in fstab, there is no reference to hdb [04:27] oh didnt see [04:27] weswh- it doesn't need to be in fstab [04:27] hi everybody [04:27] flaccid: could you just tell me how to automount a drive then? :) [04:27] ok, i thought thats where we were at before. [04:27] !ntfs [04:27] To view your Windows/Mac partitions see https://help.ubuntu.com/community/AutomaticallyMountPartitions . For write access see !ntfs-3g or !fuse [04:28] yesterday iwas using the apt-get to install java [04:28] but im forget [04:28] how [04:28] people who want to mount drives please read the above. its important to know how to do it [04:28] sudo umount (dev/device) [04:28] boyke, open synaptic and search for java [04:28] i cant install flash [04:28] !java [04:28] To install a Java compiler/interpreter on Ubuntu, look at https://help.ubuntu.com/community/Java - For the Sun Java runtime install sun-java5-jre from the !Multiverse repository. Enable the backports repository on Edgy to install sun-java6-jre. Please don't use Adept to install Java if you are on Kubuntu 6.10 (Edgy) or earlier. [04:29] sun-java6-jre === jucato [n=jucato@58.69.178.19] has joined #kubuntu [04:29] i've read through that link...i am not seeing how to solve this error unfortunately. I am not trying to get this to automount, it is an ext3 fs. could you tell me what exactly I need to be concentrating on? [04:29] depending on which version you need === badworm425 [n=eric_tay@121-72-130-172.dsl.telstraclear.net] has joined #kubuntu [04:29] weswh-work: i already gave you the command === reg [n=reg@c-24-17-249-110.hsd1.mn.comcast.net] has joined #kubuntu [04:29] error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory [04:29] what is the problem? [04:29] holy crap that was soooo much easier by using a script. [04:29] fryed96: to get flash to work, i think you need to get the macromedia binaries [04:29] [2007-04-25 11:48] sudo mount -t ext3 -o rw /dev/hdb1 /media/hdb1 [04:29] thanks flaccid. [04:29] that was a long time ago to when you first asked... [04:30] !find libstdc [04:30] Found: libstdc++5, libstdc++5-3.3-dev, libstdc++6, libstdc++6-4.1-dbg, libstdc++6-4.1-dev (and 12 others) [04:30] !info libstdc++5 [04:30] libstdc++5: The GNU Standard C++ Library v3. In component main, is optional. Version 1:3.3.6-15ubuntu1 (feisty), package size 289 kB, installed size 852 kB [04:30] yeah, sorry about that. got disconnected and lost my buffer from earlier. so I should just add the umask=0222 into that? === jucato [n=jucato@58.69.178.19] has joined #kubuntu [04:30] install that above package boyke === Jucato [n=jucato@ubuntu/member/Jucato] has joined #kubuntu [04:30] my question is, why do I need to specify type for example, if doing "mount" by itself is working (without the umask argument) [04:30] weswh- you obviously didn't read: [04:30] !ntfs [04:30] To view your Windows/Mac partitions see https://help.ubuntu.com/community/AutomaticallyMountPartitions . For write access see !ntfs-3g or !fuse [04:31] it explains umasks on this page.. [04:31] how to install? [04:31] boyke: with adept or apt-get or whatever you prefer [04:31] oh ic [04:31] ok [04:31] i try fisrt [04:32] thanks flacid and ubotu [04:32] np === joel [n=joel@adsl-3-233-120.mia.bellsouth.net] has joined #kubuntu [04:32] ok, i guess I am just not seeing the explanation. i was using 0222 because it worked for me before - is that something specific to ntfs? [04:32] yes === joel is now known as Zoohouse [04:33] do you even read what i write [04:33] dwidmann: sup? [04:33] hi, when i go to boot up Kubuntu using the live cd (v6.06) it comes up with "input not support" bouncing around my screen. does anyone know how to fix this? === chemicalvamp [n=chemical@v-163.dsl.mhtc.net] has joined #kubuntu [04:34] I'm using file encryption with the command encfs [encrypted folder] [dest folder] . To do it it needs to access /dev/fuse, which by default has root access. If I do sudo encfs, encfs produces no error message, but it fails to create the folder. /dev/fuse is set to root access every boot. Is there a way to perminately change the permissions of /dev/fuse? [04:34] flaccid: look, I've been looking at this document off and on for a couple of hours. I'm sure the information is there but I am just not answering my questions with it, yet everyone says the answer is there. Obviously this is my misunderstanding so that's all I am trying to get at. First off, the section that talks about umasks (in relation to the fstab lines) doesn't contain an entry for Linux filesystems [04:34] so that's kind of my initial point of confusion === the-erm [n=erm@the-erm.com] has left #kubuntu [] [04:34] i gave you the command [04:34] as well.. [04:35] right, but that command isn't letting my user access the mount... [04:35] then advise why.. [04:35] troubleshoot === yamal_ [n=yamal@Room641A.no-such-agency.net.ru] has joined #kubuntu [04:35] telling us it doesn't work means nothing. [04:36] that's what I'm asking. i don't consider it a stupid question really...heres what I know: doing "mount /dev/hdb1 /media/hdb", mounts the drive successfully for root access. I had the same issue when the drive was NTFS, and umask=0222 (whatever that means exactly) worked. that no longer works. looking at your command.. [04:36] I am trying to figure out what in there, would attempt to grant user access to the mount.. [04:37] and you keep saying, read that link [04:37] yes [04:37] and you don't read it [04:37] you don't want to spend time to try to understand [04:37] can you tell me where to read? I have read the entire document [04:37] did you even try the command i suggested? [04:38] i told you about uid as well [04:38] lets look at the doc: [04:38] **uid=1000 restricts access to the user created while installing Ubuntu. 1001 is the user created after that, and so forth. gid=# may be used with or in place of uid to grant access to a group. However, group and user enumeration is beyond the scope of this article. To learn more about options, type 'man mount'. === felzix [n=felzix@c-24-5-196-117.hsd1.ca.comcast.net] has joined #kubuntu [04:38] a combination of umask and uid is perfect or just uid and rw [04:38] so wouldn't i need uid in this: sudo mount -t ext3 -o rw /dev/hdb1 /media/hdb1 ? [04:39] eg.: /dev/hda3 /media/mydrive ext3 rw,uid=1001 0 1 === rr73 [n=zzrr@unaffiliated/rr72] has joined #kubuntu [04:39] thats what the document says that you read.. [04:39] ok - am i wrong in thinking that I could just mount this without making an fstab entry? [04:39] sudo mount -t ext3 -o rw,uid=1001 /dev/hdb1 /media/hdb1 [04:39] no [04:39] i was giving you the example if you were to put it in fstab [04:40] if you don't understand somethign that you read, then ask us here specificly what you don't understand instead of "it doesn't work" === soulrider_ [n=mauro@201.221.34.153] has joined #kubuntu === zhan [n=zhan@60.166.113.129] has joined #kubuntu [04:40] apparently the konqueror profiles applet changes in feisty. when i launch the file manager option, it no longer shows the folder bar. anybody know where to set/reset the behavior of this? [04:41] heh, ok..going to try some things. sorry if I seemed agitated, I really do appreciate the help [04:41] so how do you change the clock into a 12 hour format? :) [04:41] good question, i use 24h === pollyo [n=pollyo@c-68-81-43-126.hsd1.pa.comcast.net] has joined #kubuntu [04:42] weswh-: all cool. you'll find im just bitch of a person to work with :) [04:42] 21:42 means absolutely nothing to me. without thinking really hard :( [04:42] lee_: right click on it and configure works for me. [04:42] lee_: right click clock and go to date and time format [04:42] lee_: Right click on your time, and click on date & time format [04:43] go to the Time & Dates tab. You can change it there [04:43] ooook? i don't see a 12 hour format.. [04:43] See time format === mangya [n=poefkaef@host-64-234-26-90.nctv.com] has left #kubuntu ["Leaving"] [04:43] click the drop down bix and there's an AMPM entry [04:43] lee_: second option in the dropdown [04:43] 24h time is good [04:43] :p [04:43] hey all, my wifi card works under xubuntu live cd, im dl and burning a kubuntu live cd right now to see if it works because it doesnt work on my installed system. id the same exact driver i did on xubuntu cd and installed it but no luck === dsmith [n=dsmith@c-68-33-164-177.hsd1.md.comcast.net] has joined #kubuntu [04:44] rr73: Are the ubuntu versions the same for you xubuntu and kubuntu? [04:45] versions? [04:45] rr73: For example are they both 6.10 or both 7.04? [04:45] not exactly === Kite_DH [n=Kite_DH@p57B377E9.dip.t-dialin.net] has joined #kubuntu [04:45] yeah good point [04:46] lsb_release -a on both and compare [04:46] flaccid: i keep getting usage errors on that mount command. I've tried it a couple of ways, and I am not sure what it doesn't like. one way or another the uid=1001 portion it seems === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #kubuntu [04:46] but i am not sure what else to do with that [04:46] what is the actual error === brett [n=brett@S01060090271bb056.vc.shawcable.net] has joined #kubuntu [04:46] incorrect syntax basically? === brett is now known as realbt [04:46] yeah, it's a long usage print out [04:47] going over the various options etc. [04:47] pollyo: yes [04:47] pollyo: just dl the isos today [04:47] and i upgraded this one a few days ago from edgy, thats when my wifi broke [04:47] weswh-: what is the exact command you are running === eMaX [n=emax@140.45.77.83.cust.bluewin.ch] has joined #kubuntu === mholthaus [n=mholthau@38.167.79.83.cust.bluewin.ch] has joined #kubuntu [04:48] sorry was on anothe computer === rr73 is now known as rrmm [04:48] rr73: Are they both using the same kernel version? [04:48] that doesn't answere the question rr73 [04:48] yes same kernel [04:48] comapre lsb_release -a and uname -a rrmm [04:48] flaccid: Could they also both be using a different kernel release with the same version#? [04:49] its possible, but i don't see how wifi relates to kernel [04:49] "mount -t ext3 -o rw /dev/hdb1 /media/hdb" works. again just not for user access. "sudo mount -t ext3 -o rw,uid=1001 /dev/hdb1 /media/hdb1" gives the error, and removing the comma gives the error as well === james__ [n=james@60-234-226-20.bitstream.orcon.net.nz] has joined #kubuntu [04:49] flaccid: I'n not sure myself. I'm just reaching on that idea. [04:49] hey anyone here have a logitech g7 mouse or similar? [04:49] No LSB modules are available. [04:49] i can't get my extra buttons to work :( === joel [n=joel@adsl-3-233-120.mia.bellsouth.net] has joined #kubuntu [04:50] does anyone else find themselves stuck with gnome-style mouse pointers/cursors when using beryl? === joel is now known as Zoohouse [04:51] weswh-: have you tried the defaults option? [04:51] weswh-: it works for me not sure why not for you [04:51] hmm [04:51] oh, well it says that uid1001 is the second user created [04:51] maybe i don't have that [04:52] i only have 1 user...so uid=1000 might be what i need [04:52] try defaults but that uses suid === mg [n=mg@205-72-231-201.fibertel.com.ar] has joined #kubuntu === duck_ [n=duck@c-24-129-213-76.hsd1.fl.comcast.net] has joined #kubuntu [04:52] weswh-: ah yeah thats the problem [04:52] weswh-: next time pastebin the actual error output of the command [04:53] confirm uid by doing cat /etc/passwd | grep username [04:53] Hi, I'm getting htpasswd2 (command not found) in feisty...apache2-utils are installed :S [04:53] when trying to cp something in the command line, it won't let me, it just says "cp: omitting directory 'directoryname'" [04:53] oh, i also had a comma in there after the -o rw, uid= - that was a problem as well. but it did work that time, came back with the bad fs type, bad superblock, etc [04:53] pollyo: No LSB modules are available. [04:53] rather, not a comma - a space [04:53] duck_: you need to use the -R option to recurse a directory === rodrig0 [n=rodrig0@201.82.25.196] has joined #kubuntu [04:53] does the konqueror file manager profile look wrong after upgrade to feisty? my menus are out of order, no folder entry. the webbrowsing profile seems ok. [04:54] weswh-: are you sure its ext3. verify with sudo fdisk -l [04:55] yeah, it comes up and says "Linux" on the fdisk -l [04:55] id 83? [04:55] im just wondering why that it will work on a live cd and not my system [04:55] ill burn a cd and see if it works on a kubuntu live cd [04:55] i'm starting to think something in the drive formatting or partition is wrong though [04:55] 83 is ext3 [04:56] rrmm: Are you sure you downloaded the same versions? === lone [n=lone@CPE-65-26-97-243.kc.res.rr.com] has joined #kubuntu [04:56] weswh-: looks like it [04:56] weswh-: try doing it without -t [04:56] because I have stripped it down to this: "mount -o uid=1000 /dev/hdb1 /media/hdb", and it comes back and says bad fs type, bad superblock, etc. [04:56] see if it will do it auto [04:56] rrmm: The xubuntu site has links for 7.04 and 6.06.1 right next to eachother. [04:56] What in the world would be using adept without my knowlege? [04:56] it's just strange to me that without any options, it does mount. [04:56] weswh-: then add the type [04:56] pollyo: yes im sure [04:56] i blanked the [04:56] rrmm: We didn't see your response as far as checking as someone suggested. [04:56] weswh-: mount it without any options then do a mount | grep hdb and see what its mounted as === james__ [n=james@60-234-226-20.bitstream.orcon.net.nz] has joined #kubuntu [04:57] No LSB modules are available. [04:57] rrmm: lsb_release -a returns more than that [04:57] its 7.04 [04:57] as i said [04:57] hooray [04:57] ah, ok..the dmesg gives me some more info on this [04:57] i don't think you said that but anyway === carys [n=carys@c-67-173-12-122.hsd1.il.comcast.net] has joined #kubuntu [04:58] weswh-: also check /var/log/messages and /var/log/syslog [04:58] 'unrecognized mount option "uid=1000" or missing value [04:58] maybe we are doing it wrong for manual mount [04:58] 1 second [04:58] rrmm: I thought you said that xubuntu worked but not ubuntu. [04:58] sorry im used to freebsd [04:58] it does [04:58] pollyo: the xubuntu live cd [04:58] (it's saying the same thing about the umask=0222 from earlier - which did work fine when the drive was ntfs though). so i am not so sure [04:58] rrmm: Now am I reading the LiveCD works but the Installed version does not? Is the LiveCD and the installed version both xubuntu? [04:59] no [04:59] installed is kubuntu [04:59] my first post has all this in it [04:59] rrmm: Does the networkcard work on the live Kubuntu? [04:59] like i said im going to burn a kubuntu live cd and see if it works [04:59] flaccid: yeah, one tool I love in freebsd is "ee". simple console text editor. going to look into getting that set up on this system later. [05:00] a text editor is a text editor. i use joe [05:00] i use vi [05:00] vim :) [05:00] i'm just not familiar enough with what's on this system. need to get something installed so that I don't have to attempt to launch kate or whatever. [05:01] If I install ubuntu server on a computer and later change the network card will it autodetect the card or will I have to install the specific driver? [05:01] i think it could be a capito O weswh- [05:01] weswh-: quick simple litle console text editors? pico isn't bad === tmbg [i=tmbg@gateway/gpg-tor/key-0x3DA923CF] has joined #kubuntu [05:01] i wouldn't use it for heavy work, but hey, it could be worse [05:01] hmm, i'll try. but lowercase o has worked for me on mounts before [05:01] sudo mount -t ext3 -O rw,uid=1001 /dev/hdb1 /media/hdb1 [05:01] weswh-: there's a deb for ee [05:02] flaccid: i've never used an uppercase O [05:02] whatta ya know...appears to have worked! [05:02] maybe i should [05:02] Adept is locked up for some reason unknown to me. What to do now? [05:02] but for whatever reason, i still can't access the drive :( [05:03] pollyo: shoul di be asking in #xubuntu? === Ashex [n=ahmed@c-67-183-12-45.hsd1.wa.comcast.net] has joined #kubuntu [05:03] ok, nevermind..now I can === joel [n=joel@adsl-3-233-120.mia.bellsouth.net] has joined #kubuntu [05:03] thats what man mount says. -o and -O are differnt [05:03] just weird Konqueror bugs... [05:03] rrmm: You could give it a try. [05:03] i need to go to bed === joel is now known as zoohouse [05:03] ACT in the morning [05:03] weswh-: so it was -O ? === K`zan [n=vw@c-76-22-74-207.hsd1.wa.comcast.net] has joined #kubuntu [05:03] flaccid: i'm probably thinking about using -o loop [05:03] i hit refresh several times etc, could not do a thing with it. issued a mkdir command via my root console, and everything came alive. [05:03] flaccid, yes -O [05:03] i will probaly be back tomorrow [05:04] ok [05:04] weswh-: so done? [05:04] oh, you know what...i just don't have write permission. i need to add that back in [05:04] i found this to be a bit better than the manpage: http://www.die.net/doc/linux/man/man8/mount.8.html [05:04] THEN, should be in the clear. heh [05:04] Need help installing nvidia.. I am following online howtos with no luck. If I install nvidia-glx then I can't install nvidia-xconfig or nvidia-settings. Whats going on? [05:05] zoohouse: it won't let you install nvidia-settings? === yamal_ is now known as yamal === Shaddox [n=shaddox@cpe-76-170-140-239.socal.res.rr.com] has joined #kubuntu === leileilol [n=Hsi@c-75-68-37-174.hsd1.nh.comcast.net] has joined #kubuntu [05:06] brb [05:06] yeah...using the -O rw,uid=1000 - it still didn't mount it with write permissions for anyone but owner. [05:06] good night nerds [05:06] this is where umask comes in.. [05:06] maybe that umask will work with -O [05:06] wish me luck on my ACT tomorrow === rrmm [n=zzrr@unaffiliated/rr72] has left #kubuntu [] [05:06] and /or correct perms on the mountpoint === hitmanWilly [n=hitman@66-190-176-18.static.jcsn.tn.charter.com] has joined #kubuntu [05:06] bobstro: no. If I install nvidia-glx and if i try to install nvidia-settings, it will uninstall nvidia-glx [05:06] Don't know why === firecrotch [n=nick@adsl-69-210-45-74.dsl.milwwi.ameritech.net] has joined #kubuntu [05:07] weswh-: yes it will. what is the output ot ls -l /media/hdb1 BEFORE mounting? === sbalneav [n=sbalneav@S0106000b6a5631f9.wp.shawcable.net] has joined #kubuntu [05:07] zoohouse: and nvidia-settings wasn't installed with glx? === benb_ [n=benb@rxp.seadoo4tec.net] has joined #kubuntu [05:07] zoohouse: i just installed nvidia-glx today and it seems nvidia-settings came with it. [05:08] bobstro: didn't check [05:08] !adept [05:08] adept is the Kubuntu package manager. Howto: https://wiki.ubuntu.com/AdeptHowto [05:08] Hello! I'm trying out kubuntu. I'd like to change the frequency on my flatpanel (it's at 75hz at the moment, I'd like 60hz). Where would I adjust that? === Shaddox [n=shaddox@cpe-76-170-140-239.socal.res.rr.com] has left #kubuntu ["Flamethrower!"] [05:08] zoohouse: i just double-checked, and i've only got nvidia-glx and nvidia-kernel-common installed (feisty) [05:09] sbalneav: in xorg.conf [05:09] bobstro: humm, let me see [05:09] nvidia-xconfig and nvidia-settings all come with -glx [05:09] bobstro: did you have to do anything else after installing nvidia-glx? [05:09] bobstro: same here now [05:09] zoohouse: according to dpkg -S /usr/bin/nvidia-settings, it's part of nvidia-glx [05:09] "total 0"? [05:09] bobstro: did you run any other commands or edited the xorg.config file? [05:09] zoohouse: no, not for that. if you just run 'nvidia-settings', no luck? [05:09] weswh-: i think i meant ls -l /mnt | grep hdb1 [05:09] flaccid: Ah, so no gui selection for that one? OK, thanks. [05:10] sbalneav: not that i know of. [05:10] unless its in system settings or kcontrol - maybe it is, have you looked? === AmyRose [n=amyrose@user-12l2tg3.cable.mindspring.com] has joined #kubuntu [05:11] nothing comes back on that. the mount point is /media/hdb [05:11] I've looked, but nothing's leaping out at me :) I'll poke around a bit more. [05:11] weswh-: i think i meant ls -l /mnt | grep hdb [05:11] bobstro: let me give nvidia-setting a run brb [05:11] you have to sudo nvidia-settings, tho [05:11] iirc [05:11] bobstro: I ran nvidia-settings and it worked. Is that all? [05:11] flaccid, its in there, but xorg.conf has to be set up to allow it [05:12] tried that as well, but it returned nothing === emerson [n=emerson@201-1-51-124.dsl.telesp.net.br] has joined #kubuntu [05:12] hitmanWilly: ah kubuntu sux then [05:12] aew [05:12] i tried doing mount -O rw,uid=1000,umask-0222... [05:12] alguem fala portugues aew? [05:12] hitmanWilly: i'm running it as normal user, apparently successfully. [05:12] weswh-: i think i meant ls -l /media | grep hdb [05:12] still, root access only. do i need to break down and start editing fstab? === nathan [n=nathan@71-222-107-237.ptld.qwest.net] has joined #kubuntu === nathan is now known as nathansoz === Guru_ [n=chatzill@202.177.150.105] has joined #kubuntu [05:13] weswh-: need the output of the command. and also why do you not want this in fstab, you only going to plug it in once? [05:13] ok i have the disk unreal tournament 2004 which can be installed on linux [05:13] but when i run the shell script to install [05:13] it says [05:13] "drwxrwxrwx 2 wes wes 4096 timestamp hdb" [05:13] "bad interpriter" permission denied [05:13] bobstro, you mean nvidia-xconfig can modify xorg.conf as a normal user? that shouldn't work... [05:13] bobstro, err, nvidia-settings... [05:13] any ideas [05:13] weswh-: and what is it after mount [05:14] bobstro: you just ran nvidia-settings and thats all? it worked there after? [05:14] nathansoz: did you run it under sudo/root [05:14] yes [05:14] i am root === callidusfox__ [n=slyfox@CPE0014bf7b993b-CM000f9f808008.cpe.net.cable.rogers.com] has joined #kubuntu [05:14] nathansoz: ask UT2004 what the prob is. doesn't look like a kubuntu problem [05:14] ok [05:14] yeah, just trying to copy some data for backup purposes. not being able to mount/unmount things and have my user access them has been my #1 (and pretty much only) complaint with the system for as long as I've run it. about 6 months [05:15] so, just trying to figure out what it is I am doing wrong - and why more people aren't asking this question. hehe [05:15] weswh-: its a very common question. some people spend time reading so they have the power to do it correctly. [05:15] anyway what is the output after mount ? [05:15] ie. the perms on the mountpoint [05:15] I need the name of that popular emulator that all the kids are using [05:16] drwxr-xr-x 4 root root [05:16] after the mount using -O rw,uid=1000 [05:16] and what is cat /etc/passwd | grep 1000 [05:16] does that return the correct user? [05:16] yep [05:17] what is the output of mount | grep hdb [05:18] - /dev/hdb1 on /media/hdb type ext3 (rw) [05:18] Admiral_Chicago, qemu? vmware? === callidusfox__ [n=slyfox@CPE0014bf7b993b-CM000f9f808008.cpe.net.cable.rogers.com] has left #kubuntu ["Ex-Chat"] [05:18] weswh-: you havnt mounted it with the uid [05:18] hmm [05:18] tmbg, those aren't emulators, they're virtual machines, big difference [05:19] maybe the comma isn't the ticket? looking at that link you gave.. [05:20] tmbg, well, vmware isn't anyway [05:20] hitmanWilly, ok, but what actual EMULATOR are all the kids using? I can't think of any anymore. [05:20] tmbg, got me... [05:20] Admiral_Chicago, what on earth are you trying to do, and we'll hook you up with the right software. [05:20] I have a hunch a lot of people still refer to translation engines and virtual machines as emulators. === ricardo [n=ricardo@pc-226-52-44-190.cm.vtr.net] has joined #kubuntu === MistaED [n=mistaed@87.212.233.220.exetel.com.au] has joined #kubuntu [05:21] hmm, according to this i am not sure uid is even a valid argument for ext3 [05:22] sudo mount -t ext3 -O uid=1000,rw,umask=000 /dev/hdb1 /media/hdb1 === tec [n=tec@cpe-76-184-171-116.tx.res.rr.com] has joined #kubuntu [05:23] i'm having major issues over here with copying my old boot partition to my new boot partition, and instaling grub === pollyo [n=pollyo@c-68-81-43-126.hsd1.pa.comcast.net] has left #kubuntu [] [05:23] weswh-: so you're trying to over-ride the actual owner on the mounted filesystem? [05:24] maybe you are right, weswh- [05:24] try === unix_infidel [n=blue@unaffiliated/unixinfidel/x-8383745] has joined #kubuntu [05:24] tmbg play NES ROMs and all that jazz [05:24] sudo mount -t ext3 -O rw,umask=000 /dev/hdb1 /media/hdb1 [05:24] that should do it [05:24] ie. umask only [05:24] Admiral_Chicago: mame is popular for arcade machine emulation [05:25] bobstro: thanks === aib [n=aib@pdpc/supporter/basic/aib] has joined #kubuntu [05:25] I realize apt-cache search works === ricardo is now known as rlmartin [05:25] but I don't know which emulator most people use === stanley [n=stanley@216.110.120.29] has joined #kubuntu === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu [05:26] nah, umask only returns the exact same in the mount grep [05:26] Admiral_Chicago: well, that really depends which games they're after, and which systems they're trying to emulate. [05:27] weswh-: it's usually not that difficult! [05:27] true... === crowne__ [n=crowne@64.80.10.140] has joined #kubuntu [05:27] weswh-: what do you mean === zumm [n=zumm@studioc.abordo.com.br] has joined #kubuntu [05:27] Admiral_Chicago, mame has been the good old standby for a long ass time. [05:27] i work with UFS and fat filesystems mostly so im not familiar with ext options [05:27] i mean, when i mounted it with -O rw,umask=000 - the output of mount | grep hdb was the same as before. and nothing changed in terms of access rights [05:28] see again in that mount page you linked...when i search for umask, it talks about fat, hfs, and hpfs [05:28] yeah [05:28] Yesterday I switched from Ubuntu to Kubuntu and am very impressed :) Someone did an outstanding job! [05:28] Was getting tired of gnome anyway ;) [05:28] i guess i'll set it up in fstab [05:28] weswh-: i normally don't require uid or umask for ext3 *if the files on the mounted filesystem have correct ownership* === Jack3132 [n=michael@pool-71-115-201-120.spknwa.dsl-w.verizon.net] has joined #kubuntu [05:29] weswh-: yep. im used to using fstab and using other fileystems. try fstab first as you say === zumm is now known as ZuMM === washbear [n=washbear@190.152.25.227] has joined #kubuntu [05:29] weswh-: you did try doing a chown on the mountpoint After mount ? === ScottLij [n=ScottLij@66-227-218-192.dhcp.klmz.mi.charter.com] has joined #kubuntu [05:30] ext3 uses acl so you should be able to change it? [05:30] nope, not after mount [05:30] operation not permitted? [05:30] oh you didn't ry [05:30] no i did not try [05:30] right [05:30] give it a try [05:30] maybe thats all it is [05:31] weswh-: ls -l on mountpoint is showing the ownership you expect? [05:31] at this point in time fstab seems like a better way to go. hehe [05:31] bobstro: prior to mounting, yes === ivandi [n=ivandi@bas5-quebec14-1177836552.dsl.bell.ca] has joined #kubuntu [05:31] it goes to root 744 after [05:31] weswh-: how about after mounting? [05:31] weswh-: specifically, the files etc. under it? === danny500 [n=danny500@d150-222-133.home.cgocable.net] has joined #kubuntu [05:32] yo I'm havin a problem [05:32] can you chmod 777 /media/hdb after mount ? [05:32] !ask [05:32] Don't ask to ask a question. Just ask your question :) [05:32] how do i change default programs in kubuntu? [05:32] oops [05:32] weswh-: (not to butt in) i've generally only had problems like that if transporting over a disk, or remote mounting one created on another system with different uid/gids etc. === jmg [n=cartel@shinobi.thoughtcrime.org.nz] has joined #kubuntu [05:33] two of my program won't start properly [05:33] konversation and ktorrent [05:33] bobstro: yeah its just a matter of the right options for ext3. heh we dont know them very well [05:33] I want to make firefox my default browser instead of konqueror [05:33] !find defaults [05:33] Found: beryl-defaults [05:33] flaccid: (hi again btw) if ownership is correct, usually just mounting is sufficient with ext3 and defaults. [05:33] jack3132: go into firefox's prefrenses then tell it to do that [05:33] Jack3132: thats in system settings somewhere. someone can say? [05:33] ok, thanks [05:33] np [05:34] bobstro: thats what i thought too. he reckons not so [05:34] !pastebin [05:34] pastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (be sure to give the URL of your paste - see also the #kubuntu channel topic) [05:34] chown -R wes:wes /media/hdb did the trick [05:34] hey all what are the chicago gremlins? [05:34] !gremlins [05:34] Sorry, I don't know anything about gremlins - try searching on http://bots.ubuntulinux.nl/factoids.cgi [05:34] !gremlin [05:34] Sorry, I don't know anything about gremlin - try searching on http://bots.ubuntulinux.nl/factoids.cgi [05:34] weswh-: so ownership? [05:34] :( === jmg [n=cartel@shinobi.thoughtcrime.org.nz] has left #kubuntu [] [05:34] weswh-: lol yeah you said you couldn't chown after mount before, but maybe i misread you === eean [n=ian@amarok/developer/eean] has joined #kubuntu [05:35] weswh-: was that disk filesystem created on another system? [05:35] ext3 saves acl permissions on files [05:35] ah yeah maybe that also contributed to the problem is users and uids didn't match === dartmolx [n=dartmolx@tequilla.exist.com] has joined #kubuntu [05:36] flaccid: i get caught with nfs mounts all the time. :) [05:36] i'm a ufs guy [05:36] ext3 [05:36] lol [05:36] i just run into walls until things work. :) [05:36] hey, I'm having a problem opening two programs [05:36] flaccid: did latest firefox updates fix your mime issues? [05:36] konversation and ktorrent [05:36] mime issues? [05:36] any help here? [05:36] danny500: what do you mean opening? === pollyo [n=pollyo@c-68-81-43-126.hsd1.pa.comcast.net] has joined #kubuntu [05:37] they just won't open [05:37] um thats a kubuntu bug. nothign to do with mime [05:37] Anyone know if ubuntu supports the tulip chipset for network cards? [05:37] flaccid: other day we got off to bad start, you were trying to change default app launched e.g. for .torrents, if i understood right. [05:37] yes [05:37] pollyo: it should be fine. i don't have any tulip cards anymore, but used them heavily until recently. [05:37] and i found it as a bug [05:38] i got konversation to open by finding the dcop programs and turning them on but then I got a message that /home/danny500/.kde/share/config/konversationrc is not writable and niether is /home/danny500/.kde/share/config/kdeglobals [05:38] flaccid: i bumped into it today after installing feisty, but got it fixed up ok. [05:38] a big bug that makes kubuntu look like a non-function POS === FordCortina [n=frank@AC8F80FB.ipt.aol.com] has joined #kubuntu [05:38] well, thanks for all the help. now copying 55 gigs in 32 minutes. awesome. [05:38] bobstro: so in the firefox d/l manager you can click on open a completed download and open download folder? [05:38] weswh-: cool [05:38] definitely interesting looking at all of this, i'm going to make an effort to understand it all more fully. i mean, i understand what eventually worked obviously [05:39] BBL [05:39] but i'll explore the fstab side of it and all === pollyo [n=pollyo@c-68-81-43-126.hsd1.pa.comcast.net] has left #kubuntu [] [05:39] weswh-: yeah bookmark that page on mount wer were using that was a good one === cjhammel [n=cjhammel@pool-71-126-182-216.washdc.fios.verizon.net] has joined #kubuntu === wsjunior [n=wsjunior@201-34-235-142.bsace703.dsl.brasiltelecom.net.br] has joined #kubuntu [05:40] danny500: did you fix up the perms on your conf files so it can write to them? === WillLuongo [n=will@adsl-75-45-74-206.dsl.sfldmi.sbcglobal.net] has joined #kubuntu [05:40] weswh-: fstab is for every drive except ones that you are only pluggin in say for a little bit. if its permanent or semi permanent fstab is the go (you probably know all this anyway) [05:40] it says that it won't save the configuration of the programs [05:40] what? how do I do that? [05:41] flaccid: trying that now. [05:41] danny500: what does ls -l /home/danny500/.kde/share/config/konversationrc return? [05:41] ls: /home/danny500/.kde/share/config/konversationrc: Permission denied [05:41] and [05:41] danny500: what does sudo ls -l /home/danny500/.kde/share/config/konversationrc return? === jbrouhard [n=jbrouhar@cm-207-192-193-222.stjoseph.mo.npgco.com] has joined #kubuntu === hara [n=hara@dsl-tregw2-fee8df00-68.dhcp.inet.fi] has joined #kubuntu [05:42] ls: /home/danny500/.kde/share/config/konversationrc: No such file or directory [05:42] it doesn't exist [05:42] can you do touch /home/danny500/.kde/share/config/konversationrc [05:42] no such file? I installed it, uninstalled, then reinstalled it [05:43] what do you mean? [05:43] touch /home/danny500/.kde/share/config/konversationrc [05:43] its a command [05:43] does it return an error or null? [05:43] cannot touch `/home/danny500/.kde/share/config/konversationrc': Permission denied [05:43] does /home/danny500/.kde/share/config exist? [05:44] file /home/danny500/.kde/share/config [05:44] ^^ command [05:44] permission denied [05:44] ARGH === xjc [n=julio@201.79.246.63] has joined #kubuntu [05:45] under sudo [05:45] looks like you don't even have a config directory [05:45] sudo /home/danny500/.kde/share/config? === mtn_man [i=Mtnman@adsl-70-234-44-19.dsl.tul2ok.sbcglobal.net] has joined #kubuntu [05:45] sudo file /home/danny500/.kde/share/config [05:45] whats that return [05:45] sudo file /home/danny500/.kde/share/config [05:45] /home/danny500/.kde/share/config: directory === lapland_ [n=m@ANice-151-1-90-47.w86-197.abo.wanadoo.fr] has left #kubuntu ["KVIrc] === firecrotch [n=nick@adsl-69-210-45-74.dsl.milwwi.ameritech.net] has left #kubuntu [] [05:46] danny500: can you please pastebin the output of this ls -lRha /home/danny500/.kde [05:46] actually that should be sudo ls -Rha /home/danny500/.kde === ehc [n=x@wall.pacinfo.com] has joined #kubuntu [05:47] oops [05:47] actually that should be sudo ls -lRha /home/danny500/.kde === Whiz2 [n=Whiz_2@c-76-100-227-124.hsd1.md.comcast.net] has left #kubuntu [] === tmske [n=thomas@d54C0D4A5.access.telenet.be] has joined #kubuntu [05:47] if i can look at that i can seem if there is a perm prob or missing configurations [05:48] http://paste.ubuntu-nl.org/17535/ [05:48] man [05:48] you are missing everything in .kde [05:48] lol [05:48] its like you copied but only the dirs copied or something [05:49] ok how do I get it? [05:49] did you loose data? [05:49] what is needed to make konqueror audio preview to work? [05:49] no [05:49] um === jtt [n=jtholmes@72-12-50-39.wan.networktel.net] has joined #kubuntu [05:49] I just setup 6.10 and just freshly installed everything [05:50] and I'm not freaking reinstalling 6.0 again [05:50] is konqueror audio preview working for anyone using feisty? === AmyRose [n=amyrose@user-12l2tg3.cable.mindspring.com] has joined #kubuntu [05:51] danny500: logout to kdm. goto tty1 ie. ctrl+alt+f1 . login . then sudo rm -R /home/danny500/.kde then make sure /home/danny500 is owned by root. then log into kdm again and you should be right [05:51] what temperature is too hot for a cpu? [05:51] err [05:51] ^^ i mean owned by danny500 [05:51] chemicalvamp: 4000 degrees [05:51] lol === thanhnam [n=chatzill@222.254.223.40] has joined #kubuntu === thanhnam is now known as tenmoi [05:51] well good cuz i got 129 [05:51] flaccid, that could have been kinda funny === skarface [i=antix@ip68-228-163-158.ok.ok.cox.net] has joined #kubuntu [05:52] usually above 80 degrees celsius for most, some come go a lot more === Black_Mask [n=blackmas@user-387gjco.cable.mindspring.com] has joined #kubuntu [05:52] 129 degrees! [05:52] holy crap === crowne_ [n=crowne@64.80.10.140] has joined #kubuntu [05:52] hitmanWilly: yeah and im not even drunk yet [05:52] ferhinhiet [05:52] get more fans [05:52] never mind [05:52] lol [05:52] its a laptop lol [05:52] meh [05:52] its 2007. use metric. [05:52] :p === KaiHanari [n=kaihanar@CPE0013a3bd89d2-CM0011e6c7e1cf.cpe.net.cable.rogers.com] has joined #kubuntu [05:52] I use C cause it's better lol [05:52] :P [05:52] i cant help it i was raised in usa [05:53] a question: what's the difference between ubuntu/kubuntu's CD and DVD version apart from the difference in size? [05:53] um usa uses C not F lol [05:53] apache2.2 i think [05:53] chemicalvamp: yes you can, you can start changing to normal, yesterday [05:53] canada uses F [05:53] Black_Mask: apache2.2 i think [05:53] nope we use F [05:53] they us F over there [05:53] thats what I just said [05:53] Black5un, more optional packages on DVD [05:54] eljefe: you're saying cd doesn't have apache 2.2? [05:54] but that doesn't really account for the full 3+ GB of software... === cyt [n=cyt@linux.cs.ccu.edu.tw] has joined #kubuntu === zhan [n=zhan@60.166.113.129] has joined #kubuntu [05:54] Black_Mask: not the kubuntu or ubuntu desktop, i don't think... [05:54] ubuntu has a lot of packages === crimsun [n=crimsun@dargo.trilug.org] has joined #kubuntu === eams [n=eams@201.198.1.182] has joined #kubuntu [05:54] yeah, no sh!t [05:54] well some are shit [05:54] some are alright [05:55] :p [05:55] did you fix your kde profile yet [05:55] well it be nice if they would work the first damn time [05:55] hold on no [05:55] eljefe: i'm planning on archiving Ubuntu 6.10 so that i can still use it even after its death on april 2008. do you think that if i dowload and burn the dvd of 6.10, i wouldn't need to go to the internet for grabbing updates and stuffs after april 2008? [05:55] it would be nice yes === mrcreativity [n=salaah@122.167.154.8] has joined #kubuntu [05:56] i need help [05:56] Black_Mask: Yes === LastMall [n=here@adsl-70-232-106-133.dsl.ltrkar.sbcglobal.net] has joined #kubuntu [05:56] 6.10 won't STOP working, it just won't be supported. [05:56] Black_Mask: crazy hehe [05:56] everytime i install ubuntu, my display gets messed up after i update the driver from the repositories [05:56] lol [05:56] mrcreativity: what drivers are you using? [05:56] Black_Mask: what is your concern? there will be a new LTS version out by that time, presumably. [05:56] i think that feisty and beyond is going to end up more stable than before as long as they dont try to much shit [05:57] what am i supposed to do after canonical stops supporting 6.10? where would I get security updates after april 2008? keeping the DVD isn't solving the problem in here [05:57] i downloaded something from the update manager [05:57] if 6.10 is working and you are happy with it, keep it. [05:57] i cant boot into kubuntu now...the display is alol garbled [05:57] mrcreativity: thats descriptive [05:57] Black_Mask: you can update (for free) to whatever the stable version is at that time. [05:57] there were 2 drivers from the update manager [05:57] mrcreativity: so you downloaded video card drivers without looking at them? === luis_ [n=luis@adsl-067-034-124-198.sip.mia.bellsouth.net] has joined #kubuntu [05:57] one was a legacy driver and the other was meant for newer cards [05:57] Black_Mask: if only support was forever.. [05:57] there were only 2 nvidia drivers in the update manager [05:57] you can only have one at a time [05:57] Black_Mask: they're just guaranteeing 5 years of support for the LTS versions. it's not a lock-in. [05:58] mrcreativity: how old is your graphics card? [05:58] its an nvidia 6600GT [05:58] mrcreativity: how old is it? [05:58] Black_Mask: thats an interesting question... I would imagine that either the full DVD or the server-only CD would do the job... updates would still be good though, for security purposes. That, and by that date there will be a newer Long Term Support (LTS) release. [05:58] in years? [05:58] mrcreativity, that's regular -glx [05:58] yeah... === zoohouse [n=joel@adsl-3-233-120.mia.bellsouth.net] has joined #kubuntu [05:58] but what do i do now [05:58] mrcreativity: get rid of the legacy drivers [05:59] how? i cant even boot into it [05:59] should i boot into the safe mode or soething? [05:59] can you get into your drive threw live cd? === e1mer [n=elmer@tequilla.exist.com] has joined #kubuntu [06:00] Black_Mask: If you really are planning on that, I would get a server CD and a regular shipped to you from Shipit.Ubuntu.com ... Those pressed CDs will last _much_ longer than a burned disk (estimated 3-10 years...) [06:00] I am having trouble installing nvidia. I have nvidia-glx and nvidia-kernel-common installed. But when I try to run glxgear, it doesn't work. What can it be? [06:00] try safe mode and also you should also try that fix boot thingy === IO-Jupiter [n=kvirc@80.172.133.1] has joined #kubuntu [06:00] danny500: fix boot thing? [06:00] burned is only 3-10 years, depending. A real CD will last a lot longer. [06:00] eljefe: these frequenting releases and upgrades and all craziness aint gonna affect my hard disk's performance? you understand that too much upgrading/formatting/reinstalling etc etc somehow, even if a little, affects and shortens the overall age of a HDD. mine is a 160 GB samsung that came with Dell's AMD Athlon Dual Core I bought 6 months ago === BeauJeste [n=david@dsl-203-113-194-9-static.VIC.netspace.net.au] has joined #kubuntu === AmyRose [n=amyrose@user-12l2tg3.cable.mindspring.com] has joined #kubuntu [06:00] mrcreativity: if safe mode works go into synaptic and get rid of the legacy drivers [06:00] danny500: u need to help me with thAT [06:01] mrcreativity: you know the boot option that says something like fix kernal or what not [06:01] what do i need in the lilo entry to boot kubuntu feisty fawn? [06:01] im booting into revoery mode now...can u helpo me please? === djdarkman [n=djdarkma@cl-86-125-137-207.cablelink.mures.rdsnet.ro] has joined #kubuntu [06:01] mrcreativity: only if you type better lol [06:01] Black_Mask: thats a weird comment. should just never turn on our servers? [06:01] sorry [06:01] zoohouse: do you get an error? [06:01] mrcreativity: it's ok [06:01] Black_Mask: I don't think so, not noticably. A disk will either fail or not, or parts of it. But reformatting and the like is no real difference than writing data normally. You're just doing it more, I guess. [06:01] im at a command prompt [06:01] mrcreativity: ok did it load up? [06:01] yes... [06:01] mrcreativity: thats it? [06:02] im at a command prompt... [06:02] eljefe: nah i don't want to get anything sent to me from canonical. I buy expensive and original sony dvds and have a good burner and also distribute cds and dvds for a nominal charge and appreciate canonical's concern but since i have a high speed internet i don't wanna create pressure on canonical it's just unethical [06:02] I've installed and rewritten/reinstalled dozens of linuxi [06:02] there is smartmontools to monitor a disk's health [06:02] root desktop [06:02] mrcreativity: hold on === AdamKili [n=adam@71-213-175-185.albq.qwest.net] has joined #kubuntu [06:02] oh ok so you see gnome? [06:02] Hi! How do I get my console/keyboard configured for my locale (pt_PT)? Any help? Thanks [06:02] eljefe: hmm okay thanks === se7en [n=se7en@125-24-148-242.adsl.totbb.net] has joined #kubuntu [06:02] if gnome is a gui, i dont see it. i see a command line interface [06:02] Black_Mask: no reason you couldn't store the .iso of the disc elsewhere as insurance. [06:03] bobstro: sure do: Xlib: extension "GLX" missing on display ":0.0". and Error: couldn't get an RGB, Double-buffered visual [06:03] mrcreativity: oh ok [06:03] Black_Mask: if nothing else, if you can afford a decent DVD burner than you can buy new drives as you outgrow that one [06:03] chances are good that prices will continue to drop ;) [06:03] replacing drives is a normal part of sysadmin [06:04] zoohouse: you've got nvidia as driver in xorg.conf [06:04] mrcreativity: type gnome --display [06:04] i buy a new desktop and laptop from dell each year just to stay up to date with the age so that won't be a problem i believe [06:04] zoohouse: ? [06:04] bobstro: all the other time I try to change "nv" to "nvidia", it doesn't work === xavier_ [n=xavier@65.182.17.77] has joined #kubuntu [06:04] bobstro: I can try it agin [06:04] gnome command not found [06:05] wow theres a really bad problem with the graphics card drivers [06:05] bobstro: ill try it once more [06:05] mrcreativity: damn, your using kde right? [06:05] okay thanks for all the input folks. I believe I shouldn't be too worried lol hastalavista [06:05] oops did i say vista? sheet === djdarkman_ [n=djdarkma@cl-86-125-161-229.cablelink.mures.rdsnet.ro] has joined #kubuntu [06:05] zoohouse: perhaps system settings->monitor & display and check it there? [06:06] well vista is a dict word they cant own that even though they will start sueing [06:06] Hi, what do i need in the lilo entry to boot kubuntu feisty fawn? [06:06] zoohouse: administrator mode->hardware [06:06] he's gonna go mad when that drive dies tomorrow for no reason whatsoever [06:06] BeauJeste: kubuntu doesn't support lilo. see the lilo doco [06:06] bobstro: let me check [06:06] yes [06:06] so grub is the only choice? [06:06] mrcreativity: oh well I'm using Ubuntu [06:06] we are always mad when a drive dies. i guess thats why they made backup === besonen_mobile [n=besonen_@71-220-227-185.eugn.qwest.net] has joined #kubuntu [06:07] BeauJeste: no you can use lilo. but i don't think you are going to find someone here that can help you. does #lilo exist or try google, lilo doco/homepage [06:07] what's the general impression about upgrading from Edgey - Feisty? good success...or better off with a fresh install? [06:07] i tried kdm display [06:07] it went to the garbled screen again [06:07] upgrade is fine if its successful [06:07] okay, off to do some reading [06:08] upgrade worked for me, just had to change some stuff in my sources.list. [06:08] how garbled is it? [06:08] for whatever reason the upgrade confused the SNOT out of my router, and I had to make some changes on it. [06:08] second question what do i need to do to get streaming radio to work in amarok? [06:08] bobstro: ima restart xserver, ill be back to see if that worked. [06:08] no offence but does it make a diffreence how garbled it is? i can recognise a thing. [06:08] mrcreativity: how garbled is it/ [06:08] !codecs > BeauJeste [06:08] i mean cant [06:08] sorry [06:08] mrcreativity: oh ok, blue screen of death? [06:08] well... [06:08] not exactly [06:09] BeauJeste I just went thru that question [06:09] mrcreativity: with weird text characters everywhere [06:09] mrcreativity: is it the resolution that's off, distorting screen? [06:09] yeah...u could say that [06:09] BeauJeste my answer was to use xmms cause it does it perfectly. [06:09] mrcreativity: but you can see the desktop? [06:09] nope... [06:09] yeah, i sort of like amarok though [06:09] mrcreativity: ctrl-alt-+ change anything? [06:09] and i could do it easily in amarok on mandriva === angel [n=angel@201.218.124.221] has joined #kubuntu === stdin [n=tez@unaffiliated/binary2k2] has joined #kubuntu [06:10] nope [06:10] BeauJeste try saving the stream address locally and then running it. === pmarchessault [n=pmarches@CPE-69-76-165-143.kc.res.rr.com] has joined #kubuntu [06:10] ok sorry man but I need to fix my computer I can't help you cause I don't know what to do [06:10] can i uninstall the nvidia drivers i installed? [06:10] good thought [06:10] mrcreativity: yes [06:10] without a gui? [06:10] mrcreativity: not sure === BartSimpson [n=bart@unaffiliated/bartsimpson] has joined #kubuntu [06:10] mrcreativity: yes but I don't know how [06:11] BeauJeste nothing I tried would start the stream like I can in winamp, but saving the stream address locally and then running it worked === tec [n=tec@cpe-76-184-171-116.tx.res.rr.com] has joined #kubuntu [06:11] danny500: thanks for all ur help m8 [06:11] BeauJeste but i had started over from scratch with only xmms when that thought came to me. [06:11] mrcreativity: there may be something better, but if all else fails, try "dpkg-reconfigure xserver-xorg" [06:11] http://kubuntu.org/announcements/7.04-release.php#upgrade - what do they mean by repeat steps 1-4 at the end there? === sstchur [n=sstchur@c-24-16-29-65.hsd1.wa.comcast.net] has joined #kubuntu [06:12] ultimately it has to be the xine codecs right? [06:12] Where is the default PATH variable located? Going to the global bashrc and adding PATH="$PATH:/mydir" wont work if you need it for cron. Is there some file with all the on-boot env vars? [06:12] first of all, which 1-4..there are two 4 item lists. i don't see the need to repeat eithe of them...granted i'm not going through the process right this second === tec is now known as tec_ [06:12] mrcreativity, you can use apt to uninstall stuff w/out a gui [06:12] ill try that thanks === dcosson [n=chatzill@ip24-254-114-89.pn.at.cox.net] has joined #kubuntu === dale [n=dale@netblock-68-183-7-7.dslextreme.com] has joined #kubuntu [06:12] BeauJeste i did a commandline install, then added kdecore then nothing but xmms and it worked [06:12] join #linuxactionshow [06:13] Every once in a while, when I come back to my computer after long periods of time, the screen will be black and NOTHING I do seems to "wake" it up (this is a desktop). Would that be a KDE issue, a linux issue, or something else entirely? [06:13] does anyone know offhand the directory in which user-installed icon themes are stored? i can't remember it [06:13] flaccid [06:13] BartSimpson: /etc/profile's what you want. [06:13] thanks [06:13] sstchur: likely a video card/drivers issue [06:13] i've had that problem, it seems to be my intel integrated POS [06:14] flaccid [06:14] danny500@Netkiller:~$ sudo rm -R /home/danny500/.kde [06:14] Password: [06:14] rm: cannot remove `/home/danny500/.kde': No such file or directory === zoohouse [n=joel@adsl-3-233-120.mia.bellsouth.net] has joined #kubuntu [06:14] sbalneav: isn't that only for interactive shells? === spurcell_portabl [n=scott@ppp-70-253-192-9.dsl.austtx.swbell.net] has joined #kubuntu [06:14] dcosson: how would I go about troubleshooting this? [06:15] !flaccid [06:15] Sorry, I don't know anything about flaccid - try searching on http://bots.ubuntulinux.nl/factoids.cgi [06:15] bobstro: Not afaik. === tec_ [n=tec@cpe-76-184-171-116.tx.res.rr.com] has joined #kubuntu === GWillakers [n=dale@netblock-68-183-7-7.dslextreme.com] has joined #kubuntu === danny500 slaps flaccid [06:15] sbalneav: just double-checked INVOCATION in man bash, and i believe so. [06:15] Hi! How do I get my console/keyboard configured for my locale (pt_PT)? Any help? Thanks [06:15] sbalneav: ah ok thanks [06:15] BartSimpson: an alternative is to put the appropriate PATH settings in your cron script. [06:16] i have a used keyboard i want to sell. how do i test if every key works? whats the command? === pmarchessault [n=pmarches@CPE-69-76-165-143.kc.res.rr.com] has joined #kubuntu === Ajena [n=alpha-on@24-177-174-127.dhcp.mrqt.mi.charter.com] has joined #kubuntu [06:16] bobstro: xserver failed to load. I get this error: API missmatch: The nvidia kernel mod has the version 1.0-9755, but the x mod has the version 1.0-9631. Whats up with that? [06:16] sstchur: firstly what kind of video card do you have? [06:16] zoohouse: er, this is a new install? [06:16] bobstro yea [06:17] 7.04 [06:17] bobstro: hmm that would be better if i didnt have sudo access, correct? [06:17] Hi guys === pmarchessault is now known as StepNjump [06:17] BartSimpson: well, you *know* it's set right that way! [06:18] I think I have corruption in one of my files and I have some problems with my Kubuntu. Should I reinstall? Is there a way to go back to a previous system state like in Windows? Thanks in advance. [06:18] dcosson: I just bought it actually: it's an nVidia GeForce 7300 GT [06:18] zoohouse: so no x at all now? [06:19] StepNjump what file ? [06:19] bobstro, well, all I have to do is replace "nvidia" with "nv" in the xorg config and Ill have x once agin [06:19] I'm not sure... Yesterday I fooled around with the transparencies and now I get an error message when I log on (and the wireless doesn't connect anymore either) [06:20] StepNjump: what's the error message? [06:20] does anyone know the command to monitor keyboard input? i want to test a keyboard and see if it works properly [06:20] bobstro I think that I will leave it at that for now because it is 12:19am here in Miami. Ill take up the fight tomorrow. Night everyone [06:20] bobstro: I think it's going to depend on if he #!'s bash or /bin/sh. If he does the latter, he'll get the dash shell, and unless I'm misreading (possible, been a long day :) ) that one should read /etc/profile. However, you're absolutely correct: best way would be to put the PATH in the script. [06:20] Gee let me check [06:21] sstchur: that may not be your issue then. do you get anything at all when you come back to this? video artifacts on the screen, command line, etc? [06:21] Is it logged somewhere? [06:21] bobstro thanks for the help. :) === zoohouse [n=joel@adsl-3-233-120.mia.bellsouth.net] has left #kubuntu [] [06:22] not sure, sorry... log out and in again, and copy/paste it? [06:22] dcosson: absolutely nothing. In fact the monitor light flashes indicating that it is not receiving a signal, but the computer is clearly on. I tried putting in a music CD, thinking it might "wake up" KDE. Also tried unplugging and plugging back in a USB printer -- nothing [06:22] Night all [06:22] Sorry I don't have it right now LastMall & Eljefe [06:22] Let me sign off and figure it out. brb === IO-Jupiter [n=kvirc@80.172.133.1] has left #kubuntu ["So] [06:23] dcosson: And just to be 100% sure I wasn't crazy and that I DID leave my computer on while I was away for several hours, when I restarted and launch Firefox, it asked if I wanted to "restore my session" thus indicating it was shut down improperly [06:23] hmm... weird. well i am pretty sure my issue is video card related... google turned up http://ubuntuforums.org/showthread.php?t=79295 which you may want to look at, although not sure it applies to you specifically [06:23] well that's probably not video-related then [06:24] could anyone please tell me the command to monitor keyboard input? === navets [n=navets@d39-86-90.home1.cgocable.net] has joined #kubuntu [06:24] hey im having a major sound problem with my sound being tooo low [06:24] sstchur: I think there is a setting that makes it ask always, because some people open a lot of tabs but do not want to keep them next time [06:24] i have noticed since upgrading to feisty my box has apparently rebooted at random overnight a couple times, but i have a weird power setup so it could have been an actual loss of power or something [06:24] AdamKili: xev === pmarchessault [n=pmarches@CPE-69-76-165-143.kc.res.rr.com] has joined #kubuntu [06:25] ...but I rarely use FF anymore. [06:25] when i got to kmixer i dont have a master volume control, and my sound is low because of it, does anyone know whats could be wrong? [06:25] LastMall: It's XOrg [06:25] Lynoure: switched to konq or what? [06:25] sstchur: mine is having the same issue since I upgraded to fiesty, the mouse moves but nothing I cliock on or any keys that I hit seem to do anything === zerothis [n=zerothis@cdm-75-109-248-53.asbnva.dh.suddenlink.net] has left #kubuntu ["Kopete] [06:25] dcosson: If one can call it switching as it simply was there from the start :) [06:25] thank you, flaccid [06:26] np [06:26] lolz. i hate konq. [06:26] but it only happens if left alone for long periods === dcosson shields himself from the stones which are sure to be cast in his direction [06:26] dcosson: nice shielding, i was looking for one... ;) [06:26] dcosson: hatred, huh, that's strong. === dimochka [n=dimochka@217.196.160.253] has joined #kubuntu [06:26] LastMall: it says: Composite extension not found. You must use XOrg 6.8 or greater for translucency and shadows to work. Additionally, you need to add a new section to your X config file : Section "extensions" Option "composite" Enable EndSection. Does that tell you anything? [06:26] Lynoure: I think you're right, but I was actually just using Firefox's asking me if I want to restore my session as evidence that I shutdown my computer while it was running (I had a blank scren and couldn't get it to "wake up") === pmarchessault is now known as StepNjump [06:27] LastMall: it says: Composite extension not found. You must use XOrg 6.8 or greater for translucency and shadows to work. Additionally, you need to add a new section to your X config file : Section "extensions" Option "composite" Enable EndSection. Does that tell you anything? [06:27] I just have never been able to make myself like the interface [06:27] sstchur: ah. [06:27] guess i'm too ingrained in firefox, i've been using since 0.7 i think [06:27] please do not repeat [06:27] StepNjump: did your transparency work before? [06:27] LastMall: It also says: The Composite Manager crashed twice within a minute and is therefore disabled for this session [06:27] Nope [06:28] I guess I should have never tried to turn them on [06:28] Eljefe [06:28] yeah so like enable composite. end of problem. [06:28] or turn it off [06:28] StepNjump: ok, then you have to make sure that your xorg is version 6.8 or higher; look in Adept or Synaptic for its version [06:28] I just saw the preview on the kubuntu website and thought they looked nice [06:28] Ok [06:28] yeah beryl and KDE trancperencys don't like eachother [06:28] StepNjump: === scott_ [n=scott@ip68-97-38-110.ok.ok.cox.net] has joined #kubuntu [06:28] StepNjump sounds like an xorg config file error, but I wouldn't have any idea how to fix it. === jtt [n=jtholmes@72-12-50-39.wan.networktel.net] has joined #kubuntu [06:28] StepNjump: your unning Kubuntu or Ububntu? [06:29] Kubuntu elJefe [06:29] it wasnts composite. so enable it or disable the transluc [06:29] anyone at all know offhand the path to where kde icon themes are saved? i can't remember! === zhan [n=zhan@60.166.113.129] has joined #kubuntu === Marthy [n=chatzill@72-45-27-040-dhcp.mlt.de.atlanticbb.net] has joined #kubuntu === benji [n=benji@optussatellitebintb.22bjipb002.optus.net.au] has joined #kubuntu [06:29] StepNjump: ok open Adept Manager (Manage Packages) in KMenu -> System [06:29] !ati [06:29] To install the Ati/NVidia drivers for your video card, see https://help.ubuntu.com/community/BinaryDriverHowto [06:29] dcosson: /usr/share/icons [06:30] StepNjump: search for xserver-xorg [06:30] !beryl [06:30] Beryl is a window manager that takes advantage of an OpenGL accelerated X environment. See http://forum.beryl-project.org/ - Help in #ubuntu-effects [06:30] flaccid: sorry === dewey [n=dewey@c-67-168-51-149.hsd1.wa.comcast.net] has joined #kubuntu [06:30] flaccid: that's the ones that come preloaded, right? i'm talking about for user-installed themes === ses1959_ [n=scott@ip68-97-38-110.ok.ok.cox.net] has joined #kubuntu [06:31] um /usr/share/themes [06:31] i have on the desktop a my main hard drive showing how do i get it not to show [06:32] Is there any equivalent in KDE to the windows character map? [06:32] eljefe: xserver-xorg is 7.0.0-Oubuntu45 [06:32] i do not know how it got to be on the desktop === CrazyRobot [n=IceChat7@Wheeler-pbdsl5.Stanford.EDU] has joined #kubuntu [06:32] ses1959_: right click desktop -> configure -> behaviour -> device icons - disable the mount hd option [06:32] ok did that [06:32] StepNjump: which kubuntu do you have running? [06:32] feisty [06:33] sstchur: there was something :) [06:33] 6.06.1 I believe but yesterday I did an update. Maybe 6.10? [06:33] usually character map in utilities in kmenu [06:33] I'm not sure how to tell [06:33] StepNjump: hmm ok. [06:33] !find gucharmap [06:33] Found: gucharmap, libgucharmap6, libgucharmap6-dev [06:33] !info cucharmap [06:33] Package cucharmap does not exist in feisty [06:34] !info gucharmap [06:34] gucharmap: Unicode character picker and font browser. In component main, is optional. Version 1:1.10.0-0ubuntu1 (feisty), package size 1049 kB, installed size 3672 kB [06:34] beryl is beautiful! I've never seen a vista desktop but I have to believe that Beryl is better. Can anyone compare them? [06:34] There's no way I could just do a system restore right? [06:34] StepNjump: now paste this into the Run box that pops up after hitting [alt] [f2] : 'kdesu kate' (don't paste the 'qoutes') [06:34] StepNjump: there is no such thing as a system restore === nod64 [n=hp@218.79.122.82] has joined #kubuntu [06:34] !find kmap [06:34] ok let me see === johnt [n=john@203-211-123-216.ue.woosh.co.nz] has joined #kubuntu [06:34] File kmap found in axiom-hypertex-data, console-cyrillic, fastlink, groff-base, keyboards-rg (and 2 others) [06:34] StepNjump: did you want translucency, or your old system back? ;) [06:34] Old system would be just fine [06:34] As long as it's stable [06:35] Ok I have the kate up [06:35] flaccid: wouldn't that be nice? whats taken so long for that tool?? [06:35] Feisty is stable as well <3 [06:35] StepNjump: as i said before. disable the transluc. or enable composite in xorg.conf!!! [06:35] System restore would be nice for future versions flaccid lol [06:35] eljefe: someone to make it i guess if its not available [06:35] flaccid: does he know what 'enable composite' means? [06:35] StepNjump: this is not windows. define system restore!! [06:35] I did disable the transluc already [06:35] flaccid: lol true === ebbu [n=ebbu@128-187.adsl.lpoy.dnainternet.fi] has joined #kubuntu [06:35] eljefe: i don't know. but if he doesn't he can ask [06:36] Something that would bring the drivers to a previous stable state [06:36] StepNjump: so which option are you going to do. choose. [06:36] Something of the sort [06:36] The easiest [06:36] StepNjump: thats already done. programs including text editors save a backup of the old xorg.conf in /etc/X11/ [06:36] I don't really care. Though I would like to see the translucent windows, it's really not a big deal [06:36] StepNjump: don't have it. what did you change to make it unstalbe? just turned on the translucency button? so either turn it off, or hit [alt] [f2] [06:37] StepNjump: did you even read the error you pasted? [06:37] !log [06:37] Channel logs can be found at http://people.ubuntu.com/~fabbione/irclogs [06:37] Yes I did flaccid === ses1959_ [n=scott@ip68-97-38-110.ok.ok.cox.net] has joined #kubuntu [06:37] flaccid: lets be kind [06:37] StepNjump: hit [alt] [f2] [06:37] But I'm new to Linux so I'm kind of dumb and green [06:37] Ok alt F2 [06:37] StepNjump: in that box, type 'kdesu kate' [06:37] i am kind eljefe [06:37] I have kate up eljefe [06:38] i am also frank [06:38] Is that a text editor like nano? [06:38] or pico? [06:38] StepNjump: yes but easier... sorta [06:38] Ok [06:38] you need to add a new section to your X config file : Section "extensions" Option "composite" Enable EndSection. Does that tell you anything? [06:38] StepNjump: just more mouse-friendly [06:38] Did you want me to open a file? [06:38] what is the program kdeinit === dettoaltrimenti_ [n=dettoalt@ppp85-140-155-169.pppoe.mtu-net.ru] has joined #kubuntu === insmod [n=insmod@d141-13-36.home.cgocable.net] has joined #kubuntu [06:38] so open xorg.conf under kate or something under root and add it then restart X [06:38] Yeah but flaccid, though I understand what it means, I don't know how to do that! [06:39] StepNjump: you only have to ask how to do that [06:39] StepNjump: file > open, find the / and click on folders till you get to /etc/X11 and then find xorg.conf [06:39] akrus: there's not any more? [06:39] if you had of asked, we would of shown in you in the beginning [06:39] When you say config file for me, all it means to me is config.sys [06:39] the program crashed on reboot [06:39] sstchur: no idea :) [06:39] StepNjump: then ask us how to "open config files" [06:39] or something.. [06:39] sstchur: I used it long time ago :) [06:39] Ok let me try eljefe thanks a lot [06:39] if you don't ask (specfically) you won't get [06:40] akrus: I'm trying to utilize the webdings font in Gimp, which I successfully installed, but I can't figure out how to get to most of the symbols... [06:40] StepNjump: many files are config files; most of the whole OS is run be reading what various config files tell the system to do. we're going to edit the (main) graphics one, xorg.conf (conf = config) [06:40] sstchur: try gimp doc or ask in #gimp [06:40] :) [06:41] man gimp :P [06:41] Does anyone know if Beryl will work with a fps rate of 12-14 fps [06:41] !beryl [06:41] Beryl is a window manager that takes advantage of an OpenGL accelerated X environment. See http://forum.beryl-project.org/ - Help in #ubuntu-effects [06:41] try asking in #ubuntu-effects [06:41] StepNjump: once that is open you wil lsee various sections defining how it works. be very careful not to mess/change ANYTHING here (unless you're looking to learn and are willing to break and fix) [06:41] i guess that is hardware dependent === manzabar [n=manzabar@12-226-21-77.client.mchsi.com] has joined #kubuntu [06:41] You are great eljefe. I learn as I go... It's all good [06:42] StepNjump: its also a good idea to make a backup of /etc/X11/xorg.conf first === manzabar [n=manzabar@12-226-21-77.client.mchsi.com] has left #kubuntu ["Konversation] [06:42] Ok xorg.conf is up [06:42] Enough breakage lol [06:42] StepNjump: YES save a new copy with today's date or something added to the end (NO SPACES in the name, and file endings don't matter in linux) === flaccid creates #kubuntu-spoonfeed [06:42] flaccid: yea, I tried #gimp is dead.. though I'd check here, if there was an all-purpose character map solution in KDE [06:42] ok I'll back it up to xorg.conf.bak? [06:42] StepNjump: sure thats cool [06:43] how do you do that cp xorg.conf xorg.conf.bak? [06:43] Ok let me figure it out with the kate open [06:43] sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup.25042007 [06:43] Ok, that was easy. Very MS office type of Save As [06:43] Ok done [06:43] StepNjump: now read the various sections. it doesn't mater if they make a lot of sense, but look at their structure. now read your error message. see any similarities? === Xavarri [n=xavarri@c-76-27-39-252.hsd1.ut.comcast.net] has joined #kubuntu [06:44] StepNjump: yeah i thought this prog might be a bit better than strange keyboard commands, esp for an important file such as this [06:44] sstchur: its the font , not a character set... [06:44] Ok let me check eljefe. THanks Flaccid. Bash shell commands are cool [06:44] StepNjump: very cool :) [06:44] StepNjump: they are my friends :) === corey [n=corey@dhcp-0-13-d3-a-e1-1a.cpe.mountaincable.net] has joined #kubuntu === corey is now known as SilverPlated [06:45] i wish i had friends === flaccid drinks stout [06:45] lol flaccid [06:45] benji: me too. if i did, i probably wouldn't be here haha [06:45] i'll just settle for shell commands [06:45] I used to love DOS and the VMS commands [06:45] do u live here? [06:46] On the Vax [06:46] DCL [06:46] i feel like i do sometimes [06:46] That was nice [06:46] flaccid: how do i make me do things? you know, like in IRC, how do i get it to say *eljefe did something [06:46] woa no DOS is wrong, period. hehe [06:46] My external USB hard drive and flash reader aren't automounting after upgrading to Feisty.. anyone help? [06:46] Ok eljefe, nothing was marked as error starting with # [06:46] /me did this bla bla [06:46] nalioth, [06:46] Section monitor [06:46] me, or eljefe? [06:46] nalioth, you here [06:47] me [06:47] StepNjump: # doesn't mean error, it means 'comment' (nothing on that line matters) [06:47] the irc command is /me [06:47] I know [06:47] I'm finally down to my last issue with kubuntu, I installed the drivers for my printer (brother 1840C) had to get them from the website because my printer was not listed, whenever I send something to the printer it says that it was successful but nothing ever prints, I am using feisty btw === ubuntu_ [n=ubuntu@201008228075.user.veloxzone.com.br] has joined #kubuntu === hitmanWilly demonstates the /me cmd === eljefe thanks flaccid === Toyd poops on flaccid [06:47] It's like a // in C right? [06:47] So what should I be looking for? [06:47] lol === SilverPlated [n=corey@dhcp-0-13-d3-a-e1-1a.cpe.mountaincable.net] has left #kubuntu ["Konversation] [06:47] StepNjump: yes [06:47] Cosmo_: #cups [06:47] Oh let's have a look at the error message [06:47] mmmm [06:48] StepNjump: what does your error message say? [06:48] StepNjump: the error message is self explanatory :) [06:48] question for the experts, what is the best partitioning strategy? === manzabar [n=manzabar@12-226-21-77.client.mchsi.com] has joined #kubuntu [06:48] dsmith: parition to your requirements and consider capacity planning for future [06:49] dsmith: hda1: / = 15 hda2: swap, 1GB hda3 /home [06:49] some something like /, home, etc, var??? [06:49] too much [06:49] oh [06:49] it says: Composite extension not found. You must use XOrg 6.8 or greater for translucency and shadows to work. Additionally, you need to add a new section to your X config file : Section "extensions" Option "composite" Enable EndSection. Does that tell you anything? [06:49] you talking modular mounting for the fs [06:49] Let me find the section extensions [06:49] : Section "extensions" Option "composite" Enable EndSection [06:49] that way, your boot is near the beginning of the disk (important); your swap is in a smaller area (faster access); and your home gets the rest of the drive and you can later reinstall without losing your /home data [06:50] ^^ extensions section may not exist, but you can add, and make sure they are on there own lines [06:50] StepNjump: do you see any other sections? do you see how they're layed out? [06:50] StepNjump: you' [06:50] its not always that simple [06:50] could anyone here recommend a hardware RAID card for ATA100 drives? === zhan [n=zhan@60.166.113.129] has joined #kubuntu [06:50] eljefe: thx, I need to do some more reading on the matter [06:50] 3ware [06:51] StepNjump: you'll have to probably ADD a new section, to the bottom, layed out like the others and containing the EXACT text of your error message [06:51] (looking to do RAID 0). ok [06:51] 7006 [06:51] weswh-: any will do. ask in ##networking or google [06:51] Yeah there's the section files [06:51] sections files != extensiosn [06:51] files? or parts/sections? [06:51] sections are labeled as: Section [06:52] module, input_device, Device, ServerLayout, [06:52] StepNjump: add it [06:52] I see end section but how do I enable it [06:52] wtf [06:52] StepNjump: add a new Section, layed out like the other Sections, contining the exact text that the eroor message told you to add. [06:53] its its own section add it at the bottom in its own whitespace. [06:53] Ok [06:53] Just before EndSection of course? === syber [n=syber@p54ba200d.dip0.t-ipconnect.de] has joined #kubuntu === sergio_ [n=sergio@mail.m2north.com] has joined #kubuntu [06:53] no [06:53] StepNjump: you are editing a text file. like a term paper for school. nothing to enable. [06:53] EndSection closes a section. it must have its own [06:53] No but I mean, the last string is EndSection. Should I add the section just before that? [06:53] StepNjump: so at the end, after one section has Ended, you are going to add a new section... [06:53] don't put it before an EndSection. it needs to be on its own [06:54] StepNjump: no by itself, after. it is its own section. [06:54] StepNjump: put it at the END, after EVERYTHING [06:54] its not a subsection [06:54] hole 17 on medium course, kolf, so hard [06:54] ctrl + end lol [06:54] #ubuntu effects is not sure either but thanks anyhow [06:54] johnt: no problem . beryl is still dev. try it out i guess [06:55] is beryl preconfigured on kubuntu ff 7.04 final? [06:55] Toyd: no [06:55] why not? [06:55] because it is still development [06:55] it is on ubuntu [06:56] StepNjump: do you see how each section has a title (like Section "InputDevice") and an EndSection? you have to do the same. [06:56] no compiz is in ubuntu [06:56] several reasons. 1. beryl is not released its in dev 2. it shouldn't be a default , but optional - ubuntu won't be usable on older systems if it was default 3. most people don't need it or want it [06:56] flaccid, for most people its the only reason to try linux [06:56] Ok eljefe. Done [06:56] Thought it was more complex than it was [06:57] Toyd: lol no it snot [06:57] BTW kate is real nice [06:57] It's done === aib [n=aib@pdpc/supporter/basic/aib] has joined #kubuntu [06:57] believe it or not, not everyone is looking for eye candy. [06:57] Should I re-enable the transparencies and reboot now? [06:57] StepNjump: ok now save the file. now log out. then click the menu and select 'Restart the X Server' Then, when thats done, log back in [06:57] Toyd: if it is. point me to the evidence. [06:57] Ok [06:57] what ppl buy vista for extra security? lol [06:57] StepNjump: no need to reboot if you restart C === Toyd watches flaccid, post all spinning his cube [06:57] But I removed the transparencies in Settings [06:57] StepNjump: no need to reboot if you restart X X X X X [06:58] some people are looking for a more secure and stable operating system that is free and open bla bla [06:58] Should I put them back in the way they were flagged? [06:58] benji: There, you err in thinking that people buy vista [06:58] StepNjump: which settings?? [06:58] hmm [06:58] That's real nice in Linux. In windows it's always reboot, reboot === crackhead_25_ [n=crackhea@ip68-0-212-162.ri.ri.cox.net] has joined #kubuntu [06:58] Toyd: spinning a cube on your screen? === realbt [n=brett@S01060090271bb056.vc.shawcable.net] has joined #kubuntu [06:58] Well, when I enabled the transparencies yesterday it was in... [06:58] touchscreen [06:58] the "kubuntu-desktop" package seems too "big"...it depends on ktorrent [06:58] stupid hardware question here - but any ATA133 round cable will work with an ATA100 drive right? [06:58] StepNjump: yes but its not always X which you need to restart to change things... === realbt [n=brett@S01060090271bb056.vc.shawcable.net] has left #kubuntu ["Konversation] [06:58] purpleposeidon: what? === fannagoganna [n=tanim@c-76-104-98-245.hsd1.va.comcast.net] has joined #kubuntu [06:59] flaccid, you are right 2d rendered on a 3d object is silly [06:59] hagabaka: thats because its the meta package. kubuntu-minimal might be mor appropriate for you [06:59] i see === zhan [n=zhan@60.166.113.129] has joined #kubuntu [06:59] in life you get most of the eyecandy that people try to copy to pc [06:59] system settings!panel!appearance tab! Panel background section: Enable transparencies. === fireflite [n=yeah@pool-70-110-59-56.sttlwa.dsl-w.verizon.net] has joined #kubuntu [07:00] Toyd: i don't know what you are goin on about. but considering video issues on linux with lack of proper support and issues with licensing, stuff like beryl is far away form being native on *nix... [07:00] i mean half life 2 is nice but its nothing compared to real hunting [07:00] Should I simply put it back the way I had it yesterday after the change that caused my system instability or just leave the features off for now? [07:00] StepNjump: leave it off === fireflite [n=yeah@pool-70-110-59-56.sttlwa.dsl-w.verizon.net] has left #kubuntu ["Konversation] [07:00] Ok [07:00] wii tennis is nice but its nothing compared to playing tennis yourself [07:00] maybe we can hope MS decides to abandon Europe [07:00] I'll see you in a little while then [07:00] computers are pointless [07:00] StepNjump: like i said at the start. its your choice. off or on. doesn't matter which way [07:00] Then we'll see massive adoption and development of Linux [07:00] StepNjump: log out, restart X, and log in. then try to turn them on, and come back to us. [07:01] OIC ok === johnt [n=john@203-211-123-216.ue.woosh.co.nz] has left #kubuntu ["Ex-Chat"] [07:01] Ok thanks a lot buddy. I really appreciate your help === Toyd has an opiphany and remember the tic tac toe scene from wargames [07:01] Learned something new again today [07:01] Talk to you soon [07:01] hmm bill gates will just say one day, im sick of this propgram, delete [07:01] linux is not the only OS that should be supported. *BSD gets the jack end of the stick always [07:01] StepNjump: no worries, BUT you gotta help someone who you can with Linux ;) [07:01] flaccid: you're certainly right [07:01] I'm getting my sister in law on Linux too here in Missouri. [07:02] flaccid, arent mac users bsd'ers? [07:02] Pass it forward... [07:02] Yes [07:02] I understand [07:02] pass it forward nice movie [07:02] Toyd: they'd never admit it ;) [07:02] Toyd: no they are not. os x is derived from FreeBSD amongst other systems but they are not the same kernel or userland [07:02] You bet I'll be here a lot helping others when I understand more how things work as I learn. I've learned a lot already from this forum [07:02] You guys are all great [07:02] yay [07:02] hey, how do you save chat in konversation? forward slash savechat doesn't work for me? === flaccid drinks more stout [07:02] lol eljefe [07:02] mac osx fails === flaccid is also on pc-bsd not kubuntu omg! [07:03] kubuntu looks nice than mac osx and is free === pagan0ne [n=pagan0ne@75.108.211.138] has joined #kubuntu [07:03] pyronapalm: look in Settings > Configure Konversation to see if you have a logging happening [07:03] could someone point me in the right direction to get help setting up the extra buttons on a logitech mouse in feisty fawn? === Ashex [n=ahmed@c-67-183-12-45.hsd1.wa.comcast.net] has joined #kubuntu [07:03] flaccid, whats the big difference running bsd kernel instead of linux one? [07:04] pagan0ne: let me know if you find anything... [07:04] os x is nice but yeah you have to buy the hardware so that really sux. you can do it illegally but yeah.. [07:04] Toyd: the development process and the installed capabilities due to that process [07:04] eljefe: i think i almost got it, but i dont know how to get the button to do the desired function [07:04] Toyd: they are different kernels. they are not compatible. === Ryiel [n=ryiel@183-20-120.ip.adsl.hu] has joined #kubuntu [07:04] flaccid, i dont know why people who arent into video editing would and should want a mac [07:05] with kpackage manager, I can cut out certain programs? [07:05] because its the bomb [07:05] Toyd: i'm into it, thats why i use linux! [07:05] Toyd: one of *many* resons really.. [07:05] into mac? === Doctor_Nick [n=nick@dhcp172101.rag-a.fsu.edu] has joined #kubuntu [07:05] Toyd: mac is a unix-like system derived from BSD and other systems. think of it like a linux but closed up a lot === Lam_ [n=Lam@128.227.23.106] has joined #kubuntu [07:05] people who have mac osx should be forbidden to use linux [07:05] yes mac is the bomb for desktop [07:05] they support ripping off open source === br [n=br@U330e.u.pppool.de] has joined #kubuntu [07:06] why, os x is unix-like operating system just like linux is [07:06] dsmith: yes but there are some core ones that you should not, or it will fail. you're better getting an 'alternate install CD' and doing the barest-bones install and the *adding* to it. [07:06] proprietary === Toyd thinks that flaccid is steve "zealot" jobs [07:06] Toyd: in some respects, but they don't steal it like m$ does. or create a 'new' technology which is a copy of a unix tech and make it their own [07:07] Toyd: you don't even know what os x is based on [07:07] its based on Darwin which is open and ree [07:07] free [07:07] mach kernel [07:07] i don't use OS X [07:07] but i know what it is and how good it is [07:07] osx isnt free [07:07] they make people pay for a mix of open and proprietary === eljefe [n=eljefe@71-215-250-26.mpls.qwest.net] has joined #kubuntu [07:07] Toyd: go make your own os x http://www.opensource.apple.com/darwinsource/ === chi0_ [n=chi0@c-75-71-198-122.hsd1.co.comcast.net] has joined #kubuntu === notranc [n=notranc@zima.linwin.com] has joined #kubuntu [07:08] eljefe: I am just running every app on kubuntu and trying to understand each and everyone of them [07:08] Toyd: that concept has been around since 1969 [07:08] Toyd, so does redhat :) [07:08] !ipod [07:08] For information on how to sync and add tracks to your iPod, see the guide at https://help.ubuntu.com/community/IPodHowto See !rockbox for information on liberating your iPod [07:08] red hat has a free version [07:08] dsmith: hmm graphical ones? cause once you get into the command line it could take you a while... :) [07:08] Toyd: no they don't [07:08] fedora is not owned by red hat [07:08] yes they do i saw it on usenet [07:08] eljefe: just all the gui apps [07:08] fedora is not owned by red hat [07:09] should i repeat again [07:09] lol [07:09] 244 copies of vista sold in china [07:09] thats all? [07:09] lol [07:09] yeah [07:09] Toyd: they're like the benefactors... and the takers-of-good-tech... but not the owners... [07:09] yerp [07:09] piracy is massive in asia [07:09] new record :P [07:09] are you saying os x violated any license for the open source code it uses? [07:09] oh! I should a IT vendor today my kubuntu [07:09] yeah rampant even flaccid === cyt [n=cyt@linux.cs.ccu.edu.tw] has joined #kubuntu [07:09] they are a platinum citrix provider and was impressed [07:10] dsmith: what'd he say? [07:10] hagabaka: it doesn't ,no [07:10] flaccid, i was thinking about buying a chinese hackintosh [07:10] I gave him a kubuntu CD [07:10] i saw a nice website [07:10] :P [07:10] should=showed [07:10] considering mac are intel now, they are the shiz [07:10] even comes in the mac case [07:10] reality check: 1xATA133 120gig HD, 2xATA100 320gig HDs, 3ware IDE RAID Card, 256MB Geforce6600 (or something), 2 optical drives - is a 430 watt antec true power supply going to cut it on that? I would imagine so... [07:10] cept the powerbook should be better === TheInfinity [n=TheInfin@p508F327F.dip0.t-ipconnect.de] has joined #kubuntu [07:10] 100 dollars ;p [07:10] blew his mind when I ran beryl, heheh === hossosor [n=andrew@CPE-70-94-14-189.wi.res.rr.com] has joined #kubuntu === charwood [n=charwood@user-12l22gv.cable.mindspring.com] has joined #kubuntu === hossosor [n=andrew@CPE-70-94-14-189.wi.res.rr.com] has left #kubuntu ["Konversation] [07:11] I opened 20 examples of IE and showed that it barely ran under load on the CPU [07:11] impressed by a cube that spins :/ [07:11] dont show him a bouncing ball then [07:11] eljefe: i got a link, have you tried adding "option" "buttons" "numberofbuttons" and "option" "ButtonMapping" "1 2 3 4 5 ..." ? [07:11] is there anyway to tell which programs come installed with Fesity by default and which have been customly installed? [07:11] and flciked the mouser point to the upper right and 20 lil windows appearred [07:11] fedora is only sponsored by redhat. see the footer on the fedora site... [07:11] Toyd: lol [07:12] beryl + rain + ... windshield wipers? :O [07:12] heh === JackPhil [n=jack@145.28.184.60.broad.hu.zj.dynamic.163data.com.cn] has joined #kubuntu [07:12] dsmith, i know a guy that demo'd the first macintosh on national tv [07:12] sorry, I always found that bit funny ... [07:12] brb [07:12] Hello everyone. I'm having trouble with ldconfig. My understanding was that if I created /etc/ld.so.conf.d/local.conf and in that file had the two lines "/usr/local/lib" and "/usr/local/lib/OGRE" that running ldconfig would add the libraries in those directories to my ld cache. === e1mer [n=elmer@tequilla.exist.com] has joined #kubuntu [07:12] works well for impressing kids anyway [07:12] xerox had a spinning cube back in the 70s [07:12] dsmith: was it a crazy-fast machine? [07:13] dsmith: what made the '20 little windows' ? is that a berly thing? [07:13] this it guy, his boss was the first person to ever do an citrix install back in 93 [07:13] kewl [07:13] However, i still get errors saying that the libraries in those paths don't exist when I run some programs. And when I run ldconfig -v and grep for the libraries in those directories, they aren't there. [07:13] dsmith: or kompose ? === pmarchessault [n=pmarches@CPE-69-76-165-143.kc.res.rr.com] has joined #kubuntu [07:13] eljefe: I have a zd7000 3ghz 2GB ram [07:13] What have I done wrong with ldconfig to make it angry at me? [07:13] I just double clikd on IE 20 times [07:13] dsmith, thats a fast machine esp for linux [07:13] :) [07:13] Ok I'm back [07:14] charwood: /etc/ld.so.conf.d/local.conf doesn't sound right === pmarchessault is now known as StepNjump [07:14] my video is lacking but oh well [07:14] only 64mb [07:14] dsmith, you could run vista on that machine [07:14] FU [07:14] lol [07:14] lol === srhegde [n=srhegde@ool-4355797b.dyn.optonline.net] has joined #kubuntu [07:14] Eljefe, the system froze so fortunately I could go in CTRL-ALT-F1 TTY1 and signed on there. Added some # to the beginning of each new lines and rebooted [07:14] only in gates biggest wet dream [07:14] I think I found what the problem was. [07:15] eljefe: The /etc/ld.so.conf file simply says "include /etc/ld.so.conf.d/*.conf". When I add those lines to /etc/ld.so.conf and have them in my file I get an error when running ldconfig that says they are specified twice. This strongly infers that it knows about them. [07:15] Forgot to put "enabled" in quotes === steve__ [n=steve@adsl-75-28-0-180.dsl.sndg02.sbcglobal.net] has joined #kubuntu [07:15] Anyone find a good search tool like Google Desktop for Kubuntu? [07:15] eljefe: But what do I know. I'm the confused guy asking the question. (-8 [07:15] maybe i should get a mac i have a love-hate affair with it [07:15] darryl: one called beagle, it isn't great [07:15] will it turn me gay when i use a mac [07:15] search sucks in linux by my estimation [07:15] thats my main concern [07:16] StepNjump: well done on finding the error :) get it going? I enabled myne and its killing my CPU... but I don't have my NVidia driver installed, so... [07:16] i'm not sure why that is exactly...beagle probably has potential [07:16] I love locate but I spend most of my time in the CLi. [07:16] weswh-: yea I would like something half decent [07:16] hi darryl === ke [n=kenneth@port272.ds1-aboes.adsl.cybercity.dk] has joined #kubuntu [07:16] darryl, my pal [07:16] yes macs make people happy thats a fact [07:16] hey guys I'm having problems with time... it runs too fast. Even when I reset it, the time literally just goes by too fast, like a minute goes by in thirty seconds. anyone got a fix? [07:16] Yeah, well I'm on a laptop so I guess I'll leave them off [07:16] for now [07:16] :P [07:16] hit Toyd [07:16] It's hot enough as it is. [07:16] thats what i meant flaccid [07:16] errr HI [07:16] :P [07:16] steve:i've had that problem as well. no clue [07:16] Section "extensions" [07:16] Option "composite" "Enable" [07:16] EndSection [07:16] on edgey [07:17] Ok restarting X server [07:17] CU soon [07:17] k [07:17] heh took long enough.. === tt01 [n=tt01@wprt-4db68238.pool.einsundeins.de] has joined #kubuntu [07:17] dang [07:17] Does anyone know the format of /etc/ld.so.conf? [07:18] weswh : ever hear of Recoll? http://software.newsforge.com/software/07/04/16/1832253.shtml?tid=130&tid=79 [07:18] flaccid, i will get a mac when they make multi-touch machines [07:18] multi-touch? [07:19] http://www.youtube.com/watch?v=zp-y3ZNaCqs [07:19] apple has it patented [07:19] Toyd: i think its in the kama sutra also [07:20] lol [07:20] haha === sorin [n=sorin@80.75.230.64] has joined #kubuntu === sorin is now known as sorindregan [07:20] i go for practicality and stability over bullshit [07:20] but thats just me === _Schlumpf [n=schumpf@dslb-084-057-165-122.pools.arcor-ip.net] has joined #kubuntu [07:20] flaccid it is practicle [07:21] flaccid: bullshit is all the rage these days [07:21] its been the rage for a while now [07:21] I'm finally down to my last issue with kubuntu, I installed the drivers for my printer (brother 1840C) had to get them from the website because my printer was not listed, whenever I send something to the printer it says that it was successful but nothing ever prints, I am using feisty btw [07:21] flaccid it is extremely usefull [07:21] anything is practical to people these days === KaiHanari [n=kaihanar@CPE0013a3bd89d2-CM0011e6c7e1cf.cpe.net.cable.rogers.com] has joined #kubuntu === pmarchessault [n=pmarches@CPE-69-76-165-143.kc.res.rr.com] has joined #kubuntu [07:21] flaccid i am a dj [07:21] so for me it would be usefull [07:22] i know its useful, but considering its prop. and not extensible to everyone , its a big bogus === pmarchessault is now known as stepnjump [07:22] i am also on freebsd. flash only supports ALSA, so i cannot hear the video... [07:22] Toyd: yes useful. but locked in. [07:22] its better to have a standard for which open people can use its API ec. [07:22] etc. [07:23] yeah ok [07:23] Cosmo_: have you googled for 'ubuntu 7.04 brother 1840c' at all? [07:23] patents are f0000ked [07:23] COsmo: I checking.. [07:23] this isnt partical either but still amusing to watch: http://www.youtube.com/watch?v=Yx9FgLr9oTk&mode=related&search= === valesca [n=valesca@28.Red-81-36-60.dynamicIP.rima-tde.net] has joined #kubuntu [07:24] Toyd: if there is a standard on multi-touch then im happy, otherwise i'm pissed off... [07:24] eljefe: yes, but never found anything other than the installation instructions on the brother website, and followed those [07:24] lol flaccid === FireTalon [n=niccos@adsl-070-157-253-250.sip.asm.bellsouth.net] has joined #kubuntu [07:24] Cosmo_: dunno maan... [07:24] fax printer? [07:24] yes [07:24] ooh [07:24] http://solutions.brother.com/linux/sol/printer/linux/pcfax_drivers_lpr.html [07:25] gotta love the all-in-one's eh? ;) [07:25] they have a debian for that model [07:25] Cosmo_: try the debian, who knows [07:25] eljefe. I'm back [07:25] unfortunately, I get the same errors [07:25] stepnjump: how we doig? [07:26] Cosmo: you should eb able to open your system settings and add your printer [07:26] other than Xserver-xorg, should I check my version of XORG too? [07:26] The dialog says : XOrg [07:26] stepnjump: same thing [07:26] mmm [07:26] stepnjump: do you have the correct capitol letters etc? EXACTLY? [07:27] ver 6.8 or more [07:27] Yep [07:27] stepnjump: well mate... not real sure. :( [07:28] Ok dude well thanks for your help. My wife is asking me to take care of my daughter. She won't sleep. [07:28] Oh boy, it's going to be a long night. [07:28] I'll talk to you later. [07:28] Thanks a lot [07:28] stepnjump: no prob! === eljefe goes to bed too === Pupeno3 [n=Pupeno@154-169-126-200.fibertel.com.ar] has joined #kubuntu [07:29] nite [07:29] stepnjump: you must of did it wrong. pastebin xorg.conf and we do it for ya!! [07:29] anyone successful with upgrading from edgy to festy? [07:29] lots [07:30] before I try I am making a backup image [07:30] just incase === Pupeno3 is now known as Pupeno === Noldoaran [n=robb@adsl-69-234-41-144.dsl.irvnca.pacbell.net] has joined #kubuntu [07:30] Is it possible that ldconfig ignores all files that don't begin with "lib"? === Marthy [n=chatzill@72.45.27.40] has joined #kubuntu === Pupeno [n=Pupeno@cl-77.ewr-01.us.sixxs.net] has joined #kubuntu === hnsn [i=jh83@c83-255-130-139.bredband.comhem.se] has joined #kubuntu [07:31] When I pipe "ldconfig -v" to a file and examine it, it acknowledges the custom directories that I specified but it claims they are emtpy. Nevertheless, the directories have 5 .so files and 5.la files. === joj [n=joj@82.199.175.123] has joined #kubuntu [07:32] The permissions seem correct on the ".so"s, the only thing I can figure is that they don't start with "lib". [07:32] But it seems very un-Linuxy to base anything on the name of the file. [07:34] Ok I'm back [07:34] What is pastebin flaccid? === sproingie [n=chuck@64-121-2-24.c3-0.sfrn-ubr8.sfrn.ca.cable.rcn.com] has joined #kubuntu [07:34] P.S. "un-Linuxy" is a word. Really. === TheDebugger [n=Unknown@modemcable128.61-80-70.mc.videotron.ca] has joined #kubuntu [07:34] !pastebin [07:34] pastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (be sure to give the URL of your paste - see also the #kubuntu channel topic) [07:35] You want me to paste the whole xorg.conf flaccid on here? [07:35] charwood: according to what? [07:35] stepnjump: yep [07:35] ok [07:36] flaccid: About un-Linuxy? Says me. (-8 No less an authority than some guy in Lincoln, Nebraska USA. [07:36] you? [07:36] :o whatever happened to the okle package in feisty? [07:36] # /etc/X11/xorg.conf (xorg X Window System server configuration file) [07:36] # [07:36] # This file was generated by dexconf, the Debian X Configuration tool, using [07:36] # values from the debconf database. [07:36] # [07:36] ffs === stepnjump [n=pmarches@CPE-69-76-165-143.kc.res.rr.com] has joined #kubuntu [07:37] Thank you [07:37] did you read what pastebin is [07:37] or just ignore it [07:37] for bringing me back in [07:37] I feel sad for MS and Apple inc fighting to each other when i see that the free world of Linux beat them without being noticed and more important without saying it. [07:37] I'm so green [07:37] I guess I wasn't supposed to paste it here? [07:37] !pastebin [07:37] pastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (be sure to give the URL of your paste - see also the #kubuntu channel topic) [07:37] stepnjump: Oops. See http://paste.ubuntu-nl.org [07:37] read its not hard === BartSimpson [n=bart@unaffiliated/bartsimpson] has left #kubuntu [] [07:38] linuxy is not in the dictionary so its not a word. it might be a name, but not a dict word. [07:38] Oops guys sorry for pasting this here [07:38] ARGH. sound. no workie. no matter which sound system i choose. [07:38] I must be geting old [07:38] flaccid: Ok. You got me there. I totally made it up. Now, do you know anything about ldconfig? (-8 [07:38] charwood: since you speak shit, i aint helping you.. [07:38] any ideas on how to make sound work? i have a realtek ac97 === ubuntu_ [n=ubuntu@74-139-95-122.dhcp.insightbb.com] has joined #kubuntu === jketvirtis [n=jud@71.93.0.215] has joined #kubuntu === reffus [n=reffus@90.227.26.41] has joined #kubuntu === ubuntu_ is now known as seth [07:39] sproingie, are your mixer settings unmuted? [07:39] Ok I paste-binned it === seth is now known as SofaKing [07:39] flaccid: I'm not too worried about that. === mkquist [i=mkquist@h-69-3-117-168.lsanca54.dynamic.covad.net] has joined #kubuntu [07:40] im glad [07:40] And as a note to anyone that cares, ldconfig only cares about files that begin with "lib". And I declare that to be un-linuxy. [07:40] thats not true either charwood [07:40] man ldconfig [07:41] hitmanWilly: no, but i noticed the mixer is showing the wrong sound device (nvidia ck8s). my mobo apparently has two sound devices [07:41] flaccid: I'm not sure what part of ldconfig's man page you're talking about. I've read it several times. [07:41] sproingie, you should be able to change it from there iirc [07:41] charwood: you don't understand it then === dartmolx [n=dartmolx@tequilla.exist.com] has joined #kubuntu [07:42] flaccid: Hence why I am on this forum looking for help and finding only sarcastic answers. === jkjk [n=joe@dslb-084-056-222-051.pools.arcor-ip.net] has joined #kubuntu [07:42] if you speak shit, don't expect help === LeeJunFan_ [n=junfan@adsl-76-204-9-149.dsl.klmzmi.sbcglobal.net] has joined #kubuntu [07:42] s/on this forum/in this channel [07:42] well at least not from me [07:42] flaccid: here is the URL;http://paste.ubuntu-nl.org/17546/ === Ashex [n=ahmed@c-67-183-12-45.hsd1.wa.comcast.net] has joined #kubuntu === creamdog [n=creamdog@c83-251-30-180.bredband.comhem.se] has joined #kubuntu [07:43] So, I've got a tiny problem [07:43] hitmanWilly: i don't see any way to change it. [07:43] I installed Sabayon recently, and I had it use it's own partition for booting [07:43] stepnjump: now pastebin /var/log/Xorg.0.log [07:43] hitmanWilly: not from kmix anyway [07:43] I figured that adding the entries for ubuntu into it's menu.lst would work [07:43] however, that isn't the case === lovloss [n=Administ@c-71-228-230-49.hsd1.tn.comcast.net] has joined #kubuntu [07:43] flaccid: k [07:43] So, I now need to get ubuntu booting again, and I'm not entirely sure how to go about this process [07:43] flaccid: I've always enjoyed the friendliness and helpfulness of this channel. When I said "Un-linuxy" was a word, I assumed that people would be able to realize the ridiculousness of that statement and figure out I was joking. It seemed pretty harmless to me. I'm sorry it upset you. [07:44] Is there a way to add a grub entry to just have it launch the second boot partition? [07:44] So have grub launch the second grub? [07:44] sproingie, i know there's a way to change it somewhere, i just don't remember how off the top of my head [07:44] charwood: don't make assumptions. there is no tone on irc. [07:44] flaccid: Wow. You just won't give an inch. [07:44] charwood: why would i? [07:45] hm, toggling the mute does make the speaker pop now [07:45] i spend my valuable time here helping. i don't have time to read irrelevant untrue statements off-topic [07:45] flaccid: The socially acceptable response to my (I think rather gracious apology) would have been, "No problem, now how can I help you?" [07:46] flaccid: http://paste.ubuntu-nl.org/17550/ [07:46] after upgrade to feisty, beginning of every echo line in konsole has a "|" [07:46] maybe the realtek and the nvidia sound are the same. it's one of those asus frankenboard thingies [07:46] charwood: if this was a non-free service, then yes maybe that would of been the better reponse. [07:46] what's wrong [07:46] the "test sound" button still does nothing though === madmike [n=madmike@cpe-76-174-181-190.socal.res.rr.com] has joined #kubuntu [07:46] i sure wiwsh i could install feisty fawn. i bet it would be fun. Actually put in the cd, have it boot up to that desktop, click install... yknow, the way its supposed to be. as opposed to having the screen flick off that is. [07:47] sproingie, i use an asus a832n which works well enough :) [07:47] (WW) Ignoring unrecognized extension "composite" [07:48] hm, 'play' seems to work. just the 'test sound' button isn't functioning it seems [07:48] sproingie, thats sounds like an arts issue [07:48] stepnjump: i dont know maybe you need compiz. i don't use this option. ask in #xorg and #ubuntu-effects sorry [07:48] flaccid: What is compiz? [07:49] hmm === severecci [n=severecc@80.175.145.17] has joined #kubuntu === lovloss [n=Administ@c-71-228-230-49.hsd1.tn.comcast.net] has left #kubuntu [] === kde-devel [n=kde-deve@125-238-34-70.broadband-telecom.global-gateway.net.nz] has joined #kubuntu === noiesmo [n=noiesmo@unaffiliated/noiesmo] has joined #kubuntu [07:50] i'd try a movie, don't have any handy... no idea how to troubleshoot arts, really [07:50] Ok thanks for your help flaccid === kompressor [n=neville@196.44.1.98] has joined #kubuntu [07:50] sproingie, me neither, use blackbox mainly === estetkaninen [n=elin@217-211-190-157-no39.tbcn.telia.com] has joined #kubuntu === kde-devel [n=kde-deve@125-238-34-70.broadband-telecom.global-gateway.net.nz] has joined #kubuntu [07:51] i'll use any sound system that actually works === MPat [n=mpat@a88-112-17-175.elisa-laajakaista.fi] has joined #kubuntu === roachk71 [n=kelly@216-67-52-38-cdsl-rb1.sol.acsalaska.net] has joined #kubuntu === _dumbkiwi_ [n=kde-deve@125-238-34-70.broadband-telecom.global-gateway.net.nz] has joined #kubuntu === crowne_ [n=crowne@64.80.10.140] has joined #kubuntu [07:52] sproingie, blackbox as in the WM, arts is kde's sound system :) === fulat2k_ [n=fulat2k@218.111.254.149] has joined #kubuntu [07:53] anyone's ktorrent crashing intermittently? [07:53] sproingie, do any of the other apps play sound? [07:54] sproingie, ie amarok? [07:54] lovloss: Have you tried booting from the Feisty desktop CD with the "Safe Graphics Mode" option? === weedar [n=weedar@062016233043.customer.alfanett.no] has joined #kubuntu === roachk71 [n=kelly@216-67-52-38-cdsl-rb1.sol.acsalaska.net] has left #kubuntu ["Konversation] === eljefe [n=eljefe@71-215-250-26.mpls.qwest.net] has joined #kubuntu === cfraz89 [n=chris@bg53.anu.edu.au] has joined #kubuntu === Ashex [n=ahmed@c-67-183-12-45.hsd1.wa.comcast.net] has joined #kubuntu [07:59] aha, i had a stale asound.conf file sitting around [07:59] alsa must have broken configurations yet again. surprise surprise. === stepnjump [n=pmarches@CPE-69-76-165-143.kc.res.rr.com] has joined #kubuntu === lucretius [n=lucretiu@fon38-1-82-233-110-47.fbx.proxad.net] has joined #kubuntu [08:01] deleted it and sound's working fine now === maddash [n=maddash@unaffiliated/maddash] has joined #kubuntu === user_ [n=user@213.157.214.27] has joined #kubuntu === Noldoaran [n=robb@adsl-69-234-41-144.dsl.irvnca.pacbell.net] has joined #kubuntu === maddash [n=maddash@unaffiliated/maddash] has left #kubuntu [] === _roconnor is now known as roconnor === Nailz [n=nailz@cpc1-cani1-0-0-cust12.renf.cable.ntl.com] has joined #kubuntu === sebbar [n=sebbar@p57b3db35.dip.t-dialin.net] has joined #kubuntu === harmental [n=ricardo@AGrenoble-152-1-94-214.w86-200.abo.wanadoo.fr] has joined #kubuntu === techead [n=tec@cpe-76-184-171-116.tx.res.rr.com] has joined #kubuntu === viviersf [n=cain@196.44.1.98] has joined #kubuntu === underdog5004 [n=matthew@75.111.42.40] has joined #kubuntu === Martijn [n=martijn@cc642369-a.deven1.ov.home.nl] has joined #kubuntu === phimic [n=michels@skywalker.ruf.uni-freiburg.de] has joined #kubuntu === verena [n=verena@212.79.172.180] has joined #kubuntu === dhq_ [n=dhq@122.167.47.156] has joined #kubuntu [08:16] Is there an app I can install to get TV listings for my area so I can see what's on tonight? [08:16] ubuntu has a one click enable compiz dialog? does kubuntu have one? [08:17] vbgunz: not that i know of === steve__ [n=steve@adsl-75-28-0-180.dsl.sndg02.sbcglobal.net] has joined #kubuntu === matlec [n=matlec@HSI-KBW-091-089-081-226.hsi2.kabelbw.de] has joined #kubuntu === steve__ is now known as stevio [08:17] flaccid: I don't think so :/ [08:17] you are free to build it for us vbgunz === ubuntu_ [n=ubuntu@203.208.110.183] has joined #kubuntu === james__ [n=james@60-234-226-20.bitstream.orcon.net.nz] has joined #kubuntu === ubuntu_ is now known as Lamington [08:18] flaccid: I leave that honer to you sir ;) [08:18] im too busy helping here [08:18] Hello ! [08:18] heh, I am busy too, just not here :) [08:19] hi [08:19] This is my first look at feisty [08:19] As well as Konversation 1.01 === student [n=student@cub26.internetdsl.tpnet.pl] has joined #kubuntu [08:20] Well I guess I shall go install this thing and finally upgrade from 6.06 [08:20] caio [08:21] hey guys, anybody got advice or a good guide on creating separate home partition and installing feisty from there? [08:21] from there? [08:22] you can't [08:22] I mean [08:22] you need to boot from cd or dvd [08:22] !partition [08:22] Partitioning programs: !GParted or QTParted (also "man mkfs" for formatting) - Mounting partitions in Gnome under Dapper: System -> Administration -> Disks - For Edgy, see !fstab and !DiskMounter [08:22] just create a new part and symlink it to /home [08:22] sorry mount it to home not symlink [08:22] oooops sorry. I mean, just a guide to create separate home partition, basically. [08:22] but that option is ok as well [08:22] i don't know of one [08:23] its just another partition, so just use qtparted and make a part and fs of the desired type then put in fstab for /home mountpoint [08:23] Anybody else have sda devices for the old ATA drives in feisty? I have and my performance is very bad, hdparm will not work on sda devices. [08:24] will check it out, thaks flac. [08:24] np === stephan [n=stephan@p5b0a7c1a.dip.t-dialin.net] has joined #kubuntu === StephZ [n=stephane@feu30-1-82-242-57-73.fbx.proxad.net] has joined #kubuntu [08:29] Nobody here with sda experience? === flaccid looks at topic === ||arifaX [n=||arifaX@inetpop1.witron.de] has joined #kubuntu === cfraz89 [n=chris@bg53.anu.edu.au] has left #kubuntu ["Konversation] === milossramek [n=milos@158.195.85.178] has joined #kubuntu === maxx_k [n=max@kons-590e773d.pool.einsundeins.de] has joined #kubuntu === Zeddy [n=Zed@dsl-220-253-78-170.NSW.netspace.net.au] has joined #kubuntu === StephZ [n=stephane@feu30-1-82-242-57-73.fbx.proxad.net] has left #kubuntu ["Kopete] === bentob0x [n=laurent@ip-213-49-70-250.dsl.scarlet.be] has joined #kubuntu === unix_infidel_ [n=blue@adsl-68-94-29-9.dsl.rcsntx.swbell.net] has joined #kubuntu === hw_ [n=hw@87.139.57.5] has joined #kubuntu === Rumpa [n=jukka@dsl-087-94-111-181.lohjanpuhelin.fi] has joined #kubuntu === Martijn [n=martijn@cc642369-a.deven1.ov.home.nl] has left #kubuntu ["Kopete] === ubuntu_ [n=ubuntu@c-67-183-12-45.hsd1.wa.comcast.net] has joined #kubuntu === Smooph [n=Smooph@p54ae5aa2.dip.t-dialin.net] has joined #kubuntu === Greenery [n=greenery@61.6.232.29] has joined #kubuntu === ubuntu_ is now known as Ashex [08:41] okay, I need some help getting Kubuntu booting again === Cable86 [n=caleb@pool-71-113-193-89.frstil.dsl-w.verizon.net] has joined #kubuntu [08:42] I installed sabayon and it ran fine. However it screwed up the grub partitioning [08:42] so, even though I tried to install grub to the kubuntu boot partition, it still loads the sabayon boot partition [08:42] !grub > me === pgquiles [n=pgquiles@84.123.101.76.dyn.user.ono.com] has joined #kubuntu === i526543 [n=i526543@155.210.222.103] has joined #kubuntu === FeistyForge [n=forgeaus@124.243.164.119] has joined #Kubuntu [08:44] after I installed wpasupplicant, wired and wireless networking are disabled when I boot and I have to manually run /etc/init.d/networking restart. Any tip? (KUbuntu Edgy) === carve [n=carve@c-71-197-85-193.hsd1.ca.comcast.net] has joined #kubuntu [08:44] Guys, how can I tell what version of kubuntu I'm using please? Is there a bash shell command? [08:44] lsb_release -a [08:45] stepnjump: ^^ [08:45] gracias ardchoille [08:45] De nada === ubuntu_ [n=ubuntu@125.212.239.112] has joined #kubuntu === carve [n=carve@c-71-197-85-193.hsd1.ca.comcast.net] has left #kubuntu ["Konversation] === ubuntu_ is now known as ubuntu_hvthao === rpedro__ [n=rpedro@87-196-32-229.net.novis.pt] has joined #kubuntu [08:47] pgquiles, I also lost my wireless connection earlier yesterday. I don't know why. [08:47] It's now showing up but not working anymore [08:47] So you are not alone [08:47] :( === ubuntu_ [n=ubuntu@62.64.111.233] has joined #kubuntu === blenheim [n=blenheim@217-78-203-59.ktab.customers.dnainternet.fi] has joined #kubuntu === ubuntu_ [n=ubuntu@62.64.111.233] has left #kubuntu ["Konversation] [08:48] stepnjump: I lost wired and wireless but only when I boot. I am able to start it manually and works fine. WPA supplicant is somewhat involved. === Maneit [n=magnus@118.80-203-114.nextgentel.com] has left #kubuntu ["Konversation] === ubuntu_ [n=ubuntu@62.64.111.233] has joined #kubuntu === Hobbsee_ [n=Hobbsee@ubuntu/member/hobbsee] has joined #kubuntu [08:48] Hi guys! [08:49] Ihave a question [08:49] I guess it could have been worse... THat's always good [08:49] about feisty fawn === tom_ [n=tom@BSN-95-249-21.dsl.siol.net] has joined #kubuntu [08:49] can anybody help me? === stephan_ [n=stephan@p5b0a7c1a.dip.t-dialin.net] has joined #kubuntu === ubuntu_ is now known as Sereg === jay_ [n=jay@66.183.212.246] has joined #kubuntu === stephan_ is now known as Breit === Sereg is now known as Serega [08:50] Im running FEISTY GNOME but I prefer KAFFEINE to TOTEM. Since it has much better subtitle support. It takes guite some time for the first time launch of KAFFEINE per session since it has to load all of the KDE-CORE libs. Is it possible to recompile the KDE-CORE libs and somehow compile them just for Kaffeine so they would start faster and put them into /opt/KDE? Afterwards I would just need to recompile kaffeine and choose the --prefix=/opt/KDE? [08:50] . === Hobbsee_ is now known as Hobbsee === Smooph [n=Smooph@p54ae5aa2.dip.t-dialin.net] has left #kubuntu ["Kopete] === ark[1] [n=kyvlle@n14z172l86.broadband.ctm.net] has joined #kubuntu === matysek [n=333@87.244.220.26] has joined #kubuntu === zhan [n=zhan@60.166.113.129] has joined #kubuntu [08:51] Why konqueror does not connect to any host while all other application have good access to inernet [08:51] ? [08:51] ubuntu_ sorry I can't help you. I'm at 6.06 myself === jkkkj [n=joe@dslb-084-056-220-160.pools.arcor-ip.net] has joined #kubuntu [08:51] Feisty Fawn [08:51] Live bot === Hobbsee_ [n=Hobbsee@ubuntu/member/hobbsee] has joined #kubuntu [08:51] *boot [08:52] tom_: you may want to try prelink === nonuda [n=lesjaw@61.94.130.206] has joined #kubuntu [08:52] tom_: look at http://ubuntuforums.org/showthread.php?t=1971 and http://ubuntuforums.org/showthread.php?t=74197 [08:53] !mp4 [08:53] For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also http://help.ubuntu.com/ubuntu/desktopguide/C/common-tasks-chap.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats [08:53] !prelink [08:53] Sorry, I don't know anything about prelink - try searching on http://bots.ubuntulinux.nl/factoids.cgi [08:54] oO [08:54] PGQUILES: but prelinking in Feisty is not necessary any more. It does it automaticly === gemidjy [n=gemidjy@62.162.67.50] has joined #kubuntu === dani [n=dani@cpe-66-27-213-197.socal.res.rr.com] has joined #kubuntu [08:55] tom_: then you may try compiling Kaffeine statically, but I wouldn't do that [08:55] Here's another one guys: I just downloaded Firefox, how do I install this? It's a tar.gz === DeMolay [n=migui@87.235.1.81] has joined #kubuntu === Hobbsee_ is now known as Hobbsee [08:56] stepnjump: tar xvfz firefox.tar.gz, cd firefox, ./firefox.sh (or something like that) [08:56] stepnjump: Is there a reason you downloaded it instead of installing it with apt-get? [08:56] stepnjump: instructions are on firefox' site which you should always read before installing. however firefox is available in the repos. [08:57] PGQUILES: what would I gain by compiling it staticly === Jucato [n=jucato@ubuntu/member/Jucato] has joined #kubuntu [08:57] probably nothign [08:57] stepnjump: If you just want to install firefox, use the program "adept" in KDE Menu->System. Or type in a konsole window "sudo apt-get install firefox" === ubuntu__ [n=ubuntu@c-67-183-12-45.hsd1.wa.comcast.net] has joined #kubuntu [08:57] tom_: some speed (little if you are already using prelinking), but the drawback is Kaffeine would be huge [08:58] !grub > me === ubuntu__ is now known as Ashex [08:58] !grub > me [08:58] PGQUILES could U explain it to me what exactly does STATIC do? I always wondered about this. === unix_infidel [n=blue@unaffiliated/unixinfidel/x-8383745] has joined #kubuntu [08:59] Installed Firefox works fine [08:59] brb [09:00] Serega: Good deal. Could you give me an instance of a page that doesn't load using Konqueror? === nick_ [n=nick@host12-89-dynamic.8-87-r.retail.telecomitalia.it] has joined #kubuntu === tapio_ [n=tapio@cs27015035.pp.htv.fi] has joined #kubuntu [09:00] charwood: almost all. E.g. http://www.google.com [09:01] I hope it is some dumb default option of LiveCD [09:01] Serega: And it says "host not found" or something to that effect? [09:01] in koqui [09:01] charwood: "Could not connect to host http://www.google.com/" [09:02] Serega: Weird. Sorry. I've got nothing. [09:02] charwood: thanks for attempt to help me :) [09:03] ...and I like firefox anyway) [09:04] tom_: Executable files can be either dynamically linked or statically linked. Dynamic; When a program needs to use a library, it asks the operating system to open that library and then uses those files. In this way libraries are shared. Static: Instead of using the shared libraries, all of them are linked into one big program. === Lattyware [n=Latty@host86-133-32-114.range86-133.btcentralplus.com] has joined #kubuntu === pgquiles_ [n=pgquiles@84.123.101.76.dyn.user.ono.com] has joined #kubuntu === pmarchessault [n=pmarches@CPE-69-76-165-143.kc.res.rr.com] has joined #kubuntu [09:04] Serega: Agreed. Although I've got to give Konqie some props under 7.04. It really does work pretty well. [09:04] #ubuntu-it-chat === nick_ [n=nick@host12-89-dynamic.8-87-r.retail.telecomitalia.it] has left #kubuntu ["Konversation] === pgquiles_ is now known as di [09:05] tom_: did you receive my explanation about prelinking? (it looks like I was disconnected and don't know if my text arrived) [09:05] TROUBLE!!! Installer says me that Kiev(Ukraine) is GMT+3 but it is GMT+2 === viktoria [n=es@ASt-Lambert-151-1-84-134.w86-217.abo.wanadoo.fr] has joined #kubuntu [09:05] Serega; Perhaps a seismic shift moved Kiev and you didn't notice? [09:05] please add this notification [09:05] DI- no I did not receive. And anyhow isn't prelinking on by default now in Feisty === desti [n=desti@p5b01b17f.dip0.t-ipconnect.de] has joined #kubuntu [09:06] =)))))))) === cornelinux [n=koelbel@dslb-084-058-105-188.pools.arcor-ip.net] has joined #kubuntu [09:06] tom_: most programs use external libraries which provide functionality. For instance, Gnome uses Gtk+, Glib, Pango, etc. A shared object (roughly what windows users call "dynamic library") is a library which is available for all programs which need it. You save on disk space and memory, because most of the memory the library uses is shared between all the running programs which need it. Statically linking the library means the exact [09:06] opposite: you add all* the functions from the library to your executable, rendering it bigger (* actually "all the functions you need", not the whole library) [09:06] tom_: when an executable uses dynamic libraries, the system needs to look where the entry points (the "symbols") are. That consumes time. Statically linked executables do not need to look for symbols as that has been done when compiling the executable. [09:06] tom_: prelinking performs a pre-lookup for those symbols. That's why you need to re-prelink whenever you install a new version of an executable which was pre-linked or a new version of the library the executable was prelinked to. === anti [n=guenter@pd95b1060.dip0.t-ipconnect.de] has joined #kubuntu [09:06] tom_: http://en.wikipedia.org/wiki/Prelink === anti [n=guenter@pd95b1060.dip0.t-ipconnect.de] has left #kubuntu ["Konversation] === di is now known as pgquiles_ [09:06] I'm off to bed. Cheers all. [09:07] Hi there, does anybody got some experience with knetworkmanager and WLAN / WPA+EAP TLS? === praecox [i=mati73@borowiak.pl] has left #kubuntu [] [09:08] Serega: you konq problem is network related not konqueror === SSJ_GZ [n=SSJ@host-84-9-147-14.bulldogdsl.com] has joined #kubuntu === silensius [n=silensiu@103.19-240-81.adsl-dyn.isp.belgacom.be] has joined #kubuntu === ep|k [n=banie@60.53.54.149] has joined #kubuntu [09:09] hi all.. [09:10] flaccid: please note that adept and firefox work pretty good [09:10] know how to solv this --> [09:10] checking for C compiler default output file name... [09:10] configure: error: C compiler cannot create executables [09:10] adn Konversation :) [09:10] Serega: who said they didn't? [09:10] ep|k: do you have build-essential installed ? [09:11] flaccid: but if it is network-related problem why another application successfully use my network? [09:11] i don't know, thats what you have to find out, Serega [09:11] flaccid:how to do that? [09:12] flaccid: I realized that $) [09:12] :) [09:12] ep|k: install the package build-essential === zerothis [n=zerothis@cdm-75-109-248-53.asbnva.dh.suddenlink.net] has joined #kubuntu [09:12] moin [09:12] flaccid:using apt? [09:12] Serega: dns resolution is fine? ie. using the host command? and there is no proxy or anythign set in konqueror or kcontrol? [09:13] ep|k: apt or adept or whatever yes === TinaB [n=carl@81-234-249-124-no10.tbcn.telia.com] has joined #kubuntu [09:14] is there a way to switch to a app that's hidden or off the screen? i used kdocker and lost an app, but is still running [09:14] flaccid:tell me more detail..i'm newbie [09:14] zerothis: if its not on any of your desktops, use ksysguard and kill it. or kill it in konsole with kill [09:15] ep|k: sudo apt-get install build-essential === eugen [n=eugen@W3389.w.pppool.de] has joined #kubuntu [09:16] yes, i'd rather not kill it. I can kill kicker which prompts kdocker to reveal the apps then run kicker again. but then the icons end up all over my desktop instead of in my tray === abortd [n=abortd@ip-12-195-52-66.ncwcom.com] has joined #kubuntu [09:16] ok [09:16] thats basically the situation for drone gui apps === weiminji [n=weiminji@58.62.230.228] has joined #kubuntu === jussi01 [n=jussi@dyn3-82-128-187-225.psoas.suomi.net] has joined #kubuntu [09:17] DI - tnx for the explanation. So is Prelink on by default in feisty or I would need to set it up manually? === null_ [n=null@cpe-24-208-189-7.columbus.res.rr.com] has joined #kubuntu [09:18] eee === cirev4 [n=cirev4@87.218.239.175] has joined #kubuntu === zerothis [n=zerothis@cdm-75-109-248-53.asbnva.dh.suddenlink.net] has left #kubuntu ["Kopete] [09:20] kde? [09:20] tom_: prelink is not active by default in Feisty, it's not even installed in the default installation === salvo [n=salvo@ip-3-28-dyn.adsl.intratec.it] has joined #kubuntu [09:21] this is what says on forums: UPDATE 1/2/07: Prelink is no longer necessary in Feisty. Feisty uses a new linking mechanism called DT_GNU_HASH which dramatically speeds up the linking process without the need for continuously running this prelink program. Again, prelink is NOT useful starting from Feisty [09:21] *** http://ubuntuforums.org/showthread.php?t=74197 === flaccid bbl [09:21] Is anybody using the knetworkmanager? [09:22] cornelinux: yes === theo_ [n=theo@24-240-181-57.dhcp.stls.mo.charter.com] has joined #kubuntu === ubuntu_ [n=ubuntu@c-67-183-12-45.hsd1.wa.comcast.net] has joined #kubuntu === ubuntu_ is now known as Ashex [09:23] I have a slight problem [09:23] tmske: Thought so. Do you know anything about saving the settings for the configured wlans? Got WPA Enterprise and need to enter all certificates each time. [09:23] when i boot up, I just get the grub console [09:23] hi, what is the kde alternative to system monitor in gnome? [09:24] jussi01: press ctrl+esc [09:24] JohnFlux: thanks [09:24] jussi01: I think it is ksysguard [09:24] PGQUILES: so is now prelinking needed in feisty or not? Since the above posted forum says differently [09:25] jussi01: what are you using it for? [09:25] Ctrl+Esc = process table part of ksysguard. [09:25] JohnFlux: I just needed to kill a process [09:25] tom_: you never need prelinking, it's just a speed booster [09:25] cornelinux: check if they are saved in ~/.kde/share/config/knetworkmanagerrc [09:25] its all fixed now. thanks [09:25] jussi01: an X process? [09:25] tom_: and it's not installed in KUbuntu Feisty by default, therefore I guess it's not installed in Ubuntu Feisty either [09:25] JohnFlux: yeah [09:25] so my "adapt notifier" insists on not being on my status bar, but rather in a window of its own... how can i fix this? [09:26] tom_: you can find it in a moment: dpkg --get-selections | grep prelink [09:26] jussi01: you can also press ctrl+alt+esc and then click on the window you want to kill === mattis^ [n=mattis^@p54BD4B1C.dip.t-dialin.net] has joined #kubuntu [09:26] tmske: Indeed the settings are saved there, but when I want to connect, I am asked for all settings again [09:26] JohnFlux: thanks - thats nice and easy also... [09:26] that I know. but this thread http://ubuntuforums.org/showthread.php?t=74197 said it already is using DT_GNU_HASH which dramatically speeds up the linking process without the need for continuously running this prelink program === jussi01 is a recent convert frome gnome... [09:27] !grub > me [09:27] How to come into characters interface a kde [09:27] weiminji: alt+f2 kcharselect [09:28] cornelinux: does it show as Trusted=true? [09:28] and KeyStored=true? [09:29] tmske: yes, both === ubuntu_ [n=ubuntu@86.69.43.152] has joined #kubuntu [09:30] I have another quick question: whats the equivalent to libpam-keyring? Like i hate typing in my password at every boot for the wallet... [09:30] weiminji === ines [i=hidden-u@firewall.drtvnet.cg] has joined #kubuntu [09:30] !chinese [09:30] Sorry, I don't know anything about chinese - try searching on http://bots.ubuntulinux.nl/factoids.cgi [09:31] !zh [09:31] For Ubuntu help in Chinese #ubuntu-cn #ubuntu-tw #ubuntu-hk [09:31] !african [09:31] Sorry, I don't know anything about african - try searching on http://bots.ubuntulinux.nl/factoids.cgi [09:31] weiminji: ^^ [09:31] is anyone in here knowledgeable about grub? === BaudThief [n=codepoet@c58-107-141-106.rivrw8.nsw.optusnet.com.au] has joined #kubuntu [09:31] !nelson mandela [09:31] I swear, grub is like the black plague [09:31] Sorry, I don't know anything about nelson mandela - try searching on http://bots.ubuntulinux.nl/factoids.cgi [09:31] nobody wants to touch that topic [09:31] wth [09:32] nelson mandela is a promoter for ubuntu ubotu how dare you not know him [09:32] !botabuse | Toyd [09:32] Toyd: Please investigate with me only in /msg or in #ubuntu-bots (see also !Bot). Abusing the channel bots will only result in angry ops... [09:32] cornelinux: so you use kwalletmanager to save the password [09:32] :not kcharselect [09:32] ugh, I just pooched my ubuntu install by following one of those "hack your ubuntu install to make it faster" tutorials. I made a complete backup beforehand using partimage (~40gb), but for some reason, the restoration failed due to a "corrupt image file" [09:32] !respectabuse | ubotu [09:32] Sorry, I don't know anything about respectabuse - try searching on http://bots.ubuntulinux.nl/factoids.cgi [09:32] weiminji: For Ubuntu help in Chinese #ubuntu-cn #ubuntu-tw #ubuntu-hk [09:33] Toyd: please stop that [09:33] tmske: My faviroute way would be, that knetworkmanager remembers all the settings and all files and I just have to enter the passphrase for the private key. This is, what I would expect. [09:33] :( [09:33] Ashex: have you tried running grub-install again? [09:33] JohnFlux: yep [09:33] i'll write to Nelson Mandela and tell about this [09:33] NCAAP will be informed also [09:33] JohnFlux: sudo grub-install --root-directory=/boot /dev/sda [09:33] that command? [09:33] you can become the next Imus Jucato [09:33] I have /boot as a seperate partition [09:34] Toyd: Nelson Mandela is a promoter of the ubuntu concept, not of the Ubuntu OS [09:34] dont play semantics with me [09:34] i went to lawschool [09:34] Ashex: and when you boot up, it doesn't give you grub, right? [09:34] !offtopic | Toyd [09:34] Toyd: #kubuntu is the official Kubuntu support channel, for all Kubuntu-related support questions. Please use #kubuntu-offtopic for general chatter. Thanks! [09:34] sorry === |overlord| [n=ove@eltacco.dialup.corbina.ru] has joined #kubuntu [09:35] my botscript isnt perfect yet [09:35] JohnFlux: it sticks me directly into grub console [09:35] Toyd: then you should know how to follow rules. so please stop flooding the channel with bot searches [09:35] so, grub is installed, but it's not loading the menu.lst file [09:35] ok Jucato [09:35] :( [09:35] I was able to boot the kernel by typing the entries manually [09:35] Jucato, my pal :P [09:35] but it stopped after loading the kernel, since i didn't specify any flags [09:35] cornelinux: maybe you can ask in #kde because I don't know how to solve your problem [09:36] Ashex: which partition is /boot on? [09:36] Ashex: is that partition in /boot/grub/devices [09:36] JohnFlux: sdb1 [09:36] JohnFlux: you mean device.map? [09:36] Ashex: yeah sorry [09:36] device.map contains: (hd0) /dev/sda (hd1) /dev/sdb [09:37] so, it is in there [09:38] JohnFlux: any ideas? === insmod [n=insmod@d141-13-36.home.cgocable.net] has joined #kubuntu [09:39] hmm, I'm going to reboot real quick. I tried something a little different with grub-install [09:39] I know this channel is a bit biased towards KDE, i've basically bought a nvidia card and migrated from WinXP to Ubuntu + Beryl (gnome). I've gotta reinstall now due to a fuckup I dont know how to recover from, is it "better" for me to start over with KDE isntead of Gnome? [09:40] BaudThief: you could always install both === jonathan__ [n=jonathan@202.137.6.90] has joined #kubuntu [09:40] BaudThief: and try both === jervine [n=jon@cpc3-rdng9-0-0-cust431.winn.cable.ntl.com] has joined #kubuntu [09:41] JohnFlux: Is there much difference in the "feel" of it? I'm not really savvy enough to try installing both, all I know is I have a Kubuntu install disc (which presumably defaults to KDE) and an "Ubuntu" install disc that does gnome === yamal [n=yamal@Room641A.no-such-agency.net.ru] has joined #kubuntu === jaaroo [n=jaro@x53.mykey.cz] has joined #kubuntu [09:42] with the upgrade to 7.04 snd_hda_intel no longer works nor does gtk-gnutella -- if i apt-get it or build it [09:43] know how to solv this --> checking for X... configure: error: Can't find X libraries. Please check your installation and add the correct paths! === cj_ [n=cj@125.5.162.22] has joined #kubuntu [09:43] BaudThief: well, I'm a kde developer so I prefer kde :-D past that I can't really say sorry.. everyone has their own opinion heh [09:43] BaudThief: if you have an internet connection, it's no big deal to install both === Ashex [n=ahmed@c-67-183-12-45.hsd1.wa.comcast.net] has joined #kubuntu [09:44] JohnFlux, still there? [09:44] I get the grub menu now, with the kubuntu options [09:44] BaudThief: so install either one :-) [09:44] Ashex: any luck? [09:44] but now it just loads the kernel, it isn't loading the system :/ [09:45] JohnFlux: Heh thanks, i'll try the kubuntu disc out - if things get too spooky under KDE I guess i'll just add gnome to it somehow === neonlinux [n=kvirc@203.122.104.219] has joined #kubuntu [09:45] so, I've made at least some progress now [09:45] Ashex: hmm, sounds like your boot= option is wrong [09:45] But i still don't have a functional system :/ [09:45] hmm [09:45] BaudThief: it's pretty easy to install gnome :-) [09:45] would that be in the entry itself or located in the menu.lst? [09:46] BaudThief: from within kde [09:46] Ashex: in menu.lst === skirk [n=skirk@ip-103-163.sn2.eutelia.it] has joined #kubuntu [09:46] Ashex: you can do it from within grub at boot time, but it won't be permanent === cac [n=cac@222.217.125.159] has joined #kubuntu [09:46] ah [09:46] Ashex: make sure your root option is correct [09:47] the root option looks correct [09:47] unless... === Ashex tweaks it [09:47] nah, that wasn't it [09:47] the root option is right [09:47] or did you mean in the kernel string? === Dimanish [n=dimanish@217.16.29.216] has joined #kubuntu === user_ [n=user@213.157.214.47] has joined #kubuntu === kristyon [n=kristyon@ppp-80-47-122-80.lns.access.uk.tiscali.com] has joined #kubuntu [09:48] wow, so many people [09:48] JohnFlux: awesome :) gonna give it a shot then. Are there any imaging/backup programs that you'd recommend? I'm not too happy with partimage - is there something like norton's Ghost, which only copies 'used blocks' instead of rawdumping the whole drive? [09:48] hi :// === cntb [n=user@89-139-84-61.bb.netvision.net.il] has joined #kubuntu [09:48] >..< [09:49] Dimanish, closest thing I've found is g4l [09:49] !fd === mindcrusher[ro] [n=chatzill@astrofizica.fizica.unibuc.ro] has joined #kubuntu [09:49] Sorry, I don't know anything about fd - try searching on http://bots.ubuntulinux.nl/factoids.cgi [09:49] !flopyy [09:49] Sorry, I don't know anything about flopyy - try searching on http://bots.ubuntulinux.nl/factoids.cgi [09:49] !floppy [09:49] To mount floppy disks, see here : https://help.ubuntu.com/community/MakeFloppyDriveAvailableToEveryone [09:49] BaudThief: both root(hd0,0) and root=hda1 for example [09:49] Ashex: ^^ [09:49] !info dd [09:49] Package dd does not exist in feisty [09:49] ah === crube [n=crube@hoas-fe2cdd00-190.dhcp.inet.fi] has joined #kubuntu [09:49] !dd [09:49] Sorry, I don't know anything about dd - try searching on http://bots.ubuntulinux.nl/factoids.cgi [09:49] ah well [09:50] mindcrusher[ro] : ci face [09:50] Wel [09:50] Ubuntu stopped using /dev/foo and started using uuid back in edgy [09:50] Is it possible to hide toolbar from the other desktop when I'm switching between 2 desktops? [09:50] so, I'll have to boot the live disc to make sure it's correct [09:51] I want the toolbar to show on desktop1 but not on desktop 2 === viktoria [n=es@ASt-Lambert-151-1-84-134.w86-217.abo.wanadoo.fr] has joined #kubuntu === ubuntu_ [n=ubuntu@ppp199-95.lns1.bne1.internode.on.net] has joined #kubuntu [09:51] Ashex: you can try using /dev/foo anyway :-) === ubuntu__ [n=ubuntu@c-76-21-92-87.hsd1.ca.comcast.net] has joined #kubuntu [09:51] Heh, yeah [09:51] that's what I'm going to do [09:51] i joined this room to learn english :// [09:51] continue talking please :/// [09:51] I never liked the uuid system anyways :) === Dimanish [n=dimanish@217.16.29.216] has left #kubuntu [] [09:52] Ashex: well I think the correct way is that you edit the boot etc comments at the top of the file === prist_ [n=prist@213-140-19-121.fastres.net] has joined #kubuntu [09:52] Ashex: then you run grub-update, and that will do the UUID stuff === Dimanish [n=dimanish@217.16.29.216] has joined #kubuntu [09:52] this is what I get for playing with sabayon the week before LinuxFest === crowne__ [n=crowne@64.80.10.140] has joined #kubuntu [09:52] ah [09:52] well, I would use grub-update === Dimanish [n=dimanish@217.16.29.216] has left #kubuntu [] [09:52] but i'm not sure it will work properly on the live disc === Dimanish [n=dimanish@217.16.29.216] has joined #kubuntu [09:53] i will if you give it a param === zido [n=zido@80.179.6.34.static.012.net.il] has joined #kubuntu === HM_cet [n=a@cetic.customer.charleroi.belnet.net] has joined #kubuntu [09:53] Hello everybody === dwidmann [n=kuja@dpc67142237054.direcpc.com] has joined #kubuntu [09:53] flaccid, how so? [09:53] Hi Dr Nick! === BaudThief fucks off appropriately [09:56] give it a param of the hard disk in question === Dimanish [n=dimanish@217.16.29.216] has left #kubuntu [] [09:56] which channel to find some help with feisty ? [09:56] BaudThief: please watch your language [09:56] HM_cet: right here [09:56] HM_cet: here === Jucato waves to Admiral_Chicago [09:56] hey there Jucato!! :) long time no see === firephoto [n=tom@pool-71-115-218-80.spknwa.dsl-w.verizon.net] has joined #kubuntu === Rebecca [n=Rebecca@220-245-16-246.free.tpgi.com.au] has joined #kubuntu [09:56] all done chief === ep|k [n=banie@60.53.54.149] has left #kubuntu ["Konversation] [09:56] Admiral_Chicago: yeah. quite a while :) [09:56] hmm maybe not [09:56] hmm [09:56] time to try again [09:56] maybe thats just install [09:56] I modified the root to point to /dev/sdb3 [09:56] beryl+invidia+hibernate = ugly mess [09:56] dunno its on the forums or wiki or somewhere [09:56] which is the root partition [09:57] allo ??? [09:57] well === HM_cet [n=a@cetic.customer.charleroi.belnet.net] has left #kubuntu [] [09:57] HM_cet: here [09:57] Jucato: Hi! You usually know the answer to my every question. So, is there a way to have my toolbar hidden when changing to second desktop. I want my toolbar to show on desktop1 but not on desktop2. === nixternal [n=nixterna@ubuntu/member/nixternal] has joined #kubuntu [09:57] Is there any hope (or is it even possible) for vmware to support hardware 3d acceleration at a later date? [09:57] BaudThief: this isn't #vmware === neonlinux [n=kvirc@203.122.104.219] has left #kubuntu ["Time] [09:57] crube: I think there's no way to do that currently. === user___ [n=user@host-88-210-202-195.adsl.caucasus.net] has joined #kubuntu === crowne__ [n=crowne@64.80.10.140] has joined #kubuntu [09:57] the menu bar is static across desktops [09:57] note that I know of either [09:58] you mean toolbar as the KDE Panel (kicker) right? [09:58] ah by toolbar you mean main panel (kicker) [09:58] Jucato: Alright. Then I'll just have to keep hiding the toolbar. Thanks anyway :) === dplab [n=dplab@203.212.237.229] has joined #kubuntu [09:58] ah call it kicker === HM_cet [n=a@cetic.customer.charleroi.belnet.net] has joined #kubuntu [09:58] Ooooo [09:58] I hear the HD spinning [09:58] hello all [09:59] I need help to fix a bug with feisty [09:59] aw damnit [09:59] whats the bug? [10:02] startup freaks out because i used /dev/foo instead of uuid tags [10:02] ouch [10:02] !uuid [10:02] To see a list of your devices/partitions and their corresponding UUID's, run this command in a !shell: blkid (see https://wiki.ubuntu.com/LibAtaForAtaDisks for the rationale behind the transition to UUID) [10:02] hmm at least there is a wiki for it === root___ [n=root@89-139-84-61.bb.netvision.net.il] has joined #kubuntu [10:02] !floppy [10:02] To mount floppy disks, see here : https://help.ubuntu.com/community/MakeFloppyDriveAvailableToEveryone === Generic [n=ahmed@c-67-183-12-45.hsd1.wa.comcast.net] has joined #kubuntu [10:02] i prefer bios logical names myself but i guess uuid makes sense.... if there is actually something to abstract it from the user, which there is not atm === Generic is now known as Ashex [10:02] !uuid > me === ahmed_ [n=ahmed@c-67-183-12-45.hsd1.wa.comcast.net] has joined #kubuntu [10:02] I'm able to boot, so I'm hella happy right now [10:02] sweet [10:02] I've been working on this for close to 4 hours now [10:02] I hate grub errors :/ [10:02] I installed sabayon on another partition, which started all of this [10:03] gtk-gnutella does not go on 7.04 any ideas [10:03] well, i have discovered I have to choose between hibernate or beryl on my laptop. they are currently mutually exclusive. === zido [n=zido@80.179.6.34.static.012.net.il] has joined #kubuntu [10:03] normally I'd have waited until the weekend, but I'm supposed to be showcasing Feisty with beryl at LinuxFest this saturday === crowne__ [n=crowne@64.80.10.140] has joined #kubuntu [10:03] yeah there needs to be a frontend to manage grub/boot sector and so forth. at the moment its all manual/fix for users who don't know what to do === se7en_ [n=se7en@125-24-148-242.adsl.totbb.net] has joined #kubuntu [10:03] i did apt-get and a rebuild from source -- no go [10:03] insmod: whats the problem [10:05] yeah, it's kinda tedious at times [10:05] insmod is is in apt, so i disagree === sh4rk0 [n=sh4rk0@81.185.123.155] has joined #kubuntu [10:05] I /bin/bash: can't access tty; job control turned off [10:05] It appears after going sleeping for the 4 or 5 time [10:05] my usb mouse don't work anymore [10:05] can't gain access to kde [10:05] nor to a standard login screen === sh4rk0 [n=sh4rk0@81.185.123.155] has left #kubuntu ["Konversation] === franz_ [n=franz@vie-062-116-122-005.dsl.sil.at] has joined #kubuntu === PatrickWst [n=Patrick@AMarseille-256-1-21-159.w86-219.abo.wanadoo.fr] has joined #kubuntu === MartYanu [i=MartYanu@86.121.2.103] has joined #Kubuntu [10:05] hello === Guest6259669 is now known as Ozymandias2 [10:05] when I insert the CD in the drive, should any install wizard pup-up? [10:05] unable to retrieve: no alternate locations known [10:05] Illegal instruction (core dumped) === IRCArch [n=IRCArch@81.171.111.142] has joined #kubuntu [10:05] I mean the Kubuntuu 7.04 CD === zido [n=zido@80.179.6.34.static.012.net.il] has joined #kubuntu === jmvns1 [n=jmvns1@sb-217-129-120-240.netvisao.pt] has joined #kubuntu [10:05] Guest62't work5966: doesn === neoj_ [i=joen@infa.abo.fi] has joined #kubuntu === Riddelll [i=jr@muse.19inch.net] has joined #kubuntu === dr-ini_ [n=drini@planetmath.cc.vt.edu] has joined #kubuntu [10:05] insmod: what is outputting that === gnomefre1k [n=gnomefre@adsl-144-154-3.rmo.bellsouth.net] has joined #kubuntu [10:05] Guest62't work5966: doesn't work === sonofthe1layr [n=luke@C-59-101-231-1.bur.connect.net.au] has joined #kubuntu === jenda_ [n=jenda@freenode/staff/ubuntu.member.jenda] has joined #kubuntu === tdn_ [n=tdn@zeus.sikkerhed.org] has joined #kubuntu [10:07] flaccid: in term [10:07] MartYanu: you would like to install feisty? [10:07] I got a BusyBox msg [10:07] Any hope for help ? [10:07] .... [10:07] I think i need a guru with this [10:07] I tried many things always backing up stuff [10:07] but no way === bjosva [n=bjosva@213.67.130.237] has joined #kubuntu [10:07] ok see you guys ! === jHoNDoE [n=irc@ip70-176-125-252.ph.ph.cox.net] has joined #kubuntu === anti [n=guenter@pd95b1060.dip0.t-ipconnect.de] has joined #kubuntu [10:07] insmod: it just appears in term by itself? [10:07] Ah Ha! [10:07] That's why it flipped out [10:07] for some reason, the uuid's changed === anti [n=guenter@pd95b1060.dip0.t-ipconnect.de] has left #kubuntu ["Konversation] [10:07] Ashex: serious? so that means that UUID doesn't actually work? [10:07] flaccid: no the icon crashes dissapears so i type it in konsole to see output [10:07] flaccid, apparently [10:07] it didn't mount the /boot partition because it couldn't figure out the uuid [10:07] insmod: what do you type to get it????????????? [10:07] thx for responding so quickly [10:07] after I mounted it manually, I ran update-grub [10:07] HM_cet: cya [10:07] and it gave back an error about not resolving a uuid [10:08] flaccid: gtk-gnutella -- the same as any other distro [10:08] insmod: thanks took a long time to get that out of you. and it fails to run within in kde ie. run program, not a terminal emulator [10:08] ? [10:08] flaccid: ya [10:09] insmod: search for it as a bug on launchpad, otherwise create a new bug [10:09] !info gtk-gnutella [10:09] gtk-gnutella: shares files in a peer to peer network. In component universe, is optional. Version 0.96.3-0ubuntu1 (feisty), package size 2205 kB, installed size 7548 kB === crowne__ [n=crowne@64.80.10.140] has joined #kubuntu [10:09] and that is with the above package ? [10:09] flaccid: i even rm the .gtk-gnutella dir === nixternal [n=nixterna@c-71-194-189-213.hsd1.il.comcast.net] has joined #kubuntu [10:10] Hookay [10:10] I'm going to call it a night === Juki [n=Jukka@dsl-hpo-fef3fb00-4.dhcp.inet.fi] has joined #kubuntu [10:10] if you remove it then it won't run [10:10] because its not there [10:10] I have to get up for work in like 6 hours :/ === fdoving [n=frode@edge.lnix.net] has joined #kubuntu [10:10] flaccid: that is the config dir [10:10] flaccid: stay with me [10:10] lol [10:10] insmod: you never said config dir === Riddelll is now known as Riddell [10:10] i've never used gtk-gnutella so i don't know the file listing... [10:10] submit a bug [10:10] !bugs [10:10] If you find a bug in Ubuntu or any of its derivatives, please file a bug report at: http://bugs.ubuntu.com/ - Bugs in/wishes for the bots can be filed at http://launchpad.net/products/ubuntu-bots [10:11] hello [10:11] to all [10:13] hey there cj_ === hjpeel [n=hjpeel@93-120-221-74-txlbb.xanadoo.com] has joined #kubuntu === bentob0x [n=laurent@ip-213-49-70-250.dsl.scarlet.be] has joined #kubuntu [10:14] flaccid: i reaks even when i build my own [10:14] insmod: so? [10:14] put that in the bug report === Kazade [n=luke@riverhal.gotadsl.co.uk] has joined #kubuntu [10:14] hi Admiral_Chicago === iNiku_ [i=ntoivola@he.fi] has joined #kubuntu === Chousuke_ [i=oranenj@jolt.modeemi.cs.tut.fi] has joined #kubuntu === sulan_ [n=ksjoberg@1-1-4-23a.lio.sth.bostream.se] has joined #kubuntu === ubuntu_ [n=ubuntu@59.182.41.10] has joined #kubuntu [10:14] flaccid: just saying it can't work with the current build [10:14] yep thats why you submit a bug :) === zido [n=zido@80.179.6.34.static.012.net.il] has joined #kubuntu === goldenear [n=goldenea@2001:6f8:392:1:213:2ff:fe4a:53a7] has joined #kubuntu === kraut [i=fek@blackhole.packetloss.biz] has joined #kubuntu === n0u [n=Chaton@unaffiliated/nou] has joined #kubuntu === goldenear [n=goldenea@2001:6f8:392:1:213:2ff:fe4a:53a7] has joined #kubuntu === bjosva [n=bjosva@213.67.130.237] has joined #kubuntu === dromer [i=dreamer@137.224.241.21] has joined #kubuntu === sbrath [n=sbrath@crash.workpc.tds.net] has joined #kubuntu === Evil_DuDe [i=tuutti@distrust.valontuoja.net] has joined #kubuntu [10:14] netsplit === mhb [n=mhb@64.73.broadband3.iol.cz] has joined #kubuntu === mrigns [n=mrigns@ACAEDDAE.ipt.aol.com] has joined #kubuntu === TuTuFF [n=kryptik@abyss.demon.co.uk] has joined #Kubuntu === Minataku [i=Ed@unaffiliated/payphoneed] has joined #kubuntu === pestilence [n=pestilen@unaffiliated/pestilence] has joined #kubuntu === crowne__ [n=crowne@64.80.10.140] has joined #kubuntu === Tm_T slaps Evil_DuDe === kraut [i=fek@blackhole.packetloss.biz] has joined #kubuntu === mth`MAW [n=marcel@e176218229.adsl.alicedsl.de] has joined #kubuntu === nixternal [n=nixterna@ubuntu/member/nixternal] has joined #kubuntu === mth`MAW is now known as maw_testet === AmyRose [n=amyrose@user-12l2tg3.cable.mindspring.com] has joined #kubuntu === stephan_ [n=stephan@p5b0a7c1a.dip.t-dialin.net] has joined #kubuntu === stephan_ is now known as oti === oti is now known as otaco === stephan_ [n=stephan@p5b0a7c1a.dip.t-dialin.net] has joined #kubuntu === stephan_ is now known as lancore89 === otaco is now known as oti === Menda [n=Menda@ablt15.neoplus.adsl.tpnet.pl] has joined #kubuntu === stephan_ [n=stephan@p5b0a7c1a.dip.t-dialin.net] has joined #kubuntu [10:20] hi === crowne__ [n=crowne@64.80.10.140] has joined #kubuntu === maw_testet [n=marcel@e176218229.adsl.alicedsl.de] has left #kubuntu [] [10:21] thanks flaccid and JohnFlux [10:21] I'm out [10:21] cya === usuario [n=usuario@80.Red-83-34-4.dynamicIP.rima-tde.net] has joined #kubuntu === stephan_ is now known as schtiev === Sh4rk0 [n=sh4rk0@81.185.123.155] has joined #kubuntu [10:21] hello === nixternal [n=nixterna@ubuntu/member/nixternal] has joined #kubuntu === Tm_T kicks nixternal [10:24] Is what somebody can say to me if one can record the video one with [10:24] gxine? === ubuntu_ is now known as rohan [10:24] i dont understand, Sh4rk0 [10:24] I would like to record the video one... === silensius_ [n=silensiu@11.19-240-81.adsl-dyn.isp.belgacom.be] has joined #kubuntu === animimotus [n=animimot@unaffiliated/animimotus] has joined #kubuntu === dani [n=dani@cpe-66-27-213-197.socal.res.rr.com] has joined #kubuntu [10:25] is what I can with gxine ? === dani [n=dani@cpe-66-27-213-197.socal.res.rr.com] has left #kubuntu [] [10:25] don't know sorry [10:25] !capture [10:25] Sorry, I don't know anything about capture - try searching on http://bots.ubuntulinux.nl/factoids.cgi [10:25] what source is the video? [10:25] yes capture [10:25] sorry for my english [10:25] wait please [10:26] http://www.nt1.tv/nt1adsl/nt1_adsl.asp === crowne__ [n=crowne@64.80.10.140] has joined #kubuntu [10:26] Tv for adsl [10:26] what is that? [10:26] oh you wanna rip === cj_ [n=cj@125.5.162.22] has joined #kubuntu [10:27] documentaire [10:28] you need to hack their webpage basically === aldin [n=aldin@cm-4919.europronet.ba] has joined #kubuntu [10:30] i doubt there is going to be anythign out there for that particular site.. === busfahrer [n=busfahre@p57b57b88.dip.t-dialin.net] has joined #kubuntu === vontux [n=vontux@pool-72-87-174-236.plspca.dsl-w.verizon.net] has joined #kubuntu [10:30] hi, ./configure-d domino but make gives me error anyone tried domino style on feisty fawn? [10:30] heh that page crashes konqueror on my system, freezes opera and crashes firefox. [10:30] aldin: what is the error message === neversfelde [n=neversfe@nrbg-4db44035.pool.einsundeins.de] has joined #kubuntu === Ryiel [n=ryiel@183-20-36.ip.adsl.hu] has joined #kubuntu === Sh4rk0 [n=sh4rk0@81.185.123.155] has left #kubuntu ["Konversation] [10:30] flaccid: i will paste it just sec [10:30] pastebin pls === sb9 [n=stefan@kipproxy2.kip.uni-heidelberg.de] has joined #kubuntu === busfahrer [n=busfahre@p57b57b88.dip.t-dialin.net] has joined #kubuntu === wolferine [n=profx@unaffiliated/wolferine] has joined #kubuntu === dwidmann [n=kuja@dpc67142237054.direcpc.com] has joined #kubuntu === shentey [n=shentey@dslb-088-074-005-096.pools.arcor-ip.net] has joined #kubuntu === crowne__ [n=crowne@64.80.10.140] has joined #kubuntu === SlyWeapon [n=teufel@67.137.150.70] has joined #kubuntu [10:33] error is this http://pastebin.ubuntu-nl.org/17556/ === mattis^ [n=mattis^@p54BD4B1C.dip.t-dialin.net] has left #kubuntu [] === rob__ [n=rob@user-11207p1.dsl.mindspring.com] has joined #kubuntu [10:36] aldin: looks like your a missing at least one source header. see contact domino [10:36] !find domino [10:36] flaccid: i have installed kdelibs4-dev qt3-dev-tools what else... but configure goes well [10:36] File domino found in fetchmail [10:36] domino is not in the repos [10:36] aldin: yeah [10:36] (the widget style) === nicola [n=nicola@host181-118-dynamic.59-82-r.retail.telecomitalia.it] has joined #kubuntu === kaptengu [n=kaptengu@c213-100-60-183.swipnet.se] has joined #kubuntu [10:36] i was querying ubotu but ok [10:36] i think it compiled well on edgy AFAIK [10:37] hey, got a problem... upgraded to feisty and now samba is unaccessable from other computers, it was working in edgy no problem, here is the smb.conf I have been using since dapper... http://pastebin.sk/en/1419/ [10:37] SlyWeapon: what does the log say === user_ [n=user@213.157.214.11] has joined #kubuntu === crowne__ [n=crowne@64.80.10.140] has joined #kubuntu [10:39] SlyWeapon: i would start by at least adding workgroup and security directives to smb.conf as well as server string [10:39] flaccid: that is already there === stephan_ [n=stephan@p5b0a7c1a.dip.t-dialin.net] has joined #kubuntu [10:39] anybody has the same probem and a answer to GEFORCE FX 5200 / UBUNTU 7.04 / BLANK SCREEN AT BOOT [10:39] SlyWeapon: no its not === chi0__ [n=chi0@c-75-71-198-122.hsd1.co.comcast.net] has joined #kubuntu === stephan_ is now known as dom` [10:41] flaccid: well it was, but controlcenter/kcontrol keeps removing them [10:41] i've had that too [10:41] once of the reasons i hate kubuntu [10:41] what version of ubuntu? [10:42] but replacing them manually doesn't work either way [10:42] [2007-04-25 18:37] SlyWeapon: what does the log say === edavis10 [n=eric@68-116-82-188.dhcp.trlk.ca.charter.com] has joined #kubuntu [10:42] se7en_, ask in #ubuntu-effects === crowne__ [n=crowne@64.80.10.140] has joined #kubuntu [10:43] thanks wolferine [10:43] flaccid: ...trying to remember where they are...tired === chris_ [n=chris@bb121-6-187-69.singnet.com.sg] has joined #kubuntu [10:43] /var/log/samba === Fri13 [n=Fri13@86-60-137-67-dyn-dsl.ssp.fi] has joined #kubuntu === chris_ is now known as snowstorm [10:44] output of testparm would also be of use === user___ [n=user@host-88-210-234-155.adsl.caucasus.net] has joined #kubuntu [10:44] how do I install a wallpaper system wide, ie in /usr/share/wallpapers ? === jack_wyt [n=jack@61.149.1.32] has joined #kubuntu [10:44] flaccid: says nothing,,,just states that samba has started from when I restarted it [10:44] snowstorm: just put it there [10:44] SlyWeapon: which log was that [10:44] both [10:45] SlyWeapon: you have syslog only = yes so it will be in syslog instead === hoora_ [i=ariel@gateway/tor/session] has joined #kubuntu [10:47] nmbd and smbd read the same === jay__ [n=jay@66.183.212.246] has joined #kubuntu === roconnor [n=roconnor@n138169.science.ru.nl] has joined #kubuntu === jussi01 [n=jussi@dyn3-82-128-187-225.psoas.suomi.net] has joined #kubuntu [10:47] like i said you have it as syslog only [10:48] output of smbclient -NL //localhost would also be handy === eveline [n=eveline@host71-161.pool8249.interbusiness.it] has joined #kubuntu [10:48] :) byez === eveline [n=eveline@host71-161.pool8249.interbusiness.it] has left #kubuntu ["Konversation] [10:48] flaccid, thanks, but what are those .desktop files that I see there? === naught101 [n=naught10@60-242-222-210.tpgi.com.au] has joined #kubuntu === risto [n=risto@dsl-olubrasgw1-fe4efb00-196.dhcp.inet.fi] has joined #kubuntu === hoora_ [i=ariel@gateway/tor/x-ab492e84ffec500e] has joined #kubuntu === Edulix [n=edulix@198.Red-83-55-176.dynamicIP.rima-tde.net] has joined #kubuntu === ryks [n=ryks@82.79.238.214] has joined #kubuntu [10:48] snowstorm: iirc they are similar to windows shortcuts === silensius__ [n=silensiu@91.194-247-81.adsl-dyn.isp.belgacom.be] has joined #kubuntu [10:48] flaccid: here http://pastebin.sk/en/1420/ [10:48] hi all === crowne__ [n=crowne@64.80.10.140] has joined #kubuntu [10:50] have a problem [10:50] new in linux ...just few days ago [10:50] sao [10:50] so [10:50] i have kubuntu [10:50] SlyWeapon: what file is that? === pgquiles__ [n=pgquiles@84.123.101.76.dyn.user.ono.com] has joined #kubuntu [10:50] smbd [10:50] [2007-04-25 18:46] like i said you have it as syslog only [10:50] [2007-04-25 18:46] output of smbclient -NL //localhost would also be handy [10:50] changed that [10:50] and thats all it put out [10:50] [2007-04-25 18:44] output of testparm would also be of use [10:50] !ask === dromer_ [i=dreamer@137.224.241.21] has joined #kubuntu [10:50] Don't ask to ask a question. Just ask your question :) [10:51] i need to instal xine [10:51] flaccid, any idea why they are there? is it for displaying in the system settings? [10:51] bat how? === madaucer_ [i=madaucer@62.204.0.142] has joined #kubuntu === bjosva [n=bjosva@h237n1fls33o99.telia.com] has joined #kubuntu [10:53] but how? [10:53] because i new in linux and........... [10:53] and a player to leasen mp3 [10:53] don t now what verzio === goldenear [n=goldenea@2001:6f8:392:1:213:2ff:fe4a:53a7] has joined #kubuntu === n0u [n=Chaton@unaffiliated/nou] has joined #kubuntu === goldenear [n=goldenea@2001:6f8:392:1:213:2ff:fe4a:53a7] has joined #kubuntu [10:53] snowstorm: its normal iirc. you could ask and confirm this in #kde === RawSewage [n=RawSewag@209-180-234-31.eugn.qwest.net] has joined #Kubuntu === sbrath [n=sbrath@crash.workpc.tds.net] has joined #kubuntu [10:53] sorry this fuk n keybord in german caracter === Evil_DuDe [i=tuutti@distrust.valontuoja.net] has joined #kubuntu === bentob0x [n=laurent@ip-213-49-70-250.dsl.scarlet.be] has joined #kubuntu === Juki [n=Jukka@dsl-hpo-fef3fb00-4.dhcp.inet.fi] has joined #kubuntu === pestilence [n=pestilen@unaffiliated/pestilence] has joined #kubuntu === TuTuFF [n=kryptik@abyss.demon.co.uk] has joined #Kubuntu [10:53] flaccid: heres smbclient output: http://pastebin.sk/en/1421/ [10:53] SlyWeapon: are the windows clients machines on workgroup WORKGROUP as well? === dom` [n=stephan@p5b0a7c1a.dip.t-dialin.net] has left #kubuntu ["Konversation] === pioter [n=pioter@acop1.neoplus.adsl.tpnet.pl] has joined #kubuntu [10:54] cze [10:54] ryks: what do you need? === ryks is now known as guest1 [10:54] flaccid: yes...the only thing that has changed is that I upgraded to feisty === guest1 is now known as ryks [10:54] hi [10:54] jest kros z polski [10:54] fineelly [10:54] flaccid, ok thanks [10:54] flacid === crowne__ [n=crowne@64.80.10.140] has joined #kubuntu [10:54] ryks for keyboard Alt+F2 -> setxkbmab us/de/it etc [10:54] have kubuntu === mindspin [n=mindspin@unaffiliated/mindspin] has joined #kubuntu [10:54] SlyWeapon: what the hostname of this computer [10:54] but without xine [10:55] and a player for mp3 [10:55] ryks u have kaffeine in kubuntu [10:55] yes [10:55] ryks: and amarok [10:55] flaccid: kubuntu/samba = hellztitan1 [10:55] but doesn t work in video [10:55] yes [10:55] the same [10:55] missing codecs? [10:55] ryks: sudo 'apt-get install libxine-extracodecs' === _seaLne [n=seaLne@obelisk.wasters.com] has joined #kubuntu === fdoving [n=frode@edge.lnix.net] has joined #kubuntu [10:56] so just a question i have!plz [10:56] !codecs > ryks [10:56] ryks: say [10:56] pOLAND? === alexissoft [n=alexis@robertlan.eu.org] has joined #kubuntu [10:56] how can i install a software in linux? [10:56] ryks go to [10:56] kmenu-system-adept [10:56] in kubuntu? [10:59] SlyWeapon: and does smbclient -N //localhost/shared work? [10:59] anyone know a nice pinball game on linux such as the one on windows? [10:59] yes [10:59] connection failed [10:59] ryks: yes [10:59] SlyWeapon: does the computer come up in network neighbourhood? [10:59] on the windows clients [10:59] in WORKGROUP [10:59] flaccid: yep [10:59] hel plz server pl???? [10:59] i thought you said it was inaccessible [10:59] !ask > pioter [10:59] SlyWeapon: you problem is the configuration of the individual shares === jr [n=jr@87-194-29-91.bethere.co.uk] has joined #kubuntu === andremarte [n=andremar@host136-185.pool8250.interbusiness.it] has joined #kubuntu [10:59] aha [10:59] the suse or eny platform it s the same with kubuntu >? [10:59] too dificoult ............... [10:59] aldin? [10:59] this server is too slow......here ...... [11:00] basically check your logs after trying to access the share from windows. then you will see if the windows client is loggin on incorrectly. eg wrong username. but your shares don't look right for access anyway === MartYanu [i=MartYanu@86.121.12.197] has joined #Kubuntu === crowne__ [n=crowne@64.80.10.140] has joined #kubuntu === dhq_ [n=dhq@122.167.33.73] has joined #kubuntu [11:00] no suse and kubuntu are not the same. [11:00] hi, how can I configure PPPOE on Kubuntuu? [11:00] !ppp === dhq_ is now known as dhq [11:00] I have WAN Miniport connection [11:00] !ppoeconf [11:00] Sorry, I don't know anything about ppp - try searching on http://bots.ubuntulinux.nl/factoids.cgi [11:00] Sorry, I don't know anything about ppoeconf - try searching on http://bots.ubuntulinux.nl/factoids.cgi [11:00] !info pppoeconf [11:00] pppoeconf: configures PPPoE/ADSL connections. In component main, is standard. Version 1.12ubuntu1 (feisty), package size 20 kB, installed size 312 kB [11:00] !modme [11:00] Sorry, I don't know anything about modme - try searching on http://bots.ubuntulinux.nl/factoids.cgi [11:00] !modem [11:00] You want to connect via dial-up? Read https://help.ubuntu.com/community/DialupModemHowto [11:00] flaccid: there has never been a problem with the shares before [11:02] SlyWeapon: and your point is ? [11:02] ryks: i am here say [11:02] SlyWeapon: if you don't believe me, go to #samba === stefano_ [n=stefano@host231-253.pool8253.interbusiness.it] has joined #kubuntu [11:02] flaccid: nothing has changed in respect to samba, thus it should still work === andremarte [n=andremar@host136-185.pool8250.interbusiness.it] has left #kubuntu ["Konversation] [11:02] SlyWeapon: ok if you say so..... [11:02] flaccid, I have a Q, I'm on the windows now, and Kubuntu is installed on this pc too, how can I listen a mp3 from D:\ or how can I get into C:\, etc === sito [n=sito@87.219.114.246] has joined #kubuntu [11:02] !samba > MartYanu [11:02] !samba [11:02] samba is is the way to cooperate with Windows environments. Links with more info: https://wiki.ubuntu.com/MountWindowsSharesPermanently and http://help.ubuntu.com/ubuntu/serverguide/C/windows-networking.html - Samba can be administered via the web with SWAT [11:02] maybe that will help you as well SlyWeapon if you dont wanna listen to me [11:04] so let s talk in private way [11:04] flaccid: I have tried it with no security features...completely open shares...same problem === bjosva [n=bjosva@h237n1fls33o99.telia.com] has joined #kubuntu === goldenear [n=goldenea@2001:6f8:392:1:213:2ff:fe4a:53a7] has joined #kubuntu === n0u [n=Chaton@unaffiliated/nou] has joined #kubuntu === goldenear [n=goldenea@2001:6f8:392:1:213:2ff:fe4a:53a7] has joined #kubuntu [11:04] SlyWeapon: you just dont listen do you [11:04] flaccid, the problem is, as I said, I don't have connection on the kubuntu :o) [11:04] so, I can't sudo apt-get install samba === AmyRose [n=amyrose@user-12l2tg3.cable.mindspring.com] has joined #kubuntu [11:04] ryks: ping [11:04] MartYanu: you are a hacker? [11:04] NO, lol [11:04] then why do you not have access to the machine? [11:04] LOL, the distro is installed on my machine (this) === tomi [n=tomi@a85-156-234-139.elisa-laajakaista.fi] has joined #kubuntu [11:04] flaccid: you haven't said anything of use, the conf was setup following instructions from samba === stefano_ is now known as coren_away === Evil_DuDe [i=tuutti@distrust.valontuoja.net] has joined #kubuntu === SlyWeapon [n=teufel@67.137.150.70] has left #kubuntu ["Kopete] === bentob0x [n=laurent@ip-213-49-70-250.dsl.scarlet.be] has joined #kubuntu === nixternal [n=nixterna@ubuntu/member/nixternal] has joined #kubuntu [11:05] hi aldin [11:05] SlyWeapon: im configured a few thousand samba servers. who knows more? [11:05] doesn t work === Trubadurix [n=lol@85.218.156.120] has joined #kubuntu [11:05] you did not understood me, I cannot connect to the net on kubuntu, because I don't have the pppoe configured, doh! [11:05] ryks: tell whats bother u [11:05] [2007-04-25 19:00] basically check your logs after trying to access the share from windows. then you will see if the windows client is loggin on incorrectly. eg wrong username. but your shares don't look right for access anyway <--- if windows is denied it will show the answer in the log ffs! === ylrahc [n=charly@fny94-1-82-67-168-149.fbx.proxad.net] has joined #kubuntu [11:06] so i have kubunu on my computer === crowne__ [n=crowne@64.80.10.140] has joined #kubuntu [11:06] MartYanu: what does sharing with samba have to do with ppp ? [11:06] but i need to see some movies === djdarkman__ [n=djdarkma@cl-86-125-137-204.cablelink.mures.rdsnet.ro] has joined #kubuntu [11:06] missing xine and other stuff [11:06] oh my god [11:06] can i download kubuntu so when i install it there is no gnome applications? u know if i install kde on ubuntu there is gnome still applications [11:06] flaccid, how can I get the sambe if I don't have net on it? === skyion [n=skyion@ns1.dcdata.co.za] has joined #kubuntu [11:07] ryks: ok, Kmenu->system->adept-manager [11:07] MartYanu: install it from the cd with apt-cdrom === pioter [n=pioter@acop1.neoplus.adsl.tpnet.pl] has left #kubuntu ["Konversation] [11:07] ryks: tell me when ur done [11:07] aha [11:07] momment [11:07] hey everyone ;) [11:07] i am in manager [11:07] oh let's start with the pppoe [11:07] administrator adept [11:08] ryks: ok, in search type xine-ui [11:10] how can I get the package? [11:10] is kubuntu 7.04 relesed? === ylrahc [n=charly@fny94-1-82-67-168-149.fbx.proxad.net] has joined #kubuntu [11:10] nada [11:10] nothing so far [11:10] aldin? [11:10] Trubadurix: yes! [11:10] !apt-cdrom [11:10] Sorry, I don't know anything about apt-cdrom - try searching on http://bots.ubuntulinux.nl/factoids.cgi [11:10] flaccid: lol, it doesnt know hehe, [11:10] aldin: but it is still beta? its heurd 5 will there come heurd 6? or is it final relese? [11:10] Trubadurix: kubuntu.com [11:10] Trubadurix: fINAL [11:10] !info apt-cdrom [11:10] Package apt-cdrom does not exist in feisty [11:10] i think it comes with apt [11:10] sudo apt-cdrom add -> put ur cd in press enter [11:10] are you talking to me? === kaltwind [n=kaltwind@217.196.214.106] has joined #kubuntu [11:10] pppoeconf: configures PPPoE/ADSL connections. In component main, is standard. Version 1.12ubuntu1 (feisty), package size 20 kB, installed size 312 kB <- how can I get that package? [11:10] MartYanu: sudo apt-cdrom add [11:10] im give up [11:10] ryks: ok, so u dont have repositories set... inmain menu of adept go to adept->managerepositories [11:10] MartYanu: its already installed afaik [11:10] ryks: sweet [11:11] it is standard === kaltwind is now known as kaltwind_ [11:11] ryks: !!!!! NO [11:11] aldin: thanx [11:11] MartYanu: then comment out the online sources then run sudo apt-get update, then you should be able to install it [11:11] k === kaltwind_ is now known as kaltwind [11:11] tmske: sorry, I went for breakfast. Do you got an idea, why I need to enter all credentials with knetworkmanager [11:11] I'm frozed [11:11] flaccid: no. afaik, pppoecong works out of the box [11:11] I'm new to linux, it's the first time I use it heh === crowne__ [n=crowne@64.80.10.140] has joined #kubuntu === l3mr [n=l3mor@ifidyn202.ifi.unizh.ch] has joined #kubuntu [11:12] my bad [11:12] i misread [11:12] its optional on most other distros === USMarine [n=wtf@87-196-96-56.net.novis.pt] has joined #kubuntu === nixternal_ [n=nixterna@ubuntu/member/nixternal] has joined #kubuntu [11:12] MartYanu: sudo pppoeconf [11:12] ryks: ? [11:12] MartYanu: open up konsole, type sudo pppoeconf [11:13] !modem [11:13] You want to connect via dial-up? Read https://help.ubuntu.com/community/DialupModemHowto [11:13] fsck...OO.o keeps crashing on me [11:13] what managerrepositories? [11:13] !adsl [11:13] Setting up an ADSL/PPPoE connection? Look at https://help.ubuntu.com/community/ADSLPPPoE [11:13] you can follow either of those guides too [11:13] missing that [11:13] I tried ./pppoeconf, and it doesn't find any pppoe accessor installed [11:13] MartYanu: thats not the command we advised [11:13] administrator adept? [11:17] ryks: are u in adept window [11:17] so aldin i think kubuntu is a little diferit from other platforms [11:17] right? [11:17] here dont have a managerepositories [11:17] aldin? [11:17] cornelinux: I have no further ideas, maybe you can ask your question on #kde === nino [n=nino@80.237.8.168] has joined #kubuntu [11:17] I tried sudo pppoeconf too, because I had to be root, and I was on my username [11:17] it found my card, ech0 === bjosva [n=bjosva@h237n1fls33o99.telia.com] has joined #kubuntu === neliger [n=neliger@d83-182-155-49.cust.tele2.be] has joined #kubuntu [11:17] ryks: KMENU-system-adept manager [11:17] are u in that? [11:17] and after that, it f$cked up [11:17] well, I need to restart and boot on kubuntu now? or..? [11:17] did you actually read the guides? [11:17] tmske: OK. But thanks for the hints in the config file === Greenery [n=greenery@61.6.232.29] has joined #kubuntu [11:17] yes, I am, now [11:17] good. === goldenear [n=goldenea@2001:6f8:392:1:213:2ff:fe4a:53a7] has joined #kubuntu === n0u [n=Chaton@unaffiliated/nou] has joined #kubuntu === goldenear [n=goldenea@2001:6f8:392:1:213:2ff:fe4a:53a7] has joined #kubuntu === sbrath [n=sbrath@crash.workpc.tds.net] has joined #kubuntu === fraco [n=fraco@213.219.145.140.adsl.dyn.edpnet.net] has joined #kubuntu === TuTuFF [n=kryptik@abyss.demon.co.uk] has joined #Kubuntu === bentob0x [n=laurent@ip-213-49-70-250.dsl.scarlet.be] has joined #kubuntu === pestilence [n=pestilen@74-135-173-39.dhcp.insightbb.com] has joined #kubuntu [11:17] we would like to think that people read what ubotu pastes [11:17] :) [11:17] I read on https://help.ubuntu.com/community/ADSLPPPoE now :P [11:17] need help!! [11:17] my keyboard don't work [11:17] numlock is switched on [11:17] heeeelp! [11:17] cornelinux: np === edavis10_ [n=eric@68-116-82-188.dhcp.trlk.ca.charter.com] has joined #kubuntu === kalorin_ [n=kalorin@216.68.219.122] has joined #kubuntu [11:17] I'd like to save that page and see it from the kubuntu, but I don't find /home/ and etc :P LOL [11:17] nino: pressing the numlock key should turn it off [11:17] ryks: are u there? === kaltwind [n=kaltwind@217.196.214.106] has joined #kubuntu === rafaelmf [n=rafael@c-200-129-149-2.ufpa.br] has joined #kubuntu === hansent_ [n=hansent@grow-test6.its.uiowa.edu] has joined #kubuntu === luis_ [n=luis@adsl-067-034-124-198.sip.mia.bellsouth.net] has joined #kubuntu === peanutb [n=paulb@c-71-197-218-63.hsd1.wa.comcast.net] has joined #kubuntu === _fitz_ [n=fitz@host130-84.pool82105.interbusiness.it] has joined #kubuntu === mjunx [n=matt@adsl-70-131-145-219.dsl.emhril.sbcglobal.net] has joined #kubuntu === cox377 [n=admin@host-84-9-78-250.bulldogdsl.com] has joined #kubuntu === purpleposeidon [n=poseidon@adsl-67-119-13-105.dsl.snfc21.pacbell.net] has joined #kubuntu === txwikinger [n=txwiking@82-46-136-83.cable.ubr01.smal.blueyonder.co.uk] has joined #kubuntu === estetkaninen [n=elin@217-211-190-157-no39.tbcn.telia.com] has joined #kubuntu === Tido` [n=tido@c-67-191-254-9.hsd1.ga.comcast.net] has joined #kubuntu === pacman_ [n=pacman@ip68-7-230-91.sd.sd.cox.net] has joined #kubuntu === gangien [n=gangien@c-24-16-39-9.hsd1.mn.comcast.net] has joined #kubuntu === crowne__ [n=crowne@64.80.10.140] has joined #kubuntu === vader_ [n=vader@d206-75-103-225.abhsia.telus.net] has joined #kubuntu === pyronapalm [n=pyronapa@cpe-65-28-255-176.woh.res.rr.com] has joined #kubuntu === sedat [n=sedat@81.213.59.218] has joined #kubuntu === thefenixroot [n=fenix@190.37.152.208] has joined #kubuntu === stevio [n=steve@adsl-75-28-0-180.dsl.sndg02.sbcglobal.net] has joined #kubuntu === myEqR|inet2 [n=internet@p549DB1D3.dip0.t-ipconnect.de] has joined #kubuntu === student [n=student@cub26.internetdsl.tpnet.pl] has joined #kubuntu === user_ [n=user@213.157.214.11] has joined #kubuntu === trpr_ [n=ftg2@71-223-237-72.phnx.qwest.net] has joined #kubuntu === nixternal [n=nixterna@ubuntu/member/nixternal] has joined #kubuntu === x-factor_ [n=x-factor@151.71.167.227] has joined #kubuntu === ryks [n=ryks@82.79.238.214] has joined #kubuntu === JackPhil [n=jack@145.28.184.60.broad.hu.zj.dynamic.163data.com.cn] has joined #kubuntu === aldin [n=aldin@cm-4919.europronet.ba] has joined #kubuntu [11:18] aldin? [11:18] ryks: i am here [11:18] k [11:18] ryks: oh man will u follow me? [11:18] ryks: look [11:18] a i am in administrator adept [11:18] k? [11:19] I have to boot the kubuntu, bbiab [11:19] ryks: after u are in adept manager u need to set up repositories ok? [11:19] k [11:19] ryks: to set up them u have GUI way [11:19] new repository? === jussi01 [n=jussi@dyn3-82-128-187-225.psoas.suomi.net] has joined #kubuntu [11:19] ryks: in adeps menu click on Adept-> manage repositories [11:19] k [11:21] all keys is not work on keyboard! [11:21] but when i'm login key is working [11:21] ryks: ok? [11:21] i am [11:21] in [11:21] and.......... [11:23] k [11:23] ok [11:23] i am in [11:23] adept /manage === dewd [n=mark@sexy.demon.nl] has joined #kubuntu [11:23] missing respond server ............ [11:23] ryks: do u see now "Kubuntu software" === Eyeless [n=hjalle@d83-183-204-137.cust.tele2.se] has joined #kubuntu === dusty-work [n=dusty@host81-136-30-147.in-addr.btopenworld.com] has joined #kubuntu [11:23] how to set up VNC server on kubuntu? [11:23] i mena how to run it [11:23] ryks: now check the repos u want [11:23] ooooooooooooono [11:23] Hey guys, has anyone here installed ubuntu/kubuntu on the Laptop HP Compaq NX6325 with success (e.g. getting EVERYTHING working on it) ? [11:23] dusty-work: i have HP NX6125 [11:23] dusty-work: hmm, what doesn't work? [11:23] dusty-work: it works great [11:23] are the issues with knetworkmanaher and wpa_supplicant (bug reports appear to be filed) a commonplace issue? is there any known workaround? === gemidjy [n=gemidjy@62.162.67.50] has joined #kubuntu [11:23] ryks: ? === ylrahc [n=charly@fny94-1-82-67-168-149.fbx.proxad.net] has joined #kubuntu [11:23] i must press key 1-2 sec before letter show onmonitor [11:23] Sweet aldin. === cox377 [n=admin@host-84-9-78-250.bulldogdsl.com] has joined #kubuntu === _fitz_ [n=fitz@host130-84.pool82105.interbusiness.it] has joined #kubuntu [11:23] ? [11:24] Well, I have not installed it yet (Partition Magic is running setting up the partitions). I was asking to see if anyone has already installed it and what problems/issues they were faced with (so I can go off and look into them before they happen). === crowne__ [n=crowne@64.80.10.140] has joined #kubuntu === pacman_ [n=pacman@ip68-7-230-91.sd.sd.cox.net] has joined #kubuntu [11:24] pleasehelp [11:24] sorry man the server === user___ [n=user@213.157.214.8] has joined #kubuntu [11:24] doesn t respond === lexxus [n=l@89.191.9.147] has joined #kubuntu === astrophoenix [n=kevin@12-201-105-137.client.mchsi.com] has joined #kubuntu [11:24] tell me [11:24] more [11:24] aldin [11:24] ryks: how come [11:24] shoot === tmske [n=thomas@d54C0D4A5.access.telenet.be] has joined #kubuntu [11:25] TuTuFF: i believe issues are common yes with that [11:25] on line right now [11:25] shoot [11:25] so need GUI [11:25] ?? [11:25] way === mhb_ [n=mhb@64.73.broadband3.iol.cz] has joined #kubuntu === smee [n=peter@cpc2-leic11-0-0-cust243.lei3.cable.ntl.com] has joined #kubuntu [11:27] ryks: did u enabled repositories [11:27] Hi all! Im going to buy a new computer, wich motherboard vendor is recommended? [11:27] dusty-work: you are running partition magic on linux ? [11:27] i just put in search xine and i have a pakege [11:29] request instal? [11:29] like this? [11:29] i have a list with xine [11:29] xine video player library end so on...... [11:29] an i aplay the changes.......... [11:29] flaccid, Ermmm.. read what I said again. [11:29] lexxus: one that works like asus [11:29] Well, I have not installed it yet (Partition Magic is running setting up the partitions). [11:29] you said installed, but you didn't say what you were going to install [11:29] installed what?????? [11:29] ryks: are u reading my questions/answers? [11:29] Hey guys, has anyone here installed ubuntu/kubuntu on the Laptop HP Compaq NX6325 with success (e.g. getting EVERYTHING working on it) ? [11:29] YOu obviously don't read. [11:29] flaccid: thanx, then it will be asus === bjosva [n=bjosva@h237n1fls33o99.telia.com] has joined #kubuntu === nixternal [n=nixterna@ubuntu/member/nixternal] has joined #kubuntu [11:29] dusty-work: i didn't see that message must of be the next repeat you did i saw [11:29] sorry dusty [11:29] Thats ok, i'm in a bit of a mood today. :( === Juki [n=Jukka@dsl-hpo-fef3fb00-4.dhcp.inet.fi] has joined #kubuntu [11:29] sorry to take it out on you. [11:29] dusty-work: best to earch google on your model with linux and/or get the list of components in your notebook eg. soundard, vid card etc. and confirm if they are supported or not first [11:29] dusty-work: whats the probelm? can u just take live cd and to see if all working? [11:29] dusty-work: u can save ours nervs hehe [11:29] hi all [11:29] does anybody use the new palm treo 680 with kpilot? === Eruantalon [n=hans@5634185c.rev.stofanet.dk] has joined #kubuntu === stevio [n=steve@adsl-75-28-0-180.dsl.sndg02.sbcglobal.net] has joined #kubuntu === pacman_ [n=pacman@ip68-7-230-91.sd.sd.cox.net] has joined #kubuntu === crowne__ [n=crowne@64.80.10.140] has joined #kubuntu [11:30] aldin, flaccid good ideas, thanks. [11:30] I was just trying to waste time while partition magic finishes... [11:30] yes aldin but the server doesn t respond [11:30] sorry [11:30] need help about VNC viewer/server, on ubuntu i enable it "enable users to see mxy desktop" how to do it on kubuntu === pioter [n=pioter@acop1.neoplus.adsl.tpnet.pl] has joined #kubuntu [11:30] ryks: which is server === peer [n=peer@p57b2b68a.dip0.t-ipconnect.de] has joined #kubuntu [11:30] ryks: change it to US [11:30] called === pioter [n=pioter@acop1.neoplus.adsl.tpnet.pl] has left #kubuntu ["Konversation] [11:30] dusty-work: livecd is definately a good idea to verify [11:31] freenode... === se7en [n=se7en@125-24-148-242.adsl.totbb.net] has joined #kubuntu [11:31] don t know [11:31] really [11:33] !vnc [11:33] VNC is a protocol for remote desktop. https://help.ubuntu.com/community/VNCOverSSH describes how to use it securely. It works best over fast connections, otherwise look at !FreeNX [11:33] aham [11:33] have you a mail on yahoo [11:33] i can give to you my nick [11:33] ?? [11:33] hi! i'm running dapper. how can I dist-upgrade that to the new thing? my adept doesn't give me an option for a new version, as my edgy did this morning. [11:35] ryks: not that in adept to me it says main server [11:35] sorry aldin for truble but this server ........... [11:35] my mail on yahoo is splitterstars [11:35] with kopete........... [11:35] k aldin? === netjoined: irc.freenode.net -> brown.freenode.net === mrigns [n=mrigns@ACAEDDAE.ipt.aol.com] has joined #kubuntu === n0u [n=Chaton@unaffiliated/nou] has joined #kubuntu === goldenear [n=goldenea@2001:6f8:392:1:213:2ff:fe4a:53a7] has joined #kubuntu === yamal [n=yamal@Room641A.no-such-agency.net.ru] has joined #kubuntu === goldenear [n=goldenea@2001:6f8:392:1:213:2ff:fe4a:53a7] has joined #kubuntu === elbing [n=elbing@121.pool85-53-79.dynamic.orange.es] has joined #kubuntu [11:35] urk, FreeNX or Nomachine NX are so insanely difficult for noobs... [11:35] so is plain ol vnc or vnc over ssh [11:35] flaccid: is there some gui [11:35] aldin: only for client === rafaelmf [n=rafael@c-200-129-149-2.ufpa.br] has joined #kubuntu === bentob0x [n=laurent@ip-213-49-70-250.dsl.scarlet.be] has joined #kubuntu === nixternal [n=nixterna@c-71-194-189-213.hsd1.il.comcast.net] has joined #kubuntu === bjosva [n=bjosva@h237n1fls33o99.telia.com] has joined #kubuntu === pestilence [n=pestilen@unaffiliated/pestilence] has joined #kubuntu === TuTuFF [n=kryptik@abyss.demon.co.uk] has joined #kubuntu === HM_cet [n=a@cetic.customer.charleroi.belnet.net] has joined #kubuntu === LastMall [n=here@adsl-70-232-106-133.dsl.ltrkar.sbcglobal.net] has joined #kubuntu === Fig0^Etch [n=Fig0@84.134.198.83] has joined #kubuntu === ardchoille [n=Ian@unaffiliated/ardchoille42] has joined #kubuntu === voidmage [n=voidmage@adsl-068-209-120-161.sip.asm.bellsouth.net] has joined #kubuntu === RavenTux [n=raventux@unaffiliated/raven301] has joined #kubuntu === Ash-Fox [i=UNKNOWN@fgd182.internetdsl.tpnet.pl] has joined #kubuntu === Black5un [i=mr@cpe-71-79-229-244.woh.res.rr.com] has joined #kubuntu === jarle [n=jarle@84.211.230.177] has joined #kubuntu === c1|freaky [i=alpha@team.code-1.de] has joined #kubuntu === Evil_DuDe [i=tuutti@distrust.valontuoja.net] has joined #kubuntu [11:35] things like samba and vnc support should be a priority for ubuntu, but they dont seem to be === hans_ [n=hans@5634185c.rev.stofanet.dk] has joined #kubuntu === fdoving [n=frode@edge.lnix.net] has joined #kubuntu === hansent_ [n=hansent@grow-test6.its.uiowa.edu] has joined #kubuntu [11:35] !upgrade [11:35] See https://help.ubuntu.com/community/UpgradeNotes for upgrading from Kubuntu 6.10 (Edgy Eft) to Kubuntu 7.04 (Feisty Fawn) === [miles] [n=miles@unaffiliated/miles/x-000000001] has joined #kubuntu [11:35] <[miles] > hi guys === sbrath [n=sbrath@crash.workpc.tds.net] has joined #kubuntu [11:35] <[miles] > anyone having problems using Amarok with streaming radio [11:35] does anybody use the new palm treo 680 with kpilot? === hatman [n=hatman@pub1.heig-vd.ch] has joined #kubuntu [11:35] [miles] : whats the problem [11:35] flacid it is krfb in internet menu? [11:35] <[miles] > I'm finding it hit and miss.. sometime it works, other times Amarok crashes [11:35] <[miles] > and other times it says something about the muxx [11:35] aldin: i don't know [11:35] ryks: can u pls go to pastebin.ubuntu-nl.org === MartYanu [i=MartYanu@86.121.4.12] has joined #kubuntu [11:35] flaccid: go there [11:35] <[miles] > find it very unstable indeed === crube [n=crube@hoas-fe2cdd00-190.dhcp.inet.fi] has joined #kubuntu === _4strO [n=cedric@AStrasbourg-253-1-23-100.w86-204.abo.wanadoo.fr] has joined #kubuntu === manolet [n=manolet@203.115.173.60] has joined #kubuntu === sedat_ [n=sedat@81.213.59.218] has joined #kubuntu [11:35] flaccid: internet-desktop sharing [11:35] [miles] : wich version of amarok? [11:35] [miles] : the no demux is a xine problem [11:35] Is it possible to mount iso images to act as a virtual drive? [11:35] darn...I get something like: Looking for PPPoE Access Compressor [11:35] ryks: are u in pastebin [11:35] aldin: im not on kubuntu atm [11:35] flaccid: ok [11:35] <[miles] > ah ok === luis_ [n=luis@adsl-067-034-124-198.sip.mia.bellsouth.net] has joined #kubuntu === cox377 [n=admin@host-84-9-78-250.bulldogdsl.com] has joined #kubuntu [11:35] !iso > crube === _fitz_ [n=fitz@host130-84.pool82105.interbusiness.it] has joined #kubuntu === purpleposeidon [n=poseidon@adsl-67-119-13-105.dsl.snfc21.pacbell.net] has joined #kubuntu === crowne__ [n=crowne@64.80.10.140] has joined #kubuntu [11:35] <[miles] > 1.4.5 [11:35] so [11:35] and if I press NO, at listing the controllers it says that cannot find the cmd [11:35] <[miles] > version ^^ === pyronapalm [n=pyronapa@cpe-65-28-255-176.woh.res.rr.com] has joined #kubuntu === Tido` [n=tido@c-67-191-254-9.hsd1.ga.comcast.net] has joined #kubuntu === vader_ [n=vader@d206-75-103-225.abhsia.telus.net] has joined #kubuntu === x-factor_ [n=x-factor@151.71.167.227] has joined #kubuntu === pacman_ [n=pacman@ip68-7-230-91.sd.sd.cox.net] has joined #kubuntu === estetkaninen [n=elin@217-211-190-157-no39.tbcn.telia.com] has joined #kubuntu [11:35] [miles] : ye, you might want to use gstremer insttead of xine as backbone... [11:35] what is going on with this channell [11:35] i am in kopete aldin === baudthief [n=baudthie@c58-107-141-106.rivrw8.nsw.optusnet.com.au] has joined #kubuntu [11:36] ryks: ok [11:36] MartYanu: that is normal and if it doesn't find one, you'l need to try to learn ppp and set it up manual === baudthief is now known as BaudThief [11:36] <[miles] > oh, can gstreamer be used again now? Thought they dropped that [11:36] my nick is splitterstars [11:36] <[miles] > in favour of xine [11:36] <[miles] > :S [11:36] ryks: go to that link [11:36] pastebin.ubuntu-nl.org === zerbero_2 [n=jga@p213.54.190.228.tisdip.tiscali.de] has joined #kubuntu === estetkaninen is now known as Dellilah [11:36] dawn :o) [11:36] Hello === Philip5 [n=Philip@c83-253-39-49.bredband.comhem.se] has joined #kubuntu [11:36] <[miles] > I'll try installing gstreamer instead [11:36] <[miles] > thanks! [11:36] ryks: http://pastebin.ubuntu-nl.org/ [11:36] I cannot neither use the floppy disk [11:36] k [11:36] ryks: open konsole [11:39] [miles] : you may need to recompile amarok. ask for advice in #amarok . i'd re-compile to get the engine support the the cvs script they provide [11:39] !floppy [11:39] To mount floppy disks, see here : https://help.ubuntu.com/community/MakeFloppyDriveAvailableToEveryone [11:39] managed to successfully install kubuntu and beryl! But I can't seem to find an applet to edit KDE startup settings, I just need to make beryl-manager autostart [11:39] k [11:39] irc.freenode.net [11:39] dunno why, I pasted something in the /media/floppy0 and the file isn't there [11:39] <[miles] > ok thanks flaccid [11:39] np [11:39] Q: how do I remove the kubuntu? === mat__ [n=mat@pool-71-105-37-214.lsanca.dsl-w.verizon.net] has joined #kubuntu [11:39] Install windows :p [11:39] I am on the windows atm === daboo [n=daboo@24.Red-83-52-64.dynamicIP.rima-tde.net] has joined #kubuntu [11:39] MartYanu: use zap [11:39] zap? :P [11:39] thats what i said [11:39] !zap [11:39] Sorry, I don't know anything about zap - try searching on http://bots.ubuntulinux.nl/factoids.cgi [11:39] :D === mat__ is now known as mateus [11:39] irc.freenode.net [11:39] k [11:39] i am in konsole [11:39] ryks: did u open konsole [11:39] yap [11:39] ryks: great [11:39] MartYanu: if you are on windows, you want zap or wipe to wipe the whole drive secure. otherwise just delete the kubuntu paritions if there is other stuff on the disk [11:39] and the link so [11:40] ryks: now type 'kate /etc/apt/sources.list' [11:40] 'remove' kubuntu could be a million dif things [11:40] error === crowne__ [n=crowne@64.80.10.140] has joined #kubuntu [11:40] bad device.... [11:40] there are many other things that I really need on the disk [11:40] !baddevice > ryks [11:41] well, how can remove the kubuntu partions? [11:41] badevice... === atidem [n=atidem@151.74.247.186] has joined #kubuntu === nixternal [n=nixterna@ubuntu/member/nixternal] has joined #kubuntu === bjosva [n=bjosva@h237n1fls33o99.telia.com] has joined #kubuntu [11:41] MartYanu: from windows or livecd [11:41] aha [11:41] like that === bentob0x [n=laurent@ip-213-49-70-250.dsl.scarlet.be] has joined #kubuntu [11:41] :-| [11:41] actually you could do it from konsole [11:41] ryks: is it open kate editor now? [11:41] coz it won't matter after its gone, but yeah === xardias [n=xardias@xdsl-87-78-134-111.netcologne.de] has joined #kubuntu [11:41] ciao [11:41] I'm lost.. [11:42] yap === lexxus [n=l@89.191.9.147] has left #kubuntu [] [11:42] im in [11:42] the windows installation setup will see the Kubuntu partions? [11:42] surces.lis === pioter [n=pioter@acop1.neoplus.adsl.tpnet.pl] has joined #kubuntu [11:42] MartYanu: you havnt expalined what your plan is [11:42] kate === richardh_ [n=richard@u-121-153.adsl.univie.ac.at] has joined #kubuntu [11:42] like that? [11:42] flacid krfb works great [11:42] I want to remove just Kubuntu [11:42] aldin? [11:42] !info krfb [11:42] krfb: Desktop Sharing for KDE. In component main, is optional. Version 4:3.5.6-0ubuntu9 (feisty), package size 928 kB, installed size 1656 kB [11:42] to leave all my files there I mean (windows files0 [11:44] aldin: i'll try it at work. its optional [11:44] Hi, anyone happen to have a Suspend to RAM issue with a usb_storage module? [11:44] ryks: ok now select all of that text and copy/paste it in pasttebin.ubuntu-nl.org === csills [n=csills@c-71-59-52-223.hsd1.ga.comcast.net] has joined #kubuntu === kyuuketsuki [n=kyuukets@gy212-203.resnet.stonybrook.edu] has joined #kubuntu [11:44] MartYanu: then why did you mention windows installation setup? [11:44] I mean I just want to remove Kubuntu, and things to be like before installation === sonoftheclayr [n=luke@C-59-101-231-1.bur.connect.net.au] has joined #kubuntu [11:44] aldin: krfb is kde not kubuntu, so need to get the project to embrace it.. [11:44] aldin yap is open called sources.lis [11:45] MartYanu: delete the kubuntu partitions from windows or livecd [11:45] from windows? how? === ubuntu_ [n=ubuntu@89-172-191-222.adsl.net.t-com.hr] has joined #kubuntu [11:45] partition magic? [11:45] MartYanu: i dont' know i dont' use windows. it doesn't do it native, but something can do it === astrophoenix [n=kevin@12-201-105-137.client.mchsi.com] has left #kubuntu [] === ubuntu_ [n=ubuntu@89-172-191-222.adsl.net.t-com.hr] has left #kubuntu ["Konversation] [11:45] don t have eny text here [11:45] yeah partitionmagic can [11:45] sources.lis? === _seaLne_ [n=seaLne@obelisk.wasters.com] has joined #kubuntu [11:46] ryks: sources.list === sixty_mls [n=60mls@c220-237-130-115.mckinn1.vic.optusnet.com.au] has joined #kubuntu === crowne__ [n=crowne@64.80.10.140] has joined #kubuntu === idontknow_2 [n=idontkno@c58-107-89-243.blktn1.nsw.optusnet.com.au] has joined #kubuntu [11:47] aldin thz man for intention but is a fukin job to install a software........... [11:47] in linux === RawSewage [n=RawSewag@209-180-234-31.eugn.qwest.net] has left #Kubuntu [] [11:47] ryks: no! i think u dont listen carefully [11:47] yes === sebbar [n=sebbar@p57B3DFD6.dip.t-dialin.net] has joined #kubuntu [11:47] ryks: what can't you install? [11:47] ryks: this is so easy it needs 10 secunds! [11:47] tell me [11:47] if is so easy [11:48] you know in windows just 2 clicks [11:48] this is not windows, ryks [11:48] ryks: here the same [11:48] yes [11:48] ryks: i ask you again. wtf are you trying to install? === animimotus [n=animimot@153.199.100-84.rev.gaoland.net] has joined #kubuntu [11:48] but no support from developers [11:48] flaccid: he doesnt listen i am here half hour [11:48] ryks: thats because they are busy developing for you [11:48] ryks: stop the windows subject === vbgunz [n=vbgunz@217-98.127-70.tampabay.res.rr.com] has joined #kubuntu [11:49] I found *:SWAPSPACE2 Error:1 ; PartType: Linux Swap [11:49] aldin: yeah i noticed, its pretty damn annoying [11:49] k [11:49] i ma trying man [11:49] MartYanu: delete all the ones you know are not windows. so linux and swap at least [11:49] ryks: ok look!! [11:49] good intention i have to leasen [11:49] aldin: whats he trying to install? [11:49] he needs repos! [11:49] a stupid prg called xine [11:49] for what?????????????????? [11:50] fuck how many times do i have to ask stuff here sometimes :) [11:50] main universe multiverse restricted [11:50] for what???????????????????????????????/ [11:50] everybody stop for a minute ok? [11:50] what package does he want to install [11:50] its a simple question === MHazem [n=GoD@62.135.96.151] has joined #Kubuntu [11:50] flaccid: mp3 [11:50] ryks: ? [11:50] !info mp3 [11:51] Package mp3 does not exist in feisty === crazy_bus [n=philip@58.164.67.198] has joined #kubuntu [11:51] i think i grab my gun and shoot the fukin comp === jenda_ is now known as jenda [11:51] there is no package called mp3 [11:51] ryks, same here bro, hahaha [11:51] nop === Juki [n=Jukka@dsl-hpo-fef3fb00-4.dhcp.inet.fi] has joined #kubuntu [11:51] !codecs [11:51] For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also http://help.ubuntu.com/ubuntu/desktopguide/C/common-tasks-chap.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats [11:51] nada amigo === hans_ [n=hans@5634185c.rev.stofanet.dk] has joined #kubuntu [11:51] ryks: please read the above and stop flooding the channel!!! [11:51] I think I'll blow my head off [11:51] ryks: Kmenu->System->Adept Manager! [11:51] i think i just did [11:51] !language | flaccid ryks [11:51] flaccid ryks: Please watch your language and keep this channel family friendly. === mefisto__ [n=mefisto@202-172-119-89.cpe.nsw-3.comcen.com.au] has joined #kubuntu [11:51] Is it possible to burn any video file to a video dvd in k3b? Or do I need another program? [11:52] sonoftheclayr: yeah f*n whatever [11:52] i am in [11:52] administrator adept === crowne_ [n=crowne@64.80.10.140] has joined #kubuntu [11:52] ryks: what u see now (if u are in) describe it [11:52] ryks: like i said read and stop msging the channel. [11:52] can someone remind me how to blacklist one of my soundcards? === ylrahc [n=charly@fny94-1-82-67-168-149.fbx.proxad.net] has joined #kubuntu [11:52] a big list [11:52] ryks: ok, great [11:53] so my kubuntu is in romanian leanguage [11:53] flaccid, is there any other distro that is more easier and that I can configure pppoe auto? and good? [11:53] now point mouse to Adept (in that window) === AmyRose [n=amyrose@user-12l2tg3.cable.mindspring.com] has joined #kubuntu [11:53] not in english [11:53] MartYanu: sudo pppoeconf does the job for cable/adsl [11:53] so have a big list [11:53] well, it doesn't work man!!! [11:53] MartYanu: probably. i use pc-bsd, but i havnt checked out its out of the box PPPoE support so i can't recommend it in that respect === cps1966 [n=kane@205.245.85.84] has joined #kubuntu [11:54] wow so many ppl [11:54] MartYanu: and as for linux pppoeconf is going to be the same on any linux distro... [11:54] with tipe/url/distribution... [11:54] and so on === _seaLne_ is now known as _seaLne [11:54] aldin: hehe it does the job if it works. it didn't work for me either, so i set up a freebsd gateway insead! [11:54] ryks: ok [11:54] can someone remind me how to blacklist one of my soundcards? [11:54] please don't repeat mefisto__ [11:54] ryks: what are the names of menu items [11:55] ryks: that u see [11:55] there are two ways === ylrahc [n=charly@fny94-1-82-67-168-149.fbx.proxad.net] has joined #kubuntu [11:55] visibile [11:55] mefisto__: i don't know myself. but google returns a lot about the subject [11:55] and transparent [11:55] !balcklist [11:55] Sorry, I don't know anything about balcklist - try searching on http://bots.ubuntulinux.nl/factoids.cgi [11:55] !blacklist [11:55] To blacklist a module, edit /etc/modprobe.d/my_blacklist and add blacklist to the end of that list - To explicitly load modules in a specific order, list them in /etc/initramfs-tools/modules and type sudo update-initramfs -u [11:55] :P === hammerFar [n=hhb@0x55513dc3.adsl.cybercity.dk] has joined #kubuntu [11:56] mefisto__: maybe you are referring to /etc/modprobe.d/blacklist ? [11:56] ryks: let me send u screenshot [11:56] k [11:56] mefisto__: eg. blacklist snd_maestro3 [11:56] how? [11:57] flaccid: I think that's what I wanted, thanks [11:57] oh dang ubotu already said [11:57] nice one MartYanu === bonaldo2000 [n=morten@0x535f725e.boanxx8.adsl-dhcp.tele.dk] has joined #kubuntu [11:57] in mail? [11:57] or what? [11:57] ryks: http://www.slibe.com/image/fb8d8444-adept/ [11:57] thanks :o) [11:57] I get errors reading the partitions [11:57] aha [11:57] like that [11:57] because the one of the linux partition has invalid characters [11:57] damn [11:57] aldin [11:57] the same [11:57] MartYanu: live cd and use qtparted is best :) [11:58] Does anyone of you know why I cant select qt as my theme for gtk applications in kubuntu? If I select it it just doesnt remember the setting and "jumps" back to the default which is using my kde theme... [11:58] live cd? [11:58] ryks: i klik on adept the first item on menu [11:58] MartYanu: thats what i said [11:58] aha [11:58] what's that? :o) [11:58] !livecd [11:58] Ubuntu Dapper 'Desktop' CD contains a Live CD (Ubuntu that runs straight off the CD and RAM) with an install option. Breezy's Live CD contained no install. === aziz [n=aziz@chello084112072063.6.11.vie.surfer.at] has joined #kubuntu === precipizio [n=fabrizio@151.74.254.105] has joined #kubuntu [11:58] I don't have that === Mez [n=Mez@ubuntu/member/mez] has joined #kubuntu === MementoMori [n=filippo@d83-190-91-27.cust.tele2.it] has joined #kubuntu [12:00] aldin medal of honour for you [12:00] too good person [12:00] but i give up [12:00] thz a loot [12:00] :) === bjosva_ [n=bjosva@h237n1fls33o99.telia.com] has joined #kubuntu === bentob0x [n=laurent@ip-213-49-70-250.dsl.scarlet.be] has joined #kubuntu === nixternal [n=nixterna@ubuntu/member/nixternal] has joined #kubuntu [12:00] ryks: do as i do kilk on that u will get this http://www.slibe.com/image/98ce9866-adept2/ [12:00] isn't there any way to remove these partitions manually? [12:00] ryks: come on man speed up ! === pioter [n=pioter@acop1.neoplus.adsl.tpnet.pl] has joined #kubuntu === goldenear [n=goldenea@2001:6f8:392:1:213:2ff:fe4a:53a7] has joined #kubuntu === n0u [n=Chaton@unaffiliated/nou] has joined #kubuntu === goldenear [n=goldenea@2001:6f8:392:1:213:2ff:fe4a:53a7] has joined #kubuntu [12:00] MartYanu: that is manual === brew [n=brew@85-250-132-249.bb.netvision.net.il] has joined #kubuntu [12:01] ryks: ? === tatters [n=test@AC8D9241.ipt.aol.com] has joined #kubuntu [12:01] ryks: check those repos and [12:01] aldin medal of honour for you [12:01] you can do it without it, but you have to unmount the root partition and a few other things. not something i would like to help you with [12:01] thz a loot === pioter [n=pioter@acop1.neoplus.adsl.tpnet.pl] has left #kubuntu ["Konversation] [12:01] good person [12:01] ryks: ok [12:01] k [12:01] :) [12:01] ryks: u are one step to do this riht [12:01] ryks: so can you stop flooding now? [12:01] hehe [12:02] flaccid? [12:02] LOL [12:02] haha [12:02] you know is isn t working well the server [12:02] so [12:02] yes. stop messaging all the time please there is no reason. you can put thigns on one big line like this instead 1 word each on 5 lines.. [12:02] i cant flood well [12:02] :) === dhq is now known as dhq_ === dhq_ is now known as dhq === flaccid grrrrrs at ryks [12:03] ryks: will u continue or what? [12:03] yap === ylrahc [n=charly@fny94-1-82-67-168-149.fbx.proxad.net] has joined #kubuntu [12:03] a promise [12:03] in the future with linux [12:04] omg............................ [12:04] stop it ryks [12:04] i am out [12:04] k [12:04] for 5 minutes. is that too much to ask? [12:04] bye friend [12:04] see you guys [12:04] cya aldin [12:04] I use TV-out as a single monitor, I have my desktop set to 800x600 , when I open application such as kmymoney the form opens to the right cut in half, if I drag it to the centre the bottom of the form is stretched beyond my TV border making it impossible to click apply/cancel etc , any way I can fore KDE apps o position themselves correctly? [12:04] can anyone tell me of some software to burn video dvds. I tried devede but it for some reason only used half of the dvd everytime I used it [12:05] oh myyy my god! [12:05] tatters: you could right click window title bar and goto special window settings and make it remember the position etc. [12:05] dont like it just quit!!!!!!!!!!hehe [12:05] martyanu [12:06] LOL [12:06] I cannot format all my PC [12:06] I have very, I mean VERY important data on it lol [12:06] xxx files? [12:06] i don't think anyone suggested to format your hard disk [12:07] I've read that on dozens forums [12:07] just back up first .......... [12:07] no ryks, court files. [12:07] to dvd [12:07] MartYanu: its a forum, anyone could post and say that. i woudlnt trust half of what is on forums [12:07] I don't have DVD-RW [12:07] too bad man [12:08] to other hdd [12:10] flaccid: thnx, I will try that but the main problem is the form still shows to large for screen and It will not allow me to resize its hieght any way to fix that? [12:10] MartYanu: you could find someonebody like in ##linux who will help you do it without booting from a dif medium. i dont wanna help you because i aint done it for ages and don't wanna stuff anything up on your disk [12:10] tatters: don't know. ask in #kde [12:10] oh === hhlp [n=hhlp@cm-83-97-141-112.telecable.es] has joined #kubuntu [12:10] Will do [12:10] MartYanu: you might have a cd you can boot with where you can go to its installer, but just use the partitioning program to remove the parts and then just dont install === hnsn [i=jh83@c83-255-130-139.bredband.comhem.se] has joined #kubuntu === yamal [n=yamal@Room641A.no-such-agency.net.ru] has joined #kubuntu === crowne_ [n=crowne@64.80.10.140] has joined #kubuntu [12:12] MartYanu: this might be a good technique as well: http://linuxmafia.com/faq/VALinux-kb/remove-linux-partitions.html === joczie [n=jo@dslb-088-073-105-002.pools.arcor-ip.net] has joined #kubuntu === weedar [n=weedar@062016233043.customer.alfanett.no] has joined #kubuntu === mrcreativity [n=salaah@122.167.154.8] has joined #kubuntu === snap [n=snap@adsl-152-218-86.asm.bellsouth.net] has joined #kubuntu [12:16] can someone please help me configure my graphics card in kubuntu? [12:16] its a gf 6600gt [12:16] i have tried the packages in the adept installer [12:16] and kubuntu has crashed time and time again [12:16] can someone please help me [12:16] if i must :p [12:16] is this nvidia or at [12:16] ati [12:16] flaccid: hi again. [12:16] hi [12:16] flaccid: nvidia [12:16] are you doing the binary or open driver? [12:16] i looked at the links people sent me, but none of them were helpful at all [12:16] im doing the binary from the ubuntu repositories [12:16] thats funny because those links usually enable people to use their drivers === nixternal_ [n=nixterna@ubuntu/member/nixternal] has joined #kubuntu [12:16] and what is the problem [12:16] after i install the driver and then restart, the screen is all messed up [12:16] did you check the X log? [12:17] i cant...nothing comes up [12:17] just the splash screen and them boom...a garbled screen with funkky patterns and colors === crowne_ [n=crowne@64.80.10.140] has joined #kubuntu [12:17] you can by going to ctrl+alt+f1 and logging in there [12:17] the log in screen doesnt show [12:17] if you pastebin your /etc/X11/xorg.conf and /var/log/Xorg.0.log i'm happy to look further [12:18] without further information can't do anything [12:18] so i should start up in recovery mode [12:18] but that goes to root... [12:18] thats single user mode [12:18] i just reinstalled kubuntu and am downloading drivers from nvidia [12:19] yes you've said this already === Alarm- [n=rock@ppp217-8.adsl.forthnet.gr] has joined #kubuntu [12:19] hello. i own an nvidia mx440 vga, and tried to install the drivers as listed in that link: http://doc.gwos.org/index.php/Latest_Nvidia_Breezy (method 1) . somehow, neither do i see the nvidia logo, neither do i see the nvidia shortcut in the menu list for the settings. nor doesnt glxinfo or glxgear appear something . where could i find an appropriate nvidia driver installation [12:19] on no [12:19] flaccid: im downloading drivers from the nvidia site as we speak [12:19] maybe Linux is a conspiracy started by Bill Gates to keep the clueful off Windows? (refers to Ira Levin's 'This Perfect Day', if you'll read dat!) [12:19] mrcreativity: have you used envy (http://albertomilone.com/nvidia_scripts1.html) worked great for me. Simple to setup. [12:20] mrcreativity: i dont see how that will help, but ok [12:20] u dont think that will help? [12:20] sixty_mls: will that work on feisty [12:20] no i don't === _StefanS_ [i=sfs@nat/ibm/x-7b9bec5e7c7daff0] has joined #kubuntu [12:21] oh... [12:21] if i get that messed up screen again, i should start in recovery mode? [12:21] hmm....should do (although I'm still on edgy). I think an unstable version was released for feisty [12:21] mrcreativity: do you listen> [12:22] anyone at least telling me what does the: kdesu kate /usr/share/applications/NVIDIA-Settings.desktop exactly do ? [12:22] [2007-04-25 20:17] if you pastebin your /etc/X11/xorg.conf and /var/log/Xorg.0.log i'm happy to look further [12:22] im sorry...did i miss somehting === zido [n=zido@80.179.6.34.static.012.net.il] has joined #kubuntu === cecko [n=cecko@mail.porg.cz] has joined #kubuntu [12:22] but the thing is, i just reinstalled kubuntu... [12:22] i havent installed the drivers yet [12:22] so [12:22] is what you are saying is that you can't get the files to a pastebin? === miza-x [n=mz@192.164.38.11] has joined #kubuntu [12:23] no that i can do... [12:23] then what is the problem [12:23] but its a fresh install, how can u tell whats wrong [12:23] anyone here use gnome? [i know i should probably go to #ubuntu, but i dont like the chan as much...] my time is all sorts of wrong, and when i right click there is no adjust date and time option there *_* [12:23] are you telling me you have problems, but you don't even have the drivers yet [12:24] mrcreativity: like i said by checking the log [12:24] i have the problem everytime i install the driver... [12:24] i just did a clean install of kubuntu [12:25] but i havent installed the driver yet [12:25] are u with me? [12:25] yes === ytfytfy [n=ytfytfy@85-211-17-45.dyn.gotadsl.co.uk] has joined #kubuntu [12:25] why do you think im asking for the log and the configuration? === mindcrusher[ro] _ [n=chatzill@astrofizica.fizica.unibuc.ro] has joined #kubuntu [12:25] alright [12:25] just for fun? [12:25] one sec [12:25] good book that [12:26] !system clock [12:26] Sorry, I don't know anything about system clock - try searching on http://bots.ubuntulinux.nl/factoids.cgi [12:26] mrcreativity: if this xorg.conf makes our new install fuzzy like you say. i'll see if there is problem and get it to work with vesa driver until you install the prop. drivers. [12:26] !date [12:26] Sorry, I don't know anything about date - try searching on http://bots.ubuntulinux.nl/factoids.cgi [12:26] !ntp [12:26] Sorry, I don't know anything about ntp - try searching on http://bots.ubuntulinux.nl/factoids.cgi [12:26] !ntpdate [12:26] Sorry, I don't know anything about ntpdate - try searching on http://bots.ubuntulinux.nl/factoids.cgi === flueggen [n=flueggen@infcip54.uni-trier.de] has joined #kubuntu [12:26] !ntpd [12:26] Sorry, I don't know anything about ntpd - try searching on http://bots.ubuntulinux.nl/factoids.cgi [12:26] heh [12:26] i'll get ntp then... [12:27] not that it works on my desktop... [12:27] yeah pretty much [12:27] you usually need to configure ntp.conf a bit [12:27] ntpdate is quite handy i recommend looking up that === fideas [n=fideas@122.8.49.33] has joined #kubuntu [12:27] gnome has an interface to let you pick which server to use [12:27] and your time zone [12:27] so does kde [12:27] but it still doesnt seem to update it nearly enough [12:27] my clock is always out [12:28] yeah i don't believe ntp works very well on ubuntu. its not reliable at all. [12:28] i know its not the ntp servers, coz ive had to fix it many tiems [12:28] yeah === mindcrusher_ [n=chatzill@astrofizica.fizica.unibuc.ro] has joined #kubuntu [12:28] ive setup a lot of ntp stuff on solaris [12:29] but at home it never seems to work as well [12:29] yeah i think its on of those ubuntu sux things imo [12:29] im just a bit confused as to why gnome on my desktop has the option to adjust the time, ut on my laptop i dont seem to be able to change the time [12:30] looks like my desktop has this process time-admin. but i dunno what package that comes from === pereira [n=pereira@201-1-52-87.dsl.telesp.net.br] has joined #kubuntu [12:30] i guess you could ask that in #gnome or #ubuntu maybe the ntp stuff installed on the system is dif or dif config somehow [12:30] !find time-admin [12:30] i aint heard of that before [12:30] ok [12:31] File time-admin found in gnome-system-tools, xubuntu-system-tools [12:31] ah [12:31] nice === Iwonder|too [n=Iwonder@adsl-068-209-223-091.sip.jan.bellsouth.net] has joined #kubuntu === mindcrusher_ is now known as mind_crusher[ro] [12:31] kde does have it in "adjust date and time" [12:31] yeah [12:31] kde-clock [12:31] ive been doing a lot of gtk/gstreamer dev so i switched to gnome for now [12:31] god get me through this final year... [12:32] but it doesn't work for me at work - can't contact ntp servers - and there is no reason why it can't [12:32] yeah same, my ntp auto update doesnt work [12:32] but the once off ntp update does sync === sixty_mls [n=60mls@c220-237-130-115.mckinn1.vic.optusnet.com.au] has left #kubuntu ["Konversation] [12:32] its stuff like this that imo opinion is unacceptable considering the age of ubuntu [12:32] yep same as me. a lot of this kind of stuff exists, sometimes in bug reports too, sometimes off the planet [12:33] yeah [12:33] its just a shame the new major release comes out and stuff like this still exists [12:33] flaccid: please hang on, for some reason the pastebins im trying arent responding [12:34] yeah youd really thing ntp would be standard in the install.. its so small and simple, but incredibly useful [12:34] !find ntp [12:34] Found: ntp, ntp-doc, ntp-simple, ntpdate, cyrus-nntpd-2.2 (and 10 others) [12:34] !info ntp [12:34] ntp: Network Time Protocol daemon and utility programs. In component main, is optional. Version 1:4.2.2.p4+dfsg-1ubuntu3 (feisty), package size 319 kB, installed size 856 kB === tatters [n=test@AC8D9241.ipt.aol.com] has left #kubuntu [] [12:35] hrm is fiesty officially out now? [12:35] alexicon: does kubuntu ship with out of the box ntp, it doesn't ? === alexicon is a bit behind === pgquiles_ [n=pgquiles@84.123.101.76.dyn.user.ono.com] has joined #kubuntu [12:35] yep [12:35] flaccid: i woulda thought, but i justchecked my laptop and it wasnt there @_@ [12:36] kubuntu edgy im running on both machines [12:36] alexicon: its a bit ridiculous considering its a full fledged graphical desktop [12:36] yeah heh [12:36] maybe it comes with fiesty tho [12:36] cant fit in a small daemon heh [12:36] lol === miriam95 [n=miriam95@151.74.129.234] has joined #kubuntu === pollyo [n=pollyo@c-68-81-43-126.hsd1.pa.comcast.net] has joined #kubuntu [12:36] Hello [12:36] ewww... ive only got like 650mb left on / on my laptop... === alexicon feels a partition migration coming on... -_- === miriam95 [n=miriam95@151.74.129.234] has left #kubuntu ["Konversation] [12:37] Anyone familiar with setting up password protection in apache2? I want to create a directory under my public_html that is password protected. [12:37] I think I have to setup a .htpasswd file. [12:38] flaccid: please wait. for some reason i cant seem to use pastebin === gemidjy [n=gemidjy@62.162.67.50] has joined #kubuntu [12:38] pollyo: its in the apache manual [12:38] mrcreativity: np === koriel [n=rmi@iris.lib.teithe.gr] has joined #kubuntu === _atidem [n=atidem@151.74.216.9] has joined #kubuntu [12:39] flaccid: Just found it. [12:40] cool [12:40] basic or digest, your choice :) [12:41] !info libao-ruby [12:41] libao-ruby: cross-platform audio output library bindings for Ruby. In component universe, is optional. Version 0.1-1ubuntu1 (feisty), package size 2 kB, installed size 32 kB [12:41] sick [12:41] do you think ruby is slow, alexicon? [12:41] how do i close xserver? [12:41] or is it the way of the future heh [12:41] lol yeah, but its so fun to write :D [12:41] mrcreativity: close x server? [12:41] yeah, [12:41] its more fun than java... [12:42] if i had to do this project in java i woulda jumped out my window months ago [12:42] alexicon: i don't like the syntax but maybe i just need to tell myself to like it [12:42] :o [12:42] i get this msg when i try to install the nvidia drivers i downloaded that xserver is running...i need to exit [12:42] i love the syntax [12:42] and i love ruby documentation, best tech reading since.. EVER! lol [12:42] mrcreativity: you downloaded direct from the site instead of following the binarydriver howto ? === pucko- [n=arvidjo@c80-216-165-91.bredband.comhem.se] has joined #kubuntu [12:43] alexicon: hmm ok, i'll have to try to get into it then [12:43] i tried that remember [12:43] no i don't === mav_ [n=mav@89-180-45-227.net.novis.pt] has joined #kubuntu === clemyeats [n=clem@cacher3.ericsson.net] has joined #kubuntu === mav_ is now known as markelhas [12:43] you can do a /etc/init.d/kdm stop [12:43] that might be suffice [12:43] thats when my screen was getting messed up [12:44] hello. is there a guide for installing beryl/compiz on kubuntu feisty somwhere? [12:44] !beryl [12:44] Beryl is a window manager that takes advantage of an OpenGL accelerated X environment. See http://forum.beryl-project.org/ - Help in #ubuntu-effects [12:44] yes many pucko- [12:44] !compiz > pucko- === zido [n=zido@80.179.6.34.static.012.net.il] has joined #kubuntu [12:44] hi ppl i've just update my kubuntu to 7.04 and now it's very slow and with some freezes, any tips!? [12:44] hrmm lemme try and find the guide i liked === yaccin [n=yaccin@p57A75C9E.dip.t-dialin.net] has joined #kubuntu [12:45] ok. one more question then. does it work the same in ubuntu and kubuntu? I mean, can I use a guide for ubuntu on kubuntu? === Zeddy [n=Zed@dsl-220-253-78-170.NSW.netspace.net.au] has joined #kubuntu [12:45] pucko-: i used this one https://help.ubuntu.com/community/BerylOnEdgy [12:45] yea pucko- its the same [12:45] ok. [12:46] you using nvidia or ati pucko-? [12:46] mark, you could always tweak your xorg settings [12:46] when i try to start any app it takes alot a the system freezes!!! [12:47] was it a clean install? or an upgrade === jbrockmeier [n=chatzill@c-24-9-154-203.hsd1.co.comcast.net] has joined #kubuntu [12:47] i've try the both, clean an upgrade and the result is the same [12:48] sakyamuni: i've installed 6.10 ans then upgrade [12:48] what machine are you running it on? [12:48] sakyamuni: laptop asus m3n [12:48] I have what's probably a simple question -- how does one enable desktop effects in Kubuntu? === ArtMoonik [n=artmooni@mar92-3-82-66-233-126.fbx.proxad.net] has joined #kubuntu [12:48] whats the graphics card/chip for that? [12:49] sakyamuni: hummm don't now. can i check it? [12:49] jbrockmeier: which desktop effects? you mean the cube and transparency? === jack_wyt [n=jack@61.149.1.32] has joined #kubuntu [12:49] alexicon: yes, but more basically how to enable compiz in KDE [12:49] id google your model number and find out from a vender if you dont have the paperwork [12:49] !compiz > jbrockmeier [12:49] beryl is used much more than compiz no jbrockmeier [12:50] more active development i find [12:50] alexicon: I have the kde packages installed, compiz works fine with GNOME, but I'd rather run KDE [12:50] once you have that id check an ubuntu forum [12:50] sakyamuni: CPU0: Intel(R) Pentium(R) M processor 1600MHz stepping 05 [12:50] sakyamuni: you can use lshw or lspci as well to find out the video card or other hardware [12:50] searching for that model, theyre are bound to be other users with the same setup [12:50] jbrockmeier: goto #ubuntu-effects [12:50] if you already have compiz working in gnome, i dont see why it wouldnt work for kde [12:51] i've to set nolapic and noapic to boot === lewnidas_ [n=lewnidas@patr530-a141.home.otenet.gr] has joined #kubuntu [12:51] might have to execute some compiz manager thing... dunno [12:51] flaccid, but that will tell you the drivers, not the hardware itself i thought, if your driver doesnt match your hardware you wont know for sure [12:51] because if not it reebots when starting [12:51] alexicon: right -- that's what I'm trying to find. [12:51] sakyamuni: no itsnot drivers. it lists the hardware labels [12:51] yeah best ask the effects people, they should know [12:51] I've been through the prefs and don't see a "desktop effects" or anything [12:51] alexicon: alrighty [12:51] thanks [12:51] ok flaccid, my mistake [12:51] sakyamuni: it tells you the hardware itself [12:51] thanks flaccid [12:52] thanks [12:52] np === hoora_ [i=ariel@gateway/tor/x-6247029f4d163c4e] has joined #kubuntu === wirr [n=wirr@i5387020C.versanet.de] has joined #kubuntu [12:52] compiz and beryl are not part of kubuntu . will probably be one day when they are stable [12:52] beryl has step by step instructions on their site [12:53] it doesnt work too well on my graphics card though [12:53] older computer === se7en [n=se7en@125-24-148-242.adsl.totbb.net] has joined #kubuntu === os2mac [n=jim@ip68-230-203-5.rd.hr.cox.net] has joined #kubuntu [12:53] i don't now what to do to solve this low performance :( [12:54] first find out what graphics chip your using === master_ [n=master@j37235.upc-j.chello.nl] has joined #kubuntu [12:54] it's intel [12:54] which one [12:54] Intel 855GM / ICH4-M [12:54] Integrated Intel 82855GM graphics controller with up to 64MB of shared === _Johny [n=johny@81-208-106-67.ip.fastwebnet.it] has joined #kubuntu [12:55] it's a centrino [12:56] markelhas: have you checked top or ksysguard to see if something is hogging cpu usage? [12:56] http://www.digit-life.com/articles2/asus-centrino/ === boubbin [n=boubbin@a91-152-87-243.elisa-laajakaista.fi] has joined #kubuntu [12:58] flaccid: in top or ksysguard seamens everything ok [12:58] is your direct rendering working? [12:58] markelhas: im on an asus w1000na at the moment. its not on kubuntu but kubuntu is usually on it and it works. [12:58] markelhas: must be video related. which driver is being used === pioter [n=pioter@acop1.neoplus.adsl.tpnet.pl] has joined #kubuntu [12:58] Try glxinfo |grep direct to see if direct rendering is enabled. [12:58] flaccid: don't now === rbrunhuber [n=Miranda@highway.mvi.de] has joined #kubuntu [12:59] ah well === pioter is now known as morllow [12:59] sakyamuni: direct rendering: Yes [12:59] pastebin your xorg.conf [12:59] flaccid: where is the xorg.conf [01:00] it should be in your etc folder [01:00] under x11 [01:00] hey they don't even mention my notebook in that asus centrino page. heh they never do yet its the best === morllow [n=pioter@acop1.neoplus.adsl.tpnet.pl] has left #kubuntu ["Konversation] [01:00] ok found it === jbrockmeier [n=chatzill@c-24-9-154-203.hsd1.co.comcast.net] has left #kubuntu [] [01:00] !pastebin [01:00] pastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (be sure to give the URL of your paste - see also the #kubuntu channel topic) === morllow [n=pioter@acop1.neoplus.adsl.tpnet.pl] has joined #kubuntu [01:01] http://paste.ubuntu-nl.org/17571/ === r__ [n=r@91.145.219.129] has joined #kubuntu === cps1966 [n=kane@205.245.85.84] has joined #kubuntu [01:03] !nvidia [01:03] To install the Ati/NVidia drivers for your video card, see https://help.ubuntu.com/community/BinaryDriverHowto === BudgetDedicated [n=BudgetDe@s5593c2e9.adsl.wanadoo.nl] has joined #kubuntu [01:03] markelhas: you have intel video card, not ati or nvidia? [01:04] the first time that i installed kubuntu === leleobhz [n=leleobhz@unaffiliated/leleobhz] has joined #kubuntu [01:04] hello all [01:04] flaccid: yap intel [01:04] someone can pair bluetooth devices in kubuntu? [01:04] because i can be discovered and pairing arent asking me the pin === psyko_free [n=virus@41.250.40.216] has joined #kubuntu [01:05] markelhas: maybe you need that i855 centrino video thing [01:05] !find i855 [01:05] Found: i855-crt [01:05] !info i855-crt [01:05] i855-crt: i855 TV Out switching. In component main, is optional. Version 0.4-0ubuntu2 (feisty), package size 15 kB, installed size 80 kB (Only available for i386) [01:05] hmm not sure sorry [01:06] the first time that i installed kubuntu 6.06 i've a performance problem due to use partition magic to create partition. But in the channel someone told me to use the partition tool that was in the live cd and it works. But now the i've used it and the slow performance is there. [01:06] markelhas: id look for other xorg.conf people use in google for your video card / driver the i810 === fssssssssssh [n=rob@DSL01.83.171.170.96.ip-pool.NEFkom.net] has joined #kubuntu === sh4rk0_ [n=sh4rk0@81.135.119-80.rev.gaoland.net] has joined #kubuntu [01:07] um maybe partition magic did screw something when you use it === yagami_ [n=yagami@AMontpellier-251-1-47-115.w81-251.abo.wanadoo.fr] has joined #kubuntu === nikita_ [n=nikita@86.57.255.230] has joined #kubuntu === erz- [n=server@d77-216-25-208.cust.tele2.fr] has joined #kubuntu [01:08] flaccid: nop because everything was working with 6.10, but now with 7.04 not [01:08] so [01:08] you still used partitionmagic === pollyo [n=pollyo@c-68-81-43-126.hsd1.pa.comcast.net] has left #kubuntu [] === atidem [n=atidem@151.74.216.9] has joined #kubuntu [01:09] flaccid: not anymore, used the partition tool that was in livecd [01:09] yes not anymore [01:09] but you did in the past the same disk [01:09] goto #xorg and ask for advice [01:09] flaccid: yes i did [01:09] ok [01:09] flaccid: ok thnks [01:10] i dont think i can help further === dhq [n=dhq@122.167.33.73] has joined #kubuntu === kaner_ [n=kaner@cpe-70-112-48-39.austin.res.rr.com] has joined #kubuntu [01:11] noone with bluetooth here? [01:12] Anyone have problems suspending to RAM or Disk? [01:13] yes [01:13] i have a fix [01:13] but its still taking too long === LjL [n=ljl@ubuntu/member/ljl] has joined #kubuntu [01:14] do you have nvidia oder ati richardh_ ? === sharon [n=sharon@212.203.31.1] has joined #kubuntu [01:17] oh sweet. beryl wasn't hard at all to get working. what a surprise. [01:17] :) === bobdhicks [n=bobdhick@24.132.243.24.cfl.res.rr.com] has joined #kubuntu [01:18] flaccid: in top the Command Xorg got 95% of CPU [01:18] swee pucko- i might try it then one day === balu [i=balu@roadrunner.bartels-schoene.de] has joined #kubuntu [01:19] markelhas: there is your problem :) check the X log to see what might be doing this [01:19] also disable DRI for now to see if that is the problem [01:19] Hey guys, how to enable nvidia on Feisty (Kubuntu?) I don't have "System -> Administration -> Restricted Devices Manager" as the Wiki suggests... Do I have to install it manually? [01:19] flaccid: when i try to open something Xorg to 95% [01:20] flaccid: can u help me with that, how can i disable DRI? [01:20] comment it out of xorg.conf [01:21] the last section [01:21] flaccid: ok [01:21] you can also try commenting out glx for the time being for testing [01:21] but checking logs is important. so is nagging people in #xorg again :) === xxDennisMxx [n=user@p54A18299.dip0.t-ipconnect.de] has joined #kubuntu [01:22] flaccid: no one helping there :( === xxDennisMxx [n=user@p54A18299.dip0.t-ipconnect.de] has left #kubuntu ["Konversation] [01:23] correction. no one helping there atm :) [01:23] flaccid: lol yap sorry === gemidjy1 [n=gemidjy@62.162.68.24] has joined #kubuntu === Jucato [n=jucato@ubuntu/member/Jucato] has joined #kubuntu [01:24] hehe [01:24] !googleearth [01:24] Google Earth is now available, for free (only as in price), for Linux, too. To download it see http://earth.google.com/download-earth.html - A package for Ubuntu is available in the !Medibuntu repository [01:24] flaccid: so, can i reload xorg.conf without rebooting? [01:25] markelhas: yeah logout to kdm. then select restart X server [01:26] !Medibuntu repository === xxDennisMxx [n=user@p54A18299.dip0.t-ipconnect.de] has joined #kubuntu [01:26] how do i make firefox use mplayer-plugin instead of the useless default gnome-mediaplayer? [01:27] that would be totem === blackdevil [n=blackdev@host32-42-dynamic.16-87-r.retail.telecomitalia.it] has joined #kubuntu [01:28] !Medibuntu [01:28] medibuntu is a repository of packages that cannot be included into the Ubuntu distribution for legal reasons - See http://medibuntu.sos-sts.com/ === blackdevil is now known as {Black_Devil} === Juki is now known as Jurkki === Jurkki is now known as Juki === lani [n=lani@vk7d8yaktl.adsl.datanet.hu] has joined #kubuntu === lani is now known as Lani === Lani is now known as Lani__ [01:30] !repositories [01:30] The packages in Kubuntu are divided into various sections. See https://help.ubuntu.com/community/Repositories/Kubuntu === chuen [n=haelen@cpc2-bror1-0-0-cust498.bmly.cable.ntl.com] has joined #kubuntu === aldin [n=aldin@cm-927.europronet.ba] has joined #kubuntu === yaccin_ [n=yaccin@p57a76090.dip.t-dialin.net] has joined #kubuntu [01:34] !totem [01:34] Audio (Ogg, MP3...) players: Audacious, Banshee, Beep Media Player, Quod Libet, Rhythmbox, XMMS (GTK/Gnome based) and Amarok, JuK (Qt/KDE based). Video players: Totem, Xine, MPlayer, VLC, Kaffeine - See also !codecs [01:34] !mplayer [01:34] mplayer is a media player. It resides in the mutiverse repository and can easily be installed via applications -> add/remove. For codecs try !codecs === magez_ [n=magez@roi-ff37c000-198.dhcp.inet.fi] has joined #kubuntu === tmske [n=thomas@d54C0D4A5.access.telenet.be] has joined #kubuntu === yasuri_morales [n=emorales@201.248.147.123] has joined #kubuntu === MPat [n=mpat@a88-112-17-175.elisa-laajakaista.fi] has joined #kubuntu === mav_ [n=mav@89-180-45-227.net.novis.pt] has joined #kubuntu === NetersLandreau [n=niles@226.sub-75-201-48.myvzw.com] has joined #kubuntu === ego [n=ego@nrbg-4db468d6.pool.einsundeins.de] has joined #kubuntu === JohnK [n=john@adsl-dyn74.91-127-48.t-com.sk] has joined #kubuntu === fraco [n=fraco@213.219.145.140.adsl.dyn.edpnet.net] has joined #kubuntu === gemidjy1 is now known as gemidjy [01:40] <{Black_Devil}> !kaffeine [01:40] Sorry, I don't know anything about kaffeine - try searching on http://bots.ubuntulinux.nl/factoids.cgi [01:40] <{Black_Devil}> !kdewallet [01:40] Sorry, I don't know anything about kdewallet - try searching on http://bots.ubuntulinux.nl/factoids.cgi [01:41] <{Black_Devil}> !konversation [01:41] Sorry, I don't know anything about konversation - try searching on http://bots.ubuntulinux.nl/factoids.cgi [01:41] <{Black_Devil}> !Konversation [01:41] <{Black_Devil}> !Konversation [01:41] <{Black_Devil}> !Konversation [01:41] <{Black_Devil}> !Konversation [01:41] <{Black_Devil}> !konversation === Mena [n=smart@196.205.111.192] has joined #kubuntu === pppll1 [n=ppplll@85.75.139.35] has joined #kubuntu === pauljw [n=paul@pool152.dial1-clec.newalb.win.net] has joined #kubuntu === ke [n=kenneth@port272.ds1-aboes.adsl.cybercity.dk] has joined #kubuntu === dhq [n=dhq@122.167.33.73] has joined #kubuntu [01:45] gofish === mav_ [n=mav@89-180-45-227.net.novis.pt] has joined #kubuntu === spawn57 [n=sunil@n219078065095.netvigator.com] has joined #kubuntu === pppll1 [n=ppplll@85.75.139.35] has left #kubuntu [] === idontknow_2 [n=idontkno@c58-107-89-243.blktn1.nsw.optusnet.com.au] has joined #kubuntu === dejan_ [n=dejan@212.200.220.108] has joined #kubuntu [01:47] !hmm [01:47] Sorry, I don't know anything about hmm - try searching on http://bots.ubuntulinux.nl/factoids.cgi === dejan_ [n=dejan@212.200.220.108] has joined #kubuntu === dejan_ is now known as dejanpetrovic === rosco [n=rosco@a91-154-25-245.elisa-laajakaista.fi] has joined #kubuntu === Toomas [n=tos@84.15.97.194] has joined #kubuntu === stefano_ [n=stefano@host231-253.pool8253.interbusiness.it] has joined #kubuntu === stefano_ is now known as coren_away === dejan_ [n=dejan@77-105-44-50.adsl-2.sezampro.yu] has joined #kubuntu === download [n=download@85-125-219-189.dynamic.xdsl-line.inode.at] has joined #kubuntu === dejanp88 [n=dejan@77-105-44-50.adsl-2.sezampro.yu] has joined #kubuntu === obsethryl [n=opus@unaffiliated/obsethryl] has joined #kubuntu === jmv [n=jmv@88.201.137.50] has joined #kubuntu === Jucato [n=jucato@ubuntu/member/Jucato] has joined #kubuntu === fideas [n=fideas@122.8.49.33] has joined #kubuntu === fildo [n=fildo@hardtrance.biz] has joined #kubuntu === mav__ [n=mav@89-180-45-227.net.novis.pt] has joined #kubuntu === mav__ is now known as markelhas === cypherdelic [n=cypherde@p508ad979.dip.t-dialin.net] has joined #kubuntu [01:59] Die folgenden Pakete haben nichterfllte Abhngigkeiten: [01:59] kdelibs: Hngt ab: kdelibs4c2a (>= 4:3.5.6-0ubuntu14+2) soll aber nicht installiert werden [01:59] E: Kaputte Pakete [01:59] where is 3.5.6-0ubuntu14+2 [01:59] i updated my sources.list [01:59] there is no +2 on Main Server neither on German Server === yornik [n=yornik@s559384a3.adsl.wanadoo.nl] has joined #kubuntu [02:00] flaccid: hei the Xorg keep at 95% === yornik is now known as yorde [02:00] anyone know how to open a media file in konqueror via smb:/ and stream it instead of having to d/l the whole movie first before playing? === yorde is now known as yorde__ [02:01] flaccid: use smb4k and mount shares [02:01] markelhas: so im assuming you checked the log and nothing sus is there === jmv hates DC++ as it is stupid protocol and there're no good DC++ clients for Linux [02:02] flaccid: i've changed the xorg.conf file and restart the X and very very slow [02:02] jmv: i already use smb4k, i don't want to mount anything, i want to stream it like windows does [02:02] flaccid: i think i've check the right log :P [02:02] markelhas: what did you check [02:02] please help [02:02] 3~argh [02:02] !ask > cypherdelic === easytiger [n=gerry@cpc2-blfs7-0-0-cust458.belf.cable.ntl.com] has joined #kubuntu [02:03] !help [02:03] I am ubotu, all-knowing infobot. You can browse my brain at http://bots.ubuntulinux.nl - Usage info: http://wiki.ubuntu.com/UbuntuBots [02:03] flaccid: the boot log! [02:03] markelhas: it doesn't log there. see /var/log/Xorg.0.log === _sledge_ [n=chris@CPE0013107772c4-CM001225dffd6e.cpe.net.cable.rogers.com] has joined #kubuntu [02:03] flaccid: and dmesg also [02:04] flaccid: there's no other way [02:04] !ask kdelibs [02:04] Sorry, I don't know anything about ask kdelibs - try searching on http://bots.ubuntulinux.nl/factoids.cgi === NiceGuyUK [n=niceguyu@87.86.10.18] has joined #kubuntu [02:04] Die folgenden Pakete haben nichterfllte Abhngigkeiten: [02:04] kdelibs: Hngt ab: kdelibs4c2a (>= 4:3.5.6-0ubuntu14+2) soll aber nicht installiert werden [02:04] E: Kaputte Pakete [02:04] where is 3.5.6-0ubuntu14+2 [02:04] i updated my sources.list [02:04] there is no +2 on Main Server neither on German Server === afkRush [i=kRush@f048036083.adsl.alicedsl.de] has joined #kubuntu [02:05] please help [02:05] !de [02:05] Deutschsprachige Hilfe fuer Probleme mit Ubuntu, Kubuntu und Edubuntu finden Sie in den Kanaelen #ubuntu-de, #kubuntu-de, #xubuntu-de und #edubuntu-de [02:05] jmv: i think some media players can do it, otherwise its a limitation of kde and windows beats linux hands down here! ? === bobesponja [n=bobespon@bas75-1-82-235-231-205.fbx.proxad.net] has joined #kubuntu === giaso [n=gio@host165-253-dynamic.4-87-r.retail.telecomitalia.it] has joined #kubuntu [02:06] hi all === Tanuva [n=tanuva@p5B1096F6.dip0.t-ipconnect.de] has joined #kubuntu === cga [n=cga@213-140-6-101.ip.fastwebnet.it] has joined #kubuntu === NiceGuyUK [i=niceguyu@no.latency.org.uk] has joined #kubuntu [02:08] !ninan [02:08] Sorry, I don't know anything about ninan - try searching on http://bots.ubuntulinux.nl/factoids.cgi [02:08] !usenet [02:08] Sorry, I don't know anything about usenet - try searching on http://bots.ubuntulinux.nl/factoids.cgi [02:08] bummer === NiceGuyUK is now known as TooMuchBeer === hoora_ [i=ariel@gateway/tor/x-bd9c9e8a06eccef7] has joined #kubuntu [02:09] flaccid: to many strange things in that log, don't no if there are errors or not! [02:09] does having Kubuntu running on an install that also has the gnome-desktop metapackage installed cause many problems under the native KDE desktop ? [02:10] i need some basic help with feisty [02:10] !paste [02:10] pastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (be sure to give the URL of your paste - see also the #kubuntu channel topic) [02:10] markelhas: pastebin it [02:10] TooMuchBeer: no problems [02:10] !ask > giaso [02:11] flaccid: hmmm, ok, there goes one theory of mine :-/ [02:11] every first time i log into kde, starkde is extremely slow, if I stop it and re-login it works as it should [02:11] TooMuchBeer: whats the problem? === TuTuFF [n=kryptik@abyss.demon.co.uk] has joined #Kubuntu [02:11] http://paste.ubuntu-nl.org/17582/ [02:11] is there any way to debug or get a log from startkde? [02:11] flaccid: http://paste.ubuntu-nl.org/17582/ [02:12] Has anyone had any troubling booting the kubuntu feisty cd? Mine stops at different times during the loading of the linux kernel on my laptop === dhq [n=dhq@122.167.33.73] has joined #kubuntu [02:13] !noapic [02:13] Sorry, I don't know anything about noapic - try searching on http://bots.ubuntulinux.nl/factoids.cgi [02:13] !no_apic [02:13] Sorry, I don't know anything about no_apic - try searching on http://bots.ubuntulinux.nl/factoids.cgi [02:13] bummer again [02:14] a trivial question, how well rooted is kde rooted into kubuntu? Are there any issues that deserve special mention in this last release? === eljefe_ [n=eljefe@71-215-250-26.mpls.qwest.net] has joined #kubuntu [02:14] hans_ : I can't remember the exactg option, but there's a boot option something like "noAPIC" that helps on laptops. Google will help find the correct syntax ? [02:14] obsethryl: only what is on the release notes [02:15] TooMuchBeer: no acpi is on google yes [02:15] TooMuchBeer: Ok thanks === roadfish [n=user@ip-66-203-178-17.ac2.golden.net] has joined #kubuntu [02:16] flaccid: thanks, are there any links to find out more about KDE and ubuntu and the relative "politics" of it? I see in kdedevelopers blog that there are people who work in the kde team and for kubuntu as well, but there is some net contrast in views regarding the overall experience... [02:16] !mozilla [02:16] Sorry, I don't know anything about mozilla - try searching on http://bots.ubuntulinux.nl/factoids.cgi [02:16] I would very much appreciate any input on this === bruce_ [n=bruce@125.d.001.cur.iprimus.net.au] has joined #kubuntu [02:18] obsethryl: that talk will be all over the net. just keep googling! [02:18] obsethryl: heh or join their mailing lists and other things to get into it === przemek_ [n=przemek@aase27.neoplus.adsl.tpnet.pl] has joined #kubuntu [02:18] flaccid: kind of difficult to separate the static i am afraid, there are some overzealous people on both sides [02:18] nopaic and noacpi is two different things? === Dimanish [n=dimanish@217.16.29.216] has joined #kubuntu [02:18] flaccid: thanks for the reply nonetheless [02:19] obsethryl: i am not sure what you are trying to find out or conclude. its an open community [02:19] the static? === fabiendupre [n=fabiendu@lns-bzn-24-82-64-128-131.adsl.proxad.net] has joined #kubuntu [02:19] just remember that only when its at a proof of concept level do generalisations against something eg. a distro are valid [02:20] hi [02:20] flaccid: kubuntu is good, kubuntu is bad, cool / uncool. I am trying to find out how much effort is likely to continue to be put in kubuntu development regarding KDE, given that the main mommy distro is doing all things alla gnome. [02:20] how can achieve in a directory that new files inside it are getting always rw-rw-r-- permissions by default? [02:20] flaccid: google contains too much 1 vs 2 things and i thought of directly asking in here and #kde [02:20] now they are getting rw-r--r-- which is anoying === Dimanish [n=dimanish@217.16.29.216] has left #kubuntu [] === pgquiles__ [n=pgquiles@84.123.101.76.dyn.user.ono.com] has joined #kubuntu [02:21] obsethryl: It is my experience that whatever fancy thing ubuntu brags about kubuntu will have it 1 or 2 version later === von [n=von@129.194.70.32] has joined #kubuntu [02:21] I like Ubuntu and dislike Kubuntu but like kde and dislike Gnome... === ian__ [n=javax@173.Red-88-14-2.dynamicIP.rima-tde.net] has joined #kubuntu [02:22] hello [02:22] hans_: i know, i prefer KDE myself a lot; right now i am on debian btw [02:22] obsethryl: ubuntu is like the most popular linux disto in the world atm. kubuntu doesn't develop kde, KDE develops KDE.. so im not sure what you mean. [02:22] hans_: maybe you should give sabayon a try [02:23] cps1966: ? [02:23] Does someone know well KDE???? [02:23] gentoo at its best === riti [n=riti@adsl-113-228.adsl-fixip.axelero.hu] has joined #kubuntu [02:23] why von? === s-toned [n=S-Toned@pd9569469.dip0.t-ipconnect.de] has joined #kubuntu [02:23] flaccid: integration of KDE within kubuntu; jriddel is a kubuntu developer developing for kde as well. I am trying to figure out if kubuntu is not only existing for getting the attention of average kde users or it is a project that is to have better luck in the future as well, nothing more [02:24] giaso: cause i've an error when i launch kde applications [02:24] flaccid: did u check the log !? [02:24] obsethryl: you still don't make sence [02:24] sense [02:24] flaccid: every distro has issues with QA over big projects like KDE the ones that have less win; that said i am in the process of testing kubuntu [02:24] von: what kind of error? [02:24] obsethryl: kde is packaged === cadkins [n=cadkins@207.14.224.88] has joined #kubuntu === Assimilator [n=burp@d220-238-63-150.dsl.vic.optusnet.com.au] has joined #kubuntu [02:25] hello === icecruncher [n=jon@124.157.161.135] has joined #kubuntu [02:25] X Error: BadDevice,invalid or uninitialized input device 169 [02:25] flaccid: yes, but that does not mean by default that everything is done flawlessly, take for example issues stated in kdedevelopers blog from KDE people regarding gentoo packaging of the KDE desktop + all its affiliated apps [02:25] well im still not sure what sort of conclusion you are trying to get to. there is a lack of quality assurance in the linux world. i havnt seen a distro that has a quality process... [02:26] how do I get compiz to work in kubuntu-desktop ? [02:26] von: looks like some xorg configuration error [02:26] just a quick question, how do you copy a directory with cp? [02:26] flaccid: Xandros has just passed LSB certification [02:26] cp -a [02:26] thanks [02:26] giaso : I know I've strange stuff in it [02:26] obsethryl: in that respect, you need only look at kubuntu bugs on launchpad and do the deduction from there. ubuntu is a cutting edge distro so its not stable like debian or something === david_ [n=david@lns-bzn-42-82-255-67-48.adsl.proxad.net] has joined #kubuntu [02:26] von: you can also ask the #kde gurus if the #kubuntu gurus can't help. Or even ask on #xorg. [02:27] giaso : but if i remove them X doesnt work [02:27] TooMuchBeer: what is lsb certification? [02:27] flaccid: there are, some tend to be extremist in it and result in slow releases, others in midway others non at all. I am just trying to find out how good is QA in the case of kubuntu and if there are any complaints about it. I am only doing field research through personal testing and asking in here :) === roconnor [n=roconnor@n138236.science.ru.nl] has joined #kubuntu [02:27] Linux Standards Base === llutz [n=lutz@p54801C6F.dip0.t-ipconnect.de] has joined #kubuntu [02:27] markelhas: looking now === sulan_ is now known as sulan [02:27] hi [02:27] von: try reconfiguring xorg-server === _czessi is now known as Czessi [02:27] anyway, i appreciate the time taken to respond from all people, thank you. [02:28] giaso do you know what wacom input device is? [02:28] obsethryl: which distros have it? well in terms of quality assurance, i think ubuntu sux bad, and i've been telling them that for a long time now. [02:28] I'm not conscious of anything I've probably have done, but, most of the fonts (KDE-programs, xchat, sylpheed,...) are very small now, and OpenOffice.org has huge fonts (user interface). What could be the cause for this? === cadkins [n=cadkins@207.14.224.88] has left #kubuntu ["Leaving"] [02:28] salut a tous [02:28] flaccid: debian has good QA, so does centos/redhat [02:28] i cannot say which has what in which best of ways since it would be impartial [02:28] von: graphics tablet, you can safely remove it if you don't have any === idontknow_2 [n=idontkno@c58-107-89-243.blktn1.nsw.optusnet.com.au] has joined #kubuntu [02:28] von: and remove wacom packages too [02:29] i am only peeping into this (k)ubuntu thing and trying to figure out if it is worth a switch or something === senser [n=senser@mail.zrenjanin.org] has joined #kubuntu [02:29] giaso : I did it but X wasn't working anymore [02:29] ] -[i [02:29] obsethryl: yes and you just need to remember that kubuntu shares the same repos as all the other ubuntus........ [02:29] another quick question, is there a program very simmilar to mx dreamweaver, if not, what is the closest? [02:29] von/giaso: I'm getting this "BadDevice" error too. I too tried removing those wacom lines and KDE wouldn't restart. I don't have a tablet. [02:29] !baddevice > roadfish [02:29] anyone has solution for freezing usb mouse on a laptop ?? [02:30] von: is thery any other input device except for wacom, you need at least a mouse [02:30] icecruncher: nvu or you could also try aptana as a plugin for eclipse. quanta+ is another good choice but a bit far from dreamweaver style [02:30] icecruncher: Quanta Plus, Bluefish are good web editors. I've not used Dreamweaver but those two cover most common needs [02:30] giaso : sure i ve mouse and keyboard [02:30] k [02:30] thanks [02:30] von: in xorg.conf i mean [02:30] giaso : me too [02:30] anyone has solution for freezing usb mouse on a laptop ?? === Ace2016 [n=ace@80-47-112-249.lond-hex.dynamic.dial.as9105.com] has joined #kubuntu [02:31] try starting with irqpoll kernel option? === david_ [n=david@lns-bzn-42-82-255-67-48.adsl.proxad.net] has joined #kubuntu [02:31] Muj - me ?? [02:31] von: did you check this? [02:31] !baddevice > von [02:31] senser: yes, you [02:31] von: you should debug xorg log to see why it doesn't work without wacom config [02:31] what irqpoll does ??? [02:31] senser: at least I need that to my usb devices to work, dunno why :| === jrh3k5 [n=jrh3k5@12-201-89-241.client.mchsi.com] has joined #kubuntu [02:32] von: and look for lines starting containig error string 'EE' [02:32] Aaaaaargh. [02:32] giaso : what's the name of the x log file === creadorcreativo [n=paranoia@201-220-126-57.bk10-dsl.surnet.cl] has joined #kubuntu [02:32] Upgrading from Kubuntu 6.10 to 7.04 has broken my sound. [02:33] markelhas: i can't see any problems. does it keep logging as its doing 9*% cpu ? [02:33] roadfish : not yet thx! [02:33] von: /var/log/Xorg* === greenery_ [n=greenery@61.6.232.29] has joined #kubuntu [02:33] flaccid: every time that i start any app [02:34] have to go now, bye all [02:34] giaso : thx I'll try and come back later === Alarm [n=rock@ppp217-8.adsl.forthnet.gr] has joined #kubuntu [02:34] hello, is there any application to keep a small database of my dvd and cd disks ? === testy [n=testy@ip54577cfa.direct-adsl.nl] has joined #kubuntu [02:35] Does anyone have a link to a good repository of possible solutions to Kubuntu 7.04 killing my sound when it worked fine under 6.10? === dennister [n=mythtv@206-248-171-136.dsl.teksavvy.com] has joined #kubuntu === yamal [n=yamal@Room641A.no-such-agency.net.ru] has joined #kubuntu [02:36] Alarm: http://kde-apps.org/content/show.php?content=12426 [02:36] okie === BadRabbit320 [n=mad@adsl-065-007-212-224.sip.mia.bellsouth.net] has joined #kubuntu === ubuntu_ [n=ubuntu@ti541210a340-3934.bb.online.no] has joined #kubuntu [02:37] there might be others on the kde-apps.org so have a look :) [02:37] markelhas: was that in the log you pasted? === weiminji [n=weiminji@121.33.118.89] has joined #kubuntu === ubuntu_ is now known as Kubuntu === sputnik` [n=sputnik@adsl-76-203-46-209.dsl.emhril.sbcglobal.net] has joined #kubuntu === verduz [n=verduz@host9-22.pool8248.interbusiness.it] has joined #kubuntu [02:37] flaccid: i can see it in a console with top [02:37] How do you install American Army with apt-get install? [02:38] im talking about the log [02:38] not cpu usage [02:38] and now a difficult question. i did something (i cant remember what, or if my system did that on its own) . and instead of having one entrty in the kmenu list of "System Settings" , System Settings is now a category in the menu list and look and feel , personal and such things that are as icons in the System settings, are now as menus also in the kmenu . how can i change that [02:38] And where can I find NVIDA drivers? [02:38] flaccid: not in the log [02:38] markelhas: i can't help any further [02:38] von: out of curiosity, do you have a touchpad on your keyboard? I have something called the "Cirque Input Center" but I haven't attached the touchpad. [02:38] !nvidia > Kubuntu === Pseudoabulafia [n=nomemire@84.76.33.76] has joined #kubuntu [02:38] flaccid: ok thnks :( === paco_ [n=francois@LSt-Amand-152-31-5-221.w82-127.abo.wanadoo.fr] has joined #kubuntu [02:39] Where are the hosts.allow and hosts.deny in Kubuntu Feisty? I couldn't find them in /etc/ === peer [n=peer@p57b2b68a.dip0.t-ipconnect.de] has joined #kubuntu [02:40] verduz: they're not created by default. If you want one/both, create it/them. === von [n=von@129.194.70.32] has left #kubuntu ["Konversation] [02:41] crimsun: how do i create them? I have to simply create a text file with that name and the options i want? [02:42] I'm in the process of upgrading to feisty which is almost done. but now it wants to remove mozilla-mail which I'm using. What now? [02:42] and now a difficult question. i did something (i cant remember what, or if my system did that on its own) . and instead of having one entrty in the kmenu list of "System Settings" , System Settings is now a category in the menu list and look and feel , personal and such things that are as icons in the System settings, are now as menus also in the kmenu . how can i change that === velle [n=velle@ip-26-252.bnaa.dk] has joined #kubuntu === yamal_ [n=yamal@Room641A.no-such-agency.net.ru] has joined #kubuntu === afkRush is now known as kRush [02:44] verduz: yes, just follow standard hosts.{allow,deny} syntax [02:44] i wonder if i can safely have mozilla-mail removed without losing my mails, addressbook etc., but also what program to use then. can i reinstall mozilla-mail later? i'm a bit lost [02:45] Hi. I have a problem with all my video display apps (VLC and Kaffeine). It used to work, but now (I am not sure when it started) my computer totally crashes (The monitor starts turning on and off, and I cant even use ctrl alt delete) immediately when I try to play any kind of movie. [02:45] ppl, i realize this may be slightly off-topic, but I'm looking for some advice on adsl modems === mcgregor [n=mcgregor@86.35.254.19] has joined #kubuntu === Mena is now known as Mena_ === LotusLantern [i=Owner@222.111.55.5] has joined #kubuntu [02:47] How do I install the NVIDA drivers, not for ubuntu (that guide asks me to use programs I don't have)? [02:48] my provider was only selling ovislink modems 3 months ago, and my connection inexplicably just stops working pretty well everyday...now they're selling speedtouch modems too, but I don't know that throwing another $100 on a modem will improve anything if the line is the problem [02:48] whast the command that calls the "System Settings" window === mendred [n=mendred@59.93.81.127] has joined #kubuntu [02:48] thats how you do it Kubuntu substituting the programs with kde ones [02:48] how to resize image.png to image.png (128x128) over console [02:48] hello dudes [02:48] the line provider is saying it was "a crappy connection" from the start [02:49] But the thing in the control panel isn't there, I have chosen witvh card I have, but the driver is still nv. [02:49] i have a problem with running ktorrent [02:49] can someone help me? [02:49] Kubuntu: edit xorg.conf manually and change it [02:49] I also have a problem with ktorrent, it crashes [02:49] so do i...ever since the last update [02:49] Is the driver already on my computer? [02:50] i don't what happened === yamal_ is now known as yamal [02:50] i don't know what happened [02:50] hi, I installed Kubuntu, but now I dont the root-password. What can I do? [02:50] but after a few week when it was running great [02:50] i mean, I hate going back to the hated rogers cable for my connection, what with their traffic-shaping, but at least it was reliable [02:50] it crashed === roadfish [n=user@66.203.178.111] has joined #kubuntu [02:51] Is all the NVIDA drivers installed with feisty? [02:51] no [02:51] thats why you have to d/l === mcquaid [n=mcquaid@toronto-hs-216-138-233-79.s-ip.magma.ca] has joined #kubuntu [02:51] my downloads are just sooooooo much faster without rogers (they're now shaping ALL encrypted traffic, too) [02:51] im off i've had enough tonight. cyas later === flaccid [n=flaccid@hardtrance.biz] has left #kubuntu ["Konversation] [02:51] d/l? [02:51] hello, i have a nvidia card that doesn't have hardware overall so no brightness,contrast adjustments when using xv for playback [02:52] with mplayer opengl playback fixes this [02:52] since i've switched to kde, i've been using kaffeine, which allows the selection of opengl for playback [02:52] but brightness/contrast sliders still have no effect === von [n=von@129.194.70.32] has joined #kubuntu [02:52] is there a reason/workaround for this? === SkyblastAtWork [n=mike@209.40.172.210] has joined #kubuntu [02:53] err hardware overlay i mean === yaccin_ is now known as Yaccin [02:53] is there anyone from romania out there? === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #kubuntu === fideas [n=fideas@221.4.137.132] has joined #kubuntu [02:54] roadfish : Thx for the links it works for me!!!!!! === HanzZ [n=HanzZ@212.24.149.74] has joined #kubuntu [02:55] von: works for me to ... actually, thank flaccid who gave the tip === remy [n=remy@89.33.168.28] has joined #kubuntu [02:55] Where do I get the nvida drivers? === thierry_ [n=thierry@lns-bzn-28-82-250-188-113.adsl.proxad.net] has joined #kubuntu [02:55] on the nvidia web page [02:56] No easyer way? === psyko_free [n=virus@41.250.40.216] has joined #kubuntu === Mena_ is now known as Mena [02:57] crimsum: I have created a hosts.deny file. I used kate in root mode and make a hosts.deny file containing "# /etc/hosts.deny" (without quotes) and in the line below "ALL:ALL" (without quotes). Have i make the right procedure? === Mena is now known as Mena__ === pascutti [n=angelo@200.138.70.116] has joined #kubuntu [02:57] gime a nice fps, pliiiiiiiiiz! === _4strO [n=cedric@AStrasbourg-253-1-23-100.w86-204.abo.wanadoo.fr] has joined #kubuntu [02:58] I'm having a screen refresh problem. Often in KPanel or in emacs-snapshot-gtk, extra junk from before-the-refresh is still being displayed. [02:58] how can I fix this screen refresh problem? [02:58] New screen? === nick_ [n=nick@host136-60-dynamic.21-87-r.retail.telecomitalia.it] has joined #kubuntu === hans_ [n=hans@5634185c.rev.stofanet.dk] has joined #kubuntu [02:58] Is there any good fps in kubuntu? === Mena__ is now known as Mena [02:59] for* === capcom [n=capcom@pD9E79CD7.dip0.t-ipconnect.de] has joined #kubuntu [02:59] Kubuntu: Tremulous maybe [03:00] Kubuntu: some of the windows ones work too. I have both Doom III and Return To Castle Wolfenstein working under Linux binaries [03:00] sudo apt-get install tremulous? [03:01] Think so, it is in the repos === creadorcreativo [n=paranoia@201-220-126-57.bk10-dsl.surnet.cl] has joined #kubuntu [03:01] crimsun: with the same procedure, i created an host.allow files containing "#/etc/hosts.allow", "#Allow localhost", "ALL : 127.0.0.1". Was that right? === dartmolx [n=dartmolx@tequilla.exist.com] has joined #kubuntu [03:02] <_4strO> !package [03:02] Sorry, I don't know anything about package - try searching on http://bots.ubuntulinux.nl/factoids.cgi [03:02] verduz: that's the default (with the absence of /etc/hosts.allow) === lapland [n=m@ANice-151-1-90-47.w86-197.abo.wanadoo.fr] has joined #kubuntu [03:03] have the repos and servers calmed down after the rush post-19th? has anyone used the kvm yet? [03:03] crimsum: ok, thanks [03:03] dennister: repos, and servers yes. kvm, not yet === guglielf [n=guglielf@unaffiliated/guglielf] has joined #kubuntu === TooMuchBeer remembers when KVM was a hardware widget to let you use two computers on one monitor :) [03:05] what is kvm now? [03:05] thx TooMuchBeer; I'm really wondering how the kvm will work...quite the idea to be able to install winblows from within Linux === ohmbr_ [n=ohmbr@200.146.73.162.adsl.gvt.net.br] has joined #kubuntu [03:05] and now a difficult question. i did something (i cant remember what, or if my system did that on its own) . and instead of having one entrty in the kmenu list of "System Settings" , System Settings is now a category in the menu list and look and feel , personal and such things that are as icons in the System settings, are now as menus also in the kmenu . how can i change that [03:05] hans_: kernel virtual manager === _atidem [n=atidem@151.74.214.178] has joined #kubuntu [03:05] unfortunately i can't complete my migration 100%; I still need win sometimes [03:05] dennister: why would you want to break Linux like that ;-P [03:06] for one thing: all the Canadian government sites won't work with Mozilla 2...only mozilla 1 with redhat and suse [03:06] hi, i need to install kdar but i can't find it in feisty rep...any idea? [03:06] dennister: lobby your local representative. Get better adoption of standards! [03:07] so i had to use internet explorer...ewwwwwwwwww [03:07] dennister: (or use IEs4Linux to use IE under Linux) === Ilokaasu [n=matti@dsl-aur-ff27c000-33.dhcp.inet.fi] has joined #kubuntu [03:07] anyone have any idea what why I can't suspend KDE because of the usb_storage module? === terter__ [n=terter@91.64.217.201] has joined #kubuntu [03:07] I have IE on my Kubuntu Laptop for web testing === magical_trevsky [n=magical@80-45-41-53.static.dsl.as9105.com] has joined #kubuntu [03:08] richardh_: I suspect its related to mounting/unmounting devices "safely" === massi [n=massi@host203-209.pool8249.interbusiness.it] has joined #kubuntu [03:08] Laptops and kubuntu arrgh [03:08] TooMuchBeer: I'd have to lobby no less than 3 representatives for the 3 levels of government...and I already told the provincial people about the problems === luis_lopez [n=llopez@68-182-33-19-Public-Marmac-MIPHA.client.eng.telusmobility.com] has joined #kubuntu === Tanu [n=tanuva@p5B10930D.dip0.t-ipconnect.de] has joined #kubuntu === hans_ is now known as Eruantalon_ [03:09] hans_: this laptop has had Ubuntu/Kubuntu since the day I bought it, and never any problems - one day I must remember to sedn the Windows CDs back to the manufacturer for a refund :D [03:09] dennister: sometimes you can get sites working with Mozilla if Mozilla identifies itself as Internet Explorer. === Mena [n=smart@196.205.111.192] has joined #kubuntu === Mena [n=smart@196.205.111.192] has joined #kubuntu [03:10] sorry, i should be more accurate: the sites work with Mozilla 2/Kubuntu; it's certain web tools on these sites, like revenue canada's epass/netfiling of taxes that don't === kayzra [n=david@lns-bzn-42-82-255-67-48.adsl.proxad.net] has joined #kubuntu [03:10] TooMuchBeer: Well mine is an edgy gone feisty and won't hibernate, suspend, use camera or even boot the feisty cd [03:10] roadfish: i'll have to try that [03:10] I was just about to file a bug report [03:10] toomuchbeer: but the error message keeps appearing even after I've unmounted any usb device... [03:10] dennister: hmm, are they Java/JavaScript/Flash apps? === KaiHanari [n=kaihanar@CPE0013a3bd89d2-CM0011e6c7e1cf.cpe.net.cable.rogers.com] has joined #kubuntu [03:11] #ubuntu-it [03:11] richardh_: what's the device and what's the error? [03:11] probably...i'd have to check, and to check i'd have to go into the winblows drive === nick_ [n=nick@host136-60-dynamic.21-87-r.retail.telecomitalia.it] has left #kubuntu ["Konversation] [03:12] Bugreporting just seems pointless in Ubuntu/Kubuntu. If you use the stable version you won't get the update for 6 months and if you use unstable your system is supposedly unstable and bugs are "allowed" to appear === cox [n=cox@client-81-107-200-114.glfd.adsl.virgin.net] has joined #kubuntu === sedat_ [n=sedat@81.213.59.218] has joined #kubuntu === omar [n=omar@advance-576.infovia.com.ar] has joined #kubuntu [03:13] Eruantalon_: we report bugs for the Karma ;-) [03:13] :-) [03:13] governments don't listen to techies' or citizens' complaints anyway...we've got a really nasty bunch in Ottawa now...very vindictive...are about to vote on a really horrible pro-DRM revision of the copyright laws [03:14] hi, I installed Kubuntu, but now I dont the root-password. What can I do? [03:14] in the pockets of all the big ISP/media companies...harpers' conservatives make me want to puke === acemo [n=acemoo@ip5657ebcc.direct-adsl.nl] has joined #kubuntu [03:14] dennister: I know the ones you mean, some female politician in the payroll of the media companies. [03:14] LotusLantern: you don't need it. Anything you need to run as root, just put "sudo" in front of it and use your user password [03:14] yes, her and others who'll have big input into the pro-drm laws === ToyMan [n=Stuart@user-12lcqol.cable.mindspring.com] has joined #kubuntu === darx [n=darx@77-98-90-46.cable.ubr03.wolv.blueyonder.co.uk] has joined #kubuntu === mart81 [n=mart81@a80-126-145-212.adsl.xs4all.nl] has joined #kubuntu [03:16] where can i disable the annoying sounds of kde? [03:16] my old representative, in the area where I use to live, was the ndp leader, jack layton, and he alerted me to freeware for netfiling taxes: studio tax is great! [03:16] now i don't have to pay $40 every year to the likes of quicktax, ufile, cantax... :) [03:16] dennister: I want freeware for *avoiding* taxes ;-) === marcus_notebook [n=mholthau@38.167.79.83.cust.bluewin.ch] has joined #kubuntu [03:16] how do i remove the full screen logo at boot? [03:16] !sudo [03:16] sudo is a command to run programs with superuser privileges ("root"). Look at https://help.ubuntu.com/community/RootSudo for all information. [03:16] !kdesu [03:16] In KDE, use kdesu to run graphical applications with root privileges when you have to. Do *not* use sudo ; you can muck up your permissions/config files. For what to use in GNOME, see !gksudo [03:16] very cute TooMuchBeer [03:17] why is the svn server so freak'n slllllllow... [03:17] for all Canadians: StudioTax rocks! [03:17] If my laptop won't boot with kubuntu feisty cd and I've tried noapic nolapic and acpi=off to no avail. My next step should be...? [03:18] Eruantalon_: does it get stuck at the same place every time? [03:18] how do i remove the full screen logo at boot? [03:18] how can i disable sound notifications in kde.. i cant seem to find it? [03:18] !bootsplash [03:18] Sorry, I don't know anything about bootsplash - try searching on http://bots.ubuntulinux.nl/factoids.cgi [03:18] !usplash [03:18] To select the usplash artwork you want, use "sudo update-alternatives --config usplash-artwork.so && sudo update-initramfs -u" - See https://help.ubuntu.com/community/USplashCustomizationHowto for adding your custom artwork [03:18] fiesty installation was very long bit i wait and its installed correctly [03:18] with me === poopotootti [n=poopotoo@a84-231-36-71.elisa-laajakaista.fi] has joined #kubuntu [03:18] but* [03:19] acemo: it's in that link above somewhere I think === TuTuFF [n=kryptik@abyss.demon.co.uk] has joined #Kubuntu [03:19] darx: type in "kcontrol" into a terminal, you'll find it there [03:19] dennister: it works in Linux? [03:19] TooMuchBeer: Thank you [03:20] roadfish: sorry, StudioTax is windows, but like i said, you can't netfile anyway with kubuntu and mozilla 2 [03:20] TooMuchBeer: but still I would like to know how to do that [03:20] i hav a prblem here that i added the a repo for wine .9.35 and now i wont to change it to .9.33 bec it has a bug with an app so how can i do this [03:20] dennister: it doesn't seem to stick.. i diabled all sounds from notifications [03:20] and that has nothinig to do with the tax software, it's the government application on their sites === CapaH [n=carl@66.64.60.194] has joined #Kubuntu === slyc [n=slyc@d77-216-250-117.cust.tele2.fr] has joined #kubuntu [03:21] darx...yes, i had the same problem of it "not sticking" but I forget how i solved it...u may have to do it individually with each app === pucko- [n=arvidjo@c80-216-165-91.bredband.comhem.se] has joined #kubuntu === delight [n=delight@bchm-4d0902ee.pool.mediaWays.net] has joined #kubuntu === gerard [n=gerard@124-168-118-90.dyn.iinet.net.au] has joined #kubuntu [03:22] TooMuchBeer: It gets stuck when I hit enter it manages to write "loading" but thats it. Expect sometimes it get to 74% loading linux kernel. And sometimes around 30%. But for the most time just the loading textg === Kite_DH [n=Kite_DH@p57B366A1.dip.t-dialin.net] has joined #kubuntu [03:22] dennister: hmm... thanks anyway [03:22] mute [03:22] sorry...wish i could remember better [03:22] Eruantalon_: just a thought - did you try installing from an Edgy CD, then doing a dist-upgrade afterwatds? [03:22] might be a workaround for now ;) [03:23] that's a good idea TooMuchBeer [03:23] i need some advice on modems :( [03:23] hhhhhhh === TooMuchBeer advises to ignore them and get broadband :P [03:24] i meant boradband modems :) [03:24] i haven't used dialup in about 7 years === TooMuchBeer advises to ignore them and get a router [03:24] ;) [03:24] stop it! [03:24] :) [03:24] lol [03:24] TooMuchBeer: Yes. Thats how I am running fesity now. But it's crap. Way to many things doesn't work. So I thought about doing a clean install might result in a working system === s-toned [n=S-Toned@pd9569469.dip0.t-ipconnect.de] has left #kubuntu [] [03:25] its a shame there's not a "net install" CD like Debian, its parent, does things [03:25] i have a adsl modem/router...less than 3 months old, and it cuts out on me for no reason every day === stefan__ [n=stefan@port-212-202-253-170.static.qsc.de] has joined #kubuntu === ..[topic/#kubuntu:darx] : b [03:25] dennister: sure its not an ISP or telco problem? === first2di3|afk [n=fuckingy@r74-195-240-147.stl1cmta01.stwrok.ok.dh.suddenlink.net] has joined #kubuntu [03:26] someone change the topic back.. i accidently changed it i guess.. did i? [03:26] :o [03:26] i've been trying to determine that...my current isp (a wholesaler for teksavvy) says my connection has been crappy from the start, but other customers have also been complainig === CapaH [n=carl@66.64.60.194] has joined #Kubuntu [03:27] more ADSL microfilters? === first2di3|afk is now known as first2di3 [03:27] and teksavvy (very well-respected independent) says it could be the bell lines [03:27] I have problems with the Wireless Internet. I can see several Hotspots in the list, and if I want to connect to one Kubuntu tries it but then it is still not connected === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #kubuntu === darx [n=darx@77-98-90-46.cable.ubr03.wolv.blueyonder.co.uk] has left #kubuntu ["Kopete] === darx [n=darx@77-98-90-46.cable.ubr03.wolv.blueyonder.co.uk] has joined #kubuntu [03:27] LotusLantern: you using KNetworkManager? === CapaH [n=carl@66.64.60.194] has joined #Kubuntu === OculusAquilae [n=oculus@pD950BF47.dip0.t-ipconnect.de] has joined #kubuntu === PP188 [n=pedro@201-42-163-91.dsl.telesp.net.br] has joined #kubuntu [03:28] either it's the line, and the only alternative is going back to rogers cable...what with their terrible traffic-shjaping of ALL encrytpted traffic...or spending another $100 to try another adsl modem with teksavvy/my isp === darx [n=darx@77-98-90-46.cable.ubr03.wolv.blueyonder.co.uk] has left #kubuntu ["Kopete] [03:28] TooMuchBeer: So I should now file a bug? at: https://launchpad.net/ubuntu/+filebug right? === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #kubuntu === first2di3|afk [n=yourmom@r74-195-240-147.stl1cmta01.stwrok.ok.dh.suddenlink.net] has joined #kubuntu === danny500 [n=danny500@d150-222-133.home.cgocable.net] has joined #kubuntu [03:29] Eruantalon_: it probably won't hurt - make sure you include as much info about your hardware setup as you can to help the guys out :)_ [03:29] #mplayer [03:29] TooMuchBeer: Yes we use that. [03:29] i'm really quite ticked off that this modem is less than 3 months old, and if it is the modem/router, i can't get a refund of any kind, either [03:30] TooMuchBeer: Ok. Will do that. === first2di3 [n=yourmom@r74-195-237-219.stl1cmta01.stwrok.ok.dh.suddenlink.net] has joined #kubuntu [03:30] LotusLantern: I've found it can be a bit unreleiable. I use command line to connect when it fails - sudo iwconfig eth1 essid TheESSIDYouWant followed by sudo dhclient eth1 [03:30] LotusLantern: replace eth1 with your network card name [03:31] TooMuchBeer: were you talking to me in regard to "more adsl microfilters"? if so, what do u mean by that? [03:32] why when i copy files from the ntfs partition on my ext3 the trasnfer rate is really slow. something like 3-10mb/s ? === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #kubuntu === danny500 [n=danny500@d150-222-133.home.cgocable.net] has joined #kubuntu [03:32] dennister: if you have a standard copper wire phone system and ADSL as your broadband, try putting ADSL microfilter devices in front of every phone/modem device to filter out analogue noise [03:33] ow do I set auto-identify in Konversation? [03:33] TooMuchBeer: it's a dry loop copper line :) no Ma Hell for me thx === mlocker [n=Toffy@125.26.144.5] has joined #kubuntu [03:33] Hi === Lopi [n=set@11-mo5-9.acn.waw.pl] has joined #kubuntu [03:33] hi [03:34] I wanna help [03:34] dennister: all ADSL advice based on UK phone system ;-) === vit [n=vit@190.72.202.33] has joined #kubuntu === test [n=test@AC8D9241.ipt.aol.com] has joined #kubuntu [03:34] mlocker: wait for someone to ask a question you know the answer to, and dive right in :) [03:34] Will there be version upgrades for software packages in Feisty soon? I'm suffering from VERY regular crashes in ktorrent that can be fixed by upgrading to 2.1.4, I know that Thunderbird 2 is out, and I'd like to have that, and it also seems that digiKam needs some libraries updated (as per another bug I have) [03:34] i will add program to startup in Kubuntu === bsnider [n=brandon@bas7-ottawa23-1088833428.dsl.bell.ca] has joined #kubuntu [03:34] toomuchbeer: the error is "suspend2ram failed to unload usb_storage", but there's no device attached anymore [03:34] hahah...if anyone is looking to try VOIP, I actually found a really good provider in BC...i'm quite impressed with their prices and customer service [03:35] How I enablle nvidea propritary driver in Kubuntu? [03:35] richardh_: try sudo rmmod usb_storage beofre suspending as a manual workaround? [03:35] test: sudo apt-get install nvidia-glx [03:35] !nvidia [03:35] To install the Ati/NVidia drivers for your video card, see https://help.ubuntu.com/community/BinaryDriverHowto === TooMuchBeer sits here supporting Kubuntu when he should be working supporting his corporate finance clients :-S [03:36] when i try to open txt file i see information with text: "could not finde mime type aplication-octet stream", And the txt file dont remember configuration of type file and aplication to open it...why? and how i can repair it? [03:36] Eruantalon there is a option in uuntu does thiis noot exisssst in Kubuntu? === bobstro is now known as bobstro-away [03:36] lol...that's the way to stick it to the corporate welfare bums :) [03:37] test: what do you mean? [03:37] TooMuchBeer: Is there a certain package that I should file the bug under? [03:37] In ubuntu feisty there is a option to click to enable nvidea driver, there is not one in Kubuntu feisty [03:38] test: No we're behind [03:38] Eruantalon_: sorry, I'm not entirely sure on that one. === habeeb [n=habeeb@athedsl-187794.home.otenet.gr] has joined #kubuntu [03:38] TooMuchBeer: It is going to be "I don't know" then [03:38] :) [03:38] Can you enable the desktop effects like in Ubuntu in Kubuntu? [03:39] Eruantalon_: when will kubuntu get caught up with that? do u know? === Chousuke_ is now known as Chousuke [03:39] habeeb: yes [03:39] dennister: Nope. Usually they are about 1-2 versions behind... === joni_ [n=joni@dyn0-183.adsl.mpynet.fi] has joined #kubuntu [03:39] TooMuchBeer: and what happens if I have an ATI card? (9600XT) (Always buggy in Linux) === ubuntu_ [n=ubuntu@dsl-espgw1-ff6dc000-247.dhcp.inet.fi] has joined #kubuntu === fideas [n=fideas@122.8.49.225] has joined #kubuntu [03:40] hmmm...i usually recommend to new users that they try kubuntu instead of ubuntu cause they'll be more familiar with the winblows-like organization of kubuntu [03:40] habeeb: not sure, only ever used nvidia, but the core Compiz/Beryl/AIGLX stuff shoudl work fine under Kubuntu as much as it does Ubuntu [03:40] brb, boss [03:41] TooMuchBeer: I'm not using Ubuntu anyway.. - ok [03:41] So I don't know if my card would work in Ubuntu === fluffy_bunny [n=alexey@88.200.185.139] has joined #kubuntu [03:41] habeeb: just download the live cd... [03:42] of course i haven't done my feisty upgrade yet...am trying to decide whether to do a clean install and clean everything out here while I'm at it, or try the edgy-upgrade method [03:42] Smart :o [03:42] I forgot there were live cds arround :P === danny500 [n=danny500@d150-222-133.home.cgocable.net] has left #kubuntu ["Konversation] [03:43] ATI = eeeeevil === atz [n=anton@c-e29de355.42-1-64736c14.cust.bredbandsbolaget.se] has joined #kubuntu [03:43] dennister: Id reccomend the clean install... my personal choice.. [03:43] Thanks for the news :P [03:43] Daisuke_Ido: ur sooooooo right :) [03:43] habeeb: np's [03:43] BUT! it can be done === aro [n=justin@53.181.188.72.cfl.res.rr.com] has joined #kubuntu === Kai- [n=kaihanar@CPE0013a3bd89d2-CM0011e6c7e1cf.cpe.net.cable.rogers.com] has joined #kubuntu === BluesKaj [n=Wylie@bas1-sudbury98-1128712926.dsl.bell.ca] has joined #kubuntu [03:44] i just... have no idea how [03:44] jussi01: yes, that's usually my preference...clean installs usually work better [03:44] working on a clean feisty install here, and upgraded the lappy from edgy to feisty [03:44] both seem to be rock solid [03:44] dennister: they do. and it forces you to back up that stuff youve been meaning to back up for months.... [03:44] Ehm this post: http://ubuntuforums.org/showthread.php?p=2505909#4 makes me sceptical... Isn't Feisty supposed to automaticaly download your drivers and set them up? Why is he talking about "choises"? === fireflite [n=yeah@pool-70-110-59-56.sttlwa.dsl-w.verizon.net] has joined #kubuntu [03:45] it just takes so friggin long with my system...i'm a mythtv user...yes, i've actually been backing up and moving stuff for days already...while the repos and servers were so crazy === Ryiel_ [n=ryiel@183-20-78.ip.adsl.hu] has joined #kubuntu === BadRabbit320 [n=mad@adsl-065-007-212-224.sip.mia.bellsouth.net] has joined #kubuntu === mcquaid [n=mcquaid@toronto-hs-216-138-233-79.s-ip.magma.ca] has joined #kubuntu [03:46] toomuchbeer: oh, right, I'll try that, thanks [03:46] i don't know how to export all my mail from kmail, tho :( exporting seems to only work for the contacts === jakkass [n=gareth@212.2.172.20] has joined #kubuntu [03:47] Ironic how The kubntu device database chrashes while I am reporting that my hardware is detected badly [03:48] anyone know where all the sent mail and incoming mail is stored in kmail? === mp_ [n=mp@host66-41-dynamic.58-82-r.retail.telecomitalia.it] has joined #kubuntu === PP188 [n=pedro@201-42-160-23.dsl.telesp.net.br] has joined #kubuntu === first2di3 [n=yourmom@r74-195-237-219.stl1cmta01.stwrok.ok.dh.suddenlink.net] has left #kubuntu [] [03:49] somebody can help me? [03:49] i actually better do this upgrade before i go back to the hated rogers as my isp :( === My8os [n=My8os@ppp196-242.adsl.forthnet.gr] has joined #Kubuntu === ubuntu [n=ubuntu@59.182.16.20] has joined #kubuntu === ubuntu is now known as rohan [03:54] I'm getting incomplete refreshes in some apps (like emacs and KPanel). In KPanel, the bad refresh looks like: http://img238.imageshack.us/img238/2858/badrefreshux5.png [03:54] what could be causing this bad refresh? === Hc [n=foo@a88-112-4-210.elisa-laajakaista.fi] has joined #kubuntu === M_Fatih [n=mfyz@212.174.63.111] has joined #kubuntu === Hc\\ [n=foo@a88-112-4-210.elisa-laajakaista.fi] has joined #kubuntu [03:56] hi [03:56] hello all.. i want to install the mstt core fonts.. what source is that listed on? [03:57] on shutting down in kubuntu from the livecd, the CD is ejected and "Press ENTER to continue" appears, but pressing enter does nothing. i need to shut down by holding down the power button .. [03:57] known bug ? any workarounds / [03:57] never mind...i found it [03:57] Then my bug is reported: https://bugs.launchpad.net/ubuntu/+bug/109962 Go ahead and tell my why it is all my fault anyway :-) === malik__ [n=malik@85.98.182.203] has joined #kubuntu === ..[topic/#kubuntu:Eruantalon_] : Kubuntu === ..[topic/#kubuntu:Eruantalon_] : Kubuntu Support Channel | FAQ: http://wiki.kubuntu.org/CommonQuestions | https://wiki.kubuntu.com/KubuntuFeistyKnownProblems | Free Kubuntu CDs! https://shipit.kubuntu.org | Large pastes go here: http://paste.ubuntu-nl.org | Offtopic in #kubuntu-offtopic please | Kubuntu 7.04 Released! [03:57] i accidently deleted a pic which i was lookat in Kview....i cant find it in trash bin......how do i retrieve that? [03:58] NetersLandreau: just do "sudo aptitude install msttcorefonts" in terminal [03:58] my ssh broken, only ssh, error before connection "Segmentation fault (core dumped)" === kkerwin [n=kris@isu152206.ilstu.edu] has joined #kubuntu === CapaH [n=carl@66.64.60.194] has joined #Kubuntu [04:01] actually, I've learned that I'm using the wrong term. I have a redraw or repaint problem ... not a screen refresh problem. The problem is illustrated in the imageshack URL above. [04:02] rohan: when i do that i get the message is not available but is reffered by another package so it is only available from another source === CapaH [n=carl@66.64.60.194] has joined #Kubuntu [04:03] bye for now folks === dennister [n=mythtv@unaffiliated/dennister] has left #kubuntu ["Konversation] === brzeszczot [n=brzeszcz@poczta.mks.com.pl] has joined #kubuntu === sjpatrick [n=cg100183@cpe-071-068-104-167.carolina.res.rr.com] has joined #kubuntu === friedel_ [n=friedel@77.64.128.191] has joined #kubuntu [04:04] i accidently deleted a pic which i was lookat in Kview....i cant find it in trash bin......how do i retrieve that? [04:04] is there a place to paste code here? [04:04] hello [04:05] i had a little problem with beryl :) === nanaki [n=nanaki@lns-bzn-22-82-249-101-150.adsl.proxad.net] has joined #kubuntu === nanaki is now known as nanaki_ === CapaH [n=carl@66.64.60.194] has joined #Kubuntu [04:05] scaling window by top right corner doesn't work - maybe someone know this problem :] [04:06] Are there firefox 2.0 packages available for pre-7.04 Kubuntu? [04:06] !pastebin | NetersLandreau [04:06] NetersLandreau: pastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (be sure to give the URL of your paste - see also the #kubuntu channel topic) === english [n=english@146.145.108.114] has joined #kubuntu === stewk [n=stewk@adsl-10-199-245.mia.bellsouth.net] has joined #kubuntu === pgquiles_ [n=pgquiles@84.123.101.76.dyn.user.ono.com] has joined #kubuntu [04:07] i accidently deleted a pic which i was lookat in Kview....i cant find it in trash bin......how do i retrieve that? any help plzzz? [04:08] NetersLandreau: please paste your sources.list somewheree [04:08] NetersLandreau: /etc/apt/sources.list === erich_ [n=erich@kiel-4db252e5.pool.einsundeins.de] has joined #kubuntu [04:10] rohan: http://paste.ubuntu-nl.org/17612/ === CapaH [n=carl@66.64.60.194] has joined #Kubuntu === dusty-work [n=dusty@host81-136-30-147.in-addr.btopenworld.com] has joined #kubuntu [04:10] Hey guys, I am having problems getting beryl to work correctly. When I am in X (KDE/Kubuntu) I type beryl-manager, it starts then goes to a bright white screen and nothing much happens. I folloed a tutorial on howtoforge and the only thing I didn't have was Direct Rendering Switched on (No instead of Yes).. any ideas what could be causing this, also how do I switch direct rendering on? === mhb_ is now known as mhb === fideas [n=fideas@221.4.137.132] has joined #kubuntu [04:11] the amarok in ubuntu had some way of installing mp3 codecs right ? here it is giving me a demux error when trying to play an mp3 file in amarok === stuq [n=Stuart@user-12lcqol.cable.mindspring.com] has joined #kubuntu [04:12] NetersLandreau: oh, you are using edgy and not feist ? [04:12] trying to get an ipw3945 working on Edgy .. shouldnt I be able to see the required modules in synaptic? === nick_ [n=nick@host191-82-dynamic.8-87-r.retail.telecomitalia.it] has joined #kubuntu === ebbu [n=ebbu@129-225.adsl.lpoy.dnainternet.fi] has joined #kubuntu [04:13] rohan: i had a severe problem with fiesty and had to downgrade yesterday.. that is when i lost my corefonts === maxime [n=maxime@dyn-88-123-68-149.ppp.tiscali.fr] has joined #kubuntu === speaker_ [n=speaker@164-8-124-91.pool.ukrtel.net] has joined #kubuntu === cyber_brain_mfkg [n=cyber_br@212.200.171.125] has joined #kubuntu [04:14] my kubuntu dont remember the configuration of type and deycatet aplication of txt type files...how can i repair it? === washbear [n=washbear@190.152.26.153] has joined #kubuntu === xerosis [n=kieran@87-194-21-125.bethere.co.uk] has joined #kubuntu === shahrol [n=shahrol@61.6.223.11] has joined #kubuntu === fideas [n=fideas@122.8.49.33] has joined #kubuntu [04:17] NetersLandreau: oh. apt doesn't really support downgrading. did you downgrade from feisty to edgy using apt, or reinstalled edgy using the cd ? === abattoir [n=abattoir@cm235.epsilon48.maxonline.com.sg] has joined #kubuntu === obvio171 [n=helder@201.82.8.230] has joined #kubuntu [04:18] rohan: reinstalled edgy from cd === manchicken|away is now known as manchicken === CapaH [n=carl@66.64.60.194] has joined #Kubuntu === JohnK [n=john@adsl-dyn74.91-127-48.t-com.sk] has joined #kubuntu === aaroncampbell [n=aaroncam@63.225.219.62] has joined #kubuntu [04:19] NetersLandreau: ok. the sources.list appears fine to me :0s === greenery__ [n=greenery@61.6.232.29] has joined #kubuntu === deepcore [n=tobias@pD9E1C95F.dip0.t-ipconnect.de] has joined #kubuntu === michals [n=michals@a212.airnetdt.cz] has joined #kubuntu [04:22] rohan: when i tried to go with fiesty, something broke and i was unable to even boot up in single user mode.. did the upgrade thru apt.. decided to try fresh install of fiesty but ran into a lot of problems.. finally said screw it and renstalled edgy.. 10 hours later i was able to have my workstation back === annen [n=annen@84.208.192.109] has joined #kubuntu [04:23] NetersLandreau: oh .. strange :( no idea === viktoria [n=es@ASt-Lambert-151-1-18-38.w82-120.abo.wanadoo.fr] has joined #kubuntu === Lurkan [n=agsm@189.142.99.224] has joined #kubuntu === zhan [n=zhan@60.166.116.130] has joined #kubuntu [04:24] rohan: thx for trying to help.. corefonts aren't that big of a deal :) [04:25] np :) === KaiHanari [n=kaihanar@CPE0013a3bd89d2-CM0011e6c7e1cf.cpe.net.cable.rogers.com] has joined #kubuntu === mholthaus [n=mholthau@38.167.79.83.cust.bluewin.ch] has joined #kubuntu === pioter [n=pioter@acop1.neoplus.adsl.tpnet.pl] has joined #kubuntu === deviance [n=deviance@cpc3-sout6-0-0-cust528.sotn.cable.ntl.com] has joined #kubuntu === peandr [n=peandr@internet.phtg.ch] has joined #kubuntu === deviance [n=deviance@cpc3-sout6-0-0-cust528.sotn.cable.ntl.com] has joined #kubuntu === danny500 [n=danny500@d150-222-133.home.cgocable.net] has joined #kubuntu === Toomas2 [n=tomas@ctv-213-164-96-158.vinita.lt] has joined #kubuntu === canYOUhelp [n=Miranda@p54B0A653.dip0.t-ipconnect.de] has joined #kubuntu [04:28] how do I get rid of the totem plugin for firefox without getting rid of the ubuntu desktop? [04:28] what can i do if fsck hangs on boot @ 22 % === martynda [n=martynda@n128-227-34-176.xlate.ufl.edu] has joined #kubuntu [04:28] im not even able to enter root recovery shell, because fsck will start there too [04:29] ~ $ ssh sinan@linux.org.tr [04:29] Segmentation fault (core dumped) [04:29] ? [04:29] nve didnt hang, only stayed there for a long time === sebbar [n=sebbar@p57B3FE7C.dip.t-dialin.net] has joined #kubuntu === CapaH [n=carl@66.64.60.194] has joined #Kubuntu === aurelux [n=aurelux@df01t2-212-194-219-102.d4.club-internet.fr] has joined #kubuntu === ubuntu_ [n=ubuntu@189.156-65-87.adsl-dyn.isp.belgacom.be] has joined #kubuntu [04:32] salut [04:32] des francais? === eean [n=ian@amarok/developer/eean] has joined #kubuntu === mp_ [n=mp@host66-37-dynamic.58-82-r.retail.telecomitalia.it] has joined #kubuntu === CapaH [n=carl@66.64.60.194] has joined #Kubuntu [04:34] aurelu: #kubuntu-fr [04:34] Why on earth is it that Konversation starts every single time I start Kubuntu/how do I disable this? === obsethryl [n=opus@unaffiliated/obsethryl] has left #kubuntu ["done..."] [04:35] aurelux: #kubuntu-fr === PP188 [n=pedro@201-42-160-141.dsl.telesp.net.br] has joined #kubuntu [04:35] hey does anyone know how to disable the totem plugin for firefox? === Ajena [n=alpha-on@24-213-56-202.static.mrqt.mi.charter.com] has joined #kubuntu [04:37] which package is needed for the firefox to support java applets ? === fideas [n=fideas@221.4.137.132] has joined #kubuntu [04:37] i got jdk1.6 but somehow firefox still needs a plugin === crookshanks [n=stephej1@160.129.129.156] has joined #kubuntu [04:37] Alarm: java [04:37] well i got jdk1.6 installed [04:38] alarm@rockpc:~/Applications/cedega-6.0$ java -version [04:38] java version "1.6.0" === dorcia [n=d@nat-dzi.aster.pl] has joined #kubuntu === kari [n=kari@105-232.1-85.cust.bluewin.ch] has joined #kubuntu [04:38] Alarm: open synaptic, go to the file your trying to install, right click it and go to the menu where it says something like install recommended packages and the one below that to [04:39] it should install everything needed to run what you want [04:39] also install 1.5.0 ok for a backup === dorcia [n=d@nat-dzi.aster.pl] has left #kubuntu ["Konversation] [04:39] ... Can anyone tell me how to disable KDE from starting applications upon startup? [04:40] danny500, if i knew which packages is needed for firefox to support applets would i be here asking ? [04:40] O_O [04:40] CapaH: First, try closing all your applications, then log out and log back in (don't use Ctrl-Alt-Backspace). [04:40] I told you, open synaptic, go to the file your trying to install, right click it and go to the menu where it says something like install recommended packages and the one below that to [04:40] !java | Alarm [04:40] Alarm: To install a Java compiler/interpreter on Ubuntu, look at https://help.ubuntu.com/community/Java - For the Sun Java runtime install sun-java5-jre from the !Multiverse repository. Enable the backports repository on Edgy to install sun-java6-jre. Please don't use Adept to install Java if you are on Kubuntu 6.10 (Edgy) or earlier. === soulrider__ [n=mauro@201.221.32.139] has joined #kubuntu [04:41] CapaH: or... turn off Session Restore in System Settings->Advanced->Session Manager [04:41] i got java installed , i said i have allready jdk1.6 === ubuntu_ [n=ubuntu@ti541210a340-3934.bb.online.no] has joined #kubuntu [04:41] CapaH: open your session settings, you can edit your app start up function there [04:41] i just want firefox to use it [04:41] Alarm: I thought it might have something about the pluggins. [04:41] What is the easyest to use c++ complier? [04:41] g++ [04:41] <_atidem> ubuntu_: g++ === _atidem is now known as atidem [04:42] thanks [04:42] g++: no input files [04:42] Alarm: also install 1.5.0 [04:42] How do I solve that? [04:42] Hey, If I've converted an Ubuntu Feisty to a Kubuntu Feisty by apt-get installing kubuntu-desktop, how can I remove GNOME completely to leave a clean Kubuntu? [04:42] danny500, why to install jdk1.5 ? dont get ur way of thinking [04:43] ubuntu_: g++ -o file file.cpp [04:43] sudo apt-get remove gnome-desktop [04:43] hei all, general question: can someone explain to me how to get the source out of a srpm? (if its possible?) [04:43] Alarm: thats so if 1.6.0 isn't compatible with what your trying to do === shogouki [n=nicolas@wlirmm-14.lirmm.fr] has joined #kubuntu [04:43] 1.6.0 is pretty new [04:43] Didn't wrok [04:43] g++: file.cpp: No such file or directory [04:43] g++: no input files [04:43] ubuntu_: that just removes the meta package [04:43] jussi01: with alien [04:43] ok === hodei [n=hodei@60.Red-83-32-168.dynamicIP.rima-tde.net] has joined #kubuntu === defered [n=defered@host-84-222-28-55.cust-adsl.tiscali.it] has joined #kubuntu [04:44] What is wrong with g++? [04:44] ubuntu: you need to read up on how to compile things, try google searching for basic g++ use [04:44] ubuntu: you don't literally type "file.cpp" [04:44] ubuntu: you type whatever file you have on your computer that you're trying to compile === imagine [n=imagine@modemcable150.200-203-24.mc.videotron.ca] has joined #kubuntu [04:44] So I have to make a file first? [04:44] ubuntu_: try installing build-essential [04:44] ubuntu: you can't compile from absolutely nothing, so yes you need a file === danny500 [n=danny500@d150-222-133.home.cgocable.net] has left #kubuntu ["Konversation] [04:45] atidem: are you sure? I thought alien just did rpm - deb? [04:46] !build | ubuntu_ [04:46] ubuntu_: Compiling software from source? Read the tips at https://help.ubuntu.com/community/CompilingSoftware (But remember to search for pre-built !packages first: not all !repositories are enabled by default!) [04:46] nobody know how to remove GNOME? should I just go through removing stuff like gedit, rhythmbox etc. one at a time? [04:46] ubuntu_: That should get you started, but if you're trying to install software you should start by staying within the available packages. [04:46] jussi01: yes, you install deb package and then will use source === monteslu [n=monteslu@ip68-109-171-73.ph.ph.cox.net] has left #kubuntu ["Leaving"] [04:46] Kazade: Why? [04:46] Kazade: sudo aptitude remove gnome-desktop ? [04:46] nah that just removes the meta-package [04:47] atidem: I want to get the sources out of an srpm - I dont actually want to install the thing [04:47] Kazade: Need disk space or just offended by the waste? [04:47] I'm introducing someone to Kubuntu from WIndows, and I accidently downloaded the Ubuntu iso.... I just wanted a clean, consistant Kubuntu desktop to get her started [04:48] Kazade: see http://www.psychocats.net/ubuntu/purekde === mcquaid [n=mcquaid@toronto-hs-216-138-233-79.s-ip.magma.ca] has joined #kubuntu === Pensacola [n=pensacol@185.137-64-87.adsl-dyn.isp.belgacom.be] has joined #kubuntu [04:48] jussi01: it's the only method that I know to use source files from an srpm === yamal [n=yamal@Room641A.no-such-agency.net.ru] has joined #kubuntu [04:48] TooMuchBeer: you're a genius, thanks! [04:48] ;) [04:48] replace "purekde" with "puregnome" to do other way round :) [04:49] TooMuchBeer: You realize that you don't exist, right? [04:49] lol [04:49] There's no such thing as TooMuchBeer. [04:49] any good application to create a database of my cd/dvd ? [04:49] jhutchins: as in "I've had...TooMuchBeer to be at work this afternoon and stil be useful" === sudoman [n=sudoman@190.65.67.132] has joined #kubuntu === oxotnick [n=oxotnick@84.94.147.200.cable.012.net.il] has joined #kubuntu === odissea [n=ilianahp@189.142.99.224] has joined #kubuntu [04:50] TooMuchBeer: Get your priorities straight man! === jhutchins has to go dissect a lightning struck home network this morning. === oxotnick [n=oxotnick@84.94.147.200.cable.012.net.il] has left #kubuntu ["Konversation] [04:50] jhutchins: getting my *vision* straight would be a good start === Lord_Maynoth_42 [n=chatzill@h12.48.28.71.ip.alltel.net] has joined #kubuntu === delphine84 [n=delphine@host246-31.pool8252.interbusiness.it] has joined #kubuntu [04:51] anyone here know anything about xorg.conf and how to edit it correctly... I cannot get my screen to the correct resolution === obvio171 [n=helder@201.82.8.230] has joined #kubuntu [04:52] Lord_Maynoth_42: Well, xorg.conf only offers available resolutions, it does not usually control which one is selected. [04:53] Lord_Maynoth_42: It's usually easier to control that with the GUI configuration tools. [04:53] I can't get it to display anything higher than 1024x768 [04:54] how do I add a NFS fs on kubuntun? === ukubuntu [n=adrian@85-211-17-45.dyn.gotadsl.co.uk] has joined #kubuntu === udrescu [n=udrescu@86.35.207.246] has joined #kubuntu === udrescu is now known as AFaith === ubuntu__ [n=ubuntu@201-74-236-91-am.cpe.vivax.com.br] has joined #kubuntu [04:55] Lord_Maynoth_42: In what environment have you gotten it to do better? [04:55] windows [04:55] :D === mholthaus_ [n=mholthau@38.167.79.83.cust.bluewin.ch] has joined #kubuntu === wirr [n=wirr@i538702ED.versanet.de] has joined #kubuntu [04:55] imagine: https://help.ubuntu.com/community/SettingUpNFSHowTo === stoft [n=stoft@213-140-11-138.fastres.net] has joined #kubuntu === AFaith [n=udrescu@86.35.207.246] has left #kubuntu ["Konversation] === estetkaninen [n=elin@217-211-190-157-no39.tbcn.telia.com] has joined #kubuntu === JonnyRo [n=jonnyro@monorad.raydiance-inc.com] has joined #kubuntu [04:55] Lord_Maynoth_42: I'd say you need to look at things like refresh rate and memory settings in Windows, see if you can transfer them to Linux. === stdin [n=tez@unaffiliated/binary2k2] has joined #kubuntu [04:56] I tried with xorg edit [04:56] but they still don't show up [04:56] as options [04:56] Lord_Maynoth_42: Unfortunately, many of the graphics card manufacturers do not supply Linux drivers, or supply drivers that don't work as well. [04:57] i don't have a master audio channel for some reason === konny [n=konny@p54bc6d2a.dip.t-dialin.net] has joined #kubuntu [04:57] hm [04:57] Lord_Maynoth_42: kill kdm and start X using startx, and/or look at /var/log/Xorg.0.log, see what it thinks it's doing. [04:57] should I install the latest ATI driver? [04:57] Lord_Maynoth_42: Worth a try if your card is supported by it. === ark[1] [n=ark1@n20z142l214.broadband.ctm.net] has joined #kubuntu === stdin [n=tez@unaffiliated/binary2k2] has joined #kubuntu === obvio171 [n=helder@201.82.8.230] has joined #kubuntu === estetkaninen is now known as Dellilah === myEqR|inet2_ [n=internet@p549DB0B3.dip0.t-ipconnect.de] has joined #kubuntu [04:58] do you know what version of the driver is in the repo's? === Ayabara [n=Ayabara@cm-84.210.83.052.chello.no] has joined #kubuntu === yamal_ [n=yamal@Room641A.no-such-agency.net.ru] has joined #kubuntu === PatrickWst [n=Patrick@AMarseille-256-1-172-179.w90-14.abo.wanadoo.fr] has joined #kubuntu [04:58] No. === washbear [n=washbear@190.152.26.153] has joined #kubuntu === konny [n=konny@p54bc6d2a.dip.t-dialin.net] has left #kubuntu ["Konversation] === PP188 [n=pedro@201-93-245-192.dsl.telesp.net.br] has joined #kubuntu [04:59] Lord_Maynoth_42: You can query apt to see what it is. [04:59] and my audio card doesn't work I'm running a laptop with an intel chipset... I never had a problem with my sound.. I don't really understand where to look at [05:00] imagine: check it detects the hardware using lspci maybe? [05:00] Lord_Maynoth_42: https://help.ubuntu.com/community/AptGetHowto [05:00] I'm trying to install a program following directions. I have been using linux less than a month. When I do "python setup.py install" I get the following: "error: could not create 'build/scripts-2.5': Permission denied" Obviously a permission problem but I don't know how or where to change permissions. === obvio171 [n=helder@201.82.8.230] has joined #kubuntu === Ruthenium [n=romain@84-74-213-89.dclient.hispeed.ch] has joined #kubuntu [05:01] bobdhicks: try putting "sudo" in front of that command maybe? [05:01] bobdhicks: try sudo python setup.py install === clemyeats [n=clem@cacher3.ericsson.net] has joined #kubuntu [05:01] TooMuchBeer: it is detected.. [05:02] imagine: you checked all the various sliders in Kmix to ensure nothing is muted? === raz3r [n=raz3r@86.72.39.87] has joined #kubuntu === alkalineX [n=sysop@unaffiliated/iwalker] has joined #kubuntu === fabricio [n=fabricio@c9067576.static.spo.virtua.com.br] has joined #kubuntu [05:03] TooMuchBeer: I have.. there's only 1 slider in the output.. [05:03] i installed the java jdk1.6 . but for some reason firefox was telling me that the plugin was not installed . so i installed also sun-java6-plugin , and when i did a java -version i saw: java version "1.4.2-02" . removed everything about java, and installed jdk 1.6 again, but somehow the 1.4.2 remeined in my system === ukubuntu [n=adrian@85-211-17-45.dyn.gotadsl.co.uk] has left #kubuntu ["Konversation] === BadRabbit320 [n=mad@adsl-065-007-212-224.sip.mia.bellsouth.net] has joined #kubuntu [05:03] Thanks all. That worked. Forget basics. [05:03] how can i fix that. to have again java6 on my system and be able to view java applets on firefox === jgoss [n=josh@24.115.218.54.res-cmts.sth.ptd.net] has joined #kubuntu [05:04] Alarm: you need this command: sudo update-alternatives --config java [05:04] Alarm: try sun-java-6 without the plugin part? === gemidjy [n=gemidjy@62.162.68.24] has joined #kubuntu [05:04] imagine: not sure then, sorry I can't help more [05:05] ok did that. now its 1.6 again === obvio171 [n=helder@201.82.8.230] has joined #kubuntu [05:05] now lets see about the plugin === clemyeats [n=clem@cacher3.ericsson.net] has joined #kubuntu [05:05] TooMuchBeer: np [05:05] TooMuchBeer, sun-java-6 what ? this doesnt exist . [05:05] there is jre, jdk , demo , bin and such things [05:06] jre I think [05:06] Java runtime Engine [05:06] sun-java6-jre or sun-java6-bin is what you would need [05:06] jdk is the development kit [05:06] Jucato, i got jdk1.6 installed === djdarkman [n=djdarkma@cl-86-125-137-211.cablelink.mures.rdsnet.ro] has joined #kubuntu [05:07] that includes jre1.6 === reffus [n=reffus@90.227.26.41] has joined #kubuntu [05:07] sun-java6-plugin is installed? [05:08] Jucato, ok for some reason it works now , although i got again the same packages isntalled as before. but sun-java6-plugin was the package that caused the "problem" [05:08] as it installed on my system jre1.4.2 [05:08] really strange. all i did now was to reinstall jdk1.6 and suddenly firefox can open java applets. weird. [05:09] you didn't use the command I gave? [05:09] i did [05:09] and chose java 1.5 [05:09] 1.6 sorry === obvio171 [n=helder@201.82.8.230] has joined #kubuntu [05:09] that fixed it then [05:09] alarm@rockpc:~/Applications/cedega-6.0$ java -version [05:09] java version "1.6.0" [05:09] now everything is ok === doolittle [n=diab@ppp226-200.adsl.forthnet.gr] has joined #kubuntu [05:10] you really have to manually select the default Java version [05:10] i just dont get why when i installed sun-java6-plugin , it installed on my system jre1.4.2 === zoohouse [n=Elisabet@adsl-3-233-120.mia.bellsouth.net] has joined #kubuntu === Hail_Spacecake [n=murderth@207.88.191.93] has joined #kubuntu === arafat [n=arafat@ppp-82-135-70-18.dynamic.mnet-online.de] has joined #kubuntu [05:11] anyway, thank you for ur help === Jonty [n=jadh@82-41-241-57.cable.ubr11.edin.blueyonder.co.uk] has joined #kubuntu === zero [n=zero@86.60.67.9] has joined #kubuntu === _Neil [n=neil@129.234.114.74] has joined #kubuntu === manchicken [n=manchkn@ubuntu/member/manchicken] has joined #kubuntu === obvio171 [n=helder@201.82.8.230] has joined #kubuntu === BadRabbit320 [n=mad@adsl-065-007-212-224.sip.mia.bellsouth.net] has left #kubuntu ["Quit...wrong] === word [n=word@ip70-162-166-56.ph.ph.cox.net] has joined #kubuntu [05:14] Alarm: dependency bug on the package maybe? === fowlduck [n=nate@205.213.123.77] has joined #kubuntu === atz [n=anton@c-e29de355.42-1-64736c14.cust.bredbandsbolaget.se] has joined #kubuntu [05:15] I was having a little problem with the nvidia driver, so lets see if today it's a diff story :) [05:16] <_Neil> anyone know how I can use SWAT without being on the root acct? [05:16] anyone willing to help me with some wireless connection problems? === polyeides [n=proteus@tk75.internetdsl.tpnet.pl] has joined #kubuntu === BluesKaj [n=Wylie@bas1-sudbury98-1128712926.dsl.bell.ca] has joined #kubuntu [05:17] <_Neil> any one know? I only have the 4 basic buttons, i think i need to log in as the root account which sucks [05:17] <_Neil> im the maain user === obvio171 [n=helder@201.82.8.230] has joined #kubuntu === martin__ [n=martin@87-194-43-65.bethere.co.uk] has joined #kubuntu === massi [n=massi@host203-209.pool8249.interbusiness.it] has joined #kubuntu === stuq [n=Stuart@user-12lcqol.cable.mindspring.com] has joined #kubuntu [05:18] !info swat [05:18] swat: Samba Web Administration Tool. In component main, is optional. Version 3.0.24-2ubuntu1 (feisty), package size 799 kB, installed size 2180 kB === drumline_ [n=cobrien@ppp-69-231-11-91.dsl.irvnca.pacbell.net] has joined #kubuntu [05:19] web based? surely root vs user wouldn't apply... [05:19] weird === pointwood [n=pointwoo@89.150.85.151] has joined #kubuntu [05:20] for some reason rdesktop isn't working, so I go and look and get nothing, so I pull the source to compile and the ./configure complains that it can't find my install of the openssl libraries === tbw [n=tbw@DSL01.83.171.164.214.ip-pool.NEFkom.net] has joined #kubuntu [05:20] on 6.10 [05:20] where _SHOULD_ openssl lib's be installed? [05:20] !openssl [05:20] Sorry, I don't know anything about openssl - try searching on http://bots.ubuntulinux.nl/factoids.cgi === mc__ [n=mc@62.218.230.197] has joined #kubuntu [05:20] TooMuchBeer: That GNOME removal thing worked perfectly thanks! [05:21] Kazade: Thank the web page author :) === peandr [n=peandr@internet.phtg.ch] has joined #kubuntu === yamal [n=yamal@2001:618:400:2198:0:0:ffff:641a] has joined #kubuntu === dokee [n=dokee@87.97.18.215.pool.invitel.hu] has joined #kubuntu [05:22] who maintains ubotu? might be worth adding that one in there.... [05:22] !ubotu [05:22] I am ubotu, all-knowing infobot. You can browse my brain at http://bots.ubuntulinux.nl - Usage info: http://wiki.ubuntu.com/UbuntuBots === _4str1 [n=cedric@AStrasbourg-253-1-13-100.w81-51.abo.wanadoo.fr] has joined #kubuntu === obvio171 [n=helder@201.82.8.230] has joined #kubuntu === mc__ [n=mc@62.218.230.197] has joined #kubuntu [05:23] <_Neil> no-one? I can't use SWAT as im not the root user as ubuntu doesnt have one [05:23] <_Neil> but without being root, i cant see all of the configuration options [05:23] _Neil: is it a web based user interface? [05:23] <_Neil> yeah === mc__ [n=mc@62.218.230.197] has joined #kubuntu [05:23] root (probably) won't make a difference then [05:23] <_Neil> you have to log in [05:23] <_Neil> only as root are all options shown === kdw [n=liz@c-67-164-4-24.hsd1.ca.comcast.net] has joined #kubuntu [05:24] must be a config issue in SWAT itself then - runnign the browser itself as root won't change a thing [05:24] I'm guessing there's an option to set up an "admin" user [05:25] or run the SWAT server as root using sudo ? [05:25] <_Neil> yeah I know :/ dont rlly fancy turning on root in ubuntu either.. feel im missing an easy setting [05:25] <_Neil> nope it gives you priv's depending on how you are logged in, swat is run as root anyway [05:25] I'm trying to connect to my school's wireless network manually with iwconfig [05:25] try gksudo firefox then browsing to your usual SWAT url [05:25] but it won't work [05:26] even on the network with no key [05:26] I can get on the very same network with the same hardware when I boot into windows === kdw [n=liz@c-67-164-4-24.hsd1.ca.comcast.net] has left #kubuntu ["!"] === gflach_ [n=gflach@p5087F09B.dip.t-dialin.net] has joined #kubuntu [05:26] and I can use the same linux conifguration to connect to my home network [05:26] which does have a key [05:26] so I don't know why it's not working at school === caroline [n=caroline@140.94-201-80.adsl-dyn.isp.belgacom.be] has joined #kubuntu === eeanm [n=ian@amarok/developer/eean] has joined #kubuntu === mluser [n=mfindley@208.178.12.226] has joined #kubuntu === Lord_Maynoth_42 [n=chatzill@h12.48.28.71.ip.alltel.net] has joined #kubuntu [05:27] can anyone tell me where in my xorg.conf file a modline is supposed to go [05:27] Hail_Spacecake: what part isn't working? any messages? [05:27] no, no message [05:27] s [05:28] i type sudo iwconfig wlan0 essid SESSION [05:28] and when I do iwconfig by itself [05:28] it says there is no access point [05:28] even though iwlist wlan0 scan picks up the network fine === remy [n=remy@89.33.168.28] has joined #kubuntu [05:28] I'm on the computer in windows now, or I'd post the iwconfig output [05:28] such as it is [05:29] built in wireless or USB? [05:29] built in === cedric__ [n=cedric@axis2.bee-ware.net] has joined #kubuntu [05:29] must there be any plugin for kaffeine to support my tv tuner card ? [05:29] configured with ndiswrapper, but I've got that working fine at home === vit_ [n=vit@190.72.202.33] has joined #kubuntu [05:30] anyone know anything about libssl? [05:30] or open ssl specifically? [05:30] Hail_Spacecake: not sure then, sorry === obvio171 [n=helder@201.82.8.230] has joined #kubuntu [05:31] whats nvidia-glx-new for?? === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu === naee [n=ian@amarok/developer/eean] has joined #kubuntu === remy [n=remy@89.33.168.28] has joined #kubuntu === bono [n=bono@lns-bzn-31-82-252-233-238.adsl.proxad.net] has joined #kubuntu [05:34] my ssh return segfault? [05:34] zoohouse: Description: NVIDIA binary XFree86 4.x/X.Org 'new' driver. These XFree86 4.x/X.Org binary drivers provide optimized hardware acceleration of OpenGL applications via a direct-rendering X Server and supports the newer GeForce, nForce and Quadro families of NVIDIA chipsets. AGP, TV-out and flat panel displays are also supported. === obvio171 [n=helder@201.82.8.230] has joined #kubuntu === vir_ [n=vir@ACD106EA.ipt.aol.com] has joined #kubuntu [05:36] stdin: thanks [05:36] not sure which one to choose... nvidia-glx-new or nvidia-glx... === sedat_ [n=sedat@81.213.59.218] has joined #kubuntu [05:36] nvidia-glx isn't working [05:37] zoohouse: depends on the video card that you have [05:37] iv used nvidia-glx in the past with no problem. Now it doesn't want to work... === clint_ [n=clint@79.Red-83-45-135.dynamicIP.rima-tde.net] has joined #kubuntu === mcquaid [n=mcquaid@toronto-hs-216-138-233-79.s-ip.magma.ca] has joined #kubuntu === grispa72 [n=grispa72@host191-118-static.104-80-b.business.telecomitalia.it] has joined #kubuntu [05:38] zoohouse: did you remember to install linux-restricted-modules-generic? === ohmbr_ [n=ohmbr@200.146.73.162.adsl.gvt.net.br] has joined #kubuntu [05:38] zoohouse: you could try the -new one, if that doesn't work try -legacy === office` [n=office@gky58.internetdsl.tpnet.pl] has joined #kubuntu === v0taguz [n=votaguz@190.65.19.217] has joined #kubuntu === kalorin [n=jhoffman@nat254.gradpartners.com] has joined #kubuntu [05:39] stdin: ok let me give it a try brb === venca [n=venca@r2ac16.net.upc.cz] has joined #kubuntu === PP188 [n=pedro@201-42-165-197.dsl.telesp.net.br] has joined #kubuntu === venca is now known as medvedolos === przemek_ [n=przemek@aase27.neoplus.adsl.tpnet.pl] has joined #kubuntu === acemo [n=acemoo@ip5657ebcc.direct-adsl.nl] has left #kubuntu [] === rak_ [n=rak@d83-182-28-164.cust.tele2.be] has joined #kubuntu === obvio171 [n=helder@201.82.8.230] has joined #kubuntu [05:40] pessoal.. como fao para desabilitar a montagem da minha particao do windows na inicializacao do ubuntu???? [05:41] zoohouse: http://us.download.nvidia.com/XFree86/Linux-x86/1.0-9755/README/appendix-a.html is a list of the 3 groups of supported cards [05:41] sorry[ === PP188 [n=pedro@201-42-165-197.dsl.telesp.net.br] has left #kubuntu ["Konversation] [05:41] !br | PP188 [05:41] bah :)O [05:41] PP188: Por favor use #ubuntu-br ou #ubuntu-pt para ajuda em portugus. Obrigado. [05:41] zoohouse: the first group at the top is supported by nvidia-glx-new. the 2nd group is nvidia-glx,and the last group is nvidia-glx-legacy === naee is now known as eean [05:42] Jucato: sorry, i didn't see the prio msg because gaim isn't notifing me of new msg (im on a laptop for irc and pc for the nvdia fix) [05:42] it's ok [05:42] Jucato: I didn't insall linux-restricted [05:42] can that be the prob? [05:43] zoohouse: ah yes [05:43] wooo [05:43] linux-restricted-modules-generic (if you're using the -generic kernel) [05:43] heh [05:43] ok im going to install now [05:43] after you install that, rerun "sudo nvidia-xconfig" [05:43] hello ... could sb please help me? Where can I set ubuntu to keep aliases permanently for every computer start? === _benjo_ [n=ben@bas2-malton22-1242390367.dsl.bell.ca] has joined #kubuntu [05:43] medvedolos: in bash? [05:43] medvedolos: the .bash_aliases file [05:44] ~/.bash_aliases (if that's what you meant) === tigga [n=tigga@mail.kdo.de] has joined #kubuntu [05:44] super! :) Thanks a lot === fideas [n=fideas@122.8.49.225] has joined #kubuntu [05:44] Jucato: the linux-rest-generic is installed [05:44] <_benjo_> what is the preffered virtualization tool in Kubuntu? KVM?? [05:44] it was installed when i checked [05:45] medvedolos: you need to uncomment the section or ~/.bashrc to get bash to read it tho === obvio171 [n=helder@201.82.8.230] has joined #kubuntu [05:45] s/or/of/ === dhq is now known as brokenib === achilles [n=achilles@219.91.217.156] has joined #kubuntu [05:46] aloha === llutz [n=lutz@p54801C6F.dip0.t-ipconnect.de] has joined #kubuntu [05:46] hey need some help === rak_ [n=rak@d83-182-28-164.cust.tele2.be] has joined #kubuntu [05:46] just update to fiesty === vir_ is now known as openstandards [05:46] but dont like the Kmenu with those bloated images [05:47] how can i get rid of these bloated images in Kmenu === luc_ [n=luc@41.208.152.211] has joined #kubuntu [05:47] does anyone know in which package to find python documentation in the info format? [05:47] anyone awake [05:48] Jucato: would i have to install the kernel source nvidia-kernel-new-source also? [05:48] zoohouse: hm..no [05:48] k === _benjo_ [n=ben@bas2-malton22-1242390367.dsl.bell.ca] has left #kubuntu ["Kopete] === zoohouse trying nvidia-glx-new === rak_ [n=rak@d83-182-28-164.cust.tele2.be] has joined #kubuntu === mistral [i=mistral@128.111.243.147] has joined #kubuntu === deadeye [n=deadeye@BSN-77-184-151.dsl.siol.net] has joined #kubuntu === khaije1 [n=niklauz@dsl093-056-093.blt1.dsl.speakeasy.net] has joined #kubuntu === brokenib is now known as dhq [05:50] zoohouse: can you help me === mistral [i=mistral@128.111.243.147] has left #kubuntu [] === gege [n=gege@lju91-4-82-230-18-193.fbx.proxad.net] has joined #kubuntu [05:51] Jucato: when i try to install nvidia-settings with nvidia-glx-new i get this error in adept: "there was an error commiting changes. Possible there was a problem downloading some package or the commit would brake packages." === luc_ [n=luc@41.208.152.211] has left #kubuntu ["Konversation] === deviance [n=deviance@cpc3-sout6-0-0-cust528.sotn.cable.ntl.com] has left #kubuntu ["Gone"] === ganz_oben [n=robert@host81-130-0-204.in-addr.btopenworld.com] has joined #kubuntu [05:52] zoohouse: try using apt-get to see what the problem is [05:52] zoohouse: yes. don't install nvidia-settings === pgquiles__ [n=pgquiles@84.123.101.76.dyn.user.ono.com] has joined #kubuntu [05:52] ok === obvio171 [n=helder@201.82.8.230] has joined #kubuntu === Eyeless [n=hjalle@d83-183-204-137.cust.tele2.se] has joined #kubuntu [05:52] nvidia-settings and nvidia-glx/nvidia-glx-new are mutually exclusive === darryl [n=darryl@CPE000802212b48-CM0011aea484a4.cpe.net.cable.rogers.com] has joined #kubuntu === iNiku [i=ntoivola@he.fi] has joined #kubuntu === alexissoft [n=alexis@robertlan.eu.org] has joined #kubuntu === tomsku [n=tomsku@dsl-tregw3-fe4ddf00-223.dhcp.inet.fi] has joined #kubuntu === fusspils [n=fusspils@194.144.36.99] has joined #kubuntu === Hirvinen [i=patrik@80.221.61.123] has joined #kubuntu === kumamoto [n=kumamoto@68-116-129-113.dhcp.ftwo.tx.charter.com] has joined #kubuntu === MinceR [n=mincer@193.224.41.10] has joined #kubuntu === mkirk [i=mkirk@128.101.32.189] has joined #kubuntu === ArtMoonik [n=artmooni@82.66.233.126] has joined #kubuntu === kRush [i=krush@f048036083.adsl.alicedsl.de] has joined #kubuntu === dromer [i=dreamer@137.224.241.21] has joined #kubuntu === Gtwy [i=nobody@65.111.166.56] has joined #kubuntu === jbruckman [n=jbruckma@74.39.212.101] has joined #kubuntu === boubbin [n=boubbin@91.152.87.243] has joined #kubuntu === _dumbkiwi_ [n=kde-deve@125.238.34.70] has joined #kubuntu === yonkeltron [n=yonkeltr@c-71-230-172-208.hsd1.pa.comcast.net] has joined #kubuntu === alexicon [n=alexis@216.145.22.210] has joined #kubuntu === aziz [n=aziz@84.112.72.63] has joined #kubuntu === Timsen [n=none@port-83-236-52-30.dynamic.qsc.de] has joined #kubuntu === mhb [n=mhb@85.70.73.64] has joined #kubuntu === Lynoure [n=lynoure@80.68.89.195] has joined #kubuntu === duckdown [i=ice@core-3298pl.fiber.nasa-government.com] has joined #kubuntu === desti [n=desti@p5b01b17f.dip0.t-ipconnect.de] has joined #kubuntu === mrigns [n=mrigns@172.174.221.174] has joined #kubuntu === Pooh22 [n=me@82.93.201.105] has joined #kubuntu === deviance [n=deviance@cpc3-sout6-0-0-cust528.sotn.cable.ntl.com] has joined #kubuntu === rstanca [n=radu@86.125.228.29] has joined #kubuntu [05:53] Jucato: I noticed that with nvidia-glx === deviance [n=deviance@cpc3-sout6-0-0-cust528.sotn.cable.ntl.com] has left #kubuntu ["Gone"] === zerbero_2 [n=jga@p213.54.190.228.tisdip.tiscali.de] has joined #kubuntu === bele [n=saleh@a83-245-173-173.elisa-laajakaista.fi] has joined #kubuntu [05:54] humm did it work??? let me run glxgear brb === dhq [n=dhq@unaffiliated/dhq] has joined #kubuntu [05:55] didn't work [05:55] let me check the xorg.conf to see if the driver is set to nvidia instead of nv [05:56] zoohouse: did you restart the X server after installing/enabling the drivers ? [05:56] stdin: ah, thats right. [05:56] How come, if I start an app, say Firefox, and then close it right immediately, while the little FF icon is still "bouncing", the apps closes but the cursor icon continues to "bounce" for like another 30 seconds? === zoohouse tring once more === obvio171 [n=helder@201.82.8.230] has joined #kubuntu [05:57] sstchur: because that just tells you the app was started, not that it's actually running === mholthaus [n=mholthau@38.167.79.83.cust.bluewin.ch] has joined #kubuntu [05:58] stdin: what's interesting is that I've noticed several cases where the cursor continues to bounce for what feel like forever, after an app has clearly already started -- other times, it bounces just briefly and then it's done. what would cause this difference? === _seaLne [n=seaLne@obelisk.wasters.com] has joined #kubuntu === Ashex [n=Ashex@c-67-183-12-45.hsd1.wa.comcast.net] has joined #kubuntu [05:58] sstchur: not too sure, but the people in #kde would know === crube [n=crube@hoas-fe2cdd00-190.dhcp.inet.fi] has joined #kubuntu === _benjo_ [n=ben@bas2-malton22-1242390367.dsl.bell.ca] has joined #kubuntu [06:00] sstchur: it should stop bouncing after an app was successfully started. seems not to work very solid reliably === _dumbkiwi_ [n=kde-deve@125-238-34-70.broadband-telecom.global-gateway.net.nz] has joined #kubuntu [06:00] <_benjo_> anybody work with KVM in Kubuntu? [06:01] llutz: for me, it will always stop eventually, but take Firefox for instance, sometimes it is still bouncing while I'm browsing to web pages! [06:01] stdin Jucato: when I sudo nvidia-glx-config enable and restart the x server (ctr+alt backspace). Xserver doesn't load. I type startx and it starts X. Then I try glxgear and I get this error: "Xlib: extention "GLX" missing on display ":0.0". Error: Couldnt get an RGB. Double-buffered visual. === jeffm [n=jeffm@mx1.coriumintl.com] has joined #kubuntu [06:01] HI, all [06:02] zoohouse: hm... try "sudo nvidia-xconfig" instead [06:02] stin jucato: When I check xorg.conf it still has the nv instead of nvidia. I will change to nvidia now [06:02] sstchur: maybe because FF isn't KDE, but as stdin said: #kde should know more [06:02] ok im going to try nvidia-xconfig [06:02] zoohouse: also try "sudo apt-get install linux-restricted-modules-$(uname -r)" to double check if you have the correct restricted modules installed [06:02] llutz: ok... i'm in that channel inquiring now === obvio171 [n=helder@201.82.8.230] has joined #kubuntu [06:02] Jucato: ok [06:03] Hey, can anyone tell me if it's feasible to have an OpenSSH server running on two different ports simultaneously? I connect to my home machine via SSH frrequently and my wife would like to do the same, but she's in the hospital and their network appears to be blocking port 22. === adi [n=adi@212-41-118-103.adsl.solnet.ch] has joined #kubuntu [06:04] Jucato: i already have the newst ver it says [06:04] nothing was installed [06:04] ok [06:04] how about the sudo nvidia-xconfig command? [06:04] Jucato: should l try nvidia-xconfig now? === gerhard [n=gerhard@p5b176e35.dip.t-dialin.net] has joined #kubuntu [06:04] ok === dhq [n=dhq@unaffiliated/dhq] has joined #kubuntu === zoohouse running nvidia-xconfig === zoohouse restarting x [06:05] with sudo of course :) === vit__ [n=vit@201.208.36.28] has joined #kubuntu === _benjo_ [n=ben@bas2-malton22-1242390367.dsl.bell.ca] has left #kubuntu ["Kopete] [06:05] jeffm: yes, just add more ports to the configuration file === _dumbkiwi_ [n=kde-deve@125-238-34-70.broadband-telecom.global-gateway.net.nz] has joined #kubuntu [06:06] jeffm: /etc/ssh/sshd_config -> define multiple "Port" [06:06] lynoure: and I should be able to find the configuration file via man or Google? === dhq [n=dhq@122.167.33.73] has joined #kubuntu [06:06] jeffm: see man sshd_config [06:06] llutz: thanks [06:07] Lynoure: thanks. I haven't done a lot of manual configuration of these kinds of services. [06:07] jeffm: This is a good one to start with :) === dhq [n=dhq@unaffiliated/dhq] has joined #kubuntu [06:07] Jucato: errors when starting x: Error: API mismatch: the NVIDIA kernel module has the version 1.0-9631, but X module has the version 1.0-9755. Please make sure that the kernel mod and all the NVIDIA driver componets have the same ver. [06:07] jeffm: and I hope you wife gets better soon. === elbing [n=elbing@121.pool85-53-79.dynamic.orange.es] has joined #kubuntu [06:08] hm... [06:08] weird right? [06:08] zoohouse, how did you install nvidia drivers? [06:08] Lynoure: Yeah, except I'm at work right now. Thanks for the thought. She's perfectly healthy -- she's just on bed rest because we're at 26 weeks with triplets and she really needs to take it easy so they can camp out and develop as long as possible. [06:08] So thanks for the help, all. [06:09] This problem started recently. Like I said, like a month ago I didn't have this problem [06:09] Ashex: yea i have nvidia-glx-new installed === JackPhil [n=jack@145.28.184.60.broad.hu.zj.dynamic.163data.com.cn] has joined #kubuntu === yuriy [n=yuriy@dhcp-129-64-153-72.dorm.brandeis.edu] has joined #kubuntu === obvio171 [n=helder@201.82.8.230] has joined #kubuntu [06:09] zoohouse: purge all nvidia-things and the restricted-modules, after that install them again. worked here [06:09] jeffm: :) [06:09] sometimes the konsole screen don't refresh completely [06:09] zoohouse, how though [06:09] llutz: how do you purge on kubuntu? [06:10] what'w wrong [06:10] did you download from nvidia, through apt, or automatix? [06:10] Ashex: adebt [06:10] ah, okay [06:10] zoohouse: aptitude purge .. [06:10] hmm [06:10] I had this issue awhile back === olimpico [n=jaime@F545e.f.strato-dslnet.de] has joined #kubuntu [06:10] it's usually because you don't have the restricted-modules for your kernel [06:11] you need to update it to your current running kernel [06:11] at least, that's the issue i had last time i got that error === ferret_0567 [n=ferret_0@cpe-72-183-231-110.satx.res.rr.com] has joined #kubuntu === zoohouse restoring xorg.conf [06:12] Does anyone know how I can open two copies of the same PDF in different windows inside KPDF? === kalorin [n=jhoffman@nat254.gradpartners.com] has joined #kubuntu [06:12] ferret_0567: two diff tabs? [06:12] No [06:13] two diff windows === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #kubuntu === khaije1 [n=niklauz@dsl093-056-093.blt1.dsl.speakeasy.net] has joined #kubuntu [06:13] ...unless you can detach tabs === crowne__ [n=crowne@64.80.10.140] has joined #kubuntu === ubuntu_ [n=ubuntu@88.204.183.195] has joined #kubuntu [06:13] FYI, composite and rdesktop 1.4.1 don't get along [06:13] disable the composite extension and you can use rdesktop [06:13] Oh, was that my problem earlier? [06:14] just upgraded. Anyone know how i can restore my music ratings in amarok. I've kept the original .kde in a seperate folder ut can't find it [06:14] beryl any good? [06:14] 1.5.0 is fine with it, but there's no .deb packages for 1.5.0 yet in the 6.10 repository [06:14] I noticed that when I used rdesktop, it would close all of a sudden [06:14] I was using Edgy then [06:14] oh no this was a deal where it would complain about color depth [06:14] wouldn't even fire up [06:15] Hmm...did the server kick me off? === mholthaus_ [n=mholthau@38.167.79.83.cust.bluewin.ch] has joined #kubuntu [06:15] odd === lovloss [n=Administ@c-71-228-230-49.hsd1.tn.comcast.net] has joined #kubuntu [06:15] krdc works fine for me when i run beryl [06:15] That was weird... [06:15] Help me pleaaaaase. I cant get feisty's desktop in any way shape or form to load up. When it starts to load the desktop the screen turns off, and the monitor light goes out. Every time. It did this during installation of the live cd and i had to use a text install, but even now, once i type 'kdm' there goes my monitor. Please please please give me some pointers here. Im using a radeon x700, a 64 bit system, and a SATA HD [06:15] I wasn't using KDE, either [06:15] I was using the Terminal Server Client in Ubuntu [06:16] I also tried using rdesktop directly [06:16] ah [06:16] the terminal server client seems to function a little better for me [06:16] but all krdc does is launch rdesktop with arguments [06:16] So does the GNOME thingy [06:16] Interesting === _aib [n=aib@71-212-140-6.hlrn.qwest.net] has joined #kubuntu === ToyMan [n=Stuart@74-32-9-93.dsl1.mdl.ny.frontiernet.net] has joined #kubuntu === _aib is now known as aib [06:17] ... === obvio171 [n=helder@201.82.8.230] has joined #kubuntu [06:17] Ashex, Jucato: ok uname -r gives me 2.6.20-15-generic the linux-res-mod package says "For 2.6.20 on x86/x86_64". My CPU is 64bit but Im on Kubuntu for 32bit. Do I have the wrong package? Kubuntu installed that package on its own. [06:17] can anyone with logs tell me who said my name? was it a spammer, like usual? :) [06:17] Is there a way to view the same PDF in two windows on KDE? === Yorokobi [n=Yorokobi@ip67-88-113-150.z113-88-67.customer.algx.net] has joined #kubuntu [06:17] lovloss, have you tried going to an alternate screen and running "startx" ? [06:18] ferret_0567, you can install acrobat reader for linux [06:18] Ashex: what do you mean? [06:18] Why must I install that? === James_Mc_Gregor [n=taz@4aa54-1-81-56-93-93.fbx.proxad.net] has joined #kubuntu [06:18] I had the functionality described using GNOME, in Evince [06:18] zoohouse, sudo apt-get install linux-restricted-modules-2.6.20-15-generic === dhq_ [n=dhq@122.167.33.73] has joined #kubuntu [06:18] And, with evince-gtk, like Xubuntu uses [06:19] I guess I'll have to use Evince [06:19] This is bad... === palolo^ [n=paolo@host123-153-dynamic.54-82-r.retail.telecomitalia.it] has joined #kubuntu [06:19] ferret_0567: on my system i just click on the PDF twice and it opens in 2 diff kpdf apps [06:19] Oh [06:19] ok [06:19] I'll try that [06:19] ferret_0567, load two isntances of kpdf [06:19] haha [06:20] btw, NuvoX icons are really good! === fluffy_bunny [n=alexey@88.200.185.139] has joined #kubuntu [06:20] Ashex: did you get my last msg? [06:20] They come in a .deb fully compatible with Kubuntu, it seems === lovloss [n=Administ@c-71-228-230-49.hsd1.tn.comcast.net] has left #kubuntu [] === Bryan1 [n=chatzill@S01060010dcf9b827.gv.shawcable.net] has joined #kubuntu === grxmrx [n=grxmrx@user12.112.udn.pl] has joined #kubuntu [06:23] zoohouse, I replied === Lurkan_papito [n=Lurkan@189.142.99.224] has joined #kubuntu [06:24] sorry === atz [n=anton@c-e29de355.42-1-64736c14.cust.bredbandsbolaget.se] has joined #kubuntu [06:24] Now it's working! [06:25] Thanks [06:25] ferret_0567: all you had to do is click twice? [06:25] No, I'll have to fix my file associations [06:25] I know how to do that, anyway [06:25] ah === dhq_ is now known as dhq [06:26] More like "Open with... > KPDF" two times [06:26] hehe [06:26] I like KDE so much, I removed GNOME [06:26] yeah, it opens inside konq by default [06:26] Yeah, not good [06:26] what is kio_file ? i see like 10-12 processes that use like 40-50mb [06:26] ram [06:26] It's amazing how stuff opens inside Konqueror, embedded, like that [06:27] I like the audiocd:/ KIO Slave too [06:27] such is the beauty of KDE :) [06:27] All the K apps work together seamlessly [06:27] Yup [06:28] Do you like Yakuake? [06:28] You can get it from universe [06:28] what is that? [06:28] !info yakuake [06:28] yakuake: a Quake-style terminal emulator based on KDE Konsole technology. In component universe, is optional. Version 2.7.5-4ubuntu2 (feisty), package size 73 kB, installed size 512 kB [06:28] interesting, haven't tried it [06:28] You should [06:29] is anyone here able to provide help with settings for Beryl? [06:29] It'll take a little bit of getting used to, to mess with the options [06:29] Bryan1, #ubuntu-effects [06:29] hehe [06:29] I'll try it when i get home [06:29] Thanks [06:29] Grrr...is TuxType a really good typing tutor [06:29] I'm at work right now [06:29] Bryan1: i used berly not too long ago, maybe i can help === cosmin [n=cosmin@89.38.164.160] has joined #kubuntu === cosmin is now known as comosicus [06:29] ferret_0567: I like Ktouch for that === dwidmann [n=kuja@dpc67142237054.direcpc.com] has joined #kubuntu [06:29] hello there, can someone tell me how to install blue tooth adapter (level one - 2.0) [06:29] ok [06:30] I'll try it [06:30] any ghost users here? i just restored a kubuntu ghost image (on a dual-boot winxp laptop) only to have grub fail on reboot with an "error 15" message. i could you some guidance in remedying this situation. [06:31] frojnd, plug it in [06:31] for me, plugging in the bluetooth adapter just works :) [06:31] Cool [06:31] hmm [06:31] Which one? [06:31] !grub | besonen_mobile [06:31] besonen_mobile: grub is the default Ubuntu boot manager. Lost grub after installing windows: https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows - Making GRUB floppies & other GRUB howtos: https://help.ubuntu.com/community/GrubHowto === tarkus_ [n=tarkus@ACB81239.ipt.aol.com] has joined #kubuntu [06:31] Kingston bluetooth [06:31] ok [06:31] lemme double check the model number === kristjan_ [n=kristjan@85.196.217.136] has joined #kubuntu === fideas [n=fideas@122.8.49.33] has joined #kubuntu [06:32] Ashex: It is already installed 2.6.20-15generic [06:32] Kensington 33348 [06:32] thanks Ashex: i'll do some more reading. === _lars [n=lars@dslb-084-058-231-175.pools.arcor-ip.net] has joined #kubuntu [06:32] zoohouse, did you install nvidia-kernel-source? [06:32] Ashex: no [06:32] besonen_mobile, stick around and I'll do some reading [06:32] Ashex: ya well, when I plug it in everythin it's ok, but when I start blue tooth headst blue tooth finds it but there is somekind of message that it can't connect to it.. if I do this in XP headset works.. so any ideas? [06:33] !info basket | Ashex (this is a really good piece of software!) [06:33] ashex (this is a really good piece of software!): basket: a multi-purpose note-taking application for KDE. In component universe, is optional. Version 1.0.1-1 (feisty), package size 4826 kB, installed size 7452 kB === mhb [n=mhb@ubuntu/member/mhb] has left #kubuntu [] === kristjan_ [n=kristjan@85.196.217.136] has left #kubuntu ["Konversation] === zoohouse installing nvidia kernel source [06:33] Hmm === greenery_ [n=greenery@61.6.232.29] has joined #kubuntu [06:34] Ashex: it is installed now. nvidia-new-kernel-source. What else? [06:35] Ashex: i have an appointment very shortly for the rest of the day so i won't be able to "stick around" (although i will keep idling and logging the channel). [06:35] zoohouse, resatart X === zoohouse restaring x [06:35] besonen_mobile, okay, I'll message you any urls I find [06:35] thanks === obvio171 [n=helder@201.82.8.230] has joined #kubuntu [06:35] no problem [06:36] I spent 3 hours last night working on grub, so I should be able to dig something up === kubuntu_tester [n=kubuntu@151.74.237.221] has joined #kubuntu [06:36] Domino is a really good KDE style [06:36] hello folks === blueyed [n=daniel@i5387D13A.versanet.de] has joined #kubuntu [06:37] Ashex: I restarted x and x started but I think it started due to that the xorg.config is still showing "nv" instead of nvidia. Do you want me to try nvidia-xconfig? === swiperii_ [n=swiperii@h81172185144.kund.kommunicera.umea.se] has joined #kubuntu [06:37] ah [06:38] zoohouse, yeah [06:38] or just edit xorg.conf and change nv to nvidia === alex_ [n=alex@p54BEC347.dip0.t-ipconnect.de] has joined #kubuntu [06:38] Ashex: same error about the 2 versions === bele [n=saleh@a83-245-173-173.elisa-laajakaista.fi] has joined #kubuntu [06:39] Ashex: do I have to reload the kernel mod or something like that? would rebooting the pc help? [06:39] I have compiled my own version of mplayer, adept_notifier signals an update for this program but it's a previous version - how can I disable it? [06:39] zoohouse, yeah, try rebooting === zoohouse rebooting [06:39] as we just installed a kernel module, so it may need it [06:39] are you on a laptop? [06:40] it's boring === _lars is now known as Lars_S === rung [n=rung@238.234.210.62.te-dns.org] has joined #kubuntu [06:40] Ashex: I am using laptop for IRC only. The vid card stuff is on a homemade pc [06:40] ah [06:40] just curious === Lars_S is now known as Lars_St === lucas_ [n=lucas@217.12.62.30] has joined #kubuntu [06:41] kubuntu_tester: you didn't make a mplayer.deb, just "make install"? [06:41] Ashex: WOOT WOOT [06:41] llutz: I used checkinstall === obvio171 [n=helder@201.82.8.230] has joined #kubuntu [06:41] zoohouse, working for ya? [06:41] Ashex: it think it is working :D let me log in and chack glxgears [06:41] kubuntu_tester: try setting it on hold [06:41] hehe, ok === bele [n=saleh@a83-245-173-173.elisa-laajakaista.fi] has joined #kubuntu [06:42] llutz: done but didnt work === zoohouse watching glxgears spin and spin and spin and spin and spin === atz [n=anton@c-e29de355.42-1-64736c14.cust.bredbandsbolaget.se] has joined #kubuntu [06:42] Ashex: thanks for the help :D === KaiHanari [n=kaihanar@CPE0013a3bd89d2-CM0011e6c7e1cf.cpe.net.cable.rogers.com] has joined #kubuntu [06:43] no problem :0 [06:43] :) [06:45] llutz: is there a command that permit me to disable update for this package? [06:45] I'm reading apt-get manual [06:46] kubuntu_tester: that's what "hold" usually does === rung [n=rung@238.234.210.62.te-dns.org] has joined #kubuntu === ubuntu_ [n=ubuntu@ppp-124.120.145.30.revip2.asianet.co.th] has joined #kubuntu === ubuntu_ is now known as nakama === Filthpig [n=carl@ti0010a380-0036.bb.online.no] has joined #kubuntu === bryan [n=bryan@S01060010dcf9b827.gv.shawcable.net] has joined #kubuntu === luc_ [n=luc@41.208.152.211] has joined #kubuntu === luc_ [n=luc@41.208.152.211] has left #kubuntu ["Konversation] === obvio171 [n=helder@201.82.8.230] has joined #kubuntu [06:49] i think i did something (although i cant remember doing something actually) , and instead of having a shortcut on my K-menu of System Settings. System settings is now a category which includes all the other categories and settings like look and feel, personal , advanced and so on . how can i change that to default ? === gemidjy1 [n=gemidjy@62.162.67.50] has joined #kubuntu [06:50] edit the kmenu and add it as an icon instead of a menu [06:50] you've probably edited the K menu, then [06:50] hm [06:50] Filthpig, honestly i cant remember editing it === thefirstdude [n=thefirst@71-221-41-92.dlth.qwest.net] has joined #kubuntu === atz [n=anton@c-e29de355.42-1-64736c14.cust.bredbandsbolaget.se] has joined #kubuntu [06:51] maybe you were drunk? huhu. No seriously, do what ashtex said === deviance [n=deviance@cpc3-sout6-0-0-cust528.sotn.cable.ntl.com] has joined #kubuntu [06:51] Ashex, the point is that on the System Settings category there is no command under it so that it would run the window as before. hope u understand what i mean === Smooph [n=Smooph@p54A7567C.dip.t-dialin.net] has joined #kubuntu [06:51] hm === Skyblast [n=mike@adsl-68-91-16-154.dsl.lbcktx.swbell.net] has joined #kubuntu [06:51] its just like a folder with its subfolders in the menu === ubuntu_ [n=ubuntu@89-180-45-227.net.novis.pt] has joined #kubuntu === ubuntu_ is now known as markelhas [06:52] which ends to the shortcuts of every category, like services, session manager and so on === ubuntu_ [n=ubuntu@ti541210a340-3934.bb.online.no] has joined #kubuntu [06:52] I have a home network, and I want to share files over it from my Kubuntu PC, but I dont know how to connect from my Kubuntu PC, The home network is wireless and running of an XP machine [06:52] Does airkrack work in kubuntu?? [06:53] ubuntu_: yes [06:53] I have a weird problem. I redesigned kde to look like osx, but now when I want the "normal" kde-look back, I cannot get the system tray etc to go where they should. Those bars I could use to drag items around are gone :s [06:53] changing the icon just changes the icon, doesnt call the window with all the categories of settings === FringeLicious [n=katies@m105e36d0.tmodns.net] has joined #kubuntu [06:53] You may have locked the bards [06:53] bars* [06:53] Click and go unlock [06:53] hi ppl i'm runnig a livecd of kubuntu, and it's working just fine for me. but when a install it to my disk i've low performance. can i make sure that this config should be used in the installation!? === obvio171 [n=helder@201.82.8.230] has joined #kubuntu [06:53] also with KDE you cant drag them, you have to configure the pannels and move them === alberto [n=alberto@host236-20-dynamic.60-82-r.retail.telecomitalia.it] has joined #kubuntu [06:53] deviance, are u talking to me ? === techead [n=tec@cpe-76-184-171-116.tx.res.rr.com] has joined #kubuntu === neversfelde [n=neversfe@nrbg-4db44557.pool.einsundeins.de] has joined #kubuntu [06:54] No Fithpig [06:54] KTouch is really good === alessio [n=alessio@151.76.179.163] has joined #kubuntu [06:54] Whats your problem alarm [06:54] !ktouch [06:54] can someone tell me the command that is under ther System Setting shortcut in the kmenu ? [06:54] Sorry, I don't know anything about ktouch - try searching on http://bots.ubuntulinux.nl/factoids.cgi [06:54] How do I use Aircrack? [06:54] deviance, rm> i think i did something (although i cant remember doing something actually) , and instead of having a shortcut on my K-menu of System Settings. System settings is now a category which includes all the other categories and settings like look and feel, personal , advanced and so on . how can i change that to default ? [06:54] ubuntu_: read the documentation [06:54] !slow [06:54] The Ubuntu repositories and ISO mirrors are currently under heavy load due to the release of !Feisty. Please consider using !torrents to download ISO images, and be patient with APT updates. [06:54] its just like a folder with its subfolders in the menu which ends to the shortcuts of every category, like services, session manager and so on === alessio is now known as maiALE [06:54] !slow performance [06:54] I have my shortcut set to controlcenter [06:55] deviance: panel is unlocked [06:55] Where is the documentation? [06:55] Alarm try kcontrol [06:55] Ok Im outta here === deviance [n=deviance@cpc3-sout6-0-0-cust528.sotn.cable.ntl.com] has left #kubuntu ["Gone"] [06:55] kcontrol is something else. [06:55] its not the one that was by default there [06:55] !info ktouch | deviance [06:55] deviance: ktouch: touch typing tutor for KDE. In component main, is optional. Version 4:3.5.6-0ubuntu1 (feisty), package size 1375 kB, installed size 3048 kB === gemidjy1 is now known as gemidjy [06:56] ubuntu_: http://aircrack-ng.org/doku.php [06:56] could someone tell me the details of the menu entry of System Settings ? [06:56] KDE is simply great :) [06:57] I like KTouch and the seamless integration between apps === gandalf__ [n=gandalf@gob75-7-82-247-114-32.fbx.proxad.net] has joined #kubuntu === theo_ [n=theo@ip5457bde3.direct-adsl.nl] has joined #kubuntu === tim__ [n=tim@h70n2fls35o292.telia.com] has joined #kubuntu === theo_ is now known as jeroenvrp [06:58] Ihi all === fmodgone [n=bla@p508BBB46.dip0.t-ipconnect.de] has joined #kubuntu [06:58] How do I get the isv file aricrack wants? [06:59] I'm at a laptop and I need some help with the network-manager === andrea [n=andrea@host185-125-dynamic.56-82-r.retail.telecomitalia.it] has joined #kubuntu === obvio171 [n=helder@201.82.8.230] has joined #kubuntu [06:59] I uses ndiswrapper to load a driver and it works fine (I can connect with WEP) using iwconfig [06:59] ubuntu_: use the link and read yourself [06:59] hi ppl i'm runnig a livecd of kubuntu, and it's working just fine for me. but when a install it to my disk i've low performance. can i make sure that this config should be used in the installation!? [07:00] but the card doesnt shows up in knetworkmanager === leileilol [n=Hsi@c-75-68-37-174.hsd1.nh.comcast.net] has joined #kubuntu [07:00] ferret_0567: first time on KDE? :) [07:00] what is the difference between OSS and ALSA? === TheCreationist [n=elyon@c-71-205-65-72.hsd1.mi.comcast.net] has joined #kubuntu [07:00] Markeda, can you be more specific? [07:00] what is low performing? [07:01] and when I reinsert the card, I have to set the settings with iwconfig again [07:01] crad=usb [07:01] card=usb [07:01] ??? [07:01] jeroenvrp if you can, stick to iwconfig [07:01] I'm having kind of a strange sound issue. I'm running Edgy. Every time I login, I need to manually run alsamixer to fix the balance issue. Kubuntu only plays sound on my right speaker until I change it manually. How do I fix that? === SSJ_GZ [n=SSJ@host-84-9-147-14.bulldogdsl.com] has joined #kubuntu [07:01] Ashex: after asking for some help and looking for the system, the Xorg process jump do 95% cpu usage [07:02] - === zoohouse [n=Elisabet@adsl-3-233-120.mia.bellsouth.net] has left #kubuntu [] [07:02] FringeLicious: No, its not my laptop [07:02] Ashex: i've a laptop asus m3n === bobstro-away is now known as bobstro === joel [n=joel@adsl-3-233-120.mia.bellsouth.net] has joined #kubuntu [07:02] knetworkmanager should work === HymnToLife` [n=fkraiem@LNeuilly-152-23-88-99.w217-128.abo.wanadoo.fr] has joined #kubuntu === qubuntu [n=qbert@cpe-68-206-121-134.stx.res.rr.com] has joined #kubuntu === rernst_work_alt [n=rernst@192.75.101.66] has joined #kubuntu === nalioth_ [i=nalioth@freenode/staff/ubuntu.member.nalioth] has joined #kubuntu [07:02] knetworkmanager should still be in beta testing [07:02] how do i stop kubuntu from restoring tjhe applications i had when i shut the system down ? [07:03] it just doesn't work [07:03] it works with other udb sticks === foxbeingz [n=slyfox@CPE0014bf7b993b-CM000f9f808008.cpe.net.cable.rogers.com] has joined #kubuntu === obvio171 [n=helder@201.82.8.230] has joined #kubuntu [07:03] qubuntu: kcontrol - session-management [07:03] qubuntu: sounds like session manager. you want to start with fresh session each time? [07:03] network-manager is NOT in beta [07:03] bobstro: yes [07:03] knetworkmanager is only the front end [07:03] jeroenvrp I thought you meant interior card, sorry, I can't help with exteriors === stivani [n=stivani@d5152A75F.access.telenet.be] has joined #kubuntu [07:04] markelhas, install the appropriate video driver [07:04] !info geoiplookup [07:04] Package geoiplookup does not exist in feisty [07:04] qubuntu: well, llutz just ruined the surprise. :) go there. [07:04] that may be the issue, however it's difficult to say if it's just X that's occupying the cpu [07:04] qubuntu thats in system settings I believe [07:04] shame on me [07:04] FringeLicious: just a linksys usb stick [07:04] What is the command line if I want to move several folders to a folder? say in a direcotry A I have folder1, folder2, folder3 how doI move them to directory B ? "cp folder1,folder2,folder3 /B/" like so ? [07:04] llutz: you must be loads of fun at christmas. :) [07:04] bobstro: /me hates xmas [07:05] Ashex: but the driver that i'm using right now in the livecd its working just fine, but not in the disk instalation [07:05] thx :) [07:05] zoohouse: no, not first time on KDE [07:05] hmm === nomad_ [n=nomad@dsl-240-22-108.telkomadsl.co.za] has joined #kubuntu [07:05] I'm not entirely sure what to say about that one [07:05] !xorg [07:05] The X Window System is the part of your system that's responsible for graphical output. To restart your X, type sudo /etc/init.d/?dm restart in a console - To fix screen resolution or other X problems: http://help.ubuntu.com/community/FixVideoResolutionHowto === Fri13 [n=Fri13@86-60-137-67-dyn-dsl.ssp.fi] has joined #kubuntu [07:05] I liked KDE before, but I had not found a note taking app to fit my needs [07:06] I was using Edgy then, and I finally found BasKet, but it was outdated, so, I upgraded to Feisty during the late beta time period, and it was great! [07:06] Can someone please tell me why or how am I banned from the #ubuntu channel? I have several computers on under a router, meaning I have 1 internet IP for all of them. I can get in from my pc to #ubuntu, but cannot do so from my laptop as it tells me that I am banned. ??? [07:07] You would want to speak to a channel op === jen [n=jen@c-24-126-28-87.hsd1.wv.comcast.net] has joined #kubuntu [07:07] foxbeingz: you're not using tor or similar on the laptop? [07:07] Ashex: when i first install kubuntu 6.10 i also had slow performance due to using partion magic to creat partition to kubuntu. Then some one told me to use the partition tool that was on the live cd. That time resolved my problem. But now keep the slow performance in 7.04 === obvio171 [n=helder@201.82.8.230] has joined #kubuntu [07:07] bobstro: no. nothing like that. [07:08] Ashex: maybe i must stay with the olde version :( === mholthaus [n=mholthau@38.167.79.83.cust.bluewin.ch] has joined #kubuntu [07:08] You should fresh install Feisty then === ferox [n=ferox@d83-176-123-187.cust.tele2.it] has joined #kubuntu [07:08] ferret_0567: i've already tryed a fresh install [07:09] ... [07:09] weird... [07:09] bobstro: internet tells me to " contact the board administrator" how do I do that I wonder. === mluser [n=mfindley@208.178.12.226] has joined #kubuntu [07:09] foxbeingz: ferret_0567 pointed you the right way. check the server info. [07:09] foxbeingz: are both machined in irc at same time? [07:09] is any way to be sure to use the setting that i'm using right now on this live cd session!? [07:10] markelhas: whas is slow? [07:10] I can use IRC on two different computers at the same time on #ubuntu, no prob [07:10] bobstro: not now. Channel info, what exactly should i check ? [07:10] markelhas: er, what is slow. [07:10] foxbeingz: i believe there info on the freenode web site. [07:10] markelhas boot up the live cd, and then you can copy some files === esaym [n=user@cpe-72-183-202-162.satx.res.rr.com] has joined #kubuntu [07:11] From the live cd home folder to the installed home foldere === d2o [n=seppo@a84-231-163-207.elisa-laajakaista.fi] has joined #kubuntu === joel [n=joel@adsl-3-233-120.mia.bellsouth.net] has joined #kubuntu [07:11] And, then you just change some permissions, and then it should work [07:11] bobstro: when i try to open kete for example i've to wait a lot to use it. And in the console i type top to check what is appening and the Xorg popus up to 95% cpu === obvio171 [n=helder@201.82.8.230] has joined #kubuntu [07:12] Hmmm...weird === charlie [n=charlie@71-210-237-10.albq.qwest.net] has joined #kubuntu [07:12] There might be one thing that I can think of that might cause your problem [07:12] ferret_0567: but i don't now the files that a should copy to set this config! [07:12] !keep [07:12] Sorry, I don't know anything about keep - try searching on http://bots.ubuntulinux.nl/factoids.cgi [07:13] !info keep [07:13] keep: backup system for KDE. In component main, is optional. Version 0.4.0-0ubuntu2 (feisty), package size 202 kB, installed size 1156 kB === jacek [n=jacek@kacper7015.net.autocom.pl] has joined #kubuntu [07:13] try all the dot files, the files starting with a "." [07:13] Overwriting them if necessary [07:13] bobstro: I am lookng there, a bunch of sites, but I cannot figure out where specifically I should go/ [07:14] I switched to Kubuntu after running Mandrake\Mandriva for years and I really like it...Doesn't have the dependency hell like Mandriva did :) [07:14] What does it mean when a window fades from colored to grayscale in KDE? [07:14] But, what I have just described might destroy something === charlie [n=charlie@71-210-237-10.albq.qwest.net] has joined #kubuntu [07:14] is it possible to upgrade qt4.2.0-1ubuntu in edgy to qt4.2.3? === charlie_ [n=charlie@71-210-237-10.albq.qwest.net] has joined #kubuntu === Lattyware [n=Latty@host86-133-32-114.range86-133.btcentralplus.com] has joined #kubuntu [07:15] Hmmm...I would just reset all settings to defaults by deleting all the dot files and folders from your home folder in the installed system [07:15] charlie: well, you could try to pull feisty's packages and hope they work okay (they probably have some major dependencies), else, you'd have to build from source, which shouldn't be very hard [07:15] That will delete all your emails and history and stuff, too [07:15] thanks === mehdi [n=mehdi@41.225.3.85] has joined #kubuntu [07:16] Either way has similar consequences === obvio171 [n=helder@201.82.8.230] has joined #kubuntu [07:16] ferret_0567: do I you know where to look for so that I can talk to someone to unban me? As this is some server error [07:17] jen: No, it's not too bad [07:17] This might make someone mad, but maybe type !help ? [07:17] Charlie, I just looked and it appears that QT4 is buried in the repositories [07:17] That'll contact admins === blekos [n=blekos@ppp220-44.adsl.forthnet.gr] has joined #kubuntu [07:17] eh? [07:17] i might be getting my hands on a few dozen old 4-head cirrus logic svga video cards... gotta find a bunch of CRTs and build a display wall now :) [07:17] what's the issue? === grail [n=mmaurer@pd9e5cb5e.dip.t-dialin.net] has joined #kubuntu === johey [n=johey@c-136-43-vas-l3.cust.mdfnet.se] has joined #kubuntu === mzanfardino [n=mzanfard@c-67-188-46-1.hsd1.ca.comcast.net] has joined #kubuntu === foxbeingz is now known as callidusfox === atidem [n=atidem@151.74.213.139] has joined #kubuntu [07:18] He says he got banned from #ubuntu, and that he can get on from his desktop, but not from his laptop, even though they both have the same IP address on the net' (router) [07:18] What does it mean when a window fades from colored to grayscale in KDE? === mzanfardino [n=mzanfard@c-67-188-46-1.hsd1.ca.comcast.net] has left #kubuntu ["Konversation] === fowlduck [n=nate@205.213.123.77] has joined #kubuntu [07:19] yeah [07:19] I think it means that the app stopped responding === atidem [n=atidem@151.74.213.139] has joined #kubuntu === rexbron [n=rexbron@CPE001310b2d1d1-CM0012256e816a.cpe.net.cable.rogers.com] has joined #kubuntu [07:19] I get that in Beryl [07:19] that or it has lost focus === Nailz [n=nailz@cpc1-cani1-0-0-cust12.renf.cable.ntl.com] has joined #kubuntu [07:19] Kubuntu even runs on a 5 year old Compaw laptop with a bad memory module where M$ wont :) === Yorokobi [n=Yorokobi@ip67-88-113-150.z113-88-67.customer.algx.net] has left #kubuntu ["bonum] === office` [n=office@gky58.internetdsl.tpnet.pl] has joined #kubuntu [07:19] I figured as much ferret_0567 and dwidmann [07:20] jen: yes, how well does it run though? linux on old low mem machines is still rather painfuli n my experience (good thing ram is cheap) [07:20] Hmmm...does anyone have any problems with Atheros wireless cards causing freezing? [07:20] how can i turn off my keyboard's capslock remotely? [07:20] ferret_0567: banned from #ubuntu is a badge of pride === teida [n=adriana@212.145.105.223] has joined #kubuntu [07:20] DW, it absolutely purrs [07:21] I do, but I also have the NVIDIA module (driver in windows) [07:21] badge of pride? [07:21] Huh? [07:21] jen: I guess it's just because I send my computer to multitasking hell :P === obvio171 [n=helder@201.82.8.230] has joined #kubuntu [07:21] how can i check the speed acess to my disk!' === tsdgeos [n=tsdgeos@89.129.158.234] has joined #kubuntu [07:22] The only thing I miss about Mandriva is their Control Center. I wish Kubuntu would implement something like it. [07:22] olaaaaaaaaa [07:22] teida: ola para ti tb :) [07:23] markelhas: http://linux.inet.hr/how_fast_is_your_disk.html === vis [n=vis@c529cec50.cable.wanadoo.nl] has joined #kubuntu [07:23] Having to tweak config files isn't something I've had to do in years, got lazy with Mandriva *lol* [07:23] There are some performance improvements you could make [07:23] gracias [07:23] jen: I haven't touched mandriva since before the name change, but I know what you're talking about. It had some nice stuff [07:23] Gotta say Kubuntu seems faster tho [07:23] nadie me habla oqueeee [07:24] not for me lately :\ feisty seems slower on mine than it was on edgy ... thinking of switching back to debian for a while because of it === Lynoure [n=lynoure@lynoure.net] has joined #kubuntu === rosso [n=rosso@dslb-088-070-080-097.pools.arcor-ip.net] has joined #kubuntu [07:24] I build my puters to be Linux compatable so I haven't had many hardware issues [07:24] ferret_0567: thnk, i've best preformance on a live cd than on a disk install, this is crazy stuff :| [07:25] ola hellou a todosssssssssssss [07:25] jen: best way to do it, I do the same === obvio171 [n=helder@201.82.8.230] has joined #kubuntu [07:26] ferret_0567: when u installed your kubuntu did u used the partition tool that was on the live cd? [07:26] This is diffferent..haven't been on an IRC since the early 90's === meemo [n=meemo@196.202.5.224] has joined #kubuntu === cga [n=cga@213-140-6-101.ip.fastwebnet.it] has joined #kubuntu === deviance|away [n=deviance@cpc3-sout6-0-0-cust528.sotn.cable.ntl.com] has joined #kubuntu [07:28] ola ai alguien [07:28] markelhas: I was using Ubuntu then, I did use it's partitioning tool [07:28] ferret_0567: manual !? === Ace2016 [n=ace@80-47-112-249.lond-hex.dynamic.dial.as9105.com] has joined #kubuntu [07:29] Manual? === nirvana [n=nirvana@host138-184-dynamic.9-87-r.retail.telecomitalia.it] has joined #kubuntu [07:29] ferret_0567: tryng to see if i made same mistake!? [07:29] c' qualcuno di italiano? [07:29] ferret_0567: also tryed the ubuntu cd same problem === Frost^ [n=sweiss@89.139.215.54] has joined #kubuntu === gstrock [n=gstrock@192.101.159.3] has joined #kubuntu [07:30] Do you need Windows? [07:30] I never needed it when I installed Ubuntu [07:30] I removed it [07:30] ragazzi io uso beryl ma non riesco a configurarlo perch [07:30] primo non capisco [07:30] i tasti [07:30] per fare [07:30] il cudo [07:30] ferret_0567: i've a lot of stuff there that i don't want to loose, also need windows to connect my pocket and other tools for work === deviance|away [n=deviance@cpc3-sout6-0-0-cust528.sotn.cable.ntl.com] has left #kubuntu ["Gone"] === bipolar [n=bflong@70.44.53.89] has joined #kubuntu === deviance [n=deviance@cpc3-sout6-0-0-cust528.sotn.cable.ntl.com] has joined #kubuntu [07:32] hi [07:32] ferret_0567: and i'm afraid if a remove it that this problem steel there === x-factor_ [n=x-factor@151.71.178.114] has joined #kubuntu === jhutchins_lt [n=jonathan@CPE-65-26-97-17.kc.res.rr.com] has joined #kubuntu === paolo [n=paolo@host197-104.pool8252.interbusiness.it] has joined #kubuntu [07:32] You could ask #linux === orlando [n=orlando@200.181.138.73] has joined #kubuntu [07:32] os unis al canal lo dejais pro no contais nada === bryan [n=bryan@S01060010dcf9b827.gv.shawcable.net] has joined #kubuntu [07:32] ferret_0567: getting banned from #ubuntu is like getting exiled from iraq [07:32] hi. how can i see the dimension of the actual partition and the free space? [07:33] paolo: df [07:33] Hmm === Mr_Pan [n=marcopan@host224-166.pool8251.interbusiness.it] has joined #kubuntu === IdleOne [n=idleone@unaffiliated/idleone] has joined #kubuntu === mehdi [n=mehdi@41.225.3.85] has joined #kubuntu [07:33] You could ask LinuxQuestions, Ubuntu Forums, #ubuntu, and #linux [07:33] Can you guys see this [07:33] thnks sparrw [07:33] nope === obvio171 [n=helder@201.82.8.230] has joined #kubuntu [07:33] How i select text in konsole or console without use the mouse? [07:34] ferret_0567: i'll try thnks man [07:34] We might be able to help if you could post the output of "sudo fdisk -l" to pastebin === michail__ [n=michail@dsl-240-104-121.telkomadsl.co.za] has joined #kubuntu === GrahamA [n=graham@81.101.229.176] has joined #kubuntu [07:35] ola michail me aburro que t cuentas majo [07:35] olaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa [07:36] olaaaaaaaaaaaa === eean [n=ian@amarok/developer/eean] has joined #kubuntu [07:36] oooooooooollllllllllllaaaaaaaaaaaaaaaaaaaa [07:36] Hi === gflach_ [n=gflach@p5087F09B.dip.t-dialin.net] has left #kubuntu ["Verlassend"] [07:36] !pastebin | markelhas [07:36] markelhas: pastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (be sure to give the URL of your paste - see also the #kubuntu channel topic) [07:37] another question: i have to free /dev/hda3 and let /dev/hda4 take all the space freed by dev/hda3 ... how can i do? === hara [n=hara@dsl-tregw2-fee8df00-68.dhcp.inet.fi] has joined #kubuntu === obvio171 [n=helder@201.82.8.230] has joined #kubuntu === pgquiles_ [n=pgquiles@84.123.101.76.dyn.user.ono.com] has joined #kubuntu === roconnor [n=roconnor@vhe-540354.sshn.net] has joined #kubuntu [07:39] Well...you should ask #linux [07:39] thnks all [07:40] Your welcome [07:41] pinh [07:41] ferret_0567: http://paste.ubuntu-nl.org/17654/ [07:41] !ping [07:41] pong [07:41] Oh good, IRC does work :P === hv23 [n=hv23@80.66.48.190] has joined #kubuntu === corey [n=corey@dhcp-0-13-d3-a-e1-1a.cpe.mountaincable.net] has joined #kubuntu === corey is now known as SilverPlated [07:44] markelhas: I g2g soon, what was your problem again? after you tell everybody your problem again, you should also post the link to the pastebin post you made [07:44] Will 7.04 be lts? [07:44] no [07:44] Hmph === cypress [n=hv23@80.66.48.190] has joined #kubuntu [07:44] When will 5.05 support run out [07:44] Maybe the next release [07:44] nope following one [07:44] Not sure === obvio171 [n=helder@201.82.8.230] has joined #kubuntu [07:44] I'm still on dapper, I think I should upgrade, but this one works fine [07:45] Is it worth it? === DHGE [n=alois@i577A9A8E.versanet.de] has joined #kubuntu [07:45] mark had an article saying 8.04 will be the next [07:45] Anyway, the great thing about Linux is that if support runs out, you can get help from the community [07:45] Hmm, thats a long way off [07:45] well dapper is a 2 year lts [07:45] Whats the support, does that mean IRC support as well? [07:45] deviance: yes, I do think the upgrade to Edgy and then Feisty is worth it [07:45] So Support will run out in may for dapper? [07:45] Yeah [07:46] Can I upgrade from the CD? [07:46] unless something happens yes [07:46] deviance: no, LTS releases are supported for 3 years. [07:46] is it 3? [07:46] dapper is an LTS release. [07:46] i thought it was 2 [07:46] yes. [07:46] D= [07:46] i dont undertand because the 3 people in this chat don't talk with me x saber ingles no soys mas y a mi no se me da bien okkkkkkkkkkkkkkkkkkkkkkkk === erwin [n=erwin@230-123-045-062.dynamic.caiway.nl] has joined #kubuntu [07:46] !lts [07:46] LTS means Long Term Support. LTS versions of Ubuntu will be supported for 3 years on the desktop, and 5 years on the server. === TheDebugger [n=Unknown@modemcable128.61-80-70.mc.videotron.ca] has joined #kubuntu === WillLuongo [n=will@adsl-75-45-162-114.dsl.sfldmi.sbcglobal.net] has joined #kubuntu [07:47] 5 on the server, Nice. [07:47] Hello, is it possible to get a linksys pci wireless card working on KUbuntu? [07:47] Hmm, Is there an apache gui tool to set one up? [07:47] !apache [07:47] i can't imagine someone wanting to run dapper for 3 years [07:47] LAMP is an acronym for Linux-Apache-MySQL-PHP. However, the term is often used for setups using alternative but different software, such as Perl or Python instead of PHP, and Postgres instead of MySQL. For help with setting up LAMP on Ubuntu, see https://help.ubuntu.com/community/ApacheMySQLPHP - See also the Server CD installation process (different in Edgy+) [07:48] I will upgrade, is it risky at all? === LegolasV [n=Legolas@84-53-73-98.adsl.unet.nl] has joined #kubuntu [07:48] not if you don't have data you wanna keep [07:48] ;) [07:48] Will I loose my settings such as wallpaper, home files? [07:48] there is a chance === Nomad010 [n=nomad@dsl-240-22-108.telkomadsl.co.za] has joined #kubuntu [07:49] a good one === zido [n=zido@80.178.75.195.adsl.012.net.il] has joined #kubuntu [07:49] I g2g do my school work [07:49] A good one? === mrigns_ [n=mrigns@ACB1D7F9.ipt.aol.com] has joined #kubuntu [07:49] I don't like the sound of that? [07:49] a good chance [07:49] I'll be back on in about...oh...maybe 3 hours [07:49] Ok cya [07:49] backup and then install [07:49] Yeah === ferret_0567 [n=ferret_0@cpe-72-183-231-110.satx.res.rr.com] has left #kubuntu [] [07:49] deviance: unless something goes horribly wrong, (which should not happen if you follow the guides) - there is not much risk in updating. [07:49] Ok, Ill backup and try it [07:50] a backup is always advisable anyway. === obvio171 [n=helder@201.82.8.230] has joined #kubuntu [07:50] from what i've read updating rarely goes well [07:50] Oh dear, My home is 2gigs. I had better just keep what I need, huh, [07:50] 1.1gig music, damn === alumno [n=alumno@200.90.170.91] has joined #kubuntu [07:50] meh i have 10gb [07:51] sometimes you just gotta spoil yourself [07:51] All my files are in home, except for my php files === atz [n=anton@c-e29de355.42-1-64736c14.cust.bredbandsbolaget.se] has joined #kubuntu === Black_Cat [n=mooncats@di-242.bicomtel.ru] has joined #kubuntu [07:51] Any others I should back up? [07:51] no === Xbehave [n=rioting@hor-camden102.hor.ucl.ac.uk] has joined #kubuntu [07:51] that dictionary app in ubuntu is nice === surgy [n=surgy@adsl-70-137-26-52.dsl.okcyok.swbell.net] has joined #kubuntu [07:52] i'll admit I usually assume the worst === animimotus [n=animimot@unaffiliated/animimotus] has joined #kubuntu [07:52] I shall buy a memory stick, any suggestions? [07:52] hi [07:53] que eburridos soys enserio ni picandos me seguis el royo o os lo traduzco === Black_Cat [n=mooncats@di-242.bicomtel.ru] has left #kubuntu ["Leaving"] [07:53] i just downloaded the pcxs2 emulator and it comes in a format with the .7z extension, i tried to open it with ark and ark says "7zr is not in your path" can someone help please? === callidusfox [n=slyfox@CPE0014bf7b993b-CM000f9f808008.cpe.net.cable.rogers.com] has joined #kubuntu [07:53] !english | teida [07:53] teida: The #ubuntu, #kubuntu and #xubuntu channels are english only. For a complete list of channels in other languages, please visit http://help.ubuntu.com/community/InternetRelayChat [07:53] a la chao === dettoaltrimenti_ [n=dettoalt@ppp85-141-229-40.pppoe.mtu-net.ru] has joined #kubuntu === meduxa [n=agustin@84.Red-217-127-164.staticIP.rima-tde.net] has joined #kubuntu [07:54] surgy: you need the package named 'p7zip-full' to unzip that. [07:54] bobstro: I reisntall X-Chat irc clinet, deleted my .xchat folder from home folder and now everything works. [07:54] Where is my firefox favorites kept? [07:54] bobstro: I can log in to #ubuntu === michi [n=michi@i53872661.versanet.de] has joined #kubuntu === eduard [n=eduard@87.Red-83-55-90.dynamicIP.rima-tde.net] has joined #kubuntu [07:54] deviance: inside ~/.firefox === tmske [n=thomas@dD5E07693.access.telenet.be] has joined #kubuntu [07:54] so you typed the message in english? [07:54] deviance: err.. i mean ~/.mozilla/ [07:54] can I set mp3s to open in moc and automatically play when I click on them? [07:54] How do i get there? [07:54] helpfull for non english speakers [07:54] callidusfox: thank you, is that a pluggin for ark or is it a different program? === xyverz [i=xyverz@hippogriff.terabyteme.com] has joined #kubuntu === cox377 [n=admin@host-84-9-65-70.bulldogdsl.com] has joined #kubuntu === XBehave [n=juan@hor-camden102.hor.ucl.ac.uk] has joined #kubuntu === amnezia [n=amnezia@ulmg-590efd51.pool.einsundeins.de] has joined #kubuntu [07:55] hi === eduard is now known as maduixa [07:55] surgy: it is a separate program, but i think ark handles it too. [07:55] surgy: worong person ? === Daniwan [n=daniwan@adsl-65-43-227-53.dsl.bcvloh.ameritech.net] has joined #kubuntu [07:55] surgy: ark handles it with that program installed, iirc. [07:55] callidusfox: yes sorry [07:55] bye bey [07:55] is koffice any good these days? [07:55] How do I show hidden files [07:55] fdoving: i got this error Could not resolve 'us.archive.ubuntu.com' what can i do? [07:55] Is there a way I can revert back to Kubuntu edgy from fiesty? I dont have backups, do I have to do a clean install? [07:56] surgy: does other websites work? === obvio171 [n=helder@201.82.8.230] has joined #kubuntu [07:56] Daniwan: no that is not possible === SJrX [i=SJrX@S010600188bb70b11.ed.shawcable.net] has joined #kubuntu [07:56] fdoving: yes [07:56] wtf, why not? [07:56] lol windows can do it [07:56] someone should "Downgrades are _NOT_ supported" in the topic [07:56] Daniwan: clean install is the best option. [07:57] Daniwan: you can downgrate from windows vista to xp? [07:57] If you orriginally had XP yes [07:57] DIS [07:57] Hmm, why upgrade to Edgy and then to feisty? [07:57] If you install XP then upgrade to Vista you can rollback to XP [07:57] fdoving: wha6t do i need to do? === Edulix [n=edulix@202.Red-81-44-6.dynamicIP.rima-tde.net] has joined #kubuntu [07:57] Daniwan: well,cause they now there new products suck even more [07:57] From what I have heard everyone has had problems under Feisty [07:57] True [07:57] lol [07:57] Yeah VMWARE [07:57] surgy: change to another mirror. [07:57] Daniwan: but why would you want to dowgrade from feisty to edgy? [07:57] VMware [07:58] THIS WEEK ON THE GRANDMA ACTION SHOW! [07:58] It doesn't run in fiesty [07:58] SilverPlated: excuse me? [07:58] The new kernel isn't supported [07:58] lol [07:58] fdoving: umm...... by messing with my sources.list? is there a website i can download the .deb from? [07:58] surgy: you can download .debs from http://packages.ubuntu.com [07:58] Daniwan: wait,or use qemu with kqemu [07:58] unless someone knows a way to get vmware server running on a fiesty install [07:58] Daniwan: or install a supported kernel [07:58] fdoving: thnx [07:58] I can run dual kernels? === hara [n=hara@dsl-tregw2-fee8df00-68.dhcp.inet.fi] has joined #kubuntu [07:59] Daniwan: http://www.go2linux.org/node/44 [07:59] 2.6.15 kernel is supported by VMware, 2.6.20 (Fiesty's kernel) is not [07:59] fdoving: what sub category whould it be under? do you know? === jacek [n=jacek@kacper7015.net.autocom.pl] has joined #kubuntu [08:00] surgy: search for it. http://packages.ubuntu.com/p7zip-full [08:00] Daniwan: grab the source of 2.6.15,compile it,run it [08:00] were there any changes between the last 7.04 "beta" and the final 7.04 release? [08:00] besonen_mobile: bugfixes [08:01] "beta" being "herd 5" [08:01] um... [08:01] thanks mc__ [08:01] Is there a non manual way to install 2.6.15 kernel? [08:01] Like through adept or something? [08:01] or apt-get? [08:01] mc__: do you know where i can find the changelog? === obvio171 [n=helder@201.82.8.230] has joined #kubuntu [08:01] besonen_mobile: why do you want to know that? [08:01] besonen_mobile, did you get your grub fixed? [08:01] Daniwan: go read the link i posted to you. [08:02] It;s not loading [08:02] Daniwan: http://www.go2linux.org/node/44 - here it is. [08:02] mc__: because i'm curious [08:02] I run Hoary [08:02] Its the best [08:02] besonen_mobile: hm,alright,dunno sorry [08:02] is there any way to add options to 'Open With,,,'? I want to run 'mocp -acp' every time I click on an mp3 === alex_ [n=alex@86.100.3.250] has joined #kubuntu [08:03] Ashex: nope. i think there might be a bug in ghost. if your are around in a day or two i'll tell you what i discover. [08:03] Still waiting for response on that site fdoving. Been waiting since your first post the servers not responding.. === alex_ is now known as ayjamob [08:03] Wait how can I check my version of kubuntu [08:03] Daniwan: hang on, i'll find the google cache-link for you. [08:03] ty [08:03] besonen_mobile, okay, I'm usually here every day [08:03] deviance: in konsole: 'lsb_release -a' [08:03] besonen_mobile, it may be that you need to do grub-install /dev/foo [08:03] ghost may not backup the MBR === Lurkan_papito is now known as Lurkan [08:04] I am running dapper [08:04] Was edgy 6.10 [08:04] is there any way to get 'quicksearch' in menu, like in openSUSE ?? [08:04] hey folks! could someone help me. how to make work normally two network in kubuntu? same problem are in the most kde-based distros [08:04] Ashex: i backed up the mbr separately with mbrwork. fwiw, when i looked in /boot the grub directory was missing. [08:05] Daniwan: http://icanthack.com/?p=53 might work for you. [08:05] besonen_mobile, what file is missing? [08:05] Daniwan: http://216.239.59.104/search?q=cache:lC1jHJDDD14J:www.go2linux.org/node/44+vmware+server+feisty&hl=no&ct=clnk&cd=1&gl=no [08:05] nice url. go google. [08:05] Ashex: the whole grub directory === Licious [n=katies@m0c5e36d0.tmodns.net] has joined #kubuntu [08:06] ,,in same time [08:06] Anyone know how to bold text in Konversation? ctrl+b brings up bookmarks. [08:06] anyone?? [08:06] Daniwan: basically google for 'vmware server feisty' will give you a bunch of hand-holding when fixing vmware on feisty. it's, no doubt, easier than downgrading or reinstalling. === obvio171 [n=helder@201.82.8.230] has joined #kubuntu [08:07] ayjamob: you can do it manually in /etc/network/interfaces - i'm not aware of any smart config tool to do that graphically. [08:08] fdoving so I see. [08:08] The Icanthack link is for x86, I'm 64bit amd. Besides renaming the kernel you think the same process should work? === mehdi [n=mehdi@41.225.3.85] has joined #kubuntu [08:09] I'm just a little afraid to mess with the kernel by hand [08:09] Daniwan: try. or google something like 'vmware server 64bit feisty' [08:09] good call [08:09] Daniwan: you're not messing with the kernel, directly. you're trying to compile modules for it. [08:10] my cards is working, but eth1 is going to offline. kde dont like two working card at the same time. i dont know why. i tried to turnof knetwork, but it didn't helped. [08:10] besonen_mobile, that is very strange [08:10] I'll be right back, gotta do some work [08:10] Ashex: i know [08:10] i'm outta here [08:10] thanks for your interest [08:10] ayjamob: are they both DHCP? === unix_infidel [n=blue@unaffiliated/unixinfidel/x-8383745] has joined #kubuntu [08:11] whats a good session video capture app? I tried istanbul but it doesn't work properly === _dennis_ [n=dennis@d54C2B03F.access.telenet.be] has joined #kubuntu [08:11] joel: xvidcap === sebastian [n=sebastia@wh0.cottbus-plus.de] has joined #kubuntu [08:12] fdoving: thanks === obvio171 [n=helder@201.82.8.230] has joined #kubuntu [08:12] eth0 is not DHCP and connected to internet, and other eth1 is connected to the other Windows computer and not DHCP to [08:13] hello all === FireTalon [n=niccos@adsl-070-157-253-250.sip.asm.bellsouth.net] has joined #kubuntu [08:13] i have kubuntu fiesty [08:13] ayjamob: ok. static only. I'll make a sample /etc/network/interfaces file for you, and paste it online. hang on. [08:13] ok [08:14] there is somone here how speck french? [08:14] !fr > mehdi (mehdi, see the private message from Ubotu) [08:14] plz help [08:14] AHA === matt_foo [n=matt@p57AAF8ED.dip.t-dialin.net] has joined #kubuntu [08:15] fdoving, thanks again I think I got it. It was as simple as running a patch I found on ubuntuforums [08:15] !thanx LjL [08:15] Daniwan: great :) [08:15] Sorry, I don't know anything about thanx ljl - try searching on http://bots.ubuntulinux.nl/factoids.cgi === neongau [n=neongrau@p54A91556.dip0.t-ipconnect.de] has joined #kubuntu [08:15] is there any way to add command line arguments to 'Open With,,,'? I want to run 'mocp -acp' every time I click on an mp3 [08:15] This is why I like ubuntu. People are actually helpfull. Thanks for helping me instead of "rtfm"ing me. ;) === kumar [n=kumar@c-71-59-10-13.hsd1.ga.comcast.net] has joined #kubuntu === gioacchino [n=gioacchi@82.84.1.185] has joined #kubuntu [08:16] ayjamob: http://rafb.net/p/1St9Ar66.html [08:16] Hello, is there any way to get a linksys pci wireless network card working in KUbuntu? [08:16] hello I have a problem with open gl === kumar is now known as Music_Shuffle === Lam_ [n=Lam@128.227.23.106] has joined #kubuntu === zerothis [n=zerothis@cdm-75-109-248-53.asbnva.dh.suddenlink.net] has joined #kubuntu [08:17] dettoaltrimenti_: try open with / other and then type it there [08:17] somebody can help me ? [08:17] !opengl [08:17] Sorry, I don't know anything about opengl - try searching on http://bots.ubuntulinux.nl/factoids.cgi [08:17] gioacchino: What is your problem? [08:17] What is the difrenace between 'mare to be removed' and purge? [08:18] WillLuongo: I use latest version of kubuntu my problem is this: when I use any 3d game === Jack32 [n=michael@pool-71-115-201-120.spknwa.dsl-w.verizon.net] has joined #kubuntu [08:18] okay wtf [08:18] it go slowly and wen I close the game crash the session [08:18] i restarted kubuntu and it had a config wizard pop up randomly [08:18] I must login [08:18] and now my enviroment looks all different [08:19] my beryl isnt being apoplied, and my windows look like xp theme [08:19] and beryl is runnign.... === reugen [n=reugen@c-67-169-249-82.hsd1.ut.comcast.net] has joined #kubuntu [08:20] yeah I tried neongau, but it doesn't recognize the arguments === compilerwriter [n=keith@ppp-70-229-30-40.dsl.ipltin.ameritech.net] has joined #kubuntu === Old_Cr0w [n=palex@c1-135-15.tbnb.isadsl.co.za] has joined #kubuntu [08:20] gioacchino: I can't say for sure, but when I had opengl apps crash like that, I had to reconfigure my video driver in xorg [08:20] WillLuongo: all 3D game play slow and when I close it I must relog in kde session === Tommaso [n=thomas@n219078089190.netvigator.com] has joined #kubuntu [08:20] gioacchino: sudo dpkg-reconfigure xserver-xorg was how I fixed it. === obvio171 [n=helder@201.82.8.230] has joined #kubuntu === hyperspace [n=shiva@ip72-204-22-64.fv.ks.cox.net] has joined #kubuntu [08:20] Ladies and gents I am having monitor issues. === velle [n=velle@ip-26-252.bnaa.dk] has joined #kubuntu [08:21] But it turned out to be that when I updated to feisty it replaced my legacy nvidia drivers with the new ones. === kastle [n=kastle@83-103-90-55.ip.fastwebnet.it] has joined #kubuntu [08:21] my hardware is this: motherboard= asus p5w dh deluxe , vga card= nvidia en 6600 512MB, cpu= core 2 duo e6600, ram 1GB [08:22] When I try to do the sytem settings thing and modify my monitor settings a I get an error message about old third party things and something about a failed kde upgrade. === kevin [n=kevin@c-75-65-174-45.hsd1.ms.comcast.net] has joined #kubuntu [08:22] Now for some reason all of my fonts are giant as well. === Raven301 [n=raven301@unaffiliated/raven301] has joined #Kubuntu [08:23] WillLuongo: for my nvidia video card the driver is "nv" ?? [08:23] i have gens with gtk installed. is there a way to also install cli gens so i have both. I have the cli gens source and am ready to ./configure it, i assmue there is a configure option to install cli gens is a non default place or under aq non default name (ie: gens-cli) === weedar [n=weedar@062016233043.customer.alfanett.no] has joined #kubuntu === Music_Shuffle [n=kumar@unaffiliated/musicshuffle/x-303664] has left #kubuntu ["Konversation] [08:24] gioacchino: that sounds right to me. I don't really know any more than that, sorry. [08:24] thanks.. === nuxil [n=nuxil@213.161.182.223] has joined #kubuntu === gforresu [n=giacomo@82.84.149.54] has joined #kubuntu === Filthpig [n=carl@ti0010a380-0036.bb.online.no] has joined #kubuntu [08:26] is there way to have gtk apps really get styled as the qt apps? in firefox for example the menus look dead-ugly because the line-height is only a 3rd of that in qt :S [08:26] The module Monitory & Display could not be loaded. The possible reasons are: an error occurred during your last KDE upgrade leaving an orphaned control module. or You have old thir party moldules lying around. How do I fix this? === obvio171 [n=helder@201.82.8.230] has joined #kubuntu [08:27] neongau: you can select qt instead of gtk in the system settings [08:27] WillLuongo: that doesn't ever changes anything for me [08:28] System Settings --> Appearance --> GTK styles and Fonts === weswh- [n=weswh-@216-199-66-121.atl.fdn.com] has joined #kubuntu === server_ [n=server@d77-216-25-208.cust.tele2.fr] has joined #kubuntu [08:29] neongau: I don't have any other ideas, sorry. === matt_foo [n=matt@p57AAF8ED.dip.t-dialin.net] has joined #kubuntu === obvio171 [n=helder@201.82.8.230] has joined #kubuntu === Sr4lo [n=Ich@p213.54.183.24.tisdip.tiscali.de] has joined #kubuntu === david__ [n=david@139.14.broadband3.iol.cz] has joined #kubuntu [08:32] np, guess i have to live with ugly gtk apps :D === Trubadurix [n=lol@85.218.156.120] has joined #kubuntu === uciu [n=uciu@abwr66.neoplus.adsl.tpnet.pl] has joined #kubuntu === The [n=Robert98@63-224-38-4.tukw.qwest.net] has joined #kubuntu [08:33] i have an Asus A7N8X motherboard, that has SATA - not sure which chipset...does anyone know if that works well with Kubuntu? [08:33] I'm thinking about getting an SATA system drive [08:33] Hello Everyone! [08:34] The: hi! [08:34] ehm why does kde suck so much on ubuntu? i installed kubuntu and nothing work then i reinstall i now it cant boot up :( . is it better to install ubuntu and then install kde via synaptic? [08:34] Trubadurix, what sort of issues? [08:35] mine is working fine [08:35] I have a probelam with open gl anybody can help me ? [08:35] issues = ??? === mortici_ [n=mortici@c-67-176-154-118.hsd1.il.comcast.net] has joined #Kubuntu [08:35] gioacchino, try #ubuntu-effects [08:35] Trubadurix: problems.. [08:35] Trubadurix: i've never had problems like that. sounds like a faulty install somehow === obvio171 [n=helder@201.82.8.230] has joined #kubuntu [08:36] first install i couldnt use konsol. all i write and nothing happend [08:36] Trubadurix: have you tried reinstalling? [08:36] Trubadurix, thats the only issue? [08:37] what's the kernel version of Feisty? [08:37] no many applications coulnt open but i cant see out put becues konsol dont work [08:37] May i ask whats the main difference between Ubuntu and Kubuntu? === nikita_ [n=nikita@86.57.255.230] has joined #kubuntu [08:37] then i reinstalled and now aproblem in boot === nighthawk71 [n=js40@mail.medinaco.org] has joined #kubuntu === corey [n=corey@dhcp-0-13-d3-a-e1-1a.cpe.mountaincable.net] has joined #kubuntu === stivani [n=stivani@d5152A75F.access.telenet.be] has joined #kubuntu [08:38] The: mainly the desktop environment; Ubuntu uses gnome while Kubuntu uses KDE. And then there are some apps. === PupenoR [n=pupeno@200.123.183.91] has joined #kubuntu [08:38] does anyone here have experience installing quake 3 with the quake3-data package and the disk? [08:38] and every time i restart system i have cut the power becues it stuck on half way or something === obvio171 [n=helder@201.82.8.230] has joined #kubuntu === precipizio1 [n=fabrizio@151.74.206.22] has joined #kubuntu === nico_ [n=nico@ip25-237-59-62.adsl.versatel.nl] has joined #kubuntu [08:38] i was trying out Ubuntu and i love it but i have been around Windows computers and my understanding is that Kubuntu is a little more windows friendly [08:39] atleast to the people that are used to it [08:39] wolferine: is it better if install ubuntu and then kde via synaptic? [08:39] I am running Kubuntu 7.04. I am having a problem with KMail. when I try to print an html email with a multiple page table in it it does not print right [08:39] Trubadurix, i am sure you can work with what you have === MHazem is now known as CVirus === mehdi_ [n=mehdi@41.225.0.25] has joined #kubuntu [08:40] ok i'll try [08:40] The: In my experience, both are equally friendly or unfriendly (depending on your perspective) [08:40] Trubadurix: what are your computer specs? === corey is now known as SilverPlated [08:40] Trubadurix. if you want to run kubuntu 7.04, you should probably install that ranther than just installing kde over ubuntu [08:40] specs = hardware ?????????? [08:40] The: I like KDE better myself. [08:40] i have the kubuntu 7.04 cd [08:40] i like Ubuntu but i want to make sure i know which one i want more [08:41] which is going to be easier for my to transition to thats all === haffi [n=haffi@b239.nemendur.hi.is] has joined #kubuntu [08:41] (sorry about the spelling) === haffi is now known as haffi_ === nico_ [n=nico@ip25-237-59-62.adsl.versatel.nl] has joined #kubuntu [08:41] The: You might want to just try a live disk of kubuntu then, and play around a bit [08:42] ok here's the question: install kubuntu or install ubuntu and then install kde over ? === animimotus [n=animimot@153.199.100-84.rev.gaoland.net] has joined #kubuntu [08:42] install kubuntu === hagabaka` [n=hagabaka@129.22.57.62] has joined #kubuntu [08:42] Trubadurix: Go with Kubuntu [08:42] ok [08:42] If I have Kubuntu 6.10 with nvidia drivers and beryl, should the update to 7.04 give me any problems? [08:42] I tried installing ubuntu server, then kde over it [08:42] it did not work very well [08:42] does anyone know what the default kernel for the desktop system is? [08:42] thanx [08:42] 2.6.20-15-generic [08:42] 2.6.20 ? === lnxkde|work [n=lnxkde@adsl-64-237-196-107.prtc.net] has joined #kubuntu [08:43] haffi_: I didn't have beryl, but my upgrade with nvidia drivers was relatively painless [08:43] ok === Alarm [n=rock@ppp217-8.adsl.forthnet.gr] has joined #kubuntu [08:43] hopefully the update won't break the X server or something [08:43] thanks [08:43] I am running Kubuntu 7.04. I am having a problem with KMail. when I try to print an html email with a multiple page table in it it does not print right [08:44] any ideas? [08:44] trying to figure out if it will play nice with an SATA hard drive (Asus A7N8x mobo, nforce2 chipset...not certain of the SATA chipset) === intelikey [n=root@dialup-4.226.138.160.Dial1.Dallas1.Level3.net] has joined #kubuntu === ferox [n=ferox@d83-176-123-187.cust.tele2.it] has joined #kubuntu === Trubadurix [n=lol@85.218.156.120] has left #kubuntu ["Konversation] === csingley [n=csingley@cpe-24-167-37-242.houston.res.rr.com] has joined #kubuntu [08:44] I am running kubuntu 7.04 on intel 945P chipset motherboard with sata 160gb wd hard drive [08:45] what are the cron tests again ? * * * * * is ? === Eruantalon [n=hans@5634185c.rev.stofanet.dk] has joined #kubuntu [08:45] when putting a dvd in my drive and later unmounting it , i see like 10 processes kio_file where each of them takes 6-7mb of ram. and even if the dvd/cd is unmounted the processes dont stop . how can i stop that annoying thing ? [08:46] no man pages but i'll look on tldp.org [08:47] Can anyone reccomend a quicker way of downloading the Iso of Kubuntu besides directly from the website? [08:47] The, ftp mirrors ? [08:47] torrents ? === tbw [n=tbw@DSL01.83.171.164.214.ip-pool.NEFkom.net] has joined #kubuntu [08:48] though http and ftp is the best and fastest way [08:48] The, torrents, help the cause :) [08:48] i just cant have access to the website for the entire period of 7 hrs === _zero [n=zero@86.60.67.9] has joined #kubuntu [08:48] hey people. i have updated from 6.06 "dapper drake" to 6.10 "edgy eft" via dist-upgrade. it worked surprisingly smoothly, except i can't upgrade to kernel 2.6.17. error message is: [08:48] " [08:48] Setting up linux-image-2.6.17-11-generic (2.6.17.1-11.37) ... [08:48] Running depmod. [08:48] Finding valid ramdisk creators. [08:48] Failed to find suitable ramdisk generation tool for kernel version [08:48] 2.6.17-11-generic on running kernel 2.6.15-27-686 in /usr/sbin/mkinitramf [08:48] The, there are download managers with pause on them === eeanm [n=ian@amarok/developer/eean] has joined #kubuntu [08:48] has anybody seen this? [08:49] csingley, if you can, we can [08:49] i found out what to put in the .sh file to start glx [08:49] Alright will try it by torrent [08:49] but now i have to find out what to put in the file instead of starting gnome-desktop [08:49] anyone know of a good torrent search engine? [08:49] btjunkie.com [08:49] thanks wolferine. i mean, has anybody encountered this error, or have any suggestions for overcoming it? [08:50] oh that was supposed to be in ubuntu-effects === bryan [n=bryan@S01060010dcf9b827.gv.shawcable.net] has joined #kubuntu [08:51] i was a bit surprised to find incompatibilites between mkinitramfs and any of the kernels [08:51] csingley, if your going to post more than a line or two of text, you might consider pastebin === gost [n=gost@94-43-231-201.fibertel.com.ar] has joined #kubuntu === zerothis [n=zerothis@cdm-75-109-248-53.asbnva.dh.suddenlink.net] has left #kubuntu ["Kopete] [08:51] rather than flooding the channel... [08:51] !pastebin | csingley [08:51] csingley: pastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (be sure to give the URL of your paste - see also the #kubuntu channel topic) === stuart_ [n=stuart@bb-87-80-127-196.ukonline.co.uk] has joined #kubuntu [08:52] apologies, and thanks. [08:52] is this a reasonable forum for asking this question? === computer [n=computer@host169-172-dynamic.15-87-r.retail.telecomitalia.it] has joined #kubuntu [08:53] yes [08:53] im just busy atm, so give me a bit, I can probably help [08:53] MSN :) === computer is now known as Mulo [08:53] The upgrade wizard says that /boot doesn't have enough space... should I delete any old kernels or something? === hagabaka` is now known as hagabaka [08:55] wolferine, thanks. here's a paste to apt-get debug output: http://paste.ubuntu-nl.org/17671/ === nico_ [n=nico@ip25-237-59-62.adsl.versatel.nl] has joined #kubuntu [08:55] csingley, can I ask, why not update to Feisty? === ferox [n=ferox@d83-176-123-187.cust.tele2.it] has joined #kubuntu [08:56] hi [08:57] i have kubuntu dapper [08:57] i would like tu upgrade to feisty === stdin [n=tez@unaffiliated/binary2k2] has joined #kubuntu === esben [n=esben@89.150.70.111] has joined #kubuntu [08:57] i founded an how-to for ubuntu [08:57] ferox, should be an update in your upgrade manager === Sr4lo [n=Ich@p213.54.183.24.tisdip.tiscali.de] has left #kubuntu ["Kopete] === ubuntu_ [n=ubuntu@c83-253-225-172.bredband.comhem.se] has joined #kubuntu === gost [n=gost@94-43-231-201.fibertel.com.ar] has joined #kubuntu === fusspils [n=fusspils@194-144-36-99.du.xdsl.is] has joined #kubuntu === rbrunhuber [n=rbrunhub@dslb-084-057-039-022.pools.arcor-ip.net] has joined #kubuntu === ulrich [n=ulrich@146.23-218-195.adsl.internet.lu] has joined #kubuntu === SSJ_GZ [n=SSJ@host-84-9-147-14.bulldogdsl.com] has joined #kubuntu [08:59] wolferine, i suppose i could update to feisty. i probably will. i'm just a raging incrementalist, and wanted to check out edgy first [08:59] hehe === jussi01 [n=jussi@dyn3-82-128-185-40.psoas.suomi.net] has joined #kubuntu [08:59] i'm still kind of kicking the tires on this dodgy 2.6 kernel... [09:00] wolferine: dist-upgrade doesn't work [09:00] ferox, why is that, any errors? [09:00] is it safe to delete older initrd images and vmlinuz kernel files from the /boot partition? [09:01] haffi_: yeah. [09:01] I had a horrible time upgrading to Feisty. maybe thats an overstatement but the upgrade did not want to work for me. incredibly I only needed to uninstall ipython and the upgrade then worked smoothly. then, even more incredible is, the upgrade is the best so far in overall performance.. just wow in speed all around :) [09:01] haffi_: but it's easier to just uninstall the packages [09:01] hi [09:01] wolferine: no errors, but it doesn't propose any upgrade [09:01] ok, how would I do thah? [09:01] ferox, in the update manager? [09:02] shuold i add any repository for upgrade to edgy? [09:02] I'm having problems installing Kubuntu 7.04.. When I alter partition table manually it says that I need a root partition.. What do I do? [09:02] haffi_: open adept and remove the "linux-image-(VERSION)" package you don't want [09:02] csingley, try this site --> http://www.linuxquestions.org/questions/showthread.php?t=206992&page=15 [09:02] wolferine: ferox@fer-B-ox:~$ sudo apt-get dist-upgrade [09:02] ok, thanks === rexbron_ [n=rexbron@CPE001310b2d1d1-CM0012256e816a.cpe.net.cable.rogers.com] has joined #kubuntu === visik7 [n=dksakd@unaffiliated/visik7] has joined #kubuntu [09:03] ferox, you want to upgrade to Feisty correct? === nighthawk71 [n=js40@mail.medinaco.org] has left #kubuntu ["Konversation] [09:03] wolferine: yes but first i think i should upgrade to edgy === neongrau_ [n=neongrau@p54A93CCC.dip0.t-ipconnect.de] has joined #kubuntu [09:04] ferox, why? === roconnor [n=roconnor@vhe-540354.sshn.net] has joined #kubuntu [09:04] wolferine: i don't know :) [09:04] ferox, using KDE or Gnome? [09:04] are you using* [09:04] wolferine: and so what shall i doto upgrade to feisty? === nico_ [n=nico@ip25-237-59-62.adsl.versatel.nl] has joined #kubuntu [09:04] kde [09:05] do you see the update manager ferox [09:05] adept.... [09:05] im on Gnome, so I am not positive [09:05] but its called an update manager === MajorApus [n=tim@majorapus.student.iastate.edu] has joined #kubuntu === knuckles [n=knuckles@218-170-4-241.dynamic.hinet.net] has joined #kubuntu [09:06] ferox: check out https://help.ubuntu.com/community/UpgradeNotes [09:06] thanks fdoving [09:07] i take a look === drackanz [n=drackanz@adsl196-230-144-206-196.adsl196-5.iam.net.ma] has joined #kubuntu [09:07] ferox: if you're currently runing 6.06 (dapper) you need to first upgrade to 6.10 (edgy), then to 7.04 (feisty). [09:07] jumping versions is not supported. [09:08] ah you do, do you fdoving [09:08] thanks for the info === deepcore [n=tobias@pD9E1C95F.dip0.t-ipconnect.de] has joined #kubuntu === pin [n=pin@adsl-205-235-74.nojabrsk.ru] has joined #kubuntu [09:08] fdoving: ok === Kubuntu [n=ubuntu@ti541210a340-3934.bb.online.no] has joined #kubuntu [09:08] wolferine: thanks, i saw that website already. i didn't find it very helpful. the only concrete suggestion i found was to try recompiling the kernel without ACPI [09:09] i'd like to have more assurance that this is the problem before getting back into that sort of thing === piway [n=piway@AStrasbourg-251-1-52-197.w82-126.abo.wanadoo.fr] has joined #kubuntu [09:09] it seems unlikely that any kernel would be incompatible with mkinitramfs... === vyoman [n=andre@80-195-189-100.cable.ubr05.croy.blueyonder.co.uk] has joined #kubuntu [09:09] !fr [09:09] Allez a #ubuntu-fr ou #kubuntu-fr pour de l'aide et de la discussion en francais. === jussio1 [n=jussi@dyn3-82-128-185-40.psoas.suomi.net] has joined #kubuntu === oliver [n=oliver@spc1-stkp6-0-0-cust254.bagu.broadband.ntl.com] has joined #kubuntu [09:09] hello [09:09] I'm using the nv driver and is having major troubles in games and Google earth, whay is wrong? === pin is now known as pin_ [09:10] Kubuntu: you want to checkout the fglrx driver. [09:10] I will sit back and help where I can [09:10] !ati | kubuntu [09:10] kubuntu: To install the Ati/NVidia drivers for your video card, see https://help.ubuntu.com/community/BinaryDriverHowto [09:10] csingley, im thinking the more advanced ppl can help you than i === stbz [n=stbz@88-106-203-191.dynamic.dsl.as9105.com] has joined #kubuntu === hara [n=hara@dsl-tregw2-fee8df00-68.dhcp.inet.fi] has joined #kubuntu [09:11] well thanks anyway wolverine; all help is much appreciated. === bele [n=saleh@a83-245-173-173.elisa-laajakaista.fi] has joined #kubuntu [09:11] csingly: what was your problem [09:11] I have a NVIDA GeForce fx 5500 card, should I still use fglrx? === SSJ_GZ [n=SSJ@host-84-9-147-14.bulldogdsl.com] has joined #kubuntu [09:12] oliver, i did a 'dist-upgrade' from dapper to edgy. everything worked great, except the kernel image itself. here's a paste of apt-get debug output: http://paste.ubuntu-nl.org/17671/ [09:12] Kubuntu: no [09:12] nd I don't have a fglrx driver [09:13] anyone know whow to edit the asound.conf to let both of my soundcards be used simultaneously for all sound output [09:13] The ubuntu guide refers to programs I don't have. === nico_ [n=nico@ip25-237-59-62.adsl.versatel.nl] has joined #kubuntu === almone [n=almone@hst1-nat.m.tc-exe.ru] has joined #kubuntu === bryan_ [n=bryan@S01060010dcf9b827.gv.shawcable.net] has joined #kubuntu === ubuntu__ [n=ubuntu@c-67-160-121-205.hsd1.wa.comcast.net] has joined #kubuntu === ubuntu__ is now known as Deeply [09:15] Hello? [09:15] I'm running off the ubuntu cd, exploring this new to me OS === v0taguz [n=votaguz@190.65.19.217] has joined #kubuntu [09:15] the upgrade wizard still complains that I need 18 mbs of free space on /boot, but df -h says that I have 23 mbs free [09:15] The ubuntu guide refers to programs I don't have. How can I then get the NVida geforce fx 5500 driver?? === s17lans [n=s17lans@ipa129.2.91.tellas.gr] has joined #kubuntu [09:16] csingley: I had problems updates to edgy to feisty I had a similer problem I just install the whole OS from scratch [09:16] my question is, how do I run programs I have installed on a windows partition even though I'm just running off the CD? [09:16] Kubuntu: youll have to install nvidia-glx [09:16] !nvidia | Kubuntu [09:16] Kubuntu: To install the Ati/NVidia drivers for your video card, see https://help.ubuntu.com/community/BinaryDriverHowto [09:16] How? [09:16] check out that guide [09:17] Kubuntu: the guide here https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia tells you [09:17] I told you, It refers to programs I don't have. [09:17] Deeply: linux wont run windows programs unless you use wine [09:17] OK [09:17] Kubuntu: what ones exactly?? [09:17] so i have to look for that then [09:17] oliver: damn, i'm really hoping not to do that. this is a laptop running on encrypted root & swap, with a bunch of custom ACPI & hot buttons stuff... thanks though, i may have to! [09:17] Deeply: its not a good idea to install stuff when using the live CD === _czessi [n=Czessi@dslb-088-073-158-054.pools.arcor-ip.net] has joined #kubuntu [09:17] because if I can run VS.NET, i'd probably dump Windows [09:17] Deeply: i have to run that too === viktor [n=viktor@dhcp-162-250.cable.infonet.ee] has joined #kubuntu [09:18] System->administartor [09:18] Soulrider: true, but I'm just exploring this for the first time today [09:18] Deeply: the best solution is to run VMWare [09:18] GeForce FX 5500 0x0326 [09:18] the upgrade wizard still complains that I need 18 mbs of free space on /boot, but df -h says that I have 23 mbs free === snikker [n=IRC@host200-91-dynamic.58-82-r.retail.telecomitalia.it] has joined #kubuntu [09:18] Deeply: dont you worry, linux isa lot easier than it seems [09:18] !nvidia | Kubuntu [09:18] Kubuntu: To install the Ati/NVidia drivers for your video card, see https://help.ubuntu.com/community/BinaryDriverHowto [09:18] I downloaded and burned the CD last night, but just booted off it a few minutes ago [09:18] read that guide, ti will explain how to install the drivers Kubuntu === WillLuongo [n=will@adsl-75-45-162-114.dsl.sfldmi.sbcglobal.net] has left #kubuntu [] [09:18] what is the name of the partition manager in KDE? [09:19] Deeply: some things are different, but overall its quite easy to have a nice desktop system [09:19] haffi_: qtparted [09:19] I'm so tired of Windows wanting to know what I had for breakfast every day..... [09:19] !software | Deeply kubuntu === tsdgeos [n=tsdgeos@kde/aacid] has left #kubuntu ["Konversation] [09:19] Deeply kubuntu: A general introduction to the ways software can be installed, removed and managed in Ubuntu can be found at https://help.ubuntu.com/community/SoftwareManagement - See also !Packages, !Equivalents [09:19] csingley: I am sure some of the more experienced people here will be able to help you more than I can! [09:19] true, some things are different, but I am willing to learn [09:19] lol Deeply windows sucks :P [09:19] Deeply: check out that guide, its about how to install software on ubuntu [09:19] youll see how easy it is [09:20] its different, but easy! [09:20] hey soulrider__ hows it going? [09:20] hey wolferine [09:20] Windows has its uses, but I'm not sure I can wipe my windows partition yet === cheeseboy [n=greg@71-87-213-83.dhcp.oxfr.ma.charter.com] has joined #kubuntu === soulrider__ is now known as soulrider [09:20] What about me? === snikker [n=IRC@host200-91-dynamic.58-82-r.retail.telecomitalia.it] has left #kubuntu ["Exit"] [09:20] Deeply, just one system at home? [09:20] I don't have those programs, I still need the driver. [09:20] any one know how to make fceultra fullscreen with no border? [09:20] I've been working on a massive database program in VB.NET, and to start that from scratch would set me back about a year [09:20] Deeply: i say you install ubuntu and start using it, force you to use it, not use widows for say 2 weeks, except wheny ou need VB .NET [09:20] thats what i did, and i elarned really quick [09:21] Deeply you could look at wine [09:21] Deeply: you also have TONS of support here and in the forums === pedro_ [n=pedro@ppp-186-76.21-151.libero.it] has joined #kubuntu === SSJ_GZ [n=SSJ@host-84-9-147-14.bulldogdsl.com] has joined #kubuntu [09:21] Wolferine: AMD Athlon 64 3700+ 2 GB of RAM, with ATI X800 Pro PCI-Express video card [09:21] Kubuntu: i told you to read the binary driver howto guide! === snikker [n=IRC@host200-91-dynamic.58-82-r.retail.telecomitalia.it] has joined #kubuntu [09:21] Deeply, VMware [09:21] Kubuntu: open adept and install "nvidia-glx" then open konsole and type in "sudo nvidia-xconfig" that's it [09:21] i'm running the 32 bit ubuntu because I could not get the 64 bit version to run [09:21] yeah Deeply, i run vmware with a far worse PC, and it works like charm [09:22] Deeply, i still have a windows partition on my laptop. haven't booted into it in 6 months or more. i use VMWare to run business stuff that's windows-dependent. works fairly well. [09:22] guys where is the famous windows migration tool in feisty where they were all bragging about === rtryhetrdfghdfgh [n=joel@adsl-3-233-120.mia.bellsouth.net] has joined #kubuntu [09:22] soulrider: the feisty guide is Gnome only atm, infact the whole page is [09:22] hello === rosco_ [n=rosco@a91-154-25-245.elisa-laajakaista.fi] has joined #kubuntu [09:22] nico_: i think its in Ubuntu, not Kubuntu :( [09:22] stdin, no, its not reall [09:22] really* [09:22] thanks for the help wolferine & oliver [09:22] well, I assume I'd have to change the partition size on this hard drive if I'm going to install Ubuntu === ericsson [n=ericsson@e83-245-136-162.elisa-laajakaista.fi] has joined #kubuntu [09:22] np csingley [09:22] Deeply: do you think you can give it 30 gb of space? [09:22] Deeply, first, get access to partition magic === rtryhetrdfghdfgh [n=joel@adsl-3-233-120.mia.bellsouth.net] has left #kubuntu ["Konversation] [09:23] thats more than enough to run vmware too, but just to be on the safe side, 30 GB is ok [09:23] well, it's a 74 gig SATA drive [09:23] ello [09:23] Deeply, buy another drive? [09:23] oh, its not that big [09:23] wolferine: have a read of it, it's very gnome centric [09:23] I also have a 250 gig western digital IDE drive that is empty === swimmerone [n=swimmero@ip68-9-170-242.ri.ri.cox.net] has joined #kubuntu [09:23] Anyone who could help me out with advices regarding automated backups? [09:23] guys, you knwo of any distros i can use in an old ass PC? i dont think its even a pentium 3 [09:23] any1 here has used any dyndns updater in ubuntu ? [09:23] stdin, its mostly cli === hara [n=hara@dsl-tregw2-fee8df00-68.dhcp.inet.fi] has joined #kubuntu === nails [n=joel@adsl-3-233-120.mia.bellsouth.net] has joined #kubuntu [09:23] and a 13 gig drive i have backups on [09:23] How can I use a windows partion in linux? [09:24] Has anyone heard about this problem I'm having before? === swimmerone is now known as vegan2 [09:24] Kubuntu, its in the ubuntu guide(google it) [09:24] hi [09:24] anyways, i gotta go study guys, Deeply if you want you can email me or something, pm me if you want my email [09:24] wolferine: not anymore it isn't [09:24] soulrider: damn small linux is the best I've used for super slow Pc's. [09:24] later soulrider === Darky [n=darkadmi@pD9EBB89A.dip0.t-ipconnect.de] has joined #kubuntu [09:24] drewcipher: great! [09:24] stdin, since Feisty? [09:24] wolferine: the "Troubleshooting" part is [09:24] how do i make it so i can write in a directory [09:24] I also have a lot of GPS stuff I use === stephZ [n=stephz@feu30-1-82-242-57-73.fbx.proxad.net] has joined #kubuntu [09:24] any1 here has used any dyndns updater in ubuntu ? [09:24] haffi, it's a pretty strange. have you tried remounting some other partition on top of your existing /boot and seeing if that works? [09:24] s17lans, I use no-ip === pgquiles__ [n=pgquiles@84.123.101.76.dyn.user.ono.com] has joined #kubuntu [09:25] How can I remove windows partions (i do not have a browser)? [09:25] Need help with Recordmydesktop: I am trying to record the sound that I am playing from amarok. I know that I am supposed to change some setting in Kmix to get it to record but I can't figure out which one it is. Anyone has experiance with this? Thanks [09:25] works ok ? === tom_ [n=tom@i577AC63D.versanet.de] has joined #kubuntu [09:25] vegan2, you need to set permissions, or use sudo to write === sparrw [n=kvirc@71.16.203.242] has joined #kubuntu [09:25] wolferine: the only cli command on the page (besides Troubleshooting) is "sudo nvidia-xconfig" [09:25] s17lans, i really just installed it today, but my address is used alot [09:25] ericsson, do you want to backup over the network or to an external drive or what? [09:25] the file browser wont let me [09:25] stdin, we talking about the same guide? [09:25] lol [09:25] how do i use sudo [09:26] the directory is boot/grub [09:26] wolferine: https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia [09:26] vegan2, what are you trying to do [09:26] any one know how to make fceultra fullscreen with no border? [09:26] change the file menu.lst [09:26] stdin, yes, sorry, I am refering to [09:26] http://ubuntuguide.org/wiki/Ubuntu:Feisty === djdarkman [n=djdarkma@cl-86-125-161-199.cablelink.mures.rdsnet.ro] has joined #kubuntu [09:26] !google [09:26] Google is a very popular search engine: http://www.google.com - Google also has a Linux-specific search engine: http://google.com/linux [09:26] sorry [09:26] !google vmware [09:26] Sorry, I don't know anything about google vmware - try searching on http://bots.ubuntulinux.nl/factoids.cgi [09:26] wolferine: ahh, that's not the one ubotu gives anyway :p [09:26] vegan u use nano to edit files? [09:27] OK [09:27] still learning here.... [09:27] stdin, thats the one I always give :) === theo_ [n=theo@ip5457bde3.direct-adsl.nl] has joined #kubuntu [09:27] csingley: I've tried to DVD-RW but it was to slow, been thinking to either USB flash memory or second server through SSH somehow.. [09:27] vegan2: what do you want to change? [09:27] gedit === kmax [n=kmiller@rnt86-142.rightnowtech.com] has joined #kubuntu === theo_ is now known as jeroenvrp [09:27] Deeply, its a bot that responded [09:27] yes, I'm familiar with IRC [09:27] :) [09:27] vegan2, then do sudo gedit file_i_want_to_change [09:27] ericsson, i use SSH to another server. that's the way to go. use scp [09:27] i want to eliminate some choices in grub, make it so there is no timeout, and maybe change the default [09:27] so VMWare is what I need to run Windows then? [09:28] vegan2, you want to do this, when a file as root permissions (sudo == root) [09:28] someone know how I set the timeout for the dhclient when using it on the command line? === RedKrieg [n=RedKrieg@ip68-230-209-186.rd.hr.cox.net] has joined #kubuntu [09:28] vegan2: kdesu kate /boot/grub/menu.lst [09:28] Is it possible to SSH backups of mysql as well? [09:28] vegan2, make sure your careful in what changes you make === darryl [n=darryl@CPE000802212b48-CM0011aea484a4.cpe.net.cable.rogers.com] has joined #kubuntu === nico_ [n=nico@ip25-237-59-62.adsl.versatel.nl] has joined #kubuntu [09:28] bbiab === pauljw [n=paul@pool49.dial1-clec.newalb.win.net] has joined #kubuntu [09:29] ericsson === frank23 [n=frank@CPE001839c1904e-CM00080d26a042.cpe.net.cable.rogers.com] has joined #kubuntu [09:29] yes, thank you === jgoss [n=josh@24.115.218.54.res-cmts.sth.ptd.net] has joined #kubuntu [09:29] ericsson: you bet! there === fjgfhdfgt [n=rob@DSL01.83.171.164.146.ip-pool.NEFkom.net] has joined #kubuntu [09:29] is a program called mysqldump === SkyblastAtWork [n=mike@209.40.172.210] has joined #kubuntu === WiPinDon [n=wipindon@201.224.205.242] has joined #kubuntu === nico_ is now known as nico_b === Cosmo_ [n=cosmo@12.39.164.181] has joined #kubuntu === nico_b is now known as nico_v === chalcedony [i=llhull@c-71-56-76-189.hsd1.ga.comcast.net] has joined #kubuntu [09:30] so scp and mysql dump would make backups of mysql, /var /usr e.t.c? === KrAmMeR [n=eric@c-68-80-41-15.hsd1.pa.comcast.net] has joined #kubuntu === replman [n=Miranda@HSI-KBW-085-216-022-032.hsi.kabelbw.de] has joined #kubuntu === kilrae [n=kilrae@CPE000f66055f14-CM0012256eb698.cpe.net.cable.rogers.com] has joined #kubuntu === duck_ [n=duck@c-24-129-213-76.hsd1.fl.comcast.net] has joined #kubuntu === cpk2 [n=cpk1@sjs-130-65-211-115.sjsu.edu] has joined #kubuntu === brouillard [n=brouilla@62.134.213.102] has joined #kubuntu [09:31] Been trying to write a bash script with cron but no real joy there :) Would be brilliant if it could save me my hair by doing simple straightforward backups === molotova [n=molotova@uni14-1-82-233-221-95.fbx.proxad.net] has joined #kubuntu === viktor [n=viktor@dhcp-162-250.cable.infonet.ee] has joined #kubuntu [09:31] ericsson: mysqldump will dump your DB tables to flat text files. take that, along with whatever else you want, and make a tarball (using tar program). then scp the tarball to a remote server you have access to. [09:31] Hi! I need some help sending emails via sendmail from my kubuntu machine. Anyone here knowing about sendmail? === edavis10_ [n=eric@68-116-82-188.dhcp.trlk.ca.charter.com] has joined #kubuntu === zido [n=zido@80.178.75.195.adsl.012.net.il] has joined #kubuntu [09:32] du monde ? === jhutchins_kc [n=jonathan@64-151-34-11.dyn.everestkc.net] has joined #kubuntu === RawSewage [n=RawSewag@209-180-234-31.eugn.qwest.net] has joined #Kubuntu === office` [n=office@gky58.internetdsl.tpnet.pl] has joined #kubuntu === Shaddox [n=shaddox@cpe-76-170-140-239.socal.res.rr.com] has joined #kubuntu === RXVL [n=ray@ool-4354ab4c.dyn.optonline.net] has joined #kubuntu === cpk2 is now known as cpk1 [09:33] Would it be advisable to separate backups so that for instance Mysql files goes to USB flash drive and /usr and so on goes through SSH? [09:33] will see if it works, thank you [09:34] Can anyone here help me with Amarok? [09:34] so where do I get this VMWare and is it free? [09:34] what's up RXVL === SlimG2 [n=robert@84.205.58.245] has joined #kubuntu [09:34] !vmware === kumamoto [n=kumamoto@68-116-129-113.dhcp.ftwo.tx.charter.com] has joined #kubuntu [09:34] VMWare Player is in Ubuntu's !Multiverse repository (package "vmware-player"), and http://www.easyvmx.com/easyvmx.shtml can create VMs for it. For VMWare Server, instructions can be found at https://help.ubuntu.com/community/VMware - See also !virtualizers [09:34] I think i need the codecs for mp3s [09:34] but I cant find them === SSJ_GZ_ [n=SSJ@host-84-9-147-14.bulldogdsl.com] has joined #kubuntu [09:34] I tried google [09:35] RXVL: have you tried playing a mp3 file? [09:35] yea [09:35] !mp3 [09:35] For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also http://help.ubuntu.com/ubuntu/desktopguide/C/common-tasks-chap.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats [09:35] RXVL: what heppened? [09:35] yeah rxvl- follow those links- it's a pretty simple procedure [09:35] all english ? === h5n1 [n=h5n1@host192-229-dynamic.3-79-r.retail.telecomitalia.it] has joined #kubuntu === lengau_ [n=lengau@c-68-53-53-39.hsd1.tn.comcast.net] has joined #kubuntu [09:35] csingley: are there any advantages in using SCP compared to RCP? [09:35] mmk thanks, <3 Kubuntu btw, I just started using 7.04 yesterday [09:36] tell your friends ;) [09:36] i did, i lent 3 of them my live cd [09:36] !fr | molotova [09:36] molotova: Allez a #ubuntu-fr ou #kubuntu-fr pour de l'aide et de la discussion en francais. [09:36] merci bien :) [09:36] ericsson: no, i wouldn't bother with the USB (except as an extra copy). youcould use rcp if it's just on the LAN, not over the internet, but why bother? real men always use scp === mrdlouisd [n=dug@ip70-162-75-110.ph.ph.cox.net] has joined #kubuntu [09:37] how do i edit files with kate, everytime i try to it wont let me save them [09:37] buonasera!!!!ho pasticciato con i driver ati ed non riesco piu ad accedere in modalita grafica!!!qualcuno mi puo' aiutare??? === ouf [n=pan@ppp20-172.adsl.forthnet.gr] has joined #kubuntu [09:37] im used to gedit, but would like to give kate a try === mikel [n=mikel@eu85-85-132-78.clientes.euskaltel.es] has joined #kubuntu [09:37] you need to do it as root [09:37] !it | pedro_ [09:37] pedro_: Vai su #ubuntu-it o su #kubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! === ouf is now known as eri [09:38] ericsson, here's a script i use to dump mysql tables: http://paste.ubuntu-nl.org/17681/ [09:38] ok!!thanks!!! === llec_ [n=ubuntu@e212-246-64-246.elisa-laajakaista.fi] has joined #kubuntu === mikel [n=mikel@eu85-85-132-78.clientes.euskaltel.es] has left #kubuntu ["Konversation] [09:38] mrdlouisd: kate rules! [09:38] thanks good ol sudo === pedro_ [n=pedro@ppp-186-76.21-151.libero.it] has left #kubuntu ["Konversation] [09:38] mrdlouisd: don't use sudo with kate [09:38] mrdlouisd: use kdesu [09:39] !kdesu [09:39] In KDE, use kdesu to run graphical applications with root privileges when you have to. Do *not* use sudo ; you can muck up your permissions/config files. For what to use in GNOME, see !gksudo === poningru [n=poningru@adsl-074-245-140-197.sip.gnv.bellsouth.net] has joined #kubuntu [09:39] so what command would i use kdesu kate? [09:39] hello all, I have gview, gvim and gvimdiff installed. I don't remember installing them. I cannot apt-get remove them... I might have installed them manually or something a long time ago. Any clues on how to cleanly deinstall them? [09:39] mrdlouisd: yeah, just replace the word "sudo" with "kdesu" that's it === office` [n=office@gky58.internetdsl.tpnet.pl] has joined #kubuntu [09:39] soulrider: ok I've got a pen [09:40] alright ill have to remember that thanks guys [09:40] vbgunz: where are they located? 'which gvim' in konsole will tell you the path. it's a good chance they are installed under /usr/local [09:40] csingley: That could be quite interesting, I'll have to try that.. [09:40] fdoving: /usr/bin/gvim === luis__lopez [n=llopez@68-182-33-19-Public-Marmac-MIPHA.client.eng.telusmobility.com] has joined #kubuntu [09:40] vbgunz: 'dpkg -S /usr/bin/gvim' [09:41] Deeply: PM [09:41] ericsson: and for extra credit, here's a procedure i use to back up the important files on my laptop, encrypt them, and store them on a remote server over the internet via SSH: [09:41] yes I replied === myky [i=user218@85.248.106.141] has joined #kubuntu [09:41] http://paste.ubuntu-nl.org/17683/ [09:41] fdoving: dpkg: /usr/bin/gvim not found. [09:41] seems I have to register my nick or something [09:41] fdoving: :( [09:42] anyway, good luck i have to run === Mena [n=smart@196.205.182.111] has joined #kubuntu [09:42] vbgunz: ouch. then it's all installed to /usr without the package manager beeing told about it. that's not so nice. you can try to actually install gvim, and hope it'll overwrite your old files, then remove the paockage. [09:42] fdoving: I don't remember installing it and not sure why I wouldn't use a repo instead... I might have, it's not unusual [09:42] hello, I was wondering if it is possible setup kde/kdm to disable multiple local logins such as the option in gnome/gdm that does this? [09:42] fdoving: sounds like a plan === narg_ [n=narg@dsl-72-55-216-113.tcq.net] has joined #kubuntu [09:42] I will let you know === dieter_ [n=dieter@p83.129.10.215.tisdip.tiscali.de] has joined #kubuntu === djdarkman [n=djdarkma@fl-86-120-23-252.fiberlink.mures.rdsnet.ro] has joined #kubuntu === _4strO [n=cedric@AStrasbourg-253-1-13-100.w81-51.abo.wanadoo.fr] has joined #kubuntu [09:43] csingley: lol, that's quite an encryption on top of that === obvio171 [n=helder@201.82.8.230] has joined #kubuntu === henning [n=henning@p213.54.19.126.tisdip.tiscali.de] has joined #kubuntu [09:44] ericsson, the remote server is a shared host. i have sensitive information i need to back up. [09:44] fdoving: when I went to install gvim using apt-get, I got this: "Package gvim is a virtual package provided by: vim*" [09:44] kmax: not sure, ask in #kde === WiPinDon [n=wipindon@201.224.205.242] has left #kubuntu [] [09:45] Deeply: it would bea good diea if you read the software guide before installing any software [09:45] !software | Deeply [09:45] vbgunz: ok, then gvim isn't around in your version of ubunt anymore. it's kind of out-dated. you can try to google for a package of it. or check packages.debian.org === mikel [n=mikel@eu85-85-132-78.clientes.euskaltel.es] has joined #kubuntu [09:45] Deeply: A general introduction to the ways software can be installed, removed and managed in Ubuntu can be found at https://help.ubuntu.com/community/SoftwareManagement - See also !Packages, !Equivalents [09:45] fdoving: maybe I never did install it, maybe it got installed through vim* or one of those [09:45] I'm going to implement a university backupserver, but with my luck it will be me needing to backup the backups... [09:45] fdoving [09:45] sorry, ok :) [09:45] OK I seem to have my nick registered [09:45] ericsson: also i just realized, those instructions were written for one of my servers, which is running gentoo not ubuntu. obviously in ubuntu we don't use "emerge" to install packages, but rather "apt-get install"... === przemek_ [n=przemek@aase27.neoplus.adsl.tpnet.pl] has left #kubuntu ["Konversation] [09:45] !register [09:45] Information about registering your Freenode nick is at http://freenode.net/faq.shtml#contents-userregistration === mikel [n=mikel@eu85-85-132-78.clientes.euskaltel.es] has left #kubuntu ["Konversation] === dudydoo [n=dudydoo@cpc1-bigg1-0-0-cust646.lutn.cable.ntl.com] has joined #kubuntu [09:46] csingley: Yeah, I figured that already ;) === TheDebugger [n=unknown@bas1-montreal02-1096726265.dsl.bell.ca] has joined #kubuntu [09:47] Deeply: basically you do "/msg NickServ REGISTER Password", then you can do "/msg NickServ IDENTIFY Password" to identify yourself [09:47] yes I already did [09:47] ericsson: well have fun with that. that encrypted remote backup setup works great for me. === nico_ [n=nico@ip25-237-59-62.adsl.versatel.nl] has joined #kubuntu [09:48] csingley: you copy the 5G encrypted filesystem each time? === qaldune [n=miguel@89.128.173.231] has joined #kubuntu === Shaddox [n=shaddox@cpe-76-170-140-239.socal.res.rr.com] has left #kubuntu ["Flamethrower!"] [09:49] I'll give that a try tomorrow and see if I get my head around it, sounds like it really could be a good solution, combined with cron, hopefully that would be the end of my problems ;) === qaldune [n=miguel@89.128.173.231] has left #kubuntu ["later"] [09:49] csingley: Thank's a million for the help and advice, well appreciated... === voicu [n=voicu@86.106.134.105] has joined #kubuntu === emet [n=emet@unaffiliated/emet] has joined #kubuntu === obvio171 [n=helder@201.82.8.230] has joined #kubuntu === apol [n=apol@62.57.220.168] has joined #kubuntu === office` [n=office@gky90.internetdsl.tpnet.pl] has joined #kubuntu [09:50] ericsson: np, just read up on cryptsetup-luks, that's where all the magic is. the rest of that is just standard rsync & scp, no big deal. === snap [n=snap@adsl-152-218-86.asm.bellsouth.net] has joined #kubuntu [09:50] hmm, i don't get it... with the new kernel my partitions are named /dev/sda1 instead /dev/hda1. is this normal? if yes, why? [09:50] ericsson [09:51] /dev/sda1 instead of /dev/hda1 [09:51] isn't sda made for serial drives? === oyvind [n=oyvind@195.204.19.152] has joined #kubuntu [09:51] voicu: it's normal, I'll grab you the explanation for it [09:51] voicu: no, it's for scsi drives. === henning [n=henning@p213.54.19.126.tisdip.tiscali.de] has joined #kubuntu === Doctor_Nick [n=nick@dhcp172101.rag-a.fsu.edu] has joined #kubuntu [09:52] back === deviance [n=deviance@cpc3-sout6-0-0-cust528.sotn.cable.ntl.com] has left #kubuntu ["Gone"] [09:52] scsi=serial? [09:52] voicu: no. [09:52] voicu: https://wiki.ubuntu.com/LibAtaForAtaDisks === eean [n=ian@amarok/developer/eean] has joined #kubuntu [09:52] serial ATA drives also show up as /dev/sd drives [09:52] Why dont kubuntu save my dns servers that i manual configurer? [09:52] oyvind, doing it as sudo? [09:53] oyvind: using dhcp? [09:53] yes [09:53] no static [09:53] Sometimes (often) you also get USB-sticks as /dev/sd*'s [09:53] ok... so is this happening only on kubuntu or on any os with that kernel version? [09:53] hmm, it should do === deppsche [n=deppsche@reverse-82-141-55-29.dialin.kamp-dsl.de] has joined #kubuntu === mode/#kubuntu [+o LjL] by ChanServ [09:53] thanks stdin === mode/#kubuntu [+b %*!*@81-208-36-87.ip.fastwebnet.it] by LjL === mode/#kubuntu [-o LjL] by LjL [09:53] voicu: any 2.6.20 kernel (afaik) === murat [n=murat@210.14.97.238] has joined #kubuntu === MetaBot [n=metabot@81-208-36-87.ip.fastwebnet.it] has joined #kubuntu [09:54] ok then [09:54] see ya [09:54] how can i share files onto another pc thru ubuntu === VincentMX [n=Vincent@c53750220.cable.wanadoo.nl] has joined #kubuntu === obvio171 [n=helder@201.82.8.230] has joined #kubuntu === wangweilin [n=Smooph@p54a77a58.dip.t-dialin.net] has joined #kubuntu [09:54] murat, windows, or not? [09:54] why isnt there any PowerPC version of Kubuntu able for ordering? [09:54] murat: a few ways: samba (windows shares), nfs, ssh, ftp, http... === office` [n=office@gky90.internetdsl.tpnet.pl] has joined #kubuntu [09:55] yes windows or stream onto my xbmc [09:55] !ppc | VincentMX [09:55] !ppc [09:55] VincentMX: PowerPC. Formerly used by Apple for the Macintosh line of computers. Variants are now used in popular gaming consoles. PPC was a fully supported Ubuntu architecture up to and including edgy. It is now a community port, see https://wiki.ubuntu.com/PowerPCFAQ [09:55] xbmc= xbox [09:55] not sure on the xbmc, but to share with windows, usually use samba [09:55] murat, on the xbox, u use FTP usually [09:55] is samba preinstalled on ubuntu [09:56] wolferine id like to stream [09:56] murat, can you mount the windows drive on you Xbox? [09:56] I cant save any dns true kde nettwork settings or ip. When i maunal config the /etc/network/interfaces and resolv.conf, it wont accept the new config. [09:56] ericsson [09:56] murat: samba client, not server === federico_ [n=federico@host4-216.pool8248.interbusiness.it] has joined #kubuntu === _Schlumpf [n=schumpf@dslb-084-057-165-122.pools.arcor-ip.net] has joined #kubuntu === fowlduck [n=nate@205.213.123.77] has joined #kubuntu [09:56] Is it worth upgrading to 7.04 server or are there only minimal changes from 6.06 LTS? === leroy [n=leroy@85.64.13.54.dynamic.barak-online.net] has joined #kubuntu === MetaBot [n=metabot@81-208-36-87.ip.fastwebnet.it] has joined #kubuntu [09:57] murat, actually, I am pretty sure you can [09:57] damn you, ubotu! ppc is not just mac and gameconsoles [09:57] so samba is a app for ubuntu [09:57] hey guys, my apt skills aren't of the finest. i have a need to install multiple verisons of gcc concurrently. if possible, i'd like to do this through apt. possible? procedure? [09:57] !samba | murat [09:57] murat: samba is is the way to cooperate with Windows environments. Links with more info: https://wiki.ubuntu.com/MountWindowsSharesPermanently and http://help.ubuntu.com/ubuntu/serverguide/C/windows-networking.html - Samba can be administered via the web with SWAT [09:57] ericsson: only changes on the server edition are newer package versions and new kernel [09:57] also Pegasos, and newer Amigas [09:57] ericsson === voicu [n=voicu@86.106.134.105] has joined #kubuntu [09:57] CPU[AMD Athlon 64 X2 Dual Core 4600+ clocked at 1000.000 Mhz] Kernel[Linux 2.6.20-15-generic i686] Up[-24min-] Mem[-729.949/3043.29MB-] HDD[-454GB(46%used)-] Procs[-143-] Client[Konversation 1.0.1] [09:57] Amiga pwns === kenn_ [n=kenn@awesomerouter.usseryprinting.com] has joined #kubuntu [09:58] ericsson: and better virtualisation support too [09:58] so no real changes between 704 server and 606 server then? [09:58] deppsche: yeah right [09:58] csingley, "apt-cache search gcc | grep ^gcc" [09:58] LjL: funny hat you got === obvio171 [n=helder@201.82.8.230] has joined #kubuntu [09:58] stdin: don't want/need GUI :) [09:58] uh, one more question. what does that UUID represent? how do you get it and why is it any more useful if you know where your drives are located? [09:58] csingley: then to decide which version to use, export the variable CC, e.g. "export CC=gcc-3.4" [09:58] Tm_T: what? :o) [09:58] ah..read visualization...sorry.. [09:58] ericsson: didn't say anything about GUI, did i? [09:58] ahh :P [09:58] LjL will that clobber my old gcc, or leave it be? [09:58] lol@tired me [09:59] voicu: it makes it a bit more dynamic iirc [09:59] ericsson: stick with the LTS version on the server [09:59] Host/Kernel/OS "kubuntu-feisty" running Linux 2.6.20-15-generic i686 [ Ubuntu 7.04 ] [09:59] CPU Info (1) AMD Athlon 64 X2 Dual Core 4600+ 512 KB cache flags( nx lm ) clocked at [ 1000.000 MHz ] [09:59] (2) AMD Athlon 64 X2 Dual Core 4600+ 512 KB cache flags( nx lm ) clocked at [ 1000.000 MHz ] [09:59] Videocard nVidia G70 [GeForce 7600 GT] X.Org 7.2.0 [ 1280x1024 @60hz ] [09:59] Network cards 2x nVidia MCP55 Ethernet, at ports: b080 b000 [09:59] Processes 141 | Uptime 25min | Memory 728.387/3043.29MB | HDD ATA Maxtor 6L200M0,ATA Maxtor 7Y250M0 Size 454GB (46%used) | Client Konversation 1.0.1 | Infobash v2.50 === mode/#kubuntu [+o LjL] by ChanServ === deppsche [n=deppsche@reverse-82-141-55-29.dialin.kamp-dsl.de] has left #kubuntu [requested] [09:59] !paste === mode/#kubuntu [-o LjL] by LjL [09:59] ericsson: not only minimal changes, but whether it makes sense or not is up to you/your organisation to decide based on your use and the effort it takes to upgrade. I personally go for "if I do not know if I want to upgrade, then I prebably do not" [09:59] pastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (be sure to give the URL of your paste - see also the #kubuntu channel topic) [09:59] csingley: it will leave it be. this is not a general APT thing, it's specific to gcc: it comes in several version, with different packages that don't interfer with one another. that's because it's quite common for people to sometimes have to compile stuff with gcc 3 === fowlduck [n=nate@205.213.123.77] has joined #kubuntu [10:00] csingley: I usually have 3 versions of gcc === leroy is now known as epimeth === bobleny [n=chatzill@12.168.211.236] has joined #kubuntu === mohamed [n=mohamed@217.54.69.148] has joined #kubuntu [10:01] tks LjL & Tm_T [10:02] mornin' [10:02] Lynoure: I want to upgrade since I enjoy tearing my hear apart, rest of organisation couldn't care less what versions the boxes are running [10:02] ahoy folks! been a while [10:02] (tear hair even) [10:02] ericsson: then that is reason enough :) === nacer [n=nacer@l.alcolo.a.mpl.pastIX.net] has joined #kubuntu === obvio171 [n=helder@201.82.8.230] has joined #kubuntu [10:02] hows everyone doing? [10:02] good thanks === sergio_ [n=sergio@217.216.53.99] has joined #kubuntu [10:03] yourself epimeth ? === aos101 [n=adam@gw.interweb.ukisp.com] has joined #kubuntu [10:03] ericsson: I myself skipped edgy and then later went to alpha feisty instead :) It was fun. === danish [n=danish@cpe-66-27-198-236.socal.res.rr.com] has joined #kubuntu === stdin misses the svn version of konversation, and goes compiling [10:04] hi how can i get the ndisgtk for kubuntu === fsckr [n=fsckr@pool-71-101-99-158.tampfl.dsl-w.verizon.net] has joined #kubuntu [10:04] nvm it came up in adept [10:04] Upgrade for fun to feisty on my home machine, didn't take long for X to leave the building.. === matthias [n=matthias@dslb-088-073-214-097.pools.arcor-ip.net] has joined #kubuntu [10:04] alguien puede ayudarme [10:05] danish: you can run kde apps in gnome and vice-versa === sirbobbyuk [n=sirbobby@86.155.32.199] has joined #kubuntu [10:05] !es [10:05] Si busca ayuda en Espaol por favor entre en los canales #ubuntu-es, #kubuntu-es o #edubuntu-es, all obtendr mas ayuda. [10:05] Lynoure: Alphas are fun, if there is a long holiday with lots of spare-time to come.. === bipolar [n=bflong@70.44.53.89] has joined #kubuntu === SSJ_GZ [n=SSJ@host-84-9-147-14.bulldogdsl.com] has joined #kubuntu [10:05] y como lo hago ubotu [10:06] anyone have triple monitors, or more? [10:06] I used to === obvio171 [n=helder@201.82.8.230] has joined #kubuntu [10:06] !sp | sergio_ [10:06] Sorry, I don't know anything about sp - try searching on http://bots.ubuntulinux.nl/factoids.cgi [10:06] i am glad kubuntu is extremely customizeable compared to ubuntu [10:06] wolferine: I have five of them in the garage, but I guess that doesn't help.. [10:06] sergio, go to channel #kubuntu-es [10:06] !es | sergio_ [10:06] sergio_: Si busca ayuda en Espaol por favor entre en los canales #ubuntu-es, #kubuntu-es o #edubuntu-es, all obtendr mas ayuda. [10:06] thanks dettoaltrimenti_ [10:07] i have to study up country codes [10:07] lol [10:07] language codes :) [10:07] study cc's? [10:07] :P === cellux [n=cellux@e212-246-67-7.elisa-laajakaista.fi] has joined #kubuntu [10:07] es, br, and it are the most common ones we get, with the occasional fr or de [10:07] all you need is sw [10:08] swahili that is.. [10:08] german [10:08] you never get any ru, because the russian channel is awesome === mholthaus_ [n=mholthau@38.167.79.83.cust.bluewin.ch] has joined #kubuntu [10:08] wolferine: de = german :D [10:09] how's it going guys? [10:09] aj [10:09] swahili would be cool [10:09] ops [10:09] ahh [10:09] thought de was denark [10:09] denmark* [10:09] otherwise this list could help: http://www.iso.org/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en1.html [10:09] i think that's dk [10:09] ah [10:10] spanish just throws me off all the time, there is no es in spanish :/ [10:10] is everyone here british or american? [10:10] dettoaltrimenti_: no, not really.. [10:10] CND [10:10] doubtful [10:10] wolferine: what's spanish for spanish? === obvio171 [n=helder@201.82.8.230] has joined #kubuntu [10:10] am I the only russian [10:10] espanol or something ;) [10:10] espanol [10:10] yeah [10:10] es ^ [10:10] :P === epimeth [n=leroy@85.64.13.54.dynamic.barak-online.net] has joined #kubuntu [10:11] dettoaltrimenti_: probably not, but it look's that way right now.. [10:11] where are you guys from === steven_ [n=steven@71.5.63.37.ptr.us.xo.net] has joined #kubuntu [10:12] offtopic, but a decade later, it STILL hurts to think about how bad sheryl crow butchered d'yer mak'er :( === federico_ [n=federico@host4-216.pool8248.interbusiness.it] has left #kubuntu ["Konversation] [10:12] fi, se, gb, no, dk and de [10:12] Daisuke_Ido, lmao [10:12] alot of the Zep tunes werent that good [10:12] wolferine: i'm ripping encomium (the zep tribute album) and while there were a few gems, it's mostly blah [10:12] listen to Singles soundtrack, battle of evermore [10:12] Daisuke_Ido: Thank's for trying to keep offtopic since we're not on it === fowlduck [n=nate@205.213.123.77] has joined #kubuntu [10:13] that was a good cover [10:13] who does that track on encomium === AMSmith42 [n=user@p34n31.ruraltel.net] has joined #kubuntu === velle [n=velle@ip-26-252.bnaa.dk] has joined #kubuntu === AMSmith42 is now known as ASmith42 === os2mac [n=jim@ip68-230-203-5.rd.hr.cox.net] has joined #kubuntu [10:13] battle of evermore? it's not even on the album === wolferine keeps the convo offtopic [10:14] oh, i thought someone did it again [10:14] STP one was good [10:14] is* === mehdi [n=mehdi@41.225.1.69] has joined #kubuntu [10:14] dancing days, yeah. and duran duran did a good job with thank you [10:14] agreed [10:14] !kde | bobleny === adrian_ [n=adrian@81-179-110-246.dsl.pipex.com] has joined #kubuntu === fusspils [n=fusspils@194-144-36-99.du.xdsl.is] has joined #kubuntu === nu [i=neuro@host50-149-dynamic.55-82-r.retail.telecomitalia.it] has joined #kubuntu === megamaced [n=david@62-31-57-163.cable.ubr01.dals.blueyonder.co.uk] has joined #kubuntu [10:15] hello [10:16] Hi === obvio171 [n=helder@201.82.8.230] has joined #kubuntu [10:16] i'm having this issue with ntfs partition automounting [10:16] !ntfs [10:16] To view your Windows/Mac partitions see https://help.ubuntu.com/community/AutomaticallyMountPartitions . For write access see !ntfs-3g or !fuse [10:16] How do I open Terminal? [10:16] thanks, but it's a little weirder :) [10:16] RXVL: alt+f2 and type konsole === henning [n=henning@p213.54.19.126.tisdip.tiscali.de] has joined #kubuntu [10:17] !wine [10:17] wine is a compatibility layer for running Windows programs on GNU/Linux. See https://help.ubuntu.com/community/Wine for more information. [10:17] nu, what are you using to mount it? === moparisthebest [n=mopar@cpe-69-133-96-111.woh.res.rr.com] has joined #kubuntu [10:17] i can mount it manually no prob === danish [n=danish@cpe-66-27-198-236.socal.res.rr.com] has joined #kubuntu [10:17] with basic ntfs, or ntfs-3g [10:17] no probs [10:17] my only issue is ... [10:17] it doesnt get automounted [10:17] like, i stick an usb drive in [10:17] nu then edit your fstab, then sudo mount -a [10:17] formatted with ntfs [10:17] and it doesnt get mounted === ToyMan [n=Stuart@user-12lcqol.cable.mindspring.com] has joined #kubuntu [10:17] nu: post your fstab to pastebin please === VincentMX [n=Vincent@c53750220.cable.wanadoo.nl] has left #kubuntu ["Kopete] [10:17] to confirm the mount takes [10:18] ok wait a moment, i dont want the entries in my fstab [10:18] your mount command isnt getting carried into your fstab properly [10:18] say i pick a pendrive, and want to mount it [10:18] nu, no fstab, ok [10:18] there's no matching entry for that specific disk/partition in my fstab === avenger [n=avenger@p5b06e068.dip.t-dialin.net] has joined #kubuntu [10:18] and i want it that way === phantom [n=phantom@host79-99-dynamic.6-87-r.retail.telecomitalia.it] has joined #kubuntu [10:18] so i was thinking [10:18] just like vfat gets automounted [10:19] nu, what mount command? [10:19] no mount command, as i said, i can mount it manually no prob, i was just wondering why it doesnt get automounted when i plug it in [10:19] whereas the same pendrive, formatted as vfat, does [10:19] its ntfs [10:19] :) [10:19] it's by design, you mean ? :) [10:19] ntfs wont get automounted ? === harmental [n=ricardo@AGrenoble-152-1-106-144.w86-206.abo.wanadoo.fr] has joined #kubuntu [10:20] i get your typical "open / do nothing" etc dialog [10:20] why ntfs for a thumbdrive anyway? [10:20] massive overhead [10:20] hehe [10:20] but when i click "open", it wont open it [10:20] and it wont mount it at ALL === bobbyd [n=rob@82-41-83-99.cable.ubr01.dund.blueyonder.co.uk] has joined #kubuntu === giacomo [n=giacomo@d86-32-15-120.cust.tele2.at] has joined #kubuntu [10:20] mount it, to open it [10:20] hi === obvio171 [n=helder@201.82.8.230] has joined #kubuntu [10:20] it's not just one pendrive, that's the basic example, it does the same on a mixed partitions external disk drive [10:20] with reiserfs one one partition, and ntfs on another [10:20] does anyone have the VPN configuration in knetworkmanager working? [10:21] nu, usb issues perhaps? [10:21] wolferine, sounds weird...why would it mount nicely any other FS ? [10:21] EXCEPT ntfs ? [10:21] and it does it with ntfs-3g as well [10:21] I installed the pptp stuff but when I click VPN Connections -> Configure VPN it doesn nothing... [10:21] i repeat, mount=automount [10:21] bobbyd: the answer to that is invariably yes, so just ask your question ;) [10:22] why won't ndisgtk run on kubuntu [10:22] nu- you probably have to edit your fstab in order for it to automount [10:22] i could indeed, but i happen to connect different pendrives, not always the same === RXVL [n=ray@ool-4354ab4c.dyn.optonline.net] has left #kubuntu ["Konversation] [10:23] several partition orders etc === avenger [n=avenger@p5b06e068.dip.t-dialin.net] has joined #kubuntu [10:23] i'm a bit anal about that [10:23] i want it to automount, when i'm in kde [10:23] pestilence: I stated my problem, is that good enough? :) [10:23] :P === flipstar [n=flipstar@ip205.224.reserved.ish.de] has joined #kubuntu === flipstar [n=flipstar@ip205.224.reserved.ish.de] has left #kubuntu ["Konversation] [10:23] nu, thought you said it didnt mount reiser very well either? === obvio171 [n=helder@201.82.8.230] has joined #kubuntu [10:23] nope, it does automount it finely [10:23] bobbyd: it's a step in the right direction :-D [10:24] it's just ntfs [10:24] :| === molotova [n=molotova@uni14-1-82-233-221-95.fbx.proxad.net] has left #kubuntu ["Konversation] [10:24] ah [10:24] well, there is your answer === SSJ_GZ_ [n=SSJ@host-84-9-147-14.bulldogdsl.com] has joined #kubuntu === stuq [n=Stuart@user-12lcqol.cable.mindspring.com] has joined #kubuntu [10:24] you think i should go about reinstalling ntfs basic modules as well ? [10:24] I recall reading an article about setting up automounting ntfs as rw... [10:24] !ntfs [10:24] reinstalling ntfs-3g didnt help [10:24] To view your Windows/Mac partitions see https://help.ubuntu.com/community/AutomaticallyMountPartitions . For write access see !ntfs-3g or !fuse === Daisuke_Ido is now known as famine [10:24] it's just ntfs [10:24] :| [10:24] hehe [10:24] aww :( [10:24] eheh [10:24] hello hallo === famine is now known as Daisuke_Ido === sharon_ [n=sharon@212.203.31.1] has joined #kubuntu [10:25] Hey, I can't login to my linux drive. I get this message, "Xsession: warning: unable to write to /temp; x session may exit with an error", it then sends me back to the login in screen... What do I do? [10:25] bobbyd, you cannot start X [10:25] nu are you sure your fstab doesn't have the 'noauto' option? [10:25] bobbyd, did you just change your xorg.conf around? === eeanm [n=ian@amarok/developer/eean] has joined #kubuntu [10:26] i'm sure there's no entry for /dev/sdb1 (which is the pendrive ntfs partition i'm testing right now) in my fstab [10:26] nu, can you just add it into your fstab, to amuse us all === Ryiel_ is now known as Ryiel [10:26] ahah [10:26] u seem capable :) [10:26] hehe [10:26] bobleny: is the drive full? === Last_Hero [n=john@cpc1-cani1-0-0-cust174.renf.cable.ntl.com] has joined #kubuntu [10:27] wolfyd: No, I havn't === Twisted [n=twisted@66-169-204-37.dhcp.ftwo.tx.charter.com] has joined #kubuntu === lee_ [n=lee@24-107-112-195.dhcp.stls.mo.charter.com] has joined #kubuntu [10:27] bobbyd, do you dump your /tmp dir on boot/reboot? [10:27] !ntfs-3g > me [10:27] i can add it to fstab, and check if it mounts automatically === ubuntu_ [n=ubuntu@p5089378F.dip0.t-ipconnect.de] has joined #kubuntu [10:27] nu :) [10:27] hold on while i log onto irc from kub [10:27] pestilence, /etc was full for a couple minutes [10:27] brb === ubuntu_ is now known as fRosch === obvio171 [n=helder@201.82.8.230] has joined #kubuntu [10:28] bobleny: but /tmp isn't full now? [10:28] wolfyd: not that I know of... [10:28] kub, what's the issue at hand? [10:28] pestilence, I don't think so... === sredna [n=anders@kde/developer/alund] has joined #kubuntu === bobbyd_ [n=rob@82-41-83-99.cable.ubr01.dund.blueyonder.co.uk] has joined #kubuntu [10:28] im trying to compile pcsx2 and im having the following problem/problems: im running kubuntu feisty and i have jhust read install.txt, it says to run the script "build.sh all" and i did that and got the following errors: http://www.pastebin.ca/458312 [10:28] bobbyd, then maybe your drive is, in fact, full [10:28] in the 2058734+6983476+48789628+94832084736208756+78657 packages everything in debian is split into, which is providing what other distros keep in 'openssl-devel'? [10:29] pestilence: I also keep getting kicked from IRC :) [10:29] bobbyd, try df -Th [10:29] er [10:29] nu: /dev/sdb1 /media/usb auto 0 0 === nuu [i=neuro@host50-149-dynamic.55-82-r.retail.telecomitalia.it] has joined #kubuntu [10:29] nu, what's the issue at hand? [10:29] bobbyd_: bummer. === chad [n=chad@cpe-71-64-105-164.neo.res.rr.com] has joined #kubuntu [10:29] there === narg_ is now known as narg [10:29] bobbyd, how are you getting onto irc, if you arent able to get into X [10:29] I tried to create a 10 gig truecrypt volume in /etc. I couldn't finish because I ran out of room. I deleted the volume afterwards... [10:30] bobbyd, two systems? [10:30] wolferine: you're talking to the wrong person I think :) === neoj [i=joen@infa.abo.fi] has joined #kubuntu [10:30] ops [10:30] surgy: have you installed build-essential? you seem to be missing autoconf and automake [10:30] surgy: seems you need the packages "aclocal", "automake" and "autoconf" === _AnA_ [n=ML@254.Red-83-33-74.dynamicIP.rima-tde.net] has joined #kubuntu [10:30] i am, sorry bobbyd [10:30] wolferine: and you can use irssi to get irc from the console... [10:30] nuu: /dev/sdb1 /media/usb ntfs-3g auto 0 0 if that doesn't work === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #kubuntu [10:30] pestilence: is build-essential a package? [10:30] surgy: yes [10:30] surgy: indeed [10:30] sudo apt-get install build-essential === s_ [n=s@81.56.206.215] has joined #kubuntu [10:31] i wanna try basic ntfs, not ntfs-3g yet [10:31] pestilence: autoconf/automake aren't part of b-e [10:31] pestilence: and that should fix my problem? [10:31] beside i've uninstalled -3g === replman [n=Miranda@HSI-KBW-085-216-022-032.hsi.kabelbw.de] has joined #kubuntu [10:31] yes, they are [10:31] anyway, just a sec, lemme put it back into fstab [10:31] wolferine: yes, I have two HDD on this computer, one windows on kubuntu [10:31] autoconf and automake are. build-essential depends on them [10:31] stdin: then whast do i need? [10:32] surgy: most likely. [10:32] Ashex: nope, I installed b-e and I still had to grab automake/autoconf [10:32] btw dettoaltrimenti_: i may be wrong, but dont you have to specify "noauto" in fstab when you don't want it to be mounted at boot, whereas "auto" is implied ? [10:32] anyone else get "Connection Refused" when trying to use Mozilla Thunderbird to connect to webmail? (hotmail specifically) [10:32] surgy: just sudo apt-get install them [10:32] bobleny, so you want to look at your drives space [10:33] stdin, odd, I usually have the make tools after build-essential [10:33] nuu auto is implied, but it doesn't hurt to force it if it's not working [10:33] stdin: ok [10:33] surgy: stdin is right, apt-get install autoconf and automake [10:33] this may sound stupid but i kind of can't move my Konversation window because the top tab disappeared. how do i get that tab back? [10:33] surgy: but you will need build-essential as well. === ricach [n=ricach@p50900A8C.dip0.t-ipconnect.de] has joined #kubuntu === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu [10:33] ah [10:33] wolferine: "fdisk -l" ? [10:34] stdin, I was wrong [10:34] I stand corrected === DHGE [n=alois@i577A9A8E.versanet.de] has left #kubuntu ["Konversation] [10:34] ok...even though hald shouldnt worry about fstab reporting any auto/noauto option when being forced to mount by user's choice once you plug the drive in [10:34] as that should matter only at boot time [10:34] i'll follow your advice nevertheless [10:34] in the 2058734+6983476+48789628+94832084736208756+78657 packages everything in debian is split into, which is providing what other distros keep in 'openssl-devel'? [10:34] lee_, I think it's alt+F3 [10:34] bobleny, gf -Th [10:35] ok i did that and it started to build [10:35] sredna, eh? [10:35] but now i get this [10:35] callbacks.c:5:21: error: gtk/gtk.h: No such file or directory [10:35] sredna: probably libssl-dev [10:35] stdin: how insanely logical :o -- and thank you [10:35] wolferine: should I do any thing else while I'm there? [10:35] sredna: :) === precipizio2 [n=fabrizio@151.74.193.242] has joined #kubuntu === arebenti [n=podmokle@p5481CFA8.dip.t-dialin.net] has joined #kubuntu [10:36] surgy, you might need libgtk2.0-dev [10:36] that is in fact installed [10:36] bye :) === sredna [n=anders@kde/developer/alund] has left #kubuntu ["godnat,] [10:36] surgy, also, check the dev's website to see what is required to compile [10:36] ok, i can tell from kern.log that the drive gets recognized [10:36] it sounds like you didn't check, which is why you're getting errors [10:36] no automount, no popup [10:36] lemme mount it manually [10:36] bobbyd, you want to see if your /etc is full [10:37] works [10:37] if it is, that explains the error === bobbyd__ [n=rob@82-41-83-99.cable.ubr01.dund.blueyonder.co.uk] has joined #kubuntu [10:37] sorry bobbyd [10:37] Ashex: i did and i thought i had it all [10:37] :/ [10:37] same prob as before :| === obvio171 [n=helder@201.82.8.230] has joined #kubuntu [10:37] bobleny, those posts were for you [10:37] nuu, any errors when you mount it? [10:37] nop [10:37] all smooth and fine [10:37] hello, I am a kubuntu newbie. My Logitech camera was successfully tested under ekiga, but I cant see any picture.Can you help? [10:37] ericsson [10:37] i can read it no prob [10:37] of course i mount it from root [10:37] surgy, you might have missed one [10:38] !webcam [10:38] i can try specifying ,user in the fstab options and mount it from non-su [10:38] Instructions for using webcams with Ubuntu can be found at https://help.ubuntu.com/community/Webcam - Supported cams: https://wiki.ubuntu.com/HardwareSupportComponentsMultimediaWebCameras [10:38] I've done that in the past >_> [10:38] if you want [10:38] nuu, try to add the option 'user' [10:38] k [10:38] sec [10:38] Ashex: let me try it after this gtk and see [10:38] wolferine: OK, I'll be back... === FOSSR0CKS [n=FOSSR0CK@pool-71-124-207-114.bstnma.east.verizon.net] has joined #kubuntu [10:38] Thx for your quick help. Great [10:39] ok, automounting works finely now === bart_ [n=bart@d54C5C02E.access.telenet.be] has joined #kubuntu === aldin [n=aldin@cm-1006.europronet.ba] has joined #kubuntu [10:39] alright, great [10:39] why wont it automount without an fstab entry, though ? [10:40] hi folks === ubuntu_ [n=ubuntu@modemcable009.89-203-24.mc.videotron.ca] has joined #kubuntu [10:40] i dont want an fstab entry === ubuntu_ [n=ubuntu@modemcable009.89-203-24.mc.videotron.ca] has left #kubuntu ["Konversation] === mirek [n=mirek@NAT-A.bsk.vectranet.pl] has joined #kubuntu [10:40] fstab is the file that deals with automatically mounting your drives [10:40] ok well seams to have fixed the one error, now i have about 4 more: http://www.pastebin.ca/458337 [10:40] that's not entirely correct === jordo23_ [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu [10:40] automatically mounting works fine without an fstab entry [10:40] ricach- are you getting any errors? [10:41] for disks formatted with other filesystems [10:41] other than ntfs, that is [10:41] this is the only issue i've got as i said earlier [10:41] nuu, editing fstab work? [10:41] nuu- if you believe that, then delete your fstab, and restart [10:42] nuu- but don't actually do that, because your computer would explode === wolferine suggest you not delete your entire fstab (w.o a backup) [10:42] dettoaltrimenti_: i know full well how fstab works :) and it's rather obvious that my root/swap partitions wouldnt get mounted that way [10:42] lol. [10:42] =) [10:42] now please would you read my question ? :) [10:42] hehe === nico_ [n=nico@ip25-237-59-62.adsl.versatel.nl] has joined #kubuntu [10:42] nuu, read my question :) === ian__ [n=javax@173.Red-88-14-2.dynamicIP.rima-tde.net] has joined #kubuntu [10:42] i'm just new at how kde handles automounting [10:42] ericsson === knubbe [n=knubbe@h177n1c1o1036.bredband.skanova.com] has joined #kubuntu [10:43] or rather [10:43] at how kde interfaces to hald for when it comes to automounting [10:43] not new at linux :) [10:43] ericsson [10:44] damn, I seem to off accidentally blocked my own internet access via Firestarter : / [10:44] all i'm asking, is why reiserfs mounts without an fstab entry, while ntfs doesnt [10:44] that's it, period :) [10:44] ok sorry nuu [10:44] reiserfs, or vfat, or whatever other fs i have at hand === obvio171 [n=helder@201.82.8.230] has joined #kubuntu === RXVL [n=ray@ool-4354ab4c.dyn.optonline.net] has joined #kubuntu [10:45] nuu- the defaults include an option that automatically detects the file system, and it might detect the file system as 'ntfs' instead of 'ntfs-3g'- that's a posibility [10:45] now that's talking :) [10:45] where are these defaults stored ? === fusspils [n=fusspils@194-144-36-99.du.xdsl.is] has joined #kubuntu === esaym [n=user@cpe-72-183-202-162.satx.res.rr.com] has joined #kubuntu [10:46] I still need help with getting MP3s to play in Amarok, can anyone guide me please? I'm a total Kubuntu noob. === graft [n=graft@c-65-96-163-59.hsd1.ma.comcast.net] has joined #kubuntu === bart_ [n=bart@ppp83-237-4-65.pppoe.mtu-net.ru] has joined #kubuntu [10:46] !kubuntubread [10:46] Sorry, I don't know anything about kubuntubread - try searching on http://bots.ubuntulinux.nl/factoids.cgi [10:46] bah... [10:46] RXVL, press play? [10:46] btw bear in mind i uninstalled ntfs-3g [10:46] does anyone here use guidance power manager? === os2mac [n=jim@ip68-230-203-5.rd.hr.cox.net] has joined #kubuntu [10:46] i can reinstall it and let you know if it helps though [10:46] RXVL #amarok [10:46] I mean if you don't write any options, nuu- you know we wrote 'ntfs-3g user', the default would be 'auto user' [10:46] I need to get the codecs for it [10:46] thanks === SmrtJustin [n=SmrtJust@cblmdm72-241-95-203.buckeyecom.net] has joined #kubuntu === roadfish [n=user@ip-66-203-178-111.ac2.golden.net] has joined #kubuntu [10:47] when should I install an "OpenGL-enabled" package vs the regular package. for example, stratagus vs stratagus-gl. How can I tell if I should run the OpenGL version? === oliver [n=oliver@spc1-stkp6-0-0-cust254.bagu.broadband.ntl.com] has joined #kubuntu [10:47] hello [10:48] but dettoaltrimenti_: in case the system automatically detected the partition as "ntfs", it'd still have to mount it [10:48] on the other hand, i can try reinstalling ntfs-3g because the other way around might be happening [10:48] my guess would be that if you can do opengl, install the opengl version, as it's likely to take advantage of the 3d acceleration, and therefore theoretically run faster [10:49] since i uninstalled ntfs-3g, the system might recognize the partition as ntfs-3g now [10:49] and not being able to load the appropriate module for the filesystem, mount fails [10:49] roadfish: the openGL version can use Direct Rendering [10:49] i can try [10:49] you could try it, couldn't hurt [10:49] are there any programs like fireworks and dreamweaver === aldin [n=aldin@cm-1006.europronet.ba] has joined #kubuntu === tuco [n=tuco@bb-87-80-19-112.ukonline.co.uk] has joined #kubuntu [10:49] yep i will, thanks for the idea, brb [10:49] oliver: nvu, bluefish === ash211 [n=andrew@user-112174a.dsl.mindspring.com] has joined #kubuntu [10:49] oliver- nvu [10:49] thanks [10:49] vi ;) [10:49] is there any hardware evaluation tool that will tell if I can do OpenGl? === el_isma [n=ismael@r201-217-154-1.dialup.adsl.anteldata.net.uy] has joined #kubuntu [10:50] hey, does anyone here use a separate CSS editing program? === obvio171 [n=helder@201.82.8.230] has joined #kubuntu [10:50] I finally managed to get the wireless connection working! Geeeez. I have downloaded and installed the Ati drivers, how can I get a resolution of 1280x800 displayed now please? [10:50] roadfish- glxinfo [10:51] roadfish better yet, glxinfo | grep direct === bomber [n=bomber@c-71-233-8-127.hsd1.ma.comcast.net] has joined #kubuntu [10:51] dettoaltrimenti_ (and everyone else): thanks === stdin [n=tez@unaffiliated/binary2k2] has joined #kubuntu [10:51] np === henri_ [n=henri@ip-80-236-194-37.dsl.scarlet.be] has joined #kubuntu === mholthaus [n=mholthau@38.167.79.83.cust.bluewin.ch] has joined #kubuntu [10:52] tuco, check the display settings === aldin [n=aldin@cm-1006.europronet.ba] has joined #kubuntu [10:53] can'tyou edit css in bluefish? [10:53] tuco- you have to edit xorg.conf if the option doesn't show up in system settings/display [10:53] I've never used bluefish, just used nvu [10:53] dettoaltrimenti_: would you recommend installing ntfs-3g from automatix ? [10:53] nuu I'd do it from adept, but they're pretty much all the same [10:54] that is what I am doing fellas. Why make it easy when you can make it complicated with ATI mi amor! [10:54] alright [10:54] i'll do it from apt-get [10:54] :P === danish [n=danish@cpe-66-27-213-197.socal.res.rr.com] has joined #kubuntu === obvio171 [n=helder@201.82.8.230] has joined #kubuntu [10:54] right, it's done [10:54] this is for gnome: gksudo gedit /etc/X11/xorg.conf what will it be for KDE? [10:54] Users from 'fuse' group can now mount NTFS volume. [10:55] i'll usermod -aG myself into fuse [10:55] tuco: kdesu kate [10:55] so that it should DEFINITELY work ! [10:55] I told you so hey ;-) [10:55] nuu sounds good [10:55] right, i'm into it [10:55] fstab entry removed [10:56] tuco- kdesu kate [10:56] fingers crossed, connecting pendrive :) === zirxx [n=zirxx@zirx.ynet.sk] has joined #kubuntu [10:56] however, instead of manually editing xorg.conf for that, i'd recommend using sudo dpkg-reconfigure xserver-xorg [10:56] tuco but be careful, make a backup copy first- are you reading a HOW TO guide? [10:56] popup is here..... === pattieja [n=pattieja@kr.structure.northwestern.edu] has joined #kubuntu [10:56] damnit, nothin === K`zan [n=vw@c-76-22-74-207.hsd1.wa.comcast.net] has joined #kubuntu [10:56] didnt mount it [10:56] yes sir [10:56] chelsea 1:0 liverpool!!! [10:56] nutshell42, thanks for the focusing my attention on NFS, yesterday [10:56] Let me start the lappy now [10:57] hmmmmmmmmmmmmm [10:57] hold on a sec [10:57] !offtopic | aldin [10:57] aldin: #kubuntu is the official Kubuntu support channel, for all Kubuntu-related support questions. Please use #kubuntu-offtopic for general chatter. Thanks! [10:57] could it be that [10:57] aa [10:57] fuse can't write to /media [10:57] nuu- either uninstall if it worked that way, or also install ntfs-config and run the program and answer the questions [10:57] fuse group, i mean [10:57] so in theory [10:57] if i give fuse (group) write permission to /media [10:57] it oughta be able to create the mountpoint [10:57] to where it should finally automount my volume [10:57] nutshell42, I am now able to login using my NFS mounted home directory === el_isma [n=ismael@r201-217-154-1.dialup.adsl.anteldata.net.uy] has left #kubuntu ["Konversation] [10:57] will try, brb [10:57] nuu: sudoa pt-get install ntfs-config === yuriy [n=yuriy@dhcp-129-64-153-72.dorm.brandeis.edu] has joined #kubuntu === ubuntu_ [n=ubuntu@189.155.115.198] has joined #kubuntu [10:58] aldin: ntfs-config will only configure your static drives afaik [10:58] okay, this cd is too far gone to recover :\ [10:58] nuu and after that in konsole type sudo ntfs-config [10:58] nutshell42, I had to install the 'nfs-common' package in order for things to be happy [10:58] i'm trying to generalize this === vyoman [n=andre@80-195-189-100.cable.ubr05.croy.blueyonder.co.uk] has joined #kubuntu [10:58] i want it to automount any ntfs device i throw at it [10:58] not just ntfs-config'ed ones [10:58] nuu: ok [10:58] what is the default security type for ssh? [10:58] sec, i'll try the fuse way [10:58] 3des 256bit? === kmax [n=kmiller@rnt86-142.rightnowtech.com] has joined #kubuntu [10:58] remounting / with acl, and setfacl g:fuse:rwx to /media [10:59] esaym: rsa, usually === ben__ [n=ben@c-24-99-31-191.hsd1.ga.comcast.net] has joined #kubuntu [10:59] esaym: or do you mean session keys === fowlduck [n=nate@205.213.123.77] has joined #kubuntu [11:00] when you install programs with wine where do they install to? === DaSkreech [n=skreech@katapult/ninja/daskreech] has joined #kubuntu === obvio171 [n=helder@201.82.8.230] has joined #kubuntu === zirxx [n=zirxx@zirx.ynet.sk] has joined #kubuntu [11:00] hello === lnxkde|work [n=lnxkde@adsl-64-237-196-107.prtc.net] has joined #kubuntu [11:01] efnet === gforresu [n=giacomo@82.84.149.54] has joined #kubuntu [11:01] graft: I don't know, I was actually wondering if the encryption offload feature of this netcard would work with ssh: http://www.3com.com/products/en_US/detail.jsp?tab=prodspec&sku=3CR990B-97&pathtype=purchase [11:01] No [11:01] Freenode [11:01] :) [11:01] oliver- /home/user/.wine [11:01] hey daskreech [11:01] no luck [11:01] esaym: you know how ssh works, right? or how all public-key encryption works? [11:01] hi dettoaltrimenti_ [11:02] gave myself and fuse group full access to /media [11:02] still nothing === rigao [n=rigao@132.248.165.12] has joined #kubuntu [11:02] graft: I thought I did, but now I am thinking different.... [11:03] I have a question I've been asking all day- I want mocp to run when I click on mp3s, and I want it to use the command line arguments '-acp': is it possible to do this? If I try 'open with,,,' and write 'mocp -acp' it doens't work [11:03] i have a problem with Kubuntu 7.0.4. When i boot it i get the msg 'cant access tty'. Any idea? [11:03] dettoaltrimenti_: did you check run in a terminal [11:03] esaym: hmm, well i don't know what this security offloading you want to use is, so i dunno if i can help with that... [11:04] daskreech yes [11:04] esaym: but ssh by default uses RSA 768-bit host keys and 256-bit 3DES session keys [11:04] i may be wrong but do you need to specify a %s, or whatever kde uses, where the filename goes, in the open with line ? === obvio171 [n=helder@201.82.8.230] has joined #kubuntu [11:04] hmmmm === Skyblast [n=mike@adsl-68-91-16-154.dsl.lbcktx.swbell.net] has joined #kubuntu === ubuntu_ [n=ubuntu@mnch-4db01237.pool.einsundeins.de] has joined #kubuntu [11:05] so guys this is my first time in here and i have no idea what is going on [11:05] where should I put the % nuu? [11:05] ben__: This is a group chat room [11:05] ben__: Why were you asking for efnet ? === bobbyd_ [n=rob@82-41-83-99.cable.ubr01.dund.blueyonder.co.uk] has joined #kubuntu [11:05] well typically just where the filename would go, if you were to open it from command line === chris [n=chris@202.20.97.202] has joined #kubuntu [11:06] graft: thanks for to info. The problem I have is the max speed I can get through my webserver is 3.6MBS because the encryption calculation maxes the 450mhz cpu..... [11:06] that is, say you can successfully run "mocp -acp blah.mp3" from commandline [11:06] oh i didn't know what was going on at all [11:06] i'd try "mocp -acp %s" from a generic "open with" box [11:06] cya later everyone === Lurkan [n=agsm@189.140.204.25] has joined #kubuntu [11:06] ben__: this is a support channel for Kubuntu if you have a problem then you can ask here [11:06] esaym: hrmm... shouldn't... the whole point of stream ciphers are they're really fast [11:07] so as to make the exec handler fill the %s in with the filename you're running the "open with" command on [11:07] If you just want to chat please join the off topic room [11:07] DaSkreech: oh i gotcha... thanks man [11:07] !offtopic | ben__ [11:07] ben__: #kubuntu is the official Kubuntu support channel, for all Kubuntu-related support questions. Please use #kubuntu-offtopic for general chatter. Thanks! === lee_ [n=lee@24-107-112-195.dhcp.stls.mo.charter.com] has joined #kubuntu [11:07] still doesn't work === bill [n=ubuntu@bas2-toronto63-1088793045.dsl.bell.ca] has joined #kubuntu [11:07] hi [11:07] compare with any other "open with" box, do you notice escape sequences or something ? [11:07] i've no idea how kde handles it === ferox [n=ferox@d83-176-123-187.cust.tele2.it] has joined #kubuntu [11:08] no idea- all I know is that it isn't reading the arguments- because it works when I manually type it in the ocmmand line === OOD [n=OOD@dsl-151-49.aei.ca] has joined #kubuntu === fabian__ [n=fabian@port-87-234-144-245.dynamic.qsc.de] has joined #kubuntu === Turi [n=philip@p3EE23552.dip0.t-ipconnect.de] has joined #kubuntu [11:08] Is there something even better than Beryl? [11:08] graft: well ssh maxes the cpu. Uploading unencrypted like through ftp yields speeds of 10MBS vs 3.6 [11:09] you could try a dirtier way [11:09] lee_ yeah, vista. [11:09] lee_ hah, just kidding! [11:09] haha, good one. [11:09] seems like i saw some video on youtube that was demoing some fancy version of beryl [11:10] heh [11:10] dettoaltrimenti_: try these buncha commands [11:10] lots of experimentation [11:10] echo "mocp -acp %1" > /usr/local/bin/mymocp [11:10] chmod +x /usr/local/bin/mymocp [11:10] note to self: wine does not like google earth :) [11:10] beryl is just a fork of a bigger program....forget the name starts w/ a C [11:10] and pick /usr/local/bin/mymocp from the "Open With" dialog [11:10] esaym: that seems really wrong to me [11:10] does somebody know the name of the german channel? === pgquiles_ [n=pgquiles@84.123.101.76.dyn.user.ono.com] has joined #kubuntu [11:11] ehhh [11:11] !de [11:11] Deutschsprachige Hilfe fuer Probleme mit Ubuntu, Kubuntu und Edubuntu finden Sie in den Kanaelen #ubuntu-de, #kubuntu-de, #xubuntu-de und #edubuntu-de [11:11] esaym: ssh should never use that much CPU to do its thing [11:11] esaym: what are you copying? [11:11] okay,thank xou ! [11:11] graft: the cpu is an amd k6-2+ @450mhz. Maybe amd back then just sucks?? === Fri13 [n=Fri13@86-60-137-67-dyn-dsl.ssp.fi] has joined #kubuntu [11:12] dettoaltrimenti_: if that wont work, try putting these lines in that mymocp file: === jay_ [n=jay@74-137-248-45.dhcp.insightbb.com] has joined #kubuntu [11:12] #!/bin/sh [11:12] mocp -acp $1 [11:12] esaym: could be, but i've used it on equally crappy boxes with no problem === Toomas [n=tomas@ctv-213-164-96-158.vinita.lt] has joined #kubuntu [11:12] graft: the webserver has torrentflux installed on it. I copy large iso's back and forth between it using scp [11:12] in case that wont work either, do a "which mocp" and put the full pathname instead of "mocp" in the file [11:12] graft: really? hmm [11:12] graft: whats was the process usage of ssh? === DaSkreech [n=skreech@katapult/ninja/daskreech] has left #kubuntu ["Konversation] === unix_infidel [n=blue@unaffiliated/unixinfidel/x-8383745] has joined #kubuntu [11:13] i can't find mymocp [11:13] esaym: well on my lappy it's like 6% tops... granted my laptop is a 1GHz celeron or some such, but still [11:13] you should create it [11:13] graft: the same happens copying files to my 350mhz PII firewall box [11:13] from scratch [11:13] that will be your replacement script for starting mocp === lapland_ [n=m@ANice-151-1-38-109.w83-197.abo.wanadoo.fr] has joined #kubuntu [11:13] in the "open with" dialog === creadorcreativo [n=paranoia@201-220-126-57.bk10-dsl.surnet.cl] has joined #kubuntu [11:13] esaym: hrm any weird options in ~/.ssh/config? === MetaBot [n=metabot@81-208-36-87.ip.fastwebnet.it] has joined #kubuntu [11:13] mymocp being a shell script that just invokes mocp, with the -acp option you wanted === MetaBot [n=metabot@81-208-36-87.ip.fastwebnet.it] has joined #kubuntu === tsubasaleguedin [n=tsubasa@ABordeaux-256-1-73-213.w90-11.abo.wanadoo.fr] has joined #kubuntu [11:14] graft: no it is just stock. using ssh by itself yields about 2MBS through put. I can get up to 3.6MBS using the 'blowfish' encryption cipher === makuseru [n=makuseru@163.106.40.24.aeneasdsl.com] has joined #kubuntu === chris [n=chris@202.20.97.202] has joined #kubuntu [11:16] how can i view a page that says its for "IE only" without installing IE and using Wine? === chris [n=chris@202.20.97.202] has joined #kubuntu [11:16] makuseru: you can fake your useragent string, probably [11:16] graft: maybe the laptop has a 3com card with offload features? ;) [11:16] esaym: nope [11:16] oh :( [11:16] esaym: this is over wireless [11:16] graft: huh === nuu is now known as nu === nu is now known as nuu === bobleny [n=chatzill@12.168.211.236] has joined #kubuntu === chris [n=chris@202.20.97.202] has left #kubuntu ["Konversation] === mitchell [n=mitchell@cpe-75-185-165-124.neo.res.rr.com] has joined #kubuntu [11:17] graft: and you can get the full speed of ethernet? === mitchell_ [n=mitchell@cpe-75-185-165-124.neo.res.rr.com] has joined #kubuntu [11:18] Wolferine: You there? [11:18] bobleny, yep [11:18] how did it go? [11:18] It didn't [11:18] oh? [11:18] so its not full? [11:18] I was unable to determine the size [11:18] hmm [11:18] do you know about ttyl? [11:18] !squashfs [11:18] Sorry, I don't know anything about squashfs - try searching on http://bots.ubuntulinux.nl/factoids.cgi [11:19] esaym: ... no idea, dunno how fast 11G is supposed to be [11:19] Talk to you later? [11:19] anyone know what squashfs is? [11:19] bobleny, no, you can open a terminal [11:19] bobleny, you press ctrl-alt-F* === NetersLandreau [n=niles@101.sub-70-221-209.myvzw.com] has joined #kubuntu [11:19] wolferine: From where? [11:20] where F* is a key at the top of your keyboard, either F1-F6 [11:20] esaym: my wireless claims 36Mb/s - i get 2MB/s with ssh, which allowing for overhead probably means i'm at a little over half capacity [11:20] this will open a terminal [11:20] in the terminal, you will be able to check for errors, check your HD space, etc... [11:20] wolferine: I don't know how... [11:20] bobleny, i just told you :) === Agrajag^ is now known as Agrajag [11:21] If I installed some type of nVidia drivers to get Beryl working, will it still work as well if I play Wolfenstein: Enemy Territory? === CVirus [n=GoD@62.135.96.151] has joined #Kubuntu === tcstool [n=tcstool@uslec-66-255-0-19.cust.uslec.net] has joined #kubuntu [11:21] lee_, u probably want to latest drivers [11:21] is 2MB/s a reasonable speed for 802.11g? [11:21] rather than "some type" :) [11:21] Not really [11:21] soooo go on the nvidia website? [11:22] lee_, no === Agrajag^ [i=Agrajag@c-67-186-9-39.hsd1.pa.comcast.net] has joined #Kubuntu [11:22] lee_, google ubuntu guide, it gives instructions on getting the latest nvidia drivers [11:22] wolferine: Do you know that I am currently running on Windows xp? I don't believe I can access the terminal from here.... [11:22] aight. [11:22] it won't screw with my xorg config though will it? [11:22] graft: you only get half the displayed speed for wireless because of the collision avoidance method so that speed is about right. And you say the ssh process is using very little of the cpu? [11:23] bobleny, , you can at your login (which is what I thought you could get to in linux [11:23] Oh ok [11:23] !putty [11:23] SSH is the Secure SHell protocol. See https://help.ubuntu.com/community/SSHHowto for usage. Putty is a nice SSH client for Windows; it can be found at http://www.chiark.greenend.org.uk/~sgtatham/putty/ [11:24] wolferine: So when I get to the login I should press ctrl-alt-f1 or f6? === Yorokobi [n=Yorokobi@ip67-88-113-150.z113-88-67.customer.algx.net] has joined #kubuntu === bobbyd_ [n=rob@82-41-83-99.cable.ubr01.dund.blueyonder.co.uk] has joined #kubuntu === txwikinger [n=txwiking@82-46-136-83.cable.ubr01.smal.blueyonder.co.uk] has joined #kubuntu === Speckmade [n=speckmad@89-106-220-74.skytron.de] has joined #kubuntu [11:24] bobleny, or any f* key inbetween f1 and f6 === Speckmade [n=speckmad@89-106-220-74.skytron.de] has left #kubuntu ["Kopete] [11:24] with ctrl-alt as well [11:24] obviously === DSlicer is now known as Dragnslcr [11:25] esaym: yeah... and i'm using 3des, not blowfish [11:25] wolferine: OK, once I open terminal what commands do I need to execute to check HDD space? [11:26] graft: hmm [11:26] bobleny, I gave you that before [11:26] bobleny, you should probably write it down some where :) [11:26] bobleny, use: df -Th [11:26] wolferine: I did, gf -TH [11:27] wolferine: Oh, you ment df! [11:27] how does one one switch between windows in ubuntu? [11:27] you said gf -Th... [11:27] Deeply, matters how its installed [11:27] oh, Deeply alt-tab, sorry [11:27] running it from the livecd [11:27] bobleny, use df -Th === LeeJunFan_ is now known as LeeJunFan [11:28] ok now to see if this works [11:28] i did something with the Kmenu , and now the "system settings" shortcut , that opens a window, is like a folder with subdirectories , like the category "internet" . with the only difference it includes the things that also the system settings includes, look and feel, administration , services and so on. how could i restore that ? or if someone could tell me what is in the properties of the "System settings" in the kmenu written , to fix it [11:28] wolferine: Is there a way to use konversation from there? [11:29] bobbyd_, its not konversation === lee_ [n=lee@24-107-112-195.dhcp.stls.mo.charter.com] has joined #kubuntu [11:29] but you can connect to irc via a command line [11:29] you would have to either install one, or use one already installed [11:29] Is there a way to set window size and position memory globally, or do I have to set it for every window that pops up? === thefirstdude [n=thefirst@71-221-41-92.dlth.qwest.net] has left #kubuntu ["Konversation] === killhatedestroy [n=lee@24-107-112-195.dhcp.stls.mo.charter.com] has joined #kubuntu === emet [n=emet@unaffiliated/emet] has joined #kubuntu [11:30] wolffyd: How do I connect to IRC through the terminal? [11:30] bobleny, i just waithow [11:30] said how* === hatekilldestroy [n=lee@24-107-112-195.dhcp.stls.mo.charter.com] has joined #kubuntu === Eruantalon [n=hans@5634185c.rev.stofanet.dk] has joined #kubuntu === john [n=john@cable-24-139-8-66.dyn.personainc.net] has joined #kubuntu === claydoh [n=claydoh@66-252-48-20.dyn-adsl.midmaine.net] has joined #kubuntu [11:31] anyone that could help ? [11:31] heh fun [11:32] wolferine: Uh....? [11:32] ham radio deluxe says out of memory :) [11:32] this program is quite interesting this ubuntu [11:32] interesting? [11:32] hehe [11:32] I want to run xscreensaver on my first screen only (0:0). I just don't understand the manual where it says to use [-display host:display.screen] -- what do I enter there??? === jesper_ [n=jesper@81-236-240-88-no27.tbcn.telia.com] has joined #kubuntu === jesper_ is now known as chairmeleon === osberto [n=osberto@190.86.51.148] has joined #kubuntu [11:33] hi :) [11:33] esaym: what version of ssh are you using? [11:33] bobleny, to be honest, I really think yu need to reconsider what your doing exactly === [A] ndy80 [n=dfgsdfg@host241-29-dynamic.3-79-r.retail.telecomitalia.it] has joined #kubuntu [11:33] im just looking down the road [11:34] wolferine: What? [11:34] I'm trying to run a buildset script for some downloaded icons. It always worked flawlessly in 6.10, but now it says 'No convert in path' [11:34] graft: I don't know. What ever the lastest is for dapper === remy [n=remy@89.33.168.28] has joined #kubuntu [11:34] thank you for all the information === [A] ndy80 [n=dfgsdfg@host241-29-dynamic.3-79-r.retail.telecomitalia.it] has left #kubuntu ["Leaving"] === molotova [n=molotova@uni14-1-82-233-221-95.fbx.proxad.net] has joined #kubuntu [11:34] what package do I have to install to supply convert? [11:34] Cugel: have you tried something along the lines of localhost:0.0 ? [11:34] I will, now. [11:34] either you dont have enough memory, and your gonna have to come back here and ask, how do I get more memory, resulting in possibly a re-format [11:34] OR [11:34] just wild guessing here ;) [11:34] you have enough memory, and your not getting into your ubuntu install [11:34] "xscreensaver: Can't open display: localhost:0.0" -- I get that type of error all the time! [11:35] im just saying, from a troubleshooting perspective, dual booting is not the way to go === molotova is now known as Karsen === yeti [n=yeti@p5493CE89.dip.t-dialin.net] has joined #kubuntu === bobbyd [n=rob@82-41-83-99.cable.ubr01.dund.blueyonder.co.uk] has joined #kubuntu [11:35] That -display command just infuriates me, and I can't find any real example of it being put to use. [11:35] esaym: try ssh -v [11:35] esaym: what's the server running? [11:35] have you tried 0:0, or 0.0 alone ? [11:36] bobleny, you can connect to irc in a consol, but you need to read about which clients are available, and find if its installed === Lamington [n=unperson@203.208.110.183] has joined #kubuntu [11:36] is there a font-package for ubuntu somewhere that provides me with standard fonts like arial, times new roman, etc? my system has lots of (propably GPLed) fonts, but it's really annoying not to have the word/windows stadnards [11:36] then you need to install it, if you dont have it [11:36] wolferine: I have two separate physical drives. [11:36] bobleny, your dual booting though [11:36] thats the point I am trying to get out [11:36] Same error all the time. Can't open display (and yes, echo $DISPLAY shows me 0:0) [11:36] wolferine: So? [11:36] at* [11:37] bobleny, leaving, and coming back here all the time isnt "productive" [11:37] hm [11:37] have you thought of maybe using VMware? === rag [n=rag@58.Red-80-24-33.staticIP.rima-tde.net] has joined #kubuntu [11:37] graft: ok one sec [11:37] to run your linux OS in a virtual machine? [11:37] wolferine: I know. That's why I asked if I can connect to IRC in terminal [11:37] or do you maybe have another PC that you can use === tbw [n=tbw@DSL01.83.171.164.214.ip-pool.NEFkom.net] has left #kubuntu ["Konversation] [11:38] bobleny, even then, your going to need a bit of help (probably) to get back into your linux OS [11:38] esaym: also does the same happen with sftp? there are protocol differences, might be better... === kary [n=corey@CPE001217e1b8eb-CM0014f85e4ca0.cpe.net.cable.rogers.com] has joined #kubuntu [11:38] unless you want to just run command line [11:38] graft: both computers using OpenSSH_4.2p1 Debian-7ubuntu3.1, OpenSSL 0.9.8a 11 Oct 2005 [11:38] im just looking at the big picture [11:38] and suggesting maybe trying VMware [11:39] So who is using feisty ? [11:39] Help: Is it possible to make kde remember my bluetooth mouse? Whenever I leave my laptop for a few minutes and come back, i have to open a konsole and re-enter the hidd command to connect the mouse. [11:39] but you have to have a system that can handle VMware [11:39] wolferine: Maybe later... [11:39] Lamington, I am [11:39] bobleny, gl anyways [11:39] wolferine: cool... any advice on drivers and my old nvidia 5200fx graphics card ? === judgen [n=chatzill@82.99.106.163] has joined #kubuntu [11:39] Lamington, the latest === j0blow [n=fred@c-69-246-150-212.hsd1.tn.comcast.net] has joined #kubuntu [11:40] Lamington, running beryl? [11:40] wolferine: the one marked 'new' ? [11:40] Lamington, dont use the nvidia page for the driver === soon [n=soon@0x5550ec2e.adsl.cybercity.dk] has joined #kubuntu [11:40] graft: I don't have sftp. But downloading or uploading through apache yields proper ethernet speeds [11:40] wolferine: yes, I was refering to the one in the repos === claus [n=claus@217.116.235.64] has joined #kubuntu [11:40] ive been using beos for a few years now. Im just wondering why linus takes so lon time to start up and to do things. [11:40] use the ubuntu guide (google it) to setup the latest drivers [11:40] wolferine: ok [11:41] linux [11:41] esaym: sftp should be standard... [11:41] judgen, lots of services? [11:41] wolferine: I've only just installed feisty... is beryl easy to set up ? [11:41] hey judgen whats up [11:41] i switched since youtube dont wokr in BeOS =P [11:41] for Kubuntu - should I prefer Beryl over 'the other one' (forget its name) - also XGL or AIGLX or ? (I have an ati graphics card) [11:41] Lamington, not too bad, about the same as on the previous === klando [n=klando@AToulouse-152-1-105-6.w81-50.abo.wanadoo.fr] has joined #kubuntu [11:41] just that everything seems slow, just like in windows [11:41] wolferine: ok [11:42] Lamington, use #ubuntu-effects for any more help on that though [11:42] I have an issue (supposed with pulse audio) while upgrading to festy : I have no more sound === administrator [n=administ@85-18-14-35.fastres.net] has joined #kubuntu [11:42] cps1966: do you know if i have done anything wrong? [11:42] judgen, do you have lots of services running? [11:42] klando, in which applications? [11:42] wolferine: cool, will do [11:42] wolferine: i have no idea [11:42] kde [11:42] Lamington, good luck [11:42] :) [11:42] wolferine: default kubuntu [11:42] like for sound server test [11:42] i have dual xeon 2.4 here so its quite fast [11:43] judgen, well, opening services will take time (on startup) [11:43] judgen, linux also checks the status of your f/s before booting into the OS [11:43] Cugel: have you tried allowing localhost running programs to access your local display ? with xhost +localhost [11:43] judgen, there are many "factors" in a "slow" bootup === FiRaRdA [n=Code@88.226.31.40] has joined #kubuntu [11:43] i have dual opteron 275 (4 cores) so i expected an speed improovement over BeOS, but no === max666 [i=xXx@64.18.141.151] has joined #kubuntu [11:43] wolferine, I have 2 sound cards, an old one, and the one on motheboard (and I use the motherboard's one ) === danish [n=danish@cpe-66-27-213-197.socal.res.rr.com] has joined #kubuntu [11:44] klando, you havent been testing the correct device maybe? [11:44] wolferine: how do i stop the disk check? [11:44] how can i play wmv files on kubuntu [11:44] huum [11:44] judgen, not sure, google it, and while your there, check the ubuntu guide [11:44] danish: install gstreamer* [11:44] wolferine, if i put the sound 'higth' I get sound like 'ppsss' so edvice seems ok [11:44] judgen, has lots of info on a new ubuntu/kubuntu install [11:44] judgen how do i do that [11:44] !fsck [11:44] fsck is the FileSystem ChecKer, which runs automatically when you boot if you didn't shutdown cleanly. Type "man fsck" for information on running it manually. The command "sudo shutdown -F -r now" will force a reboot and a filesystem check; "sudo touch /fastboot" will skip a filesystem check at next reboot [11:45] (and additionnaly, kmix doesn't complain) [11:45] danish: om du r dansk, kr fr tusan inga ltar med drm. Det r Ondska [11:45] what settings should i change so that the menus wont look like buttons as here: http://www.geocities.com/stefschreck/snapshot1.png [11:45] klando, check the forums for similar hardware issues, from other users [11:45] i changed some styles and window decorations but somehow i cant find. and its the same in every application [11:45] danish is a word from persion language meaning knowledge [11:45] really not sure it's an hardware issue === soon [n=soon@0x5550ec2e.adsl.cybercity.dk] has left #kubuntu ["Konversation] [11:45] So I downloaded Enemy Territory but how do I install it? [11:45] danish, you can look on the ubuntu guide (google it) and it will allow DVD playback, setting up coddecs, etc.. [11:46] hatekilldestroy, extract the file, read the website, run the installer, read the README [11:46] k thx [11:46] hatekilldestroy, various methods === dak__ [i=dak@rock.accessshells.us] has joined #kubuntu [11:46] yeah, nevermind. :) [11:46] np [11:46] wolferine, as I do not know pulseaudio, is there some init.d to launch ? [11:46] :) [11:46] is it possible to compile konversation for windows [11:46] or thing like that ? [11:47] danish: join in ubuntu-help and ill try to help you withouth the bloat [11:47] klando, you said nothing about pulseaudio [11:47] klando, i just removed that, I couldnt get it to work :/ [11:47] I hope it is by default in festy ? [11:47] klando, so I have no idea on assisting [11:47] :) [11:47] hehe [11:47] wellwellwell [11:47] aptitude purge .. my old friend === hans_ [n=hans@5634185c.rev.stofanet.dk] has joined #kubuntu [11:48] hehe [11:48] alright, well I don't have any write permission so the game can install itself. [11:48] this channel has grown to big, i cant find my own lines anymore =P [11:48] hatekilldestroy, is it compressed? [11:48] damn ! p pulseaudio - PulseAudio sound server [11:48] i suppose so. [11:48] wasn't that [11:48] hatekilldestroy, whats the extension?> [11:48] .sh? [11:48] .run [11:48] ok, so sudo *.run [11:48] that should exe it === intelikey [n=root@dialup-4.226.138.252.Dial1.Dallas1.Level3.net] has joined #kubuntu [11:49] sudo sh *.run [11:49] not using the * obviously [11:49] danish: did you find it? [11:49] well i'm trying to install it and it asks for a directory, so i pick one and it can't write. [11:49] as it is not sure it is already +x [11:49] thanks klando [11:49] i need a raw command for adjusting alsa clues ? [11:49] hatekilldestroy, you need to run as sudo [11:49] klando: NEVER use that command ever if you think its safe [11:49] mouaf [11:49] sudo *.sh is not a safe command [11:49] yeah, i am. [11:50] yeah, but installing et neeed root [11:50] judgen i type /join ubuntu-help === dug [n=dug@ip70-162-75-110.ph.ph.cox.net] has joined #kubuntu [11:50] intelikey: "adjusting" as in what, the mixer? alsamixer or amix [11:50] what is the alternative method to sudo for kate? === michele [n=michele@ip-150-27-dyn.adsl.intratec.it] has joined #kubuntu === rabotschik [n=rabotsch@dslb-084-062-058-117.pools.arcor-ip.net] has joined #kubuntu [11:50] this is rediculously frustrating. [11:50] well * stand for the real name of the et installer [11:50] dug: there's only one method, and that's "kdesu kate" [11:50] dug, kdesu [11:50] never use sudo with GUY apps [11:50] GUI even [11:50] LjL yeah volume mainly. [11:50] thank you what does that stand for so i can try and remember it [11:50] kde super user [11:51] hatekilldestroy, read the website, it will tell you how to install it === ArtMoonik [n=artmooni@mar92-3-82-66-233-126.fbx.proxad.net] has joined #kubuntu [11:51] nm thanks [11:51] intelikey: "amix set Master 50%" [11:51] is there any bug on feisty with kio_file ? cause i always see like 10 processes kio_file when mounting/unmounting a cd/dvd [11:51] LjL no a "raw" cammand. not an app. alsamixer,amix not avalable [11:51] alright, now i ran into a REAL error. [11:51] intelikey: so did you manage to do the upgrade? === MrWGW- [n=ubuntu@cpe-75-85-97-183.socal.res.rr.com] has joined #kubuntu === MrWGW- [n=ubuntu@cpe-75-85-97-183.socal.res.rr.com] has left #kubuntu [] [11:52] intelikey, what the heck do you mean a "raw command"? === MrWGW- [n=ubuntu@cpe-75-85-97-183.socal.res.rr.com] has joined #kubuntu [11:52] Daisuke_Ido i aborted about ten minutes after i left. got to thinking how stupid is it to do things for the sake of pride and just droped it. === Daisuke_Ido applauds [11:53] i'm so proud right now! [11:53] :P === word [n=word@ip70-162-166-56.ph.ph.cox.net] has joined #kubuntu [11:53] LjL something like echo 22 > /proc/amix or some such. === ian__ [n=javax@173.Red-88-14-2.dynamicIP.rima-tde.net] has joined #kubuntu === sean [n=sean@pool-71-119-77-212.lsanca.dsl-w.verizon.net] has joined #kubuntu === dark [n=dark@87.218.64.132] has joined #kubuntu === paolo [n=paolo@host-84-220-21-58.cust-adsl.tiscali.it] has joined #kubuntu [11:53] anyone not afk? [11:54] ? [11:54] how do i install beryl on kubuntu [11:54] intelikey: no can do, mixer settings are controlled by ioctl() calls === ubuntu_ [n=ubuntu@66.143.175.193] has joined #kubuntu [11:54] alguien que hable espaol? [11:54] dark : un poco [11:54] danish: feisty? [11:54] !es [11:54] Si busca ayuda en Espaol por favor entre en los canales #ubuntu-es, #kubuntu-es o #edubuntu-es, all obtendr mas ayuda. [11:54] i got a simple newbie question, you guys can probably answer it in 30 secs... [11:54] danish, ATI or nvidida? [11:54] Daisuke_Ido plus dialup.... [11:54] nvidia* [11:54] danish, read the wiki page for your version of ubuntu on the beryl-project.org wiki [11:54] daisuke wolferine fiesty ati 9800 radeon [11:54] sean: go right ahead [11:54] LjL mmm k. maybe a small c command string. [11:55] hola klando [11:55] una pregunta facil [11:55] im on an ibook [11:55] l [11:55] !es | dark [11:55] dark: Si busca ayuda en Espaol por favor entre en los canales #ubuntu-es, #kubuntu-es o #edubuntu-es, all obtendr mas ayuda. [11:55] ok ok [11:55] ya me voy === fra [n=fra@host-84-223-132-18.cust-adsl.tiscali.it] has joined #kubuntu [11:55] and want me apply-command key [11:55] to work at the ctrl key [11:55] and i read the documents [11:55] and I dont know how to make a mod file, or whatever it is calling for [11:55] dark #edubuntu-es === ks3 [n=ks3@cpe-24-29-21-247.cinci.res.rr.com] has joined #kubuntu [11:56] hrmm [11:56] LjL this system is a 2004 modle. so you can see what i'm up against. === savage [n=savage@194.158.216.5] has joined #kubuntu [11:56] danish, its covered in the ubuntu guide (google it) and you can ask for assistance on that topic in #ubuntu-effects [11:56] intelikey: i don't understand. if you're able to execute random C programs, why can't you just use amix? anyway, i don't really know what the relevant ioctls are [11:56] bye [11:56] wolfernie yorkobi thx [11:56] LjL don't want to compile it. === sdlnxgk [n=sdlnxgk@ip68-7-22-185.sd.sd.cox.net] has joined #kubuntu === cloakable [n=cloakabl@213.205.236.214] has joined #kubuntu [11:57] danish, np [11:57] intelikey: so what did you mean a "small c command string"? [11:57] can someone please walk me through the steps to make my apple (command) key work like the Ctrl key? [11:58] hey - question: is there a smarter way to image a disk than dd to a colossal file? i mean real image, not fs-level (tar, et al.) === word [n=word@ip70-162-166-56.ph.ph.cox.net] has joined #kubuntu === billytwowilly [n=chris@CABLE-72-53-22-60.cia.com] has joined #kubuntu [11:58] you know it would be so cool if kde can make a KFRAMEWORK from all the dependencies, and has like a plugin system it would make a the development of applications much faster and orgranized === roachk71 [n=kelly@216-67-52-38-cdsl-rb1.sol.acsalaska.net] has joined #kubuntu === Kyral [n=kyral@128.153.22.193] has joined #kubuntu === amythos [n=amythos@athedsl-142990.home.otenet.gr] has joined #kubuntu === zido [n=zido@80.178.75.195.adsl.012.net.il] has joined #kubuntu [12:00] can someone please walk me through the steps to make my apple (command) key work like the Ctrl key? [12:00] csingley, dd is the best utility that i know of, though you can pipe it through g/bzip to get a smaller file === roachk71 [n=kelly@216-67-52-38-cdsl-rb1.sol.acsalaska.net] has left #kubuntu ["Konversation] [12:00] why won't the ctrl key work like the ctrl key? [12:01] keyboards not setup properly? [12:01] maybe someone knows how tu run ssclient on k/ubuntu [12:01] lol [12:01] ? === _Neil [n=neil@129.234.114.74] has joined #kubuntu [12:01] that's anticheat for css [12:01] Toomas, open a shell, ssh [12:01] hehe :) [12:01] sean: in system settings, there's a keyboard/mouse settings page [12:01] under keyboard shortcuts, there's a tab for modifier keys [12:02] wolferine: that's a counter strike: source anti-cheat client [12:02] that may be what you're looking for [12:02] some servers need it [12:02] hehe [12:02] and I can't get it to work with css itself [12:02] permissions? [12:02] csingley: are you after "ghost" like functionality === _dennis_ [n=dennis@d54C2B03F.access.telenet.be] has joined #kubuntu === franzmaximilian [n=franz@213-140-22-73.fastres.net] has joined #kubuntu [12:04] csingley: partimage only does used blocks, may be close to what you want. === sean [n=sean@pool-71-119-77-212.lsanca.dsl-w.verizon.net] has joined #kubuntu [12:04] that's it, i'm opening my pc shop. i'm gonna call it "broken windows" [12:04] !partimage [12:04] Sorry, I don't know anything about partimage - try searching on http://bots.ubuntulinux.nl/factoids.cgi === arko [n=arko@M1999.m.pppool.de] has joined #kubuntu [12:04] !partimage-server [12:05] !info partimage [12:05] partimage: backup partitions into a compressed image file. In component universe, is optional. Version 0.6.4-17 (feisty), package size 268 kB, installed size 944 kB === neversfelde [n=neversfe@nrbg-4db44557.pool.einsundeins.de] has joined #kubuntu [12:05] hah thanks [12:05] Is it worth the effort trying Beryl or Compiz (just for the fun of having a look) on a Kubuntu Feisty running on a 900 Mhz Duron, 256 Mb RAM, Nvidia FX5200 128Mb ? [12:05] daisuke [12:05] i go to system > prefs? [12:05] or system > admin === david__ [n=david@74-33-31-226.dsl1.mnd.mn.frontiernet.net] has joined #kubuntu [12:05] whats the difference between linux-386 and linux-generic? [12:05] system settings right in the k menu [12:05] csingley: it does partitions in any case. [12:05] csingley: i'm tinkering with it now, but no final conclusions. [12:06] sean: are you using kubuntu? [12:06] because that choice screams gnome === bobleny [n=chatzill@12.168.211.236] has joined #kubuntu [12:06] Hello everybody. :) I did an apt-get that incidentally installed gnome in its entirety little known to me. Can somebody please help me switch back to KDE? === kleftisx [n=kleftisx@178-229.adsl.cytanet.com.cy] has joined #kubuntu [12:06] log out, select kde as your session, log back in [12:06] Daisuke_Ido, experienced with USB and/or scanners? [12:06] wolferine: not really [12:06] How do I get it to boot into KDE though? [12:06] hello i have install DebootstrapChroot on an amd64 how can i run 32bit applications now? [12:07] k [12:07] david__: you're getting the kdm login when you start? [12:07] see the part that says "select kde as your session" [12:07] david__, set it as the default... === fusspils [n=fusspils@194-144-36-99.du.xdsl.is] has joined #kubuntu [12:07] david__: er, the gdm? [12:07] .... I don't know what I got... Umm... I'll log out and try it. :) I'll be back to let you know the results === raul [n=raul@17.Red-88-26-133.staticIP.rima-tde.net] has joined #kubuntu [12:08] david__: oh, if that's not the PROBLEM, don't worry about it. [12:08] wolferine: /dev/hda2 is full. It is 9.4GB large and it is mounted on / [12:08] whats the difference between linux-386 and linux-generic? [12:08] david__: if not, just select your session as Daisuke_Ido suggests. [12:08] bobleny, so its full, thats why you cannot open the OS [12:08] Yaccin: configuration differences. Read the configs in git. === zido [n=zido@80.178.75.195.adsl.012.net.il] has joined #kubuntu [12:08] Yaccin, 386 doesn't have SMP for one [12:08] bobleny, might want to dump your /tmp [12:09] wolferine: Dump it? [12:09] whats smp? [12:09] and clean up your apt packages === lonnie [n=lonnie@pool-72-66-249-72.ronkva.east.verizon.net] has joined #kubuntu [12:09] bobleny, clean it out, remove everything in it, dump it [12:09] and what Daisuke_Ido said, clean up your apt packages [12:09] Hm, Amarok can't play MIDI files? [12:09] Yaccin, multi-CPU (symmetric multiprocessor or something like that). [12:10] Dragnslcr: don't think so. but kmid should take care of that === krzysiek [n=krzysiek@ccn96.neoplus.adsl.tpnet.pl] has joined #kubuntu [12:10] oh wait, let me double check that [12:10] so i think its better switching to -386 [12:10] yep [12:10] Yaccin: ubuntu uses generic now [12:10] yes [12:10] but why? [12:10] 386 seems to be faster [12:10] :) [12:10] Yaccin, are you using a pre-686 proc? (pre-Pentium)? [12:10] because it's designed to be an easy-to-maintain distro === Photon [n=chatzill@91.140.129.243] has joined #kubuntu [12:11] Sysinfo for 'Hephaistos': Linux 2.6.20-15-generic running KDE 3.5.6, CPU: AMD Athlon at 1200 MHz (2402 bogomips), HD: 58/109GB, RAM: 814/1011MB, 125 proc's, 11.31h up [12:11] hi === krzysiek [n=krzysiek@ccn96.neoplus.adsl.tpnet.pl] has joined #kubuntu [12:11] and multiple kernels aren't. [12:11] whats in the Kubuntu DVD? [12:11] Yaccin, you'll want the generic [12:11] Photon: JKubuntu [12:11] wolferine: You mean I should delete everything on "/dev/hdba2"? === SilentM [n=dennis@c-67-163-119-228.hsd1.va.comcast.net] has joined #kubuntu === czer323 [n=czer323@cpe-71-66-230-94.columbus.res.rr.com] has joined #kubuntu [12:11] Yorokobi: why? ^^ === bobbyd_ [n=rob@82-41-83-99.cable.ubr01.dund.blueyonder.co.uk] has joined #kubuntu [12:11] bobleny, no [12:11] bobleny: NO [12:11] in /tmp === Piki-AFK [n=Pikidalt@pool-151-201-132-64.pitt.east.verizon.net] has joined #kubuntu [12:11] oi, scary === Piki-AFK [n=Pikidalt@pool-151-201-132-64.pitt.east.verizon.net] has left #kubuntu ["See] === karmikaze [n=alexis@65.19.178.80] has joined #kubuntu === ToyMan [n=Stuart@user-12lcqol.cable.mindspring.com] has joined #kubuntu [12:11] i could imagine doing that, and it makes me want to cry [12:12] which is (like the name implies) a temp directory [12:12] Is it worth the effort of trying Beryl or Compiz (just to have a look) on a Kubuntu Feisty running on an old 900 Mhz Duron, 256 Mb RAM, Nvidia FX5200 128Mb ? === null_ [n=null@cpe-24-208-189-7.columbus.res.rr.com] has joined #kubuntu === manchicken is now known as manchicken|away [12:12] bobleny, so you are done beening spoonfed by me today [12:12] good lcuk [12:12] i don't think there's a noticeable performance difference between a generic kernel, a 686 kernel and a p4 kernel [12:12] wolferine: wait! how do I erase "/temp"? [12:12] you see, kernel does mostly scheduling etc, which does not need any of the MMX/SSE stuff === vit [n=vit@201.208.23.93] has joined #kubuntu [12:13] bobleny, how do you think? === fusspils_ [n=fusspils@194-144-36-99.du.xdsl.is] has joined #kubuntu [12:13] franzmaximilian: i'm on an athlon 2400xp, with a FX5600 and not overy happy with the performance. === hotel [n=hotel@91.62.174.83.rev.vodafone.pt] has joined #kubuntu [12:13] wolferine: I don't know... "rm /temp"?