[12:39] maybe i must try #ubuntu as well. === peter_ [n=peter@p54AED9DB.dip.t-dialin.net] has joined #kubuntu === NickPresta [n=nickpres@CPE001c102604d4-CM0011e6c456e3.cpe.net.cable.rogers.com] has joined #kubuntu === peter_ is now known as sully === BloodyDeaTH [n=lucas@bd21aaea.virtua.com.br] has joined #kubuntu [12:41] ScorpKing: i.e. dd -if=/dev/sda999 -of=/hd.iso \ scp user@host /hd.iso /directory/hd.iso === sully is now known as peter__ [12:41] ScorpKing: lol its two lines. if it takes up 1kb ya wrote it wrong [12:42] large cluster size? [12:42] kann mir einer helfen? [12:42] Daisuke_Laptop: huh? [12:43] !de [12:43] Deutschsprachige Hilfe fuer Probleme mit Ubuntu, Kubuntu und Edubuntu finden Sie in den Kanaelen #ubuntu-de, #kubuntu-de, #xubuntu-de und #edubuntu-de [12:43] !de | peter__ [12:43] peter__: please see above [12:43] dammit. [12:43] quixogre: iunno, just throwing stuff out there [12:43] quixogre: so how do i run 2 lines in one command? [12:43] ScorpKing: && [12:44] first && second [12:44] ScorpKing: or foo; bar [12:44] that works well too [12:44] thx [12:44] ./configure && make && sudo make install [12:44] the difference being that && will run them simultaneously [12:44] ScorpKing: hehe several ways. me personally, i'd write a shell script. just make two lines in a flat text file. [12:44] simultaneously? [12:44] Daisuke_Laptop: afaik && run them in parallel, so better use ; ? === ScorpKing is thinking... [12:45] that's been the norm, and if it's the recommended way, i dunno if it does parallel === SilentDis [n=alex@75.116.117.128] has joined #kubuntu [12:45] if it does parallel, it can't be the norm === Juacom99 [n=joaquin@r190-132-133-211.dialup.adsl.anteldata.net.uy] has joined #kubuntu [12:45] maybe I'm confused... && will check for prev command stderring 0? [12:45] then, once i had the shell script, i'd kick it off in cron.d make sure that the username is trusted between the two hosts, so no need to enter password === danya [n=danya@87.109.192.222] has joined #kubuntu === peter__ [n=peter@p54AED9DB.dip.t-dialin.net] has left #kubuntu ["Konversation] [12:46] uga: that's what i found [12:46] http://www.hypexr.org/bash_tutorial.php#multiple === max__ [n=max@if02t2-89-83-225-227.d4.club-internet.fr] has joined #kubuntu [12:46] if it errors out it won't continue [12:46] thanks, I was looking for something like that [12:46] whereas ; will [12:46] quixogre: would you think that the problem with groupwise/kopete deals with the ssl certificate? [12:46] yeah, so how was it to run them in parallel... [12:46] i'm still learning :) [12:46] err... & ? [12:46] Daisuke_Laptop: I'm still forgetting ;) [12:46] I knew all these before :P [12:46] quixogre: or would that prevent it from even connecting to the server if that was the case? [12:46] that's for backgrounding a task... === slackern [n=slackern@81.94.95.51] has joined #kubuntu [12:47] Daisuke_Laptop: that works for a single line forking [12:47] sainz no clue the fact that you can join one, but not create one is perplexing. === wersdaluv [n=allanc@122.2.99.44] has joined #kubuntu [12:47] but not sure if it can do for multi commands in a single line [12:47] quixogre: yeah...hmm [12:47] yeah, i think you're right [12:47] shell command seperators. ; & || && a ; b a runs then b runs a & b a starts and runs in the background and b runs a || b b runs only if a returns exit code -gt 0 a && b bruns only is a returns exitcode -lt 1 === purpleposeidon [n=poseidon@adsl-67-119-15-23.dsl.snfc21.pacbell.net] has joined #kubuntu [12:47] intelikey: cheers === max__ [n=max@if02t2-89-83-225-227.d4.club-internet.fr] has left #kubuntu ["Konversation] === Netham45 [n=Netham45@unaffiliated/netham45] has joined #kubuntu [12:48] !search bashish [12:48] Found: [12:48] !info bashish [12:49] Package bashish does not exist in feisty, feisty-seveas [12:49] :( [12:49] #!/bin/bash [12:49] you think it'll parse? =) [12:49] uga and comands can be grouped { a & b ; c || d ; } && { e && f || g ; } [12:49] intelikey: nice, although I rarely do scripting, now [12:50] for those who don't know. i need to backup my laptop hda1 so there won't be space to store the img before it get's copied to my server. will boot from live cd when doing that.. === Mountainman [i=Mtnman@adsl-70-234-39-131.dsl.tul2ok.sbcglobal.net] has joined #kubuntu [12:50] okies all. time for me to go tutor vb programmers *shudders* === OOD [n=OOD@dsl-138-68.aei.ca] has joined #kubuntu [12:50] quixogre: good luck [12:50] its visual basic...i dotn need luck, i need better karma === Thug-Life [n=ThugLife@AC8EC8DF.ipt.aol.com] has joined #kubuntu [12:51] quixogre: vb6? or vb.net [12:51] .net programming for dummies [12:51] lol, okay [12:51] at least it's more sane than vb6 ;) [12:51] i miss VB 1 === Tomi-idle [n=tomi@dsl-olubrasgw1-fe57fb00-67.dhcp.inet.fi] has joined #kubuntu [12:52] not much, but kinda, some days, a little [12:52] hehe laters === teggen [n=teggen@i538712EF.versanet.de] has left #kubuntu ["Konversation] === yintelike [n=root@dialup-4.253.64.174.Dial1.Dallas1.Level3.net] has joined #kubuntu === darlok [n=elyon@c-71-205-67-153.hsd1.mi.comcast.net] has joined #kubuntu [12:54] or any such util doesn't have to be tar, and doesn't need to be from a live cd === lamliki [n=lamliki@zak.maisel.int-evry.fr] has joined #kubuntu [12:55] ooops reposting cause i don't think it got through. ScorpKing why not just use tar over ssh ? \ tar -c /dev/hda1 | ssh root@addr tee file.tar >/dev/null [12:56] could use cat or dd for the input method could also use dd for the output methood also. === Alexander_ [n=Alexande@41.208.70.157] has joined #kubuntu [12:56] also [12:56] hi all === yintelike is now known as _2 [12:57] i need some help here [12:57] any one [12:57] !ask [12:57] Don't ask to ask a question. Just ask your question :) === flaccid [n=flaccid@134.159.141.130] has joined #kubuntu [12:57] the lcars terminal is kinda neat [12:57] geeky, but neat === Scotty_ [n=Scotty@unaffiliated/scotty] has joined #kubuntu [12:57] <_2> "all things geeky and troll" [12:58] i have dell inspiron 640m laptop ...and i try install kubuntu on it [12:58] <_2> or was that ...great and small ? [12:58] but there is error [12:58] !ask [12:58] Don't ask to ask a question. Just ask your question :) [12:58] what is the error.. [12:58] i dont know [12:59] it is slow in start [12:59] and there is some error maseg === leeo_ [n=lee@66-191-150-144.dhcp.roch.mn.charter.com] has joined #kubuntu [12:59] that could be normal depending how slow it is and what you regard as slow [12:59] no i try it on desktop [12:59] its so slow [01:00] <_2> and how ubuntu'ish your configs are. === buzztracker [n=buzztrac@pelikan.garga.net] has joined #kubuntu [01:00] the same thing in ubuntu [01:00] it ask me to change some files name [01:00] what is slow? i guess we can't figure out why its slow without a clue [01:01] what file and what exactly asked you? [01:01] it stop a litle minute and after that it ask me change names [01:01] video files [01:02] some of them have a long name [01:02] but what is asking you, exactly, you dont know? [01:02] something like rename file .... === _2 ponders,, a litle minute ? as opposed to a big minute ??? === OOD [n=OOD@dsl-138-68.aei.ca] has joined #kubuntu [01:04] well you can have invalid, too long filenames particularly with fat fs but yeah, im afraid with this info there is no way to work out the cause of your problem === stdin [i=stdin@pdpc/supporter/active/stdin] has joined #kubuntu [01:04] most of linux distr give me problems with that laptop [01:05] but its work good on desktop [01:05] <_2> Alexander_ maybe if english is not your native, you can ask in a language specific channel ? that "might" help. === leeo_ is now known as leeo [01:05] i try that but no body there [01:06] <_2> ok. [01:06] sorry about my bad english === _2 wasn't complaining, just noticed that it seemed hard for Alexander_ to communicate the specifics of his issue. [01:07] i try linux kubuntu in virtual pc it work good [01:07] ok then. i would checking top to see if cpu/memory is being chewed [01:08] thanks man === leeo_ [n=lee@66-191-150-144.dhcp.roch.mn.charter.com] has joined #kubuntu === labigeo09_ [n=labigeo0@200.129.159.241] has joined #kubuntu [01:09] i have windows xp too in my laptop [01:09] its sucks === dsmith [n=dsmith@c-76-114-147-255.hsd1.md.comcast.net] has joined #kubuntu [01:11] question: user wrote to me to say that they can no longer delete files/folders. Seems somehow they have a permissions isue? [01:11] seems that there is a bug flaoting around [01:11] <_2> dsmith sounds like they issued sudo konqueror at some point === quixogre [n=james@wsip-68-15-199-77.ok.ok.cox.net] has joined #kubuntu [01:12] hows that? [01:12] !kdesu [01:12] 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 [01:12] most of that files is 3gp [01:12] <_2> dsmith yeah that bug is the "ubuntu policy on security" i.e. root jr. [01:12] <_2> dsmith at any rate. the simple solution is to "own your home" [01:13] _2: if you don't like it, don't use it, but it's extremely useful. [01:13] ok, so what would be my course of action then be? === mtn_man [i=Mtnman@adsl-70-234-39-131.dsl.tul2ok.sbcglobal.net] has joined #kubuntu [01:13] <_2> dsmith i.e. sudo chown `whoami` -R $HOME [01:13] hmmm ok [01:13] i'll try that tomorrow === labigeo09__ [n=labigeo0@200.129.159.241] has joined #kubuntu [01:13] IM like wtf, how can that happen === newsense07 [n=newsense@unaffiliated/newsense07] has joined #kubuntu [01:14] *sratch* the head [01:14] So will Kubuntu Gutsy have Compiz installed/enabled by default? Basically, will the KDE edition of Gutsy be up to the same level as far as polish and features go for the Gnome release? [01:14] fairly new install as well [01:14] can i install gnome in kubuntu ? [01:14] <_2> ^> then remembers running sudo "gui app" and smacks forehead with palm of hand.... [01:15] Alexander_: sure you can [01:15] <_2> Alexander_ you have our permission to do so yes. [01:15] how? [01:15] lol [01:15] <_2> Alexander_ sudo apt-get install gnome [01:15] darlok: I sure hope not.. if it's enabled by default, that's one of the first things I'll rip out. compiz/beryl is garbage. [01:16] <_2> Alexander_ sudo apt-get install ubuntu-desktop if you want the ubuntu defaults [01:16] thanks man [01:16] Alexander_: if you like you could run a virtual image as well === CPrompt^ [n=CPrompt^@cpe-071-076-185-142.triad.res.rr.com] has joined #kubuntu [01:16] ardchoille: Okay, well I know it is with Ubuntu.... wondering if Kubuntu is going to include a lot of new features? Or basically just ride on the tail of Ubuntu as it seems to have been doing. [01:16] Alexander_: No, sudo apt-get install ubuntu-desktop [01:16] <_2> i'm with ardchoille on that darlok [01:17] ardchoille: I love KDE, but Ubuntu has always seemed more secure and innovative to me... [01:17] I consider ubuntu (gnome) to be more a work type enviroment [01:17] darlok: Yeah, I love it too. But I hear that compiz will NOT be enabled by default :) === beast [n=lee@katapult/designer/beast] has joined #kubuntu [01:17] darlok: innovative? gnome? hehe gnomes simplistic [01:17] <_2> i'm not with ardchoille on insisting that others install ubuntu specific meta packages [01:17] _2: :) [01:18] quixogre: I didn't say gnome... I said Ubuntu. === abraham [n=abraham@189.166.4.2] has joined #kubuntu [01:18] quixogre: For example... the new printer system, the new X config gui, etc... [01:18] ubuntu is basically just a debian offshoot. without gnome or kde, its commandline. yer comparing apples and oranges [01:18] hello, hola [01:19] ....Kubuntu never seems to get new features such as those. === marx2k [n=marx2k@student.matcmadison.edu] has joined #kubuntu [01:19] anyone know of a small easy to configure http proxy server ? [01:19] kubuntu is nothing more than ubuntu with kde packaged [01:19] <_2> quixogre ???? "without gnome or kde, its commandline." what do you mean ? [01:19] quixogre: Okay, I didn't realize this was going to turn into an argument of symantics and definitions.... [01:20] quixogre: You're more elite than I am. Congrats. Now, does anyone have any kind of serious answer for me at all? lol === shadowhywind [n=shadowhy@adsl-68-248-234-242.dsl.milwwi.ameritech.net] has joined #kubuntu === javabugz [n=tri@c-69-254-131-167.hsd1.nm.comcast.net] has joined #kubuntu === [1] Netham45 [n=Netham45@unaffiliated/netham45] has joined #kubuntu [01:21] <_2> darlok i though you got your answer, three times. no it won't be default in the next release. or did you ask something else ? === Paddy_EIRE [n=Patrick@78.144.30.76] has joined #kubuntu === leeo [n=lee@katapult/designer/beast] has joined #kubuntu [01:21] darlok: sorry, i came in in the middle of the conversation wasnt trying to berate or belittle you [01:22] _2: Oh, no... compiz was just one example. I also asked about added features in Kubuntu. For some reason Kubuntu seems to lag far behind Ubuntu in terms of innovation with each release. === nine01a [n=nine01a@r74-192-184-195.htvlcmta01.hnvitx.tl.dh.suddenlink.net] has joined #kubuntu [01:22] i know this has been covered a million times, but can someone help me mount windows hard drive? [01:22] i can post my fstab if needed...probably do :) === OOD [n=OOD@dsl-138-68.aei.ca] has joined #kubuntu [01:23] CPrompt^: mount /dev/sda(number of windows partition) /mnt/sda# [01:23] <_2> darlok yes kubuntu does lag about one release. have you compaired the two channels ? #kubuntu 360 users #ubuntu 947 users thus i'd say it gnome has more support form our disrto.... [01:24] _2: Yeah, I know that... was just curious. Is there any place on the web that lists the added features of Kubuntu? [01:24] ...for Gutsy, I mean. [01:24] !gutsy [01:24] Gutsy Gibbon is the code name for the next release of Ubuntu (7.10) | (due October 2007) | It is development software, as such unstable, support _only_ in #ubuntu+1 [01:24] <_2> thus you can expect the developement to focus where the people are. [01:25] <_2> darlok i think the ubuntu.com site has a page [01:25] Sucks because I just switched to KDE from Gnome and I like it a lot better =( [01:25] #ubuntu actually has 1080 users... [01:25] quixogre : "You do not have enough permissions to read" === leeo [n=lee@katapult/designer/beast] has joined #kubuntu [01:25] <_2> stdin give it a minute and it will change :) [01:25] _2: But the Ubuntu page lists features for Ubuntu... not Kubuntu. And they rarely have the same added features. [01:25] _2: already has 1082 :p === savetheWorldAFK is now known as savetheWorld [01:26] CPrompt^: sorry, try adding sudo to the beginning of the command [01:26] <_2> darlok i still think that there is a page. stdin can probably tell you where. [01:26] quixogre : i did that anyway. [01:26] quixogre : it mounted to the directory but i can't access it [01:26] it gives me that error [01:26] still saying not enough permissions? [01:26] CPrompt^: the generall fstab line is "/dev/sda1 /media/windows ntfs defaults,umask=0000 0 0" [01:27] try cd /mnt/sda# === avt3kk [n=ubuntu@70.18.207.244] has joined #kubuntu [01:27] hello? [01:27] <_2> yuch read write for all with the standard ntfs driver ! === BluesKaj [n=kaj@unaffiliated/blueskaj] has joined #kubuntu [01:27] <_2> !ntfs-3g [01:27] ntfs-3g is a Linux driver which allows read/write access to NTFS partitions. Installation instructions at https://help.ubuntu.com/community/MountingWindowsPartitions [01:28] sorry im late guys we got caught in a jam [01:28] !hi | avt3kk [01:28] avt3kk: Hi! Welcome to #kubuntu! [01:28] anyone know of a small easy to configure http proxy server ? [01:28] darlok: the reason the ubuntu page lists ubuntu features it because it's the ubuntu page, https://wiki.ubuntu.com/GutsyGibbon/Beta/Kubuntu has some info on Kubuntu for Gutsy [01:28] anyways im ready to install ubuntu ultimate that when I rstart goes to kubuntu and doesnt start lol :) [01:28] hi === wolfger [n=wolfger@c-68-61-59-149.hsd1.mi.comcast.net] has joined #kubuntu === dori [n=dori@wikipedia/Dori] has joined #kubuntu === Lurkan [n=Lurkan@189.142.230.143] has joined #kubuntu [01:29] so im going to just use the whole hd ok? [01:29] hard drive [01:29] avt3kk: you dont want to dual boot? === Daisuke_Laptop plays Queen's "Another One Bites the Dust" [01:30] avt3kk: "ubuntu ultimate"? [01:30] I can bring back my drive clone it has a dualboot already setup then just fixboot fixmbr from 2000 pro repair console [01:30] and delete ubuntu [01:30] stdin: That's what I was looking for... thank you. [01:30] avt3kk: kubuntu comes with grub, which will allow you to boot multiple OSes [01:31] ubuntu ultimate has it all but it automaticly updates and all that good stuff it reboots to kubuntu === aliasrush [n=david@cpe-024-211-104-112.sc.res.rr.com] has joined #kubuntu [01:31] ubuntu ultimate I want to figure out how to get to work === Pupeno [n=Pupeno@dsl-37-170.dsl.netsource.ie] has joined #kubuntu [01:31] someone yesterday said [01:31] i've never heard of ubuntu ultimate.... [01:31] I have notepad saved [01:32] I will pastebin :) [01:32] brb === wolfgang_ [n=wolfgang@p57A646FA.dip.t-dialin.net] has joined #kubuntu [01:32] i'm curious [01:32] is MS rebranding vista? [01:32] screenshots its a huge page man soo [01:32] http://ubuntusoftware.info/ultimate/screenshots.html [01:33] ima pastebin === Fish-Face [n=fish@cpc3-stkp4-0-0-cust779.manc.cable.ntl.com] has joined #kubuntu [01:34] This is basically Ubuntu, Kubuntu, Xubuntu and others combinded, along with additional software integraded [01:34] 1) i don't trust it because they can't spell, and 2) there's nothing there you can't get from the repos === PSPJunkie [n=junkie@c-68-39-124-69.hsd1.nj.comcast.net] has joined #kubuntu [01:35] this "Ultimate" edition is not official and possibly illegal to download/use in some places [01:36] and If you have issues with stock K/Uubuntu, this will almost certainly not fix it [01:36] stdin: that's a given, since it probably includes all of the non-free codecs by default [01:36] s/Uubuntu/Ubuntu/ [01:36] Hey, has anyone been able to get wifi working with kubuntu on a mac? === Gazza [n=gary@host86-128-144-177.range86-128.btcentralplus.com] has joined #kubuntu [01:37] and i do NOT like their installation methods :\ [01:37] sudo apt-get install -y --allow-unauthenticated scourge [01:38] perhaps a new factoid is in order... [01:38] !wifi | PSPJunkie [01:38] PSPJunkie: Wireless documentation can be found at https://help.ubuntu.com/community/WifiDocs === excitatory [n=excitato@CPE-65-30-179-18.wi.res.rr.com] has joined #kubuntu === newsense07 is looking for a small easy to configure proxy server, with a gui if possible [01:39] Heres the pastebin of my problem of restarting ubuntu ultimate and it trying to start kubuntu and its not starting x11: http://www.pastebin.org/3589 [01:39] Thanks qiuxogre [01:39] Before I forget, how would I diagnose a Suspend/Hibernate problem in Feisty? [01:39] !hibernate [01:39] Sorry, I don't know anything about hibernate - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi [01:39] !suspend [01:39] Sorry, I don't know anything about suspend - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi [01:40] I typed that out because printing in UU is so easy from the live dvd === wers [n=allanc@122.2.99.44] has joined #kubuntu [01:40] !squid [01:40] Sorry, I don't know anything about squid - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi [01:40] avt3kk: hate to break it to ya bro, but ultimate is nothing more than preconfigured kubuntu...THATS why its booting kubuntu === slackern [n=slackern@81.94.95.51] has joined #kubuntu === emilsedgh [n=emilsedg@84.47.209.28] has left #kubuntu ["Kopete] [01:40] well man I want to get it working please [01:40] I like UU man lol [01:41] don't use it. it's pretty simple. that's not going to help your problems, and there's nothing special about it. [01:41] it isn't supported here [01:41] what???? :O [01:41] damt [01:41] it's not an official ubuntu release [01:41] not in ubuntu either === BloodyDeaTH [n=lucas@bd21aaea.virtua.com.br] has joined #kubuntu [01:41] son of a .. [01:41] you mean you've already asked this in #ubuntu? [01:41] yeees [01:41] I want to have a nice, clean install of gutsy when it is released.. If I install Gutsy Beta now and just upgrade and upgrade it until the final gutsy is out, will that gutsy be a clean install? [01:41] ... [01:42] I need help from someone aaaaaaa [01:42] send me somewere pls [01:42] ot would it still be better if I reformat with a final gutsy cd? [01:42] ubuntu.com [01:42] go download an official iso [01:42] then install what you need [01:42] what happened to those helpful guys lastnight [01:42] brb.-=\ [01:43] avt3kk: beta testing :D [01:43] ultimate is beta??? [01:43] well it sets up the printer [01:44] everything installs itself practicly [01:44] its so easy [01:44] ultimate is nothing, non-official, not recognized by the ubuntu team === Flare [n=jesse@adsl-155-162-24.gsp.bellsouth.net] has joined #kubuntu [01:44] just a few clicks [01:44] avt if its so easy, why are you here? [01:44] probably includes automatix, too [01:44] because my video card is radeon saphire x800 lol [01:44] automatix AND automatix bleeder [01:44] and UU wont bootup [01:45] it basicly trys to start kubuntu<<< [01:45] avt3kk: who cares ? [01:45] ah jesus [01:45] !ubuntu ultimate [01:45] Sorry, I don't know anything about ubuntu ultimate - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi [01:45] you should [01:45] avt3kk: so install an official version [01:45] as i've said already [01:45] avt3kk: why dont ya ask in *ubuntu-ultimate [01:46] http://ubuntusoftware.info/ultimate/ [01:46] im sure their users are as great as their wonderful distro === ScorpKing [n=ScorpKin@vc-196-207-45-240.3g.vodacom.co.za] has joined #kubuntu === phitoo [n=phitoo@dpc674484141.direcpc.com] has joined #kubuntu [01:46] list of all the apps it comes with... === ScorpKing is back [01:46] cant find it [01:47] ty [01:47] :D [01:47] i have an idea for my backup problem. === datasoftware__ [n=datasoft@200.21.197.50] has joined #kubuntu [01:47] they shouldn't even be using the ubuntu name for something that poorly put together [01:48] Newsense07 thankyou so much :D [01:48] scorp does it involve duct tape? [01:48] if i sudo chmod o+r /dev/hda1 will i be able to dd to nfs as a normal user? [01:48] quixogre: it might. :D [01:48] avt3kk, [01:48] The latest fglrx driver supports Radeon 9500 and the X-series cards up to X1900. [01:48] http://wiki.cchtml.com/index.php/Ubuntu_Feisty_Installation_Guide === quixogre likes duct tape [01:48] oops [01:48] The handyman's secret weapon [01:48] blue thats for me? [01:49] at the shop I have ducttape [01:49] I use it for everything [01:49] yes avt3kk , ATI new experimental driver 8.41.7 , http://ati.amd.com/support/drivers/linux/linux-radeonhdd.html [01:49] ;) === cies [n=cies@i102128.upc-i.chello.nl] has joined #kubuntu [01:50] uga: did you give me the link to enable root write for nfs? === ScorpKing has no memory... === newsense07 [n=newsense@adsl-68-253-177-223.dsl.emhril.ameritech.net] has joined #kubuntu === linubu [n=linubu@p5091D654.dip.t-dialin.net] has joined #kubuntu === miguel [n=miguel@78-86-105-56.zone2.bethere.co.uk] has joined #kubuntu [01:51] ScorpKing: yup. was him [01:51] avt3kk,but one thing , don't choose your card choose the Radeon HD 2900 , it will work on your x800 [01:51] ook ty [01:51] quixogre: do you think my plan will work? [01:52] lol i take it the scp idea didnt work? [01:52] nope [01:52] whats csp? [01:52] or psc for that matter. lol [01:52] scp = secure copy [01:53] o [01:53] avt3kk: it's ssh copy [01:53] im kind of new so whats ssh [01:53] !info ssh [01:53] ssh: Secure shell client and server (transitional package). In component main, is optional. Version 1:4.3p2-8ubuntu1 (feisty), package size 1 kB, installed size 32 kB [01:53] ook ic now [01:53] where do i find wastebin? === datasoftware_ [n=datasoft@200.21.197.50] has joined #kubuntu [01:54] galathal1on: You man !pastebin ? === ArTo [n=iaguis@80.31.244.202] has joined #kubuntu [01:54] s/man/mean/ [01:54] no i mean like trashcan [01:54] trash:/ [01:54] In konqueror ^^ === ScorpKing wonders if there are any clever people left here... === quixogre wodners what a clever person is [01:55] what does .run open with? [01:55] wine [01:55] avt3kk: .run is a shell script with an embedded tar file [01:55] Scor. you have to run dd as root right?pKing: so let me get this straight [01:55] ardchoille: cant find it [01:55] ya what do I do with it [01:55] ScorpKing: so let me get this straight. you have to run dd as root right? [01:56] galathal1on: Open konqueror and type this in the location bar: trash:/ [01:56] avt3kk: run it like a shell script "sh filename.run" [01:56] quixogre: yes [01:56] ook [01:56] ardchoille: thnx :> [01:56] :) [01:56] quixogre: the problem is that root can't copy to a nfs mount. [01:57] but root cant access the nfs drive to read/write right? [01:57] true [01:57] sorry, slow typer === pauloidef [n=pauloide@aquarela.nlink.com.br] has joined #kubuntu [01:57] lol [01:57] quixogre: install ktouch === slackern [n=slackern@81.94.95.51] has joined #kubuntu [01:57] galathal1on: Also: ~/.local/share/Trash [01:58] okay. how do you plan on kicking off the backup? crontab? [01:58] no [01:58] Everyone:> can't get help here join #shstech === mode/#kubuntu [+o stdin] by ChanServ === Flare [n=jesse@adsl-155-162-24.gsp.bellsouth.net] has left #kubuntu [requested] === mode/#kubuntu [-o stdin] by ChanServ === Flare [n=jesse@adsl-155-162-24.gsp.bellsouth.net] has joined #kubuntu === Flare [n=jesse@adsl-155-162-24.gsp.bellsouth.net] has left #kubuntu ["Getting] [01:59] Quando converto o arquivo avi para o formato DVD o som fico com um ruido muito alto, alguem sabe me dizer o que eh [01:59] !br [01:59] Por favor use #ubuntu-br ou #ubuntu-pt para ajuda em portugus. Obrigado. [01:59] !ES [01:59] Si busca ayuda en Espaol por favor entre en los canales #ubuntu-es, #kubuntu-es o #edubuntu-es, all obtendr mas ayuda. [01:59] quixogre: i want to boot from a cd and mount the nfs drive. then dd hda1 to it. === whiskeytango [n=nicholas@user-0ccspa7.cable.mindspring.com] has joined #kubuntu === buzztracker [n=buzztrac@pelikan.garga.net] has joined #kubuntu [02:00] ScorpKing: You only have 1 drive bay in that lappy? [02:00] yes [02:01] this 40gig has been smiling at me all day. :) [02:01] ScorpKing: Remind me to never buy that model === Sinistral_ [n=Sinistra@80.171.113.1] has joined #kubuntu [02:01] lol. [02:01] what model? [02:01] Im a rocket scientist, in the process of creating a dual boot with windows vista i formatted over windows vista. [02:01] dd hda1 to the cd? is the cd big enough? [02:02] whiskeytango: you'll thank yourself. [02:02] quixogre: dvd rom. no writer. [02:02] whiskeytango: good riddance to bad rubbish now just install kubuntu, and life will be grand === pacs34 [n=kvirc@static-76-160-69-122.dsl.cavtel.net] has joined #kubuntu [02:02] whiskeytango: Congrats, you just made your system better :) [02:02] i won't even limit him to kubuntu === danya_ [n=danya@87.109.166.233] has joined #kubuntu [02:03] How do i tell what version of ubuntu i have? :P [02:03] ubuntu and xubuntu work as well [02:03] do I install the default options from after just saying yes to start the install process for ATI driver (radeon saphire x800 gto) [02:03] sh ati-driver-installer-8.41.7-x86.x86_64.run [02:03] I am using the one off their website. [02:03] lsb_release -a === Juacom99 [n=joaquin@r190-64-99-14.dialup.adsl.anteldata.net.uy] has joined #kubuntu [02:03] well you can't install it while x is running [02:03] should I click default will I be able to choose hd 2900 later on or what? [02:03] avt3kk: The ati drivers are in the repos [02:04] Ubuntu 7.04, that was easy enough [02:04] ardchoille: apparently the bleeding edge drivers are required in this instance [02:04] Daisuke_Laptop: Ah, ok [02:04] this is a live dvd [02:04] you wait huh what? === isa268[FAN] [n=matthew@adsl-68-90-234-234.dsl.hstntx.swbell.net] has joined #kubuntu [02:04] avt3kk: You realise that all that work will be gone when you reboot, right? [02:04] are you still using ubuntu ultimate? [02:05] sht === Daisuke_Laptop shuns === squarebottle [n=james@cpe-24-161-189-189.san.res.rr.com] has joined #kubuntu [02:05] UU lol [02:05] :/ [02:05] trying to find a way man [02:05] quixogre: i think i'll just chmod /dev/hda1 so normal users can read it and then see what happens. [02:05] no help, sorry. you're going to cause more problems than you solve with that pos [02:05] so I should put my old dualboot back? [02:06] scorp hehe if it works... [02:06] then download kubuntu in xp and burn the cd is there a dvd version of kubuntu?? === paulo [n=pauloide@aquarela.nlink.com.br] has joined #kubuntu [02:06] kubuntu dvd [02:06] that has alot of stuff [02:06] quixogre: i'll ask it nicely :D [02:06] that would be a better solution than using an unofficial version of a good distro that requires you to use -y and --allow_unauthenticated as apt-get arguments :\ === Flegma [n=Michalek@devil.spacecom.cz] has joined #kubuntu [02:06] avt3kk: There is a dvd version but the repos have the same stuff and a cd doesn't take as long to download [02:06] just get the cd, and install what you need afterward... [02:07] avt3kk, are you going to install kubuntu , then ? [02:07] ya [02:07] you'll find we get a lot nicer then :) [02:07] everyone says UU is a piece of cr@p [02:07] avt3kk, cool === max__ [n=max@if02t2-89-83-225-227.d4.club-internet.fr] has joined #kubuntu [02:08] so in kubuntu setting up the printer if it has an ip is realy easy? [02:08] oh god yes [02:08] how about flash java === max__ is now known as highlander [02:08] it uses the same tools [02:08] avt3kk: I've seen many people have probs with UU, I've never used it.. I've always just stuck with official kubuntu and never had probs [02:08] just an apt-get away :) [02:08] Hey, i just remembered what i loved about my putty emulator iat my old job, command prompts are fast as..well..command prompts. [02:09] putty is the one app i LIKE using in windows (but i just use it to ssh into my home box :D) [02:09] well I got to put my drive clone back first [02:09] acronis drive image [02:09] only thing I trust that junk to do is drive imaging lol [02:09] that was a good idea [02:09] drive cloning [02:10] making a partition image with that its always corrupt [02:10] We had a default IBM emulator, but it was terrible so about three weeks after someone was hired they would ask how to get putty since all the other people used it [02:10] ty Daisuke :D [02:10] avt3kk: Get yourself a copy of http:sysresccd.org , it has partimage on it and that does drive cloning quite well. === Scotty is now known as SCOTTY [02:11] think i have that in my cd case [02:11] avt3kk, if you still intend to keep a windows partition , defrag before making and formatting the ext3 [02:12] I defraged xp pro before installing ubuntu [02:12] good [02:12] I also used (drive image 2002) to image both xp and ubuntu lololol [02:12] then you got to fix inode error [02:12] after restoring the ubuntu image [02:13] at least from (drive image 2002) [02:13] ok, well i have to reboot.. [02:13] its all graphical and realy easy [02:13] I made a mini tut ubuntu uploaded in howto [02:13] dont laugh at me just yet lol [02:13] it sux I show ya === whiskeytango [n=nicholas@user-0ccspa7.cable.mindspring.com] has left #kubuntu [] === cje [n=cje@proxy.officegeneral.com] has joined #kubuntu [02:16] http://ubuntuforums.org/showthread.php?t=536491 [02:16] :/ you can laugh now [02:16] ok im going to hookup my other harddrive and boot acronis guys ok? [02:17] guys [02:17] what is automatix? [02:17] I dunno [02:18] were does it say that? === SCOTTY is now known as Scotty [02:18] Your brain will thank you if you don't find the answer to that question [02:18] someone in school recommended it to me...want to find out why before i bother researching it further [02:18] !automatix [02:18] Automatix2 is a block of code which attempts to install some software. When it fails and breaks systems, we don't provide support for it. A creditable analysis from a debian/ubuntu developer is here - http://mjg59.livejournal.com/77440.html (Additional information: /msg ubotu worksforme) [02:18] quixogre- probably because they hate you [02:19] Dragnslcr: lol === BluesKaj [n=kaj@unaffiliated/blueskaj] has joined #kubuntu [02:19] automatix will break your system hahaha === datasoftware__ [n=datasoft@200.21.197.50] has joined #kubuntu [02:19] Quix good thing you asked in here === _czessi [n=Czessi@dslb-088-073-048-086.pools.arcor-ip.net] has joined #kubuntu === spawn57 [n=sunil@n219077151072.netvigator.com] has joined #kubuntu [02:20] meh brokngs to futz withen systems are fun. if everything worked, i'd run out of thi [02:20] love that touchpad [02:20] welp see you guys later [02:20] avt3kk: good luck, and hopefully you'll make it back here === tomsku [n=tomsku@dsl-trebrasgw1-fe54fa00-250.dhcp.inet.fi] has joined #kubuntu [02:20] meh brok systems are fun. if everything worked, i'd run out of things to futz with [02:20] im putting my old dualboot back then downloading kubuntu [02:21] of course Daisuke_Laptop lol :P [02:21] fscking touchpad..... [02:22] bbl. going into bios, and disabling that damn touchpad === jack_wyt [n=jack@123.115.241.211] has joined #kubuntu === max__ [n=max@if02t2-89-83-225-227.d4.club-internet.fr] has joined #kubuntu === datasoftware_ [n=datasoft@200.21.197.50] has joined #kubuntu === Tautoa [n=Tautoa@adsl-83-100-138-252.karoo.KCOM.COM] has joined #kubuntu === rootMoon [n=Tim@ool-182d1c16.dyn.optonline.net] has joined #kubuntu [02:28] hi guys i am On pcLinux OS and wanna switch to Kubuntu can u help me with aprtitions plz?? === quixogre [n=james@wsip-68-15-199-77.ok.ok.cox.net] has joined #kubuntu [02:29] hallo! [02:30] crap. didnt work. [02:30] !partition | rootMoon [02:30] rootMoon: 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 [02:30] Hi [02:30] What do you need help with, specifically? === Jucato [n=jucato@ubuntu/member/Jucato] has joined #kubuntu [02:31] http://img168.imageshack.us/my.php?image=snapshot1fo6.png === prxq_ [n=prxq@Xc1a6.x.pppool.de] has joined #kubuntu [02:32] here is the print screen of MY gparted Window .... and i Only need 10gb for Windows backup and thats it [02:32] http://img168.imageshack.us/my.php?image=snapshot1fo6.png === juacom04 [n=joaquin@r190-64-99-14.dialup.adsl.anteldata.net.uy] has joined #kubuntu [02:33] ok, how can we help? :) === phoenixz [n=sven@201.175.36.100] has joined #kubuntu [02:33] how do i delete everything but the ntfs and install Kubuntu on the rest? === rpedro [n=rpedro@87-196-66-154.net.novis.pt] has joined #kubuntu === mode/#kubuntu [+o stdin] by ChanServ === mode/#kubuntu [-b *!*@adsl-70-231-252-93.dsl.snfc21.sbcglobal.net] by stdin === mode/#kubuntu [-o stdin] by ChanServ [02:35] You should be able to right-click the partitions from gparted and select 'remove partition' ? [02:35] Although you would probably have to unmount it first. [02:35] Do you have a Live CD? [02:35] yeah [02:35] I have Kubuntu and i have PClinuxOS [02:36] U mean i have to delete them from Kubuntu live cd right? === winbond [n=winbond@c-76-99-13-234.hsd1.pa.comcast.net] has joined #kubuntu [02:37] rootMoon: You can't manipulate partitions while they're mounted === ReMiiRuru [n=l@host-87-99-12-170.lanet.net.pl] has joined #kubuntu [02:37] i dunno [02:37] So, to delete the / partition, rootMoon would need to use a Live CD? [02:37] people are the same way... === Daisuke_Laptop walks away, shamefaced === truth [n=admin@71-223-100-104.phnx.qwest.net] has joined #kubuntu [02:37] correct === jalvesaq [n=jakson@201.56.115.240] has joined #kubuntu === jalvesaq [n=jakson@201.56.115.240] has left #kubuntu ["Konversation] [02:38] Tautoa: Yes [02:38] I have to USE gparted and mannually delete them right? [02:39] rootMoon: Yes, but they must be unmounted first [02:39] You can't delete a partition that you are currently in [02:39] So, boot to the Kubuntu Live CD, use gparted on the disc to remove all the unwanted partitions (making sure you have a copy of everything you want to keep), make some new partitions, and install Kubuntu === dasnipa [n=dasnipa@c-67-166-191-154.hsd1.va.comcast.net] has joined #kubuntu [02:39] there is a gparted live cd which is very easy to use [02:39] brb [02:40] check it out, when i execute a start script for firefox from the terminal ./firefox it starts quickly and its ready to go, but when i start it from a shortcut on the desktop, it starts but there is a busy icon bouncing for another 30 seconds, whats the problem? [02:40] How do i make new paritions and what size they should be for 74gb hard drive where 10gb is used for windows backup? === Netham45 [n=Netham45@unaffiliated/netham45] has joined #kubuntu === mhma [n=mhma@81.10.39.245] has joined #kubuntu === BluesKaj [n=kaj@unaffiliated/blueskaj] has joined #kubuntu [02:42] You can click on the unallocated space and select 'make partition' [02:42] Sizes vary according to your preference, as do partitions, but the swap should be about 1.5 times the amount of RAM, 10-15GB should be comfortable for / (although I've used smaller before), and the rest for /home? === brujo [n=brujo@host220.190-136-241.telecom.net.ar] has joined #kubuntu [02:44] whic h leaves me aboyt with 34gb for home? === edson [n=edson@unaffiliated/edson] has joined #kubuntu === sacater [n=sacater@ubuntu/member/colchester-lug.sacater] has joined #kubuntu === IanC26 [n=IanC26@2002:cb36:1ccc:4:216:6fff:fe39:ff6e] has joined #kubuntu [02:46] ??????? [02:47] I'm looking for something to convert .avi to mpeg (or some format for dvd) - any recommendations? === ncmontas [n=ncmontas@124.83.20.94] has joined #kubuntu === solid_liq [n=Solidity@12-207-145-125.client.mchsi.com] has joined #kubuntu [02:47] rootMoon: Wow, and my $HOME is about 18.2Mb [02:47] Depends how much RAM you have, but I think it would leave you with about 45GB? [02:47] I have 1gig and i make 2 gig swap [02:48] truth , tovid has both gui and cli versions [02:48] rootMoon: yes === juacom04 [n=joaquin@r190-64-99-14.dialup.adsl.anteldata.net.uy] has joined #kubuntu [02:49] there's a #tovid support chat as well, right here on freenode [02:49] 74Gb drive, with 10GB for backup, 15GB for /, 2GB for swap... leaves 47GB === savetheWorld is now known as bronze === bronze is now known as savetheWorld === _aaa [n=dac@tx-76-6-82-14.dhcp.embarqhsd.net] has joined #kubuntu [02:52] thanks === thatsPipe [n=rshaw@pool-151-203-57-43.bos.east.verizon.net] has joined #kubuntu === rickey [n=rickey@79.245.dialup.mvtel.net] has joined #kubuntu === soulrider [n=mauro@r190-64-157-144.dialup.adsl.anteldata.net.uy] has joined #kubuntu === aguitel [n=aguitel@200.3.186.94] has left #kubuntu ["Konversation] [02:53] what is the best program to watch dvd movies on the computer with? [02:53] VLC [02:53] rickey: VLC [02:53] !vlc [02:53] 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 [02:54] ubotu i have many of those players ,but the dvd wont play [02:54] !best [02:54] Usually, there is no single "best" application to perform a given task. It's up to you to choose among a number of different applications, depending on your preferences, the features you require, and other factors. === juacom04 [n=joaquin@r190-64-99-14.dialup.adsl.anteldata.net.uy] has left #kubuntu ["Konversation] === _gtt_ [n=gtt@cpe-76-186-18-219.tx.res.rr.com] has joined #kubuntu === florian_ [n=florian@p5088F1F5.dip.t-dialin.net] has joined #kubuntu [02:55] does divx work on linux? [02:56] Hi there, I have a dell latitude d620 laptop and I just followed the ubuntu guide to get wireless to work with ndis wrapper.. So far, so good. Im usinmg knetwork manager to manage wifi, but I cant connect to encrypted networks :( I give in the key and after a few seconds, it just asks me again for the key.. Anybody knows a fix? === savetheWorld is now known as bronzTheWorld === michelle__ [n=michelle@12-218-112-35.client.mchsi.com] has joined #kubuntu === bronzTheWorld is now known as savetheWorld [02:56] phoenixz: using broadcom wireless card? [02:57] How do i use gparted ON Kubuntu live cd to make 15gb for / 2gb for swap and 47 for /home ?? [02:57] quixogre, err, think so, let me check === _Roke_ [n=roke@20150218223.user.veloxzone.com.br] has joined #kubuntu [02:57] rootMoon: there's QtParted on the Live CD [02:57] DivX definitely works on Linux [02:57] Pitabred: thnks [02:58] quixogre, yes, Broadcom Corporation Dell Wireless 1390 [02:58] brb [02:59] quixogre, that is good? or bad? === Pitabred [n=pita@c-67-190-48-101.hsd1.co.comcast.net] has joined #kubuntu === buzztracker [n=buzztrac@pelikan.garga.net] has joined #kubuntu === sheldonc [n=sheldon@d64-180-175-69.bchsia.telus.net] has joined #kubuntu === wolfgang_ [n=wolfgang@p57A646FA.dip.t-dialin.net] has joined #kubuntu [03:02] phoenixz: neither. just a bit of a pain. are you using WPA for security? === brainwrck [n=lkomotor@cpe-68-174-81-188.nyc.res.rr.com] has joined #kubuntu === redoo_ [n=redoo@p50855E78.dip.t-dialin.net] has joined #kubuntu [03:02] hi [03:02] !hi | brainwrck [03:02] brainwrck: Hi! Welcome to #kubuntu! [03:03] I installed kubuntu to a person and that person is complaing that shitty f00.exe games don't run on linux and wants to change back to m$hit [03:03] what can I do? [03:04] wine ? [03:04] !wine [03:04] wine is a compatibility layer for running Windows programs on GNU/Linux. See https://help.ubuntu.com/community/Wine for more information. [03:04] quixogre, good question.. I got a large ASCAII key.. and now that I try to modprobe ndis wraper again, its not comming up either.. :( let me first fix that.. === danya__ [n=danya@87.109.211.88] has joined #kubuntu [03:04] brainwrck: install windows for em. wine doesnt support directX well enough for most high end games [03:05] honestly, i keep xp on this pc exlusively for games [03:05] stdin: by the way these aren't the kewl games for PC but whack free games, prolly spyware/virii/trojan/keylogger ridden type [03:06] those that advertise FREE GAME DONWLOAD [03:06] brain, if they're java based games, they SHOULD work in firefox === CSills [n=csills@c-71-59-52-223.hsd1.ga.comcast.net] has joined #kubuntu [03:06] mm... === _gtt_ [n=gtt@cpe-76-186-18-219.tx.res.rr.com] has joined #kubuntu [03:06] otherwise, wine will work [03:06] but gotta set em up right [03:06] brainwrck: some should still work in wine, or you can just install VMWare/VirtualBox and install windows in that for the games [03:07] I just typed "about:plugins" into konqueror's location bar and noticed that my konq web browser can handle window media. Where is it getting the codec/plugin for that? I don't have firefox installed [03:07] brainwrck: and do what I do, say "You want windows? then install it yourself" [03:07] may I should let the person go back to m$$ and get it wreck on her own in a heartbeat [03:07] IS Linux MINT with codecs INStalled legal IN USA ?????????? [03:07] rootMoon: nope [03:08] stdin: it is illigal ? [03:08] I mean somepople bring some computers LITERALLY bent outta shape... then they complain about linux [03:08] o_O [03:08] I #$%$^ing don't get it [03:08] lol brain gotta have their freecell, huh? [03:08] I am beggining that linux shouldnt become popular [03:08] quixogre: Hmm, I am the Wireless problem guy, I don't know where to start with that. [03:08] rootMoon: yep, some of the codecs are illegal in the USA due to patient issues === phitoo [n=phitoo@dpc674484141.direcpc.com] has joined #kubuntu [03:09] stdin: so ppl wh o use it all go to jail and get heavy fines?? === XsteelWolf [n=XsteelWo@cm97.epsilon105.maxonline.com.sg] has joined #kubuntu === kloeri [i=kloeri@freenode/staff/kloeri] has joined #kubuntu [03:09] rootMoon: it's possible, yes [03:09] zero encrypted wireless networks either use wep or wpa. wpa tends to be more windows specific === Pitabred [n=pita@c-67-190-48-101.hsd1.co.comcast.net] has joined #kubuntu [03:09] rootMoon: There aren't enough jails to hold everyone who uses it [03:09] rootMoon: tho they'd have to catch you first === _gtt_ [n=gtt@cpe-76-186-18-219.tx.res.rr.com] has joined #kubuntu [03:09] zeroziat: encrypted wireless networks either use wep or wpa. wpa tends to be more windows specific [03:10] stdin: so why won't they jsut pay 50$ for windows xp home and use it?? === ender_ [n=ender@66.138.3.241] has joined #kubuntu [03:10] 50-$ is not much [03:10] zeroziat: if yer using wpa, you can still connect, but gotta juggle some stuff a bit === ender_ is now known as Ender_Chan [03:10] rootMoon: Because Windows is unstable, insecure and, to be honest, garbage [03:10] rootMoon: MS was sewed for including mp3 codes by default, so that doesn't solve it [03:10] quixogre: I don't use encryption for my wireless connection. === downandout [n=drgonzo@124-171-22-3.dyn.iinet.net.au] has joined #kubuntu [03:10] hello all === jono [n=jono@ubuntu/member/jono] has joined #kubuntu [03:11] ardchoille: but u can play games on Windows betetr [03:11] quixogre: where did you get that WPA is m$ specific? By the way WEP no longer qulifies as "secure" LOL [03:11] I'm woundering, what filter combo's do you guys suggest for koffice, I'm currently using spambayes and its detection rate is low less then 50% === Mountainman [i=Mtnman@adsl-70-234-39-131.dsl.tul2ok.sbcglobal.net] has joined #kubuntu [03:11] I've been using it for sometime now two months or so and i do constant retraining but its still low. [03:11] rootMoon: this channel isn't for discussing the pros and cons of MS Windows [03:11] sorry kontact :) === phitoo [n=phitoo@dpc674484141.direcpc.com] has left #kubuntu ["Konversation] [03:11] brainwrck: not windows specific, but WPA requires a domain name, like a windows server run network [03:12] zeroziat, quixogre: WEP is a bad joke. Use WPA(-PSK)2. [03:12] quixogre: w00t, ridiculous [03:12] stdin: Is it illegal to use a codec that handles wmv files? [03:12] And there is nothing MS-specific about WPA. [03:12] hirvinen, i personally use an unencrypted wireless network at home. but at school use WPA [03:12] LMAO@wep bad joke [03:13] ardchoille: unless you have a Windows licence (like the one stuck to most PCs) then it is [03:13] quixogre: Mine haves no encryption. =/ So I guess 'll save up less trouble? [03:13] stdin: kmplayer-konq-plugins is in main and I think shipped with kubuntu and it handles wmv files as well as a lot of other types [03:13] 1:11 < stdin> rootMoon: this channel isn't for discussing the pros and cons of MS Windows [03:14] stdin: as far as I know there aren't PROS for m$$ [03:14] ardchoille: with the package with the codecs installed === brainwrck fixed [03:14] zeroziat: yep. just make sure not to send any usernames or passwords across it that arent secure before they leave the pc [03:14] ardchoille: it is just a frontend to mplayer, so it doesn't do the decoding [03:14] ardchoille: and mplayer is in multiverse [03:14] stdin: Ah, ok [03:15] downandout: I just made my own filter... if I get spam, the sender goes on the list, so they can't send me more. [03:15] Wouldn't work if you get a lot, but my email is all through Gmail anyways, so that gets most of it :) [03:15] quixogre: Alright, so, where do I start, to: Make Kubuntu detect my card, and thus connect to my wireless network? [03:15] does gmail have a good filter?\ [03:16] brainwrck: in order to connect to my wpa2 network at school, i have to include @domainname to the username when im connecting [03:16] mm... how do I use tftp? === phoenixz [n=sven@201.175.36.100] has joined #kubuntu [03:16] zeroziat: what kind of wireless card? [03:16] downandout: as far as I know, yes. The fact that I've only had to manually add 4 senders to the list speaks for itself :) [03:16] quixogre: Hodl on, lemme run my Device Manager... [03:16] quixogre, zeroziat: WPA(2) requires an authentication server, but I believe most access points can act as one. WPA-PSK(2) doesn't need one. [03:16] quixogre, it might help to move the hw switch for your wifi... :) its on! [03:17] how do I spefify tftp to use eth0 instead of eth1? [03:17] the connection is on eth0 ATM [03:17] quixogre, Ok, I try to connect to the wifi access point, and knetworkmanager is asking for a WEP passphrase, and I have a long line of ascii chars as the passphrase.. [03:17] quixogre, so how can I make this work? === nosrednaekim [n=michael@02-202.200.popsite.net] has joined #kubuntu [03:17] mm... I am gettin an uneasy feeling as I type this over open wifi connection === do0odz [n=danya@87.109.16.140] has joined #kubuntu [03:18] lol im using a bcm44xx wireless card. cant even get ubuntu to recognize it, much less connect with it through linux, so might not be the best source [03:18] brainwrck: :) [03:19] quixogre: did you follow the official broadcom tutorial? [03:19] phoenix, speak to the person who set up the network/go to the router/wifi point and create the passphrase [03:19] nosrednaekim: yup. freezes up on the NDISwrapper install [03:19] quixogre: give up, that's what I did with the save driver :-( [03:20] quixogre: hmm...od.. === crumja [n=crumja@dwin-wlan-141.AirBears.Berkeley.EDU] has joined #kubuntu [03:20] so then who can help me with getting my dell latitude d620 broadcom wifi to work with WEP? [03:20] yeah... broadcoms are a pain... which is why I research my wifi cards ;) [03:20] nosred, yeah. as of right now, i have to hardwire to get connected. [03:21] phoenixz: is this a home or work wifi network? [03:21] mm.. how can I specify for tftp to use a specific eht? [03:21] quixogre: as I said, give up now before you consume yourself in frustration [03:22] lol [03:22] quixogre: I gave up on latitude as well [03:22] brainwrck: So, quite while he's behind? lol [03:22] quixogre: Win XP tells me it is "Dell TrueMobile 1300 WLAN Mini-PCI Card", manufactured by Broadcom. [03:23] quixogre: you can Zydas wireless USB for $24 [03:23] quixogre, work.. === tanu [n=tanu@ip68-100-147-136.dc.dc.cox.net] has joined #kubuntu [03:23] works like a charm === Knightlust [n=dax@122.2.250.148] has joined #kubuntu [03:23] http://ubuntuforums.org/showthread.php?t=197102&highlight=dell+latitude+d620 [03:24] quixogre: But the actual box says it's a Belkin 802.11g. [03:24] And something more === NDP-Kubuntu [n=section3@207-172-70-51.c3-0.sbo-ubr2.sbo.ma.cable.rcn.com] has joined #kubuntu === RedKrieg [n=RedKrieg@ip70-177-204-60.hr.hr.cox.net] has joined #kubuntu === compilerwriter [n=keith@ppp-70-225-135-37.dsl.ipltin.ameritech.net] has joined #kubuntu === cox377 [n=cox@host-84-9-66-249.bulldogdsl.com] has joined #kubuntu === jussio1 [n=jussi@oul088-gw3.netplaza.fi] has joined #kubuntu === _freedom_ [n=freedom@173-170-222-85.adsl.verat.net] has joined #kubuntu === Zeelot [n=zeelot@becks2.fiu.edu] has joined #kubuntu === CSills [n=csills@c-71-59-52-223.hsd1.ga.comcast.net] has joined #kubuntu === trpr [n=ftg2@63-228-140-229.phnx.qwest.net] has joined #kubuntu === Paddy_EIRE [n=Patrick@78.144.30.76] has joined #kubuntu === Flare [n=jesse@adsl-155-162-24.gsp.bellsouth.net] has joined #kubuntu === aliasrush [n=david@cpe-024-211-104-112.sc.res.rr.com] has joined #kubuntu === manchicken [n=manckn@12-226-72-69.client.mchsi.com] has joined #kubuntu === SeanTater [n=sean@cpe-069-132-048-232.carolina.res.rr.com] has joined #kubuntu === secleinteer [n=scl@adsl-70-237-240-52.dsl.stlsmo.sbcglobal.net] has joined #kubuntu === T3 [n=t3@201.82.208.136] has joined #kubuntu === holycow [n=new@mail.wjsgroup.com] has joined #kubuntu === kkerwin [n=kris@74-141-140-202.dhcp.insightbb.com] has joined #kubuntu === Khabarach [n=Anonymou@83.147.136.130] has joined #kubuntu === jack_wyt [n=jack@123.115.241.211] has joined #kubuntu === Kr4t05 [i=andrew@dsl-206-251-12-21.dsl0.crls.pa.net] has joined #kubuntu [03:24] Freenode. === Devyll [n=tzonto@89.36.24.2] has joined #kubuntu [03:25] we just need a wifi company to do like ATI, release their code!!! [03:25] lol j/k === xerri__ [n=xerri@paris2.ungi.net] has joined #kubuntu === J4t [n=nnnnnnjo@c213-100-27-46.swipnet.se] has joined #kubuntu === isa268[FAN] [n=matthew@adsl-68-90-234-234.dsl.hstntx.swbell.net] has joined #kubuntu [03:25] w00t we under ATTACK === dappermuis [n=kinus@196.209.242.144] has joined #kubuntu === K3WW-Chas_L [n=chas@static-71-175-50-10.phlapa.fios.verizon.net] has joined #kubuntu [03:25] Belkin 54g Wireless Desktop Network Card === _gtt_ [n=gtt@cpe-76-186-18-219.tx.res.rr.com] has joined #kubuntu [03:25] I have actually that. [03:25] phoenixz: if its a work network, you'll need the passphrase from the sysadmin [03:25] * we are === jords [n=jords@203.173.142.55] has joined #kubuntu [03:25] brainwrck: Atheros and Intel chips tend to work pretty well === hagabaka [n=hagabaka@bp.fiveforty.jp] has joined #kubuntu [03:25] zero, sounds like a broadcom.... [03:25] It IS a Broadcom. [03:25] Broadcom just stinks in general [03:25] phoenixz: if it's PCI you can get awsome stuff!! [03:26] Although this time I used Ubuntu I got it to run with ndiswrapper or something else. [03:26] I meant mini-PCI for laptos [03:26] zeroziat: sec, lemme find the broadcom wireless link. it MIGHT work for you === IRCAr805 [n=IRCArch@81.171.111.142] has joined #kubuntu [03:26] mini-PCI are ridiculously cheap === _gtt_ [n=gtt@cpe-76-186-18-219.tx.res.rr.com] has joined #kubuntu === adaptr [n=adaptr@unaffiliated/adaptr] has joined #kubuntu === mtn_man [i=Mtnman@adsl-70-143-37-218.dsl.tul2ok.sbcglobal.net] has joined #kubuntu [03:28] http://ubuntuforums.org/showthread.php?t=481651&highlight=dell+latitude+120l+wireless for the dell latitude 620 user [03:28] brainwrck, what do you mean? [03:28] brainwrck: yeah... I saw a nice RaLink one.. [03:28] The simple problem is: I want to connect to the WEP protected access point from my work.. [03:28] I have a key [03:28] but when I enter it.. I see it trying to configure, and nothing happens [03:28] let me put like this... you MIGHT fix it now but it'll be temporairly until the next kernel update or whatever is not compatible [03:29] then you'll be back here "how can I get broadcome to run?" [03:29] quixogre, that link is for 120 :) in any case, it says how to set up wireless.. wireless is working okay already, I just can not enter with WEP === _gtt_ [n=gtt@cpe-76-186-18-219.tx.res.rr.com] has joined #kubuntu [03:30] phoenixz: if you have a laptop with mini-PCI you can BUY that piece. Since that's mostly self-installation they are the cheapest even more than USB [03:30] Gnome Runs faster and more stable then Kubuntu ?????????????? === marx2k [n=marx2k@student.matcmadison.edu] has joined #kubuntu [03:30] plz tell me??? [03:30] flamewars [03:30] flaimbait [03:30] troll? [03:30] rootMoon: no === KennethP [n=kpo@x1-6-00-0f-b5-65-5a-c3.k543.webspeed.dk] has joined #kubuntu [03:31] http://ubuntuforums.org/showthread.php?t=405990&highlight=broadcom+43xx for the person with the belkin/broadcom card === aguitel [n=aguitel@200.3.186.94] has joined #kubuntu === alex_ [n=alex@201.141.240.208] has joined #kubuntu [03:31] phoenix, and then it comes back up and asks for the passphrase again? === juacom04 [n=joaquin@r190-64-99-14.dialup.adsl.anteldata.net.uy] has joined #kubuntu [03:31] quixogre: thx === Tautoa [n=Tautoa@adsl-83-100-138-252.karoo.KCOM.COM] has left #kubuntu ["Kopete] [03:32] LOL === rjohn_ [n=rjohn@host81.155.212.198.conversent.net] has joined #kubuntu === LeeJunFan [n=junfan@s64-186-37-120.skycon.net] has joined #kubuntu [03:32] what about my question :'( [03:32] zeroziat: hope that helps [03:33] brain? [03:33] how do I lock tftp to eth0 === urli [n=urli@77.100.85.200.dial.dynamic.telviso.net.ar] has joined #kubuntu [03:33] I have eth1 using internet === Tim2 [n=Tim@ool-182d1c16.dyn.optonline.net] has joined #kubuntu [03:33] look in it's config files and man page [03:33] but I need tftp to connect through eth0 [03:34] mm... stdin I don't think that's a Kubuntu solution [03:34] in what way? [03:34] isn't *ntu pose to be user friendly? [03:35] Shuttleworth wouldn't be that happy about it [03:35] you're using a ftp daemon, it's settings are in config files, there the solution will lay [03:35] brainwrck: It *IS* user-friendly.. that doesn't mean the user shouldn't have to learn something. [03:35] brainwrck: if you configured eth0 properly, it possibly covers a different subnet mask? [03:35] brainwrck: than internet [03:36] depending on the target IP address, packets should be routed through eth0 === jordo23 [n=jordo23@CPE-65-31-131-130.wi.res.rr.com] has joined #kubuntu [03:37] uga: I was just thinking about that, that the IP is what identifies eth0, right? [03:38] afaik, yes === frb [n=frb@unaffiliated/frb] has joined #kubuntu [03:38] then that was a stupid question [03:38] just configure a given static IP to eth0, then a subnet mask like 255.255.255.0, and set the rest of machines in the same range and subnet mask [03:38] I have spamassassin hooked into Kontact.....is there a way to update the rules or something.....It's not catching very much SPAM.... [03:38] the packets should be routed through there [03:38] awsome I did on my own with nobody having to help me :-) [03:38] =) [03:39] brainwrck: possibly you could configure some routing tables too, but I've never had the need to do so, so I cant' really tell how-to, without reading through docs === robguthrie [n=rob@202.49.106.138] has joined #kubuntu [03:40] uga: for my purpuse simple IP is anough [03:40] Jucato: You use Kontact? [03:40] brainwrck: I hope the linux stack or whatever is clever enough to figure out it doesn't need to go through eth1... [03:40] Jucato: Hi....BTW === ubuntu_ [n=ubuntu@c-69-247-213-131.hsd1.mo.comcast.net] has joined #kubuntu === ra0105 [n=dumdidum@p54B33CE9.dip0.t-ipconnect.de] has joined #kubuntu === ubuntu_ is now known as imbrandon === imbrandon [n=ubuntu@c-69-247-213-131.hsd1.mo.comcast.net] has left #kubuntu ["Konversation] [03:41] jordo23: hi! and yes === LordBacon [n=frb@unaffiliated/frb] has joined #kubuntu [03:41] Jucato: I installed SPam Assassin....is there a better way to control Spam through Kontact? [03:41] oh that I don't know... but must be a setting in kmail [03:41] I let google do the spam killing for me [03:42] Jucato: Yeah....Kmail....I have Spam assassin hooked into Kmail....but I don't think it's working very well.. [03:42] Jucato: same [03:42] hotmail seems to be really good at killing spam now too [03:42] I will have to learn these someday.. when I try to host my own stuff :) [03:42] Jucato: same :) [03:42] yeah.. right.... hotmail. :) [03:43] This is my email through my ISP... [03:43] yahoo is horrible [03:43] LordBacon: it's so easy for them. That's cheating. They have a whole collection of years of spam in them to have proper statistics ;)) [03:44] just check e-mails in inboxes of users, of the last 10 years or so. If it matches, it's spam, else it's not === redoo__ [n=redoo@p50855E78.dip.t-dialin.net] has joined #kubuntu === hasan [n=hasan@85.105.198.35] has joined #kubuntu [03:44] lol [03:44] hi guys [03:44] hey hasan [03:44] hi hasan === _radius [n=cube@CPE00184d03bfd5-CM0013718cfa48.cpe.net.cable.rogers.com] has joined #kubuntu [03:44] how can i check a programs version from command line ? [03:44] hasan: depends on the program === FunnyLookinHat [n=funnyloo@64.140.73.93] has joined #kubuntu [03:45] try programname --hep [03:45] stardict [03:45] help [03:45] hasan: apt-cache policy appname [03:45] hasan: yep " -v" [03:45] apt-cache madison [03:45] hasan: generally program --version [03:45] or program -v... [03:45] Jucato: madison? [03:45] some don't have -v [03:45] depends ont he program :) [03:45] ardchoille: yep. although policy hits 2 birds w/ 1 command [03:45] stdin: yeah, I only pointed that one out, because some don't like -- and go for -v [03:45] Jucato: oh, ok [03:46] stardict has a version 3 but i ve got 2.4 how cna i ugrade it ? [03:46] uga: and for some it's -V who knows :p [03:46] stdin: for example, how not, firefox [03:46] do I have to run tftp as user or as root? [03:46] how can i search for this version ? [03:46] hasan: is version 3 in the repositories? [03:46] uga: firefox --version works here === crimmy [n=CB@pool-71-105-20-64.lsanca.dsl-w.verizon.net] has joined #kubuntu === crimmy [n=CB@pool-71-105-20-64.lsanca.dsl-w.verizon.net] has left #kubuntu ["Konversation] [03:47] i donno [03:47] stdin: ah, it seems they accept both. Just docs mention a single dash one [03:47] hasan: it's usually best to stick with the version in the repos unless you have a good reason not to [03:47] i web site there is a deb package [03:47] uga: most take "long" options and "short" options [03:47] stdin: I think they ignore the first - and then they find -version ;) === hungrysam [n=beninati@190.42.201.134] has joined #kubuntu [03:47] how can i check whether it's in repo or not [03:47] hasan: It's not a good idea touse .deb packages that were built for other distros [03:47] stdin: no, according to the help, it's "-v or -version" [03:48] unlike most programs that claim "-v or --version" [03:48] hasan: apt-cache policy stardict [03:48] it says it's for ubuntu [03:48] in his site [03:48] it says 2.4 [03:48] stdin: but no surprises here. firefox and zilla apps are whole OSes on their own... [03:48] hasan: it may be ok then [03:48] uga: like emacs? === ardchoille ducks [03:48] heh [03:48] using deb packages does it affect stabilty of system ? [03:48] ardchoille: more or less ;) [03:49] !deb [03:49] deb is the Debian package format, also used by Ubuntu. To install .deb files, simply double-click on them (Ubuntu) or right-click and select Kubuntu Package Menu->install (Kubuntu) === Jucato was deceived by apt-cache lately though... [03:49] how to uninstall them [03:49] ? [03:49] hungrysam: uninstall whom? [03:49] hungrysam: uninstall what? [03:49] uninstall a deb [03:50] hungrysam: sudp apt-get remove packagename [03:50] and how do you find the packagename? [03:50] or dpkg -i pkg name [03:50] if you installed it, then you should know [03:50] hungrysam: what app you trying to remove? [03:50] apt-cache search pkname [03:50] nero [03:50] eww [03:51] lol [03:51] "sudo apt-get --purge remove nero" maybe? [03:51] Seems like it should work [03:51] I'll try [03:52] or "sudo apt-get --purge remove nerolinux" [03:52] stdin: I'd add --killit --nonfree --broken --nomore --pleaze === eduardo__ [n=eduardo@200.92.52.71] has joined #kubuntu [03:52] ah [03:52] and --forgive-me-for-installing-this [03:52] lol [03:52] hahaha [03:53] "sudo apt-get --purge remove nerolinux" << that did it, thanks [03:53] nero is on linux? and they say linux is immune to virii === brandon_ [n=brandon@bas7-ottawa23-1088834056.dsl.bell.ca] has joined #kubuntu [03:53] ha ha [03:53] yeah [03:53] it's not on my linux anymore [03:53] quixogre: Anyone who says Linux is "immune" to viruses is lying. === user1 [n=user1@24.142.121.66] has joined #kubuntu [03:53] hungrysam: did it actually work? [03:54] yes [03:54] I wonder if they use cdrecord too [03:54] ardchoille: yeah, automatix is the most prevalent one [03:54] lol! [03:54] ardchoille: yeah i know...have seen some pretty trojans packaged in SATAN builds [03:54] hehe === spine55 [n=ernesto@68-184-127-37.dhcp.smyr.ga.charter.com] has joined #kubuntu [03:54] hungrysam: oh, so... why did you remove it then. Out of curiosity [03:54] quixogre, Yeap,, it tries to connect, and then I get the same WEP pass phrase thing again === rickey [n=rickey@79.245.dialup.mvtel.net] has joined #kubuntu [03:55] uga: I installed it on accident [03:55] heh [03:55] phoenixz: does your wifi card work on any other connections? [03:56] why a DVD would be recognized then never appear again? External usb DVD [03:56] wussup with dat? [03:56] ardchoille: I agree, after all the very first intrnet worm was UNIX based. But i do wonder - I hav nevr even seen an attempted attack by a linux oriented malware, and yet I 10'-K's of Win malware attacks almost daily. (cable modem) are there any active Linux malware in the wild? === brainwrck scratches his head [03:56] ok i have downloaded vlc and have tryed to play a dvd movie, it wont play what do i need to know to make it work? [03:57] brainwrck: try mounting it manually? [03:57] sorry i dont know that trick === ubuntu_ [n=ubuntu@ip70-162-61-24.ph.ph.cox.net] has joined #kubuntu [03:58] savetheWorld: PErhaps this may help you a bit: http://librenix.com/?inode=21 [03:58] quixogre: where is at? [03:58] fas [03:58] "savetheCheerleader, savetheWorld" [03:58] brainwrck: thats a good question....what happens if you disconnect the drive, and reconnect? [03:58] sorry couldn't help [03:58] check it out, when i execute a start script for firefox from the terminal ./firefox it starts quickly and its ready to go, but when i start it from a shortcut on the desktop, it starts but there is a busy icon bouncing for another 30 seconds, whats the problem? [03:58] Jucato: lol === savetheWorld looks for a cheerleader.." === urli_ [n=urli@124.100.85.200.dial.dynamic.telviso.net.ar] has joined #kubuntu [03:59] quixogre: nada zip on dmesg, and it DID work earlier with k3b === mode/#kubuntu [+o stdin] by ChanServ === eleven__ [n=eleven@pool-71-114-162-197.trrhin.dsl-w.verizon.net] has joined #kubuntu [03:59] winbond: You need a full path in the launcher because the script isn't in your $PATH === mode/#kubuntu [-b *!*@adsl-70-231-252-93.dsl.snfc21.sbcglobal.net] by stdin === mode/#kubuntu [-b *!Hacker@*.dsl.snfc21.sbcglobal.net] by stdin === hungrysam [n=beninati@190.42.201.134] has left #kubuntu [] === mode/#kubuntu [-b *!*@adsl-70-132-24-244.dsl.snfc21.sbcglobal.net] by stdin === mode/#kubuntu [-b *!hacker@*snfc21.sbcglobal.net] by stdin [04:00] how should i set up vlc so i can watch movies === mode/#kubuntu [-b *!??hacker@*snfc21.sbcglobal.net] by stdin [04:00] dvd,s that is === buzztracker [n=buzztrac@pelikan.garga.net] has joined #kubuntu === mode/#kubuntu [-d Nathaniel?Theis] by stdin === mode/#kubuntu [-o stdin] by ChanServ [04:00] stdin: Cleaning house? [04:00] ardchoille: all one person... [04:00] clearing the trash actually :) [04:00] Ah, ok [04:00] heh [04:01] ardchoille, full path of what? ..in the firefox script? [04:02] winbond: In the launcher: /path/to/script [04:02] can I install vista fonts on kubuntu? === gridl0ck is now known as radius [04:02] ok I see where the error is about [04:02] winbond: Actually this would be better: sh /path/script [04:02] I really like calibri and consolas [04:02] it thinks it's a MOUSE === hasan [n=hasan@85.105.198.35] has joined #kubuntu [04:02] why would it think the external DVD is a damn mouse? [04:02] ardchoille, bu launcher , u mean the shortcut? [04:02] yes [04:03] sorry [04:03] ardchoille: nice article. thanks for the pointer. :-) === Gazza [n=gary@host86-128-144-177.range86-128.btcentralplus.com] has joined #kubuntu [04:03] savetheWorld: You understand now why Linux viruses aren't more prevalent? === lavacano201014 [n=themaest@unaffiliated/lavacano201014] has joined #kubuntu [04:04] brainwrck: ???? [04:04] uga: hi [04:04] ardchoille: Oh i have allways understood that, i read rick moens article on it years ago. My question was how many are there actually active in the wilds of the internet. The answer appears to be : effectively zero. [04:04] why is it doing this? [04:04] brainwrck: what did you do to the poor dvd to behave like a mouse =) [04:05] must have been cruel [04:05] savetheWorld: That's right: Linux active viruses = 0 [04:05] ardchoille: I think I may like this article's explanation better than Ricks [04:05] [56774.252510] input: HID 062a:0001 as /class/input/input9 [04:05] :) [04:05] [56774.252576] input: USB HID v1.10 Mouse [HID 062a:0001] on usb-0000:00:1d.1-2 [04:05] i realy would like to watch a movie tonigth , wont someone walk me though this proublem [04:05] WHA DA F??! [04:05] brainwrck: oh, dmesg? [04:05] usb dvd drive? [04:06] rickey: Which problem? [04:06] uga: external [04:06] ok [04:06] brainwrck: it only means it didn't recognise what the device is [04:06] i have just downloaded vlc player [04:06] /class/input/input9 it's nine because unplugging and pluggin [04:06] it was a big download [04:06] brainwrck: do you know if the drive is supported by linux? [04:06] !enter | rickey [04:06] and i just tryed to play a dvd movie [04:06] rickey: Please try to keep your questions/responses on one line - don't use the "Enter" key as punctuation! [04:06] ardchoille, as the command in the shortcut i have '/home/winbond/appz/firefox/firefox' if i add the sh at fron it doesnt work [04:06] and it didnt work [04:06] uga: did work it's first 30 minuutes [04:07] weirdo [04:07] uga: it was even displayed on k4b devices === jduckett [n=jduckett@d53-64-234-196.nap.wideopenwest.com] has joined #kubuntu [04:07] winbond: I don't see a filename (script?) in that command [04:07] !doesntwork | rickey [04:07] rickey: Doesn't work is a strong statement. Does it sit on the couch all day? Does it want more money? Is it on IRC all the time? Please be specific! Examples of what doesn't work tend to help too. [04:07] maybe i missed something in the setup [04:07] anyone try install using debootstrap?? [04:07] lol [04:08] rickey: To watch a dvd, you most likely need to install libdvdcss2 [04:08] moving to the lab. disconnecting for a few [04:08] !libdvdcss2 | rickey [04:08] rickey: For playing DVD, see http://help.ubuntu.com/ubuntu/desktopguide/C/video.html - "libdvdcss2" can be found at http://wiki.ubuntu.com/SeveasPackages - Try k9copy (available in !Universe) for backing up DVDs [04:08] ardchoille, firefox is the name of the script, sorry but i dont have much experience with linux [04:08] not for vlc to play it ardchoille [04:08] nosrednaekim: Oh, ok [04:08] Seveas doesn't have x64 packages of libdvdcss2 === hero [n=scarlet@unaffiliated/hero] has joined #kubuntu [04:08] I had to get it from medibuntu [04:09] anyone have problems installing kubuntu on 64-bit box?? [04:09] jduckett: worked here. [04:09] jduckett: nothing I didn't expect [04:09] installing was fine... its running it [04:09] ;) [04:09] segmentation faults? [04:09] dpkg --configure -a?? [04:09] winbond: This is how I run scripts in a launcher/shortcut: "sh /path/to/script" If that's not working for you, then I don't know what to say [04:09] I keep getting adept crashes, dunno if that's x64 related [04:10] me too [04:10] this is a clean install [04:10] I'm more comfortable with apt though, I only use adept for searching [04:10] apt-get install kubuntu-desktop [04:10] I use synaptoc === kyrios [n=kyrios@189.156.82.34] has joined #kubuntu === rose [n=rose@cpe-66-66-200-0.rochester.res.rr.com] has joined #kubuntu [04:11] can I use apt and synaptec interchangibly?? [04:11] I use "apt-cache search" :) [04:11] I'd rather be using vista [04:11] jduckett: yep. === nosrednaekim is running vista in a VM [04:11] stupid firefox won't learn to use $HOME by default... [04:11] silly cluttered windows-style desktops... === alex__ [n=alex@201.141.240.208] has joined #kubuntu [04:12] anyway, dinner time [04:12] thx === LordBacon is now known as InvisiBacon [04:12] winbond: Any reason you're not using firefox from the repos? === jack_wyt [n=jack@123.115.241.211] has joined #kubuntu === Zeelot [n=zeelot@becks2.fiu.edu] has joined #kubuntu === timur [n=timur@ool-182d1c16.dyn.optonline.net] has joined #kubuntu [04:13] ardchoille, not , its just that im using firefox3 [04:13] hi guys [04:13] I just installed Kubuntu [04:13] ardchoille, where do i enter the sh..., in the command bracket? [04:13] but i dont See my DVD drive [04:13] do u know why?> [04:13] I'll never understand why people have to have the latest when the version in the repos works fine. === narg [n=narg@dsl-72-55-217-225.tcq.net] has joined #kubuntu === jack_wyt [n=jack@123.115.241.211] has joined #kubuntu [04:14] timur: ide/sata/external? === wolfger [n=wolfger@c-68-61-59-149.hsd1.mi.comcast.net] has joined #kubuntu [04:14] i just installed Kubuntu ??? I loged in with the name that i used during the install ... so now i create what??? user account? [04:14] timur: no, that account is fine === nossifer [n=chris@bas2-toronto12-1128738758.dsl.bell.ca] has joined #kubuntu [04:15] timur: what do you mean you don't see the drive? === nosrednaekim gets ready to hit "!doesn'twork" [04:15] timur: The account you're using is your user account. [04:15] I dont see it in storage media [04:15] synaptec can be run from the command line, right?? === Vuen [n=nick@bas1-ottawa10-1279302907.dsl.bell.ca] has joined #kubuntu [04:15] timur: you have a CD/DVD in the drive ? [04:16] jduckett: kdesu synaptic [04:16] no [04:16] timur: pop one in and witness magic :) [04:16] timur: that'd be something to try [04:16] oh now i SEE it [04:17] So now i just keep using the account i used during the install?? === LordBacon [n=frb@unaffiliated/frb] has joined #kubuntu [04:17] timur: yep, unless you want to make an account for someone else === ardchoille likes nosrednaekim's use of the word "magic" === Thug-Life [n=ThugLife@ACBC1189.ipt.aol.com] has joined #kubuntu === nosrednaekim tinkles fingers... [04:17] "automagic" is better :) [04:17] Like that one too [04:18] or "automagical" [04:18] !sudo | timur [04:18] timur: sudo is a command to run programs with superuser privileges ("root"). Look at https://help.ubuntu.com/community/RootSudo for all information. [04:18] and i will be able to install firefox and synaptic with taht account ? [04:18] timur: You should read that^^ [04:18] timur: via sudo, yes [04:18] I used to call autoconf automagic [04:18] How about graphicly?? [04:18] but it was also autocrack [04:19] timur: Kubuntu uses Adept [04:19] btw, why doesn't kdesu cache credentials? [04:19] timur: (to install packages) [04:19] timur: yep, just use adept_manager [04:19] !adept | timur [04:19] timur: adept is the Kubuntu package manager. Howto: https://wiki.ubuntu.com/AdeptHowto [04:19] LordBacon: I've wondered about that myself [04:19] But i can install synaptic also right? [04:19] timur: sure. === hellhound_ [n=hellhoun@75.110.208.191] has joined #kubuntu [04:20] timur: you a ubuntu user? === claydoh [n=claydoh@66-252-58-249.dyn-adsl.midmaine.net] has joined #kubuntu [04:20] how come when i type in search nothing shows up for skype === red [n=red@leibniz.catalyst.net.nz] has joined #kubuntu [04:20] !skype | timur [04:20] timur: To install Skype on Ubuntu, see https://help.ubuntu.com/community/Skype - To record on Skype, check: https://wiki.ubuntu.com/SkypeRecordingHowto [04:20] timur: skype isn't in the repositories [04:20] skype is evil too ;) === varusso [n=varusso@176.Red-88-11-126.dynamicIP.rima-tde.net] has joined #kubuntu [04:21] hola a todos [04:21] hola urli_ === jordo23_ [n=jordo23@CPE-65-31-131-130.wi.res.rr.com] has joined #kubuntu [04:21] hay alguien qu ehable espalol [04:21] !es [04:21] Si busca ayuda en Espaol por favor entre en los canales #ubuntu-es, #kubuntu-es o #edubuntu-es, all obtendr mas ayuda. [04:21] como estas [04:21] so, I used the "sleep" option on logout today [04:21] de donde sos} === Knightlust [n=dax@ubuntu/member/knightlust] has joined #kubuntu [04:21] urli_: va a #ubuntu-es para espanol [04:21] but when I turned the computer back on, it wouldn't turn off the screensaver [04:21] LordBacon: did your mouse wake up? [04:21] in using adept manager... is there any way to install something without entering the cd? I am trying to install subversion and do not have the cd handy [04:22] my mouse did, I don't think my keyboard did [04:22] why don't they put IT in ? rep? [04:22] I had a pretty GL Fireworks screensaver, and a mouse cursor [04:22] hellhound_: you need to remove the CD from the sources, I think the option is in File -> Manage Repositories [04:22] hellhound_: comment out the cd lines in your /etc/apt/sources.list file [04:22] hellhound_: yeah.... get it from the repositories... you might want to remove the apt-crom entry first though [04:23] timur: because its not open source, and Skype doesn't let them. === alex___ [n=alex@201.141.240.208] has joined #kubuntu === speaker219 [n=speaker2@unaffiliated/speaker219] has joined #kubuntu === speaker219 [n=speaker2@unaffiliated/speaker219] has left #kubuntu ["Leaving"] [04:24] stdin: nosrednaekim: thank you both! it worked. === holycow [n=start@S01060016b6b53675.vf.shawcable.net] has joined #kubuntu [04:24] skype was a pain in the but to get working on 64bit [04:24] How do i see my download speed when using adept manager? [04:24] LordBacon: I succumbed to autodevil for that... [04:24] timur: I think its on the bottom of the screen, I use synaptic though so... [04:24] !autodevil [04:25] Sorry, I don't know anything about autodevil - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi [04:25] LordBacon: automatix. === quixogre [n=james@wsip-68-15-199-77.ok.ok.cox.net] has joined #kubuntu === ardchoille wanders off to watch The Day After Tomorrow [04:25] !automatix [04:25] Automatix2 is a block of code which attempts to install some software. When it fails and breaks systems, we don't provide support for it. A creditable analysis from a debian/ubuntu developer is here - http://mjg59.livejournal.com/77440.html (Additional information: /msg ubotu worksforme) [04:26] and yes, I know all about that... don't worry ;) [04:26] I dont see the download speed .......... === PSPJunkie [n=junkie@c-68-39-124-69.hsd1.nj.comcast.net] has joined #kubuntu [04:26] timur: well, thats why I use synaptic then ;) [04:26] !codecs [04:26] 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 [04:26] LordBacon: I just used it to get the correct debs, I then wiped it. [04:26] guys WHo knows how can i see the download speed in ?? AAdept manager?? [04:27] nosrednaekim: I downloaded libsigc++ manually, extracted with ar x, untarred the real files, and copied the lib to /usr/lib32 [04:27] What do you need to see the dl speed for? It'll be done when it's done. [04:27] i want it !! [04:27] lol [04:27] LordBacon: heh... hence automatix.. [04:27] i think i will download synaptic then right ? [04:27] nosrednaekim: then installed the skype .deb, and downloaded the static version, and overwrote the main binary [04:28] timur: you can decide [04:28] nosrednaekim: I'm old, I don't know your new fangled cheats [04:28] LordBacon: lol.. not like i'm reccomending automatix. [04:28] LordBacon: its really really bad if you don't know what you are doing [04:28] Guys I have strange feeling that PClinux os rep. load about 10 times faster then Kubuntu is taht possible? [04:28] LordBacon: Please don't use automatix.. it's dangerous and you'll be back in here later asking for help to fix things. [04:28] nosrednaekim: yeah, I'd rather do it myself than use something like that then === _radius is now known as gridl0ck [04:29] i think i get like 600-750kb in pSlinuxOS and get about 56-75kb in Kubuntu [04:29] ardchoille: no I wouldn't :) [04:29] :) [04:29] remember, I'm a newb with 12 years linux experience [04:29] timur: switch to a different repository. [04:29] as well as over a year as a debian maintainer back in the day [04:29] LordBacon: That's why I pleaded with you [04:29] ;) [04:29] how do i di that ? iam from NYC to which one do i swtich? [04:30] timur: anything closer, its in adept under adept->manage repositories === huanle [n=fh@125.76.165.15] has joined #kubuntu [04:30] timur: you are probably using the default one which everyone uses [04:31] how do i know which one is closer?? === LogicalDash [n=sanotehu@ip65-44-148-195.z148-44-65.customer.algx.net] has joined #kubuntu [04:31] timur: just choose anything in the US besides the default, I use columbia, which I think is in NYC [04:31] I'm in south Jersey. [04:32] nors so wich one do u use? [04:32] columbia [04:32] don't tell him that, he'll steal all your leet bandwidth [04:32] haha [04:32] I don't download anything. dial-up quickly renders such thinngs irrelevant. [04:32] hay alguien que hable espaol [04:32] hay alguien que hable espaol [04:33] hay alguien que hable espaol [04:33] hay alguien que hable espaol [04:33] !es [04:33] Si busca ayuda en Espaol por favor entre en los canales #ubuntu-es, #kubuntu-es o #edubuntu-es, all obtendr mas ayuda. [04:33] I am using kernel 2.6.20-15-server. anyone know of bad things trying to install kubuntu-desktop?? === JEFFmasterFlex [n=octavio@adsl-9-15-124.mia.bellsouth.net] has joined #kubuntu [04:33] maybe not use the server kernel? [04:33] !es | urli_ [04:33] urli_: please see above [04:33] jduckett: shouldn't be a problem === trpr [n=ftg2@63-228-140-229.phnx.qwest.net] has joined #kubuntu [04:34] well, my install is complicated [04:34] For example when i click on Amarok icon twice it opens twice .... how do i make it open ONLY once no matter how many times i click on it??? [04:34] everything has been fine until a few days ago [04:34] timur: ummm.... you can;t really do that very easily === user1 [n=user1@24.142.121.66] has joined #kubuntu [04:35] NO i can't ? but every time i click on it i alaways accidently click on it more then once [04:35] timur: don't. [04:35] timur: maybe slow down your mouse. === knub [n=kubuntu@200.233.75.219] has joined #kubuntu [04:36] eh... I have to go. Long day tomorrow. [04:36] c ya'll later [04:36] nosrednaekim: see ya : P [04:36] IS Kubuntu better then GNome?? [04:36] than ?* [04:36] !gnome [04:36] gnome is a project that provides two things: The GNOME desktop environment, an intuitive and attractive desktop for end-users, users, and the GNOME development platform, an extensive framework for building applications that integrate into the rest of the desktop. [04:37] !kde [04:37] 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.7 for Feisty, 3.5.6 for Edgy, and 3.5.5 for Dapper. See http://kubuntu.org) for more information. [04:37] so... i just got klined. i think its because konversation replied to a slurry of ctcp version requests i received. how can i force konqueror to ignore these requests? === niels_ [n=niels@80.72.144.6] has joined #kubuntu [04:38] A bit of history: [04:38] I am using debootstrap to perform installs on multiple boxes. [04:38] one of them is a remote machine. [04:39] I am using debootstrap specifically, because, I have to install on a remote box. [04:39] I am using debootstrap for all of the installs for consistency. [04:39] Everything is 64-bit. [04:39] prior Kubuntu-desktop installs have been successful. [04:39] install failures have been within the past few days or at least that is when I noticed it. [04:39] Sementation faults and dpkg --configure -a errors === sayers [n=steven@c-76-20-182-119.hsd1.mi.comcast.net] has joined #kubuntu [04:39] do I need to add something to: apt-get install kubuntu-desktop?? I'm looking for anything 64-bit related [04:40] it shouldn't matter right?? === Savas_THY [n=savas@88.234.190.46] has joined #kubuntu [04:40] !enter | jduckett [04:40] jduckett: Please try to keep your questions/responses on one line - don't use the "Enter" key as punctuation! === _czessi is now known as Czessi [04:41] How do i isntall Nvidia drivers from Synaptic?? [04:41] !nvidia | timur [04:41] timur: To install the Ati/NVidia drivers for your video card, see https://help.ubuntu.com/community/BinaryDriverHowto === m4st3r [n=bless09@61.97.138.58] has joined #kubuntu [04:43] hey, "sudo apt-get dist-upgrade" is not kernel upgrade CMD? [04:43] Yeah but i wanan know how to install them from synaptic ? [04:44] timur: Read that tutorial and then decide on the proper packages [04:44] m4st3r: It should === ubuntu_ [n=ubuntu@c-71-205-67-153.hsd1.mi.comcast.net] has joined #kubuntu === ubuntu_ is now known as Darlok [04:45] I can't 7.10 kernel upgrade ..... [04:45] Hey... is it possible to run programs as root using the LiveCD? [04:45] Darlok: yeah, use sudo or kdesu [04:45] stdin: No password, then? [04:46] Darlok: there isn't one on the liveCD no [04:46] Darlok: that's how the installer works (needs root to install) [04:46] How do i put a storage Media Icon on the desktop and Konsole Icon on the panel?? [04:46] stdin: Thank you :) Trying out the new Gutsy Beta [04:47] timur: drag and drop [04:47] stdin: How did they do that? By putting NOPASSWD in the sudoers file? === eduardo [n=eduardo@200.92.52.71] has joined #kubuntu [04:48] ardchoille: I think it's just that "ubuntu" has no password === tombar_ [n=tombar@r190-64-135-253.dialup.adsl.anteldata.net.uy] has joined #kubuntu [04:49] How do i check if I now have Nvidia drivers installed or not?? === fideas [n=fideas@116.215.161.1] has joined #kubuntu === leileilol [n=Hsie@c-75-68-126-191.hsd1.nh.comcast.net] has joined #kubuntu [04:50] ? [04:51] Hmm... this is going to be difficult to make administrative changes on the LiveCD... [04:51] stdin: Ah, yeah, that would make sense.. need to assign one during the install [04:52] timur: apt-cache policy nvidia-glx [04:52] ardchoille: well, it chroots in to the new partition and runs the normal adduser commands [04:52] Ah, ok [04:52] ...can't install software with the LiveCD... thought you could, but it's just hanging at "Reading package lists...0%" [04:53] ...can't Ctrl-C it either. [04:53] I'm trying to run a Python script that depends on the 'sleep' function in the 'time' module, but every time it tries to import that, Python says there is no 'sleep' function. What am I missing? [04:53] It works fine for all the guys in #python so I'm thinking this is something distro-specific. [04:54] i installed it so di needto restart now? [04:54] nvidia-glx works for Geforce 2 mx 400 right ? -))) === knub [n=f@200.233.75.219] has joined #kubuntu [04:55] right? [04:56] hallo === earl_ [n=earl@pool-71-184-157-243.bstnma.fios.verizon.net] has joined #kubuntu [04:56] timur: You don't need to reboot.. just restart xorg with ctrl+alt+backspace. But, did you follow the rest of that tutorial? === level1 [n=level1@129.210.189.134] has joined #kubuntu [04:57] hey guys. I'm trying to get audio to come in through my microphone port, and out from my speakers. how can i make that happen? === fideas is now known as destination [04:58] helloooo anybody out there tonight [04:58] yes [04:59] every piece of documentation i look at, or even adept, gives me no response whatsoever when i type in microphone [04:59] and yet the Kmixer applcation has a section devoted to recording [04:59] so what gives [04:59] Another question... can Kmail check gmail accounts? [04:59] Darlok: yes [05:00] yep. using pop3 [05:00] Darlok: set gmail to use pop and any email client can === buzztracker [n=buzztrac@pelikan.garga.net] has joined #kubuntu [05:00] noone knows the answer? [05:00] it doesn't seem like it should be that complicated to do... [05:00] stdin, ardchoille: Wow... I had no idea gmail allowed that lol [05:00] thanks === timur [n=timur@ool-182d1c16.dyn.optonline.net] has joined #kubuntu [05:01] Darlok: http://ardchoille.pastebin.us/39788 [05:01] How come i isntalled the driver and can't play open arena?? === mikedomo [n=mikedomo@201.229.196.40] has joined #kubuntu === mikedomo [n=mikedomo@201.229.196.40] has left #kubuntu ["Konversation] === klobster [n=The@c-67-190-186-106.hsd1.co.comcast.net] has joined #kubuntu [05:02] timur: Open a terminal and do: glxinfo | grep render <-- does it say "Yes"? [05:03] missing on display [05:05] timur: Did you reconfigure xorg to use the nvidia driver? [05:05] no [05:05] how do i do that? [05:05] timur: I think you need to go back and follow that tutorial === biovore [n=biovore@c-69-143-224-204.hsd1.md.comcast.net] has joined #kubuntu [05:06] cuz if you missed that step, you might have missed others [05:06] kdesu kate /etc/X11/xorg.conf [05:07] What step?? [05:07] i am confused plz tell me [05:07] timur: What have you done so far? [05:08] I installed nvidia-glx === rrbiz [n=opera@ip68-228-44-25.tc.ph.cox.net] has left #kubuntu [] [05:09] timur: Open a terminal and do: sudo nvidia-glx-config enable === level1 [n=level1@129.210.189.134] has joined #kubuntu [05:10] ok then? [05:10] restart ? [05:10] hi, I'm using knetworkmanager but my college dorm uses a cloaked and encrypted network... knetworkmanager keeps forgetting about the network (there are different routers in every building) so I half to reenter the password every time I connect to the internet, and its getting tedious... is there a way to get knetworkmanager to *always* suggest that network, even if its not detected? === Daskreech [n=chatzill@72.252.28.11] has joined #kubuntu === SinII [n=Sinistra@d115177.adsl.hansenet.de] has joined #kubuntu === sonny [n=sonny@cpe-72-178-17-121.elp.res.rr.com] has joined #kubuntu [05:12] is there a way to backup my install to a external HD? [05:12] I don't want to dd, because that will get all the empty space as well === LogicalDash [n=sanotehu@ip65-44-148-195.z148-44-65.customer.algx.net] has joined #kubuntu [05:12] LordBacon: Try using the partimage app on the system rescue cd: http://sysresccd.org [05:12] I don't have any blank cds [05:13] LordBacon: partimage will only copy the used portion of the partition, not the entire thing [05:13] oh === brainwrck [n=lkomotor@cpe-68-174-81-188.nyc.res.rr.com] has joined #kubuntu [05:14] hi [05:14] LordBacon: What do you want to backup ? [05:14] meh, I could probably boot the livedvd and just tar the system [05:14] wuuuuuurup everybodyyy? [05:15] Daskreech: the entire system so I can either A> put it in a VM, or B> restore it after I redo stuff with windows [05:15] LordBacon: theres lots of utilities to do that === Agrajag` [n=Agrajag@pool-71-182-234-247.pitbpa.fios.verizon.net] has joined #Kubuntu [05:15] LordBacon: Why don't you just backup Home and then make a list of your installed packages? [05:16] Daskreech: because copying to an external HD is faster than installing gutsy from scratch === enoch [n=enoch@189.194.97.118] has joined #kubuntu === holymoo [n=start@S01060016b6b53675.vf.shawcable.net] has joined #kubuntu [05:16] I guess === phillip [n=phillip@pool-141-154-68-227.bos.east.verizon.net] has joined #kubuntu === zeroziat [i=zeroziat@chules.net] has joined #kubuntu [05:17] Hey. [05:17] How do I make Kubuntu see my Hard Drive) [05:17] zeroziat: It probably does already [05:17] Well [05:18] I c't access it [05:18] I go to /media and it doesn't show up [05:18] Ah [05:18] zeroziat: You could mount it [05:18] does anyone use safepeer plugin with azureus? [05:18] What do you want to do with it? [05:19] Daskreech: How? === knub is now known as ubuntu- === ubuntu- is now known as ubuntu-- [05:19] Daskreech: hi! :P that's 'knub' here [05:19] zeroziat: You want to just do somethign quickly or you want a more permanent setup? [05:19] Knub!!! === Daskreech hugs ubuntu-- [05:20] : ) horray! === ubuntu-- hugs Daskreech [05:20] Daskreech: Well, something quickly, although I don't have Kubuntu installed yet === nrdb [n=neil@199.200.240.220.dynamic.dsl.comindico.com.au] has joined #kubuntu [05:20] zeroziat: ok open a konsole [05:20] Daskreech: I wanna test first if my Wifi card will work since it's a broadcom and I heard it's very difficult to make them run even though I made mine run months ago on Ubuntu === admin__ [n=admin@202.51.232.101] has joined #kubuntu === admin__ is now known as ryhim [05:21] zeroziat: Yeah I did to on feisty and it broke on gutsy :( === _czessi [n=Czessi@dslb-088-073-048-086.pools.arcor-ip.net] has joined #kubuntu [05:22] zeroziat: ok man go to it :) Let me know when you want help with the hard drive [05:22] !wifi [05:22] Wireless documentation can be found at https://help.ubuntu.com/community/WifiDocs [05:22] ubuntu--: How are you? [05:22] Daskreech: I have files in my hard drive to make my Wifi work, i'm on Windows XP [05:23] And my Kubuntu won't detect my Hard Drive in Kubuntu [05:23] zeroziat: Ah [05:23] I see so you need the hard drive first [05:23] hi all [05:23] Daskreech: Yup. === ubuntu_ [n=ubuntu@ool-182d1c16.dyn.optonline.net] has joined #kubuntu === ryhim [n=admin@202.51.232.101] has joined #kubuntu [05:24] HOLYY shit I installed Nvidia Drivers now my system would not boot === holycow [n=start@S01060016b6b53675.vf.shawcable.net] has joined #kubuntu [05:24] zeroziat: so you have that konsole open? [05:24] !ohmy | ubuntu_ [05:24] ubuntu_: Please watch your language and topic, and keep this channel family friendly. [05:24] after install bind9 i can't find named.conf.options, named.conf, and named.conf.local under /etc/bind/ [05:24] Daskreech: Can't I'm on Windows XP, so I'll have to note instructions down [05:24] plz help me [05:24] zeroziat: ooooh that's annoying :) [05:24] Daskreech: Lol, yeah [05:24] ? [05:25] zeroziat: OK open konsole and type mkdir windows [05:25] what do i dp? [05:25] that will make a directory called windows === dhq [n=dhq@unaffiliated/dhq] has joined #kubuntu [05:25] Daskreech: Yeah, I know the basics, I'm talking through irssi on a shell account [05:25] anyone can help me? [05:26] my system wont boot after installing Nv drivers so what do I do????? [05:26] i've a problem after installing bind9 [05:26] zeroziat: ok you know about the /dev folder? [05:26] ubuntu_: boot up with safe drivers and redo your X [05:27] Daskreech: A bit, I know it haves something about hda since I inspected it, so yeah [05:27] what command i do to but up in safe drivers? [05:27] zeroziat: Ok you know how to read the hda and sdb stuff? === level1 [n=level1@129.210.189.134] has joined #kubuntu [05:27] safe mode [05:27] Daskreech: That's one of the parts that fail for me, I dunno === brenda [n=brenda@189.143.247.123] has joined #kubuntu === npurciful [n=npurcifu@mobile-166-217-037-054.mycingular.net] has joined #kubuntu [05:28] How do I make it run into safe mode??????? [05:28] hows it going [05:29] how do i make Kubuntu run into graphics safe mode upon startup ? [05:29] ? [05:30] I am looking to clean my .bashhistory any ideals other than cron to delete [05:30] ubuntu, boot it into recovery mode [05:30] how do i boot into recovery mode??????? [05:30] esc at grub [05:30] it's listed there when you boot up [05:30] no it does not [05:31] for me it does not. [05:31] boot to grub bootloader [05:31] how what? [05:31] more specific plz [05:31] Daskreech: You there? [05:32] when MY pc starts ubuntu loads it asks for my account and password then black screen and command line [05:32] Daskreech: i am ok : ) [05:32] zeroziat: yes [05:32] i did not see the message before [05:33] Daskreech: KK === ryhim [n=admin@202.51.232.101] has joined #kubuntu [05:33] Daskreech: and you? : P [05:33] zeroziat: ok the first two letters are the connections tyoe [05:33] so hd is for IDE devices [05:33] SD for sata [05:33] ??? so what do I do??? [05:33] Daskreech: Okay === dappermuis [n=kinus@196.209.242.144] has joined #kubuntu [05:34] hallo === kilrae__ [n=kilrae@CPE000f66055f14-CM0012256eb698.cpe.net.cable.rogers.com] has joined #kubuntu === ElecNinja [n=elecninj@cpe-66-68-226-76.rgv.res.rr.com] has joined #kubuntu [05:35] the third letter is where it is in the chain === ElecNinja is now known as Elecninja [05:35] ubuntu_: have you ever read up on grub? [05:35] Daskreech: May we bring this to PMs? It looks a bit difficult to do this =p [05:35] no [05:35] zeroziat: so hda is the first device on the IDE chain hdb is the second [05:36] npurciful: You could: echo "" >> ~/.bash_history === fer [n=fer@190.51.122.173] has joined #kubuntu === ryhim [n=admin@202.51.232.101] has joined #kubuntu === ubuntu-- [n=f@200.233.75.219] has joined #kubuntu [05:36] ubuntu_: Ok look up editing grub. the option you are looking to add is xforcevesa [05:36] test [05:36] i've a problem after installing bind9 [05:36] after install bind9 i can't find named.conf.options, named.conf, and named.conf.local under /etc/bind/ === [1] Netham45 [n=Netham45@unaffiliated/netham45] has joined #kubuntu [05:36] ryhim: can't you create them? === ryhim [n=admin@202.51.232.101] has joined #kubuntu === fer [n=fer@190.51.122.173] has joined #kubuntu [05:38] zeroziat: you know about master/slave primary/secondary channel for IDE? === ryhim is now known as ncs [05:38] Daskreech: how about you? :P [05:38] ardchoille: good idea, [05:38] ubuntu--: rushed for the whole of this week [05:38] I don't think I got very much done [05:38] Daskreech: Not that much, do I really need it? 'cause I have only one hard drive [05:38] what i don't undertand where to look up can u plz give me a link??????? === mindcry [n=mindcry@202.93.36.89] has joined #kubuntu === [1] Netham45 [n=Netham45@unaffiliated/netham45] has joined #kubuntu [05:39] ubuntu_: do you know the grub menu? === ubuntu-- is now known as ubuntu-knub [05:39] NO [05:39] i dont even know what are u talking about [05:39] zeroziat: oh great. do you know about tab completion? [05:39] My system boots right iNTo COmmand liNE [05:39] hello [05:39] ubuntu_: when you boot up Linux the first thing you see after the Bios is a countdown saying to show GRUB menu press esc ? [05:40] Daskreech: you really are good at concentrating in very much chats simultaneously :P hehe [05:40] Daskreech: The thing where you press tab and it brings you to the closest thing you typed in? =) [05:40] Daskreech: i have problem with my connection [05:40] yes but i see nothing there just the black screen [05:40] ubuntu-knub: Yeah yeah :) [05:40] zeroziat: yes [05:40] mindcry: What kind of connection [05:40] ubuntu-knub: Lol, you are right, we are like 5 guys talking to him at the same time [05:40] ubuntu_: Ok want to login there and get direct help? [05:40] bluetooth dialup connection Daskreech [05:40] ubuntu_: you have net? === fer [n=fer@190.51.122.173] has left #kubuntu ["Konversation] [05:40] mindcry: Eek [05:40] mindcry: the bluetooth works fine? [05:41] i can connect to irc with it [05:41] I am on live cd right now [05:41] ahhaha its a progresss [05:41] yes [05:41] :D [05:41] thanks for you all [05:41] but, [05:41] ubuntu_: I figured [05:41] zeroziat: hehe yes [05:41] MY kde wont boot just the black screen and command line [05:41] i still get problem on browsing web page and other [05:41] how do i boot into vesa?? [05:41] ubuntu_: Listen to me for a second and you can log in to here from the command line ok? [05:41] mindcry: Hmm [05:42] ok [05:42] Daskreech: Alright, Tab completion... [05:42] and my irc sometimes get disconnected after 3 mins [05:42] i've a problem after installing bind9 [05:42] after install bind9 i can't find named.conf.options, named.conf, and named.conf.local under /etc/bind/ [05:42] how to fix it? [05:42] it seems idle hang up [05:42] zeroziat: Right so after you make a directory type sudo /dev/hd === _gtt_ [n=gtt@cpe-76-186-18-219.tx.res.rr.com] has joined #kubuntu [05:42] mindcry: I'm not too sure. this is from a cell phone? === saizai [n=saizai@76.191.130.221] has joined #kubuntu [05:43] yes [05:43] ubuntu_: ok when you boot up you will see a note about he grub menu press Esc [05:43] zeroziat: and, evenmore, helping people here :P [05:43] ? [05:43] correct [05:43] ok [05:43] then [05:43] ubuntu-knub: what have you been up to? === kubuntulivecd [n=ubuntu@88.234.93.215] has joined #kubuntu [05:43] ubuntu-knub: xD Yup. [05:43] ubuntu_: you will get a menu [05:43] ubuntu_: one of them should say recovery [05:43] ubuntu_: You can choose that one [05:44] Daskreech: Okay, so... mkdir windows, sudo /dev/hdx2 [05:44] zeroziat: Oh how many paritions do you have? [05:44] ah... that meant what "what do you do?" or something like that? [05:44] ok thats it? [05:44] Daskreech: [05:44] hehe [05:44] Daskreech: I have two partitions === [1] Netham45 [n=Netham45@unaffiliated/netham45] has joined #kubuntu [05:44] should i do it right now? [05:44] mindcry: Did you read the dialup help? [05:44] Daskreech: i cant browse anything yet haha [05:45] yes [05:45] ubuntu_: if you don't see a recovery then press e on the menu [05:45] i read them [05:45] mindcry: no help I'm guessing? [05:45] Daskreech: ah... that means what "what do i do etc.?" or something like that? [05:45] On what MENU?? [05:45] zeroziat: Windows and what? [05:45] there is nothing about hang up after idling section [05:45] ubuntu-knub: how was your day is what it meant [05:45] ubuntu_: when you boot up you get a BIOS screen right?> [05:45] after 3 mins of idle it seems automatic disconnect ( konversation ) [05:46] Daskreech: One partition is windows, the other one is an NTFS one with some files I used for backing up for a reformat, I may use that partition for Kubuntu [05:46] !dialup [05:46] You want to connect via dial-up? Read https://help.ubuntu.com/community/DialupModemHowto [05:46] yes [05:46] zeroziat: ah ok in that case it's probably sudo mount /dev/hd(something)1 [05:46] but how does that relates to linux? === marvinus [n=marvinus@222.124.54.123] has joined #kubuntu [05:46] ubuntu_: right after that do you see any messages? [05:46] no.... [05:46] ubuntu_: or does it go straight to the loading screen? [05:47] Daskreech: i was close in my guessing :P i've done a test today. it was the end of the test-week for me. -- and your busy week, what it was about? [05:47] ubuntu_: well then at the Bios sceen start mashing on ESC :0 [05:47] Daskreech: So in little resume it's mkdir windows, sudo mount /dev/h#1 ? [05:47] ubuntu-knub: clients all having september crisis [05:47] zeroziat: nope sudo mount /dev/hd [05:47] You will get a list of file names [05:48] it goes balck screen grub couning down 4 3 2 1 black screen enter your name password ,, then i am loged on into KDE balck screen command line [05:48] you want the one that has two numbers === ubuntu-knub is now known as knub === ncs [n=admin@202.51.232.101] has joined #kubuntu [05:48] Daskreech: And then that's all? [05:48] ubuntu_: yes the black screen counting down that's grub === jords_ [n=jords@203.173.142.55] has joined #kubuntu [05:48] press esc when you see that and choose recovery [05:48] i preess esc right? [05:48] Daskreech: and what's the definition of this? === ubuntu__ [n=ubuntu@modemcable097.132-83-70.mc.videotron.ca] has joined #kubuntu [05:48] T_T [05:49] zeroziat: look for a set of file names that have two numbers [05:49] any can help me [05:49] So liike hda1 and hda2 [05:49] so i try it rigth now [05:49] yes? [05:49] zeroziat: the full command will be like sudo mount /dev/hda1 windows [05:49] ubuntu_: yes if you get in you can type sudo apt-get install irssi [05:49] ncs, you have to ask a question if your going to get help.... [05:50] i've a problem after installing bind9 [05:50] after install bind9 i can't find named.conf.options, named.conf, and named.conf.local under /etc/bind/ [05:50] ubuntu_: when it's done type irssi -c irc.freenode.net and you can join back here [05:50] how to fix it? [05:50] ubuntu_: YOu know how to join a channel? [05:50] Mr_Sonoma: how to fix it? [05:50] zeroziat: does that make sense? [05:50] Mr_Sonoma: ? [05:50] are you here? [05:50] uh hu [05:51] Daskreech: Yup, thanks man [05:51] hahahha [05:51] mindcry, and your away on dal.net [05:51] Daskreech: I'll go try it [05:51] glad to see you here sir === ncs still waiting [05:51] T_T [05:51] :D [05:51] yes [05:51] zeroziat: ok don't forget to make the directory then mount the drive to it [05:51] mindcry, i idle here a lot, but do watch the channel. [05:51] ncs: Is is supposed to install those? [05:51] ncs, sorry cant say as i have ever used bind9 === tiger_ [n=tiger@pptp-212-201-73-130.pptp.stw-bonn.de] has joined #kubuntu [05:51] oh i c [05:52] Mr_Sonoma: are you using kubuntu? [05:52] knub: definition of ? [05:52] mindcry, join #kubuntu-offtopic?? [05:52] ncs: I guess you are following some walkthrough ? [05:52] how if i create those files manually? [05:52] Daskreech: september crisis :P [05:52] is it ok? [05:53] im already there [05:53] :D [05:53] Mr_Sonoma: im already there === Aranel [n=Aranel@88.232.199.252] has joined #kubuntu === brendonw_ [n=brendonw@66.159.221.21] has joined #kubuntu [05:53] my god this USB controller is fast [05:54] mindcry, uh dont see ya, but yes i am using Kubuntu have been for uh....nearly a year i guess now. [05:54] knub: Oh when they reach the end of the finacial year and suddenly remember commitments and we get called in to do 4 months worht of work in 12 days [05:54] well can i private msg on you? [05:54] ncs: It's fine [05:55] yes go ahead [05:55] oO [05:55] Hi all, Gutsy question, hopefully this is the right place ! Fn keys for brightness are not working while brightness applets do work. It seems something related to acpi_fakekey command. Any idea ? [05:55] mindcry: thanks for asking him first :0 [05:55] !gutsy | tiger_ [05:55] tiger_: Gutsy Gibbon is the code name for the next release of Ubuntu (7.10) | (due October 2007) | It is development software, as such unstable, support _only_ in #ubuntu+1 === ncs [n=admin@202.51.232.101] has joined #kubuntu === jamie_ [n=jamie@c-67-170-202-181.hsd1.ca.comcast.net] has joined #kubuntu [05:55] Mr_Sonoma: can i have a private msg with you? [05:55] mindcry, yes go ahead [05:55] Daskreech: what do you work with, man? [05:55] knub: Linux :) [05:56] hhehe [05:56] ji [05:56] hi === eMaX [n=emax@220.6.77.83.cust.bluewin.ch] has joined #kubuntu [05:58] I just did a cp -a of my real system to a ext2 partition on the external hd [05:58] mindcry, do you see my message? [05:58] !grub [05:58] 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 [05:58] proc, etc weren't mounted of course === Arkard [n=christ@117-104-62-200.enitel.net.ni] has joined #kubuntu [05:59] Sup people? === buzztracker [n=buzztrac@pelikan.garga.net] has joined #kubuntu [06:00] who here used Cedega? === xerri__ [n=xerri@paris2.ungi.net] has joined #kubuntu [06:00] ncs: hello? === speaker219 [n=speaker2@unaffiliated/speaker219] has joined #kubuntu === speaker219 [n=speaker2@unaffiliated/speaker219] has left #kubuntu ["Leaving"] === rathel [n=rathel@c-24-9-186-226.hsd1.co.comcast.net] has joined #kubuntu [06:01] Mr_Sonoma: i think i cant get into privmsg [06:01] :D [06:01] its ok talk in here [06:01] uh do you have your nick registered??? === Arkard [n=christ@117-104-62-200.enitel.net.ni] has left #kubuntu ["Konversation] [06:02] Just joing O-t [06:02] !offtopic [06:02] #kubuntu is the official Kubuntu support channel, for all Kubuntu-related support questions. Please use #kubuntu-offtopic for general chatter. Thanks! [06:02] Daskreech: what do you think about kde4? -- i don't understand the subject when it gets to the programmations, so :P i am just putting you to say a word about it [06:03] knub: What do you want to know? [06:03] don't really want to know something specific. just your enthusiams (if there is any) about the subject [06:03] :P hehe [06:03] Oh Loads!!! [06:04] heehe i am waiting it too === ebbu [n=ebbu@a91-153-58-194.elisa-laajakaista.fi] has joined #kubuntu [06:05] Yeah 4.1 is where it's going to start though [06:05] 4.0 is like a really nice beta :) === shonen [n=shonen@24.121.216.47] has joined #kubuntu === kilrae_ [n=kilrae@CPE000f66055f14-CM0012256eb698.cpe.net.cable.rogers.com] has joined #kubuntu [06:07] where are the default desktop backgrounds located? [06:08] /usr/share/kde/....mumbles as he walks off [06:09] thanks [06:09] I need to get my ntfs RAID-0 working under kubuntu feisty, but dmraid appears to be a game when I search for it in adept. is there a way to get this working I am not aware of? [06:09] anyone knows wher i can find UML plugin for eclipse?? [06:10] !info dmraid [06:10] dmraid: Device-Mapper Software RAID support tool. In component universe, is optional. Version 1.0.0.rc13-2ubuntu3 (feisty), package size 180 kB, installed size 612 kB === BentJ [n=BentJ@port46.ds1-esp.adsl.cybercity.dk] has joined #kubuntu [06:10] shonen: it's in universe [06:10] juacom04: maybe #eclipse ? [06:11] thanks [06:11] Daskreech: really? 4.0 will get a 'time of adjustments', so that's why you're saying 4.1 will be the one where it's going to start? [06:11] ah! I did not notice that "all" tab over there. thanks, Daskreech === sparr [n=sparr@pdpc/supporter/active/sparr] has joined #kubuntu === isa268[FAN] [n=matthew@adsl-68-90-234-234.dsl.hstntx.swbell.net] has joined #kubuntu [06:13] knub: no but a lot of things aren't ready for when KDE4.0 ships [06:13] shonen: you are using debtags ? [06:14] knub: KDE4 != KDE 4.0 [06:15] i see :P anyway, we wait. i would contribute if i could. maybe someday i will be up to it [06:15] ? [06:15] no? [06:15] debstags? [06:16] tags*? [06:17] shonen: Which all tab? [06:17] knub: who says you can't contribute? [06:17] they lie! Liiiiiiiiiiiiiie [06:17] isn't kde4 (or kde 4.0, which it was the same to me) the next version of kde, which is scheduled to go somewhen in december (if the schedule does not change)? [06:17] heheh [06:18] contribute with programming i can not at the moment :P [06:18] hehe [06:18] KDE 3.5.8 should be out before KDE 4.0 [06:19] stdin: and 3.5.8 is what is called kde4, which different from kde 4.0? === MDCore [n=gavin@41.207.231.41] has joined #kubuntu [06:20] knub: no, 3.5.8 is not KDE4, it's another release of KDE3.x [06:20] so, what is kde4, if kde4 is different from kde 4.0? [06:21] knub: There is KDE3 [06:21] Which is all of KDE3 [06:21] kde4 is beautiful [06:21] hehe which i thought was the same === MDCore [n=gavin@41.207.231.41] has left #kubuntu ["Konversation] [06:21] KDE3.0 is NOT KDE3 [06:21] i see [06:21] KDE4 is the general name for all KDE version 4 and above [06:21] eheh === ubuntu_ [n=ubuntu@adsl-068-209-111-083.sip.mia.bellsouth.net] has joined #kubuntu [06:21] So things that they promised for KDE3 may have came about in KDE3.2 [06:21] well 4 and above but less than 5 :p [06:21] i understand now. :P [06:21] kd4 = kde where the major version is 4 [06:21] hehhe [06:22] that doesn't mean that when KDE 4.0 comes out you shoudl start crying that they are liars they don't have X feature === julian [n=julian@201-212-196-27.net.prima.net.ar] has joined #kubuntu [06:22] except I missed the e... [06:22] meh [06:22] CaptainApathy: :P heheh === CaptainApathy activates his super power [06:22] Daskreech: now i get it. thank you for the explanation [06:22] :P === mpita [n=mpita@200.8.204.35] has joined #kubuntu [06:22] knub: right and who said you can't help? === Pupeno [n=Pupeno@dsl-37-170.dsl.netsource.ie] has joined #kubuntu === ubuntu_ is now known as conundrum4000 [06:23] with programming i can not, right now :P [06:23] hola [06:23] i meant programming while i said i could not. but in which other ways i could? [06:23] knub: KDE is much more than programming [06:23] Oh loads of ways === rrbiz [n=opera@ip68-228-44-25.tc.ph.cox.net] has joined #kubuntu [06:23] there is documentation there is promotion [06:23] usabilty [06:24] testing [06:24] primera vez que estoy aqui alguien habala espaol [06:24] feedback [06:24] triaging === andy_ [n=andy@ool-18ba906c.dyn.optonline.net] has joined #kubuntu [06:24] !es | mpita [06:24] mpita: Si busca ayuda en Espaol por favor entre en los canales #ubuntu-es, #kubuntu-es o #edubuntu-es, all obtendr mas ayuda. [06:25] I may have a dumb question. I just downloaded Kubuntu 7.10 beta, and I was attempting to install compiz-fusion.. however its not working :P [06:25] at least with the promotion i contribute :P i really says good things about kde (and linux) when i have the chance in a conversation etc. -- about usability and testing, yes, you are right. it is really a way to contribute [06:25] some translation i could do too === Pitabred [n=pita@c-67-190-48-101.hsd1.co.comcast.net] has joined #kubuntu [06:26] if i wanted to run a DNS lookup from comand line what command would i use??? i've done it before but for the life of me cant remember.... [06:26] conundrum4000: I think #ubuntu-effects is the chan for compiz-fusion [06:26] knub: To what language? [06:26] i will apply somewhere in kde page :P "hey! if you need me, mail me!" -- it's one more to contribute, isn't? hehe [06:26] portuguese [06:26] whois? === npurciful is having fun with command line === ether [n=ether@S0106001c1041c3dd.vn.shawcable.net] has joined #kubuntu [06:27] knub: you can do that in #kde [06:27] Daskreech, I was referring to the tab in adept I had to click to get it to search all repositories. dmraid is installed now, however, now I can't recall how to get the thing to mount === tanemura [n=chatzill@ns2.ndc.co.jp] has joined #kubuntu [06:27] knub: ha ha portugese people love KDE for some reason. It's always like 99% translated [06:27] has anyone else upgraded to gutsy yet? [06:27] Dask: thanks :) === Daskreech raises hand === tanemura [n=chatzill@ns2.ndc.co.jp] has left #kubuntu [] [06:28] hehe is it? i didn't know [06:28] ether: issues are still discussed in #ubuntu+1 though [06:28] ah.. [06:28] thx [06:28] knub: http://commit-digest.org/issues/latest [06:28] they have a section for translation [06:28] Portugese is number two if its not number one [06:28] and it's always number one === knub raises too :P [06:29] ether: be runing gutsy seen alpha 5 [06:29] I'm definately going to do a fresh install when it's released. [06:29] ok, i just figured that out too. thanks for your help, though [06:30] Daskreech: do you see a lot of portuguese speakers here? -- but it would be hard to tell since almost just english it used here hehe [06:30] !br [06:30] Por favor use #ubuntu-br ou #ubuntu-pt para ajuda em portugus. Obrigado. [06:30] Heehee [06:30] heheehe nice! === joharbach [n=joharbac@modemcable093.47-131-66.mc.videotron.ca] has joined #kubuntu === jords_ [n=jords@203.173.142.55] has joined #kubuntu [06:35] Yep :) [06:35] But No KDE4 for Kubuntu for a while [06:36] So when you first upgrade into a KDE4 desktop it will probably be KDE 4.1 so I'll be happy === soulrider_ [n=mauro@r190-64-134-96.dialup.adsl.anteldata.net.uy] has joined #kubuntu [06:36] 'cos you won't have to be answering lots of questions and solving problems? [06:36] hehe [06:37] Naw I'll be doing that till they cover me with dirt [06:37] "have" -- i meant, you won't be asked a lots of questions here === ether [n=ether@S0106001c1041c3dd.vn.shawcable.net] has joined #kubuntu [06:38] and debian? maybe will they put it in the unstable repos? [06:39] Daskreech: very helping of yours! that's really nice :) === Aranel [n=Aranel@88.232.199.252] has joined #kubuntu [06:40] knub: It's there already [06:40] i saw it in the experimental [06:40] Yeah [06:41] Oh right. I lose track of what's stable unstable and ownright kkoky [06:42] downright kooky :) [06:42] so, won't they change to 4.0 when it's released? -- by the way, that's a good doubt. when distros-etc. change when this change is like this one? -- about gnome, i saw in gnome page: 2.20 released [06:42] but gnome package in debian unstable says 2.18.something [06:43] change as soon as the version is released wouldn't be the thing to do? === user_ [n=user@85.192.62.50] has joined #kubuntu [06:45] :P i think it is just orders and stability. hhehe but i don't know exactly what they are too, the stable, testing, unstable and experimental repos in debian [06:45] knub: KDE4 is and will be available in Kubuntu, but not as default too soon === kristjan_ [n=kristjan@80-66-250-241.nrv.up.ee] has joined #kubuntu [06:46] I can't make kubuntu login screen make display user custom images, what's the matter? === eMaX [n=emax@gprs01.swisscom-mobile.ch] has joined #kubuntu === matthias [n=matthias@dslb-088-072-213-096.pools.arcor-ip.net] has joined #kubuntu === ubuntulog [i=ubuntulo@trider-g7.fabbione.net] has joined #kubuntu === Topic for #kubuntu: FAQ: http://wiki.kubuntu.org/CommonQuestions | https://wiki.kubuntu.org/KubuntuFeistyKnownProblems | Free Kubuntu CDs! https://shipit.kubuntu.org | Large pastes: http://paste.ubuntu-nl.org | Offtopic in #kubuntu-offtopic please. | KDE 4.0 beta 2 --- http://kubuntu.org/announcements/kde4-beta2.php === Topic (#kubuntu): set by stdin at Tue Sep 25 05:48:19 2007 === #kubuntu [freenode-info] why register and identify? your IRC nick is how people know you. http://freenode.net/faq.shtml#nicksetup [09:28] (avt3kk/#kubuntu) whats the partition thing called [09:28] (avt3kk/#kubuntu) in ubuntu [09:28] (avt3kk/#kubuntu) dapper [09:28] (avt3kk/#kubuntu) I want to see them all at once [09:28] (stdin/#kubuntu) rabi: it will install kubuntu, but adept should let you update, no need for update-manager === Agrajag` [n=Agrajag@pool-71-182-234-247.pitbpa.fios.verizon.net] has joined #Kubuntu [09:28] how to update using adept? [09:29] rabi: see https://wiki.ubuntu.com/GutsyGibbon/Beta/Kubuntu === josef [n=josef@d86-33-13-35.cust.tele2.at] has joined #kubuntu [09:29] stdin: Thank you. === kio [n=kio@84.204.242.58] has joined #kubuntu === kio [n=kio@84.204.242.58] has joined #kubuntu [09:33] heres the screenshot [09:33] http://rapidshare.com/files/58796440/Screenshot.png.html [09:33] to go with the tut I made [09:33] http://ubuntuforums.org/showthread.php?t=536491 [09:33] see lol [09:33] picture of my partitions and my tut I made === arno__ [n=arno@145.199-64-87.adsl-dyn.isp.belgacom.be] has joined #kubuntu [09:34] who seen it? [09:34] avt3kk: Might wanna check that screenshot url again === Evolution2 [n=roy@unaffiliated/evolution2] has joined #kubuntu [09:34] hey guys, my question regards compiz vs. beryl. what is the better manager? i have been using beryl for awhile and i am wondering what compiz has to offer, and if it can be edited as easily. iam running Kubuntu feisty KDE 3.5.7 [09:35] Evolution2: Might wanna join #ubuntu-effects [09:35] i did [09:35] no one is there [09:35] http://rapidshare.com/files/58796821/Screenshot.png.html [09:35] ardcho thats it see [09:35] Evolution2: My opinion? both compiz and beryl are nothing more than resource wasting toys. === michal [n=michal@82.119.244.194] has joined #kubuntu [09:36] see it? [09:36] does it work [09:36] download the pic [09:36] what i want to know is there a "compiz theme manager" like Emerald theme manager for Beryl [09:36] avt3kk: A screenshot url is supposed to show a screenshot, not make me download it [09:37] so how I do it then [09:37] I dunno === tehk [n=tehk@c-69-249-157-157.hsd1.nj.comcast.net] has joined #kubuntu [09:37] avt3kk: upload it to http://imageshack.us and link it? [09:37] k === anthronaut [n=anthrona@84-75-117-11.dclient.hispeed.ch] has joined #kubuntu [09:37] ardchoille: if there are unused recources, then I why not use them with something like compiz? [09:38] kristjan_: I won't get into it in this channel === Evolution2 [n=roy@unaffiliated/evolution2] has left #kubuntu [] [09:39] ok here it is [09:39] http://img292.imageshack.us/img292/5025/screenshotqq6.png [09:39] avt3kk: Good job :) [09:40] ty :D [09:40] all are imaged [09:40] xp and ubuntu [09:40] can someone tell me why this script wont run? [09:40] http://ubuntuforums.org/showthread.php?p=1174435 [09:40] I just got through pulling a drive clone [09:40] from .1 bigger to .1 smaller [09:41] maunaly resize [09:41] acronis true imahge boot cd [09:41] !flash64 | pillowpants [09:41] pillowpants: 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 [09:41] image === GIn [n=Ginnnn@s5591bc47.adsl.wanadoo.nl] has joined #kubuntu === byte68 [n=byte68@host-78-12-104-174.cust-adsl.tiscali.it] has joined #kubuntu [09:41] so if you see anyone was waiting for me === viviersf [n=cain@gw.impilinux.co.za] has joined #kubuntu [09:41] pillowpants: sudo apt-get install flashplugin-nonfree [09:41] thats what i was doin [09:42] it works [09:42] now to download kubuntu [09:42] and pull out ubuntu [09:42] !enter | avt3kk [09:42] avt3kk: Please try to keep your questions/responses on one line - don't use the "Enter" key as punctuation! [09:42] fixboot fixmbr [09:42] sorry [09:42] :) === Delph_nz [n=jack@202.124.102.146] has joined #kubuntu [09:43] kristjan_ : im on amd64 [09:43] not that easy [09:43] the code i used is kind of shty but it worked [09:45] stdin: using 32 bit firefox is somewhat lame i feel [09:46] pillowpants: not much choice, that nspluginwrapper thing is very unstable and tends to eat CPU [09:46] goodnight guys :D so if anyone was asking if I put the disk clone back I did even if it was .1 larger then the destination regular hard drive ok haha :) [09:46] pillowpants: Not if it works with a minimum of user setup :) === kristjan_ [n=kristjan@80-66-250-241.nrv.up.ee] has left #kubuntu ["Konversation] [09:46] goodnight buddys [09:47] nn avt3kk === grunwalski [n=christia@p57B2F4ED.dip.t-dialin.net] has joined #kubuntu === solid_liq [n=Solidity@client-67-58-246-39.consolidated.net] has joined #kubuntu === Kite_DH [n=Kite_DH@p57B3661E.dip.t-dialin.net] has joined #kubuntu === neversfelde|mobi [n=neversfe@82.113.121.16] has joined #kubuntu [09:48] stdiwn: point taken on cpu spikes === loetrit [n=loetrit@ppp-58.8.5.164.revip2.asianet.co.th] has joined #kubuntu === llutz [n=lutz@p548034E9.dip0.t-ipconnect.de] has joined #kubuntu === administrador [n=administ@84.123.223.32.dyn.user.ono.com] has joined #kubuntu [09:50] wenas === administrador is now known as Dark_kira_1991 === Skiff [n=SkiffX@cpe-72-225-174-254.si.res.rr.com] has joined #kubuntu === glary [n=fideas@116.215.161.1] has joined #kubuntu [09:53] how to clean cache file and trace bin [09:54] Please help, how to clean cache file and trash bin. I an upgrading my system to gusty, but there is not enough free space. === hw_ [n=hw@p578b3905.dip0.t-ipconnect.de] has joined #kubuntu [09:55] what are the locations of these, i've never heard of em [09:55] which case and whats a trace bin [09:55] flaccid he means trash bin [09:56] or she, respectively [09:56] anyway I need to free some of my space in '/'. How to increase free space [09:56] right click and empty it === emilsedgh [n=emilsedg@84.47.209.121] has joined #kubuntu [09:56] simple answer. delete files. [09:56] rabi: Open konqueror and type in: trash:/ [09:56] flaccid: no right click left click [09:57] rabi: what language do you speak? [09:57] what location is kde trash ? i can't remember. empty that folder [09:57] rabi: Also, open kcontrol and go to Security & Privacy > Privacy and clean that up a bit === flaccid is not on kde atm sorry [09:57] flaccid: trash:/ [09:58] if you don't have large files to delete to free space then you will probably run into this again. you need to make decent free space for overhead [09:58] flaccid: that or ~/.local/share/Trash [09:58] trash:/ is the protocol, not the location === knubbe [n=knubbe@h190n5c1o1036.bredband.skanova.com] has joined #kubuntu [09:58] ty ardchoille [09:58] flaccid: so ardchoille said the location [09:59] i noticed === neversfelde|mobi [n=neversfe@82.113.106.16] has joined #kubuntu === astro76 [n=james@unaffiliated/astro76] has joined #kubuntu === buzztracker [n=buzztrac@213.251.133.67] has joined #kubuntu [10:00] ardchoille: can't find security, in kcontrol. where is that? [10:01] rabi: Security & Privacy === fideas [n=fideas@221.4.137.132] has joined #kubuntu [10:02] ardchoille: sorry sir? i am unable to find it? would u please tell me detail? === mecannotread [n=josef@202.93.40.230] has joined #kubuntu === knubbe [n=knubbe@h190n5c1o1036.bredband.skanova.com] has joined #kubuntu [10:03] rabi: Open a terminal and type: kcmshell privacy [10:04] ardchoille did it. === Eyeless [n=hjalle@d83-183-204-137.cust.tele2.se] has joined #kubuntu [10:04] Did you click the Clean Up button? === emonkey-p [n=emonkey@edu-39.216.zhaw.ch] has joined #kubuntu === harmental [n=ricardo@AGrenoble-152-1-99-41.w86-206.abo.wanadoo.fr] has joined #kubuntu [10:05] ardchoille: yah [10:05] rabi: That should clean up a lot [10:06] ardchoille: still not enough I need to free around 7 mb more. [10:06] rabi: Then perhaps you need to learn to partition better? [10:06] I know partition. [10:06] but I don't want to damage my system now. [10:07] I have configured it betterly. [10:07] rabi: Are there any apps you no longer want and can uninstall? [10:07] oh yah. thank you. [10:07] you configured it badly [10:07] flaccid: Maybe not, he/she may have just filled it up === fideas [n=fideas@221.4.137.132] has joined #kubuntu === user___ [n=user@212-72-139-177.dsl.sanet.ge] has joined #kubuntu [10:08] partitioning is part of configuration.. [10:09] rabi: Another idea is to keep things like tutorials, music files, pictures, etc. on a different partiton or drive. I have two hard drives (hda and hdb) I keep the system on hda and music, pictures, tutorials, etc on hdb === Tautoa [n=Tautoa@adsl-83-100-138-252.karoo.KCOM.COM] has joined #kubuntu [10:10] ardchoille: I am updating kubuntu using 'update-manager -d'. does it work? [10:10] adept is the gui for kubuntu [10:10] rabi: I don't update, I install from cd and I don't use gui's for that anyway since cli is faster [10:11] yah i know, but the process using adept is longer. [10:11] we support adept here as its #kubuntu [10:12] can I get CD of kubuntu? === eMaX [n=emax@gprs01.swisscom-mobile.ch] has joined #kubuntu [10:12] !kubuntu [10:12] Kubuntu is Ubuntu with KDE, the K Desktop Environment, instead of Gnome. See http://kubuntu.org for more information - For support: #kubuntu - See also !KDE [10:12] !shipit [10:12] shipit is a service that sends free Ubuntu, Kubuntu and Edubuntu CDs. See http://shipit.ubuntu.com/ and http://shipit.kubuntu.org and http://shipit.edubuntu.org - Shipit will send Feisty (7.04) CDs [10:13] rabi: See the link stdin posted, shipit is very nice [10:13] I got the cd of 7.04 from shipit. === desti [n=desti@p5B01A6E3.dip0.t-ipconnect.de] has joined #kubuntu === saizai [n=saizai@76.191.130.220] has joined #kubuntu [10:14] again not enough free space. what to do? I removed opera and wxdfast. === Tonio_ [n=tonio@mst45-2-82-242-83-37.fbx.proxad.net] has joined #kubuntu === waylandbill [n=waylandb@70-101-124-72.dsl1-field.roc.ny.frontiernet.net] has joined #kubuntu [10:15] rabi: The only thing I can suggest is buy another hd and move some stuff over to it === Myrth[home] [n=moshe@cpe-76-80-0-236.socal.res.rr.com] has joined #kubuntu [10:15] re do it and allocate sufficent space [10:15] or buy more space [10:16] hard drives are ridiculously cheap and worth the effort. :) [10:16] No I have enough space, 5500MB - for root (/) partition, 10 GB - for /HOME partition. [10:17] rabi: Even if you get it to work now, you might have problems again later due to fragmentation because the system doesn't have enough space to do housekeeping === Tautoa [n=Tautoa@adsl-83-100-138-252.karoo.KCOM.COM] has left #kubuntu ["Kopete] [10:17] rabi, which partition are you running out of space on? [10:17] ardchoille: How much space for root partition is needed to run perfectly? [10:18] rabi: I don't know, I have 75Gb for / [10:18] free space wise you only need a few meg on root part [10:18] flaccid: few meg? I don't think so [10:18] um i do. i run linux on few meg spare quite a lot [10:19] more to the point, how much free space do you actually have rabi. please pastebin df -h === josef [n=josef@d86-33-13-35.cust.tele2.at] has joined #kubuntu [10:20] 891 in / partition [10:20] flaccid: lol, http://ardchoille.pastebin.us/39793 [10:20] why do you think your problem is free space rabi? [10:21] because looking at that. there is no problem with free space [10:21] 65GB is a lot more than a few megabyte [10:21] flaccid: That pastebin is mine, not his [10:22] i was asking for rabi's [10:22] isn't he the one with the problem [10:22] yes [10:22] ignore me :P [10:22] will do === stdin does /ignore ardchoille :p [10:22] lol === webulator70 [n=nikko@d39-185-7.home1.cgocable.net] has joined #kubuntu [10:22] stdin: No! You're a valuable resource to me :) === harmental [n=ricardo@AGrenoble-152-1-99-41.w86-206.abo.wanadoo.fr] has joined #kubuntu [10:22] ardchoille: I have posted my configuration. === tim [n=tim@81-179-148-7.dsl.pipex.com] has joined #kubuntu [10:23] I have installed ubuntu with XP dual boot [10:23] did anyone hear anything? [10:23] anyone have a moment to help me with what seems like an uncommon nvidia problem/ [10:23] ;) [10:23] *? [10:23] stdin: lol [10:23] try #nvidia [10:23] thanks [10:24] rabi, pastebin df -h [10:24] i think they ruined the drivers after whats now called glx-legacy [10:24] rabi: no offense, but if I were you I'd get rid of XP, it's wasting space on a garbage OS wannabe anyway. [10:24] no they didn't. [10:24] i have the same hardware and do the same thing and they wont go anymore [10:24] ti4200 [10:25] people have the right to choose [10:25] usually people will have a valid reason for windows :) [10:25] i do right now [10:26] flaccid: Yah I know, but I have to use it, as my callegues are using it. === jono [n=jono@ubuntu/member/jono] has joined #kubuntu [10:26] they say to ask in #ubuntu [10:26] thing is everyones completely ignoring me there [10:26] yeah im on your side rabi :) [10:27] webulator70: What exactly is the problem? [10:27] ignoring usually means nobody has an answer for your problem [10:27] And another problem is, the keyboard layout in kubuntu is not working properly to work in nepali language [10:27] thank you ardchoille === eMaX [n=emax@gprs01.swisscom-mobile.ch] has joined #kubuntu [10:28] I wanna ask you another problem. I need to update my kubuntu system into gusty. what is the way [10:28] !update [10:28] See https://help.ubuntu.com/community/UpgradeNotes for upgrading from Kubuntu 6.10 (Edgy Eft) to Kubuntu 7.04 (Feisty Fawn) [10:28] if i install the nvidia driver after a clean install i cant start x anymore, if i install it via the official nvidia dl it wont compile a kernel modual === kyuubi [n=kyuubi@58.69.107.229] has joined #kubuntu === StoneNewt [n=snewt@stonenewt.demon.co.uk] has joined #kubuntu === llutz [n=lutz@p548034E9.dip0.t-ipconnect.de] has joined #kubuntu [10:28] webulator70: Have you tried following the nvidia tutorial? It has worked for me on over 100 machines. [10:28] i used to have the nvidia drivers going on here back on 6.10 [10:28] webulator70: tried the -new or -legacy drivers too? [10:29] yes, ive spent all day going over it [10:29] webulator70, can you cite the actual problem? [10:29] I need to update kubuntu feisty to gusty. === visik7 [n=dksakd@unaffiliated/visik7] has joined #kubuntu [10:29] rabi, why? [10:29] rabi: *need*? [10:29] webulator70: Which nvidia card do you have? [10:29] i can give you bits of the error in the log file or something [10:29] ti4200 [10:29] please pastebin webulator70 [10:30] btw it might be worth noting that i cant seem to even boot with the nvidia drivers in sabyon === galathalion [n=galathal@90-224-168-212-no128.tbcn.telia.com] has joined #kubuntu [10:31] perhaps you need to update the driver as its kernel specific [10:31] i tried that i think [10:31] webulator70: The ti4200 is listed for the nvidia legacy driver [10:32] please make sure you are using the right nv driver and pastebin the error log [10:32] i tried the legacy and non legacy driver [10:32] just not the new one [10:32] 96xx is for ti4200 [10:32] apparently [10:32] sorry if im annoying but whats pastebin? [10:32] webulator70: No, you need the legacy driver [10:32] log, log, log.. [10:32] !pastebin > webulator70 [10:33] the legacy one says its for gf2 and earlier [10:34] webulator70: If either of nvidia-glx-legacy/nvidia-glx-new are installed a dotfile is created in /lib/linux-restricted-modules/ . Even after these packages are uninstalled the dotfile will remain and may frustrate efforts to use the nvidia-glx package. === Myrth[home] [n=moshe@cpe-76-80-0-236.socal.res.rr.com] has joined #kubuntu [10:34] webulator70: The ti4200 card is listed as a legacy in http://us.download.nvidia.com/XFree86/Linux-x86/1.0-9755/README/appendix-a.html === josef [n=josef@d86-33-13-35.cust.tele2.at] has joined #kubuntu [10:35] yes its listed under the 96 driver [10:35] thats what i used === verena [n=verena@212.79.172.180] has joined #kubuntu [10:35] webulator70: where? [10:36] on that link i was just given [10:36] its listed under 96 === Smooph [n=Smooph@141.2.241.221] has joined #kubuntu [10:36] the middle driver, not the old 'legacy' one and not the new 'new' one [10:36] webulator70: The 96xx driver and the legacy driver are two different drivers, you need the legacy driver, not the 96xx driver [10:36] according to that link i need 96 [10:36] legacy is 7x something [10:37] The 1.0-96xx driver supports the following set of GPUs: [10:37] then it listes ti4200 and others [10:37] webulator70: I have installed nvidia drivers on over 100 machines, if you're not going to listen to someone trying to help you then maybe that's why you have this problem. [10:37] im listening, i tried both [10:37] yes, and you probably have a dotfile causing problems [10:37] and im just saying, according to nvidias own site, it says 96 is for the 4200, regardless of that i tried both [10:38] ive formatted several times [10:38] ive tried both drivers [10:38] back when ubuntun 6.10 was new this all worked ok === harmental [n=ricardo@AGrenoble-152-1-99-41.w86-206.abo.wanadoo.fr] has joined #kubuntu [10:38] webulator70: No, according to nvidia's own site you need the legacy driver. === masterylab [n=masteryl@122.167.205.229] has joined #kubuntu [10:39] according to this link i need 96 http://us.download.nvidia.com/XFree86/Linux-x86/1.0-9755/README/appendix-a.html [10:39] according to that link the 71 driver is for gf2 and older [10:40] the 71 is called legacy [10:40] atleast in ubuntus repos it is [10:40] webulator70: Your card is listed on that page under the section that says "Below are the legacy GPUs that are no longer supported in the unified driver. These GPUs will continue to be maintained through the special legacy NVIDIA GPU driver releases." [10:40] at the bottom [10:40] read a few lines past that [10:40] it says 96 [10:40] so regardless of what we call it im using the one it says to === n0u [i=Chaton@unaffiliated/nou] has joined #kubuntu === Tautoa [n=Tautoa@adsl-83-100-138-252.karoo.KCOM.COM] has joined #kubuntu [10:41] besides if you use one thats not supported the installer tells you its not [10:41] it did when i downloaded 100 by accident === flaccid is still waiting for a log [10:42] webulator70: I'm telling you that you need the legacy driver. [10:42] oh sorry flac === harmental [n=ricardo@AGrenoble-152-1-99-41.w86-206.abo.wanadoo.fr] has joined #kubuntu === aziz [n=aziz@chello084112072063.6.11.vie.surfer.at] has joined #kubuntu [10:42] forget 'legacy' for a sec, tell me what version number [10:42] to clear this up [10:42] nvidia-glx-legacy === arkygeek [n=arkygeek@77-97-80-243.cable.ubr02.live.blueyonder.co.uk] has joined #kubuntu [10:43] That's all you need to know for now. === desti [n=desti@p5B01A6E3.dip0.t-ipconnect.de] has joined #kubuntu [10:43] i tried that one too i said [10:43] i tried glx which is for gf3 and 4 and glx legacy for the hell of it [10:44] ok i pasted it [10:44] the log === MijoJak2 [i=mijo@nat/ibm/x-e881eb32753b7341] has joined #kubuntu [10:45] 96 is for the ti400 im sure of it unless nvidia made a major mistake in what they said on that link === flaccid- [n=flaccid@61.55.233.220.exetel.com.au] has joined #kubuntu [10:46] webulator70: Forget about the "96" bit, you need the legacy driver [10:47] i did try that too though [10:47] same prob [10:47] if you want me to try again i will [10:47] i can paste a log for the legacy one too === flaccid- is back. where is log? === Pupeno [n=Pupeno@dsl-37-170.dsl.netsource.ie] has joined #kubuntu [10:48] flaccid-: he never posted the url for it [10:48] http://paste.ubuntu-nl.org/38887/ [10:49] ok [10:49] skip that part about the 100 version driver, i dl that one by accident [10:49] i suppose i should have edited that out [10:49] does anybody knows a rar password recovery for linux? [10:50] webulator70: If you install from nvidia's package, you have to reinstall everytime you have a kernel upgrade or the driver will disappear [10:50] i just formatted then attempted install [10:51] like 5 times in the last 2 days [10:51] please disregard line 377 onward === lina_ [n=lina@gateway.globalteleshop.co.id] has joined #kubuntu [10:52] [ 3511.717400] NVRM: The NVIDIA GeForce4 Ti 4200 GPU installed in this system is [ 3511.717407] NVRM: supported through the NVIDIA 96.43.xx Legacy drivers. [10:52] i was after xorg.0.log . doesn't matter i gotta run anyway [10:52] im not being stubborn for nothing, the log even says 96 is for ti4200 [10:53] ok, thanks anyway flac [10:54] webulator70: Please go to this page and in the top of it tellme which version is for legacy: https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia [10:54] for my card exactly " nvidia-glx" [10:54] webulator70: no === arno_ [n=arno@145.199-64-87.adsl-dyn.isp.belgacom.be] has joined #kubuntu [10:54] yes! [10:55] it says there "" nvidia-glx" is 96 === emilsedgh_ [n=emilsedg@84.47.219.162] has joined #kubuntu [10:55] the log says 96 is for my card [10:55] webulator70: then why is your card listed in legacy on nvidia's site? [10:55] nv site says 96 is for my card [10:55] its listed as legacy because glx-new doesnt support it [10:55] Then our tutorial is wrong [10:55] but glx still does [10:55] glx-legacy does too [10:56] legacy is 71 [10:56] legacy used to be for it but is now only for gf2 and older [10:56] webulator70: and you card is listed on nvidia's legacy list [10:56] there are 2 legacy lists look carfully [10:56] ones for 96 and ones for 71 [10:56] 100 is current [10:56] http://us.download.nvidia.com/XFree86/Linux-x86/1.0-9755/README/appendix-a.html [10:57] on that site [10:57] there are 3 sets of cards [10:57] Ok, I feel you aren't listening and I can't help any futher.. despite installing nvidia drivers on multiple machines. [10:57] please just hear me out [10:57] i am listening [10:57] i know what im doing [10:57] please [10:57] If you knew what you were doing, you wouldn't have any problems, no? [10:57] dont just assume, this link does indeed show 3 sets of cards, correct? === paulatreides [n=paulatre@dyn-91-171-221-139.ppp.tiscali.fr] has joined #kubuntu [10:58] i know to an extent, please just dont assume im clueless === MadAlex [n=telnet@mail.avale.ru] has joined #kubuntu [10:58] ? [10:58] i will attemp the legacy driver of your choice (again) after you hear me out === fideas [n=fideas@221.4.137.132] has joined #kubuntu [10:59] MadAlex: ??? [10:59] alex maybe you can help clear this up [10:59] Mad Alex,please use utf-8 [10:59] or jussi, im not trying to start a flamewar but i have a dispute wiht someone here about nvidia [10:59] the driver i mean [10:59] a prob im having === przemek_ [n=przemek@88-199-125-248.tktelekom.pl] has joined #kubuntu [10:59] !enter | webulator70 [10:59] webulator70: Please try to keep your questions/responses on one line - don't use the "Enter" key as punctuation! [11:00] webulator70: whats going on? [11:00] any body way talk on russian? [11:00] !ru [11:00] #ubuntu-ru / Pozhalujsta vojdite v #ubuntu-ru dlq pomoshchi na russkom qzyke === buzztracker [n=buzztrac@pelikan.garga.net] has joined #kubuntu [11:00] thank you jussi [11:00] ubotu ;)) [11:00] !bot > drmartins === roconnor [n=roconnor@n138209.science.ru.nl] has joined #kubuntu === Neutrinux [n=Neutrinu@228.229.102-84.rev.gaoland.net] has joined #kubuntu [11:01] ok, i cant install the nvidia driver, ardchoille says i need the glx-legacy driver, i say i need just glx [11:01] for a ti4200 [11:01] glx-new being the one i cant use === sreejith [n=sreejith@202.88.237.83] has joined #kubuntu [11:01] webulator70: and ? do either of them work? [11:01] no [11:01] 96 and 71 do not [11:02] also 100 is ofcoarse too new for me [11:02] even sabyon doesnt let me use the nvidia driver [11:03] thanks for the firefox32 install link for amd64 === kristjan_ [n=kristjan@80-66-250-241.nrv.up.ee] has joined #kubuntu === [nrx] [n=martin@195.137.88.43] has joined #kubuntu [11:03] installing ff32 bit on amd64 seems somewhat lame, but the flash situation has been resolved [11:03] thinags [11:03] webulator70: its the 96 driver: http://us.download.nvidia.com/XFree86/Linux-x86/1.0-9755/README/appendix-a.html [11:03] thanks* [11:03] i did use 96 [11:04] thank you for the confirmation [11:04] Hai I am using kubuntu after upgrading RAM from 512 MB to 1GB I am not able to access certain sites like php.net , payapl etc. Can anybody pls help me to sort out this problem? [11:04] webulator70: as you see, it is correct [11:04] ardchoille wouldnt beleive me that i am to use 96 [11:04] webulator70: That is the legacy driver [11:04] webulator70: so he may be wrong. move on === kuyky [n=kuyky@84.90.165.129] has joined #kubuntu [11:04] its not called legacy thought, 71 is [11:04] webulator70: there we go. === kenny [n=kenny@HSI-KBW-091-089-051-193.hsi2.kabelbw.de] has joined #kubuntu [11:05] webulator70: this seems to be pointless. can we move on? [11:05] webulator70: Regardless of what it's called, you need the legacy driver [11:05] there are 3 drivers on the repos, ones called glx, one glx-legacy and one glx-new, glx is the one im to use [11:05] yes we can juss [11:05] as long as i confirmed the # the rest is pointless, yes [11:06] After upgrading my RAM from 512 MB to 1GB I am not able to access certain sites like php.net , payapl etc. Can anybody pls help me to sort out this problem? [11:06] has anyone got GoogleEarth4.0Beta to work === saizai [n=saizai@76.191.130.220] has joined #kubuntu === ubuntu_ [n=ubuntu@dsl-244-121-157.telkomadsl.co.za] has joined #kubuntu === ubuntu_ is now known as ScorpKing === administrator [n=administ@202.93.32.244] has joined #kubuntu [11:08] after upgrading RAM from 512 MB to 1GB I am not able to access certain sites like php.net , payapl etc. Can anybody pls help me to sort out this problem? [11:08] pls help me [11:08] !patience | sreejith [11:08] sreejith: The people here are volunteers, your attitude may determine how fast you are helped. Not everyone is available all the time, likewise not every answer is available instantly. See also http://wiki.ubuntu.com/IrcGuidelines [11:08] maybe they thought they where being ignored [11:09] juss did you catch the log file i posted? [11:09] webulator70: Im working I cant talk right atm [11:09] ok [11:10] thanks for your comment I may little bit impatient as it is urgent for me. sorry for that. === eric [n=eric@AToulon-151-1-19-135.w83-197.abo.wanadoo.fr] has joined #kubuntu [11:10] ubotu is a bot, lol [11:10] Sorry, I don't know anything about is a bot, lol - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi [11:10] sreejith: run a memtest for some hours to check RAM [11:10] ardchoille: shall i try the legacy driver again? [11:11] webulator70: Yes, since that's the correct driver for your card [11:11] webulator70: But, the best way to do this is via the repos [11:11] i did it via the repos too [11:11] i did it via the repos, nvidias downloads, automatix [11:11] nothing worked [11:12] webulator70: Then your systemmay be polluted from all the install/uninstalls [11:12] i formatted my ubuntu parition in between though [11:12] I tried diffrent RAM like 1GB and two 512MB like that the same problem exist. Will a memtest help me? [11:13] how do i clear the dot files again? [11:13] just to make sure im not missing anything [11:13] i dont want to format again if i can help it [11:13] sreejith: it should [11:13] I tried the same in another machine by upgrading the RAM same thing happands there also === thecorpo [n=thecorpo@hrv14-1-82-229-59-35.fbx.proxad.net] has joined #kubuntu [11:14] I will do that === kenny [n=kenny@HSI-KBW-091-089-051-193.hsi2.kabelbw.de] has joined #kubuntu === cps1966 [n=ubuntu@204.183.116.161] has joined #kubuntu === gustavo is now known as GuHHH === blase [n=blase@62.77.223.154] has joined #kubuntu [11:16] how in the heck do i get this stupid thing to follow order of drives set i bios [11:16] btw, even the restricted drivers installer gets version 96 for me [11:16] after a format === eric [n=eric@AToulon-151-1-19-135.w83-197.abo.wanadoo.fr] has joined #kubuntu [11:16] add backports === harmental [n=ricardo@AGrenoble-152-1-99-41.w86-206.abo.wanadoo.fr] has joined #kubuntu === milian [n=milian@p57BB322C.dip0.t-ipconnect.de] has joined #kubuntu === OnofrioDelGrillo [n=Marchese@host34-55-dynamic.10-87-r.retail.telecomitalia.it] has joined #kubuntu [11:21] ardchoille, ok its all cleaned, going to install the ones called legacy now === galathal1on [n=galathal@90-224-168-212-no128.tbcn.telia.com] has joined #kubuntu === Pensacola [n=Pensacol@83.101.14.192] has joined #kubuntu === Tautoa [n=Tautoa@adsl-83-100-138-252.karoo.KCOM.COM] has left #kubuntu ["Kopete] [11:21] webulator70: There are things you need to check before you install === mates [n=mates@r4ad14.net.upc.cz] has joined #kubuntu [11:21] ok, what should i check? === eric [n=eric@AToulon-151-1-19-135.w83-197.abo.wanadoo.fr] has left #kubuntu ["Konversation] [11:22] webulator70: You really need to read the nvidia tutorial [11:22] i did that, i thought you meant other things === cps1966 [n=ubuntu@204.183.116.161] has left #kubuntu ["Kopete] === HymnToLife [n=fkraiem@unaffiliated/hymntolife] has joined #kubuntu [11:22] brb === hussain [n=hussain@dhcp-131-19-149-24.cf-res.cfu.net] has joined #kubuntu [11:22] webulator70: The tutorial states that you need to check some things before installing. Have you checked on your kernel modules? === webulator70 [n=nikko@d39-185-7.home1.cgocable.net] has joined #kubuntu === PriceChild [n=pricechi@ubuntu/member/pdpc.supporter.student.PriceChild] has joined #kubuntu === RytmenPinnen [n=alex@t13.ip4.netikka.fi] has joined #kubuntu [11:25] ardchoille: still the same [11:26] webulator70: The tutorial states that you need to check some things before installing. Have you checked on your kernel modules? [11:26] it cant even compile a kernel module [11:26] it cant even compile a new one [11:26] i got rid of the old one [11:26] webulator70: You don't need to compile one [11:26] but it should be able to without errors though right? [11:27] webulator70: You keep telling me you read the tutorial yet you keep skipping the first two steps of the tutorial. [11:28] webulator70: In order to compile software, you need to install build-essential, did you install that package? === pepijn [n=pepijn@pD9E70E72.dip0.t-ipconnect.de] has joined #kubuntu === Draft [n=Draft@88.229.49.175] has joined #kubuntu === Draft [n=Draft@88.229.49.175] has left #kubuntu ["Konversation] [11:30] are you referring to the nvidia tutorial or ubuntus? === aurus [n=aurus@uidzr455.sattnet.cz] has joined #kubuntu === Beyer [n=essentia@dsl-aur-fe94dd00-217.dhcp.inet.fi] has joined #kubuntu [11:30] like libc? === aurus [n=aurus@uidzr455.sattnet.cz] has left #kubuntu ["Konversation] [11:30] and the kernel source [11:30] those i did === se7en^Of^9 [n=se7enofn@125-24-142-144.adsl.totbb.net] has joined #kubuntu === emilsedgh_ is now known as emilsedgh [11:31] ardchoille: i have libc6 and the kernel source installed yes [11:31] webulator70: Installing the nvidia drivers from the repos takes just a few minutes and a few steps. Why do you insist on wasting time with the nvidia downloaded packages? [11:32] ardchoille: i told you ive done that too [11:32] ardchoille: directly after a format [11:32] webulator70: What is the output of: apt-cache policy linux-restricted-modules-`uname -r` [11:32] ardchoille: i get the same error either way === blase [n=blase@62.77.223.154] has left #kubuntu ["Worktime] === Theory_ [n=theory@64.233.152.129] has joined #kubuntu [11:33] is it installed? [11:33] is what installed? [11:33] read up two of my lines [11:34] ardchoille: how do i find that? [11:34] Question. I currently have ubuntu installed. I am wanting a KDE interface, instead of GNOME. Actually would like to be able to switch between the two at will. Is this a possibility? === drmartins [n=drmartin@213.252.103.7] has joined #kubuntu [11:34] Theory_: yes === noiesmo [n=noiesmo@unaffiliated/noiesmo] has joined #kubuntu [11:34] ardchoille, It would be nice, depending on the mood, to be able to do this. [11:34] Theory: install the kde packages from synaptic [11:34] Theory_: To install the kde desktop, run this: sudp apt-get install kubuntu-desktop [11:34] ardchoille, Is the process difficult? === angelo [n=angelo@host216-196-static.116-81-b.business.telecomitalia.it] has joined #kubuntu [11:35] Theory_: Not difficult, but time consuming [11:35] ardchoille, after i install it, what is required next? [11:35] Theory_: That was a typo [11:35] on the log in screen you can choose session [11:35] I know what you meant :) [11:35] Theory_: To install the kde desktop, run this: sudo apt-get install kubuntu-desktop === CharlieKane [n=unperson@183.110.208.203.cable.dyn.gex.ncable.com.au] has joined #kubuntu [11:36] webulator70, At the login screen you can choose, gnome or kde? [11:36] Theory_: Just install the packages with that command. Then to switch desktops log out and choose a desktop at the login screen [11:36] hello everyone [11:36] linux-restricted-modules-2.6.22-12-generic: [11:36] Installed: 2.6.22.4-12.3 [11:36] Candidate: 2.6.22.4-12.3 [11:36] Version table: [11:36] *** 2.6.22.4-12.3 0 [11:36] 500 http://ca.archive.ubuntu.com gutsy/restricted Packages [11:36] 100 /var/lib/dpkg/status [11:36] ardchoille, Well thats not time consuming ;P [11:36] oops sorry [11:36] Theory_: No, but downloading the packages will be :) === Cyclopes [n=thandar@athedsl-270957.home.otenet.gr] has joined #kubuntu [11:36] ardchoille, Ah, I see. === magical_trevsky [n=magical@host81-149-185-161.in-addr.btopenworld.com] has joined #kubuntu [11:37] ardchoille: you see my output there? [11:37] it says the kernel module is installed [11:37] webulator70: what is the output of uname -r ? [11:37] You might want to run `apt-get -f install' to correct these: [11:37] The following packages have unmet dependencies: [11:37] ardchoille: where should i paste it, in here? [11:37] And then an entire list of problems. === behdha [n=behdha@217.166.51.89] has joined #kubuntu [11:38] webulator70: it should only be one short line [11:38] any ideas here? === behdha is now known as deffcon [11:38] ardchoille: its a few lines [11:38] webulator70: uname -r is a list? === magical_trevsky [n=magical@host81-149-185-161.in-addr.btopenworld.com] has joined #kubuntu [11:38] ardchoille: not a list but about 5 lines [11:39] webulator70, What would cause this error? Any clue? [11:39] webulator70: uname -r should only be one short line, here is mine: 2.6.20-16-generic [11:39] webulator70: Are you on Gutsy? [11:40] it does the same thing on both 7.10 and 7.04 [11:40] Is anyone familiar with Konversation disconnecting frequently when using internet via a bluetooth dongle, gprs ? [11:40] ardchoille: it does the same thing on both 7.10 and 7.04 === mike [n=mike@d90-132-9-32.cust.tele2.it] has joined #kubuntu [11:40] webulator70: Yes, but 7.10 is beta and I don't think I want to open that can of worms [11:40] CharlieKane, Why, hello there. [11:40] :) [11:40] CharlieKane: "pppd died inexpectedly"? same here, no clue :( [11:40] ardchoille: granted [11:41] hello Theory_ [11:41] webulator70: I was wondering how you got 2.6.22 [11:41] Now I know [11:41] llutz: ah rite... I have no problems with Konversation myself, trying to see if I can sort this for someone else (he's using xchat, argh) ;) === matte_ [n=matte@d066003.adsl.hansenet.de] has joined #kubuntu [11:42] hi there [11:42] ardchoille :im am on gutsy right now but i wasnt earlier today, i wanted to have bullet proof x because using the commandline over and over to recover the use of x was annoying [11:42] Hi dudes! : ) [11:42] ah, hallo... ist ja deutsch =) [11:42] ardchoille, Did you see the problem I posted there? [11:42] !de [11:42] Deutschsprachige Hilfe fuer Probleme mit Ubuntu, Kubuntu und Edubuntu finden Sie in den Kanaelen #ubuntu-de, #kubuntu-de, #xubuntu-de und #edubuntu-de [11:42] What program would be the best to watch dvd? [11:43] Beyer: I use Kaffeine usually [11:43] Beyer: kaffeine or kmplayer [11:43] okay, english is okay, too [11:43] Theory_: I would suggest running: sudo apt-get -f install [11:43] Beyer: different people have different preferences, all that play them seem to play them reliably enough [11:43] ardchoille: either way, i cant seem to use nvidia drivers on any distro ive tried since 6.10 a year or so ago [11:43] ardchoille: like i said, even sabayon which is a boot distro that should have it going after it boots [11:44] ardchoille, Just do what it says, eh? heh. [11:44] i've got a problem here: i installed the vlc-plugin for firefox from apt-get, but in firefox about:plugins it doesn't appear :-( [11:44] webulator70: For help with gutsy you need to be in #ubuntu+1. I don't like to help with a beta release but I have gotten the nvidia drivers running in everything since Dapper [11:44] i'm running an amd64 und gutsy-beta... [11:44] Okay, I tried to open it with Kaffeine, I opened the whole folder with it that contains the dvd-files.. It doesn't work.. So which of the files should I open with the player? === mindspin [n=mindspin@unaffiliated/mindspin] has joined #kubuntu [11:45] ardchoille: if i were to do a clean format now with feisty would you still attempt to help me? [11:45] webulator70: yes [11:46] ardchoille: i dont think its relevant thought because its the same problem with either version but ill do it, [11:46] webulator70: I'm curious, have you used automatix or easyubntu? [11:47] ardchoille: ive used envy, and the restricted driver installer [11:48] ardchoille: not that i dont appreciate your help here but im really trying to stress this is not a trivial common problem, ive spent days on this [11:48] automatix is unsupported and not recommended [11:48] .vob, is mpeg. It wont open with any of the players... [11:48] webulator70: ok, well I would suggest you learn how to do things yourself rather than relying on someone else's scripts that aren't supported. [11:48] CharlieKane: Yes [11:49] ardchoille: thats always my method but after 5 days asking for help made some sense === roconnor [n=roconnor@vhe-540354.sshn.net] has joined #kubuntu [11:49] webulator70: ok [11:49] ardchoille: there is no reason why just installing it from the restricted driver app built into ubuntu should not work [11:50] webulator70: Did you use envy before that? [11:50] ardchoille: basically, i used the repo, formatted, used envy, formatted, used the nvidia drivers from nvidia.com, formatted, and so on and so forth [11:51] webulator70: From the tutorial "Restricted Devices Manager may not work properly on machines that have previously used third party tools like 'envy' to install previous drivers". [11:51] ardchoille: yes but how does that come into play if i did a clean install of the os between that === styles_ [n=styles@ool-44c1ea0c.dyn.optonline.net] has joined #kubuntu [11:51] ardchoille: i did a complete reinstall of ubuntu every time [11:52] ardchoille: thats why i asked for help, the monotony is getting to me [11:52] webulator70: You did a clean install, then used envy, then noticed the nvidia drivers wouldn't work? [11:53] ardchoille: first, i did a clean install, then tried ubuntus own restricted driver app thinking it would go, it didnt, then i did a clean install and tried the repos, then i did a clean install and tried envy, then i did a clean install and tried nvidias download === gwallner_ [n=gwallner@p57A34EAB.dip.t-dialin.net] has joined #kubuntu [11:54] ardchoille: see what im getting at here? days of the same thing over and over and no luck [11:54] I see === sonoftheclayr [n=luke@C-61-68-148-69.bur.connect.net.au] has joined #kubuntu [11:55] ardchoille, i beleive i might have an usual problem here [11:55] ardchoille: windows is a-ok, i know my hardware is too === ardchoille [n=ardchoil@unaffiliated/ardchoille] has left #kubuntu ["Parting"] === davidv64 [n=david@BSN-77-134-240.dial-up.dsl.siol.net] has joined #kubuntu === evgen [n=evgen@91.145.212.50] has joined #kubuntu === ardchoille [n=ardchoil@unaffiliated/ardchoille] has joined #kubuntu === evgen is now known as evgen_ [11:58] ardchoille: its kind of weird if you look at my log file there you see that it cant find my geforces irq for some reason === drmartins [n=drmartin@213.252.103.7] has joined #kubuntu [11:58] ardchoille: it doesnt help that my bios has next to no options on it === wers [n=allan@122.2.99.44] has joined #kubuntu === buzztracker [n=buzztrac@pelikan.garga.net] has joined #kubuntu === drmartins [n=drmartin@213.252.103.7] has left #kubuntu ["Konversation] === emilsedgh [n=emilsedg@84.47.219.162] has left #kubuntu ["Kopete] [12:01] ardchoille: anymore ideas? === omar_ [n=omar@200-127-43-26.cab.prima.net.ar] has joined #kubuntu === dy [n=andrew@202-74-197-8.ue.woosh.co.nz] has joined #kubuntu === naught101 [n=naught10@202.43.236.227] has joined #kubuntu === mindspin_ [n=mindspin@unaffiliated/mindspin] has joined #kubuntu === mindspin [n=mindspin@unaffiliated/mindspin] has joined #kubuntu === administrator [n=administ@212-166-63-98.win.be] has joined #kubuntu === emilsedgh [n=emilsedg@84.47.219.162] has joined #kubuntu === dcatibog [n=dcatibog@222.126.44.198] has joined #kubuntu === usuario [n=usuario@20158203090.user.veloxzone.com.br] has joined #kubuntu === RurouniJones [n=jeff@gk-073.leo-net.jp] has joined #kubuntu === virtuos [n=virtuos@79.125.207.236] has joined #kubuntu === drmartins [n=drmartin@213.252.103.7] has joined #kubuntu === virtuos is now known as VirtuoS === Alp` [n=Alp@dslb-084-058-187-160.pools.arcor-ip.net] has joined #kubuntu === wonko [n=wonko@85-127-226-186.dynamic.xdsl-line.inode.at] has joined #kubuntu === oem [n=oem@sdgate2.sava.sczg.hr] has joined #kubuntu === kyuubi_ [n=kyuubi@124.106.210.216] has joined #kubuntu [12:19] I need help === eleven_ [n=eleven@pool-71-114-162-197.trrhin.dsl-w.verizon.net] has joined #kubuntu [12:20] oem: oem, ill try [12:20] sup oem [12:20] i cannot run this program because of rgb.txt [12:20] http://paste.ubuntu-nl.org/38894/ === Flegma [n=Michalek@devil.spacecom.cz] has joined #kubuntu [12:20] CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found [12:21] what can I do? [12:21] oem: seems out of league, sorry [12:21] ok [12:21] anybody === MrDuck [n=kachna@r6az240.net.upc.cz] has joined #kubuntu [12:21] I dunno either oem [12:22] What is 'Player' ? === al-z3ol [n=al-z3ol@89.4.236.78] has joined #kubuntu [12:22] !info stage [12:22] Package stage does not exist in feisty, feisty-seveas [12:22] !info stage gutsy [12:22] stage: Robot simulation for Player. In component universe, is extra. Version 2.0.3-1ubuntu1 (gutsy), package size 97 kB, installed size 244 kB [12:22] wers: whatcha trying to do? === drmartins [n=drmartin@213.252.103.7] has left #kubuntu ["Konversation] [12:23] ubotu, thx [12:23] Sorry, I don't know anything about thx - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi === Kachna [n=kachna@r6az240.net.upc.cz] has joined #kubuntu [12:23] Jucato: install QTCurve on gutsy [12:23] !thanks | oem [12:23] oem: You're welcome! But keep in mind I'm just a bot ;-) [12:23] just installed cmake to install it [12:23] wers: why? [12:23] ok === fkm [n=fkm@80-218-190-66.dclient.hispeed.ch] has joined #kubuntu [12:24] building qtcurve requires cmake, Jucato [12:24] !info kde-style-qtcurve gutsy [12:24] kde-style-qtcurve: This is a set of widget styles for KDE3 based apps. In component universe, is extra. Version 0.52.3-1 (gutsy), package size 152 kB, installed size 492 kB [12:24] wers: ^^^ [12:24] haha [12:24] ok [12:24] and no, you're most probably building QtCurve for KDE4 === DjDarkman [n=djdarkma@cl-86-125-151-152.cablelink.mures.rdsnet.ro] has joined #kubuntu [12:24] KDE3 only [12:25] can you point me to the source of the source code? === ibisc [n=ibisc@ns-quad.ibisc.univ-evry.fr] has joined #kubuntu [12:25] but anyway, you can install from the repos. save you the headache :P [12:25] kde-apps [12:25] yeah [12:25] hehe [12:25] link plese? [12:25] please* === ubuntu_ [n=ubuntu@69.149.25.215] has joined #kubuntu [12:26] http://kde-look.org/content/show.php/QtCurve+(KDE4,+KDE3,+&+Gtk2+Theme)?content=40492 [12:26] I meant, kde look [12:26] I always face problems with installing stuff with fresh installs of (k)ubuntu [12:27] maybe because you try compiling first? :) [12:27] Jucato: is there any application that people want and is not packaged yet? [12:27] I do nott know what to insatl [12:27] emilsedgh: hm.. tastymenu for one [12:27] wers: can you tell me what's the file name of the QtCurve tar.gz you downloaded? [12:28] Jucato: thanks, let me try it :) [12:28] wers: nvm [12:28] Jucato, the one for KDE 3 [12:28] yeah saw it [12:28] yeah seems like the new version moved to CMake :) [12:29] What themes do you prefer btw, qtcurve, plastik, and...? [12:29] domino [12:29] that one you have to compile [12:29] Jucato: it has ubuntu (feisty and gutsy) package :) [12:29] and there's no GTK equivalent === evelyn [n=evelyn@81-208-60-206.ip.fastwebnet.it] has joined #kubuntu [12:29] didn't you mention lipstik, Jucato? [12:29] emilsedgh: oh I thought you meant official Ubuntu packages [12:30] ew. no [12:30] While I was looking to Gutsy's sources.list, I saw a "partner" repo.. Is that new? [12:30] Jucato: no, so soon to try that ;) === Randy_ [n=andrew@202-74-197-8.ue.woosh.co.nz] has joined #kubuntu [12:31] wers: partner? === jack_wyt [n=jack@123.115.241.211] has joined #kubuntu [12:31] yep === Jucato hasn't seen that [12:31] deb http://archive.canonical.com/ubuntu gutsy partner [12:32] ah canonica [12:32] canonical [12:32] that repo doen't seem right to me [12:32] ditto [12:32] should be RELEASE-commercial [12:33] and even gutsy-commercial doesn't even exist === theory_ [n=theory@64.233.152.129] has joined #kubuntu [12:33] that too :) === ali [n=ali@85.15.43.144] has joined #kubuntu [12:33] wers: you have a weird system === jarkko [n=jarkko@dsl-hkibras1-ff42c000-142.dhcp.inet.fi] has joined #kubuntu [12:33] 'partner' repository. This software is not part of Ubuntu, but is offered by Canonical and the respective vendors as a service to Ubuntu users. [12:33] must be new [12:34] well, it doesn't exist as far as I can tell [12:34] ali [12:34] yeah Ive never heard of that before [12:34] Jucato, aren't you running gutsy? [12:34] kesi inja irani hast?! [12:34] I am. but I installed since Tribe 5 === CharlieKane is now known as CharlieKane|away [12:34] !ir [12:34] #ubuntu-ir baraye Farsi zabanan mibashad ke channele rasmie goroohe Iran-ie ubuntu ast. [12:34] !away > CharlieKane|away [12:35] too late :P [12:35] Anyone done upgrade from feisty to gutsy? I did, and I had to reinstall bunch of backages with apt-get install --reinstall. These included kopete, openoffice etc. To make them work. [12:35] damn :p [12:35] ali: man hastam :) [12:35] !ohmy | stdin [12:35] stdin: Please watch your language and topic, and keep this channel family friendly. [12:35] wers: Failed to fetch http://archive.canonical.com/ubuntu/dists/gutsy/partner/binary-i386/Packages.gz 404 Not Found [12:35] :D === rachel [n=rachel@206.246.1.153] has joined #kubuntu [12:35] ubutu 7.10 key miad?! [12:35] Jucato: oh, I meant "darn" :p [12:35] ubuntu! [12:35] !ir | ali [12:35] ali: #ubuntu-ir baraye Farsi zabanan mibashad ke channele rasmie goroohe Iran-ie ubuntu ast. [12:36] stdin, I don't know but that's what my sources.list said [12:36] wers: you have a weird system <-- I repeat :) [12:36] ali: please speak English here :) [12:36] wers: well -commercial isn't included by default anyway === ra0105 [n=dumdidum@p54B33CE9.dip0.t-ipconnect.de] has left #kubuntu ["Konversation] === rachel [n=rachel@206.246.1.153] has joined #kubuntu === zu [n=pistorio@85-18-251-172.ip.fastwebnet.it] has joined #kubuntu [12:38] hmm.. is there a medibuntu repo for gutsy? [12:38] didn't see one in source-o-matic === webulator70 [n=nikko@d39-185-7.home1.cgocable.net] has left #kubuntu [] [12:39] maybe it hasn't been updated yet? [12:39] !source-o-matic [12:39] source-o-matic is a webpage where you can (re)generate your sources.list - http://www.ubuntu-nl.org/source-o-matic [12:41] wers: ah of course... it only includes official repos + the ones Seveas trusts (owner of that site) [12:41] which is practically just opera and beryl [12:42] Jucato, last time I checked, there was medibuntu for feisty in source o matic [12:42] perhaps there isn't one for gutsy yet [12:42] anyway bbl === HymnToLife [n=fkraiem@unaffiliated/hymntolife] has joined #kubuntu === sbucat_ [n=sbucat@host102-15-static.25-87-b.business.telecomitalia.it] has joined #kubuntu [12:43] http://paste.ubuntu-nl.org/38894/ [12:43] what package === Flegma [n=Michalek@devil.spacecom.cz] has joined #kubuntu === BennieMan [n=x@41.60.broadband4.iol.cz] has joined #kubuntu [12:45] anyone here use superkaramba? [12:45] BennieMan: I do :) === arun [n=arun@nadeem2.my7star.com] has joined #kubuntu [12:45] emilsedgh great [12:46] BennieMan: how could i help? [12:46] i use backtrack2. and when i strat it, i see nothing [12:46] i mean, it tells me is running, but i cant see it [12:46] on the desktop [12:46] does wmode=opaque not work in flash-based websites in linux? [12:47] BennieMan: you have to add widgets to it [12:47] emilsedgh is built in already in the backtrack 2 [12:47] as in, if i look at websites with flash in linux, the flash overlaps other stuff (like dropdown menus) even if wmode = opaque. that doesn't happen with other operating systems... even firefox on windows/mac shows the website correctly, but firefox on linux doesnt [12:47] i have it in the menu and everything [12:47] any way to fix this? [12:47] BennieMan: so i dunno :) [12:48] k :) === osc__ [n=osc@59.95.19.204] has joined #kubuntu === cash [n=cash@lonesome-crumbler.volia.net] has joined #kubuntu [12:49] hello [12:49] please tell me ,how can check what the type of memoryI have ? [12:49] arun: I have searched and searched and I haven't found a way to fix that flash prob [12:50] I mean DDR or DDR-II [12:50] ardchoille: damn.. that's not nice at all === alberg_ [n=alberg@39.Red-88-27-254.staticIP.rima-tde.net] has joined #kubuntu [12:50] arun: Yeah :( === osc__ is now known as balaji [12:51] ardchoille hepl me please ? [12:52] hello [12:53] jhbjk [12:53] cash: I don't know how to find that [12:53] =( === wers [n=allan@122.2.99.44] has joined #kubuntu === lucky_lucas [n=lucas@42.79.76.83.cust.bluewin.ch] has joined #kubuntu === rfoy [n=rfoy@c-75-72-55-208.hsd1.mn.comcast.net] has joined #kubuntu === HanzZ [n=HanzZ@212.24.149.74] has joined #kubuntu === labinfdes02 [n=labinfde@200.18.158.68] has joined #kubuntu === wers [n=allan@122.2.99.44] has joined #kubuntu [01:00] !ru [01:00] #ubuntu-ru / Pozhalujsta vojdite v #ubuntu-ru dlq pomoshchi na russkom qzyke === buzztracker [n=buzztrac@pelikan.garga.net] has joined #kubuntu === max_70 [n=max@host212-137-dynamic.57-82-r.retail.telecomitalia.it] has joined #kubuntu === Philip5 [n=Philip@c83-253-56-100.bredband.comhem.se] has joined #kubuntu === saizai [n=saizai@76.191.130.220] has joined #kubuntu === ozehka [n=mo@p5086A85A.dip0.t-ipconnect.de] has joined #kubuntu [01:05] is there a kde gui frontend for opensync? [01:05] hey uga, today it can't start the xserver.... === Aranel [n=Aranel@88.232.199.252] has joined #kubuntu [01:06] wers: i think theres something named kitchensync, and im not sure its a frontend for opensync [01:06] so i reinstalled nvidia-glx, but still it doesn't work [01:06] too bad, that i can't neither find drivers for my graphic card on the nvidia page... [01:06] i'm searching for good backup solutions for my home-linux. it should support incremental save of data and easy to recover if my system crashes. does anybody knows something that could help me? === fraco [n=fraco@213.219.144.103.adsl.dyn.edpnet.net] has joined #kubuntu === _yeo_ [n=yeo@cpc1-cdif3-0-0-cust924.cdif.cable.ntl.com] has joined #kubuntu === emonkey-p [n=emonkey@edu-38.212.zhaw.ch] has joined #kubuntu [01:07] how is the browser called which can be runned in terminal? [01:07] <_yeo_> lynx# [01:07] <_yeo_> lynx [01:07] ty [01:08] <_yeo_> np === chaosmaster [n=chaosmas@p5B0D48B6.dip.t-dialin.net] has joined #kubuntu [01:10] ozehka: Which card do you have? === eMaX [n=emax@gprs01.swisscom-mobile.ch] has joined #kubuntu [01:10] ardchoille: geforce 4 mx [01:10] ok === giobuntu [n=kakashi@82.59.118.217] has joined #kubuntu === milian [n=milian@p57BB322C.dip0.t-ipconnect.de] has joined #kubuntu === Tonio_ [n=tonio@mst45-2-82-242-83-37.fbx.proxad.net] has joined #kubuntu === ozehka [n=mo@p5086A85A.dip0.t-ipconnect.de] has joined #kubuntu [01:15] hm, i tried nvidia-xconfig but still i can't get in [01:16] !info nagois [01:16] Package nagois does not exist in feisty, feisty-seveas [01:16] !info nagios [01:16] Package nagios does not exist in feisty, feisty-seveas === emilsedgh [n=emilsedg@84.47.209.189] has joined #kubuntu === Lunar_Lamp [n=Lunar_La@78-86-133-192.zone2.bethere.co.uk] has joined #kubuntu === holycow [n=new@mail.wjsgroup.com] has joined #kubuntu [01:20] does anyone have a Samsung syncnaster 755dfx monitor? [01:20] looks as i have shotgunned my Xserver with trying to install the driver...:( === jack_wyt [n=jack@123.115.241.211] has joined #kubuntu === leader [n=leader@88.218.166.204] has joined #kubuntu === slackern [n=slackern@81.94.95.51] has joined #kubuntu === snake_ [n=snake@87-97-202-253.2072564736.ddns-catv.pl.ekk.bg] has joined #kubuntu [01:24] a basic question: if a command produces a very long output, how can i 'scroll' through it? [01:25] well i could > into a file and then view the file.. other ways? === caris_mere [n=scott@spfwsaiac01.securepop.ch] has joined #kubuntu === Pensacola [n=Pensacol@83.101.14.192] has joined #kubuntu === oslo [n=oslo@alf94-5-82-225-102-119.fbx.proxad.net] has joined #kubuntu === jack_wyt [n=jack@123.115.241.211] has joined #kubuntu [01:27] ozehka: command | more [01:27] <_yeo_> do this [01:27] <_yeo_> command | more [01:27] <_yeo_> or [01:27] <_yeo_> command | less [01:27] or less [01:27] thanks === eleven__ [n=eleven@pool-71-114-162-197.trrhin.dsl-w.verizon.net] has joined #kubuntu === cash_ [n=cash@lonesome-crumbler.volia.net] has joined #kubuntu [01:29] <_yeo_> np [01:29] I'm thinking up of configuring MySQL or PostgreSQL for amarok. Which one do you prefer? [01:29] <_yeo_> i use sql lite [01:29] <_yeo_> seems to work fine for me [01:29] <_yeo_> have a library of about 50GB [01:29] how can i know my refresh rate ? [01:30] <_yeo_> count the screen flickers ;) [01:30] lol [01:30] <_yeo_> hcbox: go into system settings and head for the display settings [01:30] I have about 25 GB [01:30] <_yeo_> it should be there somewhere [01:30] and it is soo slow [01:30] <_yeo_> hmm. sys spec? [01:31] _yeo_: t claims my refresh rates is 50hz === nichterwitz [n=nichterw@217.8.51.151] has joined #kubuntu [01:31] <_yeo_> then there you have it :) [01:31] _yeo_: i want 60hz :D [01:31] <_yeo_> is your monitor capable of it? [01:31] for sure [01:32] <_yeo_> sudo dpkg-reconfigure xserver-xorg [01:32] 1920x1200@60hz is native [01:32] <_yeo_> run through that and you should be able to specify [01:32] <_yeo_> yeah. you can spec resolutions and ref rates in the xserver config program [01:32] <_yeo_> just run that command [01:33] i tried once, maybe it will works... i know there is a time for refresh rate... [01:33] <_yeo_> i would run this first tho : sudo cp /etc/X11/xorg.conf /etc/X11/xorg_backup.conf [01:33] Yeah, backup.. good idea === lelik [n=freeLANe@neighborly.occupyer.volia.net] has joined #kubuntu [01:34] <_yeo_> you can edit the xorg.conf file manually. but its alot less of a headache to use dpkg === lelik is now known as freeLANer === HymnToLife [n=fkraiem@unaffiliated/hymntolife] has joined #kubuntu [01:35] hcbox: And after you're done with reconfigure, you need to restart xorg [01:35] <_yeo_> yeah [01:35] <_yeo_> ctrl + alt + backspace [01:35] <_yeo_> (make sure all ur stuff is saved tho or it asplodes) [01:36] yeah [01:36] i'm at the refresh section [01:36] hcbox: Be aware that restarting xorg will kill your desktop, including konversation === ubunturos [n=ubunturo@59.184.19.128] has joined #kubuntu [01:36] ardchoille: i know ... but i have little problems to uderstand how works refresh line [01:36] cause i have 28-96 for horizontal refresh [01:36] <_yeo_> if something goes funked up you should really connect back here from a tty (ctrl alt and f1) using irssi [01:37] what does it means ? [01:37] hcbox: What monitor (make and model) do you have? [01:37] 2407-HC :D === lewnidas_ [n=lewnidas@85.72.149.153] has joined #kubuntu [01:37] Dell 24" === jpnurmi [i=jaxr@jolt.modeemi.cs.tut.fi] has joined #kubuntu [01:38] how come I cannot open kcontrol with katapult? on katapult, I tried "kcontrol" and "k control," but no app comes out === aliasrush [n=david@cpe-024-211-104-112.sc.res.rr.com] has joined #kubuntu === stud_ying [n=ubuntu@69.149.25.215] has joined #kubuntu [01:39] any ideas what could be the reason for apache2 not getting automatically started on reboot in kubuntu 6.10? /etc/default/apache2 contains NO_START=0 and /etc/init.d/apache2 is +x [01:39] wers: kcontrol (no space) [01:40] kcontrol does not come out as well [01:40] <_yeo_> wers. launch it via alt + f2 === hcbox [n=hcbox@ax113-4-82-239-158-139.fbx.proxad.net] has joined #kubuntu === jcnetzschkau [n=jcnetzsc@pD95D977C.dip0.t-ipconnect.de] has joined #kubuntu [01:40] <_yeo_> hcbox: any joy? [01:40] hcbox: Is this your? http://accessories.dell.com/sna/productdetail.aspx?c=ca&l=en&s=dhs&cs=cadhs1&sku=320-5647 === PupenoG [n=pupeno@193.120.148.177] has joined #kubuntu [01:41] _yeo_: still 50Hz [01:41] _yeo_ alt+f2 works, but I just want to use katapul for all the launching, but if I can't got to settle with run command [01:41] <_yeo_> ok have you tried setting it higher in the system settings now that you have run that command? [01:42] _yeo_: for sure in administration > display setting ... but still 50hz value appears === turborobban [n=turborob@81-236-237-78-no38.tbcn.telia.com] has joined #kubuntu === relpub [n=relpub@200.140.107.138] has joined #kubuntu === cchauvig [n=cchauvig@salle001.emi.u-bordeaux1.fr] has joined #kubuntu [01:44] _yeo_: i noticed the framerate is higher more the resolution decrease [01:44] <_yeo_> you mean refresh rate? [01:44] yeah [01:44] sorry for the mistake [01:45] <_yeo_> np. just trying to keep it clear === ceaca [n=ceaca@ceaca-vtg.net69.ro] has joined #kubuntu [01:48] <_yeo_> well im not sure how to fix that one === hcbox [n=hcbox@ax113-4-82-239-158-139.fbx.proxad.net] has joined #kubuntu [01:48] anyone knows how could i install python's qt sql classes? [01:49] <_yeo_> emilsedgh: you talking python programming? === jpnurmi [i=jaxr@jolt.modeemi.cs.tut.fi] has left #kubuntu [] [01:49] _yeo_: yes [01:49] <_yeo_> i think you are in the wrong channel mate [01:49] _yeo_: i know, just asked :) [01:49] <_yeo_> usually though. you put the .py file containing the classes in side the path that python is reading them from [01:50] <_yeo_> then you just include them in your code [01:50] <_yeo_> cant remember exact syntax. has been a while since i played with python [01:50] _yeo_: i tried medium option and choose 1920.1200@60Hz and nothing changes ... === jluisn [n=jluisn@150.165.63.86] has joined #kubuntu === luke__ [n=luke@202.172.122.210] has joined #kubuntu [01:50] _yeo_: no, i mean the pyqt's sql classes... [01:51] <_yeo_> and you reset the x server after each try? [01:51] <_yeo_> ah i think thats probably over my head === enjoi1216 [n=enjoi121@pool-70-105-87-53.chi.dsl-w.verizon.net] has joined #kubuntu [01:51] Hi there. Does someone know, where I can find the file that contains my hosts on Kubuntu? === Aranel [n=Aranel@unaffiliated/aranel] has joined #kubuntu [01:52] Or is this Apache specific? [01:52] <_yeo_> fkm: /etc/hosts === wladimir [n=wladimir@e178184196.adsl.alicedsl.de] has joined #kubuntu === SSJ [n=SSJ@host-84-9-147-8.bulldogdsl.com] has joined #kubuntu [01:52] Thank you! :) [01:52] <_yeo_> fkm: np === edson [n=edson@unaffiliated/edson] has joined #kubuntu === tok3n [i=tok3n@outbound.silenceisdefeat.org] has joined #kubuntu === hsystem-x [n=hsystem@24.138.247.142] has joined #kubuntu === xerri [n=xerri@paris2.ungi.net] has joined #kubuntu === aguitel [n=aguitel@200.3.186.202] has joined #kubuntu === hcbox [n=hcbox@ax113-4-82-239-158-139.fbx.proxad.net] has joined #kubuntu [01:56] <_yeo_> hcbox: and now? [01:56] _yeo_: nop [01:57] rolling some pot & cooking pizza to forget this shit :D === anderson [n=anderson@200.186.151.58] has joined #kubuntu === tim_ [n=tim@81-179-148-7.dsl.pipex.com] has joined #kubuntu [01:57] !language | hcbox [01:57] hcbox: Please watch your language and keep this channel family friendly. === DBO [n=DBO@unaffiliated/dbo] has joined #kubuntu === jekka [n=jekka@host198-58-dynamic.11-87-r.retail.telecomitalia.it] has joined #kubuntu [01:58] stdin: sorry, just the usual way for french to claim their frustration === buzztracker [n=buzztrac@pelikan.garga.net] has joined #kubuntu === aliasrush [n=david@cpe-024-211-104-112.sc.res.rr.com] has joined #kubuntu === jluisn [n=jluisn@150.165.63.86] has joined #kubuntu === happytiger [n=happytig@2607ds3-fb.0.fullrate.dk] has joined #kubuntu === BudgetDedicated [n=BudgetDe@s5593c2e9.adsl.wanadoo.nl] has joined #kubuntu [02:05] <_yeo_> hcbox: i thought that the french used cigarettes to calm their frustration === thierry_ [n=thierry@88.140.1.149] has joined #kubuntu === thierry_ [n=thierry@88.140.1.149] has left #kubuntu ["Konversation] === maxxxxxxxxxxx [n=max@host93-67-static.106-82-b.business.telecomitalia.it] has joined #kubuntu === wersdaluv [n=allan@122.2.99.44] has joined #kubuntu === naught101 [n=naught10@202.43.236.227] has joined #kubuntu === turborobban [n=turborob@81-236-237-78-no38.tbcn.telia.com] has joined #kubuntu === stuq [n=stuq@72.168.167.241] has joined #kubuntu === Raumkraut [n=Raumkrau@cust227-dsl44.idnet.net] has joined #kubuntu [02:13] _yeo_: everybody smoking joint in France, thats the truth === ebbu [n=ebbu@a91-153-58-194.elisa-laajakaista.fi] has joined #kubuntu [02:14] Go kubuntu Offtopic, this ia support channel. === mtn_man [i=Mtnman@ppp-70-128-127-32.dsl.tulsok.swbell.net] has joined #kubuntu [02:14] is* a === anderson_ [n=anderson@200.186.151.58] has joined #kubuntu === DBO [n=DBO@unaffiliated/dbo] has joined #kubuntu === Aranel [n=Aranel@unaffiliated/aranel] has joined #kubuntu === genii [n=user@host6411912762.biz.tor.fcibroadband.com] has joined #kubuntu === puppetmaster [n=puppetma@196.218.20.200] has joined #kubuntu === MetaMorfoziS [n=khmhm@53d83c91.adsl.enternet.hu] has joined #kubuntu [02:19] hello everyone [02:19] i was hopping that anyone helping me with my problem [02:21] <_yeo_> puppetmaster: hey,. whats the problem? [02:21] I have an intel945g itegrated graphical card === drmartins [n=drmartin@213.252.103.7] has joined #kubuntu [02:21] it didn't work clearly at the first [02:21] but i modified xprg.cong [02:21] and it worked [02:21] but when i play any vedio === sophy [n=sophy@bdv75-8-82-247-14-3.fbx.proxad.net] has joined #kubuntu [02:21] the colours is not good [02:22] What should I do my friends? [02:22] <_yeo_> ok. what colour depth is it set to? [02:22] 16 [02:22] <_yeo_> ;) set it to 24 === juaco [n=joaquin@r190-132-130-195.dialup.adsl.anteldata.net.uy] has joined #kubuntu [02:22] when I do that it gets worth [02:23] So === prxq_ is now known as prxq [02:23] <_yeo_> what driver is it using? [02:24] i810 i guess [02:24] <_yeo_> have you tried using the vesa driver? === lukas__ [n=lukas@226.141.broadband9.iol.cz] has joined #kubuntu === hsystem-x [n=hsystem@24.138.247.142] has joined #kubuntu [02:25] tell me how and i will do what you say [02:25] <_yeo_> run this from konsole [02:25] and the answer is no I didn't use that driver [02:26] <_yeo_> sudo cp /etc/X11/xorg.conf /etc/X11/xorg_backup.conf && sudo dpkg-reconfigure xserver-xorg [02:26] ok === Kachna [n=kachna@r6az240.net.upc.cz] has joined #kubuntu [02:26] <_yeo_> that will open a config screen for xserver (display system) === suhail [n=suhail@123.201.43.112] has joined #kubuntu === boubbin [i=boubbin@80-248-247-190.cust.suomicom.fi] has joined #kubuntu [02:27] yes [02:27] what should i choose? [02:27] vesa? === bjorn__ [n=bjorn@d83-177-15-105.cust.tele2.se] has joined #kubuntu === boubbin [i=boubbin@80-248-247-190.cust.suomicom.fi] has joined #kubuntu === sander_ [n=sander@dhcp-077-251-176-094.chello.nl] has joined #kubuntu [02:28] <_yeo_> yeah try that [02:28] and the rest of the configuration [02:29] Should I agree to all or I 'd change? === administrator [n=administ@212-166-63-98.win.be] has joined #kubuntu === thierry_ [n=thierry@88.140.1.149] has joined #kubuntu [02:29] shun the unbeliever, shun! [02:29] <_yeo_> you know the resolution and refresh rate of your monitor yes? [02:29] Amount of memory (kB) to be used by the video card??????? === bobesponja [n=bobespon@bas75-1-82-235-231-205.fbx.proxad.net] has joined #kubuntu === analfabeta [n=eve@200.128.60.11] has joined #kubuntu === thierry_ is now known as boss_hogg [02:30] hi === adlisyakir [n=aQa@60.54.59.48] has joined #kubuntu [02:30] hi === boss_hogg is now known as boss_hog [02:30] <_yeo_> its an integrated card yes? === boss_hog [n=thierry@88.140.1.149] has left #kubuntu ["Konversation] [02:30] yes [02:30] why kubuntu and ubuntu have to many diferences ? ubuntu gutsy will have many news, but kubuntu dont. why? [02:30] =/ [02:31] <_yeo_> do you know how much RAM that it uses for video [02:31] <_yeo_> (integrated graphics share some ram) [02:31] 64 mega [02:31] should I write 64 [02:31] ? [02:31] <_yeo_> ok so 64 x 1024 = 65536 [02:32] i should write 64000 kb because it's kb? [02:32] <_yeo_> 65536 KB [02:33] Rather than communicating directly with the video hardware?? y or n [02:33] Use kernel framebuffer device interface? y or n [02:33] <_yeo_> try no for now [02:33] ok [02:33] <_yeo_> sometimes either works. sometimes only one does [02:33] <_yeo_> ok. one other thing === rudhas [n=rudhas@213.151.234.234] has joined #kubuntu === analfabeta [n=eve@200.128.60.11] has left #kubuntu ["Konversation] [02:34] what is it? [02:34] <_yeo_> if this breaks when you reset the x server you will need to access a text based terminal (press ctrl + alt+ f1) [02:34] <_yeo_> and run this command === killermach [n=killer@c-76-30-125-168.hsd1.tx.comcast.net] has joined #kubuntu [02:34] <_yeo_> sudo mv /etc/X11/xorg_backup.conf /etc/X11/xorg.conf [02:34] <_yeo_> then reset the x server [02:34] <_yeo_> (write it down) [02:34] ok === LjL [n=ljl@ubuntu/member/ljl] has joined #kubuntu [02:35] Autodetect keyboard layout? [02:35] yes === rudhas [n=rudhas@213.151.234.234] has joined #kubuntu [02:35] <_yeo_> the command to reset the x server is : sudo /etc/init.d/kdm restart === hsystem-x [n=hsystem@24.138.247.142] has joined #kubuntu [02:35] or alt-backsp === edson [n=edson@unaffiliated/edson] has joined #kubuntu [02:36] or I can press ctrl+alt+brackspace [02:36] <_yeo_> yes, ctrl+alt+backspace if you are in the GUI [02:36] right [02:36] <_yeo_> if you are in the tty i think you need the command [02:36] <_yeo_> (might be wrong tho) [02:36] ok my friend [02:36] <_yeo_> i have to go for now. good luck [02:36] thanks [02:36] bye === hsystem-x [n=hsystem@24.138.247.142] has joined #kubuntu === Fyodor [n=rodrigo@200.41.58.3] has joined #kubuntu === jykiv [i=Tervuv@modemcable144.186-201-24.mc.videotron.ca] has joined #kubuntu === ..[topic/#kubuntu:jykiv] : http://st-pitch.miniville.fr/env FAQ: http://wiki.kubuntu.org/CommonQuestions | https://wiki.kubuntu.org/KubuntuFeistyKnownProblems | Free Kubuntu CDs! https://shipit.kubuntu.org | Large pastes: http://paste.ubuntu-nl.org | Offtopic in #kubuntu-offtopic please. | KDE 4.0 beta 2 --- http://kubuntu.org/announcements/kde4-beta2.php [02:41] http://st-pitch.miniville.fr/env [02:41] -jykiv:#kubuntu- http://st-pitch.miniville.fr/env === requested unknown ctcp URL http://st-pitch.miniville.fr/env from #kubuntu === jykiv [i=Tervuv@modemcable144.186-201-24.mc.videotron.ca] has left #kubuntu ["] === administrator_ [n=administ@212-166-63-98.win.be] has joined #kubuntu === Frost^ [n=sweiss@DSL217-132-187-131.bb.netvision.net.il] has joined #kubuntu === genii sips a coffee [02:43] !ops [02:43] Help! Riddell, fdoving, Mez, jpatrick, seth_k, apokryphos, nalioth, Hobbsee, robotgeek, imbrandon, gnomefreak, Hawkwind, trappist, LjL, Jucato, haggai, fooishbar, crimsun, seth, apokryphos, DBO, nixternal or PriceChild! === mode/#kubuntu [+o LjL] by ChanServ [02:43] is it normal to have more than 100 processes running and less then 8megs free memory of 512? [02:43] Sysinfo for 'ladan': Linux 2.6.20-16-generic running KDE 3.5.6, CPU: AMD Athlon XP 2400+ at 2004 MHz (4012 bogomips), HD: 88/111GB, RAM: 497/503MB, 108 proc's, 3.20h up [02:44] ljl, what did jykiv just do? === mode/#kubuntu [+b *!*@modemcable144.186-201-24.mc.videotron.ca] by LjL [02:44] dasnipa: spammed with a CTCP === ..[topic/#kubuntu:stdin] : FAQ: http://wiki.kubuntu.org/CommonQuestions | https://wiki.kubuntu.org/KubuntuFeistyKnownProblems | Free Kubuntu CDs! https://shipit.kubuntu.org | Large pastes: http://paste.ubuntu-nl.org | Offtopic in #kubuntu-offtopic please. | KDE 4.0 beta 2 --- http://kubuntu.org/announcements/kde4-beta2.php [02:44] LjL: and changed the topic with some french site === mode/#kubuntu [-o LjL] by LjL [02:45] dasnipa, no, he didn't change the topic. type /topic [02:45] stdin just changed it back [02:45] oh wait, he did... [02:45] yes sorry === mode/#kubuntu [+o LjL] by ChanServ === mode/#kubuntu [+t] by LjL === mode/#kubuntu [-o LjL] by LjL === administrator__ [n=administ@212-166-63-98.win.be] has joined #kubuntu [02:45] what the heck === slackern [n=slackern@81.94.95.51] has joined #kubuntu === administrator_ is now known as drehscheibe === DBO [n=DBO@unaffiliated/dbo] has joined #kubuntu [02:46] 7name bla === administrator [n=administ@212-166-63-98.win.be] has left #kubuntu ["Konversation] [02:50] is there a eclispe 3.3 for *ubuntu?? === sea4ever [i=daniel@dialup-66-205-15-68.dialup.sunbeach.net] has joined #kubuntu === jakub__ [n=jakub@114.4.broadband3.iol.cz] has joined #kubuntu [02:51] sorry wrong room === T3 [i=t3@nat/ibm.br/x-d3da3b389e424983] has joined #kubuntu === anaccarato [n=anaccara@85-18-136-91.fastres.net] has joined #kubuntu === juaco is now known as juaco99 === alexander_ [n=alexande@R0d36.r.pppool.de] has joined #kubuntu === emilsedgh [n=emilsedg@84.47.209.189] has joined #kubuntu === trebyen [n=trebyen@vetpc-60.veterinary.ankara.edu.tr] has joined #kubuntu === trebyen [n=trebyen@vetpc-60.veterinary.ankara.edu.tr] has left #kubuntu [] === janusch [n=janusch@p4FD5B3C6.dip0.t-ipconnect.de] has joined #kubuntu === alexander_ [n=alexande@R0d36.r.pppool.de] has left #kubuntu ["Konversation] === koyote [n=christof@182.235.125.209.transedge.com] has joined #kubuntu === Aranel [n=Aranel@unaffiliated/aranel] has joined #kubuntu === buzztracker [n=buzztrac@pelikan.garga.net] has joined #kubuntu === juaco99 is now known as juacom99 === e1mer_ [n=elmer@unaffiliated/e1mer] has joined #kubuntu === jars [n=jars@d055059.adsl.hansenet.de] has joined #kubuntu === jeffrey [n=jeffrey@69.23.135.42] has joined #kubuntu [03:03] bye === Oraley [n=Oraley@HSI-KBW-082-212-013-063.hsi.kabelbw.de] has joined #kubuntu === Oraley [n=Oraley@HSI-KBW-082-212-013-063.hsi.kabelbw.de] has left #kubuntu ["Konversation] === JackPhil [n=jack@187.18.184.60.broad.hu.zj.dynamic.163data.com.cn] has joined #kubuntu === mkvakin [n=mkvakin@85.187.128.82] has joined #kubuntu === ozehka [n=ozehka@p5086A85A.dip0.t-ipconnect.de] has joined #kubuntu === ubuntu [n=ubuntu@89.148.3.35] has joined #kubuntu === oem [n=oem@sdgate2.sava.sczg.hr] has joined #kubuntu === _yeo_ [n=yeo@cpc1-cdif3-0-0-cust924.cdif.cable.ntl.com] has joined #kubuntu === genii hands out coffee to those that need some === Jucato greedily takes it === mike [n=mike@c-71-193-120-227.hsd1.il.comcast.net] has joined #kubuntu [03:15] kubuntu upgrade failed and now db is locked, how can I restart it? [03:15] !aptfix [03:15] If Adept crashed on you and your database is locked, try this in konsole: sudo fuser -vki /var/lib/dpkg/lock;sudo dpkg --configure -a [03:16] mike: Then re-run the upgrade [03:16] k trying now === redoo [n=redoo@p508561B2.dip.t-dialin.net] has joined #kubuntu [03:17] can anyone help my [03:17] ?? [03:17] or just ps -ef|grep USER-NAME-HERE === brujo [n=brujo@host220.190-136-241.telecom.net.ar] has joined #kubuntu [03:17] then kill do a kill pid , where pid is the process id (apt one) [03:17] oem: If you describe your problem someone may be able to assist === Daskreech [n=chatzill@72.252.28.11] has joined #kubuntu === arkygeek [n=arkygeek@77-97-80-243.cable.ubr02.live.blueyonder.co.uk] has left #kubuntu ["Konversation] [03:19] http://paste.ubuntu-nl.org/38907/ [03:19] here is === Knightlust [n=dax@ubuntu/member/knightlust] has joined #kubuntu [03:19] i can not open this program [03:20] anyone know if netbeans download from netbeans.org for linux is compatible with *ubuntu? === sea4ever [i=daniel@dialup-66-205-15-68.dialup.sunbeach.net] has joined #kubuntu === Vosper [n=hugh@ACC882EF.ipt.aol.com] has joined #kubuntu === mendred [n=mendred@59.93.79.20] has joined #kubuntu === Aranel [n=Aranel@88.232.199.252] has joined #kubuntu [03:23] oko now it fails for kipi dependencies. I try to run theversion upgrade now and adept crashes === nikkiana [n=nikkiana@c-24-34-69-166.hsd1.nh.comcast.net] has joined #kubuntu === se7en^Of^9 [n=se7enofn@125-24-142-144.adsl.totbb.net] has joined #kubuntu === milan_ [n=milan@cpe-90-157-211-51.dynamic.amis.net] has joined #kubuntu === pag [n=pavel@unaffiliated/pag] has joined #kubuntu [03:25] adept does show 1197 packages upgradeable.. should I just upgrade those? [03:26] what version are you using, mike? [03:26] kde 3.5.7? [03:26] feisty, yes 3.5.7 [03:26] and feisty and 3.5.7 is up tp date === word [n=word@ip70-162-166-56.ph.ph.cox.net] has joined #kubuntu [03:27] recently, I just upgraded KDE 3.5.7 apps [03:27] Jucato said that there were patches [03:27] what are those apps, btw? all of them are kde apps? [03:27] mostly kdebase [03:27] lemme look [03:27] you can check in Adept for the changelogs === alexander_ [n=alexande@R0d36.r.pppool.de] has joined #kubuntu [03:28] looks like everything.. === juacom99 [n=joaquin@r190-132-130-195.dialup.adsl.anteldata.net.uy] has joined #kubuntu === alexander_ is now known as Spog === Jucato only had kdebase-related apps === R4zor_ [n=razor@81-208-83-237.fastres.net] has joined #kubuntu [03:29] updates I mean === R4zor_ [n=razor@81-208-83-237.fastres.net] has left #kubuntu ["Konversation] [03:29] I checked the repo settings in adept it shows all the gutsy repos in 3rd party.. === lotfi [n=lotfi@81.22.86.55] has joined #kubuntu [03:30] why would you have gusty repos there? [03:30] I waas running the version upgrade when it crashed [03:30] ah ok === lotfi [n=lotfi@81.22.86.55] has joined #kubuntu [03:30] so you're upgrading to gutsy [03:30] yes [03:31] all the files were downloaded and there was a failure in teh installation [03:31] now it won't upgrade anymore? "kdesu adept-manager --version-upgrade" ? [03:31] oh.. [03:31] (tricky..) [03:31] so the db wasa locked === duarte [n=duarte@bl7-219-71.dsl.telepac.pt] has joined #kubuntu === jthomas [n=eljefe@nat.sierrabravo.net] has joined #kubuntu === Braiam [n=braiam@190.68.1.50] has joined #kubuntu [03:31] !adeptfix | mike [03:31] mike: If Adept crashed on you and your database is locked, try this in konsole: sudo fuser -vki /var/lib/dpkg/lock;sudo dpkg --configure -a [03:31] I unlocked it then ran dpkg --configure -a and it ran for a while but then failed [03:32] run it again? [03:32] um.. you are aware that gutsy is still beta right? usualy beta disclaimers? [03:33] now adept shows (bottom left) install 136, upgrade 1193, remove 9. and 1549 installed 1197 upgradable [03:33] yup I am aware of the usual beta disclamers [03:33] try "sudo apt-get dist-upgrade --install-recommends" [03:33] but this is the first time I have tried the upgrade trick, usually fresh install except for /home [03:33] or haveyou tried --version-upgrade again? [03:33] yeah I find upgrades to be tricky... [03:34] version upgrade just crashes immediatly [03:34] oh dear... === lotfi is now known as Algerien [03:34] ozehka: sorry, I was away [03:34] try "sudo apt-get dist-upgrade --install-recommends" from Konsole... not sure if Adept would be of any help right now... [03:34] uga: np === ardchoille [n=ardchoil@unaffiliated/ardchoille] has joined #kubuntu [03:35] ozehka: did you solve the problem? why didn't it start up? [03:35] any errors in the command line when running X :1 & [03:35] ? === linus_ [n=linus@HSI-KBW-082-212-049-196.hsi.kabelbw.de] has joined #kubuntu === hero [n=scarlet@128.174.188.72.cfl.res.rr.com] has joined #kubuntu [03:35] hmm... the install-recommends fails with the same dependency stuff, talking about feisty and circle dependencies.. === duarte [n=duarte@bl7-219-71.dsl.telepac.pt] has left #kubuntu ["Konversation] [03:36] mike: can you use pastebin to show the errors please? [03:37] a bunch of unresolved and circular dependencies [03:37] ok [03:37] !pastebin | mike [03:37] mike: 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) === DBO [n=DBO@unaffiliated/dbo] has joined #kubuntu === Khabarach [n=Anonymou@83.147.136.130] has joined #kubuntu === Iradigalesc [n=Iradigal@wikipedia/Iradigalesc] has joined #kubuntu [03:38] http://paste.ubuntu-nl.org/38912/ === scheater6 [n=scheater@33.251-net.sccoast.net] has joined #kubuntu === Karajan [n=Sea@60.20.54.11] has joined #kubuntu === Algognito [n=mikko@dsl-olubrasgw1-fec4de00-72.dhcp.inet.fi] has joined #kubuntu [03:39] should I run install-recommends with the -f o[ption === darktyco [n=kmeadows@njord.healthmedia-inc.com] has joined #kubuntu [03:39] "Photoshop reported imports it OK but corrupts some internal tables during the process. ImageMagick barfs on it." [03:40] what does barfs means? [03:40] i didn't find that in the dictionary, sorry, help me:) [03:41] mike: um.. just a guess, maybe you could disable all feisty repos if you have gutsy ones already there? === _czessi is now known as Czessi [03:42] I wondered if I could put my old repo file in place and try the version upgrade again? === cash_ [n=cash@lonesome-crumbler.volia.net] has joined #kubuntu [03:42] mike: you could probably try disableing the gutsy repos and doing that [03:43] but it might have started installing things already.. not really sure === jussi_ is now known as jussi01 [03:43] well I guess I've nothing to loose, might just have to reinstall all but /home again.. === sjck [i=sjck@d052210.adsl.hansenet.de] has joined #kubuntu === julian [n=julian@201-213-229-6.net.prima.net.ar] has joined #kubuntu === george [n=george@cpe-071-076-043-056.sc.res.rr.com] has joined #kubuntu === heidy [n=heidy@58.196.131.2] has joined #kubuntu [03:45] is there a kde pager which works well with compiz? === MPat [n=mpat@a88-114-145-92.elisa-laajakaista.fi] has joined #kubuntu === The_Machine [n=The_Mach@65.91.185.36] has joined #kubuntu [03:46] mike: I wish you the best of luck! === aos101 [n=adam@gw.interweb.ukisp.com] has joined #kubuntu [03:46] thanks [03:46] I'll report === reagleBRKLN [n=reagleBR@cpe-74-65-195-139.nyc.res.rr.com] has joined #kubuntu === sreejith [n=sreejith@202.88.237.83] has joined #kubuntu === mluser-work [n=mluser-w@208.178.12.226] has joined #kubuntu === JuanP [n=JuanP@189.142.14.119] has joined #kubuntu [03:48] i have an older IBM Thinkpad Pentium 3 500 that gives the error invalid compressed format Kernel panic-not syncing with Ubuntu, and Kubuntu but Xubuntu will load [03:48] does Ubuntu and Kubuntu recognize that the hardware is to old? === tiagocpf [n=tiagocpf@201-27-4-45.dsl.telesp.net.br] has joined #kubuntu === DaEmOnIcUs [n=daemonic@athedsl-263309.home.otenet.gr] has joined #kubuntu === ubuntu [n=ubuntu@cable-87-116-168-159.dynamic.sbb.co.yu] has joined #kubuntu [03:50] hi all. I want to make a script to run at kde startup , after beryl and beryl-manager have started. i want it to have this command "dcop kicker kicker restart" [03:50] DaEmOnIcUs: make the script executable and put it in ~/.kde/Autostart === tiagocpf [n=tiagocpf@201-27-4-45.dsl.telesp.net.br] has left #kubuntu ["Konversation] [03:51] Jucato that's what i am asking. I don't have an idea of shell scripting.If you can say me the command in the script [03:51] and how to save it === Jucato doesn't do BASH scripts.. sorry === emilsedgh [n=emilsedg@84.47.209.189] has left #kubuntu ["Kopete] [03:52] thanx anyway [03:52] Jucato: but how does he tell kde to execute the script after starting beryl? [03:52] scripts are ordinary text files anyway === emilsedgh [n=emilsedg@84.47.209.189] has joined #kubuntu [03:52] flokuehn: that I don't know :) [03:52] i will give it a shot [03:52] Jucato: ok === Jucato has never gotten the hang of Autostart order [03:53] Jucato: this will be interesting === Juki_ [n=juki@dsl-hmlbrasgw1-ff04c100-178.dhcp.inet.fi] has joined #kubuntu [03:53] not sure if it follows alphabetical order :0 === Bert{Smart} [n=Bert@78-20-203-115.access.telenet.be] has joined #kubuntu [03:53] can anybody point me to a HOWTO on modifying .debs? [03:54] rjune_: modifying how? [03:54] what do you mean [03:54] I've got a patch for jabber to allow it to auth via PAM, but I want to modify the existing jabber package. [03:55] um.. .deb package are compiled binaries. you can't apply patches to it [03:55] you'll have to grab the source code package, and compile it yourself or make a .deb out of it [03:55] *sigh*. no but you can modify the source package and build it === shaka [n=shaka@77.81.100.149] has joined #kubuntu [03:55] you can modify the source package, but a .deb doesn't contain source code === shaka is now known as shaka__ === tsdgeos [n=tsdgeos@kde/aacid] has joined #kubuntu === shaka__ is now known as shaka_ === holger_ [n=holger@dslb-088-073-088-064.pools.arcor-ip.net] has joined #kubuntu [03:56] this might be obvious, but is compiz fusion the default window manager in kubuntu gutsty? I know it is in ubuntu but I haven't see it explicity stated for kubuntu anywhere [03:56] it's not the default, not in Ubuntu, not in Kubuntu [03:56] it's installed, but not enabled by default [03:57] at least on ubuntu. (not sure on Kubuntu) [03:57] ah, I thought it would be enabled by default if it detected that it could run [03:57] Jucato: Autostart order is same method as init.d or so. things are executed in alphabetical or numerical order. So a then b then c etc etc [03:57] otherwise it would default back to metacity [03:57] darktyco: not really sure. that could be true for Ubuntu. but not for Kubuntu (yet?) === Karajan is now known as Shely [03:58] genii: probably. last I tried it didn't but what the heck :) [03:59] Jucato: k, thanks. my feeling was that since I had not found any explicit information on it for kubuntu that it was the case. [03:59] darktyco: that seems to be the way it's going for gutsy, though [04:00] ubuntu, not kubuntu (afaik) === buzztracker [n=buzztrac@pelikan.garga.net] has joined #kubuntu [04:00] no compiz-fusion installed by default on Kubuntu [04:01] Jucato: yay! [04:01] feel free to install it from the repos :) [04:01] heh, no way [04:01] I did say, feel free :) [04:02] if you don't feel it, don't :P [04:02] hehe, maybe later === Flegma [n=Michalek@devil.spacecom.cz] has joined #kubuntu [04:02] darktyco: mostly the reason is that the KDE integration of Compiz sucks a bit [04:02] thanks for the info though [04:02] a bit? [04:02] lol === RurouniJones [n=jeff@gk-073.leo-net.jp] has joined #kubuntu [04:03] Jucato: doesn't it though... bah! [04:03] YetAnotherReasonToWaitForKDE4 === Juki [n=juki@dsl-hmlbrasgw1-ff04c100-178.dhcp.inet.fi] has joined #kubuntu === marjo [n=marjo@a10.lanhovi.tontut.fi] has joined #kubuntu === marjo is now known as JediBuster [04:05] I would personally rather use kde4 rather than compiz, but apparently in gutsy there won't be either so I'll just stop thinking about it ;) === hero [n=scarlet@unaffiliated/hero] has joined #kubuntu === Jucato would rather use kompmgr for now... if he ever needs composting.. which he doesn't right now... === local [n=local@190.56.66.164] has joined #kubuntu === hero rehi === albert_ [n=albert@29.Red-81-37-133.dynamicIP.rima-tde.net] has joined #kubuntu [04:07] what is kompmgr? === alex_ [n=alex@AMarseille-157-1-41-110.w90-15.abo.wanadoo.fr] has joined #kubuntu [04:07] uga: I installed the drivers from the nvidia site and now it works again === brujo_ [n=brujo@host58.200-117-25.telecom.net.ar] has joined #kubuntu [04:07] uga: I'll notify u if I get core dumps again ^^ [04:08] khaije: the built in compositing manager for kwin in KDE 3 [04:08] it's not a polished as much, but does ok for transparencies and shadows === Jucato wonders where the extra 'a' came from === humbolto [n=elias@u-121-071.adsl.univie.ac.at] has joined #kubuntu [04:08] Jucato: it's a windows manager? === CharlieKane [n=unperson@183.110.208.203.cable.dyn.gex.ncable.com.au] has joined #kubuntu [04:09] khaije: Kwin is the KDE window manager [04:09] kompmgr is a part of kwin that manage compositing (translucency, shadows) === aggelos [n=aggelos@assim1.chemeng.ntua.gr] has joined #kubuntu [04:09] it's labeled as experimental though [04:10] http://docs.kde.org/stable/en/kdebase/kompmgr/index.html [04:10] oh like a plugin? [04:10] Jucato: was kwin the first compositing enabled wm? [04:10] no. it's built into kwin [04:10] emilsedgh: OS X's :) [04:10] hi all is there a good manual how to enable beyl-manager and emarald to kde ? [04:11] Jucato: really ? didnt know it..., but what in linuxland? [04:11] !beryl | aggelos [04:11] aggelos: beryl is a window manager that takes advantage of an OpenGL accelerated X environment. Help in #ubuntu-effects [04:11] i didn't realize kwin was capable of any hw accel composting... it always seems to be sw rendered [04:11] emilsedgh: enlightenment most probably [04:11] gh [04:12] or xfce [04:12] xfce? [04:12] doesn't even have compositing yet [04:12] it did when i used it [04:13] neither do blackbox, and many others [04:13] and that was a while back (end of last year, beginning of this year) [04:13] hm.. it did? === genii tries to imagine compiz-xfce === erica [n=erica@host47-38-dynamic.14-87-r.retail.telecomitalia.it] has joined #kubuntu [04:14] was available in edgy === ellipsys [n=ronin@pool-141-156-234-93.res.east.verizon.net] has joined #kubuntu === aggelos [n=aggelos@assim1.chemeng.ntua.gr] has joined #kubuntu === Jucato really hasn't heard that [04:14] not compiz, and none of the really fancy effects, but it handled shadow and transparency fairly well [04:14] Morning ladies and gentlemen. [04:15] Mostly gentlemen I'm sure === tobias [n=tobias@p54A1CA01.dip.t-dialin.net] has joined #kubuntu === dyscalcolon [n=dyscalco@p54AE5C49.dip.t-dialin.net] has joined #kubuntu [04:16] is anyone upgraded to the beta and using an ATI card? === stefanb [n=stefan@port-212-202-253-170.static.qsc.de] has joined #kubuntu [04:17] ellipsys: me === Jucato waves hello to the okular dev in da house! :) [04:17] hi :-) [04:18] Are you using the fglrx driver, and if so did the upgrade fubar all your settings? [04:18] ellipsys: i'm using the fglrx driver provided by ubuntu, not self installed [04:18] updating went "as good as one can expect from ubuntu" [04:18] Ahh all right. I'm using the same one as well. [04:18] ellipsys: http://tsdgeos.blogspot.com/2007/09/kubuntu-gutsy-issues.html <-- my thoughts [04:19] tsdgeos: Thanks. I'll read over. === deviance [n=tim@cpc3-sout6-0-0-cust551.sotn.cable.ntl.com] has joined #Kubuntu === oem [n=oem@sdgate2.sava.sczg.hr] has joined #kubuntu === herman_ [n=herman@195.117.133.2] has joined #kubuntu === local_ [n=local@190.56.66.10] has joined #kubuntu [04:21] which kubuntu to download? [04:21] 7.04 [04:21] or 7.10 [04:21] what does it means i386 [04:21] .iso [04:21] i386 is the cpu architecture [04:22] you want to download the 7.04.iso [04:22] mike: where did your upgrade fail? [04:22] oem: 7:10 is beta right now and just came out. I'd suggest running 7.04 until 7.10 is finalized === izilbert [n=izilbert@200.222.112.20] has joined #kubuntu === Khab [n=Anonymou@83.147.136.130] has joined #kubuntu [04:22] Unless you want to muck about in beta software of course. === hsystem-x [n=hsystem-@136.145.43.89] has joined #kubuntu [04:22] i386 is probably what you want. === vistakiller [n=spiros@ppp171-41.adsl.forthnet.gr] has joined #kubuntu === koyote [n=christof@182.235.125.209.transedge.com] has joined #kubuntu [04:23] and .iso is a type of disc image. You can burn it to disc using K3b easily. [04:23] or any other burning programm === ellipsys nods [04:23] but you habe to choose "burn iso" from the menu === thea_ [n=thea@cc20817-c.deven1.ov.home.nl] has joined #kubuntu [04:23] that is really important [04:24] also may be called "burn cd image" [04:24] thats it === ellipsys ponders [04:25] Is there anyone here who has configured ubuntu as somewhat of a NAS server? [04:26] Failed to fetch http://ph.archive.ubuntu.com/ubuntu/dists/gutsy/universe/source/Sources.bz2 Hash Sum mismatch [04:26] what could that mean? === gonzalo [n=gonzalo@200-127-212-105.cab.prima.net.ar] has joined #kubuntu [04:27] wersdaluv: try running apt-get update again [04:27] sudo apt-get update [04:27] might be a server problem [04:27] ok [04:28] ellipsys: If you are having a dedicated box for this might be better to look at embedded distribution of FreeNAS === BluesKaj [n=kaj@unaffiliated/blueskaj] has joined #kubuntu [04:29] Howdy all [04:29] how [04:29] BluesKaj: :) === ozehka [n=ozehka@p5086A85A.dip0.t-ipconnect.de] has joined #kubuntu [04:31] hi Jucato genii ,I recently did a standard adept update of some apps, but now i have apps auto-opening at logon ...how do i prevent this ? [04:31] close them before you logout [04:31] I do [04:31] (if you have setup session management to restore from previous session) [04:32] genii: I've thought about that... I'm actually using OpenFiler at the moment but I'm none too happy with it. Would FreeNAS be better? Initially I chose openfiler because it was linux based instead of BSD [04:33] BluesKaj: what apps would these be? [04:33] BluesKaj: I haven't seen that effect yet. Maybe look in the Autostart for ones that shouldn't be there [04:34] well, the problem is the pc won't shutdown if i chose the normal logout , so I do the ctrl,alt,bkspce , then shutdown from the login screen [04:34] BluesKaj: that doesn't save the session [04:35] ellipsys: I'm using FreeNAS on a mixed OS network of (k)ubuntu,FBSD, MacOS 9.2 and Windows 2K, works extremely well [04:35] ellipsys: Not having used Openfiler i couldn't give a comparative review [04:36] BluesKaj: Ah. Maybe put in kernel load line of menu.list option acpi=force === turborobban [n=turborob@81-236-237-78-no38.tbcn.telia.com] has joined #kubuntu === maciek [n=maciek@116-goc-2.acn.waw.pl] has joined #kubuntu [04:38] genii: That's good to hear. The only thing I'm worried about is how to migrate over to FreeNAS and all. === emilsedgh [n=emilsedg@84.47.205.238] has joined #kubuntu === belen_ [n=belen@58.Red-80-24-33.staticIP.rima-tde.net] has joined #kubuntu [04:41] ellipsys: If you have data on openfiler stored on some separate HD than the system install, it simplifies things === local__ [n=local@190.56.66.15] has joined #kubuntu [04:41] where genii after this line ? : title Ubuntu, kernel 2.6.20-16-generic it's the first uncommented line in the grub/menu.lst === Dr_Willis [i=GillBate@74-140-6-108.dhcp.insightbb.com] has joined #kubuntu [04:41] mornin guys [04:41] BluesKaj: Just after splash if it exists [04:42] genii: I have a separate HDD for the OS, yes. === poison-- wonders if genii had nightmares with brazilian hotties [04:42] no splash genii [04:43] ellipsys: You can also install FreeNAS to run from a USB key or so (takes only 32Mb), so running it that way to test it out first could be an option === hasan [n=hasan@85.105.198.35] has joined #kubuntu [04:44] BluesKaj: the line that starts with: kernel /bott/vmlinuz-something at end of that one [04:44] ok genii thx [04:44] BluesKaj: That may help with the shutdown issue, the apps autostarting maybe we tackle after that :) === Khabarach [n=Anonymou@83.147.136.130] has joined #kubuntu === isabelle [n=isabelle@dhcp192-228.enst.fr] has joined #kubuntu [04:45] the autostarting apps could probably be solved if session management properly saves [04:45] hm.. or manually saved :P [04:45] but he left [04:45] so genii, you tell him :) [04:46] Jucato: He'll be back, i'm sure LOL === Jucato ->setStatus( BUSY ); // int const BUSY = -1; === bomber [n=bomber@c-71-233-8-127.hsd1.ma.comcast.net] has joined #kubuntu [04:47] poison--: no, nightmares of being chased by broken computers [04:47] genii: It can run as a sort of "live CD" from the USB key, without affecting the data on the storage hard drives? [04:47] lmao [04:47] hey Jucato [04:47] ellipsys: Yes [04:48] Ahh okay. Great. I'll have to give that a try. === s [n=s@24.222.196.204] has joined #kubuntu [04:49] It may be a better solution. OpenFiler seems extremely laggy on the shares, especially with SMB. They only work in Konq, not even smb4k [04:49] Not much faster in Windows either === tombar__ [n=tombar@r190-64-156-244.dialup.adsl.anteldata.net.uy] has joined #kubuntu [04:50] ellipsys: Well, almost every network filesystem/sharing suffers from lag. NFS is sometimes horrible for this. [04:50] does anyone know why my external harddrive is being detected as an 'unmounted removable medium?' do i just have to mount the drive to be able to access it, or, should it normally be plug n' play? === isushka [n=isushka@persuasionness.rumpus.volia.net] has joined #kubuntu === ozehka [n=ozehka@p5086A85A.dip0.t-ipconnect.de] has joined #kubuntu === manchicken [n=manckn@209-252-75-168.ip.mcleodusa.net] has joined #kubuntu === woz [n=woz@82.64.187.223] has joined #kubuntu === darktyco [n=kmeadows@njord.healthmedia-inc.com] has left #kubuntu [] [04:52] s: What filesystem is on it? === DaSkreech [n=skreech@katapult/ninja/daskreech] has joined #kubuntu [04:53] s: normally the system will try to automount known filesystems === kist [n=kist@hspot.pl] has joined #kubuntu === DaSkreech [n=skreech@katapult/ninja/daskreech] has left #kubuntu ["Konversation] [04:53] genii: did you try to mount it manually [04:53] ? [04:53] genii: the filesystem is ntfs [04:54] http://www.dailytech.com/article.aspx?newsid=9076 <---- how sweet [04:54] genii: sorry i meant s === Lurkan [n=Lurkan@189.142.230.143] has joined #kubuntu [04:54] genii: DO you know what file system FreeNAS uses? Is it like ext3 or something? [04:55] poison--: Nifty [04:55] :D [04:55] ellipsys: Mine wanted to use the UFS, but i specified ext2 instead === ubuntu_ [n=ubuntu@77.204.1.23] has joined #kubuntu === dappermuis [n=kinus@196.209.242.144] has joined #kubuntu [04:56] genii: Ahh, it gives you that option? Or is that some conf file editing wizardry? [04:56] s: If you need to write to it you will need some tool like ntfs-3g [04:56] ellipsys: It has a weg control interface, i set that from there :) [04:56] *web === maple1 [n=hhh@bas8-kitchener06-1279280763.dsl.bell.ca] has joined #kubuntu [04:57] !ntfs | s [04:57] s: To view your Windows/Mac partitions see https://help.ubuntu.com/community/AutomaticallyMountPartitions . For write access see !ntfs-3g or !fuse === Alp` [n=Alp@dslb-084-058-187-160.pools.arcor-ip.net] has joined #kubuntu [04:57] genii: i don't want to write, only read. any ideas? [04:57] s: See above link for read only [04:57] oh thanks for the link [04:57] :) === ubuntu_ [n=ubuntu@20150187172.user.veloxzone.com.br] has joined #kubuntu === local___ [n=local@190.56.66.161] has joined #kubuntu === yamal [n=yamal@145.94.223.95] has joined #kubuntu === vistakiller [n=spiros@ppp171-41.adsl.forthnet.gr] has left #kubuntu [] [04:58] oi/ [04:59] oi [04:59] http://paste.ubuntu-nl.org/38920/ [04:59] can anybody help me === ubuntu__ [n=ubuntu@84.52.156.182] has joined #kubuntu [04:59] plizz [05:00] just state the question oem and see if anyone can === BluesKaj [n=kaj@unaffiliated/blueskaj] has joined #kubuntu [05:00] oem: what are trying to do === buzztracker [n=buzztrac@pelikan.garga.net] has joined #kubuntu [05:00] genii: Thanks, I'll see about giving it a try. Would you (or anyone else) happen to know about dual booting (k)ubuntu x64 and Vista x64? Like which should be installed first and whatnot? I remember a tutorial that said to install Windows first, but I was always taught that linux comes first? === onechard [n=chard@209.168.213.107] has joined #kubuntu [05:00] run this program on player [05:01] stage [05:01] ellipsys: I trust the grub manager more than the vista boot manager so i would put vista on first like previous ways of dual-boot with windows/ubuntu [05:01] pssssssss === fkm [n=fkm@80-218-190-66.dclient.hispeed.ch] has joined #kubuntu [05:01] it says error while loading shared libraries === tsdgeos [n=tsdgeos@kde/aacid] has left #kubuntu ["Konversation] [05:02] ppp [05:02] ubuntu_ that's spam and it's unwelcome [05:02] edgy and feisty detected my scanner, but gutsy beta doesn't..it worked with kooka before... [05:02] what can I do? [05:02] genii: Understood. I'm assuming the support for 64 bit k/ubuntu is pretty comperable with standard 32 bit? [05:02] bad assumption i'd say === vincenzo [n=vincenzo@151.83.6.5] has joined #kubuntu [05:03] ellipsys: IRC support is same as 32 bit , some known issues with 64 bit version like plugins under FireFox and some others [05:03] java, flash, wine, some emulators, codecs. lets see what else.... === mendred [n=mendred@59.93.79.20] has joined #kubuntu [05:03] actually i think java is fixed now.. :) === Jonty [n=jadh@82-41-207-227.cable.ubr11.edin.blueyonder.co.uk] has joined #kubuntu [05:04] All that? Bloody hell... I hate to let 4gb of RAM go to waste on the box that will be built today but I don't want severely crippled functionality.. [05:04] Your Mileage may vary. :) === tommymann [n=tommyman@ppp-70-244-81-52.dsl.rcsntx.swbell.net] has joined #kubuntu [05:04] whats more imporntant.. enterainment? or getting work done that NEEDS that much ram.. :) [05:05] is there a way to have firefox installed twice [05:05] a lot of it can get working in the 32bit chrooted stuff... [05:05] Dr_Willis: I'm not sure if enabling >4Gb and recompile kernel still under 32bit works [05:05] genii, that acpi=force did the trick [05:05] thx [05:05] tommymann ive used some of the autopackage/clik things to install it just for a single user. [05:05] BluesKaj: Good :) [05:05] genii no idea. Ive noticed that most new machines (gateway ect) top out at 3gb anyway. :) [05:06] so can a single user have two firefoxes installed? [05:06] BluesKaj: were you able to exit and save session, eliminationg the autosarting issue? [05:06] tommymann proberly can. if you compiled it from source. should be doable. :) but not sure of any othe rways. [05:06] Without any modification, how much of that 4gb will regular 32bit Kubuntu see? [05:07] genii, I'l try that ...brb [05:07] I've only dealt with firefox from source once, it doesn't have a make file or any of the jazz I'm used to [05:07] yep. i hear it can be a bit complex. [05:08] Mighty want to clarify WHY you are wanting 2+ firefox's.. [05:08] I heard that *nix will see more than windows due to better addressing. Windows basically put a cap on it or some such? [05:08] ellipsys: My Feisty sees all 4Gb on my home box without alteration, anything more i think it would ignore [05:08] ellipsys windows has the 32bit/64bit issues also. [05:08] i think the limit is for OVER 4gb ram.. like genii said.. === nixternal [n=nixterna@ubuntu/member/pdpc.active.nixternal] has joined #kubuntu [05:08] I want to put one firefox with my stumble upon and stuff that's tied to the kde wallet, and another one for just general browsing [05:09] I want one more secure than another [05:09] and I don't really want two profiles so I can make the more secure one terminal access only === mallize [n=clemenml@A171030.N1.Vanderbilt.Edu] has joined #kubuntu [05:10] by the way, can you make it where an application won't open without the wallet [05:10] Genii and Dr_Willis - I'll just use 32bit Feisty (or Gutsy beta) then. [05:10] or without sudo like adept === blekos [n=blekos@adsl18-193.ath.forthnet.gr] has joined #kubuntu === vbgunz [n=vbgunz@217-98.127-70.tampabay.res.rr.com] has joined #kubuntu [05:10] I see no reason to use 64bit for most people. === waseem [n=waseem@a144-20.adsl.paltel.net] has joined #kubuntu === MijoJak [i=mijo@nat/ibm/x-a80e48331920e9c3] has joined #kubuntu [05:11] tommymann: Why not use the firefox profile manager to make a profile for each type of browsing instead? [05:11] because then it alerts people to that there is another profile [05:11] make a 2nd user. su to that user. :) [05:12] Well thank you for your help, (especially Genii and Dr_Willis) but I have to get going for awhile. Take care! [05:12] Alertrs people? ya only got 1 account? === ellipsys is now known as Ellipsys|AFK === czer323 [n=czer323@cpe-24-26-158-208.columbus.res.rr.com] has joined #kubuntu [05:12] yeah === paulo_ [n=paulo@ANantes-154-1-106-10.w86-214.abo.wanadoo.fr] has joined #kubuntu [05:12] how lame is that. [05:12] :) === sea_4_ever` [i=daniel@dialup-66-205-15-42.dialup.sunbeach.net] has joined #kubuntu [05:12] well I've never needed more than one before === duns_s [n=duns_s@mnhm-590daa35.pool.einsundeins.de] has joined #kubuntu === leonard [n=leonard@i577BD03C.versanet.de] has joined #kubuntu === |Osiris [n=Bas@82-217-2-215.cable.quicknet.nl] has joined #kubuntu [05:13] You just mentioned Other people? You now have us all very confused.... [05:14] Sounds like you are doing backflips for some trival things.. :) === stuq [n=stuq@fw.hvs.bsdwebsolutions.com] has joined #kubuntu [05:14] My lady friend is moving in, and I don't want her to find my porn [05:14] make her an account. [05:14] and I don't want her looking for it [05:14] she's wiley [05:14] thats what a multiuser system is all about. [05:14] thers dozens of ways to lock down accounts. [05:15] tommymann: Looking into a solution [05:15] and secure stuff from casial filesystembrowsing. [05:15] chmode your porn dirs so her user cant get into them. [05:15] Well I use X rated stumble upon [05:15] instead of actually downloading anything === Dr_Willis is amazed at people that use the web for porn.. :) therws MUCh better ways... === Dr_Willis shuts up now. === eMaX [n=emax@gprs01.swisscom-mobile.ch] has joined #kubuntu === Sanne [n=sanne@p5B3E9F83.dip0.t-ipconnect.de] has joined #kubuntu [05:16] well the internet makes it private and easy [05:16] the point is one does not really need a web browser to get porn. :) but have fun. [05:17] hey [05:17] !offtopic [05:17] #kubuntu is the official Kubuntu support channel, for all Kubuntu-related support questions. Please use #kubuntu-offtopic for general chatter. Thanks! [05:17] well thanks for the help === vbgunz [n=vbgunz@217-98.127-70.tampabay.res.rr.com] has joined #kubuntu [05:17] and one of th reasons for a multiuser system - is to let her have her own account/setup and leave your account/stuff alone. [05:17] she has her own computer [05:17] this 2 firefox/profiles/stuff is just a lot of complex work. [05:18] it's just for when she reaches over and borrows mine === sjck [n=sjck@c223160.adsl.hansenet.de] has joined #kubuntu === Artmoonik [n=artmooni@mar92-3-82-66-233-126.fbx.proxad.net] has joined #kubuntu [05:18] tommymann: perhaps talk about this with your girl, really [05:18] ha === labkom [n=labkom@198.subnet201.astinet.telkom.net.id] has joined #kubuntu [05:18] sounds like social engineering to me... [05:18] :) [05:19] tommymann: Old (1.5 series but perhaps helpful) http://dojotoolkit.org/node/209 === tjanssen [n=tjanssen@CPE001a70d1c72d-CM00159a4026c4.cpe.net.cable.rogers.com] has joined #kubuntu [05:19] oh well I was just looking to see if anyone had quick fixes [05:19] get a DasKeyboard. and tell her to stay Off your pc.. :) === Tm_T has tons of, but will keep them out of discussion for now [05:20] set your screensaver to 1 min. and password protect it. :0 === yeo__ [n=yeo@cpc1-cdif3-0-0-cust924.cdif.cable.ntl.com] has joined #kubuntu [05:20] tommymann: There is a linux sript equiv, lemme find it [05:21] wget-question: when i load the url in browser, it redirects me to the file, so i can download it... [05:21] if i use it in wget it would just load the html... [05:21] Or you could adapt the cygwin one === fraco [n=fraco@213.219.144.103.adsl.dyn.edpnet.net] has joined #kubuntu === esteve [n=esteve@68.Red-80-36-218.staticIP.rima-tde.net] has joined #kubuntu [05:23] bah work interrupts :( AFK === mayeco [n=mayeco@mayeco-kubuntu.cpe.cableonda.net] has joined #kubuntu === Flegma [n=Michalek@devil.spacecom.cz] has joined #kubuntu === xerri [n=xerri@paris2.ungi.net] has joined #kubuntu [05:25] hey guys..ive found this kdesu "adept_manager --version-upgrade" in the upgrade tuto.... [05:26] should it be kdesu "adept_manager --dist-upgrade"?? === ubuntu__ [n=ubuntu@pD95770A3.dip.t-dialin.net] has joined #kubuntu === HymnToLife [n=fkraiem@unaffiliated/hymntolife] has joined #kubuntu === michal [n=michal@82.119.244.194] has joined #kubuntu [05:26] harmental: yes, probably. [05:27] fdoving: thx === mendred_ [n=mendred@59.93.79.20] has joined #kubuntu === xerri [n=xerri@paris2.ungi.net] has joined #kubuntu === Vaas [n=remkofae@53524D77.cable.casema.nl] has joined #kubuntu === tceserver [n=tceserve@a91-153-130-184.elisa-laajakaista.fi] has joined #kubuntu [05:29] harmental: kdesu adept-manager --version-upgrade [05:29] follow the instructions in the link from the Beta annoucnement page [05:30] it doesnt work.... [05:30] jucato: if if remove the quotation marks i get: [05:30] kdesu: Unknown option '--version-upgrade'. [05:31] sorry forgot the put the quotation marks === local_ [n=local@190.56.66.251] has joined #kubuntu [05:31] harmental: kdesu "adept-manager --version-upgrade" === Jucato was typing from memory === sjck [n=sjck@c223160.adsl.hansenet.de] has joined #kubuntu [05:31] but it's --version-upgrade not --dist-upgrade === tceserver is now known as Marty [05:31] Jucato: that doesnt work either.... [05:31] what does it say? === emonkey-p [n=emonkey@static-pro-212-101-27-121.adsl.solnet.ch] has joined #kubuntu [05:32] did you enable Pre-released updates? [05:32] adept_manager: Unknown option '--version-upgrade' [05:32] Jucato: yep [05:32] https://help.ubuntu.com/community/GutsyUpgrades#head-3cb12417f0af7f24d4a34f2ae4040bf791c42f52 === Darkrift411 [n=spooky@ip68-104-174-99.ph.ph.cox.net] has joined #kubuntu === martijn [n=martijn@5356CCD5.cable.casema.nl] has joined #kubuntu [05:33] ive been trying this tuto for an hour now.... === Daisuke-Laptop [n=alexbe01@pool-71-97-155-54.aubnin.dsl-w.verizon.net] has joined #kubuntu [05:33] Jucato: maybe i am missing some particular repo? === Marty is now known as tceserver [05:34] maybe... not really sure... sorry === BluesKaj [n=kaj@unaffiliated/blueskaj] has joined #kubuntu === xenol [n=xenol@adsl-d251.87-197-157.t-com.sk] has joined #kubuntu === fraco [n=fraco@213.219.144.103.adsl.dyn.edpnet.net] has joined #kubuntu === takedashingen [n=takedash@cpe-24-210-68-93.columbus.res.rr.com] has joined #kubuntu === local__ [n=local@190.56.71.58] has joined #kubuntu === marcel [n=marcel@lt3.xs4all.nl] has joined #kubuntu [05:42] how can I use .psd files in Kubuntu ? [05:44] Aranel: I'm pretty sure gimp can import them === jgoday [n=jgoday@252.Red-83-41-247.dynamicIP.rima-tde.net] has joined #kubuntu === Solifugus [n=matthew@chungking.ctlt.wsu.edu] has joined #kubuntu [05:45] Aranel: could gimp open it? maybe...try it [05:45] Aranel: aren't those photoshop files? === jgoday [n=jgoday@252.Red-83-41-247.dynamicIP.rima-tde.net] has left #kubuntu ["Konversation] === brandon__ [n=brandon@bas7-ottawa23-1088834767.dsl.bell.ca] has joined #kubuntu [05:45] Aranel: psd is a proprietary format, so it may be that not everything works. [05:45] oh, ok, i'll try it :) [05:46] Aranel: you can also try running PS via wine === eMaX [n=emax@gprs01.swisscom-mobile.ch] has joined #kubuntu [05:46] gimp can open psd files [05:46] but I remember that it does not recognizes layers === local___ [n=local@190.56.71.179] has joined #kubuntu [05:46] only a flat image from merged layers === ubuntu_ [n=ubuntu@130-pxnet.pegonet.sk] has joined #kubuntu === xenol [n=xenol@adsl-d251.87-197-157.t-com.sk] has joined #kubuntu [05:48] can someone tell me plz if i want to run beryl do i have to have xgl installed? === nebulasray [n=jason@adsl-75-21-233-239.dsl.sgnwmi.sbcglobal.net] has joined #kubuntu [05:49] !beryl | xenol [05:49] xenol: beryl is a window manager that takes advantage of an OpenGL accelerated X environment. Help in #ubuntu-effects [05:50] xenol: not for compiz, so i guess not for beryl either === thomax__ [n=thomas@217-148-245-149.happymany.net] has joined #kubuntu === local____ [n=local@190.56.66.142] has joined #kubuntu [05:50] not that i have much experience.... beter visit the channel Jocato proposed [05:50] Jucato, oops [05:50] !tab | martijn [05:50] martijn: You can use for autocompletion of nicknames in IRC, as well as for completion of filenames and programs on the command line. [05:50] :) === wers [n=allan@122.2.99.44] has joined #kubuntu [05:51] Jucato: i know :) [05:51] easier to avoid typos :) [05:51] :P [05:51] thanks anyways [05:51] hehehe [05:51] hehe [05:51] hmm, i am gona continue writing my docbook [05:51] A little question about this chat. Is this any official user support chat, or just a community chat. I just open konversation and this channel was open === winbond [n=winbond@c-76-99-13-234.hsd1.pa.comcast.net] has joined #kubuntu [05:51] this is the CHAT :D [05:52] and yes, the official support chan [05:52] but it is community based and for free === sjck [i=sjck@d007235.adsl.hansenet.de] has joined #kubuntu [05:53] Braiam: #kubuntu channel is for kubuntu support, #kubuntu-offtopic for general talk === local_____ [n=local@190.56.66.15] has joined #kubuntu [05:53] Braiam: Same for the other variations, ubuntu, xubuntu etc [05:54] does it means that theres always somebody officially in charge of this chat? [05:54] yes [05:54] even in #kubuntu-offtopic [05:54] !guidelines [05:54] The people in this channel are volunteers. Your attitude will determine how fast you are helped. See also http://wiki.ubuntu.com/IrcGuidelines === bigmark [n=bigmark@cpc3-blfs7-0-0-cust609.belf.cable.ntl.com] has joined #kubuntu [05:55] Braiam: There are IRC channel ops around always to make sure channel rules are adhered to [05:55] and make sure that genii has his recommended daily dose of kaffeine [05:56] thanx. those guidelines are what i was searching for === genii listens to the Coffee, Lovely Exlixir of the Gods song on his Kaffeine [05:56] Braiam: you'll find a lot of Ubuntu related channels here as well as some more info: https://help.ubuntu.com/community/InternetRelayChat === emiliano [n=emiliano@c-76-111-220-242.hsd1.fl.comcast.net] has joined #kubuntu === camshaft [i=Camel@bas5-quebec14-1177920069.dsl.bell.ca] has joined #kubuntu === sjck [n=sjck@d027139.adsl.hansenet.de] has joined #kubuntu === unperson [n=nickc@129.2.43.76] has joined #kubuntu === usuario_ [n=usuario@201-27-26-4.dsl.telesp.net.br] has joined #kubuntu [05:57] Is it possible to compose an HTML message with inline images using kmail? === tmske [n=thomas@102.66-65-87.adsl-dyn.isp.belgacom.be] has joined #kubuntu === buzztracker [n=buzztrac@pelikan.garga.net] has joined #kubuntu === bigmark_ [n=bigmark@cpc3-blfs7-0-0-cust609.belf.cable.ntl.com] has joined #kubuntu === j4gu4r [n=j4gu4r@200.77.144.110] has joined #kubuntu === [nrx] [n=martin@195.137.88.43] has joined #kubuntu === mindspin [n=mindspin@unaffiliated/mindspin] has joined #kubuntu [06:03] gfffffffff === Smooph [n=Smooph@e180184153.adsl.alicedsl.de] has joined #kubuntu === Eyeless [n=hjalle@d83-183-204-137.cust.tele2.se] has joined #kubuntu === CheshireKot [n=kot@217.150.47.193] has joined #kubuntu === jarkko [n=jarkko@cs181004151.pp.htv.fi] has joined #kubuntu === unperson [n=nickc@129.2.43.76] has joined #kubuntu === theo_ [n=theo@86.71.112.158] has joined #kubuntu === wersdaluv [n=allan@122.2.99.44] has joined #kubuntu === melody [n=melody@adsl-68-90-247-34.dsl.hstntx.swbell.net] has joined #kubuntu [06:11] Hello [06:11] Question... I was looking through the software repos in Kubuntu (tribe5) and couldn't find frostwire or limewire. Is there something else that Kubuntu people are using in place of these apps? [06:12] Jucato: me again....could you please share with me your sources.list? === Pitabred [n=pita@c-67-190-48-101.hsd1.co.comcast.net] has joined #kubuntu [06:12] harmental: I'm already on gutsy. does that matter? [06:12] !frostwire | melody [06:12] melody: frostwire is a totally open source version of Limewire. For installation help, please see https://help.ubuntu.com/community/FrostWire === local_ [n=local@190.56.66.204] has joined #kubuntu [06:12] thats fine... [06:12] hold on [06:12] thx! [06:13] thank you === ubuntu [n=ubuntu@h222n7c1o1039.bredband.skanova.com] has joined #kubuntu [06:13] harmental: http://jucato.org/stuff/sources.list === meduxa [n=agustin@199.Red-83-36-56.staticIP.rima-tde.net] has joined #kubuntu === Aegir_Fr [n=aegir@par69-1-82-67-25-64.fbx.proxad.net] has joined #kubuntu [06:14] well.. awesome. frostwire.com is borked. Can't download, as the website is coming up all goofy [06:14] thank you very much! === deviance [n=tim@cpc3-sout6-0-0-cust551.sotn.cable.ntl.com] has joined #Kubuntu [06:15] can anyone else check and see if they can get onto frostwire.com without issue? === walkover [n=walkover@pix.vendia-kollegiet.dk] has joined #kubuntu [06:16] I have installed the nvidia drivers, which should work with my 7300gs, but they diddn't, Im gonna try again, how can I do this? [06:17] melody: Parse error: syntax error, unexpected ';' in /home/frostwir/public_html/includes/config.php on line 17 === david___ [n=david@18.pool85-50-85.dynamic.orange.es] has joined #kubuntu [06:17] Hi Jucato [06:17] sdfnseigj0wegnwe [06:17] okay.. that's what I was getting. Oh well. [06:17] gegbuwno0ibhegbwoibgeoigbig [06:17] hi deviance [06:17] sorry [06:17] god bye === flokuehn [i=flokuehn@62.111.103.27] has joined #kubuntu [06:17] david___: splease stop that === Arkard [n=Arkard@dynamic43-251.MAN-STDOM.cablenet.com.ni] has joined #kubuntu === Arkard say hi to all here [06:18] hi guys, have you ever heard about megaupload? [06:19] melody, konq browser shows it too Parse error: syntax error, unexpected ';' in /home/frostwir/public_html/includes/config.php on line 17 [06:19] who here want a premium Account for 3 months? [06:19] any ideas on where to snag the frostwire.deb otherwise? === deathguppie [n=chatzill@c-24-19-10-43.hsd1.mn.comcast.net] has joined #kubuntu === bigleon [n=bigleon@proteus.emporia.edu] has joined #kubuntu === JohnFlux [n=JohnFlux@rove3.resnet.susx.ac.uk] has joined #kubuntu [06:20] !offtopic | Arkard [06:20] Arkard: #kubuntu is the official Kubuntu support channel, for all Kubuntu-related support questions. Please use #kubuntu-offtopic for general chatter. Thanks! [06:20] well.. that's it for me boys.. I think I'm done with Kubuntu.. it's been fun, but not as practical as I'd hoped.. moving back to a source based distro.. [06:20] melody, there's gotta be some mirrors , check on http://www.google.com/linux === Arkard [n=Arkard@dynamic43-251.MAN-STDOM.cablenet.com.ni] has left #kubuntu [] [06:21] deathguppie: um.. ok... O.o === tehk [n=tehk@c-69-249-157-157.hsd1.nj.comcast.net] has joined #kubuntu === Jucato thinks this is a night of firsts... === valerio [n=valerio@host186-151-dynamic.16-79-r.retail.telecomitalia.it] has joined #kubuntu === wladus [n=wladus@nfx-router-muki.pilsfree.net] has joined #kubuntu [06:21] deathguppie, sorry to hear that,but some patience is required [06:22] and I bet you have lots of it, since you seem to have come from a source based distro (gentoo?) [06:23] melody, http://sourceforge.net/projects/frostwire === deathguppie [n=chatzill@c-24-19-10-43.hsd1.mn.comcast.net] has joined #kubuntu [06:23] Is it not in the Reppos Melody? === zu [n=pistorio@89-97-229-108.ip19.fastwebnet.it] has joined #kubuntu [06:24] frostwire? nope === cash_ [n=cash@lonesome-crumbler.volia.net] has joined #kubuntu [06:24] I think Kubuntu is a great distro.. it's just that I actually use some applications and there is just to much broken stuff on Ubuntu/Kubuntu.. and well.. compiling on this platform is such a pain.. [06:25] well, it is meant to be a binary distro... so compiling isn't as natural as it is on Gentoo [06:25] but what broken stuff? [06:25] and which version are you testing? [06:25] deviance: nope. frostwire isn't in the repos for some reason [06:25] My breaking point is when I couldn't find a decent linear video editor.. === Kr4t05 [i=andrew@dsl-206-251-2-139.dsl0.crls.pa.net] has joined #kubuntu [06:25] kino? [06:25] Oh, shocking [06:25] hmm repos seem to be down in ca [06:25] !kino [06:25] Sorry, I don't know anything about kino - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi === theo_ [n=theo@86.71.112.158] has joined #kubuntu [06:25] !info kino [06:25] kino: Non-linear editor for Digital Video data. In component main, is extra. Version 0.92-1ubuntu3 (feisty), package size 1126 kB, installed size 3912 kB [06:26] Kino is a joke.. no offense but talk about lack of features.. [06:26] :( === kyuubi [n=kyuubi@58.69.3.166] has joined #kubuntu [06:26] !info kdenlive gutsy [06:26] kdenlive: A Non-Linear Video Editing Suite for KDE. In component universe, is optional. Version 0.5-0.0ubuntu1 (gutsy), package size 648 kB, installed size 1992 kB [06:26] kdenlive is decent but kubuntu's version won't render your project [06:26] gutsy? [06:26] Jahshaka is not available.. [06:26] melody: what about Gtk-Gnutella? [06:27] Its in the reppos [06:27] I used it for a bit, but never likes Lime or frost anyway [06:27] deathguppie: true. dunno it's probably harder to provide and maintain binary packages than ebuilds... probably === esteve [n=esteve@68.Red-80-36-218.staticIP.rima-tde.net] has joined #kubuntu [06:29] I use blender a lot, so I can use the compositor in that to edit video.. but the sound was atrocious .. as a matter of fact I could never get jackd to run under kubuntu properly for any applications.. though I believe blender uses.. sdl === Alp` [n=Alp@dslb-084-058-187-160.pools.arcor-ip.net] has joined #kubuntu === spawn57 [n=sunil@n219077151072.netvigator.com] has joined #kubuntu [06:30] I couldnt get jackd to work either, I wanted ardout soo bad === MrDuck [n=kachna@r6az240.net.upc.cz] has joined #kubuntu [06:30] deathguppie: well... I'm a professional video editors (have been for the past 15 years) and ..well.. our company is highly linux based, but we do have to resort to VideToaster [4] in our suite.. (winblows only) === esteve [n=esteve@68.Red-80-36-218.staticIP.rima-tde.net] has joined #kubuntu [06:31] melody: well actually blenders compositor is pretty damn good, but it doesn't have a lot for sound. It will let you edit the sound but will only render it as a seperate file.. [06:32] errrm.. are we talking about the 3d app? [06:32] melody: yes [06:32] weird [06:32] I know, but it actually has a pretty good compositor built in. === MijoJak [n=mijo@p54A09FE0.dip0.t-ipconnect.de] has joined #kubuntu === Aranel [n=Aranel@88.232.199.252] has joined #kubuntu [06:33] jucato: i've tried everything the tuto says...Step-by-step...with your sources.....and it still doesnt work....i dont know what else to do....... === Jucato learned about Linux through Blender.. hopes one day to be able to actually do 3D CG w/ Blender... [06:33] any ideas? === Jucato is too sleepy to have ideas :( [06:33] sorry === linescanner [n=cutter@81-86-244-201.dsl.pipex.com] has joined #kubuntu [06:33] harmental: what are you trying to do? === xBull [n=sabalo@190.3.89.131] has joined #kubuntu [06:34] jusi01...i am trying to upgrade to gutsy beta..... [06:34] and it all fails when i do kdesu "adept_manager --version-upgrade" [06:35] i get adept_manager: Unknown option '--version-upgrade'. === behdha [n=behdha@s559024e7.adsl.wanadoo.nl] has joined #kubuntu [06:35] !tab | harmental [06:35] harmental: You can use for autocompletion of nicknames in IRC, as well as for completion of filenames and programs on the command line. === behdha is now known as deffcon === gricel [n=gricel@235-198-222-201.adsl.terra.cl] has joined #kubuntu [06:35] melody: besides the built in linear editing system you can also composite and render video through nodes allowing for things like chroma key and image manipulation.. === LeeJunFan [n=junfan@s64-186-37-101.skycon.net] has joined #kubuntu === stefan [n=stefan@port-212-202-253-170.static.qsc.de] has joined #kubuntu [06:36] Blender is very, very versitile.. === Indice [n=indice@spynet.sm.chereda.net] has joined #kubuntu === ubuntu [n=ubuntu@h222n7c1o1039.bredband.skanova.com] has joined #kubuntu === faemir [n=faemir@85-211-165-65.dyn.gotadsl.co.uk] has joined #kubuntu [06:37] harmental: have you asked in #ubntu+1 [06:37] harmental: have you asked in #ubuntu+1 === bennett [n=bennett@adsl-68-75-47-206.dsl.emhril.ameritech.net] has joined #kubuntu === kaskader [n=kaskader@dynamic-87-105-51-29.ssp.dialog.net.pl] has joined #kubuntu [06:38] it also renders out in Cineon, OpenEXR, Radiance HDR, DPX, NTSC, PAL, ... etc.. === xenol_ [n=xenol@adsl-d251.87-197-157.t-com.sk] has joined #kubuntu [06:39] jussi01: nop..... [06:39] deathguppie: I'll have to take a closer look at that app. I mean.. I was very impressed with just the 3d aspects of it [06:39] i guessed that since this is already beta...this is channel to go... === salsero [n=salsero@ip203.27.1411G-CUD12K-04.ish.de] has joined #kubuntu === florian_ [n=florian@p5088F1F5.dip.t-dialin.net] has joined #kubuntu [06:40] !gutsy | harmental [06:40] harmental: Gutsy Gibbon is the code name for the next release of Ubuntu (7.10) | (due October 2007) | It is development software, as such unstable, support _only_ in #ubuntu+1 [06:40] melody: I recommend it ;) [06:40] hi my kubuntu doesnt boot. i need your help. [06:41] salsero: what's the problem? :P [06:41] should be my xgl be laggy after i launched it? === bigleon [n=bigleon@proteus.emporia.edu] has joined #kubuntu [06:41] MrDuck, my kubuntu boots till the kubuntu logo. after that nothing happens (u can answer also in german) === ubuntu__ [n=ubuntu@89.148.3.35] has joined #kubuntu [06:42] sweet === ||arifaX [n=pcfreak@p54B5EAC0.dip.t-dialin.net] has joined #kubuntu === bennett is now known as snowdonkey === ubuntu_ [n=ubuntu@dslb-088-064-123-232.pools.arcor-ip.net] has joined #kubuntu [06:43] !de | salsero, MrDuck [06:43] salsero, MrDuck: Deutschsprachige Hilfe fuer Probleme mit Ubuntu, Kubuntu und Edubuntu finden Sie in den Kanaelen #ubuntu-de, #kubuntu-de, #xubuntu-de und #edubuntu-de [06:43] MrDuck, after alt+f1 i see: trying to resume from /dev/disk.... no resume image,doing normal boot === yeo__ [n=yeo@cpc1-cdif3-0-0-cust924.cdif.cable.ntl.com] has joined #kubuntu === DjDarkman [n=djdarkma@cl-86-125-151-152.cablelink.mures.rdsnet.ro] has joined #kubuntu === tecra [n=tecra@81.203.84.127.dyn.user.ono.com] has joined #kubuntu [06:44] i donot get help in the german channel. i would be glad if u can helb me here === kyuubi [n=kyuubi@58.69.3.166] has joined #kubuntu === joao_ [n=joao@fbstnb88.tu-graz.ac.at] has joined #kubuntu [06:45] yesterday i have installed something like kde-dev === jhutchins_x [n=jonathan@70.43.51.2.nw.nuvox.net] has joined #kubuntu === DjDarkman [n=djdarkma@cl-86-125-151-152.cablelink.mures.rdsnet.ro] has joined #kubuntu === sven_oostenbrink [n=sven@201.175.36.100] has joined #kubuntu === kaminix [n=alex@90-227-187-59-no129.tbcn.telia.com] has joined #kubuntu === ubunturos [n=ubunturo@59.184.31.173] has joined #kubuntu === aysun_ [n=aysun@88.245.4.123] has joined #kubuntu === gaiteru [n=marcos@89.128.14.195] has joined #kubuntu === thomax_ [n=thomas@217-148-245-149.happymany.net] has joined #kubuntu === Frost^ [n=sweiss@DSL217-132-187-131.bb.netvision.net.il] has joined #kubuntu [06:50] sry was cooking my dinner,wellnot many ideas,isn't it failing after some fsck? [06:50] Where ought I install Java if I install it manually from Sun's website? Can I make my apps use that Java and not download any from the repos? === aysun_ is now known as adam16 === dudemeister [n=thomas@pD9EB597C.dip.t-dialin.net] has joined #kubuntu === hsystem-x [n=hsystem-@24.138.238.208] has joined #kubuntu === polopolo [n=IceChat7@ip5457cfa6.direct-adsl.nl] has joined #kubuntu === polopolo [n=IceChat7@ip5457cfa6.direct-adsl.nl] has left #kubuntu [] [06:51] hiho, i think i have some problems with a gtk application (zattoo player), it does not draw the contents of the window, and only works when i use the --sync option. any ideas? === stuq [n=stuq@fw.hvs.bsdwebsolutions.com] has joined #kubuntu === RytmenPinnen [n=alex@t13.ip4.netikka.fi] has joined #kubuntu === xenol [n=xenol@adsl-d251.87-197-157.t-com.sk] has joined #kubuntu === winbond [n=winbond@c-76-99-13-234.hsd1.pa.comcast.net] has joined #kubuntu === roger [n=roger@82.139.246.133] has joined #kubuntu === Flegma [n=Michalek@devil.spacecom.cz] has joined #kubuntu === soulrider_ [n=mauro@r190-64-132-34.dialup.adsl.anteldata.net.uy] has joined #kubuntu === DjDarkman [n=djdarkma@cl-86-125-151-152.cablelink.mures.rdsnet.ro] has joined #kubuntu === jmw_ [n=jmw@75-105-152-25.cust.wildblue.net] has joined #kubuntu === jarkko [n=jarkko@cs181004151.pp.htv.fi] has joined #kubuntu [06:57] I am using ssh to connect to various servers. Sometimes, most of the times, connecting takes about .5 seconds,but sometimes it can take up to 30 seconds.. the servers have the same hardware and same OS, why does it take so long to connect sometimes?? === theory_ [n=theory@64.233.152.129] has joined #kubuntu === theory__ [n=theory@64.233.152.129] has joined #kubuntu === mendred [n=mendred@59.93.79.20] has joined #kubuntu [06:59] Does anyone know the PHP package for XSLT? [06:59] Question. My touchpad on my laptop is too sensitive. I wish to disable 'tap to click'...little help? === knub [n=f@200.233.75.219] has joined #kubuntu === buzztracker [n=buzztrac@pelikan.garga.net] has joined #kubuntu === sven_oostenbrink [n=sven@201.175.36.100] has joined #kubuntu [07:00] I am using ssh to connect to various servers. Sometimes, most of the times, connecting takes about .5 seconds,but sometimes it can take up to 30 seconds.. the servers have the same hardware and same OS, why does it take so long to connect sometimes?? [07:00] stdin: hi! :) === genii is now known as Cthulhu [07:01] Nevermind, it's php5-xsl === Cthulhu is now known as genii === utilisateur_ [n=utilisat@84.4.248.2] has joined #kubuntu === zu [n=pistorio@89-97-229-108.ip19.fastwebnet.it] has joined #kubuntu === aunes2 [n=jlilly@kessel.mianovision.com] has joined #kubuntu === Carnage\ [n=carnage@Xc54a.x.pppool.de] has joined #kubuntu === lio25 [n=lionel@df01t2-212-195-116-107.d4.club-internet.fr] has joined #kubuntu [07:02] oh my,guys,was running an app under wine,then killed it but sound from it keeps playing,any idea how to shoot it? [07:03] nvm got it :-) === MrDuck is now known as Kachna === theory_ [n=theory@64.233.152.129] has left #kubuntu ["Konversation] === tim_ [n=tim@ool-182d1c16.dyn.optonline.net] has joined #kubuntu [07:04] hi [07:04] Which 3d desktop effects doi install? [07:04] compiz or beryl? === exah [n=exah@83.167.112.67] has joined #kubuntu [07:06] !compiz | tim_: [07:06] tim_:: Compiz (compositing window manager) and XGL (X server architecture layered on top of OpenGL) - Howto at http://help.ubuntu.com/community/CompositeManager - Help in #ubuntu-effects === Neutrinux [n=Neutrinu@228.229.102-84.rev.gaoland.net] has joined #kubuntu === mendred_ [n=mendred@59.93.79.20] has joined #kubuntu === DjDarkman [n=djdarkma@cl-86-125-151-152.cablelink.mures.rdsnet.ro] has joined #kubuntu === AV1611 [n=chatzill@13-34-124-91.pool.ukrtel.net] has joined #kubuntu === matias [n=matias@host71.190-31-52.telecom.net.ar] has joined #kubuntu [07:10] how do i make my clock trum from 13-9 to 1 pm [07:11] right click clock [07:11] click date & time format === massimo [n=massimo@87.18.244.14] has joined #kubuntu [07:11] and? then? [07:11] on the section times & dates [07:12] change time format to pH === massimo is now known as RedMax [07:12] yes i did and nothig changed [07:12] then apply. [07:12] then restart your desktop === emonkey [n=emonkey@static-pro-212-101-27-121.adsl.solnet.ch] has joined #kubuntu [07:13] log out then come back? === Thug-Life [n=ThugLife@ACBC1189.ipt.aol.com] has joined #kubuntu === tim_ [n=tim@ool-182d1c16.dyn.optonline.net] has joined #kubuntu [07:14] ok now it works cool [07:14] ok. [07:14] how do i make not to display the year only month and date === guy_ [n=guy@85-18-14-46.fastres.net] has joined #kubuntu === jc__ [n=jc@shm67-1-81-56-37-154.fbx.proxad.net] has joined #kubuntu === Raumkraut [n=Raumkrau@cust227-dsl44.idnet.net] has joined #kubuntu === tmske_ [n=thomas@102.66-65-87.adsl-dyn.isp.belgacom.be] has joined #kubuntu === tim_ [n=tim@ool-182d1c16.dyn.optonline.net] has joined #kubuntu [07:15] ok cool i figured out === sami_ [n=sami@dsl-jklgw4-fe95f800-44.dhcp.inet.fi] has joined #kubuntu === eMaX_ [n=emax@gprs01.swisscom-mobile.ch] has joined #kubuntu [07:18] how do i mount img. files? [07:18] what app do i use? === almsivi [n=almsivi@41.127.broadband7.iol.cz] has joined #kubuntu === d-miller [n=david@88-105-143-25.dynamic.dsl.as9105.com] has joined #kubuntu === ghostcube [n=ghostcub@p54A6C938.dip.t-dialin.net] has joined #kubuntu === zaza [n=zaza@mai59-1-82-241-159-227.fbx.proxad.net] has joined #kubuntu [07:21] hi maybe here someo9ne can help in #kde theire strange [07:21] Salut === mendred_ is now known as mendred [07:22] i need to know how i can get this on any distribution $(kde_datadir) [07:22] i need it for kiba-dock to parse the kde icon themes [07:22] and mime types === tzanger [n=tzanger@gromit.mixdown.ca] has joined #kubuntu === Dr_willis [n=willis@74-140-6-108.dhcp.insightbb.com] has joined #kubuntu [07:22] i dont get it through the developer page may someone can help [07:22] trying to b uild the sample test application in kdevelop and it's saying that /lib/cpp fials the sanity check... am I missing something obvious? === zu [n=pistorio@89-97-229-108.ip19.fastwebnet.it] has joined #kubuntu [07:23] aha [07:23] C++ compiler might help === almsivi [n=almsivi@41.127.broadband7.iol.cz] has joined #kubuntu === Savas_THY [n=savas@88.234.190.46] has left #kubuntu ["Konversation] === sea4ever [i=daniel@dialup-66-205-15-116.dialup.sunbeach.net] has joined #kubuntu === sjck [i=sjck@d053092.adsl.hansenet.de] has joined #kubuntu [07:26] tzanger: build-essential istalled? [07:27] and proverly need a dozen+ other -dev files as well. === oslo [n=oslo@alf94-5-82-225-102-119.fbx.proxad.net] has joined #kubuntu [07:28] i need to know how i can get this on any distribution $(kde_datadir) to load kde icon themes to kiba-dock [07:28] :| [07:28] noone ? === m56204 [n=martin@217.161.broadband6.iol.cz] has joined #kubuntu [07:29] check in #KDE [07:29] thats some sort of system variable. kde has some tools that show what its set to. === kcg [n=gordon@i-83-67-130-90.freedom2surf.net] has joined #kubuntu [07:30] its possible kibadock is using some wrong location. === xenol [n=xenol@adsl-d251.87-197-157.t-com.sk] has joined #kubuntu === raiden [n=raiden@80.86.252.12] has joined #kubuntu [07:31] Dr_willis: kiba isnt using kde so far [07:31] i want to bring it in [07:31] it uses gtk search icon === sea_4_ever` [i=daniel@dialup-66-205-15-46.dialup.sunbeach.net] has joined #kubuntu [07:31] in kde no one answers me [07:31] since 30 minutes or so [07:31] :| === emilsedgh [n=emilsedg@84.47.209.207] has joined #kubuntu [07:31] i must get the path to the kde datadir so i can load the icons from it [07:31] :| === tzanger [n=tzanger@gromit.mixdown.ca] has left #kubuntu [] [07:33] How do i create an ISO of a CD that i have?? === ctw [n=ctw@kahamac1.PSYCH.UPENN.EDU] has joined #kubuntu === jirka__ [n=jirka@195.70.148.24] has joined #kubuntu [07:34] tim_: with K3B === hsystem-x [n=hsystem-@24.138.238.208] has joined #kubuntu [07:34] tim_: go and write the cd, but check 'Only Create Image' checkbox === leonard [n=leonard@i577BD03C.versanet.de] has joined #kubuntu [07:35] whrer \e do i find k3b in the menu? [07:35] multimedia === phate [n=mbrusasc@host186-229-dynamic.10-79-r.retail.telecomitalia.it] has joined #kubuntu [07:36] how do i keep the old package of fuseISO and not upgrade it ? and dont get an upgrade message all th time? [07:37] do u know? [07:37] hello [07:38] how do i set some file not to upgrade and keep an old version of it? === czer323 [n=czer323@cpe-24-26-158-208.columbus.res.rr.com] has joined #kubuntu [07:38] tim_: if someine knows, will answer, please do not repeat [07:38] ok === martin56204 [n=martin56@217.161.broadband6.iol.cz] has joined #kubuntu === dri [n=dri@78-3-25-79.adsl.net.t-com.hr] has joined #kubuntu === stuq [n=stuq@fw.hvs.bsdwebsolutions.com] has joined #kubuntu === m-onkey [n=emonkey@static-pro-212-101-27-121.adsl.solnet.ch] has joined #kubuntu === T3 [n=t3@201.82.208.136] has joined #kubuntu [07:42] !ubuntu [07:42] Ubuntu is a complete Linux-based operating system, freely available with both community and professional support. It is developed by a large community and we invite you to participate too! - Also see http://www.ubuntu.com [07:42] !desktop effects [07:42] Sorry, I don't know anything about desktop effects - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi [07:42] !effects [07:42] For help or discussion on Beryl or Compiz desktop effects, please go to #ubuntu-effects === esteve [n=esteve@68.Red-80-36-218.staticIP.rima-tde.net] has joined #kubuntu === osh_ [n=osh@user209.85-195-3.netatonce.net] has joined #kubuntu [07:43] you can 'dd' a cd to an .iso file real fast also. :) === martin56204 [n=martin56@217.161.broadband6.iol.cz] has joined #kubuntu === galathalion [n=galathal@90-224-168-212-no128.tbcn.telia.com] has joined #kubuntu [07:44] How do i isntall desktop effects for kubuntu 7.10 ? === sstchur [n=sstchur@c-24-16-33-204.hsd1.mn.comcast.net] has joined #kubuntu === hammerFar [n=hhb@0x55513dc3.adsl.cybercity.dk] has joined #kubuntu [07:45] well its not rel4eased yet. so no support yet for it. Id say search the package manager and install the kde-compiz thing i just noticed. :) [07:45] but thats all i know on the topic [07:45] compiz-kde - OpenGL window and compositing manager - KDE window decorator [07:45] I'm trying to get drivers working for my nVidia GeForce 7300. Searching through adept, I see a number of options, but I'm not sure which to choose: nvidia-glx, nvidia-glx-new? Something else? === jessejazza [n=chatzill@host86-153-64-193.range86-153.btcentralplus.com] has joined #kubuntu [07:45] for compiz may join #compiz-fusion [07:46] we can help if needed [07:46] sstchur, i always install/run the 'restricted-manager' tool and let it handle it. [07:46] sstchur, you proberly want the nvidia-glx-new, the !nvidia wiki page has info [07:46] !nvidia [07:46] Dr_willis: ah, ok.. .I'm not familiar with that... is there a howto on that? [07:46] Dr_willis: maybe u got an idea u the omly one seeming nooing some things helpful [07:46] in kde still no answer [07:46] To install the Ati/NVidia drivers for your video card, see https://help.ubuntu.com/community/BinaryDriverHowto === xenol [n=xenol@adsl-d251.87-197-157.t-com.sk] has joined #kubuntu === jluisn [n=jluisn@150.165.63.86] has joined #kubuntu === patrick__ [n=patrick@p5B059CEC.dip.t-dialin.net] has joined #kubuntu [07:48] Dr_willis: thanks! THe instructions point to (what seems to be) gnome specific instructions. How to access Restricted Drivers Manager in KDE? [07:48] sstchur: feisty? [07:48] sstchur, 'use the shell luke' [07:48] sstchur: feisty has no restricted manager :) [07:48] :) install the package.. run it from the shell [07:48] emilsedgh: yes, feisty === coreymon77 [n=coreymon@ubuntu/member/coreymon77] has joined #kubuntu [07:49] emilsedgh: oh, so what do I do then? [07:49] Hmm.. ive been installing restricted-manager under feisty for ages. [07:49] !find restricted-manager [07:49] Found: restricted-manager [07:49] !info restricted-manager [07:49] restricted-manager: manage non-free hardware drivers. In component main, is optional. Version 0.20 (feisty), package size 32 kB, installed size 300 kB [07:49] feisty simply do apt-get install nvidia-glx-new linux-restricted-drivers-$(uname -r) === RurouniJones is now known as RurouniJonezZzZ === liu [n=liu@221.226.2.25] has joined #kubuntu === Aranel [n=Aranel@unaffiliated/aranel] has joined #kubuntu === Cyclopes [n=thandar@athedsl-270957.home.otenet.gr] has joined #kubuntu [07:50] Dr_willis: so another thing that is a little weird. I tried downloading and running a setup utility from nvidia's site. It seemed to work (I was running Beryl) until I rebooted, at which time I got a blank screen, and had to resort back to my old xorg.conf file (w/o the nvidia drivers). Any ideas why that'd be? [07:50] How to make a shortcut like cntr+shift to switch between the languages????? [07:51] sstchur, in short DONT use the installers from nvidia site, dont use envy, or automatix either. :) [07:51] Dr_willis: on 8800 gt [07:51] i never use them so cant tell ya more then somthing/version/other messed up. :) [07:51] u must use run file [07:51] for an 8800 - i would say use gutsy. [07:51] its not in glx-new ion feisty === kai_ [n=kai@dslb-084-057-056-140.pools.arcor-ip.net] has joined #kubuntu [07:52] bah [07:52] :) [07:52] dont fight with the older drivers. :) [07:52] install .19 drivers by run [07:52] it works [07:52] good [07:52] (guess what i just installed on today) :) === Kr4t05 [i=andrew@dsl-206-251-2-139.dsl0.crls.pa.net] has joined #kubuntu [07:52] the .14 sux [07:52] ghostcube, you hold sstchur 's hand then and show him. :) [07:52] tim_: K / System Settings / Keyboard & Mouse / Keyboard Shortcuts / Type "key" in the search box [07:52] nope lol === ola_ [n=ola@84-217-6-78.tn.glocalnet.net] has joined #kubuntu === ola_ is now known as ola_g [07:53] sstchur: for ure 7300 u need glx-new on feisty [07:53] Hey everyone === plukin [n=plukin@dslb-084-057-056-140.pools.arcor-ip.net] has joined #kubuntu [07:53] sstchur: apt-get install nvidia-glx-new linux-restricted-drivers-$(uname -r) [07:53] I got a question, bout a program called MusicIP and setting up a "JAVA_HOME" [07:53] [07:54] but for all never uise the 100 drivers with compiz if not needed :) for the moment [07:55] hmm Dr_willis is ther an dev chan for kde ? [07:55] maybe hey can help me to get the icion thing [07:55] ghostcube: #kde-devel === sjck [i=sjck@d084138.adsl.hansenet.de] has joined #kubuntu [07:55] thx [07:55] ghostcube: ok, so the fact that I've /already/ used nvidia's installer mean I'm screwed? How do I "undo" it? (other than reverting back to my old xorg.conf ? [07:55] ghostcube: #kde4-devel #kde-devel :) [07:55] anyone eva had issues with nvidia NICs wont connect to adsl ppoe? [07:55] sstchur: --uninstall [07:55] behinf the run file [07:56] emilsedgh: thx i need both i think kiba should work on kde 4 too === ingo [n=ingo@p54A4E13E.dip.t-dialin.net] has joined #kubuntu [07:56] ghostcube: ok, I'll give that a try. So exit X? Uninstall the nvidia setup thing, atp-get nvidia-glx-new ... and then restart? [07:56] sstchur: apt-get install nvidia-glx-new linux-restricted-drivers-$(uname -r) [07:56] then rstartz yes [07:56] ghostcube: ok [07:56] ghostcube: :) [07:56] alright, i'll try and let you know how it goes === sea4ever [i=daniel@dialup-66-205-15-2.dialup.sunbeach.net] has joined #kubuntu === xenol [n=xenol@adsl-d251.87-197-157.t-com.sk] has joined #kubuntu === sea4ever reeds to get a driver for sound, and graphics too === buzztracker [n=buzztrac@pelikan.garga.net] has joined #kubuntu === aco_ [n=aco@c-64dc70d5.012-14-67626710.cust.bredbandsbolaget.se] has joined #kubuntu === Daskreech2 [n=skreech@port0002-abm-static-adsl.cwjamaica.com] has joined #kubuntu === BluesKaj [n=kaj@unaffiliated/blueskaj] has joined #kubuntu === harmental [n=ricardo@AGrenoble-152-1-99-41.w86-206.abo.wanadoo.fr] has joined #kubuntu [08:01] hello.. === geraldo [n=geraldo@146.164.25.136] has joined #kubuntu === jerod [n=jerod@host61-121-dynamic.7-87-r.retail.telecomitalia.it] has joined #kubuntu === piers [n=piers@CPE001b1160b9de-CM0011aefd42ec.cpe.net.cable.rogers.com] has joined #kubuntu [08:02] i dont think uninstalling it is that easy.. :) but i got to go to work now. byeeee === Daskreech2 is now known as DaSkreech === nixternal [n=nixterna@ubuntu/member/pdpc.active.nixternal] has joined #kubuntu === DaSkreech [n=skreech@katapult/ninja/daskreech] has left #kubuntu ["Konversation] === kreib [n=spraig@249.84-48-119.nextgentel.com] has joined #kubuntu === phoenixz [n=sven@201.175.36.100] has joined #kubuntu === DjDarkman [n=djdarkma@cl-86-125-151-152.cablelink.mures.rdsnet.ro] has joined #kubuntu [08:03] erhm, no help with finding a graphics driver? I have a trident Cyberblade card... [08:03] Guys plz help MY monitor got cUTEd in half!! when i went to confirure monitors... [08:03] Any experienced programmer here that could give me some advices? I want to program a window application but i don't really know how to with linux..any guides on this for Linux? or if its desktop set(kde, gnome, xfce?) [08:03] what do i do?? === xenol [n=xenol@adsl-d251.87-197-157.t-com.sk] has joined #kubuntu === sstchur [n=sstchur@c-24-16-33-204.hsd1.mn.comcast.net] has joined #kubuntu === aos101 [n=adam@gw.interweb.ukisp.com] has left #kubuntu ["Konversation] [08:04] ?? [08:05] sstchur: ? [08:05] emilsedgh: thx i got the answer i wanted [08:05] :) === rickey [n=rickey@107.245.dialup.mvtel.net] has joined #kubuntu === DjDarkman [n=djdarkma@cl-86-125-151-152.cablelink.mures.rdsnet.ro] has joined #kubuntu [08:05] ghostcube: nice, kde devs helped? they always do :P [08:05] ghostcube: well, I'm in KDE and things are running, but I'm at 1024x768... in systems settings it indicates the driver I"m using is "nv" [08:06] sstchur: ok now it beginbs [08:06] post ure xorg.conf to pastebin.ca [08:06] hehe [08:06] which kaffeine plugin is need to play dvd movies [08:06] u wanna have fusion too ? lol trhen we can go through all [08:06] ghostcube: i want everything! I will post the xorg.conf.. one sec [08:07] ok [08:07] which kaffeine plugin is needed to play dvd movies? === santiago [n=santiago@190.86.83.82] has joined #kubuntu [08:08] read above [08:08] ok === piers is now known as kubuntiac [08:08] ghostcube: http://pastebin.ca/718778 === Sanne [n=sanne@p5B3E9F83.dip0.t-ipconnect.de] has left #kubuntu ["Bye"] === Xeross [n=chatzill@53526CA6.cable.casema.nl] has joined #kubuntu === nikkiana [n=nikkiana@c-24-34-69-166.hsd1.nh.comcast.net] has joined #kubuntu === xenol [n=xenol@adsl-d251.87-197-157.t-com.sk] has joined #kubuntu [08:10] sstchur: i edit and post back [08:10] fastzer [08:10] Does anybody know why connecting to a server with ssh can sometimes take like 30- 60 seconds?? [08:10] Reading package lists... Done [08:10] Building dependency tree [08:10] Reading state information... Done [08:10] You might want to run `apt-get -f install' to correct these: [08:10] The following packages have unmet dependencies: [08:10] j2re1.4-mozilla-plugin: Depends: j2re1.4 but it is not going to be installed [08:10] E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution). [08:10] rickey@home:~$ === HymnToLife [n=fkraiem@unaffiliated/hymntolife] has joined #kubuntu [08:10] what went wrong [08:10] ghostcube: ok [08:10] what resolution u ned ? [08:11] !java [08:11] 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. === cyberg7358 [n=cyberg73@cpe-72-185-207-195.tampabay.res.rr.com] has joined #kubuntu === Gazza [n=gary@host86-128-144-177.range86-128.btcentralplus.com] has joined #kubuntu [08:11] rickey, i think you should simply install sun-java6-jre === X_capre_tenebrum [n=konv@c2821-g0-1-2.et.sbor.net] has joined #kubuntu === jereme_ [n=jereme@74.95.32.249] has joined #kubuntu === llutz [n=lutz@p548034E9.dip0.t-ipconnect.de] has joined #kubuntu [08:12] ill try === wonder_ [n=wonder@62.162.52.134] has joined #kubuntu === Xeross [n=chatzill@53526CA6.cable.casema.nl] has joined #kubuntu [08:12] is there a way for me to look behind kubuntu's graphical boot screen? when I boot in safe-mode I'm fine, but when I boot normally, I'm stuck [08:12] ghostcube: 1680x1050 [08:12] can someone help me with installing kubunty [08:12] kubuntu* === harmental [n=ricardo@AGrenoble-152-1-99-41.w86-206.abo.wanadoo.fr] has joined #kubuntu [08:13] !install [08:13] Ubuntu can be installed in lots of ways. Please see https://help.ubuntu.com/community/Installation for documentation. Problems during install? See https://wiki.ubuntu.com/CommonProblemsInstall and https://wiki.ubuntu.com/DapperReleaseNotes/UbiquityKnownIssues - Don't want to use a CD? Try http://tinyurl.com/3exghs - See also !automate [08:13] jereme_, try Alt+F1 [08:13] jereme_: or, to see what's being loaded, probably Alt+F8. or Alt+somethingelse. === X_capre_tenebrum is now known as carpe_tenebrum_ === carpe_tenebrum_ is now known as X_capre_tenebrum === nate_ [n=nksmith0@acl6.cs.earlham.edu] has joined #kubuntu [08:14] thx === wonder_ is now known as WOndeR` === tim [n=tim@ool-182d1c16.dyn.optonline.net] has joined #kubuntu === WOndeR` is now known as WondeR` [08:14] sstchur: http://pastebin.ca/718788 [08:14] How do i edit xorg? [08:14] backup ure old one [08:15] tim: vi /etc/X11/xorg.conf === Fradeve87 [n=fradeve@87.19.62.143] has joined #kubuntu [08:15] or with xorg-edit [08:15] tim: nano /etc/X11/xorg.conf === blizzzek [n=blizzz@p5B16AE32.dip0.t-ipconnect.de] has joined #kubuntu [08:15] well, sudo nano [08:15] no dice on the alt+f8 === sea_4_ever` [i=daniel@dialup-66-205-15-45.dialup.sunbeach.net] has joined #kubuntu [08:16] none of the f-keys + alt get me there as far as I can see === rickey [n=rickey@107.245.dialup.mvtel.net] has joined #kubuntu [08:16] ok it,s downloading [08:16] jereme_: try ctrl+alt [08:17] hwo do i save changes in taht?? [08:17] ctrl+alt+f2 , etc [08:17] k [08:17] ghostcube: so is mostly what you did, just add the screen sections to increase the resolution, or was there other stuff too? [08:17] tim: vi, or nano? === donsdw [n=donsdx@ip68-101-195-153.sd.sd.cox.net] has joined #kubuntu [08:17] do i need to install ubuntu before installing kubuntu ?? [08:17] Xeross: no [08:17] k [08:17] sstchur: other stuff [08:17] at the end [08:17] at modul === BluesKaj [n=kaj@unaffiliated/blueskaj] has joined #kubuntu [08:17] and at screwen [08:17] Xeross, no [08:17] :) === donsdw [n=donsdx@ip68-101-195-153.sd.sd.cox.net] has joined #kubuntu [08:17] take mine [08:17] what is the username of the installation cd [08:18] sun-java6-jre boy thats a big download [08:18] how do i manually idetify my Monitor? [08:18] tim: look in the manual, on the back of the monitor or do a google search [08:18] tim i just look at it [08:18] he he he he [08:18] then enter the settings into your xorg.conf accordingly [08:18] ghostcube: what all did you change? (so I can start to learn this better) [08:19] sorry guy,s i cloudnt resies [08:19] tim, k-menu/system settings/monitor&display/hardware-tab/admin mode/monitor/configure [08:19] ok and then ? where doi put the numbers down? [08:19] !xorg [08:19] 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 [08:19] hrm [08:20] i changed modules [08:20] i removed dri [08:20] and marked 12c bitmap [08:20] yeah but it is Not on the list!! what do i do? [08:20] and changed ddc tp dbe [08:20] tim: sorry, I can't remember but if you google for a tutorial, there are plenty around [08:20] ghostcube: ok, I'm gonna try restarting [08:20] in screen [08:20] :) === jeffrey_ [n=jeffrey@69.23.135.42] has joined #kubuntu === Fradeve11 [n=fradeve@host253-83-dynamic.181-80-r.retail.telecomitalia.it] has joined #kubuntu === ubunturos [n=ubunturo@59.184.49.136] has joined #kubuntu === harmental [n=ricardo@AGrenoble-152-1-99-41.w86-206.abo.wanadoo.fr] has joined #kubuntu [08:21] i don't know how to identify the monitor [08:21] i habe acer AL1951 [08:21] tim: you'll be wanting to put the horizontal and vertical refresh rates in, but I can't remember the exact syntax [08:22] tim: so go check the manufacturer's website, and failing that google it. === ubuntu [n=ubuntu@AMontpellier-156-1-153-192.w90-15.abo.wanadoo.fr] has joined #kubuntu [08:22] assuming you don't have the manual to hand. [08:22] tim whats the prob u need frq for moni ? [08:22] my 7.04 installation cd asks for username and password what are they(i mean what is the username and what is the password) [08:23] what's the easiest way from a prompt to shutdown to single user mode? [08:23] init 2 [08:23] I thought 'shutdown now' did that === SlimeyPete wonders why some install CDs seem to ask for a user & pass [08:23] ... [08:24] I don't think mine ever have, but lots of people seem to report it === paulatreides [n=paulatre@dyn-91-171-221-139.ppp.tiscali.fr] has joined #kubuntu === sstchur [n=sstchur@c-24-16-33-204.hsd1.mn.comcast.net] has joined #kubuntu === xenol [n=xenol@adsl-d251.87-197-157.t-com.sk] has joined #kubuntu === paulatreides [n=paulatre@dyn-91-171-221-139.ppp.tiscali.fr] has joined #kubuntu [08:24] Xeross: try root and blank === rickey_ [n=rickey@14.245.dialup.mvtel.net] has joined #kubuntu [08:24] it sais you cant login as root === jgoday_ [n=jgoday@252.Red-83-41-247.dynamicIP.rima-tde.net] has joined #kubuntu [08:24] ghostcube: no dice.... after restarting X, I get a blank screen with a blinking cursor in the upper left hand corner (this is after the kubuntu splash screen) [08:24] now burning the dvd === harmental [n=ricardo@AGrenoble-152-1-99-41.w86-206.abo.wanadoo.fr] has joined #kubuntu === michael__ [n=michael@82.251.154.202] has joined #kubuntu [08:25] sstchur: oha [08:25] u uinstalled nvidia [08:25] ? === jgoday_ [n=jgoday@252.Red-83-41-247.dynamicIP.rima-tde.net] has left #kubuntu ["Konversation] === michael__ is now known as Detapi [08:25] i want to identify it [08:25] ghostcube: I ran, sudo sh NVIDIA_whatever_it_was -- uninstall === jeffrey__ [n=jeffrey@69.23.135.42] has joined #kubuntu [08:26] ah and have u installed the nvidia-glx-new after this [08:26] ` [08:26] ghostcube: It said it would "do the best it could, but it noticed that there had been changes (like installing the nvidia-glx-new through the package manager) [08:26] ghostcube: It seemed to have uninstalled successfully though === mendred [n=mendred@59.93.79.20] has joined #kubuntu [08:26] and u installed nvidia-glx-new [08:26] ? [08:26] tim: so look on the manufacturer's website or in the manual, as I said. You'll need tolook at the technical specifications of it. [08:27] sstchur: have u installed nvidia drivers [08:27] after uninstalling the run file [08:27] ? [08:27] is there any way to safe fsck the partition mounted at / without having a boot cd? [08:27] pls go to term and txpe startx as normal user [08:27] also when i run the cd it sais unknown error and my second monitor freaks out [08:28] I thought I could unmount in in single user mode, but now I realize I can't unmount that partition [08:28] ghostcube: yes, I ran sudo aptitude reinstall nvidia-glx-new linux-restricted-something-or-other-ican't-remember-the-exact-command [08:28] and u rebootet pc agter this [08:28] ? === vistakiller [n=spiros@ppp4-107.adsl.forthnet.gr] has joined #kubuntu [08:28] ghostcube: when I run startx from a terminal, I get the same blinking cursor screen [08:28] ghostcube: yes, rebooted after === harmental [n=ricardo@AGrenoble-152-1-99-41.w86-206.abo.wanadoo.fr] has joined #kubuntu === emonkey [n=emonkey@static-pro-212-101-27-121.adsl.solnet.ch] has joined #kubuntu [08:29] dpkg -l "*nvidia*" [08:29] to pastebin.ca [08:29] the dvd is livecd and install right ? [08:29] ghostcube: I get "no packages found"\ [08:29] Xeross: kubuntu ? dont use livecd always try alternate install === roconnor [n=roconnor@vhe-540354.sshn.net] has joined #kubuntu [08:29] sstchur: aha [08:30] means, it didn't work? === administrador [n=administ@lotus.ccuec.unicamp.br] has joined #kubuntu [08:30] the install? [08:30] well what's the dvd for then === feffer [n=feffer@adsl-76-202-192-123.dsl.pltn13.sbcglobal.net] has joined #kubuntu [08:30] sudo apt-get install nvidia-glx-new linux-restricted-modules-$(uname -r) === Gazza [n=gary@host86-128-144-177.range86-128.btcentralplus.com] has joined #kubuntu [08:31] not aptitude [08:31] apt-get [08:31] ? [08:31] i hate aptitufde [08:31] Xeross: to test === kuyky [n=kuyky@81.84.150.241] has joined #kubuntu [08:31] i never had en 100 % bugfree install with it [08:31] ghostcube: what's the difference? I read somewhere that you should use aptitude? [08:31] only with alternate install [08:31] damn then im burning it for nothing [08:31] i hate aptitude [08:32] well ill download alternate install then === uwe [n=uwe@217-162-135-1.dclient.hispeed.ch] has joined #kubuntu [08:32] Xeross: lol yes try this way in textmode it instralls better [08:32] ? [08:32] textmode [08:32] ghostcube: says "nvidia-glx-new is already the newest version" === emonkey [n=emonkey@static-pro-212-101-27-121.adsl.solnet.ch] has joined #kubuntu [08:33] "linux-restricted-... is already the newest version" === pramod [n=pramod@ADSL-145-230.myt.mu] has joined #kubuntu [08:33] hello [08:33] ghostcube: also says "linux-restricted-... set to manual installed" [08:33] hey [08:33] well i got a problem with jBaci... anyone can help me please... [08:34] so only the alternate install one works [08:34] anyone knows abt jBaci here? === Fradeve11 [n=fradeve@host253-83-dynamic.181-80-r.retail.telecomitalia.it] has joined #kubuntu [08:34] jBaci is a concurrent programming simulator... created in Java... === administrador is now known as _Athos_ === oshiii-_^ [n=h1@dpc6746223141.direcpc.com] has joined #kubuntu [08:35] sstchur: pls post ure xorg.0.log from /var/log/ to pastebin.ca === guillou [n=guillou@222.195-246-81.adsl-dyn.isp.belgacom.be] has joined #kubuntu [08:35] ghostcube: xorg.0.log doens't exist in /var/log/ === kuyky [n=kuyky@81.84.150.241] has joined #kubuntu [08:36] what [08:36] locate xorg.0.log [08:36] ghostcube: tried that -- nothing === longman_ [n=longman@inet20909nb-1.eranet.pl] has joined #kubuntu [08:36] Xorg.0.log === alex_ [n=alex@S0106000d88e1394b.tb.shawcable.net] has joined #kubuntu [08:36] llutz: ah ha! [08:36] oh my fault [08:36] lol [08:36] thanks === matthieu [n=matthieu@APoitiers-156-1-124-137.w90-5.abo.wanadoo.fr] has joined #kubuntu [08:37] thx llutz [08:37] hey does anybody know how to make the menus (like Applications, Places, System) transluscent in the Gnome environment? [08:37] ghostcube: http://pastebin.ca/718816 === jaime_ [n=jaime@190.56.26.240] has joined #kubuntu [08:37] aaaargh fking windows [08:37] (yea i'm a noob) [08:37] everything is freaking out === uga2 [n=uga@58.Red-81-36-53.dynamicIP.rima-tde.net] has joined #kubuntu === matthieu [n=matthieu@APoitiers-156-1-124-137.w90-5.abo.wanadoo.fr] has left #kubuntu ["Konversation] === ubuntu [n=ubuntu@196.218.100.107] has joined #kubuntu === enoch [n=enoch@200.92.230.245] has joined #kubuntu [08:38] sstchur: u bootet with nv driver [08:38] can u post again ure xorg.conf [08:38] to pastebin.ca [08:38] hey how can i install kubuntu 7.4 with windows xp [08:38] alguien tiene informacion [08:39] sobre codeks [08:39] ubuntu you should be able to just boot up off the disk and use hte partition manager to resize the partition windows is installed in and then install ubuntu.... === dori [n=dori@wikipedia/Dori] has joined #kubuntu [08:39] ghostcube: huh... you're right [08:39] can you send me the link to your modified xorg.conf again? [08:39] yes [08:40] ok ihave a partion for ubuntu [08:40] !es | enoch [08:40] enoch: Si busca ayuda en Espaol por favor entre en los canales #ubuntu-es, #kubuntu-es o #edubuntu-es, all obtendr mas ayuda. === coreymon77 [n=coreymon@CPE000f663685cd-CM001a66704c5e.cpe.net.cable.rogers.com] has joined #kubuntu === Mountainman [i=Mtnman@adsl-64-149-38-62.dsl.tul2ok.sbcglobal.net] has joined #kubuntu [08:40] http://pastebin.ca/718788 [08:40] are you in windows xp now? === niyado [n=niyado@adsl-64-237-128-223.prtc.net] has joined #kubuntu [08:40] gracias [08:40] da nada [08:40] anyone knows abt jBaci hereee????? [08:40] please... [08:40] but when i run the partioner what is the steps to do to keep windows and install ubuntu [08:40] ghostcube: Oh wait... yeah, I booted with nv, b/c when the xorg.conf file you modified for me didn't work, I had to copy my old xorg.conf back so that I could boot and get back into this chat room [08:41] just make sure that you don't format the partition windows is on === lelik [n=freeLANe@neighborly.occupyer.volia.net] has joined #kubuntu [08:41] s [08:41] hey does anybody know how to make the menus (like Applications, Places, System) transluscent in the Gnome environment? [08:41] ok but what is the format ubuntu except and it is necsarry to make a swap [08:42] you probably want to make a swap partition, and the Ubuntu setup will automatically format the partition you want to install to === kuyky [n=kuyky@81.84.150.241] has joined #kubuntu === gaiteru [n=marcos@89.128.14.195] has joined #kubuntu [08:42] alex_, best goto #ubuntu === zu [n=pistorio@ppp-111-53.33-151.iol.it] has joined #kubuntu [08:42] BluesKaj: thanks [08:42] thanks [08:43] Does anybody know why connecting to a server with ssh can sometimes take like 30- 60 seconds?? [08:43] sstchur: ok so i need an Xorg.0.log from fail boot [08:43] so u must boot with wromng xorg [08:43] the copy ion terminal as root Xorg.0.log to homefoldeer [08:43] I found specifications what next? [08:43] ghostcube: do you want me to try that again, and save the file off before I revert back? [08:43] yep [08:43] ok [08:43] brb [08:43] :) [08:43] ubuntu: good luck === alex_ [n=alex@S0106000d88e1394b.tb.shawcable.net] has left #kubuntu ["Konversation] === uga2 is now known as uga === Jonty [n=jadh@82-41-207-227.cable.ubr11.edin.blueyonder.co.uk] has joined #kubuntu [08:45] phoenixz: those aren't normal connection times. Does the connection lag afterwards, or is it just establishment? [08:45] it might be an ISP issue... === jerry [n=jerry@host86-145-252-241.range86-145.btcentralplus.com] has joined #kubuntu === dave_ [n=dave@host86-130-49-169.range86-130.btcentralplus.com] has joined #kubuntu === DjDarkman [n=djdarkma@cl-86-125-151-152.cablelink.mures.rdsnet.ro] has joined #kubuntu [08:46] tim, it depends on what you want to do [08:46] uga, just establishing connection.. I read all over the place that its related to reverse DNS lookup, but the various suggested solutions don't work for me.. :( === galathalion [n=galathal@90-224-168-212-no128.tbcn.telia.com] has joined #kubuntu [08:46] uga, its on the local network @ my work === sstchur [n=sstchur@c-24-16-33-204.hsd1.mn.comcast.net] has joined #kubuntu === uwe127 [n=uwe@217-162-135-1.dclient.hispeed.ch] has joined #kubuntu [08:47] ghostcube: http://pastebin.ca/718822 === feffer ...be back later: Gone away for now. === leileilol [n=Hsi@c-75-68-126-191.hsd1.nh.comcast.net] has joined #kubuntu [08:48] phoenixz: I don't see how reverse dns lookups could be causing that much trouble... if anyone, it should be the server trying those, and I don't know what for. You as a client know the complete domain name. [08:48] phoenixz: as I believe other services like ftp don't fail in the same way,... have you tried moving sshd to port 21 instead? [08:49] just edit /etc/sshd-config in the server, and set "Port 21" there [08:49] sstchur: lol [08:49] my xorg is meesd up he cant find it === longman_ [n=longman@inet20909nb-1.eranet.pl] has joined #kubuntu [08:49] so pls post ure damaged one there is an fault in it === acecase [n=fu@24-176-146-177.dhcp.kgpt.tn.charter.com] has joined #kubuntu [08:49] 8i must dione shit [08:50] uga, well, what I read on the inet is that ssh uses reverse looking as part of the authentication. if dns doesnt work correctly, it fails after a while.. supposedly not a serious bug, but it is very annoying.. [08:50] sorry [08:50] ghostcube: http://pastebin.ca/718824 [08:50] uga, in any case, these are working computers, I cant go changing ssh ports and stuff like that [08:50] hey [08:50] uga, and there are _no_ network problems whatsoever [08:51] how do I install fuse module for a custom kernel? All info sais to install fuse-source but that package doesn't exist [08:51] phoenixz: I was thinking about QoS services and the likes === Kite_DH [n=Kite_DH@p57B375CF.dip.t-dialin.net] has joined #kubuntu [08:52] phoenixz: rather than trusting what google says, have you tried "reading" in between lines with ethereal/wireshark? === Jonty [n=jadh@82-41-207-227.cable.ubr11.edin.blueyonder.co.uk] has joined #kubuntu === plukin [n=Miranda@dslb-084-057-056-140.pools.arcor-ip.net] has joined #kubuntu [08:52] hi all. i have following problem: i installed Feisty from live dvd to a new computer (amd 4000+, msi k9n, nf560). the basic hw worked ok except the NIC. i downloaded the driver provided by realtek website and compiled the module. so far so good. then i did several steps and after that i got into a bit stupid state of the system. i installed with small problem the binary ati graphics driver and was trying to set up hybrid dvb card by setting [08:52] some module parameters for analog and compilig v4l drivers for digital part (both did not work anyway, it is a Kworld t210 car based on philips saa7134). The stupid state of the system is for me is tihs: first thing is that there comes from somewhere periodically key event 177 - it makes impossible to repeat any key on the real keyboard and makes unusable pop-up menus kde. The other stupid thing is that if i am trying to log into terminal [08:52] outside xwindows i write the right name and password and it rejects me with "login incorrect" message. There is also strange message at the beginning - see http://pastebin.com/m4952075e [08:52] phoenixz: if it's the dns reversing that fails, it should be the server lagging with the response === ibilic [n=chatzill@132.206.77.96] has joined #kubuntu [08:53] phoenixz: oh... ... uhm... if you edit /etc/hosts and you just set your IP and domain name there? [08:53] in the server === mayeco [n=mayeco@mayeco-kubuntu.cpe.cableonda.net] has left #kubuntu ["Konversation] [08:53] I am behind a firewall at university, and I am being told that only the "ssh and the www port has been enabled" [08:53] phoenixz: I bet that should avoid reverse dns lookups unnecessary? [08:53] sstchur: i dont find the error [08:53] m56204: you meen the pastebin post is larger than the one you just pasted? [08:53] :) === niyado [n=niyado@adsl-64-237-128-223.prtc.net] has joined #kubuntu [08:54] can someone look over thos telling me the error in line 139 === ubuntu_ [n=ubuntu@e176069034.adsl.alicedsl.de] has joined #kubuntu [08:54] does that mean that I can't run an ftp server on my machine? [08:54] http://pastebin.ca/718824+ [08:54] well, not, but i could not make the formating so nice [08:54] http://pastebin.ca/718824 [08:54] hola [08:54] ghostcube: that's for me? [08:54] ibilic: you can do some sort of file transfer over ssh. It's called fish. try fish://ipaddress/ in konqueror [08:55] sstchur: no i cant find the error [08:55] ibilic: it allows transferring files over the ssh port [08:55] it tells me [08:55] :| [08:55] tengo instalado el nuevo beta de kubuntu y suelo usar mi mouse pero es de wacom(pentablet) y pues no me quiere funcionar al inicio... a alguien le a sucedido? === acecase [n=fu@24-176-146-177.dhcp.kgpt.tn.charter.com] has left #kubuntu ["Konversation] === Fribian [n=jens@85.195-136-217.adsl-dyn.isp.belgacom.be] has joined #kubuntu [08:55] yeah, but what if I want someone with Windows to access my files? [08:55] ibilic: there's ssh clients for windows [08:56] sure, but then you have to explain to people how to set it up etc... whereas for ftp, all you need to do is type the address in a browser [08:56] ibilic: or you could run your ftp server on the ssh port =)) === jhutchins_x [n=jonathan@70.43.51.2.nw.nuvox.net] has joined #kubuntu [08:57] sstchur: it tells me in line 139 is soimething wrong [08:57] ibilic: let those people know that their OS is stupidly useless and to migrate to something sane that supports fish by default? =) [08:57] but there isnt [08:58] may comment out the last 3 lines of the xorg file for a test [08:58] ok [08:58] # [08:58] Section "Extensions" [08:58] # [08:58] Option "Composite" "Enable" [08:58] # [08:58] niyado [08:58] EndSection [08:58] !es [08:58] Si busca ayuda en Espaol por favor entre en los canales #ubuntu-es, #kubuntu-es o #edubuntu-es, all obtendr mas ayuda. === Indice [n=indice@spynet.sm.chereda.net] has joined #kubuntu [08:58] !paste [08:59] ahh [08: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) [08:59] apparently it doesn't like compositing [08:59] uga: so is it possible to run an ftp server from the ssh port? [08:59] no i dont get it [08:59] ghostcube: leave hte Option "Composite" "Enable" ? [08:59] ibilic: you can run any service in any port you want [08:59] it wont grab ot [08:59] mark the lines [08:59] right... I'll look into it [08:59] ibilic: or you could serve your files over http too [08:59] and restart [08:59] k [09:00] what kind of card? [09:00] i'm guessing ati === buzztracker [n=buzztrac@213.251.133.67] has joined #kubuntu [09:00] uga, did that, and that did not work [09:00] How do I configure kmail to autmatically dump all spam mail in a spam box?? Sifting through all spam manually is.. tiresome! === jtt [n=jtholmes@adsl-065-006-144-253.sip.asm.bellsouth.net] has joined #kubuntu [09:02] When burning ISO's is there an optimal speed? And would verify conenece be a good idea in k3b === sstchur [n=sstchur@c-24-16-33-204.hsd1.mn.comcast.net] has joined #kubuntu [09:02] ghostcube: still no good -- it's saying "no screens found" [09:02] sstchur: working ? [09:02] :| === luichi [n=luichi@208.pool85-59-112.dynamic.orange.es] has joined #kubuntu [09:03] phoenixz: Tools / Anti-spam Wizard perhaps? === eMaX [n=emax@62.40.77.83.cust.bluewin.ch] has joined #kubuntu [09:03] sstchur: so but now it boots in the xorg [09:03] I found specifications for my MOnitor so how i do pu them on????? [09:03] may we need the Xorg.0.log of it [09:03] :) [09:03] ghostcube: no it doesn't book into xorg [09:04] no it uses the xorg file but no x [09:04] i mean [09:04] ghostcube: it just dies when I type startx.... spits out a bunch of stuff and says "no screens..." [09:04] oh [09:04] yep thats important [09:04] can u plz help me on that? [09:04] LjL, That was a doh... :) totally overlooked the entry in the menu === vit_ [n=vit@201.208.134.243] has joined #kubuntu [09:04] therefore i need the Xorg.0.logf [09:04] therefore i need the Xorg.0.log [09:04] :) [09:04] but we already tried that didn't we? [09:05] heh [09:05] can u plz guys help me to put my MOnitor specs IN ? [09:06] ghostcube: maybe this will help [09:06] ghostcube: at the bottom of the Xorg.0.log.old file is: [09:06] (EE) Screen(s) found, but none have a usable configuration. [09:06] Fatal server error: no screens found === edith [n=edith@95-41.1-85.cust.bluewin.ch] has joined #kubuntu === oshiii-_^ [n=h1@dpc6746223141.direcpc.com] has joined #kubuntu === hcbox [n=hcbox@ax113-4-82-239-158-139.fbx.proxad.net] has joined #kubuntu [09:07] ghostcube: http://pastebin.ca/718847 [09:07] phoenixz: interesting url. http://www.macosxhints.com/article.php?story=20050329185832952 [09:08] Failed to initialize the NVIDIA kernel module! Please ensure [09:08] phoenixz: it claims two things. First, that the hosts solution has worked for the guy. And from the answers... the likely problem is your local dns server is not properly set up to reverse dns lookups [09:08] CAN u plz helpe me to my psecifications for my MONItor? [09:08] sstchur: the drivers isnt loaded [09:08] thats all [09:08] ghostcube: so what do I do? I ran all the sudo apt-get install nvidia-glx-new stuff [09:08] ghostcube: it ran successfully === koyotee [n=christof@182.235.125.209.transedge.com] has joined #kubuntu [09:09] lsmod nvidia === melomane [n=mahdi@89.165.45.249] has joined #kubuntu [09:09] lsmod | grepnvidia [09:09] ahh [09:09] phoenixz: also, a possible solution for the sshd config: http://www.macosxhints.com/comment.php?mode=display&format=threaded&order=ASC&pid=54166 [09:09] lsmod | grep nvidia [09:09] i got it [09:09] nvidia 3930348 0 [09:09] agpgart 35400 2 nvidia,intel_a === Frost^ [n=sweiss@DSL217-132-187-131.bb.netvision.net.il] has joined #kubuntu [09:10] sstchur: have u synaptic installed [09:10] ? [09:10] hi, any expert in kdevelop? === WondeR` [n=wonder@62.162.52.134] has left #kubuntu ["Konversation] [09:11] melomane: #kde-devel is your place [09:11] ghostcube: just adept, but I can install synaptic if need be [09:12] uga: thanks [09:12] sstchur: pls install synaptic [09:12] ghostcube: why would I need it instead of adept? [09:12] better [09:12] ever usedit ? [09:12] u will see [09:12] :) [09:12] ther must be something wrong with the drivers [09:12] but what is difficult === sayers [n=steven@c-76-20-182-119.hsd1.mi.comcast.net] has joined #kubuntu [09:12] ghostcube: I have used it a little... just figured I should use whatever comes with Kubuntu by default [09:12] can u plz helpme [09:12] sstchur: nope [09:13] not all kde tools working well [09:13] :| === khaije1 [n=khaije1@unaffiliated/khaije1] has joined #kubuntu [09:13] ghostcube: k, it's installed [09:13] open it [09:13] then search for nvidia [09:13] what is installed on ure pc [09:14] ghostcube: lol, what's failing in adept, for you =) === oshiii-_^ [n=h1@dpc6746223141.direcpc.com] has joined #kubuntu [09:14] ghostcube: Non-free Linux 2.6.20 modules on x86/x86_64 and Non-free Linux 2.6.20 modules on x86/x86_64 [09:14] uga no i hate adept looking not working [09:14] lol [09:14] ghostcube: also, nvidia-glx-new and nvidia-kernel-common [09:15] sstchur: beware that there's lots of synaptic zealots around ;P === michael__ [n=michael@wrzb-590cebbc.pool.einsundeins.de] has joined #kubuntu [09:15] uga: may u have an idea [09:15] sstchur installed the run file [09:15] deinstalled it by uininstall [09:15] installed nvidia-glx-new [09:15] xorg tells no klernel moduk found [09:15] for an 7300 gt === nainnain6 [n=nainnain@ANantes-257-1-110-30.w90-25.abo.wanadoo.fr] has joined #kubuntu [09:16] uhn, I don't use kubuntu nvidia stuff, it only caused me trouble [09:16] uga: that's fine... why is it any better than adept? shouldn't it just be two different interfaces for accomplishing the same things? [09:16] ghostcube: I use Nvidia installer, and remove lrm packs [09:16] works like charm === nosrednaekim [n=michael@04-057.200.popsite.net] has joined #kubuntu === lateteatoto [n=lateteat@AToulon-256-1-144-200.w90-27.abo.wanadoo.fr] has joined #kubuntu [09:16] 8500gt here [09:16] uga yep normally it does but normally nvidia-glx-new is better for compiz and 7300 gt [09:17] uga: I used the nVidia installer at first... and then ran startx and everything was golden -- Beryl and all, then I rebooted and all hell broke loose === dori [n=dori@wikipedia/Dori] has left #kubuntu ["Leaving"] [09:17] ghostcube: I'm running compiz here just fine [09:17] u need the 100x [09:17] for this card or [09:17] ? [09:17] sstchur: I know why it broke for you [09:17] sstchur: it's NOT loading the nvidia module you installed === rjb [n=rob@chello089076134191.chello.pl] has joined #kubuntu [09:18] uga: yep [09:18] it's loading the linux restricted modules one, when rebooting [09:18] it should uga [09:18] i have told him installing restrictzed modules [09:18] ghostcube: did he uninstall linux-restricted-modules deb? [09:18] he installed the deb man [09:18] and uninstaklled the run [09:18] :) [09:18] ghostcube: then it's broken === MikeyUSC [n=mike@pool-71-163-62-212.washdc.east.verizon.net] has joined #kubuntu [09:18] it doesn't load the NVidia binary that nvidia installer installs === merhojt [n=Jimmy@81-226-119-7-no58.tbcn.telia.com] has joined #kubuntu [09:18] it's loading the one that lrm builds [09:19] can't upgrade to the new beta, the upgrade tool dies in the middle of the job [09:19] and it's broken here, very broken [09:19] uga he removed lrm one [09:19] has anyone seen that and might suggest a reason? [09:19] ghostcube: it's not a .ko it's a .o [09:19] ghostcube: I've gone through the same thing =) [09:19] ok one chance [09:19] sstchur: #compiz-fusion [09:19] pls [09:20] ghostcube: you stop kdm service, rmmod nvidia, and restart kdm service. It loads the new nvidia module and runs fine [09:20] uga [09:20] I'm not kidding. It caused me nightmares for a week [09:20] he has got run file first === drmartins [n=drmartin@213.252.103.7] has joined #kubuntu [09:20] removed is one [09:20] and the ni nstaled packaged one === Gazza [n=gary@host86-128-144-177.range86-128.btcentralplus.com] has joined #kubuntu [09:21] ghostcube: I tell you... packaged one doesn't work here either [09:21] it's broken! [09:21] here it works [09:21] ghostcube: uga: ok, so what do I do now? I'm lost [09:21] i use it on all pcs [09:21] not here. 8500gt [09:21] he has an 7300 gt [09:21] it must work [09:21] sstchur: #compiz-fusion === plukin [n=Miranda@dslb-084-057-057-041.pools.arcor-ip.net] has joined #kubuntu [09:22] ghostcube: are you running the same gpu? [09:22] ghostcube: what do I tell them? [09:22] im in [09:22] come in [09:22] :) [09:22] 7600 gts === timo [n=timo@dhcp-077-250-166-132.chello.nl] has joined #kubuntu [09:23] sstchur: come over iun chan === tmske__ [n=thomas@102.66-65-87.adsl-dyn.isp.belgacom.be] has joined #kubuntu === theory_ [n=theory@64.233.152.129] has joined #kubuntu === rjb is now known as drbobb === uwe127 [n=uwe@217-162-135-1.dclient.hispeed.ch] has joined #kubuntu [09:25] sstchur: ?? [09:25] i cant help u here but in compiz are the grafik guruas [09:25] gurus [09:25] lol [09:25] normayll im the nvidia freak there but i dont know at the moment === Kr4t05 [i=andrew@dsl-206-251-2-139.dsl0.crls.pa.net] has joined #kubuntu [09:26] hello, anyone else tried to upgrade to gutsy beta? [09:26] I installed qsynaptics but cannot find where it installed to...where would this be located? === turborobban [n=turborob@81-236-237-78-no38.tbcn.telia.com] has joined #kubuntu === JimmyDee [n=jmdwyer@97-86-161-253.static.stls.mo.charter.com] has joined #kubuntu [09:27] I've installed beryl and i'm using several desktops..but is there a way for the KDE to only show the windows opened in just that Desktop? [09:27] drbobb: I'm reinstalling it... but support for gutsy is in #ubuntu+1 === michal [n=michal@191.244.broadband7.iol.cz] has joined #kubuntu [09:27] theory_: dpkg -L qsynaptics gives you a list of files installed === yeo__ [n=yeo@cpc1-cdif3-0-0-cust924.cdif.cable.ntl.com] has joined #kubuntu [09:27] ghostcube: I'm here... also talking to uga [09:28] ah ok [09:28] but maybe join #+compiz-fusion thats nortmal prob there to get it bak i never had this [09:28] before === Fribian [n=jens@15.179-241-81.adsl-dyn.isp.belgacom.be] has joined #kubuntu [09:29] try #ubuntu-effects === mneisen [n=mneisen@pD9E50965.dip.t-dialin.net] has joined #kubuntu [09:29] ghostcube: the thing is... after installing the nvidia driver, he had the box working. Rebooting it made it not work [09:29] it's clearly not loading the same module [09:30] is he loading the right kernel? [09:30] the nvidia installer rmmods and modprobes the new module [09:30] JimmyDee: I believe he is, but happenned same as did to me, lrm tools keeps loading the .o that it includews [09:30] before xorg can load the nvidia installed one [09:30] uga yes and in compiz-fusion ardy has had an way to fix it [09:30] wait i ask [09:31] purge the old one? === tsb [n=tsb@c900FBF51.dhcp.bluecom.no] has joined #kubuntu [09:31] JimmyDee: that's what I was suggesting. It's a .o provided by lrm modules [09:31] but ghostcube is suggesting to install them instead =) === jbruckman [n=jbruckma@st074039212101.monm.edu] has joined #kubuntu [09:31] and I got to leave from here in a matter of minutes ;) [09:31] forgive me I came in late [09:32] I can no longer to kmenu->log out because kdesu or whatever has stalled (I don't see any processes matching su though) - how do I restart gracefully now? [09:32] uga [09:32] i never tolds install instead [09:32] he uninstalled run [09:32] i told him to install deb [09:32] ghostcube: that's what I'm telling you... the deb never worked here === dhq [n=dhq@unaffiliated/dhq] has joined #kubuntu [09:32] the nvidia binary worked just fine [09:32] even on this 64bit box === poison-- offers ugas hotties to JimmyDee [09:32] lmao [09:33] yummy ugas hotties! [09:33] which command do i run to know when kubuntu was installed on the system [09:33] eheheheh [09:33] sup [09:33] which version from the repos did you use? === ljm [n=ljm@81-235-243-133-no40.tbcn.telia.com] has joined #kubuntu [09:34] hey Daisuke-Laptop. [09:34] anyone? I'll juts have to sudo reboot? [09:34] evening daisyduke [09:34] Daisuke-Laptop === donsdw [n=donsdx@ip68-101-195-153.sd.sd.cox.net] has left #kubuntu [] [09:34] If I go to kcontrol and do somethign that requires root I get no password auth either.. [09:35] see you guys later, I have to go load gutsy beta! === chx [n=chx@drupal.org/user/9446/view] has joined #kubuntu [09:35] gnight JimmyDee and ghostcube [09:35] gotta go, sorry [09:35] night [09:35] :) === uga is now known as uga|away [09:35] tsb: have you run gksu or kdesu previously? [09:35] is beta gusty out [09:35] JimmyDee: No. === arne [n=arne@ti121210a340-1521.bb.online.no] has joined #kubuntu === knub [n=f@200.233.75.219] has joined #kubuntu [09:36] hi. i have a new keyboard, trackpoint included, nice for travel, really. it has xf86forward / xf86back keys as well. I do not need those. but i need mouse scrollwheel really bad which this baby misses. So, how can i remap xf86forward/back to emulate mouse scrollwheel. === holycow [n=new@mail.wjsgroup.com] has joined #kubuntu [09:37] tsb: hrm === theory_ [n=theory@64.233.152.129] has left #kubuntu ["Konversation] === sayers [n=steven@c-76-20-182-119.hsd1.mi.comcast.net] has joined #kubuntu [09:37] JimmyDee: "dcop kdesktop default logout" does not work either. === DjDarkman [n=djdarkma@cl-86-125-151-152.cablelink.mures.rdsnet.ro] has joined #kubuntu [09:37] tsb: gracefully tried ctrl alt backspace? [09:37] uh [09:37] all my programs when there is a list it colors every other one blue. === ubuntu [n=ubuntu@p5082D4A2.dip.t-dialin.net] has joined #kubuntu [09:38] JimmyDee: ctrl alt backspace will nuke my current session, I don't want to do that.. I'd like to keep my windows etc up. === rubens [n=rubens@201-24-51-245.bsace703.dsl.brasiltelecom.net.br] has joined #kubuntu [09:38] ahhh yes you are right, hasty of me [09:38] got me === DjDarkman [n=djdarkma@cl-86-125-151-152.cablelink.mures.rdsnet.ro] has joined #kubuntu === u0744154 [n=u0744154@200.26.133.129] has joined #kubuntu === lombra [n=lombra@200.198.55.38] has joined #kubuntu === lombra [n=lombra@200.198.55.38] has joined #kubuntu === chx [n=chx@drupal.org/user/9446/view] has left #kubuntu ["Konversation] === raul [n=raul@88.Red-88-15-244.dynamicIP.rima-tde.net] has joined #kubuntu === syd_ [n=syd@syd.zelistrzewo.net] has joined #kubuntu [09:42] hola === milian_ [n=milian@p57BB322C.dip0.t-ipconnect.de] has joined #kubuntu [09:43] oh wow, didn't see mister anderson here :D === polymeris [n=polymeri@c225029.adsl.hansenet.de] has joined #kubuntu === rene [n=rene@88-196-32-117-dsl.noe.estpak.ee] has joined #kubuntu === samuel_ [n=samuel@201-13-206-251.dial-up.telesp.net.br] has joined #kubuntu === vit__ [n=vit@190.38.214.244] has joined #kubuntu [09:47] an u plz help me to Put in speicifacaions for mY monitor??? === bentob0x [n=laurent@ip-213-49-73-152.dsl.scarlet.be] has joined #kubuntu [09:48] 1280 *1024 horizontal 80 vertical 75 === kteagan84 [n=kteagan8@75.11.155.137] has joined #kubuntu === ag3r [n=ag3r@86.Red-88-16-241.dynamicIP.rima-tde.net] has joined #kubuntu === sstchur [n=sstchur@c-24-16-33-204.hsd1.wa.comcast.net] has joined #kubuntu === ubuntu [n=ubuntu@bzx62.neoplus.adsl.tpnet.pl] has joined #kubuntu === DWonderly [n=wonderly@70.230.199.184] has joined #kubuntu [09:49] is gusty beta safe [09:49] dhq define "safe" === ghozala [n=ghozala@196.218.100.107] has joined #kubuntu [09:49] hejka [09:50] llutz, well not like tribe1 [09:50] hey how can i mount ntfs partitions [09:50] tim , you have to edit your xorg file, copy and paste in the konsole : sudo dpkg-reconfigure xserver-xorg [09:50] !ntfs | ghozala [09:50] ghozala: To view your Windows/Mac partitions see https://help.ubuntu.com/community/AutomaticallyMountPartitions . For write access see !ntfs-3g or !fuse === kilrae__ [n=kilrae@CPE000f66055f14-CM0012256eb698.cpe.net.cable.rogers.com] has joined #kubuntu [09:51] dhq: it's beta software. that means there are bugs being fixed. Bugs can range from spelling errors, to obscure bugs that can completely break a setup... You may never even run into one if you install it, but there is the chance === hassan [n=hassan@185.174-65-87.adsl-dyn.isp.belgacom.be] has joined #kubuntu === Artmoonik [n=artmooni@mar92-3-82-66-233-126.fbx.proxad.net] has joined #kubuntu [09:52] CaptainApathy, how do i upgrade [09:52] !upgrade [09:52] See https://help.ubuntu.com/community/UpgradeNotes for upgrading from Kubuntu 6.10 (Edgy Eft) to Kubuntu 7.04 (Feisty Fawn) [09:52] !gutsy [09:52] Gutsy Gibbon is the code name for the next release of Ubuntu (7.10) | (due October 2007) | It is development software, as such unstable, support _only_ in #ubuntu+1 [09:52] dhq: https://wiki.ubuntu.com/GutsyGibbon/Beta/Kubuntu === JCDean [n=jason@CPE0050ba8636ff-CM001ac31690f2.cpe.net.cable.rogers.com] has joined #kubuntu === neo_ [n=neo@86.73.230.252] has joined #kubuntu [09:53] dhq: dunno. I'm planning on wipeing my system and installing fresh once 7.10 comes out === Delph_nz [n=jack@202.124.102.146] has joined #kubuntu [09:53] how to change charset in tty? === knopnet [n=beans@c-67-162-192-24.hsd1.mi.comcast.net] has joined #kubuntu [09:54] CaptainApathy, well i have upgraded my system right form drapper --> edgy-->feisty---now gusty:) === LeeJunFan_ [n=junfan@s64-186-37-101.skycon.net] has joined #kubuntu [09:55] syd_: maybe with consolechars (see man consolechars) === hsystem-x [n=hsystem@24.138.247.142] has joined #kubuntu === Kachna [n=ubuntu@r6az240.net.upc.cz] has joined #kubuntu === hansen [n=hansen@hrhansen.dk] has joined #kubuntu === JCDean [n=jason@CPE0050ba8636ff-CM001ac31690f2.cpe.net.cable.rogers.com] has joined #kubuntu === DWonderly [n=wonderly@70.230.199.184] has joined #kubuntu [09:56] does anyone like suse's grub appearance better? [09:57] hey,i need to create new partitions on a drive, but when i deleted my old one, it says that free space is read-only - any idea how to format it? [09:57] JCDean: installing grub themes shouldnt be hard, but who cares, really? [09:57] wife dislikes the plain one === frank_ [n=frank@dslb-088-072-089-164.pools.arcor-ip.net] has joined #kubuntu [09:58] JCDean: why don't you just use a splash image? [09:59] !info kubuntu-grub-splashimages [09:59] kubuntu-grub-splashimages: grub splashimages for Kubuntu. In component universe, is optional. Version 2.1 (feisty), package size 246 kB, installed size 332 kB === kaminix [n=alex@90-227-187-59-no129.tbcn.telia.com] has joined #kubuntu === buzztracker [n=buzztrac@pelikan.garga.net] has joined #kubuntu === DWonderly [n=wonderly@70.230.199.184] has left #kubuntu ["Leaving"] [10:00] stdin: tried splashy but it seems to be failing [10:00] Kachna: are you working from a liveCD? you can't modify the partition table on a disk that has any part mounted === m-onkey [n=emonkey@static-pro-212-101-27-121.adsl.solnet.ch] has joined #kubuntu === TameLion [n=tamelion@unaffiliated/tamelion] has joined #kubuntu [10:00] JCDean: failing ? [10:01] user error [10:01] stdin: yep im on live [10:01] well,just figured out what did i forget,had my /home there :P === jjesse [n=jjesse@adsl-75-5-236-211.dsl.klmzmi.sbcglobal.net] has joined #kubuntu === Pupeno [n=Pupeno@cl-241.dub-01.ie.sixxs.net] has joined #kubuntu [10:02] JCDean: this is the line I have in my menu.lst (that works) "splashimage=(hd0,1)/boot/grub/splashimages/kgs.xpm.gz" === fleming [n=fleming@pool-71-98-34-98.gdrpwi.dsl-w.verizon.net] has joined #kubuntu [10:02] my root is on /dev/sda2 so its (hd0,1) === sjckk [i=sjck@c174174.adsl.hansenet.de] has joined #kubuntu [10:03] I dont know why i went the splashy route === drbobb [n=rob@chello089076134191.chello.pl] has left #kubuntu ["Konversation] [10:04] brb === vit_ [n=vit@201.208.134.243] has joined #kubuntu === Gazza [n=gary@host86-128-144-177.range86-128.btcentralplus.com] has joined #kubuntu === followerofhim [n=fleming@pool-71-98-34-98.gdrpwi.dsl-w.verizon.net] has joined #kubuntu === nainnain6 [n=nainnain@ANantes-257-1-110-30.w90-25.abo.wanadoo.fr] has joined #kubuntu === svend [n=svend@0x555103e8.adsl.cybercity.dk] has joined #kubuntu === bottiger [n=arvid@scharff.fys.ku.dk] has left #kubuntu [] === ubuntu [n=ubuntu@201-212-196-139.net.prima.net.ar] has joined #kubuntu === root_ [n=root@r6az240.net.upc.cz] has joined #kubuntu === root_ is now known as Kachna === alejandro_ [n=alejandr@85.251.7.117.dyn.user.ono.com] has joined #kubuntu [10:10] hi [10:10] ok so here we come,i kinda deleted my /home,i don't mind about these files much,but how can i get my user back? :P [10:10] I put Sphinx-2 on my computer running ubuntu however, I can't find it or, get it working. anyone know how to get it working? [10:10] (oh hell,had my guitar recordings there >.<) [10:10] how to dist-upgrade without upgradin openoffice? [10:11] alejandro_: apt-get remove openoffice? :P [10:11] alejandro_: set it on hold [10:11] or so... === Dinofly [n=dinofly@mar92-13-88-165-255-149.fbx.proxad.net] has joined #kubuntu [10:11] Kachna: you just have to recreate your home directory (and copy the files in /etc/skel/ to there) === tim [n=tim@ool-182d1c16.dyn.optonline.net] has joined #kubuntu [10:12] hi [10:12] stdin: so easy,thanks :-) === kkerwin [n=kris@74-141-140-202.dhcp.insightbb.com] has joined #kubuntu [10:12] I just changed My xconfig an now AM running in A BLACKc screen [10:13] can u help me t obring my graphical enviroment back [10:13] Kachna: word of warning, in /etc/fstab the line to mount your old home was probably using a UUID, after it's formatted the UUID will be different so you'll need to edit that (and any other partitions you change) === lucia [n=lucia@89.128.15.74] has joined #kubuntu [10:14] dpkg [10:14] stdin: yep just commented out that one,well,i wanna to make partitions,but either live and installed system uses swap there -> any way to make completely new partition table there? === dannioni [n=dannioni@81-235-188-29-no48.tbcn.telia.com] has joined #kubuntu [10:15] mean,i have no more partitions so i could make swap temporarily there :/ === _dennis_ [n=dennis@78-20-178-94.access.telenet.be] has joined #kubuntu === yamal [n=yamal@Room641A.no-such-agency.net.ru] has joined #kubuntu [10:15] Sphinx-2 anyone here know to get it working? === Bauldrick [n=matt@host86-144-205-134.range86-144.btcentralplus.com] has joined #kubuntu [10:15] tim: there's usually a backup made in /etc/X11/ called something like "xorg.conf.20070928211432" (the date in YearMonthDayHourMinuteSeconds) [10:15] Kachna: swapoff -a === rathel [n=rathel@c-24-9-186-226.hsd1.wa.comcast.net] has joined #kubuntu === Ellipsys|AFK [n=ronin@pool-141-156-234-93.res.east.verizon.net] has joined #kubuntu === martalli [n=bryan@cm231-238.madisontelco.com] has joined #kubuntu [10:16] llutz: k ran it,then umount -a and it looks ok..so i can play? :-) === hsystem-x [n=hsystem@24.138.247.142] has joined #kubuntu [10:17] Kachna: you should [10:17] oh yep i see,thanks a lot :-) [10:17] Kachna: if "mount" and "cat /proc/swaps" show nothing to do with the disk, it's all good :) === stuq [n=stuq@user-160uamh.cable.mindspring.com] has joined #kubuntu [10:17] great :P soo...how big swap should i make? from what i see,it hardly ever uses any :/ === Pyromancer [i=DeepInTh@c-24-63-23-50.hsd1.ma.comcast.net] has joined #kubuntu [10:18] have G ram,so i had 1536MB there...dunno why,just the 1st number i got in my mind :/ it's useless,isnt it? === ozehka [n=ozehka@p5086A85A.dip0.t-ipconnect.de] has joined #kubuntu [10:19] Kachna: not useless [10:19] mean that size [10:19] Kachna: if you don't need Hibernate and aren't doing memory intensive things (sounds like you aren't). then somewhere in the region of 512MB - 1GB is what I usually recommend [10:19] that's the general rule for swap [10:19] but like stdin said, that's changed lately. [10:19] guys plz helpe me [10:19] well i knew it was on win i should make 1,5*ram... === ubuntu__ [n=ubuntu@23.Red-217-125-167.dynamicIP.rima-tde.net] has joined #kubuntu [10:20] i tend to use a tiny bit more swap [10:20] Kachna: you always can add swap later (swap-file) [10:20] Kachna: that's because win is a swapping fool. [10:20] that's the thing,i love to hibernate :-) [10:20] hey, my DVD+RW drive is recognized in konqueror and i can also read cd/dvds but burning programs like k3b can't find any burner [10:20] i chanaged my xorg [10:20] well windows is memory fool at all i think :/ [10:20] Kachna: for hibernation you should have RAM * 1.5 [10:20] what did you do to it? [10:20] now i can't boot graphical enviroment === brendonw_ [n=brendonw@adsl-66-123-160-163.dsl.sntc01.pacbell.net] has joined #kubuntu [10:20] k,so making 1,5G [10:20] Kachna: if you hibernate then you need swap to be about 1.5xRAM === ubuntu__ is now known as elbuscador [10:21] algun espaol [10:21] !es [10:21] Si busca ayuda en Espaol por favor entre en los canales #ubuntu-es, #kubuntu-es o #edubuntu-es, all obtendr mas ayuda. [10:21] thanks [10:21] but i have troubles,if i hibernate to memory,it often freezes at all,if i hibernate on disk,it doesn't activate my usb mouse after start..any idea why? === sasuke [n=sasuke@dyn-91-171-84-117.ppp.tiscali.fr] has joined #kubuntu [10:22] Kachna: hibernation on linux is still tricky. try to unload/load usb-modules when hibernateing/resuming === ubuntu is now known as scissorhands [10:23] k,will try,but 1st i gotta get my user back :-) === scissorhands is now known as stuckat46perc === rsingh [n=rsingh@c-76-98-57-148.hsd1.nj.comcast.net] has joined #kubuntu [10:23] hi [10:24] i am having trouble reassembling my raid [10:24] i used mdadm === mode/#kubuntu [+o LjL] by ChanServ [10:24] does anyone know how to fix the super block on mdadm raid drive === mode/#kubuntu [+b *!*@82.211.176.15] by LjL === mode/#kubuntu [-o LjL] by LjL [10:24] I can't login into GRAPHICAL eniroment plz help me! === vbatts_ [n=vbatts@rrcs-67-78-225-104.se.biz.rr.com] has joined #kubuntu [10:24] stdin: so i just copy contents of /etc/skel to /home/username ok? [10:24] kachna can u pzl help me [10:24] tim: what does it say after typing startx? === edson [n=edson@unaffiliated/edson] has joined #kubuntu [10:25] i'm kinda noob but i can try :P [10:25] wrong scaling [10:25] i changed horizontal and vertical values and it sopted working === waf [n=waf@3-79-ftth.onsneteindhoven.nl] has joined #kubuntu [10:25] restored that old config file? [10:26] Kachna: this is generally the way (as root/from recovery mode/in chroot) "mkdir /home/user ; cp -a /etc/skel/ /home/user/ ; chown -R user: /home/user" === ghostcube [n=ghostcub@p54A6C938.dip.t-dialin.net] has left #kubuntu ["c] === [nrx] [n=martin@195.137.88.43] has joined #kubuntu [10:26] stdin: wth is chown? :P === estacion12 [n=estacion@207.138.45.88] has joined #kubuntu [10:26] Kachna: CHange OWNer [10:27] oh,nice,thanks :-) [10:27] How do I change so that firefox is my standard browser instead of Konqueror, for example when clicking a link in Konversation i want it to open in firefox [10:27] how do i resotoreconfig file? [10:27] dannioni: system settings > default applications [10:28] tim: is there that backup in /etc/X11 ? === swanfl [n=abe@243-162.96-97.tampabay.res.rr.com] has joined #kubuntu [10:28] no [10:28] hello..i am trying to install kubuntu 7.04 (last upgrade) on a com that has xp and madriva 2006 (which im willing to ditch in favour of kubuntu). When i run the installer it gets stuck at 46%of the disk scanning (partitioning stage)..the disk is not busy and i even created a single partition (had different mount points for / and home on mandriva). Everything goes fine qith QTparted but fails with the installer...is there a known [10:28] issue with the installer other then the usual suggestions? [10:28] oh,then nevermind me,sounds like a problem :/ [10:28] I've decided to be bold and update to gutsy. will this bring in kde4? [10:28] brb [10:29] do I need to reinstall Kubuntu 4th time? [10:29] to do that? [10:29] stuckat46perc: does the disk have a swap partition? if so it may be in use when the live session starts. try "sudo swapoff -a" [10:29] yup [10:29] but i turned the sawp off [10:29] i didnt reboot though === yeo__ [n=yeo@cpc1-cdif3-0-0-cust924.cdif.cable.ntl.com] has joined #kubuntu [10:30] is the -a mandatory? [10:30] Anyway I can turn off my screensaver while Kaffeine is running? [10:30] i issued buntu@ubuntu:~$ sudo swapoff /dev/hdb6 [10:30] stuckat46perc: -a means all [10:30] ok [10:31] ok ill try that [10:31] ok do i need to reinstall kubuntu then? [10:31] stuckat46perc: the feisty kernel will use /dev/sda* in most cases, not /dev/hda* === pillowpants [n=pillowpa@cpe-70-115-218-69.satx.res.rr.com] has joined #kubuntu === blizzzek [n=blizzz@p5B16AE32.dip0.t-ipconnect.de] has joined #kubuntu === root_ [n=root@r6az240.net.upc.cz] has joined #kubuntu === speaker219 [n=speaker2@unaffiliated/speaker219] has joined #kubuntu === thomas__ [n=thomas@CPE0014bf493235-CM00140493ede8.cpe.net.cable.rogers.com] has joined #kubuntu === uga|away is now known as uga [10:33] red [10:33] re === speaker219 [n=speaker2@unaffiliated/speaker219] has left #kubuntu ["Leaving"] [10:33] stdin: Thanks [10:34] JimmyDee, ghostcube, how did it go for sstchur? [10:34] I see the connection timed out... [10:34] stdin: btw,why there are these uuids instead /dev/sdxx ? === root_ is now known as Kachna [10:34] root_: if I'm not wrong, so that devices don't change mountpoint [10:34] Kachna: in fatab and in menu.lst uuids are used yeah === danya [n=danya@87.109.221.176] has joined #kubuntu === nicky2 [n=chatzill@Mec38.m.pppool.de] has joined #kubuntu [10:35] Kachna: sometimes the same portable device can appear as differnt /devs === pope [n=pope@71-82-135-203.dhcp.roch.mn.charter.com] has joined #kubuntu [10:35] and that can cause the decie not mounting properly [10:35] Kachna: in feisty /dev/hda1 becomes /dev/sda1 < that would break unless UUIDs were used [10:35] while using uuids will never change mountpoints === mirek_ [n=mirek@aaom240.neoplus.adsl.tpnet.pl] has joined #kubuntu === pope is now known as pope_ === nicky2 [n=chatzill@Mec38.m.pppool.de] has left #kubuntu [] === pope_ is now known as pope22 [10:35] stdin: oh, I thought it'd be for the CF and portable devices issue [10:35] k and where can i fing uuid? :) [10:36] !uuid [10:36] To see a list of your devices/partitions and their corresponding UUID's, run this command in a !shell: sudo blkid (see https://wiki.ubuntu.com/LibAtaForAtaDisks for the rationale behind the transition to UUID) [10:36] hi, i'm having trouble with Miro, is anyone able to help? [10:36] hej:) [10:36] uga: can be used for that too, anything where you can't guarantee what the device nodes will be called [10:36] great,thanks :-) === nicky2 [n=chatzill@Mec38.m.pppool.de] has joined #kubuntu [10:38] turning the swap off didnt work.. shall i delete the swap partition and reboot? maybe delete the ext3 partition as well? === martijn [n=martijn@5356CCD5.cable.casema.nl] has joined #kubuntu === hitmanWilly [n=hitman@66-190-176-17.static.jcsn.tn.charter.com] has joined #kubuntu [10:39] hey how can i install hp laserjet 1020 p.s. i didnt find it through the list of drivers and i have tried near models [10:39] stuckat46perc: don't think that would help. if it's not using swap then it should be working. the installer actually uses qtparted to partition [10:39] ghozala: that one probably needs hplip iirc [10:39] hi I was wondering if someone can help me validate a webpage, I am getting a few errors I cannot fix [10:39] i have a question about the fast starter in kicker, when in put a firefox icon there and hit it to start i get "cannot execute command. File or folder bla bla does not exist." [10:39] ghozala: use "generic ps" [10:39] is there any way to fix this? === cash_ [n=cash@office-nat.imu.kiev.ua] has joined #kubuntu [10:40] is there a way to do a manual install? [10:40] thomax_: that's pretty off-topic for this channel [10:40] how can i use generic ps === diegoabt [n=diegoabt@200.26.133.129] has joined #kubuntu [10:40] oh, btw, just finished a successful gutsy upgrade on the lappy [10:40] jereme_: hmmm do know who could help me [10:41] thomas__: #html perhaps? === guigui__ [n=guigui@c207.134.156-48.clta.globetrotter.net] has joined #kubuntu [10:41] ok ill reboot and try anyways...thank you [10:41] Salut tlm [10:41] i just reformatted and reinstalled my windows partition [10:41] arf, I hate the lack of wine for 64bit [10:41] which was also the master boot loader patition === ArTo [n=iaguis@80.31.244.202] has joined #kubuntu [10:41] and now my grub is gone [10:41] j'aimerais savoir comment devenir le surper root [10:41] how might i install the grub again? [10:42] pillowpants: boot with the live CD. Mount the partitions on /mnt manually. chroot to /mnt [10:42] so that i can get onto linux [10:42] !fr | guigui__ [10:42] guigui__: Allez a #ubuntu-fr ou #kubuntu-fr pour de l'aide et de la discussion en francais. [10:42] and run grub-install [10:42] uga: wine'll work under 64, you just have to do some serious lib linking :) [10:42] uga, i see === brendonw [n=brendonw@adsl-66-123-160-163.dsl.sntc01.pacbell.net] has joined #kubuntu [10:42] hey how can i install hp laserjet 1020 p.s. i didnt find it through the list of drivers and i have tried near models [10:42] I want to configure my kubuntu so that during startup a route will be added. I can do that with adding some route command in a startup script, but is there an "official" file for this?? and no, I don't want to do it with GUI, for the learning experience.. :) [10:42] !print [10:42] Printing in Ubuntu is done with cups. See https://help.ubuntu.com/community/Printers - https://wiki.ubuntu.com/HardwareSupportComponentsPrinters - http://linuxprinting.org - Printer sharing: https://wiki.ubuntu.com/NetworkPrintingFromWindows === ubuntu [i=Morpheus@p5B22112E.dip0.t-ipconnect.de] has joined #kubuntu [10:42] i have a question about the fast starter in kicker, when in put a firefox icon there and hit it to start i get "cannot execute command. File or folder bla bla/firefox.desktop does not exist."(i know too fast but i added something) [10:43] uga: how would i mount them manually? === neptunepink [n=poseidon@adsl-67-119-15-23.dsl.snfc21.pacbell.net] has joined #kubuntu [10:43] !mount | pillowpants [10:43] pillowpants: Partitioning programs: !GParted or QTParted (also "man mkfs" for formatting) - Mounting partitions in Kubuntu, go to System Settings -> Advanced Tab -> Disks & Filesystem. See also !fstab and !DiskMounter === aguitel [n=aguitel@200.3.186.202] has joined #kubuntu === sstchur [n=sstchur@c-24-16-33-204.hsd1.wa.comcast.net] has joined #kubuntu [10:43] hitmanWilly: I read it's not straightforward though. Is it a normal 32 bit lib setup and chroot? [10:43] I wonder what lib system wine depends on [10:43] ghozala: in kconfig dialog, use "postscript-printer" instead of loading any driver [10:44] pillowpants: mount /dev/sda1 /mnt; mount /dev/sda6/ /mnt/home [10:44] for example === ciro [n=ciro@87.13.214.53] has joined #kubuntu === [DnH] `Lapinou`sn [n=desty@AFontenayssB-152-1-77-192.w86-218.abo.wanadoo.fr] has joined #kubuntu [10:44] uga: nah, just have to link a bunch of the lib64 stuff to regular lib, chroot just causes more problems in this situation === danya_ [n=danya@87.109.221.176] has joined #kubuntu === danya_ is now known as Do0oDz [10:44] pillowpants: depends on what partittions your disks are === drmartins [n=drmartin@213.252.103.7] has left #kubuntu ["Konversation] [10:44] uga: of course, i haven't set that up under buntu, but it should be more or less the same :) [10:44] phoenixz: the best place for it would probably be either to add "gateway address.of.the.gateway" to /etc/network/interfaces to set a default gateway. or add the route commands to /etc/rc.local [10:45] is there a simpler way? [10:45] i just need to get a grub insatlled [10:45] hitmanWilly: I just found this... http://wiki.winehq.org/WineOn64bit === snatch [n=snatch@X56ef.x.pppool.de] has joined #kubuntu [10:45] guten Abend [10:45] uga: another reason i like gentoo, but that's offtopic, lol [10:45] stdin, yeah, I thought of adding the routes in rc.local with the route command but that looks kind of like a dirty solution to me.. [10:45] darf ich eine Frage zu Koversation (irc) stellen? [10:45] hitmanWilly: I gave up on gentoo after years of use. Too many broken ebuilds [10:45] !de | snatch [10:45] and too many colliding packages [10:46] annoying to maintain at the end === DjDarkman [n=djdarkma@cl-86-125-151-152.cablelink.mures.rdsnet.ro] has joined #kubuntu [10:46] !de [10:46] ? [10:46] snatch: Deutschsprachige Hilfe fuer Probleme mit Ubuntu, Kubuntu und Edubuntu finden Sie in den Kanaelen #ubuntu-de, #kubuntu-de, #xubuntu-de und #edubuntu-de [10:46] danke sehr === alejandro_ [n=alejandr@85.251.7.117.dyn.user.ono.com] has joined #kubuntu [10:46] uga: yeah, it can get away from you if you don't keep it reined in...lol === snatch [n=snatch@X56ef.x.pppool.de] has left #kubuntu ["Konversation] [10:46] hi I was wondering if someone can help me validate a webpage, I am getting a few errors I cannot fix [10:46] howto repriorice a proces [10:46] hitmanWilly: I did keep it right, but there were too many conflicting packages [10:46] phoenixz: unless you made your own script in /etc/init.d and use update-rc.d to set it to start at boot it's the easiest way [10:46] i can't find any help anywhere else :( [10:47] hitmanWilly: badly built ones. I kept fixing ebuilds... and that's not what you're supposed to do when you use a distro [10:47] hitmanWilly: ie, I wasn't supposed to be running LFS ;) === eleven_ [n=eleven@pool-71-114-162-197.trrhin.dsl-w.verizon.net] has joined #kubuntu [10:47] stdin, thats almost the same I guess.. :) [10:47] uga: hmmm, haven't run into too many problems on that front myself [10:47] phoenixz: the route setup is done by dhcp when bringing the interface up, so if you need to add something else it's "make your own script" time :) [10:47] uga: heh, if you want LFS, a stage 1 gentoo is basically the same thing...lol [10:48] stdin, this is another route, yes.. [10:48] hitmanWilly: a big problem I found was the lack of a proper system to rebuild all dependancies when the abis got broken [10:48] uga: but hey, that's why we have different distros :P === ebrahim [n=ebrahim@87.107.82.131] has joined #kubuntu [10:48] uga: revdep-rebuild? [10:48] so its BYOS, Bring Your Own Scripts [10:48] hitmanWilly: it sometimes may work, yes ;)) [10:49] uga: but again, this is getting massively offtopic... [10:49] hitmanWilly: all my installs were done from first stage. But not even that method is supported anymore [10:49] sorry yes [10:49] phoenixz: for those non-standard things yeah (and that is non-standard) === Andrew67 [i=andrew67@206.248.84.134] has joined #kubuntu === ebrahim [n=ebrahim@87.107.82.131] has left #kubuntu ["Goodbye!"] === urli [n=urli@190.48.211.176] has joined #kubuntu [10:49] stdin: can u help with something? [10:50] uga: about the only problem i've run into with that is for kde updates [10:50] thomas__: depends on the problem [10:50] stdin: a little html problem i have :S === zetskee [n=kyle@c-98-203-220-203.hsd1.wa.comcast.net] has joined #kubuntu === Kr4t05 [i=andrew@dsl-206-251-6-240.dsl0.crls.pa.net] has joined #kubuntu [10:50] thomas__: my html is a little rusty, but I'll give it a shot [10:51] stdin: ok ty, I need to validate this page but I'm getting 3 errors [10:51] An error occurred while enabling /home. [10:51] stdin: http://paste.ubuntu-nl.org/38954/ [10:51] The system reported: mount: special device /dev/disk/by-uuid/ed388409-7e39-4db9-b20e-f48a19df260f does not exist [10:51] stdin: mine's probably fossilized then :P [10:51] Kachna: did you update the UUIDs in fstab? [10:51] any ideas why it doesn't see that disk there? blkid says it'S there [10:51] yep,i manually rewrote all the file === gustavo [n=gustavo@189.4.82.38] has joined #kubuntu [10:52] with /dev/hda2 it works, with this nope :/ === Artmoonik [n=artmooni@mar92-3-82-66-233-126.fbx.proxad.net] has joined #kubuntu === ubuntu_ [n=ubuntu@93.Red-217-125-163.dynamicIP.rima-tde.net] has joined #kubuntu [10:52] /dev/hda2: LABEL="home" UUID="ed388409-7e39-4db9-b20e-f48a19df260f" SEC_TYPE="ext2" TYPE="ext3" [10:52] this is from blkid :/ === RivaeAerya [n=robin@h8441230009.dsl.speedlinq.nl] has joined #kubuntu [10:52] Kachna: sometimes udev can be dumb, try restarting it "sudo /etc/init.d/udev restart" === Semper_Securus [n=Andre@unaffiliated/semper-securus/x-000000002] has joined #kubuntu [10:52] howto use nice? [10:53] stdin: http://validator.w3.org/check?uri=http%3A%2F%2Fmatrix.senecac.on.ca%2F%7Etdrag%2Finterests.html&charset=%28detect+automatically%29&doctype=Inline&group=0 [10:53] nice -n -1 pid? [10:53] alejandro_: nice -n 10 foo.sh [10:53] stdin: hold on that one has a mistake [10:53] alejandro_: man nice :) === sstchur [n=sstchur@c-24-16-33-204.hsd1.wa.comcast.net] has joined #kubuntu [10:53] alejandro_: if you want to change the nice value, that's "renice" that you need [10:54] ahhh [10:54] stdin: if you input the pastebing into here: http://validator.w3.org/#validate_by_input [10:54] alejandro_: want a nice trick? =) [10:54] alejandro_: press Ctrl+ESC [10:54] with nice i can put nice forever an a script or executable [10:54] ? [10:54] alejandro_: select a process [10:54] alejandro_: right mouse button click [10:54] and see last option =) [10:55] "renice process..." [10:55] i can use ksysguard because im playing a game === jeri [n=jeri@203.87.176.110] has joined #kubuntu [10:55] stdin: thanks,it kinda works,but when i mount /home,it's ok and in df i see that partition,but when checking it in kcontrol,there's nothing about it, just partition 73GB /dev/hda2,no mountpoints or so :\ [10:55] cant sorry [10:55] heh okay [10:55] i cant switch between process [10:55] thomas__: maybe change the colors to hex values? [10:55] with alt+tab === Netham45 [n=Netham45@unaffiliated/netham45] has joined #kubuntu === neversfelde|mobi [n=neversfe@82.113.106.16] has joined #kubuntu === Mountainman [i=Mtnman@ppp-70-128-120-194.dsl.tulsok.swbell.net] has joined #kubuntu === edson [n=edson@unaffiliated/edson] has joined #kubuntu [10:56] hitmanWilly: but have you seen the errors? it doesn't say anything about colours....... === pillowpants [n=pillowpa@cpe-70-115-218-69.satx.res.rr.com] has joined #kubuntu [10:56] thomas__: hold on a sec, let me try validating it === Kite_DH [n=Kite_DH@p57B375CF.dip.t-dialin.net] has joined #kubuntu === humbolto [n=elias@u-121-071.adsl.univie.ac.at] has joined #kubuntu [10:57] hey === neptunepink is now known as purpleposeidon [10:57] it's me again,and stil here with the same problem with my adept i cant open it,has erros in it. === mluser-work [n=mluser-w@208.178.12.226] has joined #kubuntu [10:57] is it possible to share a ntfs partition with samba? [10:57] thomas__: well, I'm not up to date will XHTML standard, but I think that the errors are to do with should be in a style tag === cloakable [n=cloakabl@host217-44-243-121.range217-44.btcentralplus.com] has joined #kubuntu [10:58] or, replaced by a style tag rather [10:58] on it [10:58] ozehka: I don't see why not, if the smb process got enough permissions to access the ntfs mount === kreib [n=spraig@249.84-48-119.nextgentel.com] has joined #kubuntu [10:58] hey uga ;-) [10:58] hi there [10:59] i tried it but it says the folder could not be found [10:59] stdin: the ??? [10:59] ozehka: what does ls -ld say on the folder? [10:59] actually i expected something like "no permission".. [10:59] stdin: yeah, i think you're right, but again, my html skills are prehistoric...lol\ [10:59] thomas__: the

and

[10:59] folder = the partition === czarzer [n=czar@75.110.211.58] has joined #kubuntu [10:59] yes [10:59] the directory where it's mounted, I meant [11:00] stdin: oh you mean that

is only used in html not Xhtml [11:00] so not in smb://mycomp/part ? === buzztracker [n=buzztrac@pelikan.garga.net] has joined #kubuntu [11:00] thomas__: I think, yes [11:00] ozehka: wherever you mounted the ntfs partition with mount [11:00] dr-xr-x--- 1 root plugdev 12288 2007-09-24 16:45 . [11:00] ozehka: /mnt/winders or so [11:00] stdin: ok i'll try changing it, ty === OOD [n=OOD@dsl-139-205.aei.ca] has joined #kubuntu [11:00] ozehka: okay... whoever in plugdev will be able to read it, but nobody else [11:00] ozehka: samba cannot either enter nor read === Ryiel [n=ryiel@adsl-041-106.vivanet.hu] has joined #kubuntu [11:01] ozehka: sudo chmod o+rx ? [11:01] that should give permissions to others to enter and read it [11:01] hmm i think i tried to change permission... [11:01] wait === lucky_lucas [n=lucas@42.79.76.83.cust.bluewin.ch] has joined #kubuntu [11:01] uga: the o tag is just for owner, right? === slobodan [n=slobodan@ppp194-10.vdial.verat.net] has joined #kubuntu [11:01] hitmanWilly: others [11:01] uga: "Read-only file system" [11:02] hitmanWilly: g =groups [11:02] ? [11:02] ozehka: yes, it's mounted as read only. Ntfs can't be written unless you install modded libs [11:02] uga: k, i usually do mine by number ie 755, lol [11:02] hitmanWilly: yes well, this method allows for less mistakes a=all, g=group, o=others, u=user [11:03] meh, whatever works for ya === oshiii-_^ [n=h1@dpc6746223141.direcpc.com] has joined #kubuntu [11:03] then +/- rxw === never|mobi [n=neversfe@82.113.121.16] has joined #kubuntu [11:03] hitmanWilly: u=user, g=group, o=other [11:03] hitmanWilly: imagine you want to remove permissions to the group fro writing [11:03] you don't need to recalculate the 3 digits [11:03] just say chmod g-w [11:03] uga: i don't need write permission [11:04] uga: yeah, but im old skool...:P [11:04] hitmanWilly: I noticed ;)) [11:04] so what i need is just "other read" [11:04] ozehka: and execute [11:04] rw [11:04] sorry [11:04] rx [11:04] hmm, yeah, but not needed actually :P [11:04] ozehka: unless you allow x in a directory, the person cannot enter [11:04] so? [11:04] chmod o+rw? [11:04] no entering, no share =) [11:04] chmod o+rx [11:05] w is for writing [11:05] eh, thats the same as before [11:05] ozehka: that should give you xr-xr-xr [11:05] chmod: Beim Setzen der Zugriffsrechte fr hdc5: Read-only file system [11:05] in permissions [11:05] uh? [11:06] ozehka: ah I see... [11:06] and yes, i'm doing it as su :P [11:06] you can't edit a read only file system [11:06] yes... [11:06] ozehka: it sets permissions when you mount [11:06] umount it, change permissions to the directory, and mount [11:06] so i need to edit fstab? [11:06] in fstab you should allow permissions for rx for others. Cant' recall the syntax... a second [11:06] ozehka: what type of fs is this? [11:06] hitmanWilly: ntfs [11:07] so he can read onyl mount it [11:07] but he needs "samba" user to have access [11:07] does samba auto set a umask? [11:07] currently i got [11:07] ... /media/hdc5 ntfs defaults,nls=utf8,umask=007,gid=46 0 1 [11:08] it's me again,and stil here with the same problem with my adept i cant open it,has erros in it. [11:08] may need to remove the umask === nelson_ [n=nelson@74-210-161-33.sh.cgocable.ca] has joined #kubuntu [11:08] ozehka: the problem is the 7 [11:08] is that "007" the octal? [11:08] in 007 [11:09] so my partition has the license to kill? :P [11:09] ozehka: it's inverse as permissions afaik [11:09] like 7 will remove all permissions from "others" [11:09] ozehka: yeah =) [11:09] umask=007 translates to 770 [11:09] you need agent 0 =) [11:09] so i should set 000? [11:09] yes [11:09] ok [11:09] either that, or add samba user to plugdev group [11:09] i thought a umask might be the issue :) [11:09] okay === jochen_ [n=jochen@p5B0AFFB9.dip.t-dialin.net] has joined #kubuntu === sstchur [n=sstchur@c-24-16-33-204.hsd1.mn.comcast.net] has joined #kubuntu === edodega [n=edodega@host-84-221-37-20.cust-adsl.tiscali.it] has joined #kubuntu === bowen [n=bowen@203.173.183.44] has joined #kubuntu [11:11] ? [11:11] i think by now i just used user "guest" (smb.conf: guest ok = yes) [11:11] hallo [11:12] somebody german there? [11:12] !de [11:12] Deutschsprachige Hilfe fuer Probleme mit Ubuntu, Kubuntu und Edubuntu finden Sie in den Kanaelen #ubuntu-de, #kubuntu-de, #xubuntu-de und #edubuntu-de [11:12] canada === representantes [n=represen@mail.delti.com.mx] has joined #kubuntu [11:12] mars here [11:12] :D [11:12] I live in your kernel's main.c [11:12] uranus [11:12] =) [11:13] tach auch poison [11:13] !de [11:13] Deutschsprachige Hilfe fuer Probleme mit Ubuntu, Kubuntu und Edubuntu finden Sie in den Kanaelen #ubuntu-de, #kubuntu-de, #xubuntu-de und #edubuntu-de [11:13] bye [11:13] help! [11:14] !de | jochen_ [11:14] jochen_: Deutschsprachige Hilfe fuer Probleme mit Ubuntu, Kubuntu und Edubuntu finden Sie in den Kanaelen #ubuntu-de, #kubuntu-de, #xubuntu-de und #edubuntu-de === ubuntu_ [n=ubuntu@87.Red-217-125-160.dynamicIP.rima-tde.net] has joined #kubuntu === frederic [n=frederic@CPE00121713f3da-CM00122541a4cc.cpe.net.cable.rogers.com] has joined #kubuntu [11:14] uga: actually i should get with smb://myuser@mycomp on the samba and since myuser is in plugdev it should work right? [11:15] ozehka: the user accessing the file system is the one running the samba service [11:15] not the remote windows user [11:15] and which user is that? [11:15] so the samba user is the one to have permissions [11:15] i can't find any samba user :P [11:16] ozehka: I believe it's samba. Not sure, I don't run samba here [11:16] stdin: hey [11:16] stdin: but isn't the style tag used only in the head tag === frederic [n=frederic@CPE00121713f3da-CM00122541a4cc.cpe.net.cable.rogers.com] has left #kubuntu ["Konversation] [11:16] thomas__: only css style [11:17] stdin: but i'm not using css === ville_ [n=ville@c83-254-228-99.bredband.comhem.se] has joined #kubuntu === fff [n=fff@pool-72-78-11-95.phlapa.east.verizon.net] has joined #kubuntu === ville_ [n=ville@c83-254-228-99.bredband.comhem.se] has joined #kubuntu [11:17] welcome to... #html? === ReMiiRuru [n=l@host-87-99-12-170.lanet.net.pl] has joined #kubuntu [11:17] ie: you can do (something like) === ville_ is now known as Jades [11:18] ozehka: uhm... now I'm not sure... check /var/log/samba/log.smbd [11:18] ozehka: does it belong to samba? or to root? [11:18] I'm thinking it may run as root, then I'm not sure what's going on =( === jgoday__ [n=jgoday@252.Red-83-41-247.dynamicIP.rima-tde.net] has joined #kubuntu [11:19] ozehka: can I suggest #samba? === jgoday__ [n=jgoday@252.Red-83-41-247.dynamicIP.rima-tde.net] has left #kubuntu ["Konversation] [11:19] stdin: ohh ok, i'm gonna try [11:19] ozehka: it seems a pretty crowded channel [11:19] okay [11:19] thanks alot [11:19] ozehka: let us know the result. I'm very intrigued [11:19] hey all [11:19] uga: alright :-) === Jades [n=ville@c83-254-228-99.bredband.comhem.se] has left #kubuntu ["Konversation] [11:20] hmmm, haven't used samba in a LONG time... [11:20] I only used it to share stuff with VMware [11:20] im 100% nix these days... [11:20] I would be too, if damn wine was available easily for this box ;) [11:21] lol [11:21] right now trying to setup VirtualBox [11:21] about the only thing i use wine for these days is WoW === sstchur [n=sstchur@c-24-16-33-204.hsd1.wa.comcast.net] has joined #kubuntu === neversfelde____ [n=neversfe@82.113.106.16] has joined #kubuntu === [nrx] [n=martin@195.137.88.43] has joined #kubuntu === rjohn__ [n=rjohn@host81.155.212.198.conversent.net] has joined #kubuntu === neversfelde____ is now known as neversfelde|mobi === Kachna [n=kachna@r6az240.net.upc.cz] has joined #kubuntu === TheGateKeeper [n=m@82-36-118-96.cable.ubr03.king.blueyonder.co.uk] has joined #kubuntu === jjesse [n=jjesse@adsl-75-5-236-211.dsl.klmzmi.sbcglobal.net] has left #kubuntu ["Konversation] === visik7 [n=dksakd@unaffiliated/visik7] has joined #kubuntu === emilsedgh [n=emilsedg@84.47.209.207] has joined #kubuntu === avdi [n=avdigrim@216.230.102.69] has joined #kubuntu === crut [n=cyco@ASt-Lambert-153-1-114-135.w90-2.abo.wanadoo.fr] has joined #kubuntu === [GuS] [n=gdnet@190.48.126.5] has joined #Kubuntu === jordo23__ [n=jordo23@CPE-65-31-131-130.wi.res.rr.com] has joined #kubuntu === sstchur [n=sstchur@c-24-16-33-204.hsd1.wa.comcast.net] has joined #kubuntu === usser [n=dcherniv@ool-18b8e9e6.dyn.optonline.net] has joined #kubuntu === Jonty [n=jadh@82-41-207-227.cable.ubr11.edin.blueyonder.co.uk] has joined #kubuntu === Thug-Life [n=ThugLife@ACBC1189.ipt.aol.com] has joined #kubuntu === analfabeta [n=eve@189.13.184.60] has joined #kubuntu === woodas [n=woodas@193.219.64.38] has joined #kubuntu === DaSkreech [n=skreech@katapult/ninja/daskreech] has joined #kubuntu [11:32] my nvidia driver doesnt work after gutsy update from tribe 5 to beta... what i do ? [11:32] okay, ... I give up. I can't make VirtualBox access local folders... lets upload and download through internet... isn't it silly ;) [11:33] analfabeta: what nvidia driver were you using. deb provided one, or nvidia one? === CoScO [n=CoScO@bzq-88-154-229-153.red.bezeqint.net] has joined #kubuntu [11:33] hi i looking for Pretorians invite pls can someone help me i have good offer [11:33] uga: nvidia-glx from repository. [11:33] uhm, then I cant' tell [11:33] wth? [11:33] I thought you might be using the nvidia run, and would need a rebuild [11:33] CoScO: What? [11:34] CoScO: you're obviously in the wrong place, because no one here could possibly care any less about whatever the h*** it is you're babbling on about === CoScO [n=CoScO@bzq-88-154-229-153.red.bezeqint.net] has left #kubuntu [] === vbgunz [n=vbgunz@217-98.127-70.tampabay.res.rr.com] has joined #kubuntu [11:34] analfabeta: check to see if it reinstalled after the kernel update [11:34] \o/ === sstchur [n=sstchur@c-24-16-33-204.hsd1.wa.comcast.net] has joined #kubuntu [11:34] hitmanWilly: i think no, but how i reinstall ? [11:34] wtf was the s***t he was talking about ;) === bobstro [n=bob@68-116-165-70.dhcp.oxfr.ma.charter.com] has joined #kubuntu [11:35] analfabeta: apt-get reinstall === bobstro [n=bob@68-116-165-70.dhcp.oxfr.ma.charter.com] has left #kubuntu [] === Artmoonik [n=artmooni@mar92-3-82-66-233-126.fbx.proxad.net] has joined #kubuntu === trappist [n=trappist@linuxkungfu.org] has joined #kubuntu [11:35] i remove and install again [11:35] still crashing [11:35] analfabeta: you could try removing it and installing the nvidia release === danya [n=danya@87.109.221.176] has joined #kubuntu [11:35] works fine here, in gutsy [11:36] analfabeta: also, when i did the gutsy update, it installed the 386 kernel as default, vice the generic one, you may want to check that as well [11:36] after install, i need do anything [11:36] ? [11:37] after installing.... what? [11:37] couldn't figure out why half my hardware drivers weren't loading :) [11:37] after reinstall nvidia.glx === voicu [n=voicu@86.106.134.105] has joined #kubuntu [11:37] hitmanWilly: I hit that problem too many times too. I wonder why it kept changing kernels [11:37] how can i check if a file has a valid md5 sum? (from the command line preferably) [11:38] hitmanWilly: thankfully, on the 64bit repos there's no 386 kernel ;)) [11:38] md5sum :) [11:38] uga: yes, strange about that :P [11:38] which the name of X graphic configurator ? === TheGateKeeper [n=m@82-36-118-96.cable.ubr03.king.blueyonder.co.uk] has joined #kubuntu [11:38] uh, vi? =) [11:38] ok, thanks [11:39] lol [11:39] i think nvidia-xconfig is what you mean [11:39] hitmanWilly: yes [11:39] ah heh, _that_ configurator [11:39] thanks [11:39] i will try reboot. . . [11:39] as generally it never worked for me... === TheGateKeeper [n=m@82-36-118-96.cable.ubr03.king.blueyonder.co.uk] has joined #kubuntu [11:40] uga: that's ok, i use it too :) [11:40] hitmanWilly: I got shocked that in the latest nvidia installer, it managed to set up a working xorg.conf === Thug-Life is now known as Thug_life [11:40] first time in the last.... 5 years using nvidia? [11:40] uga: manually editing xorg.conf is a lot less intimidating once you've written one completely from scratch...;) [11:40] no sorry, 4 [11:40] =) === Thug_life is now known as Thug7Life === besonen_mobile [n=besonen_@71-220-225-14.eugn.qwest.net] has joined #kubuntu === davide [n=davide@151.16.83.12] has joined #kubuntu [11:41] but then again, im an old slack guy, so editing config files has never really bothered me === Scotty_ [n=Scotty@unaffiliated/scotty] has joined #kubuntu === herve [n=herve@41.194.36.29] has joined #kubuntu === superkiwi [n=erik@ti211110a080-4265.bb.online.no] has joined #kubuntu [11:43] hi all [11:43] i am fromrwanda [11:43] !hi | herve [11:43] herve: Hi! Welcome to #kubuntu! [11:43] i installed kubund now i am enjoying it [11:43] :D [11:43] hi [11:44] thnx === MrBallZ [n=hahaha@001-788-560.area1.spcsdns.net] has joined #kubuntu [11:44] uga: no help so far... [11:44] hi ubutu [11:44] but i got another problem :P my DVD+RW drive is recognized in konqueror and i can also read cd/dvds but burning programs like k3b can't find any burner === ThugLife_ [n=noudo@ACBC1189.ipt.aol.com] has joined #kubuntu [11:44] every thing is okay [11:44] welcome herve [11:45] but now i am trying to install ubuntu server on sun fire x4100 === speaker219 [n=speaker2@unaffiliated/speaker219] has joined #kubuntu [11:45] !server [11:45] Ubuntu Server Edition is a release of Ubuntu designed especially for server environments, including a server-specific !kernel and no !GUI. The install CD contains many server applications. Current !LTS version is 6.06. For more info see https://help.ubuntu.com/community/ServerFaq/ - The #ubuntu-server channel provides specific support [11:45] thanx poison [11:45] ozehka: are you sure that youre trying to write a DVD and not a CD in K3B ? [11:45] ozehka: its a common mistake :) [11:45] emilsedgh: k3b works fine with both CDs and DVDs [11:45] emilsedgh: it can't even find a burner at startup [11:45] and his is a dvd+rw, he said === ale_ [n=ale@201.254.169.133] has joined #kubuntu [11:46] is sun fire x4100 support hvm for xen [11:46] ozehka: you could try creating an iso in k3b, and then using cdrecord. You might see what the error is through cmd line [11:46] ozehka: cdrecord -v /dev/cdrw foo.iso [11:47] is sun fire x4100 support hvm for xen [11:47] replace cdrw with whichever device you think it's the writer [11:47] any idea ? [11:47] dunno herve === ^peter^ [n=peter@dsl-0-30.vic1.net.au] has joined #kubuntu [11:47] uga: sure it does, but if you have a dvd burner and want to copy dvd, if you go to cop cd it will not find your device, because you are trying to write a dvd, i did this mistake myself so i said to ozehka === avdi [n=avdigrim@216.230.102.69] has joined #kubuntu [11:47] its already at startup [11:48] any one who has manage to install ubuntu on sun blad 1000 [11:48] ? [11:48] herve, just a sec [11:48] ok === Thug7Life is now known as Thug-life [11:50] herve, think ubuntu/kubuntu works on dat rig === Scotty_ is now known as Scotty [11:50] http://www.sun.com/smi/Press/sunflash/2006-11/sunflash.20061108.1.xml === Flare183 [n=jesse@adsl-4-160-107.gsp.bellsouth.net] has joined #kubuntu === fff_ [n=fff@pool-72-78-11-95.phlapa.east.verizon.net] has joined #kubuntu [11:50] i failed to install via internet cz i do not have scsi cdrom [11:50] lol [11:51] question: is it a good idea, to wait for KDE4 to upgrade to 7.10GG ??? (after bugs and probs are worked out ) === jereme_ [n=jereme@74.95.32.249] has joined #kubuntu [11:51] thanx [11:51] meaning, not upgrading until KDE4 is out and tested for 7.10GG .... [11:51] Whenever I try to use "nvidia" in my xorg.conf instead of "nv", it chokes when I try to restart X, why? [11:51] herve: http://www.ubuntu.com/partners/sun [11:52] and: http://www.sun.com/servers/entry/x4100/os.jsp [11:52] :D [11:52] thanx [11:52] completely supported [11:52] how sweet [11:52] let me check [11:52] :D [11:52] lol === xerxes_ [i=x@unaffiliated/xerxes/x-373600] has joined #kubuntu [11:52] your asl pls [11:52] helo? [11:52] MrBallZ: What's 7.10GG? [11:52] is this kubuntuu? [11:52] Oh Gutsy Gibbion of course :) === aguitel [n=aguitel@200.3.186.202] has joined #kubuntu [11:53] xerxes_: Sure why not? [11:53] poison, your asl [11:53] i am from china dis first tiem i us linix [11:53] it seys eror? [11:53] uga: http://paste.ubuntu-nl.org/38958/ [11:53] hi [11:53] asl? [11:53] wen i is stat kubuntu it seys [11:53] MrBallZ: No KDE4 for 7.10GG So as you will [11:53] yes [11:53] "cantot start" [11:53] !cn [11:53] For Ubuntu help in Chinese #ubuntu-cn #ubuntu-tw #ubuntu-hk [11:53] xerxes_: ^^^ if it helps [11:53] ar u insultin my languge? === Thug-life is now known as Thug7life [11:53] wow [11:54] xerxes_: No it's just an option [11:54] lol [11:54] my guvernmnt === Thug7life is now known as Thug-life [11:54] If you wish to stay here by all means do so [11:54] work hrd to censur dis pag [11:54] herve, whats asl? [11:54] i work hrd to bypas it [11:54] damn xerxes [11:54] age sex location [11:54] yes i lik hav sex [11:54] !coc | herve [11:54] herve: The Ubuntu Code of Conduct to which we ask all Ubuntu users to adhere can be found at http://www.ubuntu.com/community/conduct/ [11:54] u too? [11:54] herve, jurassic, hybrid, brazil [11:54] :D [11:55] xerxes, clam down [11:55] I'm having trouble when kubuntu boots it hangs on initializing the ATA for a good minute, then it gives a few ata warnings and cruises on [11:55] thanx [11:55] calm even [11:55] clam! [11:55] ekuse me? [11:55] I'm wondering if my ATA controller is dying [11:55] xerxes_: What won't start? [11:55] bye all [11:55] or if I'm just finding a kernel bug [11:55] I DU FKN NO [11:55] IT SEYS "CANTOT STAT" [11:55] eheheh [11:55] !ohmy | xerxes_ [11:55] xerxes_: Please watch your language and topic, and keep this channel family friendly. [11:55] IT FKN!!!!! === Zeelot [n=zeelot@becks2.fiu.edu] has joined #kubuntu [11:55] xerxes, using a notebook? [11:55] uga: I don't know why he "can't find SCSI drivers", I got no scsi drive at all :P [11:55] You're on candid camera!!!!!!!!!! [11:55] lalala [11:55] l0l [11:55] uga: you still around? [11:55] l000000l [11:56] wtf [11:56] I was bored sorry [11:56] lol [11:56] wow, that's more retarded than the special olympics [11:56] ya [11:56] xerxes, eva tried blue pills? [11:56] No I took the yellow one [11:56] special olympics are cool [11:56] even if u win, youre still a retard [11:56] lmao [11:56] ozehka: that's because in the previous kernel versions, the only way to write CDs was through scsi interface iirc [11:56] what do you have against retards [11:56] it was later replaced though [11:57] "wodim: no such file or directory"? [11:57] even if the drive was IDE, it was treated as if it were scsi [11:57] time to go home [11:57] l8r guys [11:57] cya 2morrow [11:57] !offtopic | xerxes_, poison-- Funny please don't keep it here [11:57] xerxes_, poison-- Funny please don't keep it here: #kubuntu is the official Kubuntu support channel, for all Kubuntu-related support questions. Please use #kubuntu-offtopic for general chatter. Thanks! === tool [n=tool@vastlab.engr.uidaho.edu] has joined #kubuntu === mode/#kubuntu [+o stdin] by ChanServ === xerxes_ [i=x@unaffiliated/xerxes/x-373600] has left #kubuntu [requested] === mode/#kubuntu [-o stdin] by ChanServ [11:57] sweet nightmares uga [11:57] I have nothing against mentally disabled people, I just have something against people who only act that way [11:57] ty stdin [11:58] anyone know how to get my USB to serial adapter working? lsusb shows its "058f:9720 Alcor Micro Corp" [11:58] I can't seem to find working drivers anywhere.. [11:58] !usb [11:58] Sorry, I don't know anything about usb - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi === mneisen [n=mneisen@pD9E514F9.dip.t-dialin.net] has joined #kubuntu === MrBallZ [n=hahaha@001-788-560.area1.spcsdns.net] has left #kubuntu [] === buzztracker [n=buzztrac@pelikan.garga.net] has joined #kubuntu [12:00] ubotu, nothing... [12:00] Sorry, I don't know anything about nothing... - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi === Solifugus [n=matthew@chungking.ctlt.wsu.edu] has joined #kubuntu === jereme_ [n=jereme@74.95.32.249] has left #kubuntu [] [12:03] uga: sudo k3b, works :P === lozzy [n=lozzy@host81-159-60-194.range81-159.btcentralplus.com] has joined #kubuntu === kaminix is now known as kaminix|away === Ryiel [n=ryiel@adsl-041-106.vivanet.hu] has joined #kubuntu === flusswaechter [n=flusswae@p57A9FED5.dip.t-dialin.net] has joined #kubuntu === nosrednaekim [n=ubuntu@04-179.200.popsite.net] has joined #kubuntu === oshiii-_^ [n=h1@dpc6746223141.direcpc.com] has joined #kubuntu [12:10] ozehka: you need to put your user in the correct group and log in again [12:10] yeah, i think somewhen i messed up some user-group-permission-stuff... [12:10] ozehka: the group is "cdrom" === gutts-server [n=gutts-se@ADijon-258-1-93-220.w90-13.abo.wanadoo.fr] has joined #kubuntu [12:10] just edit /etc/group and add your nick to the group [12:10] so i had problems with the soundserver, with sudo, etc... === JimmyDee [n=jmdwyer@97-86-161-253.static.stls.mo.charter.com] has joined #kubuntu [12:11] uga: thanks again for your help :) [12:11] np === gutts-server is now known as gutts === Phlogi [n=bla@212-41-96-203.adsl.solnet.ch] has joined #kubuntu === Netham45 [n=Netham45@unaffiliated/netham45] has joined #kubuntu === uga_ [n=uga@58.Red-81-36-53.dynamicIP.rima-tde.net] has joined #kubuntu === gentoofan23 [n=gentoofa@gentoo/contributor/gentoofan23] has joined #kubuntu === sjck [n=sjck@c186071.adsl.hansenet.de] has joined #kubuntu === fairman [n=fairman@area1-111-gw.hkfree.org] has joined #kubuntu [12:14] join join leave leave === davide_ [n=davide@151.16.83.241] has joined #kubuntu [12:16] stdin: u there? === Kr4t05 [i=andrew@dsl-206-251-6-240.dsl0.crls.pa.net] has joined #kubuntu [12:16] thomas__: just about [12:16] stdin: :) [12:17] stdin: i got it validated [12:17] good :) [12:17] stdin: it was for several reasons, mainly because I couldn't have

which is dumb I don't see why not [12:17] stdin: but I can't change the font ! [12:17] stdin: === Kite_DH [n=Kite_DH@p57B375CF.dip.t-dialin.net] has joined #kubuntu [12:18] yeah, they should all be in some strange alien style tags now [12:18] btw, do you know which distro-irc-channel is usually the biggest? #ubuntu? [12:18] don't know how, I still use nano to code HTML :) === gentoofan23 [n=gentoofa@gentoo/contributor/gentoofan23] has left #kubuntu [] [12:18] ozehka: not a clue, and that's more for #kubuntu-offtopic [12:19] :P [12:19] Hm [12:19] !html [12:19] html is HyperText Markup Language, used to build web pages. Editors in Ubuntu: Bluefish, Quanta+, Screem, and KompoZer(Nvu). For howto on HTML coding, see: http://www.w3schools.com/ [12:19] Dr_Willis isn't here [12:19] wait [12:19] #html [12:20] heya Minataku [12:21] Hi, Daisuke-Laptop === nonfree [n=nonfree@ACD77DF9.ipt.aol.com] has joined #kubuntu === nonfree is now known as Webbmaster [12:22] !nx [12:22] FreeNX is advanced remote desktop technology. For more information and install instructions, see https://help.ubuntu.com/community/FreeNX === aco_ [n=aco@c-64dc70d5.012-14-67626710.cust.bredbandsbolaget.se] has joined #kubuntu === n8k99 [n=nathan@dsl254-078-190.nyc1.dsl.speakeasy.net] has joined #kubuntu === magical_trevsky [n=magical@host81-149-185-161.in-addr.btopenworld.com] has joined #kubuntu === ubuntu [n=ubuntu@190.49.165.209] has joined #kubuntu [12:26] thomas__, DON'T USE ! === fab3010 [n=fab3010@ppp-56-5.28-151.libero.it] has joined #kubuntu === magical_trevsky [n=magical@host81-149-185-161.in-addr.btopenworld.com] has joined #kubuntu === fab3010 is now known as cpmarina_roby [12:28] bleh [12:28] thomas__, [12:28] So, I'll get some sleep. Good night [12:29] fkm: ok thank you but why not? [12:29] fkm: its "decaprecated" ? [12:29] Jupp [12:29] At least in Strict [12:29] And strict is the way to go [12:29] fkm: thank you webmaster [12:29] Heheh, I'm no master ;) [12:30] fkm: :D sure you are [12:30] fkm: for me u are [12:30] It's not only deprecated, it's stupid [12:30] why you would want to mix presentation with content, I have no idea :) [12:30] NickPresta: huh? i guess i'm stupid then :S [12:30] If you are new to HTML directly learn "(x)HTML Strict" and "semantic markup". It's easier to learn and much better in the end :) [12:30] NickPresta: but i don't know [12:30] hi [12:31] thomas__, meet me in #kubuntu-offtopic if you want to discuss this further [12:31] Heheh, NickPresta, 100% true words! :) [12:31] is sabayon a good distro? i was going to install it [12:31] thomas__, No you've just learnd some bad things ;) [12:31] ubuntu: its not BAD... just different. [12:31] fkm: yea i guess [12:32] ubuntu, I would compare Sabayon is to Gentoo was Ubuntu is to Debian. Fairly accurate comparison, I think [12:32] s/was/as === ubuntu is now known as pereira [12:33] thomas__, Look for those two keyworks I gave you (HTML Strict & Semantic Markup) for your further studies and you will be on a good way :) [12:33] as redhat is to poop [12:33] fkm: ok thank you i just validated my page transitional :) [12:33] :) [12:34] fkm: lol i like you u used "bleh" [12:34] Heheh :) [12:34] I've reached a point where I can't see foo and bar anymore ;) [12:35] i'm still wondering when this became #html [12:35] So, I got to go. Good night everybody and godspeed ;) === CSills [n=csills@c-71-59-52-223.hsd1.ga.comcast.net] has joined #kubuntu === representantes_ [n=represen@mail.delti.com.mx] has joined #kubuntu === jereme [n=jereme@74.95.32.249] has joined #kubuntu [12:37] fkm: lol i can't pm you === kalorin` [n=kalorin@8.8.206.254] has joined #kubuntu === sea_4_ever` [i=daniel@dialup-66-205-15-44.dialup.sunbeach.net] has joined #kubuntu === sea_4_ever` [i=daniel@dialup-66-205-15-44.dialup.sunbeach.net] has left #kubuntu [] [12:40] thomas__, As long as you can read the pms ;) === pereira is now known as ubuntu === ubuntu is now known as pereira [12:41] fkm: hold on let me read