=== mindspin [n=mindspin@p54B2D6DC.dip.t-dialin.net] has joined #kubuntu === nikkia laughs at azureus' stupidity, 400KB/s and its marked the torrent blue === mindspin [n=mindspin@p54B2D6DC.dip.t-dialin.net] has left #kubuntu ["Konversation] [12:17] How can I get java for firefox in linux? [12:17] Will an RPM work? [12:18] You can get java from ubuntu backports, hoary-extras/restricted === wincide [n=parasite@114.Red-81-35-149.pooles.rima-tde.net] has joined #kubuntu [12:18] pv_, uh... [12:18] pv_, so apt-get install java? [12:19] apt-get install sun-j2sdk1.5 [12:19] great thanks! [12:20] actually sun-j2re1.5 would also work, if you do not plan to develop java apps [12:20] pv, i always recommend the dsk [12:20] hmm [12:20] sdk [12:20] that package doesnt exist :/ [12:20] you never know when something is going to depend on running 'javac' === ilba7r [n=ilba7r@d141-64-4.home.cgocable.net] has joined #kubuntu [12:21] apt-get install sun-j2sdk1.5 - E: Couldn't find package sun-j2sdk1. [12:21] You have to add the line "deb http://ubuntu-backports.mirrormax.net/ hoary-extras main universe multiverse restricted" to /etc/apt/sources.list [12:21] how to kill a an application using its name not the id [12:21] ilba7r: killall [12:21] ilba7r, pkill [12:21] i wana kill gnome-panel [12:22] luminerd, and run "apt-get update" after that [12:22] luminerd? [12:22] hmm === setite [n=setite@ip68-108-161-209.lv.lv.cox.net] has joined #kubuntu [12:22] emacs won't work as root :/ [12:23] who knows the name of the winamp preset file... [12:23] luminerd: use kdesu [12:23] luminerd: sudo'ing gui apps rarely works [12:23] funny, for me emacs works well [12:23] kill sudo! sudo sux0rs [12:23] lol [12:23] I did sudo passwd or w/e [12:23] now I'm su'd [12:23] luminerd: then you're on your own [12:24] use vi ;) [12:24] lame [12:24] none work [12:24] oh wonderful [12:24] VI does! [12:24] I hate VI! [12:24] lol' [12:24] and no, emacs won't run from su [12:24] whyn't? [12:25] no, you see that "su" effectively logs you in as root and may set xauth settings as in console mode -> no X access. [12:25] pv, not just that... [12:25] nikkia, mainly that I believe. [12:25] pv, but emacs uses your UID to access unix domain sockets in /tmp [12:25] and things get real nasty real quick [12:25] setting XAUTHORITY="/home/user/.Xauthority" should fix X apps [12:25] which is one of the things that kdesu does properly [12:26] when in slackware, emacs works fine whilst you are su'd. [12:26] luminerd: if its the console version of emacs, sure [12:26] false. [12:26] Emacs gui works fine. [12:26] luminerd: then slackware is shipping their X setup to be insecure by default, which doesn't surprise me [12:27] they used to set it so *any* user could connect to the local X server [12:27] I still claim that this is due to xauth settings. [12:27] pv, it probably is [12:27] pv, but... [12:27] pv, ubuntu's emacs include several non-standard elisp packages as standard, some of them use unix domain sockets in /tmp [12:27] I don't think the X server even knows whether an application is root or not, it just asks it to send a magic cookie. [12:27] nikkia, thanks for taking a shit on my profession. now enjoy the banishment of ignored-land. [12:28] luminerd: watch your language, please [12:29] (Frankly, I do not see a reason for ignore now.) [12:29] pv_, what do you mean? [12:29] and also how can I change the sudo password? [12:30] sudo password should be the same as that of your user account. [12:30] so passwd [12:30] pv_, also, thanks for that command. It's working now...but curious, will I have to do anything else for it to work in Firefox? [12:30] pv_, hmm, I don't want it the same as my user account... [12:30] that defeats all purposes of even having password protection [12:30] pv, thats quite funny, if luminerd wasn't ignoring me, i could tell him how to change that :P [12:30] Errm, I meant the same as the password that you use for your own account. [12:30] if the user using these boxen knows the password, I'll have 20 screwed up boxen to fix. [12:31] pv_, I only have one account on these: caller [12:31] I want to change the password for sudo, but not caller. === Blissex|away is now known as Blissex [12:32] There is a way to force sudo to ask for root password, see "man sudoers" [12:32] thanks [12:34] pv_, that's quite a large file, mind explaining shortly? [12:34] the option is called "rootpw", but I do not remember the format of /etc/sudoers anymore :) [12:34] pv, there's another option too, that makes sudo behave like su for passwords [12:36] ah, ok thanks [12:36] ok, nikkia. I haven't tweaked sudo much. [12:36] or enough to remember all the options ;) === luminerd can't see what nikkia's saying [12:37] pv, there are basically 4 password modes for sudo [12:37] 1) ask the user's password, 2) ask root's password, 3) ask the sudo target's password, and 4) ask a specified user's password [12:38] pv, and since the mode is set per rule, you have a LOT of flexibility [12:38] ok, quite enough room at least to shot yourself in the foot [12:39] pv, you could, for example, set it to ask for your own password when running a common util, like, say, ifconfig, mount, etc, root's password for a root shell, and another user (say, editor) to edit files as root [12:41] i believe you can even lock down which files can be edited, differently [12:41] pv_, will I have to do anything else for it to work in Firefox? [12:42] so it would make sense to lock down /etc/passwd, /etc/shadow real tight, but relax editing /etc/hosts.deny or so [12:43] luminerd, perhaps ln -fs /usr/lib/j2sdk1.5-sun/jre/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/mozilla-firefox/plugins/libjavaplugin.so === _john [n=john@ool-44c63ce7.dyn.optonline.net] has joined #kubuntu [12:43] <_john> hey guys, how do i make it so i can have a shared file on my network in linux? [12:43] <_john> like the windows Shared Documents [12:44] Right-click -> properties -> file sharing [12:44] pv, hmm, thats interesting, you can even lock down sudo so that it only allows LDAP authenticated users [12:44] <_john> nice [12:45] pv_, thanks [12:45] pv, another nice feature, is that if you disable su, and enable NOEXEC mode for sudo, then all programs run as root are run with the NX bit set [12:46] ah, no, sorry, it prevents system calls to exec [12:46] documentation is a bit badly worded there :) === rubikcube [n=rubikcub@dsl-084-059-144-086.arcor-ip.net] has joined #kubuntu [12:48] nikkia, can I give root access to X? [12:48] I thought you ignored her [12:48] * pv_ === foobrain [n=jonas@c-a201e055.014-47-6f736412.cust.bredbandsbolaget.se] has joined #kubuntu === foobrain is now known as fatbrain === pussfeller [n=todd@t1-rtc-woodlawn.rtcol.com] has joined #kubuntu [12:50] pv_, still here? === Mez [n=Mez@cpc2-lich4-3-0-cust115.brhm.cable.ntl.com] has joined #kubuntu [12:52] what do you mean by "root access to X" ? [12:53] login as root or run programs as root from su [12:53] yea [12:53] but [12:53] is there a way to give su the ability to run emac [12:53] try "export XAUTHORITY=/home/caller/.Xauthority; emacs" [12:55] but -> === pv_ [n=pv@jt11-57-1.tky.hut.fi] has left #kubuntu [] === apokaway is now known as apokryphos [12:57] where do mozilla plugins go === luminerd unignores nikkia [12:57] luminerd: and that's likely to help how? you think i'm going to help you now ? [12:58] nikkia, no, I just thought you might be done trying to personally attack me. are you? [12:58] lala la [12:58] lol [12:58] luminerd: given that i never 'personally attacked you', i dunno wtf you're on about [12:58] nikkia luminerd: then slackware is shipping their X setup to be insecure by default, which doesn't surprise me [12:59] nikkia: tut tut... personal attacks! Prison next ;-) [12:59] I don't appreciate that. [12:59] I don't get it [12:59] luminerd: if you think that's a personal attack, you should study those two words [12:59] luminerd: why? are you 'slackware' ? [12:59] go into ##slackware -- they will NEVER attack Kubuntu. We believe in Linux, not just one distro of it. [01:00] hahaha [01:00] :? [01:01] wow. I'm an idiot [01:01] why was I so offended by that? [01:01] luminerd: well if you think that all Linuxs are the same, then study Debian and then check out Linspire [01:01] That's what I was thinking [01:01] I've said similar things regarding Kubuntu... [01:01] nikkia, ok, I'm sorry :( [01:01] apokryphos, didn't say that. [01:01] apokryphos, I still believe that we Linux users should stick together. I do not consider Linspire Linux. [01:01] luminerd: so if they have differences, does it not follow that some will be better than others? [01:02] luminerd: well there's a mistake; what's your definition of Linux? [01:02] apokryphos, no, they are all useful in different situations. [01:02] Wow, quite a conversation I've walked into. Hi, by the way [01:02] luminerd: so they have different strengths [01:03] apokryphos, I know it is technically linux. but they don't keep as part of the community, they don't have good support, they have ugly defaults in their kde, they screw up their kernel, they don't go open source which pretty much defeats the purpose of linux, and they all around suck. [01:03] roguejedix_, 'lo [01:03] apokryphos: what is scary, is 'Linux users' would cover Amithlon users too :) [01:03] anyway nikkia I'm very sorry I got so offended...looking back I feel like a fool [01:03] luminerd: there you go, that's your opinion [01:03] s/feel like/am [01:03] luminerd: now why you think nikkia can't have one about another distro is beyond me === roguejedix_ is now known as Rogue_Jedi_X [01:04] apokryphos: one i ran for nigh on 8 years [01:04] apokryphos, most of that's facts. my opinion is that any remotely reasonable form of linux should be considered linux, distro wars are pointless. [01:04] heh [01:04] Slackware, however, is the purest form of Linux. [01:04] luminerd: you'll have to forgive me if I think nikkia knows more than you in this area :) [01:04] It has nothing to bloat it, nothing to make it user friendly. [01:04] hehe [01:04] It's the perfect distro for learning and the most secure of them all [01:05] Too many points to even attack... [01:05] apokryphos, no, these are opinions we are discussing, no one can "know more" about them...we all know 100% of our own opinions. [01:05] and /me feels in such a good mood -- just booked holiday, woo [01:05] anyway I'm not here to do this [01:05] luminerd: there's absolutely no chance its the 'most secure of all', and i'm not bashing it with that [01:05] luminerd: errrrm, I was talking about the subject matter, not opinions. [01:06] I'm sorry that I was such an idiot back then, I'm done discussing distros, and I'd like to know the path to my mozilla [01:06] but, for example, they still eschew PAM, and their acceptance of shadow passwords wasn't all that long ago [01:06] There's a difference between an "opinion", and a substantiated proposition [01:07] ok, I'm very done with this topic of conversation. shall I seek my answer elsewhere? [01:07] #ubuntu is a better place for that question, in theory, anyhow. But mozilla plugins go in ~/.mozilla [01:07] apokryphos, thanks :D [01:08] unfortunately I'm banned from #ubuntu [01:08] I have no idea why [01:08] lol === apokryphos does [01:08] <_StarScream> luminerd: i have an idea [01:08] ? [01:08] please enlighten me! [01:08] <_StarScream> luminerd: you harrass ##slackware too [01:08] <_StarScream> or are you banned from there now as well? [01:08] _StarScream, lol, no...I never had problems in ##slacwkare [01:08] *slackware [01:09] apokryphos, by the way, is .mozilla also the place for plugins for firefox? [01:09] local ones, yes [01:09] luminerd: check what's in that directory [01:09] apokryphos, ah, perfect, so they go in .mozilla/firefox? === nikkia could make a fair guess too [01:10] if i'd been in a lousier mood, you might have been banned here, although i'd probably have got in trouble with Riddell for it :) [01:11] luminerd: you have to be careful, it depends on WHICH firefox you run [01:11] luminerd: no, in the plugins/ directory, though it would probably search in firefox/ too (not sure). [01:11] there are 2 firefox builds on [k] ubuntu [01:11] luminerd: my firefox plugins are in $HOME/.mozilla/plugins [01:11] nikkia, which umm, hmm, not sure [01:11] one uses .mozilla/firefox, the other uses .firefox [01:11] nikkia, I got mozilla-firefox [01:11] luminerd: that one uses .mozilla/firefox, i believe [01:11] oh yea [01:11] must be since I don't have a .firefox :P [01:11] nikkia: Which one uses .firefox then? [01:11] Rogue_Jedi_X, I see...hmmm [01:11] Rogue_Jedi_X: backport's 'firefox' [01:12] Ah, thanks [01:12] Rogue_Jedi_X: i think, mudding the waters more, backports has a mozilla-firefox too [01:12] ok so should they go in .mozilla/firefox or .mozilla/plugins (which does not currently exist) [01:12] luminerd: its a bit more complicated than that [01:13] Please enter the installation path of the Mozilla, Netscape, or Opera browser (i.e., /usr/lib/mozilla): [01:13] that's what the flash plugin says [01:13] Interesting. Three firefoxes. I think I have backports commented out anyway [01:13] .mozilla/plugins then [01:13] luminerd: you have to find the 'plugins' directory below your profile, to make them unique to firefox, i don't honestly know if .mozilla/plugins is a 'local, global between mozilla/firefox' directory, but if apokryphos says it is, i'll trust his word :) === troglodyt [n=user@204-101-205-72.anikast.net] has joined #kubuntu [01:14] global plugins appear to be in /usr/lib/mozilla/plugins here [01:14] thoreauputic: global ones are, yes [01:14] nikkia, so uh...I make the directory or? [01:14] Same here [01:15] thoreauputic: they can also be in /usr/lib/firefox/plugins too :) [01:15] nikkia: ah yes :) [01:15] thoreauputic: again, its the difference between a firefox plugin, and a mozilla/firefox plugin [01:15] luminerd: do you not have a ~/.mozilla/plugins ? Well, if you don't, create it. [01:15] luminerd: Just point it to $HOME/.mozilla [01:15] apokryphos, no, no /plugins.. :/ [01:16] Rogue_Jedi_X, oh, ok cool [01:16] thanks [01:16] luminerd: well, then create it [01:16] I think it makes the directory on its own if there isn't any [01:16] nikkia: one more reson for eschewing the use of backports... [01:16] *reason [01:16] once it's done you'll have a flashplayer.xpt libflashplayer.so [01:16] lol [01:16] i believe Rogue_Jedi_X is correct, its asking for the parent directory of the plugin directory [01:16] WARNING: Please enter a valid installation path. [01:16] luminerd: you didn't make the directory [01:16] ok [01:16] thoreauputic: they do do some silly things, but on the other hand, there's useful stuff in there... [01:17] luminerd: mkdir ~/.mozilla/plugins [01:17] I was wrong. harikiri time [01:17] nikkia: true I guess - just nothing I need (so far) [01:17] Please enter the installation path of the Mozilla, Netscape, or Opera browser (i.e., /usr/lib/mozilla): /home/caller/.mozilla/plugins == WARNING: Please enter a valid installation path. === [Surge] [n=[Surge] @tpr-ip-nas-1-p23.telkom-ipnet.co.za] has left #kubuntu ["Leaving"] [01:17] apokryphos, I did [01:17] thanks [01:17] luminerd: what *are* you doing? [01:17] luminerd: it wants the 'mozilla' directory, not the plugins directory [01:17] luminerd: ie, try /home/caller/.mozilla [01:17] apokryphos, just trying to get flash, nothin more lol [01:18] nikkia, tried that too [01:18] nikkia, same [01:18] I'll put it in global === dooglio [n=doug@adsl-216-102-106-223.dsl.scrm01.pacbell.net] has joined #kubuntu [01:18] luminerd: A dumb question: does that directory even exist? [01:18] luminerd: it might not install properly to a personal profile then *shrug* you might have to use /usr/lib/firefox or /usr/lib/mozilla [01:18] luminerd: why are you installing it like that anyway? [01:18] Rogue_Jedi_X, yea, it does [01:18] apokryphos: because you told him to :P [01:18] luminerd: you can -- and should -- get it from the repos [01:19] nikkia, which/what? [01:19] apokryphos: oh, i see what you mean :) [01:19] apokryphos, repos? [01:19] LOL [01:19] ok what's the pkg name [01:19] !info flashplayer-mozilla [01:19] flashplayer-mozilla: (Macromedia Flash Player), section multiverse/web, is optional. Version: 7.0.25-0.0 (hoary), Packaged size: 956 kB, Installed size: 2136 kB [01:19] thanks! [01:19] nikkia: did you see BigBrother this year? :P [01:19] apokryphos: nope, not one second of it, i'm quite proud [01:20] Isn't that some reality show? [01:20] well that sure as crap makes it easier [01:20] nikkia: you should be ;-) [01:20] apokryphos: i even managed not to hear any of their names [01:20] nikkia: Anthony won [01:20] apokryphos: or even know *anything* about it [01:20] you have now :P [01:20] apokryphos: means nothing to me [01:20] nikkia: I've never got into it before, but did this time (was reasonably enthralling at first). Got lame near the end, but still quite addcited [01:20] OMG [01:21] nikkia: mostly just put in arrogant people, of course. [01:21] apokryphos: yeah, i was like that with it last year, thats why i didn't watch it this year [01:21] some guy's using IE to view MYSPACE on a WINDOWS computer in the office!!!!! uururutgh! [01:21] nikkia: Victor! [01:21] apokryphos: you'll probably find that you can't bear it next year :) [01:21] hopefully [01:21] it wastes a lot of time [01:21] but makes for good conversation at times. Debates, too. :P [01:21] apokryphos: you could say that about the whole of C4/E4 :) [01:21] Pretty sad though [01:22] reality-TV is "bigger", really, than most other stuff like that. [01:22] Have any of you seen the Windows Vista beta screenshots? Looks like another facelift to me [01:22] I actually don't watch that much at all anymore. Watched the final today though; and watched many BB episodes. Hilarious at first. [01:22] apokryphos: i quite enjoyed the BBCs reality shows around 2000-2001 [01:22] Rogue_Jedi_X: yeah, it's improved significantly lately [01:22] nikkia: when they were fresh n' new [01:23] Improved? How? [01:23] apokryphos: ie, that one where they were on the island in the shetlands, and paddington green [01:23] heh [01:23] nikkia: who was your favourite from last series? [01:23] Rogue_Jedi_X: check out the screenies [01:23] apokryphos: tbh, i didn't really attach to any of them, i found them all irritating, but in an amusing way (at first) [01:23] Rogue_Jedi_X: iCandy-wise, I mean. Earlier screenshots looked just like a blue XP [01:24] apokryphos: they've made it look like a black XP now :P [01:24] Oh, that. Yeah, that's true. Though I think the close button is waaaaay to wide [01:24] nikkia: Yeah. I didn't watch it that much; remember liking VIctor most of the time (hating him at others), and found it a disgrace that Nadia won. :| [01:24] Rogue_Jedi_X: effective though, apparently. New Plastik Window-dec for kde 3.5 is a lot bigger [01:24] apokryphos: i couldn't bear victor, but then, thats the woman's perspective for you :) [01:25] *checks* [01:25] nikkia: he's the classic character for teenagers to just keep laughing at. Too funny. [01:25] Rogue_Jedi_X: though of course it's completely customizable [01:26] No doubt. And since when does KDE-look.ord have a KDE 4.0 section? [01:26] since yesterday [01:26] nikkia: anyhow, this year unfortunately the only character I really liked was voted out about half-way through [01:27] jpatrick: Really? Only beta, I assume? [01:27] Of course [01:27] The KDE 4 section poped up yesterday [01:27] weird that they should put it in more than a year than it's expected to come out :) [01:28] apokryphos: that one with the celebs in the mansion that Ch4 had a while ago was mildly amusing too, if only because if you watched it enough, you realised it was all completely faked [01:28] http://dot.kde.com [01:28] nikkia: celebs..mansion.. wha? Must've missed it. I don't really watch any others... there's far too many these days [01:28] apokryphos: it was about oh 16 months ago... === _john [n=john@ool-44c63ce7.dyn.optonline.net] has joined #kubuntu [01:29] apokryphos: james love hewitt was in it [01:29] jpatrick: dot.kde.org [01:29] oppss [01:29] past midnight.. :p [01:29] nikkia: not Jessica? Beh :-\ [01:30] <_john> say, when i installed Kmix and i boot it up, there is a little Red circle with an X on it in the tray. no sound comes out,a nd when i click it, it asks me to select a mixer from a listof mixers, but there are no mixers in the list. [01:30] apokryphos: anyway, once you watched it for more than about 2-3 hours, you started to realise that the timing wasn't always right, and since the 'mansion' was actually a sound stage in elstree (a fact they didn't really hide) they could have, and probably did, film it all in a day :) [01:30] hahaha [01:30] That would've been funny [01:31] 8 out of 10 cats is gettin' real funny, btw; and it just finished :( [01:31] apokryphos: the 'sky' outside the windows was cardboard panels on the soundstage, for example === thoreauputic_ [n=prospero@wolax6-015.dialup.optusnet.com.au] has joined #kubuntu [01:32] apokryphos: 'Back to Reality' according to imdb === thoreauputic_ is now known as thoreauputic [01:32] and i got it wrong, it was 5 not Ch4 [01:33] nikkia: haha. Sounds like the reality part is pretty central [01:33] apokryphos: the title could be irony [01:34] ah, that's why i lagged earlier [01:34] i just got an email from fcron telling me my IPv6 connection dropped :) [01:34] :-s [01:38] eloquence of kde4 currently http://www.canllaith.org/svn-features/images/kde4-02.png :P [01:38] that yellow in kicker is a feature === seth_k [n=seth@24-117-17-230.cpe.cableone.net] has joined #kubuntu === _scott [n=scott@202.155.163.39] has joined #kubuntu === hon [n=hon@gazor3.ece.queensu.ca] has joined #kubuntu [01:39] apokryphos: what about the grey background on 'Location' ? [01:39] is that a feature too? [01:39] nikkia: no [01:39] it should be a little lighter [01:40] by that, i assume you mean 'it should match the surrounding grey' ? :) [01:40] nikkia: actually, nope... just checking -- it should be yellow too [01:40] the icon in the file konqueror window looks cut off too [01:41] i mean the icon in the location bar, not the window itself [01:41] well, is it yellow? If not, then... [01:42] Yeah, seems kinda silly to have a section on kde4 made already [01:42] maybe it's to "increase the buzz/hype", but kinda silly, as nothing actually works properly on it yet [01:43] Voting for Linux Journal finished on 30th of June (or July, let's say). Why exactly is it taking them till November to anounce the votes? :| [01:47] apokryphos: seen this, btw? http://www.pearpc.net/images/screenshots/1123658799.jpg [01:47] amd64 :P [01:48] apokryphos: OS X hacked to run on generic PCs [01:48] in that case, under vmware [01:48] very nice [01:52] nikkia: ever had a mac? [01:52] yeah, had a few === radis [n=radix@pc-162-206-104-200.cm.vtr.net] has joined #kubuntu [01:52] Tried a friend of mine's not too long ago. Really smooth, actually. [01:52] Quite different to our Mac we had about 10 or so years ago (probably more) [01:53] my server machine when i was living in the US, was actually a G3-400 running yellowdog === Raptoid [n=raptoid@85.97.43.136] has joined #kubuntu [01:53] we had a paper-boy game on it though, as I recall. Good enough for me [01:53] oh [01:53] did a side-by-side dvd->divx encode on it, against my P3-800, it absolutely crushed the P3 [01:53] like 90 minutes vs 4 hours [01:53] wow [01:53] selamlar. [01:54] nikkia: what do you use for that? I remember in my more adventurous divx days I managed to make a couple, but they were always *very* big, sound wouldn't always lign up etc etc [01:55] apokryphos: the last mac i owned, and probably the last i'll ever own, was a dual G4-866, whose northbridge blew up 2 days after the warrenty expired [01:55] apokryphos: i usually use transcode these days [01:55] Perfect precision [01:56] i won't be buying a x86 mac [01:57] i didn't feel quite so dirty paying 3-5x the price of a PC when i knew i was getting a superior CPU [01:58] planning a new computer soon? === troglodyt [n=user@204-101-205-72.anikast.net] has joined #kubuntu [01:58] sort of [01:58] What are you running at the moment, again? [01:58] my boss promised me two shuttle-X systems as a bonus [01:58] Yes, your boss does like you indeed 8) === pax drools over shuttle xpc [01:58] my boss would probably give me an extra shift instead ;-) [01:58] one is going to be a linux server for email/www/IPv6 tunnel, so i don't have to run all that stuff on my desktop [01:59] the other is going to my SO [01:59] the desktop i'm using now will remain tho [01:59] right [01:59] and its a P4-2.8 w 1GB of ram [01:59] n-nice [02:00] not really, its old, its slow, and its clunky === seth_k is now known as seth_k|away [02:00] 2.8 still sounds very good to me [02:00] and a gig of ram. Though, what type of ram? [02:00] apokryphos: its an old 2.8 [02:00] no HT, and no 800Mhz FSB === pax running an ol' athlon 2100+ at 2700+ speed with 1GB of PC 3200 ram [02:01] apokryphos: just DDR333 [02:01] still not bad [02:01] not even dual banked, as the chipset doesn't support it === troglodyt [n=user@204-101-205-72.anikast.net] has joined #kubuntu [02:01] I only ever go for Athlons though [02:02] apokryphos: i had a bad experience with AMD a long time ago :P [02:02] always much cheaper, for us. Confused about which is actually better, though read more than enough articles :P [02:02] and i really do mean a LONG time ago [02:02] Athlons are easily more popular, too, from where we buy. Most of the sellers regard Athlons more highly [02:02] i had a 386DX-40 [02:03] AMD is making cheap fast quiet chips now [02:04] the problem was, AMD didn't even tackle the issue that the VLB spec called for a max clock of 33MHz at the time [02:04] so it was terribly unstable, and i blame AMD [02:04] oddly, the 486DX-50 i replaced it with, didn't have the same issue [02:04] dual core sounds good [02:04] (and it was a first gen DX50, not the crappier 2nd gen that was released at the same time as the DX66) === valdhir [n=valdhir@62.57.15.96] has joined #kubuntu [02:05] most people didn't realise at the time, that there were two 486DX-50s, and the first-gen one was the best, it would outperform a DX66 for the most part [02:05] sounds like ancient talk to me; old indeed [02:06] (first-gen had a 50Mhz FSB, second gen, and the DX-66 had clock doubling, so a 25Mhz and 33Mhz FSB) [02:06] if you were IO bound, the DX-50 first gen would stomp all over the DX-66's slower FSB === pax [i=pax@dd05.us] has joined #kubuntu [02:09] oh, i also owned a K5 P166+ at one point, another reason to hate AMD :P [02:10] nikkia: how many have you had in all? Computers? [02:10] We've had under 10, but that's only 'cos we've got a big family, really [02:10] apok, hmmm, lets think, 5 :) [02:11] erm, thats just x86 desktops [02:11] oh :-O. Less than I thought [02:11] and its a bit deceptive, because each 'PC' went thru 2-3 motherboard/CPU combos :) [02:12] + 4 laptops and 8 macs [02:14] wow; many macs === Tm_lag [n=travolta@85-156-1-129.elisa-mobile.fi] has joined #kubuntu [02:16] apokryphos: an old quadra 900/950, a biege G3-300, 3 B&W G3s (2*350 + 1*400), a dual G4-866, and 2 333MHz iMacs [02:17] Wish I could remember the stats of ours; they were..... bad [02:17] though reasonable at the time. A "computer" -- wow. [02:18] apokryphos: the 3 B&W G3s were the extravagance, they were all pretty much simultaneous purchases [02:18] why three? [02:18] 1 as a server, 1 as a dedicated music workstation, and 1 (the 400) as my development machine [02:18] the biege G3 was supposed to be the server, but it had a weird fault [02:18] heh. Real different user stations [02:19] it would just lock up after a random amount of up-time, no matter what OS it was running [02:19] never did work out why, although it stopped doing it near the end [02:19] 'bout time [02:19] We had a really bad computer as a server [02:20] tried to hide it away 'cos it would make an annoying sound. Ended up getting a router instead ;-) [02:20] apokryphos: heh, our server between 1996 and 1999 was... [02:21] an 'open' 486DX100 w/64MB of ram, running freebsd [02:21] hi kids [02:21] by open, i mean, the case was missing 3 of the sides :) === sproingie [i=foobar@64-121-15-14.c3-0.sfrn-ubr8.sfrn.ca.cable.rcn.com] has joined #kubuntu [02:22] heh. I was just thinking... open-freebsd? 8) [02:22] apokryphos: it also ran completly off my oldest slowest HDD :) [02:22] who stole the sides? Big mystery at work [02:22] a 1GB SCSI drive that was manufactured in the mid 80s :) [02:22] full height 5.25" :) [02:23] apokryphos: istr that i removed the panels [02:23] i THINK it was when the CPU fan died and i CBA to buy a new one [02:24] either that, or when i had the problem that the floppy drive would only work if it was upside outside the case - and since freebsd didn't recognise my scsi drive, i had to boot the kernel from floppy :) [02:24] Heh === apokryphos wonders how you remember all the specifics :P [02:25] apokryphos: good memory [02:25] indeed [02:27] oh well, bedtime, i think [02:29] ok; 'night nikkia :) === Tm_lag [n=travolta@85-156-1-129.elisa-mobile.fi] has left #kubuntu [] === kdw [n=liz@ip-66-80-8-50.dsl.sca.megapath.net] has joined #kubuntu === fatbrain [n=jonas@c-a201e055.014-47-6f736412.cust.bredbandsbolaget.se] has joined #kubuntu [02:33] Hello, what firewall application should I use? === seth_k [n=seth@24-117-17-230.cpe.cableone.net] has joined #kubuntu [02:38] /sb end [02:38] /sb end [02:38] ew [02:38] ye right [02:38] pax, got x working.. the msic font path was changed :) === incubii [n=incubii@cor9-ppp3255.hay.dialup.connect.net.au] has joined #kubuntu [02:48] teprrr: good for you; persistence pays eh [02:52] pax, ye, well, I was going to sauna and drinking beer so I hadn't time to check this out earlier :) === fatbrain [n=jonas@c-8501e055.014-47-6f736412.cust.bredbandsbolaget.se] has joined #kubuntu [02:52] but that was easy one, nice to be back in kde :) [02:52] Hello, what firewall should I use? [02:52] but gotta go to sleep, it's almost 4am.. nights [02:52] teprrr: night :) === milksteak [n=milkstea@60-234-138-71.bitstream.orcon.net.nz] has joined #kubuntu [02:53] la la la... [02:54] fatbrain: if you're looking for an easy to use iptables frontend, check out firestarter [02:55] anyone here play flash games? [02:55] pax: I'm not looking for an easy to use (tho it would be neat) I'm looking for a very secure and wich uPnP support [02:55] how do you do so [02:56] uh [02:56] flash should be in apt [02:56] er this is kubuntu, should've suggested guarddog. try shorewall [02:57] well [02:57] I have flash [02:57] but it doesn't actually work. [02:57] hmmm [02:57] I can view a flash, and press buttons and such,but if I press my arrow keys nothign happens [02:57] in firefox? [02:57] Yea [02:57] hmmm [02:58] well I can say I've had any problems with it [02:58] so I can't really help [02:58] sorry [02:58] ... [02:58] you have not had problems? [02:58] That's crazy [02:58] heh\ === troglodyt [n=user@204-101-205-72.anikast.net] has joined #kubuntu [02:58] not with flash [02:58] well [02:58] I've installed Linux like 12 times on dif. comps [02:58] heh [02:58] and every single time flash has not worked. [02:58] hmmm [02:59] flash works fine for me [02:59] wow. [02:59] how did you get it? [02:59] apart from when i first installed it [02:59] didn't have all the fonts [02:59] flash games like what? [02:59] couldn't see text [02:59] fine now [02:59] pax, anything that uses the arrow keys [02:59] hmmm [02:59] luminerd, link me to the game you're trying to play [03:00] milksteak, http://newgrounds.com/portal/view/257289 but it won't work on any [03:00] let me know if that has sound too, if it does my sound is also b0rked [03:01] good games, thanks for the link, plays fine here [03:02] crap. [03:02] bleh [03:02] pax, how did you fix it? [03:02] not even loading for me [03:02] but I'm guessing it's just my shitty connection === Ashzero [n=ash@152.135.101-84.rev.gaoland.net] has joined #kubuntu [03:03] luminerd: I didn't fix anything, did you check the wiki https://wiki.ubuntu.com/FlashPlayerStandalone [03:03] CRAP. [03:03] ok thanks :( [03:04] https://wiki.ubuntu.com/RestrictedFormats [03:04] my flash player's b0rked and it always has been on EVERY linux I've ever installed. It just doesn't make any sense that no one else has that problem. [03:04] luminerd: how did you install flash? === wilhelm [n=wilhelm@Mix-Le-Lamentin-106-2-172.w80-9.abo.wanadoo.fr] has joined #kubuntu [03:05] pax, apt-get install flashplayer-mozilla [03:05] pax, so you did a wine? [03:06] apt-get install flashplugin-nonfree [03:06] voila [03:06] no, no wine involved, check the bottom of the page or simply https://wiki.ubuntu.com/RestrictedFormats and scroll down to Macromedia Flash [03:06] will that work for mozilla? === HgaaAFK [i=hg16@201.249.122.87] has joined #kubuntu [03:06] firefox that is? === hache [n=hache@81-202-112-105.user.ono.com] has joined #kubuntu [03:07] pax, will I have to ln something somewhere? [03:07] luminerd: did you sudo apt-get install flashplugin-nonfree ? === wilhelm is now known as fonesic === troglodyt [n=user@204-101-205-72.anikast.net] has joined #kubuntu [03:08] pax, yea, it's runnin [03:08] done [03:08] restart firefox and check if you can run that game [03:08] Updating mozilla-firefox chrome registry...done. [03:08] is that right? [03:08] ok [03:09] SWEET [03:09] sound works [03:10] GAME WORKS! [03:10] yea! [03:10] thankn you! [03:10] np === Ashzero [n=ash@152.135.101-84.rev.gaoland.net] has left #kubuntu ["Konversation] [03:11] hmmm [03:11] dang [03:11] no work for me [03:11] well [03:11] sound [03:11] cursor still must be on the flash [03:11] but arrow keys do nothing [03:12] but better than nothin === Heart [n=jzdgc@p549C08F3.dip0.t-ipconnect.de] has joined #kubuntu === incubii [n=incubii@cor9-ppp3255.hay.dialup.connect.net.au] has joined #kubuntu === loadquo [n=loadquo@81-86-131-30.dsl.pipex.com] has joined #kubuntu === derelm [n=elm@p54B1C876.dip.t-dialin.net] has joined #kubuntu [03:27] in kubuntus kde shutdown dialog one can choose which os to boot next time (grub config). is that a standard kde feature, that should work right out of the box on any distro or is that a kubuntu extension? can anyone tell me? === jsubl2 [n=jsubl2@209.144.23.40] has joined #kubuntu [03:33] http://www.canllaith.org/svn-features/images/kde4-02.png [03:33] gstreamer0.8-faad: Depends: libc6 (>= 2.3.2.ds1-21) [03:33] what does that mean [03:33] you need to install libc6 too [03:34] what is that [03:35] a librarie [03:36] but 2.3.2.ds1-20ubuntu13 is to be installed [03:36] and it says its uptodate [03:38] well [03:38] install it [03:39] apt-get install libc6 === jeffbrown [n=jeff@ppp-69-148-9-32.dsl.stlsmo.swbell.net] has joined #kubuntu [03:41] is there a package update applet type thing that will check periodically to see if any installed packages are out of date? === eskina2 [n=eskina2@181.Red-217-127-138.pooles.rima-tde.net] has joined #kubuntu === pl_ice [n=michal@203.161.90.69.dyn.amnet.net.au] has joined #kubuntu [03:54] yes, sudo update-manager [03:54] hi, anyone can help me with my route tables? === seth_k [n=seth@24-117-17-230.cpe.cableone.net] has joined #kubuntu === ToyMan [n=stuq@user-12lcqsp.cable.mindspring.com] has joined #kubuntu === pl_ice [n=michal@203.161.90.69.dyn.amnet.net.au] has left #kubuntu [] === orkid [n=mike@Toronto-HSE-ppp3719293.sympatico.ca] has joined #kubuntu [04:18] Hi, does anyone have an idea why kcm won't connect to DCOPserver? It tells me that Authentication failed... It then goes into the dialog that I called up in the first place (Adjust Date & Time) but any time zone changes are not permanent. Any ideas? === Mez [n=Mez@cpc2-lich4-3-0-cust115.brhm.cable.ntl.com] has joined #kubuntu === beford [n=foo@anonymous.genetikayos.com] has left #kubuntu [] === ^wotan^ [n=wotan@83.165.102.226] has joined #kubuntu === ^wotan^ [n=wotan@83.165.102.226] has left #kubuntu ["Leaving"] === troy [n=troy@wnpgmb01dc2-26-32.dynamic.mts.net] has joined #kubuntu [04:30] does there exist an installable developer version of breezy? or is apt the way to test things out? === Mez [n=Mez@cpc2-lich4-3-0-cust115.brhm.cable.ntl.com] has joined #kubuntu [04:35] troy: ftp://cdimage.ubuntulinux.org/cdimage/releases/breezy/colony-2/breezy-live-i386.iso === ilba7r [n=ilba7r@d141-64-4.home.cgocable.net] has joined #kubuntu === StevenKwan [n=a@219.95.24.158] has joined #kubuntu === Jambon [i=user@68-187-102-3.dhcp.eucl.wi.charter.com] has joined #kubuntu === JayParadise [n=jayparad@cpe-024-088-121-092.sc.res.rr.com] has joined #kubuntu === Jambon [i=user@68-187-102-3.dhcp.eucl.wi.charter.com] has joined #kubuntu === jsubl2 [n=jsubl2@209.144.23.40] has joined #kubuntu [05:00] don't want the live disk, want the install - but thanks :) [05:01] I need a kernel newer than that in hoary in order to install to my SATA disk - so I'll install breezy, and fool around with it [05:01] ftp://cdimage.ubuntulinux.org/cdimage/releases/breezy/colony-2/breezy-install-i386.iso === Jambon [i=user@68-187-102-3.dhcp.eucl.wi.charter.com] has left #kubuntu [] [05:16] what's the difference between colony-2 and the daily builds? === james_ [n=jayparad@cpe-024-088-121-092.sc.res.rr.com] has joined #kubuntu === EasterSunshine [n=EasterSu@pool-70-18-25-214.ny325.east.verizon.net] has joined #kubuntu === dargo is now known as dargo-away === dewey [n=dewey@c-67-168-51-149.hsd1.wa.comcast.net] has joined #kubuntu === jsubl2 [n=jsubl2@209.144.23.40] has joined #kubuntu === gadISku_za [n=Wait@218.111.192.5] has joined #kubuntu === Mez is now known as Mez|WoW === guilhermee [n=guilherm@200164012059.user.veloxzone.com.br] has joined #kubuntu === torum [n=torum@203.173.236.132] has joined #kubuntu === torum is now known as torz === _coco [n=coco@81.213.187.211] has joined #kubuntu [06:22] hmmm just installed VLC and the fullscreen mode is bung. All it does is maximize the window from what I can see. Any suggestions? [06:25] who knows how to hack..? === _coco [n=coco@81.213.187.211] has left #kubuntu ["Konversation] [06:26] you mean lame things like buffer overflows? [06:26] get into someones sytem.. [06:26] its gay, dont even bother looking into things like that. [06:27] nooo === incubii [n=incubii@cor9-ppp3255.hay.dialup.connect.net.au] has joined #kubuntu === _coco [n=coco@81.213.187.211] has joined #kubuntu === _coco [n=coco@81.213.187.211] has left #kubuntu ["Konversation] [06:37] which package has mysql_cxonfig [06:37] mysql_config === ToyMan [n=stuq@user-12lcqsp.cable.mindspring.com] has joined #kubuntu === FireEgl [i=Atlantic@Atlantica.US] has joined #Kubuntu === twt [n=twt@24.144.58.234] has joined #kubuntu === yasser [n=yasser@59.93.165.132] has joined #kubuntu === yasser is now known as coolblue === coolblue [n=yasser@59.93.165.132] has left #kubuntu ["Konversation] === XsM [n=xsm@port-60-234-97-122.orcon.net.nz] has joined #kubuntu === KeiserSuse [n=Jon_Lars@osiris.icrt.cu] has joined #kubuntu === kakalto [n=kakalto@wired-210-54-56-47.ps.net.nz] has joined #kubuntu === ztonzy [n=ztonzy@blender/artist/ztonzy] has joined #kubuntu === Jeezis [n=roger@4.23.231.35] has joined #kubuntu === coolblue [n=yasser@59.93.170.166] has joined #kubuntu === coolblue [n=yasser@59.93.170.166] has left #kubuntu ["Konversation] === thoreauputic [n=prospero@wolax6-086.dialup.optusnet.com.au] has joined #kubuntu === leongor [n=leongor@line133-97.adsl.actcom.co.il] has joined #kubuntu === mabu [n=mabu@cmb32-29.dial-up.arnes.si] has joined #kubuntu === jake1 [n=catrin@pool-68-163-187-102.bos.east.verizon.net] has joined #kubuntu === ubuntu [n=ubuntu@61-23-128-29.rev.home.ne.jp] has joined #kubuntu === mijndert [n=mijndert@f202014.upc-f.chello.nl] has joined #Kubuntu === UyCaRumBa [n=UyCaRumB@201.230.16.158] has joined #kubuntu [08:22] :O === trog|odyt [n=user@204-101-205-72.anikast.net] has joined #kubuntu [08:28] :O [08:28] hi === seth_k [n=seth@24-117-17-230.cpe.cableone.net] has joined #kubuntu === PieD [n=Pierre@ALille-251-1-82-151.w82-127.abo.wanadoo.fr] has joined #kubuntu === seth_k is now known as seth_k|away === Poromies [n=PoroUkko@o52.ip2.netikka.fi] has joined #kubuntu === [Surge] [n=[Surge] @tpr-ip-nas-1-p23.telkom-ipnet.co.za] has joined #kubuntu === Bubbling_Zombie [n=zombie@dD577A0CC.access.telenet.be] has joined #kubuntu === JakubS_ [n=qba@ain131.internetdsl.tpnet.pl] has joined #kubuntu === hussam [n=hussam@194.126.31.19] has joined #kubuntu === thoreauputic is now known as thor|break === golanz [n=golan@85.116.131.5] has joined #kubuntu === mijndert is now known as mijndert|afk === hifriend [n=hifriend@vex.dreamhost.com] has joined #kubuntu [09:41] -hifriend:#kubuntu- lol g, join #bantown and get banned u fuqn JEWS [SOLLOG KNEW BANTOWN WOULD WIN] . #kubuntu SUCKS === hifriend [n=hifriend@vex.dreamhost.com] has left #kubuntu [] === thor|break is now known as thoreauputic === CyberMad [i=CyberMad@202.73.117.45] has joined #kubuntu [09:45] hi, does kubuntu support dreamweavers crossoffice? [09:46] from www.dreamweavers.com [09:46] dreamweavers crossoffice ? [09:47] yes.. [09:47] a commercial version of wine [09:47] i think crossover is kind of universal [09:47] I know codeweavers crossoffice [09:47] but not dreamweavers crossoffice [09:47] <[Surge] > :) [09:48] yes, but i just want to know if crossoffice already run very well on kubuntu [09:48] it'll work [09:48] codeweavers ;( [09:48] i mean that [09:48] if you have said crossoffice only, I'd have answered immediately [09:48] hahaha... sorry d00d [09:49] but that's insulting for codeweavers to tell they are "dreamweavers" [09:49] dreamweavers doesn't support opensource ! [09:49] get accidently exchanged with macromedia :(( [09:49] lol [09:50] once more question, does kubuntu support NAT, i want to make an internet sharing for some pc [09:51] anybody's used Knetstats? [09:51] CyberMad: without any problem off course ! [09:51] <[Surge] > Yeah NAT is no problem on any linux distro [09:52] <[Surge] > Although personally I recommend a separate firewall running something like IPCop or Smoothwall [09:52] <[Surge] > Aimed at that sort of task and easy to setup [09:52] hehe.. thanks2 i'm newbie in linux :) i would use linux as my main os and windows just for backup [09:52] windows for backup ??? [09:53] sorry wrong english lang :( [09:53] you mean saving datas ? [09:53] i'm working on visual studio .net [09:53] :/ [09:53] <[Surge] > Hissss ... [09:53] (I hate .net) [09:53] i read from crossoffice forum and not support it [09:54] you can still use qemu (with its kernel module for speed) [09:54] :( yeah.. just my job demand [09:54] you install win2000 in qemu, then visual studio in win2000 in qemu [09:54] what is qemu, is it like vmware? [09:54] but that may be a bit slow (one of my friend is going to test that shortly) [09:54] like vmware, but different :) [09:55] <[Surge] > CyberMad: Yes [09:55] vmware is a virtualiser (is that the right word ?) [09:55] while qemu is an emulator [09:55] i will try it.. :) [09:55] qemu is able to emulate PPC systems on x86 systems [09:55] <[Surge] > qemu is OpenSource as far as I know. VMWare is proprietry. [09:55] while vmware is only able to emulate x86 on x86 [09:55] PieD wow... [09:55] ^^ [09:56] qemu supports 4 architectures [09:56] (sparc, arm, ppc and x86) [09:56] sorry : 5 (I forgot x86_64) === CyberMad waiting kubuntu iso finished download [09:57] what is the site anyway? (qemu).. [09:57] fabrice.bellart.free.fr [09:57] thanks.. [09:57] no [09:58] my memory is wrong [09:58] http://fabrice.bellart.free.fr [09:58] bellarD and not bellarT [09:58] nice help in this community :) === UyCaRumBa [n=UyCaRumB@201.230.16.158] has left #kubuntu ["Leaving"] [09:58] <[Surge] > Smart Frenchmen [09:59] http://fabrice.bellard.free.fr/qemu/ [10:00] hmm.. so i think i don't need crossoffice? because all windows apps can run smoothly on qemu, right? [10:00] not as smoothly as with crossoffice [10:00] but crossoffice uses the opensource project wine ! === pc10 [n=pc10@202.93.36.58] has joined #kubuntu [10:01] ho, I forgot : .net is available under linux through mono [10:01] what is mono? sorry many question -_- [10:01] and the mono folks are working on a development environment [10:02] mono is a .net implementation for linux :) [10:03] http://www.mono-project.com/Main_Page [10:03] and http://www.monodevelop.com/ [10:04] but I think .net is bad (while Java is great) [10:04] (but still not as great as python :) [10:04] ok [10:04] :D === pc10 is now known as wira === wira is now known as pc10 [10:04] thanks PieD for ur valuable information === laser_tk [n=laser@a84-230-144-133.elisa-laajakaista.fi] has joined #kubuntu === zAo^ [n=zao@zAo.xs4all.nl] has joined #kubuntu [10:05] <[Surge] > I still haven't figured out what .net or mono are all about. Have yet to see an app that uses it, [10:07] mono is only a .net implementation [10:07] microsoft calls his implementation .net [10:08] [Surge] : see some gnome apps, all their devs drool over .net and mono [10:08] .net provides a class library [10:08] so do i, but at least for me this is make me sure that linux is the best choice [10:08] and a kind of language abstraction layer [10:08] so every language will be compiled to a sort of bytecode === pc10 [n=pc10@202.93.36.58] has joined #kubuntu [10:09] and thanks to that bytecode, a python.net program is able to use a VB.net class [10:10] but what I don't like with .net is that every language is downgraded to a kind of common capabilities === _pc10 [n=pc10@202.93.36.58] has joined #kubuntu [10:10] personally, I think every language needs its own classes to reflect the language capabilities [10:11] PieD do you how to programming PocketPC apps in linux? [10:11] I don't know [10:11] pocketpc is causing troubles under linux :/ === arte_ [n=arte@AStrasbourg-251-1-53-27.w82-126.abo.wanadoo.fr] has joined #kubuntu [10:12] PieD do you mean the Active Sync? [10:12] undocumented protocol [10:12] yes [10:12] activesync is a proprietary and undocumented protocol from microsoft [10:12] my friend already do the activesycn with PocketPC on linux [10:12] www.bigwisu.com [10:12] ? [10:12] my friends were not able to do that [10:13] he can sync his PocketPC contacts with ximian [10:13] but not for installing apps hehe [10:13] "Koneksi dan sinkronisasi sebuah Pocket PC dengan Desktop Linux" [10:14] What language is it ?? [10:14] CyberMad: that's what I said : it's not full featured under linux [10:14] if you know the activesync protocol, then help projects implementing it under linux ! [10:14] indonesia [10:15] hehe.. just if... [10:15] :) [10:16] or something easier to do : implement usb support in qemu :) === Hamsta [n=hamsta@p5089F784.dip.t-dialin.net] has joined #kubuntu === Heart [n=jzdgc@p549C08F3.dip0.t-ipconnect.de] has joined #kubuntu === Nakkel [n=nakkel@vektori.com] has joined #kubuntu === CyberMad [i=CyberMad@202.73.117.45] has left #kubuntu [] === buz [n=buz@217-162-128-144.dclient.hispeed.ch] has joined #kubuntu [10:35] <[Surge] > Sheesh ... kubuntu's default install doesn't include cvs? Definately catered towards noobs. :) === bbb [n=bucher@p54B10224.dip0.t-ipconnect.de] has joined #kubuntu === bbb [n=bucher@p54B10224.dip0.t-ipconnect.de] has left #kubuntu ["Kopete] [10:37] [Surge] : well you can't fit everything on 1 cd :) [10:38] its on the dvd version === _frank [n=frank@p54A1311D.dip.t-dialin.net] has joined #kubuntu [10:45] <_frank> i would like to create a local mirror of the universe component (i will be away from any broadband for some time). which parts of the repository do i have to mirror? === OculusAquilae [n=bastian@p548D043E.dip0.t-ipconnect.de] has joined #kubuntu === tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #kubuntu === watje [n=watje@82.171.201.50] has joined #kubuntu === jpatrick [n=patrick@69.Red-83-35-46.pooles.rima-tde.net] has joined #kubuntu === dargo-away is now known as Dargo === P3L|C4N0 [n=gcamposm@200.106.100.192] has joined #kubuntu === luminerd_ [n=luminerd@c-24-2-69-204.hsd1.ut.comcast.net] has joined #kubuntu === Dargo is now known as dargo === Hamsta [n=hamsta@p5089F784.dip.t-dialin.net] has left #kubuntu ["Und] [11:25] What is, in your opinion, the BEST CPU you can buy? What's the best make? For fastness, that is, not a server, but a personal computer...the fastest you can get? [11:26] athlon64 x2 4800 [11:26] costs like 1000$ though [11:26] it's stupid to buy that really [11:26] buz, I see... [11:27] buz, ok, what barebone system can I get (no case just parts) for $500? Emphasis on processor and ram? === Cool^19m [i=a@213.217.250.186] has joined #Kubuntu [11:27] amd athlon64 3000+ with board and ram [11:27] nothing fancy [11:28] but more than good enough for most everythig [11:28] i installed the server version of Kubuntu ie without KDE etc etc....now i'm trying to install X.....any guide as to how?....i managed to get to the X core files..in fact X does start...but i get errors saying there is no Xsession [11:29] try installing kubuntu-desktop to get all the X and KDE stuff [11:30] he doesn't want KDE [11:30] isnt that: sudo apt-get install kdesktop? [11:30] no [11:30] the packages do get installed....yet i need X ;) === zAo^ [n=zao@zAo.xs4all.nl] has joined #kubuntu [11:30] sudo apt-get install kubuntu-desktop [11:30] i'd rather not have KDE though [11:31] well then what? [11:31] i need X alone for now [11:31] apt-get install xorg? [11:32] buz: not sure if that will work....do i need to dpkg some stuff? [11:32] no :-/ [11:32] no idea [11:32] i'd get kubuntu-desktop ;) [11:32] doesnt really hurt [11:32] takes some space but that's about it [11:32] buz: but i dont want all the extra little proggies with KDE [11:32] :) [11:33] then remove them later [11:33] i'm trying to do that in reverse lol :D [11:33] get linux from scratch [11:33] or slackware [11:33] no no :) [11:33] i love ubuntu :D [11:34] i just want to learn a little more rather than just go the easy way and install the default desktop [11:34] for once i'm starting to like the console [11:34] btw....m ynick [11:34] *my nick === Cool^19m is now known as LuNaTiK^GuY [11:34] u mite recognize me now :D [11:35] oh wahey [11:35] lol [11:35] :p [11:36] i should try kubuntu-desktop then? [11:36] and remove stuff [11:36] hmmm [11:36] okiees [11:36] as long as it works [11:36] i want it to be as LEAN and CLEAN as possible [11:37] probably simplest but overkill if you don't actually want it all [11:37] i wouldnt use kubuntu then [11:37] i love KDE as a window manager [11:37] i just dont like most of the little proggies that come with it [11:38] i want it to be that : One media player, one burner, one browser thingy [11:38] etc etc [11:38] you might get away with installing "kde" [11:38] sudo apt-get install kde? === dsmink [n=dsmink@5353D71C.cable.casema.nl] has joined #kubuntu [11:38] that it? [11:38] yeah === spiral [n=spiral@lafilaire-4-82-224-249-43.fbx.proxad.net] has joined #kubuntu === zAo^ [n=zao@zAo.xs4all.nl] has joined #kubuntu [11:39] ? [11:39] read what its going to install should be a lot less than kubuntu-desktop [11:39] and will it find X as a dependancy? [11:39] should [11:39] thanks [11:39] exactly wot i wanted :D [11:40] i'll go try it out :D [11:40] thanks a lot guys [11:40] and GALS [11:40] coz last time i got BITTEN for being so masculine ;) === JakubS_ [n=qba@ain131.internetdsl.tpnet.pl] has joined #kubuntu [11:40] lol [11:40] cyaa === ZanQdo [n=chatzill@196.40.73.212] has joined #Kubuntu === ZanQdo [n=chatzill@196.40.73.212] has left #Kubuntu [] === nikkia yawns === OculusAquilae [n=bastian@p548D066B.dip0.t-ipconnect.de] has joined #kubuntu === psyke [n=psyke@G6eb1.g.pppool.de] has joined #kubuntu === psyke [n=psyke@G6eb1.g.pppool.de] has left #kubuntu ["Konversation] === Aapzak [n=quido@ip44-163-173-82.adsl2.versatel.nl] has joined #kubuntu [11:51] goodday people === XsM [n=xsm@port-219-88-129-234.orcon.net.nz] has joined #kubuntu === XsM [n=xsm@port-219-88-129-234.orcon.net.nz] has left #kubuntu ["Konversation] === JensK [n=JensK@p54906683.dip.t-dialin.net] has joined #kubuntu === grimse [n=grimse@p5481D54C.dip.t-dialin.net] has joined #kubuntu === _antonio [n=antonio@61.Red-213-98-145.pooles.rima-tde.net] has joined #kubuntu === hussam [n=hussam@194.126.31.19] has joined #kubuntu === mindspin [n=mindspin@p54B2C0A2.dip.t-dialin.net] has joined #kubuntu [12:07] will Kubuntu ever get a bootsplash like other distros? === mindspin [n=mindspin@p54B2C0A2.dip.t-dialin.net] has left #kubuntu ["Konversation] [12:08] hussam: there is talk about it === ubuntu [n=ubuntu@38.216.76.83.cust.bluewin.ch] has joined #kubuntu [12:09] <[Surge] > I prefer text. I can see what's happening but I suppose it means nothing to Windows users anyway === mindspin [n=mindspin@p54B2C0A2.dip.t-dialin.net] has joined #kubuntu === mindspin [n=mindspin@p54B2C0A2.dip.t-dialin.net] has left #kubuntu ["Konversation] === P3L|C4N0 [n=gcamposm@200.106.100.192] has joined #kubuntu === volker [n=volker@p50839BDF.dip0.t-ipconnect.de] has joined #kubuntu === lovelypenguin [n=lovelype@tor/session/x-b6bceb970e0b592b] has joined #kubuntu [12:13] I'm making a symlink /dev/modem to point to a tty in /dev and it works until I reboot and the modem link to a tty is gone. I've tried placing it there with sudo and changing to the root user, neither survives reboot. Why not? [12:13] [Surge] : a boot splash will still enable you to press a key to see the text. [12:13] woohoo, Quake 3 source code to be release RSN [12:14] lovelypenguin: thats because modern distros don't use a static /dev [12:14] lovelypenguin: best advice, is to read up on writing udev rules, and create a rule that produces a symlink for your modem [12:15] lovelypenguin: /dev on most modern distros is actually a tiny ramdisk, and hotplug+udev produce all the device nodes as they are created by the kernel [12:15] nikkia: thank you for kind advice, sounds like it not a simple solution then, no step by step simple process? if modern distro why then is it more complicated requiring reading? before I could sudo and ln -s /dev/modem /dev/ttywhatever [12:15] lovelypenguin: its not 'simple' but its not hideously complicated [12:15] nikkia: thank you for kind information [12:16] nikkia: ah ha I see now [12:16] nikkia: thank you I be looking for answer in instruction manuals then [12:16] lovelypenguin: the reasoning is, to produce a static /dev directory that matches *all* supported hardware results in a /dev that has thousands upon thousands of dev nodes [12:16] by using udev+hotplug, only the device nodes relevant to your system are created [12:16] so this is new in 2.6 kernels? [12:17] lovelypenguin: pretty much, yes [12:17] lovelypenguin: it replaces devfs === kasim [n=anwender@p50816808.dip.t-dialin.net] has joined #kubuntu [12:17] lovelypenguin: i don't have a modem rule, but here's my /dev/cdrw rule to give you an idea: [12:17] BUS="ide", KERNEL="hdd", NAME="%k", SYMLINK+="cdrw cdroms/cdrom%n" [12:18] lovelypenguin: and a more complex example that shows why this system is great: [12:18] BUS="scsi", SYSFS{model}=="iPod*", KERNEL="sd?2", NAME="%k", SYMLINK="ipod" === incinerator [n=incinera@82-41-24-164.cable.ubr04.edin.blueyonder.co.uk] has joined #kubuntu [12:18] wow === kasim [n=anwender@p50816808.dip.t-dialin.net] has left #kubuntu ["Konversation] [12:18] that sound pretty much better than old way of /dev [12:18] (which automatically generates a /dev/ipod node that points to the second partition on whichever scsi device represents my ipod === luminerd_ [n=luminerd@c-24-2-69-204.hsd1.ut.comcast.net] has left #kubuntu ["Dude,] [12:19] so I have been placing symlinks on a ramdisk then? why did I not think of this [12:19] I laugh now at this [12:19] and thank you for kind advice [12:19] so if i plug my ipod in then boot, the ipod is /dev/sda*, so /dev/ipod points to /dev/sda2, but if i unplug it, and boot, then my memory card reader gets sda, and the ipod will be sdb2, but that rule ensures that /dev/ipod points to /dev/sdb2 in that situation [12:19] I was doing it dumb old way I see now [12:20] lovelypenguin: it really is a more flexible situation with udev, but as you can see, it requires a little bit more work... [12:20] yes but it sound like it worth the trouble [12:21] lovelypenguin: for a modem, its going to be easy, just something like "KERNEL="ttyS0" SYMLINK+="modem" [12:21] wow I thank you for this help and your wonderful examples, you help a lot very kind!! [12:22] i now know not to attempt symlinks in /dev in new distros [12:23] nikkia: be sure that I thank you now for this help === buz finds it unbelievable that he has to set a shortcut to find file in konqi === jayparadise [n=jayparad@cpe-024-088-121-092.sc.res.rr.com] has joined #kubuntu === hussam [n=hussam@194.126.31.19] has joined #kubuntu === jpatrick [n=patrick@69.Red-83-35-46.pooles.rima-tde.net] has joined #kubuntu [12:32] working on a freaking saturday is evil :( === mijndert|afk is now known as mijndert === zAo^ is now known as zAo^AFK === zAo^AFK is now known as zAo^ === raptoid [n=raptoid@unaffiliated/raptoid] has joined #kubuntu === granden [i=granden@irc.burken.nu] has joined #kubuntu [12:42] Is it possible to install kubuntu and get rid of the visual login manager and kde and use fluxbox? === wirwzd [n=wirwzd@c-24-63-233-117.hsd1.ma.comcast.net] has joined #kubuntu === kubuntu [n=kubuntu@59.93.163.167] has joined #kubuntu === kubuntu is now known as coolblue === wincide [n=parasite@114.Red-81-35-149.pooles.rima-tde.net] has joined #kubuntu === coolblue [n=kubuntu@59.93.163.167] has left #kubuntu ["Konversation] === _user [n=user@p54A9CCCC.dip.t-dialin.net] has joined #kubuntu === zAo_ [n=zao@zAo.xs4all.nl] has joined #kubuntu === powerin [n=peterz@SJIP-T-001-pool-65.tmns.net.au] has joined #kubuntu === nxv_ [n=matrix@dsl-084-056-081-172.arcor-ip.net] has joined #kubuntu === zAo_ is now known as zAo^ === JakubS_ [n=qba@ain131.internetdsl.tpnet.pl] has joined #kubuntu === thoreauputic_ [n=prospero@wolax9-103.dialup.optusnet.com.au] has joined #kubuntu === thoreauputic_ is now known as thoreauputic === laser_tk [n=laser@a84-230-144-133.elisa-laajakaista.fi] has joined #kubuntu === spiral [n=spiral@lafilaire-4-82-224-249-43.fbx.proxad.net] has joined #kubuntu [01:31] Any way I can make Monday start the week in Kontact? [01:32] <[Surge] > Why would you want to do that? That's like having a special calendar. === _t [n=t@zone-7.jesus.cam.ac.uk] has joined #kubuntu === _t is now known as Timmmm [01:34] Hi, what is the default root password in (k)ubunutu? It never asked me for it in the install... === _tobias [n=tobias@dsl-082-082-152-044.arcor-ip.net] has joined #kubuntu [01:36] well, you dont have root enabled as default [01:36] use sudo to do root commands === _jochen [n=jochen@p508A5171.dip.t-dialin.net] has joined #kubuntu [01:36] [Surge] : Because I want it like that :p [01:37] i.e. if you would like to mount all drives as a root, type "sudo mount -a" in the terminal, and it will ask for your password and then execute the command with as root [01:37] Ah.. nm - kynaptic was asking for my root password. Worked with my normal user password though... Someone should change the prompt :-) === golanz [n=golan@85.116.131.5] has joined #kubuntu [01:38] yea [01:40] <[Surge] > Timmmm: kynaptic only needs the user password of the user you created when you installed. It runs with sudo [01:40] <[Surge] > But it caught me off guard too. [01:41] <[Surge] > I am accustomed to Mandrake urpmi asking for root password [01:42] jpatrick: i think you need to set your locale to a locale that has monday as the start of the week [01:43] actually, no, you should be able to change it in kcontrol without changing locale [01:43] jpatrick: its in Regional & Accessibility/Country/Region & Language/Time & Dates === KaiL [i=KaiL@p548F71D4.dip.t-dialin.net] has joined #kubuntu [01:46] and indeed, that changes the week layout in kontact === mijndert|soepen [n=mijndert@f202014.upc-f.chello.nl] has joined #Kubuntu === mijndert|soepen is now known as mijndert === xarkam [n=xarkam@ALille-251-1-65-44.w82-127.abo.wanadoo.fr] has joined #kubuntu === xarkam [n=xarkam@ALille-251-1-65-44.w82-127.abo.wanadoo.fr] has left #kubuntu ["Konversation] === erb [n=erb@fibhost-37-6.fibernet.bacs-net.hu] has joined #kubuntu [02:01] hello [02:04] anyone know when the 64bit KDE 3.4.2 will be coming to repos? === dutch [n=dutch@cpe-065-190-182-028.nc.res.rr.com] has joined #kubuntu [02:05] been waiting for a while now :/ [02:08] <_tobias> how can i select one sound-device as the standard sound-device? amarok plays on my onboard-sound and vlc plays on my 5.1 pci card... at least i wont both applications to play only on one card... any chance to get a hint where to change such settings? [02:09] search ubuntu forums and wiki, i think i've seen something about that there [02:11] Thanks nikkia [02:11] np === wincide [n=parasite@114.Red-81-35-149.pooles.rima-tde.net] has joined #kubuntu === incubii [n=incubii@61.68.47.22] has joined #kubuntu === Kamping_Kaiser [n=kaiser@ppp227-204.lns3.adl2.internode.on.net] has joined #kubuntu [02:24] hi, i did an update upgrade recently and now kopete doesn't connect anymore, has anybody else this problem? === Mez [n=Mez@cpc2-lich4-3-0-cust115.brhm.cable.ntl.com] has joined #kubuntu === _dave [n=dave@219-88-90-253.jetstream.xtra.co.nz] has joined #kubuntu === Nakkel [n=nakkel@vektori.com] has joined #kubuntu === JakubS_ [n=qba@ain131.internetdsl.tpnet.pl] has joined #kubuntu [02:43] wb === _t [n=t@zone-7.jesus.cam.ac.uk] has joined #kubuntu === nxv__ [n=matrix@dsl-084-056-093-144.arcor-ip.net] has joined #kubuntu === _t is now known as Timmmm === JensK [n=JensK@p54907C60.dip.t-dialin.net] has joined #kubuntu [02:45] Hi, kmail *keeps* asking me if I want it to store my password. Everytime I close it (or kontact) it asks "Kwallet is not available (it is really) Do you want kmail to store your password in an insecure format...." and no matter what I do, the next time I close kmail it asks me again! Argh. [02:46] Also, storing anything on IMAP servers doesn't work, and kontact messes up weirdly if kmail asks you for your password (you have to close the password window, and then it reappears and the second time you can actually type in it). === KaiL [i=KaiL@p548F6C19.dip.t-dialin.net] has joined #kubuntu === apokryphos [n=dw@host-84-9-32-48.bulldogdsl.com] has joined #kubuntu === mikl [n=mikkel@pdpc/supporter/active/mikl] has joined #Kubuntu === troglodyt [n=user@204-101-205-72.anikast.net] has joined #kubuntu === Festnetz [n=relas@194.231.189.77] has joined #kubuntu [03:00] Hi! I added a new user with "adduser". But the new user has not got sound. Why? [03:01] Festnetz: because you need to add the new user to the "audio" group [03:02] Festnetz: and probably a bunch of other groups as well [03:02] for other stuff === cjlye [n=cjlye@cm251.omega106.maxonline.com.sg] has joined #kubuntu [03:02] How to add the new user to the audio-group? [03:03] How to do this? === apokryphos finds it hard not to recommend this link: http://wickedways.org/articles/linuxworld2005/ [03:03] I there a better way to add a new user? [03:03] Oh, it hurts. [03:03] Is [03:03] sudo adduser newuser audio === buz [n=buz@217-162-128-144.dclient.hispeed.ch] has joined #kubuntu [03:04] Of wich groups should the new user be a member, too? [03:05] Festnetz: compare with the groups the ol user is in (except admin which is for sudoers only) [03:05] s/ol/old [03:06] note that the new user must logout/in for the chabges to take effect === Wizzard [n=wizzard@chello085216170248.chello.sk] has joined #kubuntu [03:07] bah s/chabges/changes === douglas [n=douglas@st.vincent.static.pa.net] has joined #kubuntu === ubuntu [n=ubuntu@c-d14de055.533-1-64736c10.cust.bredbandsbolaget.se] has joined #kubuntu === ubuntu is now known as iZi [03:11] now this was rather nice === cjlye [n=cjlye@cm251.omega106.maxonline.com.sg] has joined #kubuntu === humphrey [n=mark@p549BA0E7.dip0.t-ipconnect.de] has joined #kubuntu === ToyMan [n=stuq@user-12lcqsp.cable.mindspring.com] has joined #kubuntu === humphrey [n=mark@p549BA0E7.dip0.t-ipconnect.de] has left #kubuntu ["Client] === redguy [n=mati@aim2.neoplus.adsl.tpnet.pl] has joined #kubuntu === erb [n=erb@fibhost-37-6.fibernet.bacs-net.hu] has joined #kubuntu === erb [n=erb@fibhost-37-6.fibernet.bacs-net.hu] has left #kubuntu ["Leaving"] === magnumbi [n=chatzill@ip68-230-134-54.ri.ri.cox.net] has joined #kubuntu [03:35] Festnetz: i find kuser is quite nice for adding/changing users/groups === Raptoid [n=raptoid@85.97.43.136] has joined #kubuntu === cazon [n=caz@200.79.250.93] has joined #kubuntu [03:48] help me! === sladen [i=paul@starsky.19inch.net] has joined #kubuntu === Riddell [i=jr@muse.19inch.net] has joined #kubuntu [03:50] hello? === tenshiKur0 [n=tenshiKu@S0106000d93cb5211.vc.shawcable.net] has left #kubuntu ["--out"] [03:52] selam === tenshiKur0 [n=tenshiKu@S0106000d93cb5211.vc.shawcable.net] has joined #kubuntu === wilhelm [n=wilhelm@Mix-Le-Lamentin-106-2-172.w80-9.abo.wanadoo.fr] has joined #kubuntu === wilhelm is now known as fonesic [03:58] cazon: no-one can help without knowing the problem [03:59] I already install kubuntu but starts in shell session, do not start the graphic session (by the way is the first time I've install linux) [04:00] cazon: after you've entered your username/pass, if you try hitting "startx" what does it say? [04:00] nikkia: yes, now i am. [04:00] uniq, good grief :p === uniq_ is now known as uniq === nsk [n=wikinerd@unaffiliated/nsk] has joined #kubuntu [04:01] uniq:can you do me a quick favour, and try hitting my IPv6 address with ssh with some ficticious username 3-4 times ? [04:01] sure. [04:01] i want to see if my ssh blocking script works [04:02] appears some lines with "Warning: font renderer" then could not init font path element unix/:7100 [04:03] nikkia: Password: [04:03] uniq, try now :P === jesusfish [n=trevor@CPE0040f44854df-CM000a739b46f7.cpe.net.cable.rogers.com] has joined #kubuntu [04:03] crimsun: would you happen to have a beta3 deb for amaroK? I know you posted beta2 [04:04] [apokryphos] "Could not start ksmserver, check your installation" (i don't know what to do) i'm new in linux [04:04] or anyone else know of an amaroK 1.3-beta3 deb for Hoary? [04:04] hm [04:04] uniq, the script should have blacklisted you via iptables by now, so it should just hang trying to connect [04:05] Password: :) [04:05] cazon: I would think reinstalling would be a good idea [04:05] uniq, hmmm [04:05] retrying with new username. [04:05] :( [04:06] uniq, oh, i think i see why :/ [04:06] ip6tables is writing the interface wrong [04:06] cazon: do you have an nvidia card? [04:06] uniq, try connecting NOW :) [04:07] mmm.. noup [04:07] uniq: it was writing the rules for eth0, but of course, with ipv6 you don't come from eth0, you come from a tunnel device [04:07] cazon: ATI? [04:07] I install kubuntu in my laptop (toshiba satellite) intel graphics (integrated) [04:07] uniq: yeah, its dropped 11 packets from you now :) [04:08] no Password: yet.. [04:08] uniq, yeah, its dropping packets now === uniq hits ctrl+c [04:08] 3 236 DROP tcp * * 3ffe:80ee:31fe::33/128 ::/0 tcp dpt:22 [04:09] cazon: I could only speculate on the problem; if you don't get a response from anyone in here, you might wanna try #ubuntu -- probably better for non-kde related issues [04:09] cazon: is this hoary? [04:11] ah? [04:11] cazon: what does cat /etc/issue give? [04:12] i will install again and if I had another problem then i return here [04:12] cazon: wait, you might not need to :). What does that command give? [04:12] hehe [04:13] hehehe it's done... the installation it's running === basia [i=johny@pb75.przeworsk.sdi.tpnet.pl] has joined #kubuntu === golanx [n=golan@85.116.131.5] has joined #kubuntu === Ahmuck [n=chatzill@24.225.23.67] has joined #kubuntu === orkid [n=mike@toronto-HSE-ppp4020488.sympatico.ca] has joined #kubuntu === wirwzd [n=wirwzd@c-24-63-233-117.hsd1.ma.comcast.net] has joined #kubuntu === tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #kubuntu === _stef [n=stef@p54ABF0D3.dip.t-dialin.net] has joined #kubuntu [05:09] <_stef> hello world :-) [05:10] hi [05:10] bash: hello world - command not found [05:10] ;) [05:11] <_stef> hahaha [05:12] <_stef> Im going to a party tonight [05:12] _stef: time to recompile ;-) [05:12] <_stef> Is someone else located in germany? === JakubS_ [n=qba@ain131.internetdsl.tpnet.pl] has joined #kubuntu [05:14] <_stef> thoreauputic: But not all the day ;-) === sergio [n=sergio@132.Red-80-38-39.pooles.rima-tde.net] has joined #kubuntu [05:17] <_stef> ohh yeah Im going now to buy 2 bottles wine and than up to the party with alot of punks. some punks here? [05:18] <_stef> or punkrockers? === CellarDoor [n=CellarDo@d58-104-21-142.dsl.vic.optusnet.com.au] has joined #kubuntu === CellarDoor [n=CellarDo@d58-104-21-142.dsl.vic.optusnet.com.au] has left #kubuntu [""Righteousness] === spiral [n=spiral@lafilaire-4-82-224-249-43.fbx.proxad.net] has joined #kubuntu [05:21] <_stef> Okay, party on!!!! ;-) === thoreauputic breaks out the chmapagne for _stef [05:22] heh - I drank too much of it before typing... [05:22] s/chmapagne/champagne [05:22] <_stef> super [05:23] wow htat'sh g0od chmpange ! [05:24] [05:24] <_stef> thoreauputic: where are you located? COme , we go together to great party evening! [05:24] _stef: you get to pay the 'plane fare ;) Australia ;) [05:26] <_stef> ups.. no money! :-( .. hmmm its not so far, or only 12h, or? If you go now you can here to the morning party ;-) [05:26] more like 20h flight [05:26] <_stef> what? ups [05:26] and since you will have stop over, i doubt its doable in less than 24h [05:27] _stef: My swimming isn't as good as it used to be.... could take a while to get there ;-) === Rogue_Jedi_Zero [n=roguejed@BSN-77-186-162.dsl.siol.net] has joined #kubuntu [05:27] hey, if I have a breezy cd in one drive and a hoary disk in another, can I boot from the breezy kernel and use the hoary disk as root? [05:28] <_stef> thoreauputic: hmmm do you have other important things to do? [05:28] _stef: well, sleeping comes to mind :) [05:29] <_stef> okay, may we see us again. I have also to move, bye :-) [05:30] <_stef> tomorrow? === laser_tk [n=laser@a84-230-144-133.elisa-laajakaista.fi] has joined #kubuntu [05:30] _stef: enjoy the party ! [05:31] <_stef> yeahhhhn Iwill do that!!!, good luck to all and a good sleep for you thoreauputic [05:31] :) === _juan [n=juan@p54BE8F8F.dip0.t-ipconnect.de] has joined #kubuntu === Tm_Tr [i=tm_travo@xob.kapsi.fi] has joined #kubuntu === Tm_Tr [i=tm_travo@xob.kapsi.fi] has left #kubuntu [] === Tm_Tr [i=tm_travo@xob.kapsi.fi] has joined #kubuntu === elia [n=elia@cm-85-152-232-38.telecable.es] has joined #kubuntu === elia [n=elia@cm-85-152-232-38.telecable.es] has left #kubuntu ["Konversation] === Rogue_Jedi_X [n=roguejed@BSN-77-186-162.dsl.siol.net] has joined #kubuntu === JensK [n=JensK@p54907B55.dip.t-dialin.net] has joined #kubuntu === NOVA [n=elia@asturlab/president/nova] has joined #kubuntu === NOVA [n=elia@asturlab/president/nova] has left #kubuntu ["Konversation] === kdw [n=liz@ip-66-80-8-50.dsl.sca.megapath.net] has joined #kubuntu === Rogue_Jedi_X [n=roguejed@BSN-77-186-162.dsl.siol.net] has joined #kubuntu === Tm_Tr is now known as Tm_T [05:47] Gonna try out Alpha ;-). bbl [05:50] poor apok [05:50] uh [05:50] someone should have told him before he broke his connection, that his ISP's DNS servers aren't working :P [05:55] nikkia: :p [05:55] actually, they seem to be working again, now [05:56] damn :( [05:56] has anyone here seeing the movie Godsend? [06:10] nope [06:12] !list cinelerra [06:12] Rogue_Jedi_X: Bugger all, i dunno [06:12] Dang === equex [n=skldhxr@128.39.125.52] has joined #kubuntu === OculusAquilae [n=bastian@p548D20A2.dip0.t-ipconnect.de] has joined #kubuntu [06:25] what is it? === aGNUstic [i=2010@70-57-137-239.albq.qwest.net] has joined #kubuntu === Raptoid [n=raptoid@85.97.43.136] has joined #kubuntu === Heart_2 [n=jzdgc@p549C08F3.dip0.t-ipconnect.de] has joined #kubuntu [06:38] Hello everyone [06:41] hi [06:42] killkilldiedie [06:43] I mean, hello === equex [n=skldhxr@128.39.125.52] has joined #kubuntu === Ahmuck [n=chatzill@24.225.23.67] has joined #kubuntu [06:56] Do I need to ignore Tim T or is he only joking. === gsanse [n=Bene@c90c4709.cps.virtua.com.br] has joined #kubuntu [06:57] This is my first time in the #Kibuntu chat rrom. [06:57] Kubuntu === tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #kubuntu [06:58] he's only joking [06:58] o.O I think [07:00] k [07:00] ty === zAo^ [n=zao@zAo.xs4all.nl] has joined #kubuntu === nvidhive [n=nvidhive@geoshell/testlemming/nvidhive] has joined #kubuntu === nvidhive waves [07:03] this may be a dumb question [07:03] but where is the update manager that the regular install of kubuntu has? === laoxi [n=laoxi@VA1-1A-u-0740.mc.onolab.com] has joined #kubuntu [07:04] I don't mean the package manager either [07:04] eeer.. I mean the regular install of ubuntu.. not kubuntu [07:04] I don't think it has one [07:04] ah ubuntu [07:04] jpatrick: you know what I am referring to? [07:04] yes [07:06] so it is not in kubuntu? [07:06] how do I update like I would normally in ubuntu [07:06] sorry to seem so dense [07:06] Does Kubuntu use apt-get? [07:06] aGNUstic: yes [07:07] because if I am not mistaken.. a bunch of updates for ubuntu were out yesterday [07:08] :-/ [07:09] uh-oh.. I am getting the whck-face... === nvidhive cringes [07:09] jpatrick: ty. It may be a stupid question. I am a Slackware-KDE user. I dwiddled around with Ubuntu a while back. I am downloading all the Kubuntu/Ubuntu Live/Install CD images. I knew Ubuntu was Debian-based but I wasn't sure how it was wired for updates. [07:10] repositories [07:11] Straight from the Debian repositories or from the Ubuntu ones. [07:12] Ubuntu [07:12] ty [07:12] Debian ones might break your system [07:12] Heh [07:13] An image of sticking a Porche engine into a Volkwagen just came to my mind. === wirwzd [n=wirwzd@c-24-63-233-117.hsd1.ma.comcast.net] has joined #kubuntu === wirwzd [n=wirwzd@c-24-63-233-117.hsd1.ma.comcast.net] has joined #kubuntu [07:16] Are there any Kubuntu users using this distro in a production environment? [07:17] as desktop yes [07:17] :-) [07:18] I am attempting to [07:18] trying to get wireless working atm [07:18] however.. it seems like updates may be easier to manage if I just install ubuntu and then add kde.. [07:19] I am searching forums atm [07:19] any suggests? [07:19] although I must say.. kudos to the project devs... kubuntu is teh sweetness === kdw [n=liz@ip-66-80-8-50.dsl.sca.megapath.net] has joined #kubuntu [07:26] ok.. === nvidhive giggles [07:27] I am about to prepare for a suicide leeming test [07:27] I will use kynaptics to add the update gnome update manager and notifier [07:27] wish me luck === nvidhive edges towards the cliffs [07:28] ._. [07:28] .-. [07:29] _ [07:29] is this a bad idea? [07:29] cuz I already pushed the button that says do not press [07:29] :D [07:30] cross your fingers [07:30] I just figured the update manager would point to the same repositories.. and then I should pick carefully what to apply === nvidhive crosses his paw-toes === nvidhive [n=nvidhive@geoshell/testlemming/nvidhive] has joined #kubuntu [07:37] meh [07:38] well it doesn't crash the system that way.. but it doesn't werk [07:38] so test succesfully lemming safe [07:38] :) === nvidhive claps [07:39] oh its trying to run gksudo! [07:39] duh! [07:39] :( === nvidhive smacks himself === der__oschni [n=der_osch@IP-213157015213.dialin.heagmedianet.de] has joined #kubuntu [07:43] hihoo === _mark [n=mark@cpe-24-58-121-222.twcny.res.rr.com] has joined #kubuntu === troglodyt [n=user@204-101-205-72.anikast.net] has joined #kubuntu [07:50] oooga! [07:50] yuss! [07:50] hey... uh who was it [07:50] ? [07:51] aGNUstic: you can get the Update Manager to werk I think [07:51] but you have to run it manually as root [07:51] although I think I will use apt-get and use the repositories.. i just wanted a comprehensive list of what needed to be updated [07:52] I don't know if this helps === nvidhive wanders off to push more dangerous buttons === nvidhive [n=nvidhive@geoshell/testlemming/nvidhive] has left #kubuntu ["konnection] === douglas [n=douglas@st.vincent.static.pa.net] has joined #kubuntu === kandew [n=liz@ip-66-80-8-50.dsl.sca.megapath.net] has joined #kubuntu === troglodyt [n=user@204-101-205-72.anikast.net] has joined #kubuntu === troglodyt [n=user@204-101-205-72.anikast.net] has joined #kubuntu === zAo^ [n=zao@zAo.xs4all.nl] has joined #kubuntu [08:19] hey, where is the option the decrease the horizontal spacing between icons in konqueror, as well as the rest of kde? === aGNUstic [i=2010@70-57-137-239.albq.qwest.net] has joined #kubuntu === Wizzard [n=wizzard@chello085216170248.chello.sk] has joined #kubuntu === kdw_liz [n=liz@ip-66-80-8-50.dsl.sca.megapath.net] has joined #kubuntu === _ubuntu [n=ubuntu@host10-134.pool80116.interbusiness.it] has joined #kubuntu [08:43] <_ubuntu> ddd === JensK [n=JensK@p549033C7.dip.t-dialin.net] has joined #kubuntu === sorush20 [n=sam@82-43-184-143.cable.ubr07.newm.blueyonder.co.uk] has joined #kubuntu === seth_k|away is now known as seth_k === kandew [n=liz@ip-66-80-8-50.dsl.sca.megapath.net] has joined #kubuntu === maku [n=maku@cm56-136-42.liwest.at] has joined #kubuntu === maku is now known as _maku === person [n=chatzill@dyn-124-167.res.aecom.yu.edu] has joined #kubuntu === _maku [n=maku@cm56-136-42.liwest.at] has joined #kubuntu === slow-motion [n=Slow-Mot@p548DE984.dip.t-dialin.net] has joined #kubuntu === _neil [n=neil@lns-th2-12-nic-82-249-102-44.adsl.proxad.net] has joined #kubuntu [09:12] <_neil> hi [09:13] <_neil> i'm trying to add a printer using kubuntu, but apparently cups access by http don't work... === jhunholz [n=jhunholz@cpe-069-134-170-070.nc.res.rr.com] has joined #kubuntu [09:14] <_neil> so i also tried "settings:/Peripherals/" in konqueror [09:14] <_neil> then "printers" but the program die when i try to Add a printer [09:14] <_neil> (on ppc kubuntu 5.04) [09:14] <_neil> (freeze not die) [09:15] <_neil> oh, now it seems to work sorry (after xxxx trials) [09:19] try: print:/ === Verwilst [n=verwilst@dD5E00A53.access.telenet.be] has joined #kubuntu [09:20] is there a way to automatically set up internet in kubuntu instead of entering all the ip adresses and host names and such [09:20] its alreayd installed [09:20] btw [09:20] dchp [09:20] whats taht [09:21] It automatically detects the network [09:21] what does it stand for? [09:21] look it up on: www,wikipedia.org [09:22] www.wikipedia.org [09:22] k [09:22] it didnt work when it ried it during installation though [09:23] You have to have it set up first [09:24] oh [09:24] I don't know how to set it up tho [09:25] dont u have to set it up on the server [09:25] no idea [09:25] hmm [09:25] is taht the onyl way? [09:25] i prefer to put the numbers in [09:26] keeps other people out [09:26] i dotn no where ot get them thoguh [09:27] so kubuntu cant autodetect all the numbers? [09:28] my mac and pc do taht and mandrake did that whn i had it === Raptoid [n=Raptoid@unaffiliated/raptoid] has joined #kubuntu [09:28] hmmmmm [09:28] o well [09:28] tahnks anyway [09:28] :-/ === stibby [n=sbcl3@pcp0010580302pcs.coatsv01.pa.comcast.net] has joined #kubuntu === Raptoid [n=Raptoid@unaffiliated/raptoid] has left #kubuntu [] === seth_k_ [n=seth@24-117-17-230.cpe.cableone.net] has joined #kubuntu === seth_k_ is now known as seth_k === aGNUstic [i=2010@70-57-137-239.albq.qwest.net] has joined #kubuntu === beford [n=foo@tor/session/x-9ed59f10d41d1272] has joined #kubuntu === loadquo [n=loadquo@81-86-131-30.dsl.pipex.com] has joined #kubuntu === randabis [n=randabis@cpe-24-167-43-245.houston.res.rr.com] has joined #kubuntu === nik [n=nik@dyn-124-167.res.aecom.yu.edu] has joined #kubuntu === luminousnerd [n=caller@64.122.17.74] has joined #kubuntu [09:49] Hello? [09:50] Anyone around here use mondo? === tim [n=tim@cp105342-a.landg1.lb.home.nl] has joined #kubuntu === beford [n=foo@tor/session/x-9ed59f10d41d1272] has left #kubuntu [] === tim is now known as Vectrox [09:54] when i had kubuntu installed the first time, then it shows me the first picture from a video when i leave the mouse longer on the file. after an update that was lost. how can i get it back? === [EasterSunshine] [n=EasterSu@pool-70-18-25-214.ny325.east.verizon.net] has joined #kubuntu [09:56] i tried many options in the konqueror konfiguration menu but nothing helps === owner [n=owner@69-12-132-188.dsl.static.sonic.net] has joined #kubuntu === Fraeon [i=kzer-za@85-194-204-72.wlannet.com] has joined #kubuntu === owner is now known as loren [10:00] after what update, did you upgrade to KDE 3.4.2 ? [10:00] Q: Where's the file located that cyou add your domain name to [10:02] Okay, well, what I want to do is completely duplicate the system I'm on now to 19 others. I will do this with CD-Rs. How can I make a bootable CD with all of my computer data, that I can just stick on a currently Windows machine and write exactly what I have? === lonelyzora [n=glyph@cpe-24-28-166-38.elp.res.rr.com] has joined #kubuntu === lonelyzora [n=glyph@cpe-24-28-166-38.elp.res.rr.com] has left #kubuntu ["Konversation] [10:03] luminous: Don't know exactly, but I would start by modifying a live-cd and learning more about the dd command [10:03] after what update, did you upgrade to KDE 3.4.2 ? < no, some upgrade after the installation. i dont remember to what version. but i lost the kubuntu theme and the thing with the videos with that update [10:04] at the moment i run KDE 3.4.2 [10:05] still without the kubuntu theme and the video thing [10:05] slow-motion: So you did upgrade to KDE 3.4.2.. Are you using Breezy or Hoary ? [10:05] hoary [10:05] i had the thing already lost before 3.4.2 [10:05] pretty strange that the picture with the videos just dissapeard.. [10:06] oo [10:06] So even before the upgrade youve lost that ? [10:06] I asked this over at debian mentors but didn't get a response, so I thought I would try here: I am making an application with something I want to install in /etc/ in a .deb file and under /usr/local/etc in my normal tar.gz of the source. Is there a standard way of doing this in an automake project? === [_EasterSunshine [n=EasterSu@pool-70-18-25-214.ny325.east.verizon.net] has joined #kubuntu [10:06] it was this preview popup. with pictures it still works, but with videos never [10:07] So even before the upgrade youve lost that ? < yes. i remember that it was a very common update at this time and everyone was complaining about loosing the kubuntu theme with it [10:08] from which source did you upgrade ? [10:08] i really dont know [10:08] it was an update [10:08] long ago [10:09] (in a galaxy far away...if youz want) [10:09] pretty strange.. you should contact ubuntuforums.org and ask that issue there.. [10:09] maybe that will help [10:09] i only remember i lost the kubuntu theme and the video preview picture. === ms12 [n=ms12@d141-64-4.home.cgocable.net] has joined #kubuntu [10:11] ok thanks anyway Vectrox [10:12] cdrecord --scanbus isn't workign that's my problem! [10:13] anyone using enlightenment === [_EasterSunshine is now known as EasterSunshine [10:17] Nope. Waiting for a stable D17 release [10:18] I use on my slack box. [10:18] how stable is it lumin and how you rate your experience with it [10:19] i am using D16 now and am thinking of making the switch [10:19] ms12, I LOVE it, it rocks, and I've only had it crash once in about 3 months [10:19] Whoops, missed an R. DR17 [10:19] ms12, it's not super-unstable I think it's plenty stable but right now not a lot of graphics options since the standards constantly change with all the development [10:19] I love it though === juv [n=juv@dsl-kpogw5i33.dial.inet.fi] has joined #kubuntu [10:21] Are there any DR17 repositories out there? [10:21] luminousnerd i found gnome is better not graphics but resol is DR17 better then DR16 if you used it. I just lobe enlight for it is fast and do not consume much of my cpu [10:21] Rouge yes [10:21] http://pastebin.com/336162 [10:21] that's my error [10:21] let me send it to you [10:21] oh [10:21] ms12, sry wrong room lol [10:21] I'd appreciate that, ms12 [10:21] no prob [10:22] ms12, I never used E16 for longer than a glance. E17 is completely recoded though, I know that [10:23] #deb http://ubuntu.nooms.de/ hoary/ [10:23] Thanks, ms12 [10:24] read this too http://ubuntuforums.org/showthread.php?t=54476&page=1&pp=10&highlight=enlightenment+16 [10:24] Reading... [10:25] crap [10:25] ur welcomed [10:25] thanx luminousnerd [10:25] this really sucks [10:26] np [10:27] take care guys [10:27] and thanks for the help got to go now === Tm_Balor [n=travolta@85-156-23-169.elisa-mobile.fi] has joined #kubuntu [10:27] yaee === bufalo73 [n=bufalo73@62-43-135-218.user.ono.com] has joined #kubuntu === Tm_Balor is now known as Tm_lag [10:30] bbl === bufalo73 [n=bufalo73@62-43-135-218.user.ono.com] has left #kubuntu [] [10:34] E17. Woo! Can't wait === LeechJoe [n=LeechJoe@85-124-25-152.dynamic.xdsl-line.inode.at] has joined #kubuntu [10:35] err === LeechJoe [n=LeechJoe@85-124-25-152.dynamic.xdsl-line.inode.at] has left #kubuntu ["Konversation] [10:35] what's newest kernel version to hoary [10:36] I have 2.6.10-5 [10:36] same here [10:37] We're probably up to date then [10:37] Considering I upgraded all packages yesterday [10:37] well, I also have 2.6.11-7 [10:37] WTF [10:37] Where? [10:37] why did you slaughter cdrecord?!!!?!?! === nik [n=nik@dyn-124-167.res.aecom.yu.edu] has joined #kubuntu [10:38] and 2.6.12-1 from breezy and it's not good in hoary as you can imagine [10:38] lumi because I can === pa [n=pa@I1db9.i.pppool.de] has joined #kubuntu [10:39] what's up with the ubuntu crap version of cdrecord? [10:39] I'm steering clear of breezy for now [10:39] rogue in universe I think [10:39] I JUST SIMPLY WANT TO RUN ONE SIMPLE COMMAND! [10:39] hoh [10:39] cdrecord -scanbus how frickin simple can it get [10:40] =) [10:40] is there any sort of software packages availabel for kubuntu? [10:41] nik: Tons [10:41] whre can i find them [10:41] too much [10:41] hi!!! could u help me please? i dont now, how i can install the *.rmp.bin file [10:41] ;) [10:41] pa [10:41] Tm_lag: I'd tell you if I have such a kernel package in synaptic, but it's downloading stuff right now [10:41] nik: Run synaptic or kynaptic [10:42] i tried 2.6.11 [10:42] froze my system constantly [10:42] =) [10:42] hopefully 6.12 fixed that ;) [10:42] please!!!!!!!!!!!!! [10:42] Verwilst: Do you dare find out? ;) [10:42] pa think if it's bin, just run it [10:42] whre is synaptic? [10:42] +I [10:42] is it a program taht comes wiht it or sumthin? [10:43] Tm_lag, no, its runin with kate [10:43] nik: Kicker -> System -> Package Manager (kynaptic) [10:44] pa you ave to make it to executable [10:44] ooh [10:44] thanks man [10:44] Rogue_Jedi_X: it's my workstation at work :p [10:44] _how_ [10:44] i might try it on tuesday :p [10:44] nik check topic, there's faq ;) [10:44] Verwilst: Be sure to report...if you can *queues maniacal laughter* [10:45] pa in konqi: rightclick file -> properties -> figure it out ;) [10:45] thanx, i try now [10:45] http://phazeman.mail333.com/Mondo_Rescue_CD_HOWTO.htm how can I accomplish this? ubuntu ruined cdrecord [10:45] Or chmod +x [filename] [10:46] Verwilst: hmm, breezy package or wat? === kalenedrael [n=kalene@c-24-4-250-175.hsd1.ca.comcast.net] has joined #kubuntu [10:46] are there any desriptions for the software in kynaptic or do i have to google them all [10:46] Yeah, kynaptic sucks in that category [10:46] :p [10:46] You can mouseover to get a short description === paines [n=al@p508A6F16.dip.t-dialin.net] has joined #kubuntu [10:46] nik: Choose synaptic in kynaptic and download that [10:46] apt<3 [10:46] k lol [10:47] what category is taht under [10:47] !! [10:47] i don't understand. [10:47] it has been said that ! is what you add before a sentence to talk to me [10:47] Rogue_Jedi_X: will do [10:47] help me! [10:47] please [10:47] Tm_lag: yhez [10:47] well === watnou [n=peter@ziezo.xs4all.nl] has joined #kubuntu [10:47] no [10:47] hoary i guess? [10:47] dunnow :p [10:47] oh [10:47] brb, Switching to E17 and hoping I live [10:48] just if I have net connection in my ubuntu pc [10:50] bah, all this lag is killing me, I'm off [10:50] see ya kids o/ [10:50] _please_ HELP ME! I'm desperate === luminousnerd is desperate === equex [n=skldhxr@128.39.125.52] has joined #kubuntu [10:50] Tm_lag, write "save changes not possible" [10:50] or so === Rogue_Jedi_X [n=roguejed@BSN-77-186-162.dsl.siol.net] has joined #kubuntu [10:51] i cant seem to find synaptoc in kynaptic [10:51] http://phazeman.mail333.com/Mondo_Rescue_CD_HOWTO.htm how would I do this with ubuntu's very lame clone of cdrecord? [10:51] synaptic* [10:52] nik: Uncomment the line that has the word universe in /etc/apt/sources.list === jpatrick [n=patrick@69.Red-83-35-46.pooles.rima-tde.net] has joined #kubuntu [10:52] huh? [10:52] oh [10:53] can some1 help me? === paines [n=al@p508A6F16.dip.t-dialin.net] has left #kubuntu ["Konversation] [10:54] PLEASE HELP ME!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1 [10:54] with what? [10:55] my *.bin file wont install [10:55] hmm.. [10:55] is not executable [10:56] pa: what is it you're trying to install? [10:56] java runtime environment [10:57] uniq, can u help me? === Tm_Balor [n=travolta@85-156-23-169.elisa-mobile.fi] has joined #kubuntu [10:58] http://packages.ubuntu.com/hoary/base/ [10:58] =) [10:58] pa, i can give you a link to information on how to install java the 'kubuntu-way'. [10:59] linux-686 (2.6.10-7) [10:59] uniqits very nice!!! [10:59] pa: https://wiki.ubuntu.com/Java [10:59] so looks like no 12 yet [10:59] but off -> [10:59] This E17 is gonna take some getting used to... [11:00] I cant even find where to change my keyboard layout [11:00] KDE is better [11:00] uniq, thank u [11:01] PieD: Seem so. Still, I like to experiment [11:01] I don't know how to experiment with innovation-free softwares [11:01] I like to explore, then === Verwilst [n=verwilst@dD5E00A53.access.telenet.be] has joined #kubuntu === seth_k is now known as seth_k|away === claydoh [n=claydoh@65.99.187.182] has joined #kubuntu [11:05] oh my god.. the security alarm almost scared me to death. that sound is very.. noisy. [11:06] :o === pa [n=pa@I1db9.i.pppool.de] has left #kubuntu ["Konversation] [11:07] This blows. KDE, I'm comin home! === Rogue_Jedi_X [n=roguejed@BSN-77-186-162.dsl.siol.net] has joined #kubuntu [11:08] Ah. Home. [11:08] that fast === nik [n=nik@dyn-124-167.res.aecom.yu.edu] has joined #kubuntu [11:09] jpatrick: I could log out and go out for some coffee and then come back, if you like ;) [11:11] Rogue_Jedi_X: if I understand well what you said, you had the same reaction as me :) [11:11] When I first saw E17, I said it was nice [11:11] shadows looked good [11:11] but when I tested a viewed it more clearly...... [11:12] I hope nobody is showing that to a macos user ! [11:12] PieD, why? [11:12] that'd be a crime [11:12] you could kill him [11:12] why? [11:12] he would laugh so much that he'd die ! [11:12] PieD: It's just too complicated for me right now [11:12] laugh? why? [11:13] shadows drawn on the background [11:13] that's totally stupid [11:13] ... [11:13] since years macOS has TRUE shadows [11:13] uh... [11:13] shadows creating a nice kind of 3D effect [11:13] PieD, e17's got true shadows and true transparency [11:13] like on KDE with composite enabled [11:13] no [11:13] it hasn't [11:13] lol PieD I think you ought to research a little more [11:14] or it has never been shown === luminousnerd used to be on the E devel team [11:14] it has when you enable xcompmgr [11:14] that's the only way I was told to have it [11:15] kubuntu looks good enough with fake transparency :D [11:15] fake transparency sux0rs [11:15] luminousnerd: how do you enable it without a composite manager ? [11:16] How can transparency be faked? [11:16] PieD, enable what? [11:16] luminousnerd: http://ninux.net/files/ubuntu.png [11:16] true shadows and true translucency [11:16] Rogue_Jedi_X, transparency is almost always faked... [11:16] Rogue_Jedi_X, it takes a snapshot of your desktop wallpaper & icons and blends with the color of the window [11:16] funny background [11:16] Ah, cute [11:17] luminousnerd: like what I saw in E17 when I tested it in march (or april) [11:17] thanks [11:17] brb [11:17] I wish it had an easily accessible config tool like kcontrol [11:19] All of a sudden I got a qwerty keyboard layout. Yuck. [11:19] kcontrol > regional .. > keyboard layout [11:20] Not in KDE, in E17 [11:20] Although, I suppose you're right. I could run it through eterm === nik [n=nik@dyn-124-167.res.aecom.yu.edu] has joined #kubuntu === redguy_ [n=mati@ajs145.neoplus.adsl.tpnet.pl] has joined #kubuntu [11:30] how do I get rid of grub? [11:30] how do i acess my other harddrive taht has windows on it? it says it wont mount [11:31] luminousnerd: what do you want to use Lilo? [11:31] nik, is it nfts or fat32 or? [11:31] pax, yes [11:31] ntfs [11:31] pax, I was told it would make this easy [11:31] nik, I believe it's not possible. [11:31] nik, linux can only read fat32 and its own [11:31] don't quote me on it though [11:32] hmm [11:32] mandrake read it [11:32] oh, well I'm clearly wrong then :P [11:32] lol [11:32] are u trying to use lilo instead? [11:32] pax, so you know how I get rid of it? [11:32] yes [11:32] hmm i wanan do taht too [11:32] # liloconfig [11:33] nik, I know that apt-get install lilo gets it [11:33] but then you have to get rid of grub [11:33] pax, no, that won't work [11:33] oh [11:33] hmm [11:33] wait [11:33] you have to get rid of grub first [11:33] kubuntu shoudl come with a choice [11:33] indeed [11:33] it does [11:34] really? [11:34] kubuntu SHOULD do a lot of things...like not entirely slaughter a vital app such as cdrecord [11:34] yeah [11:34] it didnt ask me [11:34] if i wanted lilo [11:34] Hehe [11:34] it should ask you questions then run lilo to write the changes to the MBR sudo /sbin/lilo -v [11:34] can u jsut uninstall grub throguh synaptic and install lilo? [11:34] pax, it can't write it. === pussfeller [n=todd@t1-rtc-woodlawn.rtcol.com] has joined #kubuntu === redguy__ [n=mati@aim174.neoplus.adsl.tpnet.pl] has joined #kubuntu [11:35] what did it do to ur cdrecord? [11:35] On the install menu it says 'Install Lilo' under 'Install GRUB' [11:35] nik, it doesn't use cdrecord [11:35] it uses cdrecord-clone [11:35] well what did it do to taht [11:35] oh [11:35] i see what u mean [11:35] which is a lame attempt at being better than cdrecord...those devels think they're so 1337 to make a lame app that replaces cdrecord. -_- n00bs [11:36] lol [11:36] is it possible to only install lilo using the install cd ? [11:36] /boot/boot.0301 exists - no boot sector backup copy made. [11:36] Boot sector relocation performed [11:36] i no some distros can do taht [11:36] I can't reboot or my system most likely won't work. [11:37] o ya [11:37] hmm [11:37] i can try [11:37] and see [11:37] but first someone answer if its possible [11:37] like in mandrake when i boot off the cd it asks to install mandrake or install other stuff liek bootloader [11:38] There should be a HOWTO in the forums [11:38] make a Lilo boot diskette, cd /usr/lib/lilo then make -f Makefile.floppy [11:40] no floppy drive [11:40] :o what? [11:40] lol [11:41] ya... [11:41] anyway... === dietmar [n=dietmar@h082218033038.host.wavenet.at] has joined #kubuntu [11:43] Floppy drives are soooo 5 minutes ago [11:43] lol [11:43] Rogue_Jedi_X, more like 10 years... === dietmar [n=dietmar@h082218033038.host.wavenet.at] has left #kubuntu ["Konversation] [11:44] Or that [11:44] i have a zip drive lol === _dietmar34342 [n=dietmar@h082218033038.host.wavenet.at] has joined #kubuntu [11:44] luminousnerd: who has the oldest floppy here ? I've got a 20 years old floppy somewhere :p === chx [N=chx@unaffiliated/chx] has joined #kubuntu [11:44] sorry, wrong date : 18 years only [11:45] drive? [11:45] or discette [11:46] so umm how do i install lilo? === chx [N=chx@unaffiliated/chx] has left #kubuntu ["Konversation] [11:48] I remember we bought a computer with the 5,25" floppy drive just as 3.5" ones were becoming popular. We were screwed from the beginning [11:48] lol [11:48] you americans are spoiled, some people in other parts of the world still use mainly floppies if they are lucky enough to have them [11:48] hmm [11:49] so how do i install lilo? [11:49] www.ubuntuforums.org [11:49] search [11:49] apt-cache search lilo [11:50] Which american are you reffering to, pax? [11:51] all americans are blessed to have all the goodies their country/economy can offer === dsmink [n=dsmink@5353D71C.cable.casema.nl] has joined #kubuntu [11:52] kubuntu can read ntfs right? [11:52] why not [11:52] cuz i cant read my windows drive [11:52] It can read my sister's hard drive, so probably, yeag [11:52] *yeah [11:53] NT [11:53] NTFS is dangerous to write to I think [11:53] I want to get the settings and every program, the distro, EVERY THING on this pc to the other machines (which are factory installed winblows) [11:53] Then again, it's dangerous to use Windows, so what's the harm :) [11:54] i jstu wanan read it thoguh [11:54] i have a dual boot with an ntfs xp and ext3 kubuntu [11:54] i wanan be able to read the xp one === QaDeS [n=QaDeS@p54A9AC0B.dip0.t-ipconnect.de] has joined #kubuntu [11:54] I'm stumped there [11:55] well considering the limited knowledge i have of linux i think its less dangerous for me to use windows cuz i dont no what the hell im doiiiiing here [11:55] I'll be facing the same problem in a couple of months, though [11:55] wait [11:55] ok it sees taht there is a drive [11:56] btu it wont mount [11:56] whats etc/fstab and etc/mstab? [11:56] nik this is a script by seveas that can mount your ntfs partition and make it accessible by default http://ninux.net/files/fstab [11:56] nik: that's two configuration files [11:57] !ntfs [11:57] somebody said ntfs was the filesystem used under Windows XP. The Ubuntu installer can safely resize an NTFS partition to create a new partition for you to install Ubuntu. http://www.ubuntulinux.nl/files/winmac_fstab [11:57] i have two harddrives so id rather keep them seperate [11:58] do i have to compile that program link? === dsmink [n=dsmink@5353D71C.cable.casema.nl] has left #kubuntu ["Konversation] [11:59] read it, it has instructions for use [11:59] no no === ms12 [n=ms12@d141-64-4.home.cgocable.net] has joined #kubuntu === mrabti [n=mrabti@adsl-241-109-192-81.adsl.iam.net.ma] has joined #kubuntu === aGNUstic [i=2010@70-57-137-239.albq.qwest.net] has joined #kubuntu [12:00] the instructions are confuzing me [12:01] nik, save it, name it something then in console type: sudo bash [12:01] I suppose your ntfs partition is the first partition of the harddisk ? [12:01] now you can browse your windowsxp