[12:35] Level15: I have a cron job that creates a file - mail.tar.gz It creates it to a folder called backup. I have added soem code so that I create a folder for the tarball, but as I "don't know the name of teh file that has been created" I am unable to put my tarball creation in it. I am just learning the scripting side at the moment and don't know if the $(date -I) remains the same variable [12:35] should [12:35] sure it should [12:35] I will put my code in the pastebin [12:35] if you use the same shell (probably bash) [12:36] put it in the wastebin :D [12:36] hehe === telcvt1 [n=telcvt1@cpe-76-168-138-154.socal.res.rr.com] has joined #kubuntu === sweettooth [n=gordon@i-83-67-130-90.freedom2surf.net] has joined #kubuntu [12:38] sehe: http://paste.ubuntu-nl.org/34228/ [12:39] I am looking at placing my tarred files and the others into the newly created dated folder [12:39] lines 7/9 do that already [12:40] what is different in the task you are trying to perform? [12:40] you mean in lines 13,14? [12:40] I was just adding the date to those ones, but I would like then to go into the newly created folder [12:40] and do? [12:41] Karti: set a variable at the beginning like TIMETAG=$(date -I), then use it to define any names you want both for tar files as well as directories [12:41] I would like 7,9 13 and 14 to go into the newly created folder === aguitel [n=aguitel@200.5.111.141] has joined #kubuntu [12:41] that would only make it (1) more legible (2) more safe (if the date changes) [12:42] aha - ic - you want to use the same folder everywhere [12:42] I run this backup every night but want to automate it more [12:42] so that every night it goes to a different folder === alyssa_ [n=alyssa@97-86-161-251.static.stls.mo.charter.com] has joined #kubuntu [12:43] so tonight it will be 2007-08-08-Backup and tomorrow 2007-08-19-Backup [12:43] care if I write up some mod like Level15 proposed? [12:43] seems like it is already well underway :) [12:43] please do, I am just trying the variable he suggested [12:43] k a moment [12:44] glad that idea has been accepted :) === drkrffxx [n=drkrffxx@213.37.219.245.dyn.user.ono.com] has joined #kubuntu === zibrah3ed [n=zibrah3e@24-119-245-50.cpe.cableone.net] has joined #kubuntu === miguel_ [n=miguel@c-71-63-8-65.hsd1.va.comcast.net] has joined #kubuntu === aguitel [n=aguitel@200.5.111.141] has joined #kubuntu [12:46] should be there [12:46] http://paste.ubuntu-nl.org/34228/ === ramon [n=ramon@e178065246.adsl.alicedsl.de] has joined #kubuntu === ramon is now known as Perdut [12:46] sry: http://paste.ubuntu-nl.org/34229/ [12:46] Hi! [12:47] on a separate note: I like rdiff-backup for this kind of thing :) [12:49] Karti: found it? [12:49] sehe: just looking now === lukas__ [n=lukas@217.225.188.137] has joined #kubuntu === Bartho [n=bartho@dslb-088-066-001-006.pools.arcor-ip.net] has joined #kubuntu [12:50] hello there [12:50] didn bother to update comments or anything else (like the -v switches on the tars that seem a bit redundant in a cron job :)) [12:50] (hi) [12:51] sehe: that was perfect, many thanks and cheers to level15 for the idea === khaije1 [n=khaije1@person1.constellation.com] has joined #kubuntu [12:51] anyone have an idea, why my screen goes to blank after 5 minutes, but didnt configured it in the kde screensaver options nor the XScreensaver? [12:51] gl! === laurent_ [n=laurent@ALagny-154-1-6-234.w83-112.abo.wanadoo.fr] has joined #kubuntu [12:51] I thought the v was for verbose and meant everything? [12:51] O_O [12:51] Karti: np, i bet sehe would have done that even if i hadn't said anything anyway :) [12:51] yup - unless you explictely pipe cron output to some logfile, it is useless in cron === powr [n=powr@BSN-77-101-104.dsl.siol.net] has joined #kubuntu [12:52] Also I like the idea of a differemtial backup, is that just slightly different code that I should use? === AscendedDaniel [n=Ascended@jasonc.caltech.edu] has left #kubuntu [] [12:52] What's the default media player for Kubuntu? [12:52] for videos [12:52] rockets: kaffeine [12:52] kaffine I think.. [12:52] you leave all the real work to rdiff (librsync) and get icremental storage foortpint as a bonus [12:52] oh. [12:52] Damn. [12:52] Kaffeine doesn't work so well. [12:52] have to read up first, unless you know rsync a bit already === koyote [n=christof@182.235.125.209.transedge.com] has joined #kubuntu === AmyRose [n=djb@unaffiliated/amyrose] has joined #kubuntu [12:53] sehe: may i query you? [12:53] I think that is later ;) [12:53] Bartho: yup [12:53] Karti: np === coreymon77 [n=coreymon@unaffiliated/coreymon77] has joined #kubuntu === contrast83 [n=mike@adsl-074-236-242-009.sip.bgk.bellsouth.net] has joined #kubuntu [12:54] Greets, everyone... [12:54] Bartho: I can't do pm (have to register duh) === elite101 [n=elite101@d36-91-7.home1.cgocable.net] has joined #kubuntu [12:54] sehe: Level15: I will ask though, looking at my script, it doesn't work unless it has the //bin/cat /dev/null > /tmp/backup.log part, I just don't get this.....any ideas? [12:54] gnaaaa [12:54] Bartho: should be something with the powersave settings [12:54] Karti: touch [12:55] Karti: let me see that script again... [12:55] *sigh* i guess i will register ^^ [12:55] Level15: http://paste.ubuntu-nl.org/34228/ [12:55] Bartho: i think *i have to* === malcolmb [n=malcolm@CPE0018f8c0f33a-CM00122500768a.cpe.net.cable.rogers.com] has joined #kubuntu [12:56] Karti: strange, it should not be necessary, IMHO... the log file should be automatically created when you do the > thing === alyssa_ [n=alyssa@97-86-161-251.static.stls.mo.charter.com] has joined #kubuntu [12:56] oh :D sorry, bit drunken... but that 5 minutes blank screen bothers so much [12:56] Karti: what exactly doesn't work now? Did you remove the v switch or some? [12:57] When I remove that line 4 and the > /tmp/backup.log it works fine in the script, but when it crons it only copies a tiny bit of the tar.gz file === cox377 [n=cox@host-84-9-90-22.bulldogdsl.com] has joined #kubuntu [12:57] must admit not tried it without the v switch [12:58] Karti: uhoh I might have needed some quotes === gehzumteufel [n=gehzumte@cpe-76-169-210-146.socal.res.rr.com] has joined #kubuntu [12:58] sehe: so this way now? i mean its a support channel :) ofc only if you are multithreaded [12:58] Karti: do not remove the v switch (it is harmless even if not useful :)) [12:58] Is there a list of the apt packages anywhere? with descriptions? === sauvin [n=sauvin@74-139-33-39.dhcp.insightbb.com] has joined #kubuntu [12:59] Karti: http://paste.ubuntu-nl.org/34231/ minor fixup shouldn really change much [12:59] sauvin: in adept? [12:59] erm [12:59] savetheWorld: ^^ [12:59] Could change a lot if $(date -I) contains spaces. I never tried ($date -I) HEHEHE [12:59] hee hee [12:59] savetheWorld: packages.ubuntu.com <-- search able via web interface.. you can also use the package manager or "apt-cache search" [12:59] Biovore: thats what I was hoping for. thanks [01:00] sehe: in that case i suggest the output of date is user defined to something like 2007.10.15 === jakob__ [n=jakob@0x573988db.hcnqu2.broadband.tele.dk] has joined #kubuntu === buzztracker [n=buzztrac@pelikan.garga.net] has joined #kubuntu === Linux_Galore [n=richard@60-242-20-212.static.tpgi.com.au] has joined #kubuntu === jakob__ is now known as jakobsg [01:01] Level15: indeed, does '2007-08-19' at my pc [01:01] sehe: just find it crazy why the script would work when I run it, and also when I run it from the Kcron GUI yet it fails to complete the mails.tar.gz [01:02] this problem was before the date issue I'm afraid [01:02] Karti: i remember i experienced some weird issues with gnutar a while ago... i swtiched to some utility called star which worked fine [01:02] and there's an Ubuntu package for it :) [01:03] yet fails to complete mails.tar.gz... - when? - [01:03] ok, i turned off the power saving settings, only said "switch off monitor after 45 minutes" at least the monitor goes blank after 5 minutes but dont turn off the monitor [01:03] I believe that the backup.log is written over each time anyway, so that is not an issue === marcia [n=marcia@cm-net-poa-C8B0C547.dynamic.brdterra.com.br] has joined #kubuntu === OuZo [n=OuZo@dsl-241-218-136.telkomadsl.co.za] has joined #kubuntu [01:03] Karti: you are right about that, since it's > and not >> [01:04] sehe: it fails to create the tar during the actual cron job [01:04] it creates the icon and it contains maybe 10 folders [01:04] Karti: may i suggest you take a look at keep, a kde utility for backups... though i haven't really used it === tornado [n=tornado@eio57.neoplus.adsl.tpnet.pl] has joined #kubuntu === rockets [n=rockets@pool-71-249-71-134.nycmny.east.verizon.net] has joined #kubuntu === poroto82 [n=poroto82@201.255.100.170] has joined #kubuntu [01:05] Karti: I happend to try it once. Wouldn't even launch === pauljw_vm [n=paul@pool126.dial1-clec.newalb.win.net] has joined #kubuntu [01:05] Level15: I had a quick look before, but wanted to try my hand at scripting as I had some errors appear [01:05] Karti: There is also Konserve which is pretty simplistic I think [01:05] does anyone know where i can find the idyllic records album? please [01:05] I read about Simple Linux Backup but its still in Beta I believe [01:06] Karti: ok, if that doesn't work then stick to the scripts... [01:06] take a look at this star thing... it's syntax is somewhat more complicated than tar but doesn't do unexpected stuff [01:06] at least in my experience [01:06] The problem with line 9 could be (1) source (not present, not accessible: permissions!, or locked (locking mail client? NFS mounted problems?)) it could be permissions writing the log file as well [01:07] sehe: but if i understand correctly, it works with the cat /dev/null > logfile [01:07] (forget the (1) didn fancy more bullet items :)) [01:07] it's kind of weird [01:07] sehe: I thought it might be permissions during the cron as it runs all other times, the confusing part is that it creates part of the file ;) [01:08] Level15: Yes [01:08] Level15: i missed that point [01:08] I will have a look at the suggestions, and thank you both for your help... [01:08] Karti: try putting the logfile somewhere else :) [01:09] what in a home folder? [01:09] Karti: seems then that tar bails out halfway, breaking the pipe [01:09] for example, yes [01:09] in jim's home folder, actually [01:09] :D === stephan [n=stephan@p54A5C5C1.dip.t-dialin.net] has joined #kubuntu [01:09] **damn these people are smart ...they now know my name ;)** [01:10] HAHAHA [01:10] YOU PUT IT IN THE SCRIPT [01:10] hehe === poroto82 [n=poroto82@201.255.100.170] has left #kubuntu ["Konversation] [01:10] cut and paste will be the end of Jim, Jim Bond! [01:10] Karti: gl anyways [01:10] BTW, you can make the scrip protable by not using the full path to your home dir but $HOME :) [01:10] *script [01:10] jeez [01:11] nano rc0 [01:11] I used the ~/ but when I put this on a forum , it was suggested that I try full paths [01:11] sorry [01:11] Level15: which is more portable, ~ or $HOME (if it comes to bash,csh,sh etc?) [01:11] Karti: i think $HOME works better [01:11] I would go with the variable $Home [01:12] it's all capitalized [01:12] just amending script as we type ;) [01:12] uppercase [01:12] ok, i turned off the power saving settings, only said "switch off monitor after 45 minutes" at least the monitor goes blank after 5 minutes but dont turn off the monitor... anyone any idea? ^^ [01:12] BArtho: yes, it's probably something else [01:12] really? :p [01:12] brb === luis [n=luis@190.66.181.181] has joined #kubuntu [01:13] would you also suggest the use of change directory or just a straight tar command? [01:13] Bartho: sry, but it's always like that [01:13] sehe: what do you mean? === Zackson [n=zion@200.8.208.145] has joined #kubuntu [01:14] Karti: I always do straight commands. But it's a matter of taste unless you 'cd' to a directoyy with different permissions in place [01:14] as its all Jim's it would not really matter....me thinks [01:14] Bartho: it's the fastest way of thinking of other solutions: accept that it must be something else:_) === marcus [n=marcus@217.83.68.69] has joined #kubuntu === OOD [n=OOD@dsl-149-184.aei.ca] has joined #kubuntu === linuxwizard [n=linuxwiz@74-141-160-82.dhcp.insightbb.com] has joined #kubuntu === elvin [n=elvin@CPE000f3d37aa61-CM00186832fd12.cpe.net.cable.rogers.com] has joined #kubuntu === elvin [n=elvin@CPE000f3d37aa61-CM00186832fd12.cpe.net.cable.rogers.com] has left #kubuntu ["Konversation] === Materials [n=elvin@CPE000f3d37aa61-CM00186832fd12.cpe.net.cable.rogers.com] has joined #kubuntu === sehe [n=sehe@sehe.xs4all.nl] has joined #kubuntu [01:16] sehe: maybe i dont understand that now :( only want to know why the f*** the screen goes blank. === naught101 [n=naught10@60-242-222-210.tpgi.com.au] has joined #kubuntu [01:16] Hi, whats a linear transformation? [01:16] nice I had one of my lovely keyboard deadlocks. [01:16] Bartho: granetd [01:17] granted* [01:17] Materials: are you talking about math here? [01:17] sehe: ? [01:17] Bartho: are you on kde or gnome? I'm KDE so if you are too, i might look around [01:17] sehe kde [01:17] good [01:18] sehe: but a installed ubuntu with reinstalled kde [01:18] Can I limit Krusaders Internet capacity? :P [01:18] It's uploading too fast :p [01:18] Bartho: do you have Kerry/Beagle running? === kaminix2 [n=kaminix@90-227-187-59-no129.tbcn.telia.com] has joined #kubuntu [01:18] i donno [01:18] Materials: lol === Agnostic_Theist [n=gary@user-54410001.l5.c4.dsl.pol.co.uk] has joined #kubuntu === dpawel_ [n=dpawel@abol144.neoplus.adsl.tpnet.pl] has joined #kubuntu [01:18] Bartho: never mind [01:19] sehe: wtf is Kerry/Beagle? [01:19] Bartho: i'll take that as a 'no' :) [01:19] hehe [01:20] (Bartho: desktop search) [01:20] Bartho: a mac's spotlight sort of search application [01:20] that sounded bad === intelikey [n=UN-root@dialup-4.226.237.145.Dial1.Dallas1.Level3.net] has joined #kubuntu [01:20] Bartho: yup. Google Desktop, Vista Search [01:20] apple blh === matias_ [n=matias@233-39-231-201.fibertel.com.ar] has joined #kubuntu [01:20] howto check for a dns server ? [01:20] Hi [01:21] intelikey: what do you mean, look for one? (btw, you are unidentified) === dustin [n=dustin@12-216-0-31.client.mchsi.com] has joined #kubuntu [01:21] what's the best dvd ripper in kubuntu? [01:21] Bartho: what window manager are you usign? [01:22] I have a question if someone can answer to me it I would appreciatte their help? === W8TAH [n=W8TAH@static-acs-24-239-210-31.zoominternet.net] has joined #kubuntu [01:22] I have a Pentium II === conrad_ is now known as coloco [01:22] robotgeek i mean test the dns address that i have in resolv.conf [01:22] sehe: uhm didnt i mention that? kde, or what do you mean exactly? [01:22] with 256 RAM and Riva TNT2 32MB === pend3r [n=pend3r@a80-186-78-155.elisa-laajakaista.fi] has joined #kubuntu === kaminix3 [n=kaminix@90-227-187-59-no129.tbcn.telia.com] has joined #kubuntu [01:22] robotgeek think proxy === modjo [n=modjo@189.160.61.84] has joined #kubuntu [01:23] Bartho: technically that's diffenrt. I'll take that as, "kwin", of course LOL [01:23] hello everybody [01:23] intelikey: sorry, i dunno [01:23] And I have Installed beryl and it is not working [01:23] anybody here develop in c++ using kubuntu? [01:23] Bartho: I'm using beryl on kde, e.g. [01:23] k [01:23] best dvd ripper in kubuntu? [01:23] thats a hard question now ^^ === OOD [n=OOD@dsl-149-184.aei.ca] has joined #kubuntu [01:23] sehe: thats a hard question now ^^ [01:23] Bartho: never mind: if you don't know it, it's kwin for sure :D [01:24] dustin best is the one you prefer [01:24] Bartho: Just ruling out sources of interference with desktop behaviour [01:24] hey everybody i need some help [01:24] intelikey: any suggestions? [01:24] !rip [01:24] To rip an Audio CD in KDE, put it in and then put audiocd:// in the Konqueror URL bar; it's configurable in system settings. Also see http://tinyurl.com/2x7qsh [01:24] programing in c++ [01:24] perhaps acid rip? [01:24] guess not. [01:24] !dvdrip [01:24] Sorry, I don't know anything about dvdrip - try searching on http://bots.ubuntulinux.nl/factoids.cgi [01:24] modjo: I do, why [01:24] sehe: but i can maybe tell you its since i installed the nvidia driver [01:25] sehe: at least i guess it is [01:25] Bartho: shouldn really make more snese, but sure sounds like a clue === tornado [n=tornado@eio57.neoplus.adsl.tpnet.pl] has joined #kubuntu === satanasof_ [n=satanaso@32.247.217.87.dynamic.jazztel.es] has joined #kubuntu [01:25] i've heard good things about devede === Germany24m [n=don@p54A5C5C1.dip.t-dialin.net] has joined #kubuntu [01:25] sehe: how do i compile anything in c++? i cant run a simple hello world program [01:25] like this http://en.wikipedia.org/wiki/C%2B%2B [01:25] Ok, can you type up the source? I'll give you a simple command line then [01:25] modjo: ^^ [01:26] sehe: on that link look for the hello world program [01:26] modjo: sudo apt-get install build-essential [01:26] anyone use sbackup from the konsole ? [01:26] modjo: then, read up on how to compile programs :) [01:26] modjo: saw it. Save as 'hello.cpp', then either 'make hello' on a system with standard binutils, or do manual: === spiroo [n=spiroo@c-2b1de353.02-2016-73746f43.cust.bredbandsbolaget.se] has joined #kubuntu [01:27] modjo: g++ main.cpp [01:27] lemme trya g++ === purpleposeidon [n=poseidon@adsl-69-111-193-247.dsl.snfc21.sbcglobal.net] has joined #kubuntu [01:27] ok another question about dns's does it matter what dns one uses on the internet ? === mudge [n=mudge@c-24-7-167-34.hsd1.ca.comcast.net] has joined #kubuntu [01:27] modjo: g++ automatically links libcpp instead of glibcand uses STL include paths etc [01:27] hello, I wondering, how do i contact those people who currently developing Kubuntu version 7.10. I have a several bugs notices that I wanna share with all of you === khaije [n=khaije1@216.99.185.51] has joined #kubuntu [01:28] modjo: You may try kdevelop (IDE) if you are on KDE [01:28] modjo: Anjuta (IDE) otherwise === yazou [n=yazou@alf94-12-88-161-73-164.fbx.proxad.net] has joined #kubuntu [01:28] i dont have g package [01:28] downloading [01:28] modjo: Eclipse seems to have proper CDT (IDE) as well, never tried it [01:28] intelikey: it does matter if the dns does not "behave" [01:28] sudo apt-get install build-essentials <-- modjo [01:28] let give it wome time [01:28] i do have eclipse but i cant understand it for simple programs [01:28] anyone? [01:28] just huve packages [01:28] *huge [01:29] spiroo: file bugs on launchpad? [01:29] modjo: eclipse is originally Java-dev oriented [01:29] spiroo kubuntu+1 [01:29] I wanna contact, developers for kubuntu, how do I do? [01:29] spiroo: report...what robotgeek said :) [01:29] spiroo channel #kubuntu+1 [01:29] modjo: You'd have to go and Find/Install updates (Help menu) === Germany24m [n=don@p54A5C5C1.dip.t-dialin.net] has joined #kubuntu [01:29] modjo: But how's the command line compile going? [01:29] spiroo: you can email kubuntu-devel AT lists DOT ubuntu DOT com -- but I am afraid you will be pointed to LP to file a bug === helge [n=helge@adsl-074-236-101-127.sip.bct.bellsouth.net] has joined #kubuntu [01:29] ok [01:29] it compiled [01:29] modjo: ? [01:29] how do i run it? === OOD [n=OOD@dsl-149-184.aei.ca] has joined #kubuntu [01:29] okey, sorry not to familiar with this IRC-client, how do I change to channel #Kubuntu+1? [01:29] modjo: great. you're on your way then! [01:30] yes half way :D === corvus [n=corvus@p5491EEE2.dip.t-dialin.net] has joined #kubuntu [01:30] modjo: Be sure to check out boost (it has ubuntu packages) [01:30] modjo: more questions (uhoh)? [01:30] spiroo /join [01:30] how do i run it? [01:30] it did complied it [01:30] modjo: default output is named a.out [01:30] okey, because I have found a several heavy core bugs which gonna destroy the system. I have reinstalled a dussinn of times [01:30] *compiled [01:30] what is kubuntu+1? [01:30] yes inddeed [01:30] modjo: ./a.out should run it [01:31] hahahaha [01:31] NICE!!!!!!!!!! [01:31] isn't there already an ubuntu+1 which has way more people to help you out === ubuntu_ [n=ubuntu@220-253-12-63.VIC.netspace.net.au] has joined #kubuntu [01:31] modjo 1, c++ 0 [01:31] modjo: separate options (i believe -o hello) are used to name it differently [01:31] lol [01:31] modjo: way to go [01:31] sehe: you are correct :: g++ -o foo foo.cpp [01:31] guys i really love you for helping noobs === kaminix3 [n=kaminix@90-227-187-59-no129.tbcn.telia.com] has joined #kubuntu [01:31] sehe: Level15: Finally, does #//bin/cat /dev/null > $HOME/backup.log mean that I am reading the results of dev/null and puting them to home/backup.log (which would equal nothing?) [01:31] you saved me :D === txwikinger [n=txwiking@sblug/member/txwikinger] has joined #kubuntu [01:31] modjo: and we love you for using Kubuntu! [01:32] Karti: simply, yes [01:32] there is none on channel kubuntu+1 [01:32] modjo: you should also invest some time in learning a build tool like cmake or scons [01:32] Karti: so, like doing 'touch $HOME/backup.log'... [01:32] anyone use sbackup here? [01:32] i would but right now im at homework [01:32] so i need it really bad === marcia [n=marcia@cm-net-poa-C8B0C547.dynamic.brdterra.com.br] has joined #kubuntu [01:32] spiroo: +1 channels are for dev releases (ie. gutsy support) [01:32] nvm, i tried ubuntu instead. === nixternal hugs cmake and qmake === ubuntu_ is now known as ubuntu__ [01:33] yes I noticed that [01:33] Karti short answer yes [01:33] I wanna report about gutsy yes [01:33] modjo: good luck then [01:33] lol which make it more confusing why my script needs it :) [01:33] sehe, robotgeek and nixternal [01:33] spiroo: as long as it isn't related to Konqueror and Flash locking up or OpenOffice.org not starting, then go for it :) [01:33] THANK YOU SO MUCH! [01:33] Karti: yup lucky you [01:33] :D [01:33] gotta go === ubuntu__ [n=revilodr@220-253-12-63.VIC.netspace.net.au] has joined #kubuntu [01:34] modjo: cya [01:34] homework claims my blood [01:34] later modjo === djbrenden [n=djbrende@88.227.167.78] has joined #kubuntu [01:34] it has not to do with that ;P [01:34] modjo: ##c++ also [01:34] and may the power of god compiles you! [01:34] It has to do with partitions and boot process [01:34] ooh, something new :) [01:34] Karti exception would be if /dev/null was deleted (hackers trick) and things that used >/dev/null would have writen a file, then you would be backing up that data === AmyRose [n=djb@unaffiliated/amyrose] has joined #kubuntu [01:35] Karti: again, what happens if you don't have the /dev/null line :) [01:35] Karti: is the backup complete, if you include it, or what? === pompel [n=lv-@adsl-074-236-101-127.sip.bct.bellsouth.net] has joined #kubuntu [01:35] btw, does anyone know if there is a better tool than testdisk to fully recover lost data on the hdd [01:35] Karti: yep... basically you are just creating an empty file [01:36] Karti: sorry i took so long to answer [01:36] Level15: hi back... [01:36] intelikey: cheers - sehe: no it generally only creates a file that is about 8.3kb instead of 36MB === kaminix2 [n=kaminix@90-227-187-59-no129.tbcn.telia.com] has joined #kubuntu === aguitel is now known as kondeDrakul [01:37] Level15: no probs, great to get some help === arkaitz [n=arkaitz@138.Red-83-63-145.staticIP.rima-tde.net] has joined #kubuntu === arkaitz [n=arkaitz@138.Red-83-63-145.staticIP.rima-tde.net] has left #kubuntu ["Konversation] [01:38] Karti: but if you include the 'magic line', the backup is 100% ok? [01:38] Karti: i am still surprised you need to do that... [01:38] spiroo not that i know of. if testdisk doesn't do it you need some "real" data recovery methoods like dd or cat and a large decyphering zone [01:38] and plenty of time and exp [01:38] Karti: i should be going to bed i'm afraid [01:38] yes, if the line is in it works great , if not if copies the four files but it looks as thought he tarballs are shells of their formwr self! [01:39] former self even!! [01:39] Karti: hahaha [01:40] i am angry === koyote [n=christof@182.235.125.209.transedge.com] has joined #kubuntu [01:41] Karti: what prompted you to enter the magic line in the first place? Did you get the idea from somehwere? It might give me a clue, as otherwise I'm stupified :D [01:41] intelikey: Is there any tool with GUI and that could retrieve full filenames and catalog structure? [01:41] hi angry === robinson [n=myk@18.169.78.66.aeneasdsl.com] has joined #kubuntu [01:41] hey anyone here into programming? [01:41] what's up mudge? [01:41] mudge: more specific? [01:41] mudge: yes [01:41] spiroo idk. what is the fs in question ? === Der_Horst [n=Horst@e176106049.adsl.alicedsl.de] has joined #kubuntu [01:41] stdin, are you awake this evening? [01:41] haha, more specific: computer porgramming [01:42] mudge: still more? [01:42] ^^ [01:42] sehe: http://www.linuxformat.co.uk/index.php?name=PNphpBB2&file=viewtopic&t=6512 [01:42] klobster: [01:42] Karti: thx [01:42] what's your favorite programming languages? === sauvin [n=sauvin@74-139-33-39.dhcp.insightbb.com] has joined #kubuntu [01:42] php [01:42] mudge: all of them? C# java, python, c++ [01:42] mudge install build-essential and kdevelop and have at it [01:42] mudge: probably a better question to ask in an offtopic non-support channel really [01:43] Sartre [01:43] not my favourite, but have to use php ^^ [01:43] XD [01:43] depends what kind of programming btw. [01:43] sehe: Its 12.43 here as well.......eyes not opening like they used to, when I was a looooooooot younger!# [01:43] trying to help a friend with a dialup connection. He is using KPPP, gets a dialtone and a partial handshake, but then PPPD died unexpectedly [01:43] nixternal: good point [01:43] I am programming webapplications with php. [01:43] any ideas? [01:43] nixternal:i'm new to IRC today [01:43] nixternal: not really up to speed with channels and all :D [01:43] sehe: even haskell and Common Lisp? [01:43] sehe: you are rockin' and rollin' [01:43] spiroo what is the fs in question ? [01:43] Nope, I think the drive is toast. It won't even accept device numbers now. [01:43] mudge: nah too excentric for my taste [01:44] oops, sorry, wrong channel. [01:44] hmm...is Konversation the preferred irc app around here? [01:44] mudge: did some guile scripting tho :D [01:44] intelikey: what about fs? what does that mean? [01:44] spiroo: filesystem [01:44] fs = file system [01:44] rad [01:44] i have to use php sometimes too [01:44] ah sorry, I need mostly for ext3, but also for ntfs. [01:45] mudge: poor you === pablohp [n=pablohp@201.78.129.74] has joined #kubuntu [01:45] thanks sehe [01:45] nixternal: i think i might be an addict pretty soon, yes [01:45] tehehe [01:45] spiroo for ext# if you haven't destroied the fs mount with the second superblock and it shouldn't need recovering [01:46] I have formatted it accidently :( [01:46] for ntfs i have no clue. [01:46] spiroo with what did you format it ? [01:46] There is good tools for windows partitions, btw, just thought about that :P [01:47] thinking about going to sleep, or does anyone have anyone an idea about my "screen goes blank after 5 minutes" problem? :) [01:47] I formatted when to reinstall linux kubuntu [01:47] not sure, that tool installation use [01:47] Bartho: no my mind goes blank after 5 seconds of cracking on that question:) === kaminix4 [n=kaminix@90-227-187-59-no129.tbcn.telia.com] has joined #kubuntu === hero [n=scarlet@unaffiliated/hero] has joined #kubuntu [01:47] sehe :p [01:48] sehe: and sorry for bothering you ;) [01:48] anyone here use dial up for internet connection? [01:48] I found files with testdisk but it returned like 4000 files, and none with real filename or folder name === matias_ [n=matias@233-39-231-201.fibertel.com.ar] has joined #kubuntu [01:48] ofc the german guys cant help me with it too [01:49] robinson: Do not think so, we live in the second century [01:49] spiroo hmmmm looks like you really loused that up... and if any new data has been writen to that fs you can forget recovering, if not you might possably recover the files but not with any tool i'm aware of. only with cli commands [01:49] Hi guys I have a problem I can`t hear two sounds at the same time [01:49] hah.. i am on fiber myself, trying to help a friend who lives in an area where broadband is not available [01:49] Bartho: np [01:49] I have a Sounblaster 16 sound card [01:50] Hi guys I have a problem I can`t hear two sounds at the same time [01:51] spiroo the command that was used is mke2fs -cj and it will have over writen all the superblocks and the journal so recovery is a bite by byte process [01:51] intelikey: hmm, I guess so. I guess I have to go thrue all that files I have, I found some of the important files. I just wanna return one folder which I had a webapplication in === jarohp [n=jaro@pcp1.pcplus.cz] has joined #kubuntu === sean_ [n=sean@host175-53-dynamic.6-87-r.retail.telecomitalia.it] has joined #kubuntu [01:51] peeps, I'm off [01:51] Karti: gl and cya [01:51] Bartho: go to sleep :D [01:51] sehe: many thanks for all [01:52] bye [01:52] intelikey: why, why me :P:( [01:52] sehe: no :p [01:52] I hate prereleases [01:52] spiroo yeah there wont be any "folders" per'se they are just inodes like all other files... [01:52] sehe: and good night... i never sleep :p# === tornado [n=tornado@eio57.neoplus.adsl.tpnet.pl] has joined #kubuntu [01:52] I only use v7.10 because It has full support for wireless WPA2 [01:52] hello there. I'm providing dhcpd with my ubuntu box but somehow devices connected all obtain same ip address. Is it somehow possible to disallow this stupid behaviour. To force unique addresses being given to clients? Using dhcpd but might use any other dhcpd [01:53] jarohp, by chance are all the devices accidentally set to a static IP of the same address? [01:54] Anyone can help to me? I have problems with the sound I can`t hear two sounds at the same time [01:54] jarohp: i belive dnsmasq allows you to have ip addresses based on mac addresses. i think dhcpd must have the same feature [01:54] I guess in the future I should never install a prerelease/beta [01:54] spiroo if it's any consolation, let this be the lesson of the year, nothing but nothing is a replacement for good backups. [01:54] matias, what is your sound card again? [01:54] robinson: yes, but I plug in a lot of "anonymous" devices for shorter periods of time - no chance of static mac-ip binding. [01:55] I so sorry, is a Sound Blaster 16 [01:55] I usually do backups, but this time I jsut lost data that I was not aware of :( [01:55] :( [01:55] BUT I DAMN SHOULD HAVE DONE :P [01:56] heh !language !shout and yeah. [01:56] robinson: devices are set to dhcp... they really ask for address and accidentaly they get the same address. I tried 3 kinds of dhcp servers and they all do the same (though the actual address given to all devices differ) [01:56] speaking of sound, I have real problem with soundo r Linux has. It does not sound right. [01:56] matias_ have you configured the sound card in kcontrol? [01:56] jarohp: okay, still it just seems like weird behaviour. do you have ip ranges set correctly [01:56] yes === conrad_ [n=conrad@84.127.106.201.dyn.user.ono.com] has joined #kubuntu [01:56] !sound | spiroo [01:56] It works perfectly, except that it get some bruisy noise or what it is called in english [01:56] robotgeek: i'm totaly confused what might cause this awful behaviour. [01:56] spiroo: If you're having problems with sound, first ensure ARTS is running, by going to K Menu -> System Settings -> Sound System and making sure "Enable the sound system" is checked. If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - For playing audio files, see !Players and !MP3 [01:56] see the trubble shooting page ^ [01:57] jarohp: are you also using a router, or just a switch? [01:57] robotgeek: yes, definitely [01:57] uboto: thanks, but not thnkas, I have tried that, does not work [01:57] robinson: tried asus router, tried second asus router, tried my ubuntu as dhcp server. [01:57] matias, you may want to chec kthose links posted above [01:57] jarohp: sorry, no clue [01:57] spiroo ummm then you need crimson [01:57] OK [01:58] crimson? [01:58] if you can find him around, [01:58] if you have a router running in conjunction with the dhcp server, make sure the router is not set to also act as a dhcp server [01:58] that can cause some weirdness [01:58] Robinson: Thank you so much === el [n=el@adsl-75-50-155-117.dsl.lsan03.sbcglobal.net] has joined #kubuntu [01:58] ah okey, i thought it was an application, lol :D === shadowraven [n=shadowra@host-69-59-104-170.nctv.com] has joined #kubuntu === SemiConscious4ev [n=tibor@FE-6-0-rt-gyp.eag.centurytel.net] has joined #kubuntu [01:59] crimsun got time to help spiroo with sound ? [01:59] he's away === satanasof_ [n=satanaso@32.247.217.87.dynamic.jazztel.es] has joined #kubuntu [02:00] brb === buzztracker [n=buzztrac@pelikan.garga.net] has joined #kubuntu [02:00] crimsun is on: channel ubuntu+1 === iceolate [n=iceolate@c-24-131-239-119.hsd1.pa.comcast.net] has joined #kubuntu [02:00] those devices request same address... [02:00] but I cannot contact with private messages :( === fremen_ [n=fremen@201.50.235.39] has joined #kubuntu [02:00] anyone here familiar with rubyripper? [02:00] or maybe not [02:00] DHCPDISCOVER from 00:08:54:e2:b4:34 via eth1 [02:00] DHCPOFFER on 192.168.251.150 to 00:08:54:e2:b4:34 via eth1 [02:00] DHCPREQUEST for 192.168.251.150 from 00:08:54:e2:b4:34 via eth1 [02:00] DHCPACK on 192.168.251.150 to 00:08:54:e2:b4:34 via eth1 [02:00] DHCPDISCOVER from 00:08:54:e2:6c:c3 via eth1 [02:00] DHCPOFFER on 192.168.251.150 to 00:08:54:e2:6c:c3 via eth1 [02:00] DHCPREQUEST for 192.168.251.150 from 00:08:54:e2:6c:c3 via eth1 [02:00] DHCPACK on 192.168.251.150 to 00:08:54:e2:6c:c3 via eth1 === mode/#kubuntu [+o robotgeek] by ChanServ === jarohp [n=jaro@pcp1.pcplus.cz] has left #kubuntu [requested] === mode/#kubuntu [-o robotgeek] by robotgeek [02:01] jarohp: sorry if i missed it, but what is your setup? === intelikey [n=UN-root@dialup-4.226.237.145.Dial1.Dallas1.Level3.net] has joined #kubuntu [02:01] are there any peeps on here experienced with Linux and dialup? [02:02] Good day [02:02] dialup [02:02] what you need is a real modem [02:03] what you have is probably a winmodem [02:03] you are correct, it is an Agere/Lucent winmodem [02:03] it does dial [02:03] is there a new version of OPENOFFICE I have VER 2.2 [02:03] it attempts to handshake [02:03] then, PPPD daemon died unexpectedly [02:03] robinson hmmm try using wvdial ? [02:03] hi guys this koffice is the same as the openoffice 2.0? === alyssa_ [n=alyssa@97-86-161-251.static.stls.mo.charter.com] has joined #kubuntu [02:04] more info on what is actually happening === freddie_ [n=freddie@cpc2-warr3-0-0-cust891.bagu.cable.ntl.com] has joined #kubuntu [02:04] unfortunately, this is not for my setup, i wont have a chance to try again for another day or so === freddie_ is now known as frederific [02:04] Intelikey, you mind if i private chat with you? === pauljw_vm [n=paul@pool126.dial1-clec.newalb.win.net] has joined #kubuntu === mode/#kubuntu [+o robotgeek] by ChanServ [02:04] or do i need to download the openoffice [02:04] anyone use sbackup ? [02:04] na go ahead === ubuntu_ [n=ubuntu@91.139.155.83] has joined #kubuntu === mode/#kubuntu [-o robotgeek] by ChanServ [02:05] umm how do i register? [02:05] !register [02:05] Information about registering your Freenode nick is at http://freenode.net/faq.shtml#contents-userregistration [02:05] !register [02:05] !bot [02:05] I am ubotu, all-knowing infobot. You can browse my brain at http://ubotu.ubuntu-nl.org/factoids.cgi - Usage info: http://wiki.ubuntu.com/UbuntuBots === elite101 [n=elite101@d36-91-7.home1.cgocable.net] has joined #kubuntu [02:06] the new Ubuntu?!?!?!?! Ubuntu 8.06 - Haughty Husky [02:06] !botsnack | ubotu !botabuse [02:06] ubotu !botabuse: Yum! Err, I mean, APT! === robinson is now known as mykrobinson [02:07] !sbackup [02:07] sbackup is a tool to create complete and/or incremental backups (which can be scheduled to be automatic, and can be done over a network). It is available in !Universe [02:07] !srestore [02:07] Sorry, I don't know anything about srestore - try searching on http://bots.ubuntulinux.nl/factoids.cgi [02:07] elite101 are you sure about the month ? === hero_ [n=scarlet@72.121.207.68.cfl.res.rr.com] has joined #kubuntu [02:08] lol its on google [02:08] but maybe? [02:08] crimsun, do you have time to help me with my sound [02:08] wow theres like 1,074ppl on ubuntu channel? :S [02:08] sorry' [02:08] its 8.04 [02:09] spiroo: he is away (see /whois ) === hero_ is now known as hero [02:09] I saw that :( [02:09] has anyone in here used rubyripper? i've having trouble getting it started [02:11] btw, about file recovering, I cannot read and write from ext3 partitions, weird. And when I try to open Dolphin as root it says hal-storage-refused uid 1000 [02:11] or I mean when I try to read after opened as root [02:11] is it possiable with a nic card and a WIFI atheros card to make a "network bridge"? i wanna share an internet connection with my lappy? [02:11] i have a D-link DWL-G510 card [02:12] nvm, sorted it out === bipolar [n=bflong@216-164-162-138.pa.subnet.cable.rcn.com] has joined #kubuntu === speaker219 [n=speaker2@unaffiliated/speaker219] has joined #kubuntu === kaminix4 is now known as kaminix|shindeir === bigal [n=bigal@host-64-147-213-7.cbvnol.com] has joined #kubuntu [02:16] btw, does anyone know if wireless WPA2 works on any version/dist of linux? [02:16] except kubuntu v7.10 === rockets [n=rockets@pool-71-249-71-134.nycmny.east.verizon.net] has joined #kubuntu === rathel [n=rathel@c-24-9-186-226.hsd1.co.comcast.net] has joined #kubuntu === rcarter [n=rcarter@wet191.drizzle.com] has joined #kubuntu [02:17] anyone? [02:17] I need a stable version [02:18] and working ;P [02:18] I'm trying to run XGL on KDE and it's really slow, anyway I can speed it up? [02:18] rathel: new processor? lol [02:18] *CPU [02:19] spiroo: Perhaps, but it runs just fine under gnome. [02:19] not sure, I have same problem when running GParted in KDE. The best is to use apps that is coded for a certain DE [02:19] Desktop engine === derrick [n=derrick@c-71-228-15-133.hsd1.il.comcast.net] has joined #kubuntu [02:20] anyone here used dvd::rip? [02:20] btw, a KDE 4 is moving, maybe finished soon. Beta 1 released === deluxe [n=deluxe@d83-189-58-141.cust.tele2.de] has joined #kubuntu [02:21] rathel: BTW, real interesting when you said it btw. I also wanna know how to fastup an application which is slow in "wrong" DE [02:21] dustin: i have used it once, though all that stuff takes far too long on my computer [02:22] i keep getting an error === iceolate [n=iceolate@c-24-131-239-119.hsd1.pa.comcast.net] has joined #kubuntu [02:22] basically, the movie has x frames but you only ripped y which is less than x. This is most likely a problem with your transcode/libdvdread installation [02:22] any idea how to fix? === felipe_ [n=felipe@201.8.43.221] has joined #kubuntu [02:23] why rip, when you can download? :D [02:23] haha [02:23] i have a 300 dvd collection [02:23] that i want to get ripped as part of a media center [02:23] hehe, that was a joke, if anyone took that to serious ;P [02:24] PIRATE, to the gallows! [02:24] hehe ;P === moof00 [n=moofoo@e179029238.adsl.alicedsl.de] has joined #kubuntu [02:25] is all 300 dvd legaly buyed? :D [02:25] haha, yeah. we buy used [02:25] haha okey [02:26] anyway it is a crime to take duplicates, even if it is for private use === elite101 [n=elite101@d36-91-7.home1.cgocable.net] has joined #kubuntu [02:26] oh well :( [02:26] sorry like i was saying [02:27] not every single dvd is under that law, but most of them. Just so you know. [02:28] is there away to share an internet connection with my Nic card to my Wificard? kinda like a "network Bridge" so i can make my broadband into wireless so i can share it with my lappy? === poningru_ [n=poningru@pool-72-64-214-110.tampfl.fios.verizon.net] has joined #kubuntu === herminio [n=herminio@gate1.ip2.com.br] has joined #kubuntu [02:28] elite101: why? [02:28] yeah, i refuse to follow that one. I purchased the DVD and I feel I have the right to make a backup even if breaking the encryption breaks the law. I'm not morally opposed [02:28] i have a PCI D-link DWL-G510 athereos card [02:28] cuz [02:28] for my laptop [02:29] why not use the wireless connection from router if you have one? [02:29] i dont have one :( [02:29] its just the way i have things setup now [02:29] ah okey, do you plug in brodband directly to your pc then? [02:29] yeah [02:30] then i have a spare Wifi card [02:30] that i dont use [02:30] hmm okay, I should either buy a router or switch. [02:30] lol i cant do it at all? === bipolar [n=bflong@216-164-162-138.pa.subnet.cable.rcn.com] has joined #kubuntu [02:30] about share a wireless and not, do not think it works like that === duns_s [n=duns_s@mnhm-590c082a.pool.einsundeins.de] has joined #kubuntu [02:30] i have a netgear but its somewhere esle :( [02:30] plus it sucks [02:31] hehe tell me about it, wired ftw === Hc [n=toffe@a88-112-4-210.elisa-laajakaista.fi] has joined #kubuntu [02:31] I hate wireless, but I have to use wirless :( [02:31] linux, does not make it easier ... :D [02:31] i know wireless is slowwwwwww [02:32] nah not these days [02:32] yeah but [02:32] wireless seems to dip lower and higher [02:32] 802.11n could get over 100Mbit/s [02:32] ethernet is like straight forward [02:32] hmm, yes, wireless does loose some "power" on the way === dianna [n=dianna@roam-205-251.plu.edu] has joined #kubuntu [02:33] yeah [02:33] but either way beats having wire's running across ur house* [02:33] lol [02:33] but I do not think it is possible to make your pc to an wireless conncetion [02:33] i was going to buy a fonera wireless doggle thing? does linux support that === rpedro [n=rpedro@87-196-34-64.net.novis.pt] has joined #kubuntu [02:34] i need another wireless Doggle my PCI card sucks :( [02:34] I am going to get a multimedia center with wired to all rooms build-in the celing [02:34] and i need one cuz its usb and i can just by an extenstion [02:34] lol [02:34] cool [02:34] 1gbps? [02:34] hehe, do not buy a ratlink 2500 :D [02:34] lol [02:34] 1GBPS? thou is that good? === Raumkraut [n=Raumkrau@cust227-dsl44.idnet.net] has joined #kubuntu === rathel [n=rathel@c-24-9-186-226.hsd1.co.comcast.net] has joined #kubuntu [02:35] like if i have a 100mbps and switch tp 1gbps will it make it faster my internet by like 5kps? lol === BluesKaj [n=kaj@unaffiliated/blueskaj] has joined #kubuntu [02:35] since it can handle more [02:35] nope, or I think so. wired/fiber has the "power" to put thrue a 1 Gbit-line. Unfortunatly no IPS has that speed these days for private people === czer323 [n=czer323@cpe-65-24-160-142.columbus.res.rr.com] has joined #kubuntu [02:36] yeah [02:36] only for buisnes's i never seen a connection that had about over 1.5mbps download speed === czer323 [n=czer323@cpe-65-24-160-142.columbus.res.rr.com] has joined #kubuntu [02:36] only like 700kbps/500kbps [02:36] But in my country, not sure about your, but one guy here in Sweden get connected to a whole town network and has 42 Gbit/s in his house :D [02:37] WOW [02:37] lol [02:37] i get 400mbps [02:37] so it is possible [02:37] but it downloads @ 700kbps [02:37] 400 Mbit/s? wtf === bigal is now known as bigal_ === bigal_ is now known as bigal [02:37] well it's 400mb [02:37] but on my windows box [02:37] 400 mb/s you mean? [02:37] i think it reads it as 400mbps [02:37] yeah [02:38] sorry diff things [02:38] it is difference between mbit and mb ;P [02:38] yeah i know lol [02:38] lol i wanna get 1tbit/s when it comes out [02:38] :P [02:38] I have 24 Mbit/s which is approximatly 1 Mb/s in download speed [02:38] yeah wow === anna [n=anna@e176247219.adsl.alicedsl.de] has joined #kubuntu [02:39] well mine reads 400mbS but is only 11mbit [02:39] its highspeed :( but its lite [02:39] I am maybe gonna get 100 Mbit/s in the new house with build-in multimedia center :) [02:39] from cogeco [02:39] yeah lol [02:39] well 700kbps for me is okay [02:39] !virus | mykrobinson [02:39] mykrobinson: A/V software is available, however read this to understand why Linux does not have a virus problem: http://librenix.com/?inode=21 [02:39] i usually download ISO's [02:40] mhmm cool i wanna read that === nagyv [n=nagyv@86.43.172.85] has joined #kubuntu [02:40] !virus > mykrobinson === anna [n=anna@e176247219.adsl.alicedsl.de] has left #kubuntu ["Konversation] [02:40] 1 Tbit/s is a little bit to much, do not you think. Just think about Youtube, which use a high amount of bandwidth of the internet. [02:41] yeah [02:41] lol [02:41] Just think if everyone should download in 1 TB/s today. internet would explode of overload 24/7 :D [02:41] 500mbytes per second download speed lol who downloads 500mb per second?!??! [02:42] yeah [02:42] servers would fry [02:42] 500mb persecond u could think of a Cd album u want and it would take 2sec to download an album as if u were downloading an image [02:42] like 2kb.ps lol === nosrednaekim [n=michael@04-114.200.popsite.net] has joined #kubuntu [02:43] haha yeah. Or with 500 MB/s it would take just a minute i would guess to download a 4.4 GB movie === nagyv_ [n=nagyv@86.43.172.85] has joined #kubuntu [02:44] but, it is stille some people in this century which use modems and dial-up connection :D [02:44] yeah lol not even === imagine[laptop] [n=imagine@xplr-ts-t11-208-114-165-46.barrettxplore.com] has joined #kubuntu [02:44] 1Tera bit would be 500Mega bytes/second [02:44] yeah lol [02:44] Evryone need to seed also :D [02:44] dialup=2kbps [02:44] yeah [02:44] lol [02:44] imagine seeding on dial-up OWHHHW the madness [02:45] I have dial up... stop mocking me... :( [02:45] :P [02:45] it took u an hour to type that and send it [02:46] sorry, just I cannot imagine it anymore because I loosed that techology far ago :P anyway, is there anything I could help with, not PRO on linux, but I have learned a bit latest days. [02:46] I have dial up... stop mocking me... too [02:46] lol sorry === gary_ [n=gary@221.122.98.1] has joined #kubuntu [02:46] its just soo old === elite101 dust's off dial-up modem [02:47] feel sorry for us please... [02:47] we are pitiful.. [02:47] sorry( i do [02:47] you would earn to switch from modem => broadband, trust me. My family did, and it goes faster too ;P [02:47] lol === ConstyXIV [n=andrew@74-128-189-16.dhcp.insightbb.com] has joined #kubuntu [02:47] it sucks when u go from fast internet to slow eh? like broadband to wireless [02:47] does amarok have DAAP support? [02:47] ehhh wireless is slowww my PCI card is only 54mbps [02:48] We had some high bills with modem, and it goes lower because there constant with broadband. With modem you pay for what you use. === sfire [n=whoamI@72.186.70.220] has joined #kubuntu [02:48] yeah [02:48] or you pay for more than u use :D [02:48] lol but u dont use alot thou [02:48] cuz its slowww [02:48] spiroo: its $14 permonth here... and we can't get dsl [02:48] ppl from australia have dial-up === nagyv_ [n=nagyv@86.43.172.85] has joined #kubuntu [02:48] :( [02:48] spiroo hmmm phone bill is unaffected by my isp [02:49] 9$ for dial up here? [02:49] :S [02:49] I have 2 internet connections.. One direct ethernet straight to a cable modem (no router) and one via the neighbors wireless.. can anyone tell me how to get them to work together.. for some reason right now when I connect to both it always uses the wireless [02:49] yeah $9 here [02:49] To bad, sorry I feel sorry for you that you cannot get this oopurtunity with broadband [02:49] was $7 but that company dropped out of sight. [02:49] 9$ per kb or what? :D [02:49] sfire, thats funny i did the same thing i went from my neighbours wireless connection to my modem with no router :P [02:50] spiroo per month [02:50] lol [02:50] xD [02:50] elite101: were you able to get them both working at once? [02:50] ohh why? [02:50] is it possible these days to pay per mounth? [02:50] I want it to share the bandwidth between the two connections [02:50] hook up a NIC card and wireless card to ur pc? and connect the NIC to the mdoem and the wireless to the BSSID?!?!?! [02:50] ahhh i dont know [02:50] i dont think u can? [02:50] spiroo heh yeah. [02:51] :S [02:51] sfire: hmmm, its possible I THINK. not sure how one would do it though [02:51] sfire, if u find away please tell me lol i have the same thing :P [02:51] elite101: I know there is a way [02:51] it was not before for me ... Anyway, you cannot mix serveral internet connection to one single. Maybe there is some way. I saw some Microsoft application for that before, but not sure it is working. === jono [n=jono@ubuntu/member/jono] has joined #kubuntu [02:51] my neighbours wifi=100mbps my connection 11megabits [02:51] can you use DAAP sharing in Amarok? [02:52] elite101: haha [02:52] o_0 whats DAAP? audio/video file? [02:52] get your neighbours then? [02:52] lol [02:52] nahh [02:52] my atenna from my linksys broke :( [02:52] elite101: it's a protocol to share music across a LAN [02:52] ahh ic [02:52] linux is perfect to hack into networks WEP/WPA [02:52] yeah true [02:53] esp athereos chipset [02:53] heh [02:53] why share just music in a LAN? [02:53] wireless is made to be hacked isn't it ? [02:53] yes. === malqos [n=malqos@host-89-229-14-58.torun.mm.pl] has joined #kubuntu [02:53] I know it works when I specify the IP in some apps.. like Torrent [02:54] I hate to be dependent of wireless [02:54] what, is it possible to use utorrent in linux? [02:54] sfire: yeah, I think thats how you have to do it... one connection per app === Blauhaut [n=selcuk@88.226.122.24] has joined #kubuntu === nosrednaekim has an atheros [02:54] ? === nosrednaekim does not hack [02:54] mine is atheros [02:55] I live in stupid ville.. no reason to hack [02:55] !torrent [02:55] Torrent clients: Azureus (Java), BitTornado (Shell with python front-end), KTorrent (KDE/Qt), rTorrent (C++) - Bittorent FAQ: http://www.bittorrent.com/FAQ.html [02:55] sfire: anyway... I really don't know how to do it besides that it is possible... maybe ask on #linux [02:55] Torrent I mean of course ;P === ^peter^ [n=peter@dsl-0-30.vic1.net.au] has joined #kubuntu [02:56] I only want utorrent, it is the greatest, why bother with bittorando and azureus in linux? [02:56] ??? that char doesn't appear correctly for me... what is it ? [02:57] intelikey, it is a letter/char for micro [02:57] or mikro maybe, not sure. [02:57] oh. ok. [02:57] the pico symble maybe ? === yotux [n=nathan@24-196-133-163.dhcp.mdsn.wi.charter.com] has joined #kubuntu [02:57] no, micro [02:58] like 5 F [02:58] thought that was "" not "" === Philip5 [n=Philip@c83-253-56-100.bredband.comhem.se] has joined #kubuntu [02:58] hmm not sure. [02:58] it the "" that just shows as "?" in my console [02:59] I guess so, dpends on which charset i guess === BluesKaj [n=kaj@unaffiliated/blueskaj] has joined #kubuntu [02:59] yeah. [02:59] does anyone know how to set up a DAAP share in amarok? [03:00] that shows as the micro u and a square box === buzztracker [n=buzztrac@pelikan.garga.net] has joined #kubuntu [03:00] ConstyXIV a negitive answer hardly helps you, but it may be of some comfort to know we weren't ignoring you. [03:00] fo me === Artimus [n=jared@24-240-63-166.dhcp.stpt.wi.charter.com] has joined #Kubuntu === jarohp [n=jaro@pcp1.pcplus.cz] has joined #kubuntu === neto [n=neto@189.145.206.88] has joined #kubuntu === neto is now known as neto__ [03:02] speaking of sound, is there anyway to get winamp for linux. No app is gonna replace that. It is like firefox, you jsut have to have it. [03:02] nosrednaekim hmmm one char here but it wont display so the console gives a ? to signify that there is a char there. if i copy and paste it get two chars \ so i was just assuming that it's a modified micro which should equal pico but that was a guess... === BluesKaj is not entirely new to audio in linux , but what may I ask, is DAAP ? [03:03] a music share protocol for LAN like they said before ;P [03:03] just got here [03:03] spiroo heh i don't like ff so that whole statement is moot to me... :) === marcia [n=marcia@cm-net-poa-C8B0C547.dynamic.brdterra.com.br] has joined #kubuntu === neto__ [n=neto@189.145.206.88] has left #kubuntu ["Konversation] [03:04] haha okey [03:04] what browser do you use then? [03:04] I hope not IE? :D [03:05] elinks has become the browser of choice here. but dillo if i need quick graphics. [03:05] used to use links2 for both... [03:05] okey, never heard about. I use FX or Opera, or maybe sometimes Konqueror if i have to === Lunis [n=Lunis@74.197.83.214] has joined #kubuntu [03:05] but links2 is weak on ssl support so i have kinda moved away from it. [03:06] I installed squirrelmail but it did not create any links in /var/www any ideas [03:06] or konqueror if i'm not concerned about the bloat yeah. [03:06] haha okay [03:07] do you use a "low-performed" pc? [03:07] no.. he's a maniac.. k? [03:07] lowend boxen is my forte [03:07] :) === sfire ships intelikey his 8088 packard bell with 640kb of ram [03:07] lowend boxen? what do you mean. sorry, im swedish :D [03:08] you have an 8088 with 640k ???? /me calls BS on that. 512 max [03:08] sfire: put vista on that baby! 640k should be enough for anyone! [03:09] lol [03:09] haha, I guess that is bad, but okay [03:09] well it may have 640k but i don't think it shipped with it. [03:09] Anyway I prefer Core 2 or Pentium 4 [03:09] Turion X2!! === underdog5004 [n=matthew@adsl-76-236-66-231.dsl.pltn13.sbcglobal.net] has joined #kubuntu [03:10] intelikey: I have 2 internet connections.. One direct ethernet straight to a cable modem (no router) and one via the neighbors wireless.. can anyone tell me how to get them to work together.. for some reason right now when I connect to both it always uses the wireless === intelikey just has simple k7 [03:10] oops [03:10] but 3 GHz is enough to run Vista anyway, lol :D [03:10] intelikey: http://www.uncreativelabs.net/pcxtclub/oldxt.htm [03:10] yes they really had 640k of ram [03:10] intelikey: k7's aren't bad! you can run KDE with that... [03:10] nosrednaekim you can run kde on a k6 [03:11] intelikey: what.. is a k7 a Duron? [03:11] haha noway, 640 Kb RAM? wtf === nosrednaekim is confused [03:11] I have a K6-2 on a shelf... I miss that box === fremen_ [n=fremen@201.50.163.250] has joined #kubuntu === speaker219 [n=Charlie@unaffiliated/speaker219] has joined #kubuntu [03:12] haha and I thought I was a geek :D === fremen_ is now known as Hirum [03:12] spiroo: it was the sh*t back in the day.. I also had a 10MB hard drive.. which I told everyone I would never fill in 1000 yrs [03:12] haha [03:12] I use a k6 for a hair comb :) [03:12] nite all...turning in now, tired [03:12] I have 500 GB, I have never been on these days when Gates begun [03:12] nosrednaekim i don't know the code names that well, just know that k6 was about like p1-p2 k7 covered p2-4 and k8 is 64bit [03:13] ah ok... k6 is the durons then... [03:13] intelikey, what is a kx? [03:13] k7 would be the socket A athlons [03:13] spiroo amd processors. [03:13] umm.... K6 was the AMD K6... [03:13] ah okey, old ones? [03:13] spiroo: AMD processor generations [03:13] i586, Pentium Pro erra [03:13] spiroo: no.... k8 is the present AMD architecture [03:13] yes, I understand that at least :P [03:14] aha I thought you talked about old school CPU [03:14] hi guys i have a newbie question after you use a command with sudo to install something how do you go back to your user [03:14] nah.. k7 is like 4 years old [03:14] AMD K6, not a Duron: http://en.wikipedia.org/wiki/AMD_K6 [03:14] If you ask me, AMD and ATI sucks [03:14] or maybe 6 [03:14] yes yes very old. ancient, out dated, realics of time gone by. 10 years old now. [03:14] that is fucking old for me :D [03:15] pc is not so old. The first Altar and Comadore CPU :D That is damn old schoold :D [03:16] very old. [03:16] intelikey: those durons out perform the latest Vias... lol [03:16] not quite sure when bill gates and the company started but not ages ago anyway [03:16] 1984 I think.... === supus [n=supus@81.222.218.6] has joined #kubuntu [03:17] nosrednaekim heh the p1mmx 100mhz i just setup as a server for someone will run kde just fine. no joke. [03:17] thats not a very long time. PC and Internet has growing rapidly fast [03:17] wow.... [03:17] intelikey: my 233 pmmx won't run KDE... [03:17] damn, if that possible, anything is :D [03:17] xfce works though [03:18] nosrednaekim yes it will. if you set it up correctly. [03:18] why bother, may i ask? === alyssa_ [n=alyssa@97-86-161-251.static.stls.mo.charter.com] has joined #kubuntu [03:18] spiroo addressed to ? [03:19] you and nosrednaekim === czer323 [n=Administ@cpe-65-24-160-142.columbus.res.rr.com] has joined #kubuntu [03:19] I mean why bother try setup with that old CPU? [03:19] intelikey: yeah... I guess so. [03:19] spiroo simple there is nothing wrong with the hardware, why throw it away? put it to use and save the world. [03:19] spiroo: cause if you have some old hardware and some extra time you can make it perform quite well. === hnsn [i=jh83@c83-255-128-81.bredband.comhem.se] has joined #kubuntu === rvgopal [n=rvgopal@59.93.114.2] has joined #kubuntu === Jmanfoo [n=josh@adsl-243-201-70.cae.bellsouth.net] has joined #kubuntu === czer323 [n=Administ@cpe-65-24-160-142.columbus.res.rr.com] has joined #kubuntu [03:20] for most stuff 1GHz is absolutly fine [03:20] maybe, but It has no support I guess, almost not [03:20] even eccesive [03:20] for me with 3 GHz, KDE goes slow [03:20] spiroo: on the contrary.. the older it is..the more supported it is [03:21] dump the industrial attitude of "you have to junk that and buy new" and join the reality of "if it aint broke, put linux on it" [03:21] maybe because harddrive moving and so on in the process tree but still [03:21] yay [03:21] intelikey: is responsible for the decline of global wealth [03:21] get 'im! [03:21] haha okay, anyway I do not have any old [03:21] mordaunt and global warming/cooling [03:22] i'm still using a 600 Mhz athlon machine =) [03:22] kubuntu ftw [03:22] :) [03:22] But yeah we buy new shit because the MS and the rest has gone to milkmode like i call it === Daisuke-Ido [n=sierra-x@pool-71-97-155-54.aubnin.dsl-w.verizon.net] has joined #kubuntu [03:23] this is indeed true, when a computer gets too old for my daily use, i put linux on it and make it a router :-p [03:23] spiroo yes you are the sheeple that support that... [03:23] I mean they develop new OS all the time and we buy new hardware to drive it :P [03:23] sheeple? [03:23] yep [03:23] it's a contraction. people sheep [03:24] no mind of your own just do what M$ says and pay them for raping you. [03:24] it's always depressing to use windows i don't have a 1000 command line tools ready at my fingertips all the time :| [03:25] but i'm not meaning to disrespect you. that's just the "we must buy new hardware because of the new windows" attitude. [03:25] mordaunt, that's what cygwin is for :) [03:25] cygwin used to be clunky when i tried it like 5 years ago =) [03:25] ah okey, my english is not on tip top :P And no, I totally agree with you, and I hate companys like Microsoft. I just have no choice to get with the flow [03:25] intelikey: some of us just like speed [03:25] haven't used windows since then :\ [03:25] it still is for hard core apps, but for regular binutils its pretty good [03:26] i absolutely cannot live without the "host" command, which windows does not have [03:26] sfire nothing wrong with that. that's a different problem and not addressed here :) === khaije1 [n=khaije1@unaffiliated/khaije1] has joined #kubuntu [03:27] I agree with you, trust me. But I need some higher speed, because I have not much time, and time is money [03:27] this should all be in #kubuntu-offtopic guys [03:28] make Jmanfoo {bootstrap,install} [03:28] Jmanfoo not only does windows not have it but... -root: host: command not found [03:28] Jmanfoo: ok.. that sounded wrong. [03:28] i don't either.... [03:28] do host and an IP address [03:28] oh wait [03:28] wow, host is extremely useful === hoisn_ [n=hoisn@p57A34E9A.dip.t-dialin.net] has joined #kubuntu [03:29] i have about 15 windows servers hosting webpages, and each of them has multiple IPs [03:29] probably so... what provides it ? [03:29] without host, i'd never be able to find anything [03:29] hehe. Btw, is it possible to design your own Linux, most thought about KE but I mean from boot to here. [03:29] windows? i meant linux [03:29] spiroo, look at LFS [03:29] i'm building it as we speak [03:29] cool === ConstyXIV [n=andrew@74-128-189-16.dhcp.insightbb.com] has left #kubuntu ["Kopete] [03:30] i'm not sure what its comes in intelikey, it's always been installed by default [03:30] !info host [03:30] host: utility for querying DNS servers. In component universe, is extra. Version 20000331-9 (feisty), package size 69 kB, installed size 168 kB [03:30] ah [03:30] ok i'll give a look. [03:30] it basically pulls PTR records from DNS [03:31] damn cool with an own LFS. If i had time it would be possible that I would sit here now to code it. But I do not have those skills either .P [03:31] hmm i never did finish setting up my nfs share on /etc/cache/apt/archives... [03:32] spiroo i consider myself a skilled linux user and LFS has taken me two days already and i'm still not done :p [03:32] btw, catalog structure in linux deserves credit. It is just perfect and logic. [03:32] its not altogether hard, just time consuming, especially on older machiens [03:32] hehe, two days is not much then either .P [03:32] glibc takes 30 minutes to make on the machine i'm using, and even longer when it keeps throwing errors :-X [03:33] BTW, I consider myself as n00b, recently started with linux, should have done long time ago [03:33] glibc, the core right? [03:33] core libraries yes === stroud [n=stroud@c-71-207-96-25.hsd1.pa.comcast.net] has joined #kubuntu [03:33] and if they don't build correctly, your whole system is bunk [03:34] spiroo are you using kubuntu as your first distro? [03:34] okay, just to make sure. Linux is very interesting. But one thing. Will Linux be commercial any time in the future? [03:34] yeah linux depends on glibc or libc6 as case may be. [03:35] spiroo: linux can never be "commercial" in the way your asking :) === stdin says "Hi" to the room [03:35] yes I use Kubuntu for the moment, because I am n00b and need wirless WPA2 support without doing a long fucking process that I cannot handle [03:35] linux is commercial but it can never be controlled === Jmanfoo dumps stderr to stdin and cries like a baby [03:35] redhat for example. [03:35] spiroo: there is nothing wrong with kubuntu [03:35] it can't be made closed [03:35] kubuntu is great [03:36] Okay, yes I thought so, but I hope not Microsoft buys it, if you know what I mean. When Linux is going to be a threat someone is going down sooner or later [03:36] spiroo i've tried ever distro there is almost, and been a linux user for over 10 years, and kubuntu is by far my favorite [03:36] stdin yes there you said it. [03:36] spiroo: MS can't buy it, no one own it to buy it from [03:36] Jmanfoo: about the same here.. approx 8 yrs.. kubuntu is my fav [03:37] jmanfoo: hehe okay :) [03:37] stdin well technicly who owns the gnu-gpl ? === Wiggles [n=devin@102-213-223-66.gci.net] has joined #kubuntu [03:37] I agree re Kubuntu, I've used RedHat and SuSE, but I definately prefer the Debian way of doing things. [03:37] but just to clarify this. Is linux open source or not, which means commercial or not? [03:37] it is possible to sell linux, but the source must be made available [03:38] robinson [03:38] sounds like I have chosen right then to use Kubuntu :D [03:38] intelikey: well, the GNU are the authors, but do then own it? [03:38] so MS could never just buy it up and start selling it [03:38] stroud here here. (not *buntu specifficly but debian way) === malqos [n=malqos@host-89-229-14-58.torun.mm.pl] has joined #kubuntu [03:38] stdin idk. someone has to renew the copyright... [03:39] Jmanfoo: there is nothing stopping microsoft from buying any linux distro they want.. assuming that distro will sell [03:39] intelikey: yeah, but can one own a licence or a contract? [03:39] okay, so linux will never be controlled then? [03:39] commercial and open source are not exclusive terms [03:39] stdin absolutely in most countries [03:39] Microsoft would buy and throw it away I think, not sell it === nzk [n=nzk@unaffiliated/nzk] has joined #kubuntu [03:40] spiroo no, you should read the GNU-GPL [03:40] Christ, what the hell is Katapult? I was typing and seemed to press a key combination and a hideous graphic popped up that won't go away. [03:40] nzk, it's a nice launcher [03:40] nzk: its the bomb [03:40] alt-space is the combo you pressed [03:40] nzk: alt + spacebar [03:40] nzk: alt+space starts it [03:40] sfire the moment microsoft does that, i'll take the last good copy of that distro that i have, and devote my life to mailing copies to everyone on earth for free [03:40] The would like to, but as stated earlier, the license does not allow it to be closed, and since the source is already distributed all over the world, they can't "throw it away" [03:40] if you type in the name of the program you're trying to run, it will auto-complete the name [03:40] esc to close === bourgois [n=bourgois@c-24-2-65-220.hsd1.mn.comcast.net] has joined #kubuntu === intelikey has yet to see katapult [03:41] Good, it went away. === Jmanfoo is not impressed with katapult [03:41] What a piece of crap, a waste of developers time and hard drive space. === Jmanfoo likes kooldock though :) [03:41] oohhh its the bomb [03:41] what is it supposed to do? [03:41] Annoy. === klobster wishes there was an autocomplete feature in konversation [03:41] I would love to see get Microsoft dissapear from the global market. [03:41] nzk you just named most of the universe/multiverse repos... [03:42] As someone said before, M$ rape people [03:42] !katapult [03:42] katapult is the new application launcher for KDE, to be used with applications, bookmarks, and Amarok playlists. Once you have installed, hit Alt+f2 -> katapult, then hit Alt+Space, and type what you want. [03:42] including everything but bash.. eh intelikey? [03:42] spiroo na they only rape sheeple [03:42] nosrednaekim no including bash. [03:43] bash is really bloated. [03:43] intelikey, it's the left alt key === tzanger [n=tzanger@gromit.mixdown.ca] has joined #kubuntu [03:44] klobster does tab not work ? [03:44] haha, but could you explain sheeple in other words, does not understand even when I recently found it in the dictionary [03:44] knetworkmanager used to be doing a GREAT job of bouncing between my wired network when I was at the office and the wireless at home === naught101 [n=naught10@60-242-222-210.tpgi.com.au] has joined #kubuntu [03:44] ./configure bash CFLAGS=bigbloat [03:44] now it seems to be intent on bringing eth0 (wired) up at all times [03:44] dhcp eventually fails but I get a bogus IP/gateway and end up with two default routes in the esystem [03:44] any ideas? [03:44] anyway I have to go, 3:44 AM here, tired [03:45] nice to meet you folks [03:45] spiroo sheeple: people that sheepishly follower "*" to their own hurt. [03:45] tzanger i have yet to get wireless working reliably under kubuntu, but i think it's the fault of my crappy broadcom card [03:45] Jmanfoo: it *just worked* for me [03:45] later spiroo [03:45] I did nothing to configure it aside from give it the TKIP passphrase [03:45] intelikey: haha okay. Anyway thanks to you all [03:45] spiroo welcome [03:46] cya some day [03:46] i cannot get my wifi to pull dhcp, and it seems like the card goes to sleep after 2 minutes, based on my usage of airodump-ng [03:48] katapult - interesting. I might be quicker than negotiating menus [03:48] yup [03:48] stroud: much quicker [03:48] howdy Biovore, how goes it? [03:48] ok.. [03:48] !info aircrack [03:48] aircrack: wireless WEP/WPA cracking utilities (transitional package). In component universe, is optional. Version 1:0.6.2-7ubuntu1.1 (feisty), package size 9 kB, installed size 48 kB [03:48] any luck with the Nvidia drivers? [03:48] !info airsnort [03:48] airsnort: WLAN sniffer. In component universe, is optional. Version 0.2.7e-1.1 (feisty), package size 49 kB, installed size 180 kB === neurosis [n=neurosis@76.21.82.13] has joined #kubuntu [03:49] Jmanfoo: my nividia stuff works fine.. [03:49] !info funny-manpages [03:49] funny-manpages: more funny manpages. In component universe, is optional. Version 1.3-5 (feisty), package size 30 kB, installed size 140 kB [03:49] I've had good luck with Nvidia drivers on a Gateway [03:49] has been for serveral years === RadiantFire [n=ryan@c-69-180-43-27.hsd1.ga.comcast.net] has joined #kubuntu === neurosis is now known as Zodiac [03:49] you were asking about using the proprietary ones earlier though for a friend, thats what i meant === Zodiac is now known as Neurosis [03:49] Jmanfoo: someone was asking how to install nvidia's driver and not ubuntus [03:49] ah === intelikey wishes his nvidia card was supported === Tomi-idle [n=tomi@dsl-olubrasgw1-fe57fb00-67.dhcp.inet.fi] has joined #kubuntu [03:50] rivia card? [03:50] !info nvidia-glx [03:50] nvidia-glx: NVIDIA binary XFree86 4.x/X.Org driver. In component restricted, is optional. Version 1:1.0.9631+2.6.20.5-16.29 (feisty), package size 4387 kB, installed size 13352 kB [03:50] Biovore yes riva [03:50] works if you you XFree86-3.3.6 :-P === emet [n=emet@unaffiliated/emet] has joined #kubuntu [03:51] Biovore hmmm avalable in the repos ? === digiflauge [n=digiflau@CPE001478b7f65f-CM0014e8b61304.cpe.net.cable.rogers.com] has joined #kubuntu [03:51] !find XFree86 [03:51] Found: xserver-xorg-input-synaptics, xfree86-driver-synaptics, xserver-xfree86, t1-xfree86-nonfree, ttf-xfree86-nonfree (and 1 others) === navets [n=navets@d57-105-120.home.cgocable.net] has joined #kubuntu [03:51] well XFree86 3.3.6 is old.. 1998 [03:52] See redhat 8 [03:52] yes i know. i have rpm of it [03:52] or 7 [03:52] and 9 [03:52] and nvidia also made a close source driver for it.. [03:52] also in mandrake up to 10 [03:52] back in 2001 === porno [n=porno@60-241-14-244.static.tpgi.com.au] has joined #kubuntu [03:53] but ubuntu doesn't seem to support it at all === mohammad [n=mohammad@CPE001346f4a717-CM0011aea585d0.cpe.net.cable.rogers.com] has joined #kubuntu [03:53] well i mean other than the nv or vesa drivers === Lintsi [n=lintsi@dsl-pribrasgw1-fec7fb00-7.dhcp.inet.fi] has joined #kubuntu [03:53] no ubuntu dosn't [03:53] but the old debians with nvidia's stuff did.. === hitmanWilly [n=hitman@66-190-176-17.static.jcsn.tn.charter.com] has joined #kubuntu [03:54] sarge ? [03:54] i bet sarge did... i know woody would have [03:55] I am talking potato === bourges [n=bourges@c-24-2-65-220.hsd1.mn.comcast.net] has joined #kubuntu [03:55] heh woody would have hehhe [03:55] WE use to play Q4 on riva 128 cards [03:55] (q3) [03:55] :-P [03:55] ok, i joined at the wrong part of that conversation === iceolate [n=iceolate@c-24-131-239-119.hsd1.pa.comcast.net] has joined #kubuntu [03:55] how goes it hitmanWilly [03:56] howdy [03:56] hitmanWilly i'm still griping about ubuntu not supporting my nvidia card [03:56] intelikey: which one? [03:56] riva 128 [03:56] agp [03:56] heh [03:57] the same one. === Wiggles [n=devin@102-213-223-66.gci.net] has joined #kubuntu === speaker219 [n=speaker2@adsl-10-115-223.mia.bellsouth.net] has joined #kubuntu [03:57] i imagine there's a driver out there somewhere for it... === intelikey thinks hitmanWilly has a good imagination [03:58] there is.. but its for XFree86-3.3.6 [03:58] riva.... is that before the TNTs? [03:58] i think so [03:58] that's like early 90's iirc [03:59] mid [03:59] early "real AGP" mid 90ish [03:59] yup [03:59] fugetabboutit [04:00] well, i have to go de-virus a friend's comp tommorrow [04:00] why is it so hard to find a good icon theme? === buzztracker [n=buzztrac@pelikan.garga.net] has joined #kubuntu [04:00] Jmanfoo cause you don't like the default [04:00] heh, make your own :) === Novell [i=Novell@novell.stoldgods.nu] has left #kubuntu [] [04:00] hitmanWilly heh ware gloves :) [04:00] hitmanWilly, did you know BitDefender has a bootable linux livecd for scanning infected comps? [04:00] Jmanfoo: Nuvola [04:01] Jmanfoo: well, im gonna give the trinity rescue cd a shot [04:01] hmm, never heard of it [04:01] then again when people tell me their window's comps have a virus, i just laugh [04:01] if not, reformat/reinstall, assuming she has a recovery partition [04:02] not me. i say "try linux, it don't care about your virii" [04:02] yeah... I don't fix windows anymore.. [04:02] well, she's not exactly ready for the switch just yet, but im working on her :) [04:02] ;\ [04:02] normally i don't either, but this is a special case :P\ [04:03] hitmanWilly, my wife is a complete computer n00b, windows or linux, and she's been using CentOS for 4 months and LOVES it [04:03] hell, i even find CentOS to be a bit difficult sometimes [04:03] on a related note : http://blog.lobby4linux.com/index.php?/archives/262-Cutting-the-Velvet-Chain.html [04:03] i don't like any RH based stuff :\ [04:03] that's it, LFS for all! :P [04:04] Level15, CentOS is good for building appliance routers and firewalls [04:04] i dont like it as a desktop OS, but my wife is weird anyway [04:04] yeah, well, she's an artsy type and just isn't ready to give up her photoshop [04:04] *nix is good for that Jmanfoo === bourges [n=bourges@c-24-2-65-220.hsd1.mn.comcast.net] has joined #kubuntu [04:04] but anyway, i just mentioned that hitmanWilly so you can tell your friend she's got no excuse [04:04] lol [04:04] vxworks for all.. :-P === AscendedDaniel [n=Ascended@jasonc.caltech.edu] has joined #kubuntu [04:05] intelikey, kubuntu is not my ideal flavor for making routers lol [04:05] Jmanfoo: i could think of smaller distros which, IMHO, would be more fit for those purposes... === jcs7778 [n=john-cha@c-24-12-255-196.hsd1.il.comcast.net] has joined #kubuntu [04:05] Jmanfoo not any harder than LFS [04:05] dsl might actually work well for that === jacob [n=jacob@ool-182c95bc.dyn.optonline.net] has joined #kubuntu [04:05] Level15, i've tried DSL, it sucks === bourges [n=bourges@c-24-2-65-220.hsd1.mn.comcast.net] has joined #kubuntu [04:05] Hey what's up with cover flow on amarok [04:05] yes DSL too [04:06] its cute, but not very useful === AscendedDaniel [n=Ascended@jasonc.caltech.edu] has joined #kubuntu [04:06] Jmanfoo: i didn't mean dsl for that... i'd probably use either slackware, or some *BSD [04:06] actually, yeah, BSD would rock for that type of application [04:06] yeah, most of the firewall distros are built on BSD it seems [04:06] smoothwall and pfsense and so on === ubuntu_ [n=ubuntu@c911df5e.bhz.virtua.com.br] has joined #kubuntu [04:07] there's this company, Fortinet, thay build on Linux... but their own in-house linux === koyotee [n=christof@182.235.125.209.transedge.com] has joined #kubuntu [04:07] I'm going to call my LFS JmanFoonix === AscendedDaniel [n=jason@jasonc.caltech.edu] has joined #kubuntu [04:07] Alot of things run linux.. some linksys routers [04:07] some cellphones. [04:07] version 2.6.kung.fu [04:07] gentoo is good for servers I hear [04:08] Level15 heh well i use my own inhouse linux it can hardly be called *buntu anymore... [04:08] Biovore: yep.. we have a WRT54GL.. it rocks! [04:08] hehe, nice [04:08] we use FC6 for all our servers [04:08] I have a NSLU2 I put debian for Xscale on it :-P [04:08] its ok, but SELinux is worthless [04:08] Biovore: OpenWRT is amazing.. [04:08] FC6-7 = fubuntu === dewey [n=dewey@c-67-168-51-149.hsd1.wa.comcast.net] has joined #kubuntu [04:08] !info fubuntu [04:08] SELinux is only usefull for certain things.. [04:08] Package fubuntu does not exist in feisty, feisty-seveas [04:09] !info fortune-n [04:09] Package fortune-n does not exist in feisty, feisty-seveas [04:09] Jmanfoo SE has to be deSE'd to be usefull :) === carlos_ [n=carlos@190.80.149.23] has joined #kubuntu [04:09] exactly intelikey [04:09] Biovore: i that a SLUG? [04:09] *is [04:09] i need to bite the bullet and read one of the giant tomes on iptables configuration === alyssa_ [n=alyssa@97-86-161-251.static.stls.mo.charter.com] has joined #kubuntu [04:10] yes.. A SLUG.. its NSLU with modified linux [04:10] nosrednaekim slug ? [04:10] hey does anyone know if isc dhcpd is ipv6 compatible now? [04:10] Jmanfoo: there is a new dhcp protocol for ipv6 same as ping [04:11] intelikey: a network storage device. you put some hard drives in it and pu it on your network. they ussually run linux [04:11] or at least all SLUGs dp [04:11] yeah.. there are a bunch.. [04:11] they run ppc ussualy.. === Jmanfoo gags on a ppc [04:11] nosrednaekim ok and what does slug stand for ? === Biovore likes ppc for embbedded development stuff.. [04:12] heh.... you got me... [04:12] http://www.nslu2-linux.org/ [04:13] hold on, brb === intelikey holds. [04:16] heh Biovore i just thought about your nick, does that mean you wont eat anything that isn't alive ??? [04:17] hmm i imagined biovore had an italian pronunciation [04:17] bee-oh vore-ay [04:17] :-P [04:18] indeed, still looked like aglacanized latin bio-vore life eater [04:19] yup :-P [04:19] actually it was the name of a local heavy metal band that never really got anywhere.. [04:19] i think i'm going to have myself a Kubudweiser [04:20] Name sounds cool.. So I used it :-) === Cannoli [n=tahir@dsl-207-112-71-39.tor.primus.ca] has joined #kubuntu [04:20] !mp3 [04:20] For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also http://help.ubuntu.com/ubuntu/desktopguide/C/common-tasks-chap.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats [04:20] !ogg [04:20] hmm... I'm trying to isntall ubuntu-xen-server but it's saying that bridge-utils is required but not installable?? why would it not be installable? [04:20] if a herba-vore eats only plants carno-vore eats only meat then it stands to reason that a bio-vore would eat only thing that are still alive... and !offtopic @ /me [04:21] hmm okay it can't find the bridge-utils package, that's why [04:21] I havn't had much luck with xen.. I got virtual box to work though.. [04:21] I use vmware6 here most of the time for VM work.. [04:21] I've got deb http://ca.archive.ubuntu.com/ubuntu/ feisty universe multiverse... is that not enough? [04:21] Biovore: I've had reasonable luck with xen on slackware [04:21] you have multiverse and universe enabled.. [04:21] just trying out a kubuntu system [04:21] !info bridge-utils [04:21] bridge-utils: Utilities for configuring the Linux ethernet bridge. In component main, is optional. Version 1.2-1build1 (feisty), package size 28 kB, installed size 148 kB [04:22] tzanger nope need main also [04:22] ah, so I should put main in there too [04:22] bridge utills like brctl ? [04:22] how can u enable multiverse and universe in kubuntu? [04:22] !multiverse [04:22] !repos [04:22] ubuntubot lag [04:22] ... [04:22] XD [04:22] The packages in Kubuntu are divided into various sections. See https://help.ubuntu.com/community/Repositories/Kubuntu [04:22] what's the difference between mutliverse and universe anyway.. heh === duns_s [n=duns_s@mnhm-590c082a.pool.einsundeins.de] has joined #kubuntu [04:23] read the link ^ === hitmanWilly [n=KVIrc@66-190-176-17.static.jcsn.tn.charter.com] has joined #kubuntu [04:23] multiverse do not get security updates offen.. [04:23] tzanger: universe = community maintained; multiverse = non-free [04:23] so does multiverse include restricted? [04:23] yup [04:23] restricted is only drivers [04:23] no restricted includes restricted [04:24] intelikey: ? [04:24] the four promanant repos are main universe multiverse restricted [04:24] ok, back, trying out a diff irc client :) [04:24] so how you liking kvirc ? [04:24] you could always use telnet as your IRC client.. That aways good for a hoot.. :-P === Biovore likes it.. === romario [n=romario@189.13.175.31] has joined #kubuntu [04:25] Konversation beats kvirc... [04:25] 3.4 will be nice when they get it done.. runs on QT4 [04:25] Biovore: I use screen and irssi, close enough to the hardware for me :-) [04:25] lol...nice for having multiple channels === Biovore has multichannels and multipule networks.. === guinra [n=rob@c-71-207-248-189.hsd1.al.comcast.net] has joined #kubuntu === Level15 thinks that using telnet for day to day IRC is just NUTZ [04:26] tzanger screen and irssi isn't that redundant ? [04:26] nah [04:26] my irc session is on a colcated server and I ssh/screen to it from wherever I am [04:26] you like to detach the irc client ? [04:26] yeah, just rebuilt my gentoo box for 64 bit and slowly getting all my apps back :) [04:26] incidentally I also redirect localhost:2500 to localhost:25 on that box, so my email can be sent from anywhere too [04:26] intelikey: yep [04:26] detach the screen to a irc client [04:27] hmmm i'd much rather not have it run when i'm away === emonkey [n=emonkey@static-pro-212-101-27-121.adsl.solnet.ch] has joined #kubuntu [04:27] why leave me something to crack at while you are gone ? [04:27] hitmanWilly: if you run gentoo... why are you HERE? [04:27] cuz i run kubuntu too [04:27] i mean leave anyone something to crack at... :> [04:28] on the lappy :) [04:28] intelikey: fair enough, but it's a risk I have been comfortable with for the past... oh, decade [04:28] grr i hate the fact tht i cant use more than one adept manager [04:28] yeah.. ssh login to get to the shell is fairly safe move.. [04:28] there hasn't been a security breach in irssi in a long, long time [04:28] and all the newbies come in here or #ubuntu [04:28] nosrednaekim: you know intelikey hardly even runs X, he's still here :p [04:28] tzanger ok. if you're happy with it, i'm happy with it. [04:28] intelikey: haha :-) [04:28] lol [04:28] :) [04:28] yeah I know... I was just wondering. [04:29] if only they would make a beryl-cube for the console [04:29] what did i say ? [04:29] i would die a happy man [04:29] actually i'm not one of those people who hate gentoo....it just doesn't work for me [04:29] lol, yeah, there ya go, a text cube [04:29] Jmanfoo hmmmm true frame buffered cube.... === arriesp [n=arriesp@84.77.130.84] has joined #kubuntu [04:29] I think intelikey would die. [04:30] thats reminds me, does kubuntu support an fb console? i can't tell if its got the kernel module loaded or not === intelikey cardiac arrest [04:30] i know my console resolution is awful [04:30] Jmanfoo lsmod | grep fbcon === hitmanWilly hates framebuffered consoles anyway [04:31] fbcon 42656 0 [04:31] tileblit 3584 1 fbcon [04:31] font 9216 1 fbcon [04:31] bitblit 6912 1 fbcon [04:31] it has a tendency to screw up when switching in/out of X [04:31] hitmanWilly i'm with you on that. most of the time. [04:31] Jmanfoo: https://help.ubuntu.com/community/ChangeTTYResolution :) [04:31] ... [04:32] so it would appear the module is loaded [04:32] Jmanfoo & stdin also see !info svgatextmode [04:32] Jmanfoo indeed === scheater5 [n=scheater@199.120.31.19] has joined #kubuntu [04:33] svgatextmode - Enable higher resolution text modes [04:33] intelikey: do you set any vga= boot setting? [04:33] yeah vga=normal [04:33] :) === malcolm_ [n=malcolm@CPE0018f8c0f33a-CM00122500768a.cpe.net.cable.rogers.com] has joined #kubuntu === alyssa_ [n=alyssa@97-86-161-251.static.stls.mo.charter.com] has joined #kubuntu [04:34] but with the nvidia-framebuffer module loaded i can do like 180x160 text mode it's rediculess [04:34] hmm, that howto helps stdin, but what about those of us with a wide aspect screen? === aaron__ [n=aaron@74-130-83-206.dhcp.insightbb.com] has joined #kubuntu === stdin has used framebuffer to play a DVD in console before === aaron__ is now known as aaron [04:35] I just watch movies in normal console [04:35] stdin yes i've watched movies in the console too [04:35] why framebuffer for that [04:35] with fb and with svgalibs [04:35] done both [04:35] Tm_T does it render them in ASCII? lol [04:35] Jmanfoo no. [04:35] full graphics. [04:36] 8086 corruption style [04:36] aalib will actually do that for you :) [04:36] render in ASCII [04:36] although you can get asc2 graphics if you want. [04:36] ok, actually i do have a small issue...i seem to be having errors in /etc/fstab, maybe one of you can double check it for me, make sure i didn't miss something: http://www.pastebin.ca/662786 [04:36] that might be good for a laugh, but not much else === intelikey looks === tusbomi [n=tusbomi@58.240.103.36] has joined #kubuntu === allan_ [n=allan@124-168-74-174.dyn.iinet.net.au] has joined #kubuntu [04:37] is it possible to have more tan one adept installer running? [04:37] intelikey: the issue seems to be with the cdrom entry [04:37] no [04:37] intelikey: though i can't for the life of me figure out where the error is [04:38] hitmanWilly line 36 noauto, user <<< extra space [04:38] heh, thanks... [04:38] np [04:39] i knew is some little error like that somewhere [04:39] *it was === intelikey does that a lot, and learned to notive such [04:39] notice [04:41] Cannoli oh. missed that no. === Murchadh [n=Murchadh@ptr-65-249.btm.cpe.ip.airwire.ie] has joined #kubuntu [04:41] intelikey: yup, that was the error alright, thanx again [04:41] hitmanWilly heh np [04:41] kk thanx [04:41] :) === satanasof_ [n=satanaso@32.247.217.87.dynamic.jazztel.es] has joined #kubuntu [04:42] hmm [04:42] Cannoli let me rephrase, it can be done with a hack or if you really know your way around linux but the avarage dummy can't do it. [04:42] this is the second system now I've tried running the xen kernel on and it makes the keyboard input ssssssssssssssssuuuuuuuuuuuuppppppppppperrrrrrrrrr slow [04:42] odd [04:42] Cannoli and no i'm not fixing to tell you howto. [04:43] Jmanfoo: yes, only console, so ascii [04:43] tzanger ummm kb reset ? [04:44] Tm_T ? you never watched a movie in a console ? [04:44] heh... MythTV can even run in framebuffer [04:44] yeah === MistaED [n=mistaed@87.212.233.220.exetel.com.au] has joined #kubuntu [04:44] svgalibs are cool, heh [04:44] indeed [04:46] ok i'm out for a few. but i'll leave the client running just incase someone wants to check it for exploits... [04:46] heh [04:46] :_ [04:46] intelikey: no it's not hte hardware I don't think === chuck [n=chuck@ip68-9-20-156.ri.ri.cox.net] has joined #kubuntu [04:47] lol [04:47] k thts fine [04:48] thanx :) === chuck is now known as sunnyhours [04:48] !codec [04:48] For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also http://help.ubuntu.com/ubuntu/desktopguide/C/common-tasks-chap.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats === zx225 [n=joel@mytop.ipglobal.net] has joined #kubuntu [04:49] anyone know a good codec pack in the repo's that'll play avi files? [04:50] intelikey: as said, I use normal console for watching movies, yes, ascii, only ascii === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #kubuntu [04:50] intelikey: no framebuffer, nothing, normal sized console [04:50] what package is used for watching dvd's [04:51] depends what kind of dvd [04:51] etc [04:51] !dvd | zx225 [04:51] crap [04:51] zx225: For playing DVD, see http://help.ubuntu.com/ubuntu/desktopguide/C/video.html - "libdvdcss2" can be found at http://wiki.ubuntu.com/SeveasPackages - Try k9copy (available in !Universe) for backing up DVDs === ceros [n=user@c-76-111-84-156.hsd1.va.comcast.net] has joined #kubuntu [04:52] thanks === monkeybritches [n=whatevah@65-102-39-78.ptld.qwest.net] has joined #kubuntu [04:55] !avi [04:55] For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also http://help.ubuntu.com/ubuntu/desktopguide/C/common-tasks-chap.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats === usuario [n=usuario@200.80.180.148] has joined #kubuntu === Trevinho [n=Trevi@host22-166-static.104-80-b.business.telecomitalia.it] has joined #kubuntu === malcolm__ [n=malcolm@CPE0018f8c0f33a-CM00122500768a.cpe.net.cable.rogers.com] has joined #kubuntu === JNowka [n=jeremy@node129.145.209.64.1dial.com] has joined #kubuntu === buzztracker [n=buzztrac@pelikan.garga.net] has joined #kubuntu === jordo23 [n=jordo23@CPE-65-31-131-130.wi.res.rr.com] has joined #kubuntu === Hobbsee_ [n=Hobbsee@ubuntu/member/hobbsee] has joined #kubuntu === Sinistral_ [n=tlot@d113187.adsl.hansenet.de] has joined #kubuntu === Hobbsee_ is now known as Hobbsee === malcolm__ [n=malcolm@CPE0018f8c0f33a-CM00122500768a.cpe.net.cable.rogers.com] has joined #kubuntu === RadiantFire [n=ryan@c-69-180-43-27.hsd1.ga.comcast.net] has joined #kubuntu === intelikey [n=UN-root@dialup-4.226.237.145.Dial1.Dallas1.Level3.net] has joined #kubuntu [05:11] i have an issue. bx has stopped reading ~/.ircrc for no reason that i can see === Agent_bob [n=root@dialup-4.226.237.145.Dial1.Dallas1.Level3.net] has joined #kubuntu [05:12] hmmm works on this box doesn't on the other one. === kkerwin [n=kris@74-136-18-61.dhcp.insightbb.com] has joined #kubuntu [05:12] same command. === intelikey [n=UN-root@dialup-4.226.237.145.Dial1.Dallas1.Level3.net] has joined #kubuntu [05:12] did it get corrupted somehow? === Zorix [n=Brandon@c-71-200-210-248.hsd1.fl.comcast.net] has joined #kubuntu [05:13] hitmanWilly yeah i edited it. [05:13] heh but nothing that should have changed it. === mathieu is now known as NamShub [05:13] did the permissions somehow get changed on it? [05:13] i have a strange issue.. i just installed kubuntu 7.04 i386 and my wireless network works fine until i did an upgrade then it wont work anymore.. its ma401 by netgear, and when it stops working it freezes keyboard input and the knetworkmanger tray icon goes away [05:14] i should say adept update not upgrade [05:14] hitmanWilly yep chmod 600 .ircrc but that's what it should have been all along [05:14] hmm, you may want to set group +r at least [05:15] just chmoded this on let me test it [05:15] i thought maybe it was the kernel so i booted using previous kernel and still there === Agent_bob [n=root@dialup-4.226.237.145.Dial1.Dallas1.Level3.net] has joined #kubuntu [05:15] works correctly with 600 [05:15] hmmm, weird [05:16] well work on Zorix and i'll figure this on. [05:17] is there a way to get a list of the last updated packages from apt/adept so I can figure out which one caused the problem === satanasof_ [n=satanaso@32.247.217.87.dynamic.jazztel.es] has joined #kubuntu [05:17] Zorix tail -30 /var/log/adept* [05:17] or is it dpkg* [05:18] ok gotta reboot the laptop because keyboard is frozen [05:18] Brandon :D [05:18] probably dpkg [05:18] hey Aondo [05:18] hia :D [05:18] didnt see you here [05:19] been here quite some time, but i guess you usually dont look for efnet people all around the web haha :P [05:19] this is the first major issue i have had with kubuntu === TheNo1Yeti [n=mburnett@c-71-236-221-171.hsd1.or.comcast.net] has joined #kubuntu === rockets [n=rockets@pool-71-249-71-134.nycmny.east.verizon.net] has joined #kubuntu [05:21] yea seems strange [05:21] but they did some rebuilds of the kernel since first release hehe [05:21] probably some change logs you could look up [05:24] intelikey ok i have like a ton of packages that were installed === iceolate [n=iceolate@c-24-131-239-119.hsd1.pa.comcast.net] has joined #kubuntu [05:26] has anyone gotten exact audio copy working right in wine? [05:26] wish i had an idea what it was nothing stands out that says wireless or network related [05:27] i keep getting an error with my read mode command === codex [n=codex@216.110.116.49] has joined #kubuntu [05:27] i specify mmc1 [05:27] but it tells me it's not right, but i verified it in windows [05:28] try using latest version? [05:28] i dunno [05:28] yeah it's the latest version of eac from their website === leagris [n=leagris_@AMontpellier-152-1-26-28.w81-251.abo.wanadoo.fr] has joined #kubuntu [05:29] i might just give up on wine and install vmware === intelikey [n=greg@dialup-4.89.249.61.Dial1.Dallas1.Level3.net] has joined #kubuntu === Knightlust [n=dax@122.2.241.135] has joined #kubuntu === intelikey [n=root_@dialup-4.89.249.61.Dial1.Dallas1.Level3.net] has joined #kubuntu [05:30] i simply don't get it... === intelikey [n=root_@dialup-4.89.249.61.Dial1.Dallas1.Level3.net] has joined #kubuntu [05:32] pebcak === mendred [n=mendred@59.93.74.220] has joined #kubuntu [05:33] found it. unclosed { in the file === intelikey [n=root@dialup-4.89.249.61.Dial1.Dallas1.Level3.net] has joined #kubuntu [05:35] heh [05:35] well my problem isnt pebcak [05:35] all working now. [05:35] because an update broke my wireless === thunderbolt [n=ryan@c-75-70-244-190.hsd1.co.comcast.net] has joined #kubuntu [05:35] ok Zorix did you check the dpkg log file ? [05:35] yes [05:36] intelikey: how'd y6a fix it? [05:36] im reading thru it now but nothing seems to have anything to do with it [05:36] except kernel maybe but i booted to other kernel and it made no difference [05:36] nothing there of interest ? hmmm [05:36] doesnt help that there was like 70 updates [05:36] hitmanWilly same as your fstab well it wasn't a space but unclosed { [05:37] Zorix you didn't build the driver for your card did you ? [05:37] intelikey: so im not the only one, heh... [05:37] no [05:37] hitmanWilly i told you, that's how i learned to find that kind of thing cause i have too all the time. [05:38] lol [05:38] the card works in the livecd and on first boot [05:38] i did an adept update and then rebooted and it doesnt work anymore [05:38] in fact, trying to get on the network makes my keyboard lock up [05:38] Zorix that sounds like kernel to me. [05:38] thought so too [05:38] so i used the previous kernel [05:38] does the same [05:39] ummm or it could be something that got blacklisted in /etc/modprobe.d/ that would affect both kernels [05:40] check the time stamp in there ls -l /etc/modprobe.d/ === j4gu4r [n=j4gu4r@200.77.147.52] has joined #kubuntu [05:41] are all the dates about the same ? [05:41] just blacklist-oss [05:41] is todays date [05:41] and arch-aliases [05:42] did you access either ? [05:42] no === JNowka [n=jeremy@node129.145.209.64.1dial.com] has joined #kubuntu [05:42] how do I turn off the bluetooth deaemon? [05:42] but the module is there for my network card [05:42] that might be it [05:42] might look in blacklist-oss [05:42] oss is sound i thought [05:42] doesn't mean that the module for your card wont appear there === andrea [n=andrea@rrcs-24-39-141-66.nyc.biz.rr.com] has joined #kubuntu [05:42] its a link to /lib/linux-sound-base/noOSS.modprobe.conf === andrea [n=andrea@rrcs-24-39-141-66.nyc.biz.rr.com] has left #kubuntu ["Konversation] [05:43] less it === ichabod [n=ichabod@u092.isp.ca] has joined #kubuntu [05:44] uhm no module that has to do with network === tarik [n=tarik@201-10-166-206.gnace701.dsl.brasiltelecom.net.br] has joined #kubuntu [05:45] i can't immagine anything in /etc/network/ or /etc/init.d/ causeing the keyboard to lock only things that do that are kernel related or keyboard driver and by kernel related that includes but is not confined to io errors [05:45] Zorix did you try to compile your own kernel? a never one. (to your wireless problem) [05:45] newer [05:45] no === Scotty [n=Scotty@unaffiliated/scotty] has joined #kubuntu [05:46] maybe you should give it a go, while you do all sort of other stuff :P it doesnt hurt to try hehe [05:46] Aondo are you up to speed on this issue ? 1. wireless worked in the liveCD and on first boot, 2. he ran the updater, 3. now no wireless with either kernel and the keyboard locks too. [05:47] it sees the ap [05:47] when i go to join the ap and put in the key [05:47] it sits at configuring device [05:47] then it locks [05:48] any udev updates ? === saeed [n=saeed@c-67-184-45-4.hsd1.il.comcast.net] has joined #kubuntu [05:48] not in the dpkg log [05:48] i don't think that's it but just covering everything related === se7en^Of^9 [n=se7enofn@125-24-139-109.adsl.totbb.net] has joined #kubuntu [05:48] yea [05:49] i disabled like 3 interfaces from the interfaces file [05:49] well one thing it could obviously be. libc6 did it update ? [05:49] going to see if it has any impact [05:49] nope no libc === ubuntu_ [n=ubuntu@190.1.145.120] has joined #kubuntu === kkerwin [n=kris@74-136-18-61.dhcp.insightbb.com] has joined #kubuntu [05:50] where does it get wifi0 in iwconfig from? [05:51] ;/ idk. [05:51] i booted back into livecd and that wasnt listed [05:51] just eth1 [05:52] does the wireless work in the live (as you eariler claimed) ? [05:52] yes [05:52] using eth1 [05:52] now it shows eth1 and wifi0 at same time with same hardware address [05:52] maybe some sort of conflict of drivers [05:53] not if it's working... maybe some alias ? [05:53] well wifi0 doesnt show up in livecd where it works [05:53] and wifi0 shows up on hard drive where it doesnt work [05:53] so i need to figure out what module loads it and kill it maybe [05:54] ok that's one thing to go on, maybe kdenetworkmanager is the fly in the soup [05:54] what alternative [05:54] wlassistant? heh [05:55] idk. === intelikey is trying to wrap his head around the universe well at least main . === djdarkman [n=djdarkma@cl-86-125-161-175.cablelink.mures.rdsnet.ro] has joined #kubuntu === andrea [n=andrea@rrcs-24-39-141-66.nyc.biz.rr.com] has joined #kubuntu === SinII [n=tlot@d114013.adsl.hansenet.de] has joined #kubuntu === buzztracker [n=buzztrac@pelikan.garga.net] has joined #kubuntu === satanasof_ [n=satanaso@32.247.217.87.dynamic.jazztel.es] has joined #kubuntu === claydoh [n=claydoh@66-252-59-180.dyn-adsl.midmaine.net] has joined #kubuntu [06:02] am i the only one who thinks xscreensavers used to take a snapshot of your desktop with all your apps open and use that for distortions instead of the wallpapers in /usr/share? === Some_Person [i=Nah2@adsl-70-240-98-86.dsl.hstntx.swbell.net] has joined #Kubuntu [06:02] I get an error when starting my Ubuntu Feisty install into GNOME. This started when I installed "kubuntu-desktop" and dependencies to add KDE to Ubuntu. The error is similar to: http://ubuntuforums.org/showthread.php?t=73636 === malcolm_ [n=malcolm@CPE0018f8c0f33a-CM00122500768a.cpe.net.cable.rogers.com] has joined #kubuntu [06:03] seems it is the knetworkmanager i just configured the shit manually [06:03] is there any way to revert a package? [06:05] bah dont care anymore [06:06] its broke [06:06] will just use windows on the laptop..unfortunately it works better === bourges [n=bourges@c-24-2-65-220.hsd1.mn.comcast.net] has joined #kubuntu === Shely [n=Sea@60.20.54.67] has joined #kubuntu === czer323_ [n=Administ@cpe-65-24-160-142.columbus.res.rr.com] has joined #kubuntu === bourges [n=bourges@c-24-2-65-220.hsd1.mn.comcast.net] has left #kubuntu [] [06:08] I get an error when starting my Ubuntu Feisty install into GNOME. This started when I installed "kubuntu-desktop" and dependencies to add KDE to Ubuntu. The error is similar to: http://ubuntuforums.org/showthread.php?t=73636 [06:09] why would you mix the two [06:09] I wanted to try out KDE === btsai [n=btsai@cpe-24-90-211-61.nyc.res.rr.com] has joined #kubuntu [06:10] Zorix: I mix the two. [06:10] But it screwed me up with this error, which does nothing bad, but is annoying [06:10] I am not in Ubuntu right now, for reasons I do not wish to discuss. [06:10] But I want to know if anyone else had this problem, and if so, how they solved it. === malcolm__ [n=malcolm@CPE0018f8c0f33a-CM00122500768a.cpe.net.cable.rogers.com] has joined #kubuntu [06:11] yea i never ventured into that area [06:11] because i know it makes problems [06:11] This is the only problem I have [06:11] Zorix: never has for me, but i do kubuntu, and then add ubuntu desktop [06:11] try asking in #ubuntu as it's something to with gnome, or possibly in #gnome [06:11] Some_Person: what is the exact error, please? [06:12] same one in the forum post i linked to [06:12] and i have the same gconftool-2 output [06:13] i get the error multiple times if i open the GNOME keyboard control panel [06:13] Some_Person: are you on a non US keyboard? [06:13] It's a standard US keyboard [06:14] Except for my print screen button [06:14] (I don't really know what that's all about) === intelikey [n=root@dialup-4.253.71.9.Dial1.Dallas1.Level3.net] has joined #kubuntu === [GuS] [n=GDNet@190.48.120.181] has joined #Kubuntu [06:14] im reinstalling kubuntu again [06:14] this time im not updating it [06:15] I may be forced to reinstall my ubuntu [06:15] howto find out or set the user name and password for cups? [06:15] yep [06:15] heh not a clue [06:15] Is there some sort of "dpkg-reconfigure keyboard" or something like that? [06:16] i'm at 127.0.0.1:631 and it want's the user name and password before i can do anything anyone ? [06:16] probably not...ubuntu is made for people not to f with it [06:16] Some_Person alt+sysRQ+r should reset it to xlate if something went dreadfully wrong [06:17] intelikey: You can turn off the pasword for reconfiguration through the KDE interface... [06:17] I think I did that, at least. [06:17] intelikey, it should be your regular username and password [06:17] Some_Person and if it's in kde you want to adjust it there is a pointy clicky thingy in kcontrol [06:17] uhh, my print screen button is recognised in GNOME keyboard shortcuts not as "Print" but instead as "0x6f", will sysRQ still work? [06:17] Jmanfoo well what's the "regular" you mean the one for uid=1000 === kgarrod [n=keith@dsl-241-14-18.telkomadsl.co.za] has joined #kubuntu [06:18] Some_Person should maybe... [06:18] cause that's a kernel level hot key [06:18] its like my print screen button is a different, unrecognised key altogether, but it works normal in Windows [06:19] intelikey when i did it under fedora core i used the root password, but try using your normal system credentials [06:19] intelikey: cups should let either root or a user in the lpadmin group in [06:19] stdin ok. withoug a root password or do i need to temp that ? [06:20] without ^ [06:20] intelikey: you doing cups via that web admin thing? [06:20] What is xlate? [06:20] Biovore yes, not local to the box [06:20] intelikey: is the box runing the cups server ubuntu? [06:20] intelikey: the normal user is in lpadmin by default [06:20] Some_Person the bios standard [06:21] bios standard what? [06:21] Basic Input/Output System [06:21] stdin well who is the normal user ? lol you mean uid=1000 ? [06:21] intelikey: yep [06:21] In case sysRQ doesn't work, what should I do instead to reset it to xlate? [06:21] k === intelikey makes mintal note. from now on when you read "normal" think uid=1000 [06:22] intelikey: if th remote end is ups.. you can enable your user to work on cups if you add it to the lpadmin group.. [06:22] *cups === Scotty_ [n=Scotty@unaffiliated/scotty] has joined #kubuntu [06:23] it's just looping back to the username and password thingy === OOD_ [n=OOD@dsl-139-227.aei.ca] has joined #kubuntu [06:23] stdin? [06:23] i gave root a password and tried that same thing. === downclimb [n=johnson@72.166.149.42] has joined #kubuntu [06:24] and your username to the lpadmin group on the box running the cups server.. then login with your remote username password.. [06:25] Some_Person: have you installed any additional languages? === Scotty_ is now known as Scotty [06:25] klobster: no [06:25] Biovore yeah i just dubble checked i'm there. === downclimb [n=johnson@72.166.149.42] has left #kubuntu ["Kopete] [06:25] intelikey: doing that allowed me to do login to the cups webadmin with my normal user and password.. [06:26] well it just loops for me... [06:26] loops? you mean you input your credentials and it asks again? [06:27] intelikey: localhost:631 it lets me in, then I change something and it then asks for a username/password [06:27] root's disabled and my (1000) user/pass works === werdwerdus [n=hdbits@12-216-69-21.client.mchsi.com] has left #kubuntu [] [06:28] stdin it's not actually localhost it's 192.168.0.1 the server gateway [06:28] and i even set sudoers to ALL ALL=(ALL) NOPASSWD:ALL and tried it no joy. [06:29] Some_Person: have you seen this? http://ubuntuforums.org/showthread.php?t=54569 [06:29] well my cups is only listening on 127.0.0.1 right now [06:29] oh, he left [06:29] i think if i get the page it's listening to me ??? [06:29] and i get the page just can't login to it === Some_Person [n=sam@adsl-70-240-98-86.dsl.hstntx.swbell.net] has joined #Kubuntu [06:30] I am on Ubuntu now. [06:30] Some_Person: have you seen this? http://ubuntuforums.org/showthread.php?t=54569 [06:30] "root's disabled" :) [06:31] intelikey: as it should be :-) === intelikey is frustrated cause nothing works correctly and takes it out on the ops.... === malcolm_ [n=malcolm@CPE0018f8c0f33a-CM00122500768a.cpe.net.cable.rogers.com] has joined #kubuntu [06:31] klobster: that is irrelevent to me [06:31] root is not "disabled" the account is locked. [06:32] Some_Person: [06:32] Scenario #1: [06:32] Your XKB is broken. For some reason, you may be using a non-US-layout [06:32] samething to me.. [06:32] klobster: that package is already installed [06:32] root login is disabled, but root is not disabled, else sudo -i would not give you a root shell [06:33] rgr [06:33] Some_Person: did you try teh fix in scenario one? step two is _exactly what you where asking to try. === khaije1 [n=khaije1@unaffiliated/khaije1] has joined #kubuntu [06:33] still 401 Unauthorized everything i try gets that... [06:34] klobster: that .deb file does not exist [06:34] klobster: however i just installed xkeyboard-config from repositories [06:34] klobster: thanks! that seemed to fix it! [06:35] intelikey: just tried logging in to my server's cups, got the same === beast [n=lee@katapult/designer/beast] has joined #kubuntu [06:35] intelikey: I had to enable remote administration === Some_Person [n=sam@adsl-70-240-98-86.dsl.hstntx.swbell.net] has joined #Kubuntu [06:35] klobster: no, it didn't fix it [06:35] klobster: error was hiding in the background [06:35] stdin ah where how ? [06:36] and it is listening Listen 192.168.0.0/24:631 [06:37] intelikey: well, I logged in over ssh and used "elinks http://localhost:631" :p [06:37] it let me in to the administration part then [06:37] stdin: you there? [06:37] stdin errr been there too, i get 401 Unauthorized [06:37] intelikey: you have ssh access? [06:38] that's what i just said === wckdkl0wn [n=kevin@71.30.44.94] has joined #kubuntu [06:38] intelikey: take a look at my (changed) cupsd.conf http://stdin.pastebin.us/39007 [06:38] yes i've tried what you described [06:38] Some_Person: yeah [06:38] stdin what was that sysrq command to fix my problem? im on ubuntu now? === hv [n=hv@tre93-2-82-231-164-64.fbx.proxad.net] has joined #kubuntu [06:38] fix what problem? [06:39] the keyboard thingy [06:39] i need some advice from someone that already runs diablo 2 lod on linux... how do u get it to play on bnet without the cd? i tryed using d2loader but it tells me that bnet cant idenitfy my version [06:39] I wasn't really watching back then. I know I didn't give an answer [06:39] Some_Person alt+sysRQ+r [06:40] reset the keyboard [06:40] Some_Person: try sudo dpkg -i --force-confmiss /var/cache/apt/archives/xkeyboard-config tab here to autocomplete [06:40] and note that only the left alt key will work with that in most cases. === emet [n=emet@unaffiliated/emet] has joined #kubuntu [06:41] he's gone again [06:41] yeah i'm too wrapped up in this cups thing === malcolm_ [n=malcolm@CPE0018f8c0f33a-CM00122500768a.cpe.net.cable.rogers.com] has joined #kubuntu [06:44] hi all === mendred_ [n=mendred@59.93.72.64] has joined #kubuntu === HymnToLife [n=fkraiem@unaffiliated/hymntolife] has joined #kubuntu [06:46] it's getting worse rather than better... cupsd: Child exited with status 1! [06:47] can't start the cups server now === arun [n=sectumse@nadeem2.my7star.com] has joined #kubuntu [06:48] ok i found that one. but still no joy. [06:48] i give up. i'll bother the day crew with this... /; [06:49] hv you want something ? [06:50] guess not... === BentJ [n=BentJ@port46.ds1-esp.adsl.cybercity.dk] has joined #kubuntu === holzmodem [n=holzmode@dslb-084-060-207-188.pools.arcor-ip.net] has joined #kubuntu === buzztracker [n=buzztrac@pelikan.garga.net] has joined #kubuntu === lydia [n=lydia@124-254-80-71-static-dsl.ispone.net.au] has joined #kubuntu === hexstar [n=hexstar@c-76-102-192-227.hsd1.ca.comcast.net] has joined #kubuntu [07:05] anyone experiencing this: http://ubuntuforums.org/showthread.php?t=529274 ??? [07:06] please answer...it sucks majorly!!! [07:06] hi [07:07] hexstar: are you using adept? or are you using apt through the console? === vip3rousmango [n=Vip3rous@70.54.237.114] has joined #kubuntu [07:09] surgy: adept === santzschies [n=santzsch@i222-150-216-115.s05.a017.ap.plala.or.jp] has joined #kubuntu === vip3rousmango [n=Vip3rous@70.54.237.114] has left #kubuntu ["uh.."] [07:10] hexstar try apt-get with the console adept is always slower [07:11] no, the ping to the server also returns unacceptable speeds ...257 and up ms for a response to a ping!!! and the speed issue is not at the isp as shown by the traceroute I shall soon post === speaker219 [n=speaker2@adsl-10-115-223.mia.bellsouth.net] has joined #kubuntu [07:12] Linux Noob: what would happen if i killed the "init" process by using sudo kill -9 1 [07:12] try it [07:13] what do you think would happen? [07:13] What exactly would happen? I assume a crash... [07:13] if you want to know what would happen, why not try it? [07:14] it's linux, go play === Deadpool21m [i=Deadpool@216.194.61.29] has joined #kubuntu [07:14] because i have important windows open ;) [07:14] maybe later then :P === Shely is now known as Schalk_ === speaker219 is now known as Linux-Noob === blaine [n=blaine@129-200.97-97.tampabay.res.rr.com] has joined #kubuntu [07:17] traceroutes posted: === Schalk_ is now known as Herstail [07:17] hexstar@hexstar-desktop:~$ traceroute security.ubuntu.com [07:17] traceroute to security.ubuntu.com (82.211.81.138), 30 hops max, 40 byte packets [07:17] 1 Musbachs-Base-Station.local (10.0.1.1) 1.594 ms 1.597 ms 1.757 ms [07:17] 2 * * * [07:17] 3 ge-2-8-ur01.oakland.ca.sfba.comcast.net (68.86.249.113) 10.800 ms * 12.515 ms [07:17] 4 68.86.90.138 (68.86.90.138) 12.901 ms 11.701 ms 21.502 ms [07:17] 5 68.86.90.149 (68.86.90.149) 14.484 ms 16.663 ms 15.120 ms [07:17] 6 68.86.90.165 (68.86.90.165) 19.395 ms 21.930 ms 18.690 ms [07:18] kkhey [07:18] stop [07:18] 7 te-4-4.car2.SanJose1.Level3.net (4.79.43.133) 27.312 ms 15.412 ms 16.988 ms [07:18] 8 ge-1-3-0-89.bbr2.SanJose1.Level3.net (4.68.18.130) 21.064 ms 18.148 ms 27.175 ms [07:18] stop it [07:18] 9 as-0-0.bbr2.London2.Level3.net (4.68.128.110) 165.076 ms 162.951 ms ae-1-0.bbr1.London2.Level3.net (212.187.128.46) 163.591 ms [07:18] 10 * ae-15-51.car1.London2.Level3.net (4.68.117.15) 161.790 ms 158.803 ms [07:18] 11 tge9-3-146.core-r-1.lon2.adaptplc.com (212.187.196.82) 159.762 ms 160.276 ms 169.710 ms [07:18] 12 85.133.32.134 (85.133.32.134) 166.190 ms 163.701 ms * [07:18] !ops [07:18] Help! Riddell, fdoving, Mez, jpatrick, seth_k, apokryphos, nalioth, Hobbsee, robotgeek, imbrandon, gnomefreak, Hawkwind, trappist, LjL, Jucato, haggai, fooishbar, crimsun, seth, apokryphos, DBO, nixternal or PriceChild! [07:18] 13 * * 82.211.81.76 (82.211.81.76) 160.836 ms [07:18] 14 * * * === Level15 thinks someone is going to get kicked [07:18] 15 * * * [07:18] 16 * * * === mode/#kubuntu [+o stdin] by ChanServ === hexstar [n=hexstar@c-76-102-192-227.hsd1.ca.comcast.net] has left #kubuntu [requested] === mode/#kubuntu [+b *!*@c-76-102-192-227.hsd1.ca.comcast.net] by stdin === mode/#kubuntu [-o stdin] by ChanServ [07:18] (hexstar/#kubuntu) 17 * * * [07:18] (hexstar/#kubuntu) 18 * * * [07:18] (hexstar/#kubuntu) 19 * [07:18] (hexstar/#kubuntu) traceroute posted: http://ubuntuforums.org/showthread.php?p=3214603#post3214603 [07:18] (hexstar/#kubuntu) isn't anyone else experiecing this??? it clearly is not at my isp [07:18] (hexstar/#kubuntu) uhh... [07:19] nice [07:19] hehehe... [07:19] wish i could do that :) === Scorpaen [i=patrick@home.patrickcampbell.us] has joined #kubuntu [07:20] I got a 32bit chroot setup, now I need w32codecs. Sound is also working fine [07:20] !w32codecs [07:20] Seveas has a popular 3rd party repository for several packages, including the win32 codecs: see http://wiki.ubuntu.com/SeveasPackages - See also !Codecs === karlos [n=carlos@190.48.53.116] has joined #kubuntu [07:20] Level15: do what? [07:21] Tm_T: get chan op, kick, ban etc. Of course, only when needed :) === mode/#kubuntu [+o stdin] by ChanServ === mode/#kubuntu [-b *!*@c-76-102-192-227.hsd1.ca.comcast.net] by stdin === mode/#kubuntu [-o stdin] by ChanServ [07:21] THAT [07:21] :) [07:22] anyway, nevermind [07:22] Level15: trust me, it's not fun === stdin didn't actually mean to ban, finger sipped [07:22] Tm_T: why? === bart_17 [n=youandme@58.69.72.202] has joined #kubuntu [07:22] Level15: hell of a responsibility === holzmodem [n=holzmode@dslb-084-060-207-188.pools.arcor-ip.net] has joined #kubuntu [07:23] well, no, on second thought i guess it's not fun if properly used, as it must be on a channel like this... it'd just be funny for messing up with friends or something [07:23] Tm_T: yeah, that's what i mean [07:23] yup, then set up your own channel ;-P [07:24] hi, how can i start automatic the xfwm4 window manager instead of kwin? === alyssa_ [n=alyssa@97-86-161-251.static.stls.mo.charter.com] has joined #kubuntu [07:24] Tm_T: funny, you are in the same channels i am === khaije1 thinks stdin is the batman of this chan [07:25] Level15: what same channels? [07:25] Tm_T: kubuntu and kde [07:26] Level15: and I'm in 28 other channels too [07:26] Level15: Tm_T had mode +i [07:26] stdin: and? [07:26] Tm_T: and nothing, just explaining it [07:26] oh, ok [07:26] well, +i has nothing to do with this [07:26] IIRC === silveira [n=silveira@201008239170.user.veloxzone.com.br] has joined #kubuntu [07:27] anyway, offtopic [07:27] dunno, i've never been too much of an IRC guy [07:27] heh [07:27] well guys, going to sleep [07:27] cya [07:27] Level15: 40-80 channels all the time, but ya, cya === Level15 [n=nobody@142.3.123.67] has left #kubuntu ["Konversation] === pepe_ [n=pepe@c-24-131-192-158.hsd1.pa.comcast.net] has joined #kubuntu === pepe_ is now known as jgmora === saki_knin [n=boris@78-3-7-181.adsl.net.t-com.hr] has joined #kubuntu === jarohp [n=jaro@pcp1.pcplus.cz] has joined #kubuntu === Herstail is now known as xuefei === porno [n=porno@60-241-14-244.static.tpgi.com.au] has joined #kubuntu [07:36] porno: mind to change your nick? === dsmith [n=dsmith@c-76-114-154-224.hsd1.md.comcast.net] has joined #kubuntu [07:38] anyone running gutsy yet? [07:39] dsmith: many in #ubuntu+1 [07:40] !paste | hexstar [07:40] hexstar: pastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (be sure to give the URL of your paste - see also the #kubuntu channel topic) [07:40] Tm_T: hexstar isn't here [07:41] hexstar: are you here? [07:41] bah [07:42] why my client then tabfills to his nick? [07:42] don't know [07:42] stupid [07:42] 0842 Irssi uptime: 121d 10h 20m 36s [07:42] porno: wake up === kako [n=kako@201-11-194-154.paebv701.dsl.brasiltelecom.net.br] has joined #kubuntu === navets [n=navets@d57-105-120.home.cgocable.net] has joined #kubuntu === kgx [n=kgx@60.234.196.160] has joined #kubuntu === monkeybritches [n=whatevah@65-102-39-78.ptld.qwest.net] has left #kubuntu [] === puneet [n=puneet@122.162.117.242] has joined #kubuntu [07:55] Anybody out there?? [07:57] hahhah [07:57] patience <3 === mode/#kubuntu [+o Tm_T] by ChanServ === porno was kicked off #kubuntu by Tm_T (see ya) [07:59] you gonna keep your hat on? [07:59] what if that was a spanish name (por no) meaning 'by no'? :D [07:59] nixternal: I don't care [07:59] haha [07:59] pwnd [08:00] nixternal: also, this is not right channel for that in any case ;) === buzztracker [n=buzztrac@pelikan.garga.net] has joined #kubuntu === sauvin [n=sauvin@74-139-33-39.dhcp.insightbb.com] has joined #kubuntu === ubuntu [n=ubuntu@c-67-170-64-145.hsd1.wa.comcast.net] has joined #kubuntu === ubuntu is now known as Salty === conrad_ [n=conrad@h-67-101-47-113.snfccasy.dynamic.covad.net] has joined #kubuntu [08:02] anyone know why my ability to see websites would go away unprovoked, yet still allow connections on irc, aim, and pinging? === shuttle [n=shuttle@209.16.69.233] has joined #kubuntu [08:04] conrad_: Bad HTTP proxy... [08:04] bad as in misbehaving === shuttle [n=shuttle@209.16.69.233] has left #kubuntu ["Konversation] === evil-rhino [n=ori@S0106000f66911e0d.vc.shawcable.net] has joined #kubuntu [08:04] any hints for where to look? [08:05] can you use lynx to connect to web pages? [08:05] dont have lynx, let me see if i can apt-get it [08:05] Did you set up a HTTP proxy when you set up your machine? [08:05] no. [08:05] Does your ISP use HTTP caching? [08:06] Does a restart fix it ;-) ? [08:06] yes restart fixes it [08:06] but this is the second time === xuefei is now known as Shely [08:06] Hmm === thunderbolt hasn't a clue [08:06] lynx doesnt work either. nor does telnet google.com 80 === monkeybritches [n=whatevah@65-102-39-78.ptld.qwest.net] has joined #kubuntu [08:07] Hmmm... [08:07] do you have a firewall setup? [08:07] no. [08:07] Are you connected through a router? [08:07] yes [08:07] Does web access work on other machines in the LAN? [08:07] yep [08:08] conrad_: what's the problem? [08:08] another really weird thing is that although rebooting will fix it, no odd messages are in dmesg, and restarting my wireless card and dhcpcd doesnt fix it. [08:08] evil-rhino: http access goes down, but all other internet functions work properly [08:08] do you have some kind of firewall or moblock installed? [08:09] no === voln [n=voln@ppp85-140-154-31.pppoe.mtu-net.ru] has joined #kubuntu [08:09] what about web sites on other ports, like http://www.wikidsystems.com:8080/ ? === hoora_ [i=ariel@gateway/tor/x-a21953f3000dc9b8] has joined #kubuntu [08:10] ... nope. [08:10] now that's weird as hell. === voln [n=voln@ppp85-140-154-31.pppoe.mtu-net.ru] has joined #kubuntu [08:10] "Could not connect to host" [08:11] yet here i am, on irc. [08:11] okay, so you must have some type of firewall that is checking http headers and blocking them [08:12] very strange. nothing on the router does that, as it's working for all other computers [08:12] and this is a fresh install. === pernetmarcel [n=pernetma@AStrasbourg-253-1-23-189.w86-204.abo.wanadoo.fr] has joined #kubuntu === ironman [i=user@66-168-156-117.dhcp.jcsn.tn.charter.com] has joined #kubuntu [08:13] man, that's weird. must be something wonky on the router. is it a personal router for a small number of computers, or something more enterprise? in other words, can you reset it to factory default and reconfigure it quickly? [08:13] hey can some one tell me how i need ot partition my hdd because it takes forever to let it partition for me so i want to do it manualy [08:14] ironman: cfdisk [08:14] ironman: well you need one for linux and one for linux and another for linux........ [08:14] ironman: for just linux or dual-boot? [08:14] ok i know i need /, /home, /swap what else do i need [08:14] ironman: nothing, just /, /home and swap is fine [08:14] just / and swap, really. [08:14] its going to be on hd and windows on another one [08:15] personal router, but im certain it isnt the router. [08:15] so i dont need a /home ? [08:15] its been sitting there, untouched for 2 years now [08:15] /home is recommended (by me) but not *needed* === bipolar [n=bflong@216-164-162-138.pa.subnet.cable.rcn.com] has joined #kubuntu [08:15] ironman: like stdin said, it's usually a good idea (makes recovery, reinstallation, etc. easier), but it's not mandatory at all. [08:16] well thx that y i choose this distro had a great experience with the community yall are aways willing to help [08:16] conrad_: i assume you've tried releasing and renewing the ip? (if you're using dhcp, that is.) === ironman [i=user@66-168-156-117.dhcp.jcsn.tn.charter.com] has left #kubuntu [] === stephans__ [n=stephans@mail.farorbit.com] has joined #kubuntu === dragon_ [n=dragon@125-238-209-227.broadband-telecom.global-gateway.net.nz] has joined #kubuntu === voidmage [n=voidmage@r45h90.res.gatech.edu] has joined #kubuntu === voidmage [n=voidmage@r45h90.res.gatech.edu] has joined #kubuntu === Beatbreaker82 [n=michael@c211-30-205-179.rivrw3.nsw.optusnet.com.au] has joined #kubuntu === neversfelde|mobi [n=neversfe@p548D9D2A.dip0.t-ipconnect.de] has joined #kubuntu === linuxwizard [n=linuxwiz@74-141-160-82.dhcp.insightbb.com] has left #kubuntu ["Konversation] === conrad_ [n=conrad@h-67-101-47-113.snfccasy.dynamic.covad.net] has joined #kubuntu === zootechnist [n=zootechn@88.224.131.153] has joined #kubuntu [08:22] well [08:22] i just rebooted. [08:22] and everything is fine === zootechnist [n=zootechn@88.224.131.153] has left #kubuntu ["Konversation] === voidmage [n=voidmage@r45h90.res.gatech.edu] has joined #kubuntu [08:23] conrad_: it's one way to request for a new ip from dhcp, though usually dhclient will do :) [08:23] see, that didnt work though [08:23] killall dhcpcd-bin, dhcpcd wlan0 didnt do anything [08:24] it was bizzaire. === kalorin_ [n=kalorin@8.8.206.254] has joined #kubuntu === ysc [n=ysc@203.196.156.181] has joined #kubuntu [08:27] man, just as i was touting to all of my friends that ubuntu is the first genuinely desktop ready dist i've ever seen, all of these unexplained issues start occurring. hah. [08:30] OH! I just found the source of the problem [08:30] when firefox crashes, it happens. === Carutsu [n=carutsu@201.158.159.160] has joined #kubuntu === Carutsu [n=carutsu@201.158.159.160] has left #kubuntu ["Konversation] === erikja [n=chatzill@0x57314066.abnxx10.adsl-dhcp.tele.dk] has joined #kubuntu [08:34] weird. do you know why firefox is crashing? [08:34] try starting firefox from a terminal window -- it generally gives you more information when it crashes. [08:34] yeah i have that error.. one sec [08:34] X Error: BadDevice, invalid or uninitialized input device 169 === hangthedj [n=eric@Wheeler-pbdsl3.Stanford.EDU] has joined #kubuntu [08:35] ignore that BadDevice error [08:35] Gtk-CRITICAL **: gtk_widget_get_parent_window: assertion `GTK_IS_WIDGET (widget)' failed [08:35] then a segfault === ubuntu [n=ubuntu@c-24-16-40-11.hsd1.mn.comcast.net] has joined #kubuntu === ubuntu [n=ubuntu@pool-71-116-102-40.snfcca.dsl-w.verizon.net] has joined #kubuntu [08:36] this might help: http://ubuntuforums.org/showthread.php?t=525139 [08:37] thanks === AmyRose [n=djb@unaffiliated/amyrose] has joined #kubuntu === Ali [n=aabdelaz@82.201.137.130] has joined #kubuntu === rhys [n=rhys@CPE-124-176-66-139.nsw.bigpond.net.au] has joined #kubuntu === kgx [n=kgx@60.234.196.160] has joined #kubuntu [08:38] try doing a [08:38] sudo apt-get remove --purge firefox === Owner_ [n=Owner@d198-53-36-232.abhsia.telus.net] has joined #kubuntu === Lupo [n=andrea@host-84-223-92-227.cust-adsl.tiscali.it] has joined #kubuntu [08:38] then rm -rf .mozilla/firefox/ [08:39] then sudo apt-get install firefox [08:39] ciao [08:39] (that wipes all your firefox settings and bookmarks, btw) === Notv [n=jon@ip70-189-121-117.ok.ok.cox.net] has joined #kubuntu === Notv is now known as notv [08:39] is there a room for ubuntu studio? [08:39] !studio [08:39] ubuntustudio is a site for the artist who wishes to use Ubuntu as their Digital Audio Workstation. It contains all the best parts of Audio/Graphical/Visual components from the Ubuntu repositories, and extra! Available at http://www.ubuntustudio.com. Or visit #ubuntustudio. === Lupo [n=andrea@host-84-223-92-227.cust-adsl.tiscali.it] has joined #kubuntu [08:43] buongiorno [08:44] thanks for the help guys [08:44] night! === plukin [n=Miranda@ppp-62-216-211-227.dynamic.mnet-online.de] has joined #kubuntu === sauvin [n=sauvin@74-139-33-39.dhcp.insightbb.com] has joined #kubuntu === kalorin` [n=kalorin@216.68.219.122] has joined #kubuntu [08:48] I just survived an attempt to boot Windows XP. Worst half hour of my recent life. === astro76 [n=james@unaffiliated/astro76] has joined #kubuntu === AmyRose [n=djb@unaffiliated/amyrose] has joined #kubuntu === porno [n=porno@60-241-14-244.static.tpgi.com.au] has joined #kubuntu === buzztracker [n=buzztrac@pelikan.garga.net] has joined #kubuntu === santzschies is now known as Santzschies === nagyv [n=nagyv@86.43.172.85] has joined #kubuntu === sp1nter [n=sp1nter@ip68-228-217-157.ph.ph.cox.net] has joined #kubuntu === arun [n=sectumse@nadeem2.my7star.com] has joined #kubuntu === ericm115 [n=eric@129.252.26.6] has joined #kubuntu === hoora_ [i=ariel@gateway/tor/x-e100bbf468b7ff7c] has joined #kubuntu === nagyv [n=nagyv@86.43.172.85] has joined #kubuntu === Shely [n=Sea@221.201.62.254] has joined #kubuntu === ironman [i=user@66-168-156-117.dhcp.jcsn.tn.charter.com] has joined #kubuntu [09:12] ok do i need ext2 or ext3 for /, and /home partion and primary or logical [09:13] ext3 and primary should be fine [09:13] thx === ironman [i=user@66-168-156-117.dhcp.jcsn.tn.charter.com] has left #kubuntu [] [09:14] does anybody know how to get kweather to show F instead of C? [09:15] look in it's settings? normally accessed from the right-click menu [09:15] i'm gonna try and get the svn, the feisty version doesn't have that option. === ubunturos [n=ubunturo@59.184.11.240] has joined #kubuntu === tonyb__ [n=tonyb@C-61-69-178-252.syd.connect.net.au] has joined #kubuntu [09:18] hangthedj: ahh, it's set from the KDE settings === ubunturos [n=ubunturo@59.184.11.240] has left #kubuntu ["Konversation] [09:18] ? [09:18] hangthedj: system settings > regional & language [09:19] thank you sir. :) [09:19] in the "Other" tab [09:19] i've been going crazy [09:19] i don't like having to do math, just to figure out how hot it is. [09:20] heh :) === theea [n=css@89.42.70.229] has joined #kubuntu === DFM [n=DFM@c-71-226-186-77.hsd1.tn.comcast.net] has joined #kubuntu === DFM [n=DFM@c-71-226-186-77.hsd1.tn.comcast.net] has left #kubuntu [] === dac [n=dac@tx-76-6-85-92.dhcp.embarqhsd.net] has joined #kubuntu === aurelie87 [n=aurelie8@ANantes-158-1-7-103.w90-32.abo.wanadoo.fr] has joined #kubuntu === hsn_ [n=radim@234.114.broadband5.iol.cz] has joined #kubuntu === linux_user400354 [n=chris@208-117-26-76.block5.gvtc.com] has joined #kubuntu === katana7 [n=katana7@abrt80.neoplus.adsl.tpnet.pl] has joined #kubuntu === ericr [n=ericr@57-164-ftth.onsnetnuenen.nl] has joined #kubuntu === katana7 [n=katana7@abrt80.neoplus.adsl.tpnet.pl] has left #kubuntu [] === katana7 [n=katana7@abrt80.neoplus.adsl.tpnet.pl] has joined #kubuntu === dac is now known as _aaa [09:28] hello world ! :) [09:29] hello aurelie87 [09:29] the world's a bit busy right now :) === SSJ [n=SSJ@host-84-9-146-212.bulldogdsl.com] has joined #kubuntu [09:29] yes [09:29] what's up [09:30] nothing special... :D [09:30] and you ? [09:31] same here, more or less === raylu [n=raylu@adsl-75-53-96-221.dsl.hstntx.sbcglobal.net] has joined #kubuntu [09:31] could anyone help with samba? === alfred_ [n=alfred@bez64-1-82-243-185-82.fbx.proxad.net] has joined #kubuntu [09:32] sorry, I am not a specialist of Linux :S === blekos [n=blekos@ppp194-24.adsl.forthnet.gr] has joined #kubuntu === roconnor [n=roconnor@vhe-540354.sshn.net] has joined #kubuntu === arafat [n=arafat@217.225.231.59] has joined #kubuntu [09:36] hello guys [09:36] i'm using 7.04 and having an issue with my wireless === pag [n=pavel@unaffiliated/pag] has joined #kubuntu [09:36] wifi rada desnt seem to work [09:36] rada = ? === trekdanne [n=danne@h121n2fls34o895.telia.com] has joined #kubuntu === marlan [n=marlan@adsl-75-54-139-145.dsl.bkfd14.sbcglobal.net] has joined #kubuntu [09:37] *wifi-radar [09:37] oh [09:37] what have you done so far? [09:37] i had to set-up my wireless from the settings menu === iris [n=iris@dslb-088-073-028-090.pools.arcor-ip.net] has joined #kubuntu [09:37] and is your access point open or does it use wep/wpa? [09:37] system settings->network settings [09:37] it has a wep [09:38] ok [09:38] now I have access through my wireless [09:38] in the konsole, what does ifconfig say? [09:38] oh === italia [n=italia@AMontsouris-152-1-38-8.w82-123.abo.wanadoo.fr] has joined #kubuntu [09:38] but the thing is that if i move my laptop somewhere else (i believe) i wont be able to access [09:38] you mean to a different access point? [09:38] the wireless internet [09:38] yes [09:39] for example to a friends house or so === liangzhdp [n=liangzhd@221.5.44.160] has joined #kubuntu === _arafat [n=arafat@217.225.231.59] has joined #kubuntu [09:39] i'll have to change my network settings [09:39] i believe knetworkmanager allows for profilesbut [09:39] *but i never liked it [09:39] what I am looking for is to be able to lets say double click on wifi-radar and log in to the appropriate network [09:39] the "funny" thing is [09:40] that smg crashed my system 2 days ago (i had 7.04) and had wifi-radar installed and worked perfeclty [09:40] smg = ? [09:40] now I have a clean install but it simply doesnt work [09:41] absolutely clean install.. [09:41] i've also installed Kwifi manager [09:41] oh; i meant kwifimanager :P that was the one i didn't like [09:42] i just use iwconfig and /etc/network/interfaces :P [09:42] what is iwconfig? === Cool_\reeZe_55 [n=daniel@host-69-145-2-46.csp-wy.client.bresnan.net] has joined #kubuntu [09:42] wireless configuration tool (cli) === Cool_\reeZe_55 is now known as CoolBreeze55 [09:43] lol wut? === CoolBreeze55 [n=daniel@host-69-145-2-46.csp-wy.client.bresnan.net] has joined #kubuntu === pointwood [n=pointwoo@89.150.85.244] has joined #kubuntu [09:44] and do u do to scan for networks? [09:44] iwlist scan [09:45] where I am wifi-radar i see two networks on with strong signal (mine) and od another oneone with no signlal [09:45] *signal [09:46] iwlist wont give both [09:46] er...why does it show it if you have no signal to it? [09:47] that a good question [09:47] ... === OuZo [n=OuZo@dsl-241-218-136.telkomadsl.co.za] has joined #kubuntu === hakancen [n=hakancen@85.99.205.85] has joined #kubuntu === hakancen [n=hakancen@85.99.205.85] has left #kubuntu ["Konversation] === imagine[laptop] [n=imagine@xplr-ts-t11-208-114-165-46.barrettxplore.com] has joined #kubuntu === spawn57 [n=sunil@n219077151072.netvigator.com] has joined #kubuntu === harmental [n=ricardo@AGrenoble-152-1-76-10.w86-193.abo.wanadoo.fr] has joined #kubuntu === aran [n=aran@59.55.229.15] has joined #kubuntu [09:58] I have an external Seagate USB drive with one ext3 and two FAT32 partitions. lsusb sees them, and dmesg doesn't complain about the drive. How to get KDE (or something) to mount them for access to a normal user? === blenheim [n=blenheim@217-78-203-59.ktab.customers.dnainternet.fi] has joined #kubuntu [09:59] in /etc/fstab, [09:59] mset the options to: [09:59] user,fmask=0111,dmask=0000 [09:59] *set [10:00] It's a USB; it won't always be /dev/sdb* === buzztracker [n=buzztrac@pelikan.garga.net] has joined #kubuntu [10:00] use pmount === WaltzingAlong [n=krugerk@h75-100-215-11.75-100.unk.tds.net] has joined #kubuntu [10:01] like (as a normal user): pmount /dev/sdb1 [10:01] aren''t normal users able to mount usb drives anyway? [10:01] as long as they're in some group... [10:01] stdin, that looks PROMISING. Thankk you!! [10:01] raylu, I've had trouble with that. I WOULD do a permanent fstab, but $deity alone knows what device it'll be on next time. [10:01] raylu: with pmount, yes === Assid [n=assid@unaffiliated/assid] has joined #kubuntu [10:02] ah. [10:02] er, sauvin, you said "them [10:02] " [10:02] so i figured you were talking about the two fat32s [10:02] normally KDE should popup a window asking the user what to do, but it seems to work for some and not for others === irvken [n=sean@82-46-25-42.cable.ubr01.hawk.blueyonder.co.uk] has joined #kubuntu [10:03] It DID work immediately after I gparted it, but didn't work again when I umounted them because they were locked. [10:03] hrmm.. my stupid samba share doesnt do squat :( [10:04] same ^^ [10:04] i can't get samba working either [10:04] Um... OK... is there a "upmount" command? [10:04] yes, it's called pumount. === dylan_ [n=dylan@121-73-42-61.cable.telstraclear.net] has joined #kubuntu === dylan_ is now known as OutsiderNZ === hangthedj is now known as hangthedj_server [10:07] stdin, THANK YOU. [10:08] you're welcome :) [10:08] I really didn't want to reboot just to see what it'd do. [10:08] bon soir stdin [10:08] bonjour [10:08] stdin est franco? [10:08] no :p [10:08] nah [10:09] il n'est pas franco [10:10] ce canal est anglais seulement :) [10:10] Ainsi dit l'homme, eh? [10:10] could someone help me please? when I try to go into adept manager I get an error ; "conversation with su failed" [10:10] OutsiderNZ, did you type your password correctly? [10:10] stdin: my stupid samba share dont work :( [10:11] yes [10:11] i am sure, i tried a lot [10:11] Assid: I don't really use samba, no win boxes here [10:11] hrmm [10:11] need it for myt xbox [10:11] stdin, how do you share files then? sftp? === judge [n=judge@AReims-151-1-24-201.w83-192.abo.wanadoo.fr] has joined #kubuntu [10:12] and my lappy [10:12] raylu: almost, I "mount" ssh, with sshfs [10:12] OutsiderNZ, you are typing in the password for your user, right? also, is your user the original account that was created by the installer === Biovore uses samba with no problems.. [10:12] yes, that is right === judge is now known as judge__ === judge__ is now known as judge77 [10:12] yes to both [10:12] sshfs is just something that interacts with sftp for you, right? [10:12] raylu: yep [10:13] OutsiderNZ, in konsole, try typing sudo aptitude [10:13] raylu: it's a ssh/sftp wrapper type thing [10:13] =\ ew. [10:13] ok === ysc_ [n=ysc@203.196.156.181] has joined #kubuntu === evil-rhino [n=ori@S0106000f66911e0d.vc.shawcable.net] has joined #kubuntu === claydoh_ [n=claydoh@66-252-59-180.dyn-adsl.midmaine.net] has joined #kubuntu [10:17] raylu: when i entered that, nothing happened [10:17] asked for pw, and nothing else [10:17] o.0 [10:17] strange... [10:17] Is it necessarily true that if I'm using KDE on ubuntu, I'm running Kubuntu? [10:17] sauvin, the line is blurry [10:17] OutsiderNZ, try: sudo aptitude --help === tombar__ [n=tombar@r190-64-129-149.dialup.adsl.anteldata.net.uy] has joined #kubuntu [10:18] sauvin, depends on your definition, i suppose === naught101 [n=naught10@60-242-222-210.tpgi.com.au] has joined #kubuntu [10:18] you could use kubuntu in ubuntu ? [10:18] or the otherway around [10:18] sauvin: no [10:18] raylu: nothing happened [10:18] Assid: yes and no; mostly yes [10:18] OutsiderNZ, try sudo ifconfig [10:19] err.. sorry.. was supposed to be a ! not ? [10:19] and did it ask you for your password after the first time? [10:19] I could have sworn that I installed flat ubuntu from a livedvd, without installing anything else. On the graphical login screen, I clicked on something that allowed me to launch a KDE session, and I made it default. [10:19] nope [10:19] alrite who here uses samba [10:19] sauvin: congrats :D === raylu is trying to use samba [10:19] raylu: ifconfig did nothing [10:20] OutsiderNZ, methinks your sudo is broken [10:20] seems i never configured netbios-ns for xinetd... o.0 === AmyRose [n=djb@unaffiliated/amyrose] has joined #kubuntu [10:20] raylu: how do I fix it? === LasseP [n=xerox@c-4476e255.010-198-73746f32.cust.bredbandsbolaget.se] has joined #kubuntu === ForgeAus [n=forge@124.243.164.119] has joined #kubuntu [10:20] OutsiderNZ, no idea what's wrong with it; i just think that's the root of the problem [10:21] raylu: ok, well thanks for the help [10:21] does ifconfig do anything by itself? [10:21] nope [10:21] ...where are you typing this? [10:21] o wait [10:21] yes it does [10:21] yea, ifconfig does something === malqos [n=malqos@host-89-229-14-58.torun.mm.pl] has joined #kubuntu [10:22] hi [10:22] i'm trying to install wifi-radar, but gksudo is missing... what this? [10:22] voln, kdesu = gksudo for kde/kubuntu [10:22] gksudo is kdesu for gnome === FoxKing is now known as ClassBar [10:22] I thought chkfs was supposed to fix not break the HDD [10:22] i have kubuntu 7,04 [10:23] voln: wifi-radar you can install gksudo [10:23] WaltzingAlong wifi radar in repositary kubuntu... [10:24] wifi-radar is more with the gnome suite but could be used in either kde or gnome (or any others). it just needs for example gksudo from the gnome (ubuntu) set [10:25] voln: otherwise there is wlassistant [10:25] how i can change kde 3.5.6 on 3.5.7?i was on this site http://kubuntu.org/announcements/kde-357.php but i don't know exactly what to do [10:25] can someone hepl me? [10:25] you lost me after "change" [10:26] you want to upgrade .6 to .7? [10:26] yes [10:26] WaltzingAlong wlaassistant doesn't work without knetworkmanager [10:26] malqos, check for updates. adept [10:26] or what do you recomendet? [10:26] maybe 4? [10:27] 4 is still beta === hak [n=hak@85.96.169.239] has joined #kubuntu [10:28] stdin [10:29] hak === ClassBar is now known as ClassFoo === Road_kill [n=BobAlexa@S0106000f66e2771c.vc.shawcable.net] has joined #kubuntu === hubhub [n=hub@m126.net81-65-108.noos.fr] has joined #kubuntu === Topsun [n=Topsun@p57A034E3.dip0.t-ipconnect.de] has joined #kubuntu [10:33] stdin : I'm yeniklasor, I'm trying to compile firefox source code (2.0.0.6) O got some error can you help ? [10:33] W00T. my samba works! [10:33] but swat seems rathe rbroken [10:33] hak, show the error === kaminix|shindeir is now known as kaminix4 [10:34] stdin : http://paste.ubuntu-nl.org/34287/ === hak is now known as yeniklasorr === mdt294bell [n=mdt294be@203.122.80.141] has joined #kubuntu [10:35] yeniklasorr: have you installed firefoxes build-deps? [10:35] what is it ? [10:35] the build dependencies [10:36] 'sudo apt-get build-dep firefox' is a good place to start === ompaul [n=ompaul@freenode/staff/gnewsense.ompaul] has joined #kubuntu [10:37] installing === zblach_ [n=zblach@bas2-windsor12-1128661780.dsl.bell.ca] has joined #kubuntu [10:37] are they library for require firefox source boild _ [10:37] build ? === anthronaut [n=anthrona@84-75-102-47.dclient.hispeed.ch] has joined #kubuntu === linescanner [n=cutter@81-86-244-201.dsl.pipex.com] has joined #kubuntu [10:38] the command should install what you need to build firefox === ich [n=ich@zdv-wireless-47-219.zdv.Uni-Mainz.DE] has joined #kubuntu === wouter [n=wouter@213.219.153.123.adsl.dyn.edpnet.net] has joined #kubuntu [10:40] sudo apt-get build-dep amarok for example will give for amarok ? [10:40] yes...but why do you want to build these from source? === raylu mutters something about gentoo [10:40] no only for firefox, only for fun [10:40] heh [10:40] maybe something... [10:40] :D === mdt294bell [n=mdt294be@203.122.81.181] has joined #kubuntu [10:41] iirc, firefox takes forever to build [10:41] maybe trying to change firefox name to yeniklasorfox :O [10:41] that's nice and easy to type :P [10:41] stdin : core 2 duo 1.83 ghz :( [10:42] will still probably take ages, I haven't built firefox in over a year tho === jarkkol234 [n=jubuntu@dsl-hkibras1-ff42c000-142.dhcp.inet.fi] has joined #kubuntu [10:43] stdin : gave me same error [10:43] libunixprintplugin.so what is it :S === sauvin builds foxfire and calls it firefox [10:43] Or is that the other way around? I'm getting senile :( === thehcdreamer [n=thehcdre@host228-47-static.30-87-b.business.telecomitalia.it] has joined #kubuntu [10:44] lol... === Starting logfile irclogs/kubuntu.log === ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #kubuntu === Topic for #kubuntu: Kubuntu Support Channel | FAQ: http://wiki.kubuntu.org/CommonQuestions | https://wiki.kubuntu.com/KubuntuFeistyKnownProblems | Free Kubuntu CDs!https://shipit.kubuntu.org | Large pastes: http://paste.ubuntu-nl.org | Offtopic in #kubuntu-offtopic please. | KDE 4.0 beta 1 -- http://kubuntu.org/announcements/kde4-beta1.php === Topic (#kubuntu): set by Riddell at Sat Aug 4 17:44:53 2007 === #kubuntu [freenode-info] channel trolls and no channel staff around to help? please check with freenode support: http://freenode.net/faq.shtml#gettinghelp === MilhousePunkRock wonders how people manage to mess up their systems like that === MetaBot [n=metabot@unaffiliated/ljl/bot/metabot] has joined #kubuntu === hase [n=hase@p54B86F2E.dip.t-dialin.net] has joined #kubuntu === llutz [n=lutz@gprs-pool-1-001.eplus-online.de] has joined #kubuntu [11:29] well, given that the difference between rm -r ./ and rm -r / is... [11:29] (and i found out the other day that you can't even do the former) === neil [n=neil@dsl-245-170-120.telkomadsl.co.za] has joined #kubuntu === dylan_ [n=dylan@121-73-42-61.cable.telstraclear.net] has joined #kubuntu === dylan_ is now known as OutsiderNZ [11:34] woo, finally got it working [11:34] I think... === blizzzek [n=arthur@p508E84A1.dip0.t-ipconnect.de] has joined #kubuntu [11:35] thanks for the help :) [11:38] OutsiderNZ: So how did you fix it? === ericm115 [n=eric@129.252.26.6] has joined #kubuntu === AmyRose [n=djb@unaffiliated/amyrose] has joined #kubuntu === uwe__ [n=uwe@91.89.165.25] has joined #kubuntu === uwe__ [n=uwe@91.89.165.25] has left #kubuntu ["Konversation] === tarek_ [n=tarek@p54970F73.dip0.t-ipconnect.de] has joined #kubuntu === uwe__ [n=uwe@91.89.165.25] has joined #kubuntu === zhao [n=zhao@amc05.amc.uni-duesseldorf.de] has joined #kubuntu === uwe__ is now known as Oraley === massi [n=massi@host130-32-dynamic.51-82-r.retail.telecomitalia.it] has joined #kubuntu === ysc_ [n=ysc@203.196.156.181] has joined #kubuntu === Oraley [n=uwe@91.89.165.25] has left #kubuntu ["Konversation] [11:42] hi guys i wanted to know if it is possible to make a 64bit program from a 32 bit === hank_ [n=hank@125-238-69-10.broadband-telecom.global-gateway.net.nz] has joined #kubuntu [11:42] http://sourceforge.net/projects/kontroller/ [11:43] sorry the link is http://sourceforge.net/projects/kontrollerlab/ === tobias [n=tobias@p54A1CD12.dip.t-dialin.net] has joined #kubuntu === ironman [i=user@66-168-156-117.dhcp.jcsn.tn.charter.com] has joined #kubuntu [11:44] ok the grup error is 21 [11:44] tarek_: build it from source? [11:44] good morning everyone === Hc\ [n=toffe@a88-112-4-210.elisa-laajakaista.fi] has joined #kubuntu [11:44] trekdanne:how === virtuos [n=virtuos@62.162.240.53] has joined #kubuntu === antonio_ [n=antonio@58.Red-83-39-49.dynamicIP.rima-tde.net] has joined #kubuntu [11:45] hola [11:45] tarek_: grab the source first: http://sourceforge.net/project/showfiles.php?group_id=177228&package_id=204244&release_id=510991 [11:45] hi [11:46] tarek_: then follow the instructions in the README and INSTALL files and ask here if you get into trouble [11:46] trekdanne: ok === hhlp [n=hhlp@66.Red-83-32-11.dynamicIP.rima-tde.net] has joined #kubuntu === hoisn [n=hoisn@p57A357EE.dip.t-dialin.net] has joined #kubuntu === jussi01 [n=jussi@dyn3-82-128-188-252.psoas.suomi.net] has joined #kubuntu === hubhub [n=hub@m126.net81-65-108.noos.fr] has joined #kubuntu === mdt294bell__ [n=mdt294be@203.122.81.59] has joined #kubuntu === tuhyk [n=tuhyk_in@217.66.174.94] has left #kubuntu [] === terox [n=terox@d83-183-2-19.cust.tele2.se] has joined #kubuntu === cjh [n=cjh@ip70-162-81-76.ph.ph.cox.net] has joined #kubuntu === [tUd] Pensacola [n=pensacol@83.101.14.212] has joined #kubuntu === frenchy [n=nicolas@AAmiens-157-1-151-94.w86-215.abo.wanadoo.fr] has joined #kubuntu === runlevelten [n=runlevel@88-96-94-193.dsl.zen.co.uk] has joined #kubuntu [11:54] Anyone know anything about getting realtek driver 802.11g installed? === ironman [i=user@66-168-156-117.dhcp.jcsn.tn.charter.com] has left #kubuntu [] === steffen [n=steffen@ti531210a080-3546.bb.online.no] has joined #kubuntu === sfire_ [n=whoamI@72.186.65.59] has joined #kubuntu === pure [n=pure@BAE0905.bae.pppool.de] has joined #kubuntu [11:58] trekdanne: i have a problem with the make [11:58] tarek_: hmm what does it say? [11:58] make: *** No targets specified and no makefile found. Stop. [11:58] cjh: looked at https://help.ubuntu.com/community/WifiDocs ? === BudgetDedicated [n=BudgetDe@s5593c2e9.adsl.wanadoo.nl] has joined #kubuntu === sfire_ is now known as sfire [11:59] tarek_: you have to run ./configure first [11:59] yes [11:59] tarek_: is there any error when you run ./configure? === buzztracker [n=buzztrac@pelikan.garga.net] has joined #kubuntu [12:00] like this: checking for gawk... no === trombinou [n=trombone@feu30-1-82-242-59-127.fbx.proxad.net] has joined #kubuntu [12:00] i having problems with phpMyAdmin. i can login but when i have logged in i get kicked out within 5-6sec. i have edited the config file like they say here: https://help.ubuntu.com/community/ApacheMySQLPHP ... help? [12:01] tarek_: configure creates a log, check it for errors === abc [n=abc@d205-250-222-112.bchsia.telus.net] has joined #kubuntu === RytmenPinnen [n=alex@h246.ip5.netikka.fi] has joined #kubuntu [12:05] tarek_: hmm you might need to install gawk [12:06] trekdanne: working on it === ironman [i=user@66-168-156-117.dhcp.jcsn.tn.charter.com] has joined #kubuntu === burcu [n=burcu@85.97.127.130] has joined #kubuntu === Eyeless [n=hjalle@d83-183-204-137.cust.tele2.se] has joined #kubuntu [12:08] hi all,i've latency problem with ssh for a long time [12:08] ok i keep gettin error 21 with gurb after trying to install on a diff hdd other then my master one so should i install on my main hdd? === xushi_ [n=xushi@unaffiliated/xushi] has joined #kubuntu [12:08] it's only at establish state [12:08] after login there is no latency === wolfgang [n=wolfgang@p548CAEA4.dip0.t-ipconnect.de] has joined #kubuntu [12:09] is there a configuration at server to decrease latency? === hangthedj_server [n=eric@Wheeler-pbdsl3.Stanford.EDU] has left #kubuntu [] [12:09] trekdanne: is there a way that ubuntu downloads the needed packages? === royel [n=chris@75.139.48.234] has joined #kubuntu === hsn_ [n=radim@234.114.broadband5.iol.cz] has left #kubuntu [] === _Extrapan [n=Extrapan@aajw203.neoplus.adsl.tpnet.pl] has joined #kubuntu [12:10] tarek_: yeah "sudo apt-get build-dep " === VincentMZ [n=vincent@c53750220.cable.wanadoo.nl] has joined #kubuntu [12:11] however the program in question might not have an entry ... [12:11] because it's alpha software [12:12] trekdanne: no i mean when building it it asks me for packages [12:12] So about the Realtek driver. no dice on any of the Ubuntu forum helps. So I loaded the Windows Driver in, still no luck. It doesn't associate the driver with the hardware. === ironman [i=user@66-168-156-117.dhcp.jcsn.tn.charter.com] has left #kubuntu [] [12:12] trekdanne: is there a way to auto download them? [12:12] The dissassociation, how's it brought togeather? === spiroo [n=spiroo@c-2b1de353.02-2016-73746f43.cust.bredbandsbolaget.se] has joined #kubuntu [12:13] crimsun, I heard you are good on sounds in linux. Do you have time to help a little === xushi_3 [n=xushi@217.23.37.39] has joined #kubuntu === fr0z3n [n=fr0z3n@dslb-088-076-211-249.pools.arcor-ip.net] has joined #kubuntu === terox [n=terox@d83-183-2-19.cust.tele2.se] has joined #kubuntu === velle [n=velle@ip-25-193.bnaa.dk] has joined #kubuntu [12:16] ? === Fri13 [n=paristo@bb-62-165-186-90.dsl.phnet.fi] has joined #kubuntu === Ender [n=Ender@lan-84-240-58-205.vln.skynet.lt] has joined #kubuntu === faemir [n=faemir@81-6-223-243.dyn.gotadsl.co.uk] has joined #kubuntu === jim__ [n=jim@ppp141-160.dsl.hol.gr] has joined #kubuntu [12:19] anyone else who i good on sounds/audio in linux? [12:19] *is [12:19] Are you referring to audio recording? [12:20] All Trance Music Listeners - TranceRadio ! http://klausyk.Smagus.Net ! [12:21] no audio output, which is really bad in linux. The sound works, but does not sound correct. It is like a bruisy noise all the time I cannot fix. === dany [n=dany@adsl-ull-127-255.46-151.net24.it] has joined #kubuntu === leagris [n=leagris_@AMontpellier-152-1-58-83.w83-197.abo.wanadoo.fr] has joined #kubuntu === mark__ [n=mark@81-86-103-182.dsl.pipex.com] has joined #kubuntu === mode/#kubuntu [+o stdin] by ChanServ === Ender [n=Ender@lan-84-240-58-205.vln.skynet.lt] has left #kubuntu [requested] === mode/#kubuntu [-o stdin] by ChanServ [12:21] hello [12:21] I am not the only one with same problem, that is for sure [12:22] what kind of computer are you on? what player are you using? === jim__ [n=jim@ppp141-160.dsl.hol.gr] has left #kubuntu ["Konversation] [12:22] when I was using MEPIS Amarok, I noticed it had an output that was higher than the hardware...enjoyed. So it would get a distortion. [12:22] pc, amarok. Does not matter which player, the audio sound badly in everyone. [12:23] trekdanne: what does this mean: [12:23] checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths! === ysc_ [n=ysc@203.196.156.181] has joined #kubuntu [12:23] I mean, when it is just one kind of music with bae and so on, it sounds bruisy [12:23] Anyone can help me ?? My kubuntu don't mount anything ( CD ROM , or USB PEN ) how can i force a mount ? [12:24] software audio output volume is too high. turn it down. [12:24] dany: I would like to know too, I got same problem after a while. Mounting worked first, but not later [12:24] No, the output volume is very low [12:24] what file system are you using? [12:24] It does not matter, the wrong thing is linux or drivers [12:25] I am using NTFS and EXT3 [12:25] NTFS will cause file corruption. [12:25] or has in the past unless it's been fixed... [12:25] spiroo: post a bug-report to the alsa-team [12:25] "the wrong thing is linux". If you have enough knowledge to make that analysis, you have enough to fix it. [12:25] :\ [12:25] I have uprgade, and does not have any problem with NTFS [12:26] runlevelten: it's not an analysis, it's FUD === dany [n=dany@adsl-ull-127-255.46-151.net24.it] has joined #kubuntu [12:26] spiroo: if it's in the software, play with kmix 'til it's how you want it. [12:26] is reiserfs any good? === anthony_ [n=anthony@bdi68-1-89-84-194-100.dsl.club-internet.fr] has joined #kubuntu [12:26] runlevelten: Sorry, but I cannot get any other ideas [12:26] llutz: indeed. [12:26] Hi all [12:26] I have tried to save mp3's on a NTFS HD, and it has always corrupted the files into distortion. and after a long while it even mixes different files. === sacha_ [n=sacha@227-233.0-85.cust.bluewin.ch] has joined #kubuntu [12:27] aha, that is maybe the problem, thank you very much. I shall try to download directly to my EXT3 [12:27] ntfs with the latest ntfs-3g is working fine for me.. [12:27] spiroo: if you're able to produce all of the sound at the right speed, your next step is probably to play with your user tools to make it sound how you want it. [12:27] BTW I transfered mp3 from NTFS to EXT3 [12:27] Also about mounting. In a terminal isn't mount /dev/(LOCATION) the line? [12:28] That's assuming the hardware's fine. [12:28] cjh: yes [12:28] but you have to be superuser [12:28] cjh: It depends what you're mounting. [12:28] yeah, thought someone asked. === pablocc [n=pablocc@80.30.7.134] has joined #kubuntu [12:28] sudo mount 7dev/location [12:28] */dev/location [12:29] runlevelten: Is it all about my files, or has Linux some of it to do? [12:29] What line of code will associate hardware with driver? I have the driver functioning, and it reads the hardware. But it hasn't put them togeather. [12:29] Talking 802.11g Realtek. [12:30] you modprobe the driver, that's it [12:31] spiroo: open kmix. Play with stuff (carefully with your volume down). I'd look at pcm and so on for what you describe. [12:31] OKay thanks, will try. Or I have tried that, but no difference, will check the mp3s first. [12:32] spiroo: adjust things to taste, basically. Again, this assumes things are playing at the right speed and stuff :) [12:32] by the way, what is the line to configure VESA driver in xserver-xorg? [12:32] what do you mean, play in right speed? [12:32] bitrate? [12:32] you'd have a device section with Device = "vesa" in it for your graphics card. [12:32] have no clue which file to modprobe. inf? [12:33] but it is a terminal line for setup graphic driver [12:33] actual speed. ie: it's not sped up or slowed down. === zipper [n=zipper@90.185.36.187] has joined #kubuntu [12:33] cjh .inf seems to be windriver, use ndiswrapper then === `i` [i=moneymak@i686.cent0s.info] has joined #kubuntu [12:33] !ndiswrapper [12:33] Wireless documentation can be found at https://help.ubuntu.com/community/WifiDocs [12:33] sorry my n00bish, but what is actual speed then and how do I know? [12:34] spiroo: if it were wrong, you'd notice right away. [12:34] and you'd know what I meant :) [12:34] ;) === desti [n=desti@p5B018792.dip0.t-ipconnect.de] has joined #kubuntu [12:34] dpkg-configure xserver-xorg something === tarek_ [n=tarek@p54970F73.dip0.t-ipconnect.de] has joined #kubuntu [12:34] <`i`> i install kubuntu 2 weeks ago [12:34] !xconfig [12:34] To reconfigure your X server, open a console and type sudo dpkg-reconfigure xserver-xorg - To configure only the driver and resolution, type sudo dpkg-reconfigure xserver-xorg -phigh - See also !FixRes [12:34] it is something between configure and xserver [12:34] ah thank you bot :) === Fri13 [n=paristo@bb-62-165-186-90.dsl.phnet.fi] has joined #kubuntu [12:34] trekdanne: you there? [12:35] <`i`> and i forgot my root pass, is there a way to recover it [12:35] what is the file extension for the Linux driver? [12:35] flipping Driver = "vesa" [12:35] `i`: there is no root password [12:35] Oh sod it, I'm going to have coffee before I open my mouth again. Sorry. [12:35] cjh: kernel-modules are *.ko [12:35] `i`: use sudo and your password === adrian_ [n=adrian@80.50.249.26] has joined #kubuntu [12:35] <`i`> it doesnt work [12:35] vesa does not work to correct right desktop resolution. I need nVidia drivers which i configured there [12:35] <`i`> when i su [12:35] `i`: like I said, use sudo [12:36] <`i`> i type the same pass with the username im login [12:36] `i`: "sudo su" or just "sudo -i" [12:36] has anyone gotten gdesklets or adesklets to run on amd64 feisty? === Nookie^ [n=mensur@h45n2fls33o982.telia.com] has joined #kubuntu [12:37] <`i`> stdin: thanks :) [12:37] `i`: take a look at https://help.ubuntu.com/community/RootSudo it explains sudo in more detail :) [12:37] <`i`> yeah, thx a lot === hsn_ [n=radim@234.114.broadband5.iol.cz] has joined #kubuntu === tarek_ [n=tarek@p54970F73.dip0.t-ipconnect.de] has joined #kubuntu === Nookiee [n=mensur@h45n2fls33o982.telia.com] has joined #kubuntu === dave [n=dave@host86-142-155-196.range86-142.btcentralplus.com] has joined #kubuntu [12:40] i wanted to know how to get rid of the drumming when you want to log in === naught102 [n=naught10@60-242-222-210.tpgi.com.au] has joined #kubuntu [12:40] drumming? is that the ubuntu sound? [12:41] yes [12:41] I wish there were places you could use multics. [12:41] the people in #ubuntu would know then [12:41] yeah, that's not kubuntu, old bean :) [12:41] lol [12:42] Ubuntu should become a part of the multics re-revolution. [12:42] btw, how do i reconfigure grub? === toby [n=toby@cpc1-bary2-0-0-cust157.cdif.cable.ntl.com] has joined #kubuntu === gismo16 [n=kacpeur@p548CB58A.dip0.t-ipconnect.de] has joined #kubuntu === anna [n=anna@f051082087.adsl.alicedsl.de] has joined #kubuntu === anna is now known as knulfine [12:43] I want do delete an OS partition without grub failure like last time I did i. Or I removed a regular partition in Windows and when reboot, error and had to reinstall :( === blizzzek [n=arthur@p508E84A1.dip0.t-ipconnect.de] has joined #kubuntu [12:43] uhm... hi? [12:43] hello [12:43] tarek: System --> Admin --> Login Window === kosch [n=kosch@unaffiliated/kosch] has joined #kubuntu === malqos [n=malqos@host-89-229-14-58.torun.mm.pl] has joined #kubuntu === e1mer [n=elmer@smtp01.globe.com.ph] has joined #kubuntu [12:44] anyone, know about my grub problem? === sascha [n=sascha@dslb-084-063-022-041.pools.arcor-ip.net] has joined #kubuntu === Skrot- [n=magnus@10.84-48-194.nextgentel.com] has joined #kubuntu [12:44] I've just installed Kubuntu Feisty. I'd like the 3D desktop effects. Should I install Beryl or Compiz? I note on Beryl's site that the two have merged into Compiz Fusion but I don't see that in the package manager. [12:44] Hi, which package contains aclocal?= [12:45] i do not wanna reinstall linux again. I have reinstalled it like 100 times already [12:45] I nearly can't read anything since ubuntu is on my pc... Everythings too little. Is there a link or something for this Problem? [12:45] can anyone tell me which software is involved when i try to use the multimedia keys for volume up|down|mute? i just get the nifty OSD but nothing happens to the volume. [12:45] toby: see https://help.ubuntu.com/community/CompositeManager/CompizFusion [12:46] by the way, don't know if I can discuss in ubuntu forum. But I just installed this ubuntu, and the GUI is so much like windows what's become the benefit of switching? [12:46] stdin: Thank you. === evri2 [n=evri2@85.108.109.80] has joined #kubuntu [12:46] so the keys seem to be noticed correctly but somethings borked.. it worked fine with feisty but since gutsy it's kinda strange. but with gutsy on my notebook everything is fine there. === tarek_ [n=tarek@p54970F73.dip0.t-ipconnect.de] has left #kubuntu ["Konversation] [12:47] And it's not as if the Command line even can see BSD capability. [12:47] knulfine: Try sudo dpkg-reconfigure xserver-xorg [12:47] thx toby [12:47] Skrot-: the automake packages, install with "sudo apt-get install build-essential" [12:47] toby. uhm... what is that? sorry I use linux since yesterday [12:48] seezer: gutsy help in #ubuntu+1 [12:48] cjh: I just thought the same thing, but Windows is not to bad if were talking grapgicaly. Anyway, Linux powns Windows. But I recommend everyone to have both linux and windows isntalled just in case something happens === virtuos_ [n=virtuos@62.162.240.11] has joined #kubuntu === vistakiller [n=spiros@ppp73-216.adsl.forthnet.gr] has joined #kubuntu === ian__ [n=ian@dslb-084-060-056-181.pools.arcor-ip.net] has joined #kubuntu === ian__ is now known as ian| [12:49] oh ok.. got it [12:49] knulfine: good. [12:49] anyone has experience with grub? [12:49] knulfine: You'll want to restart X at the end of the wizard. For a newbie, it's prolly easier to restart the whole box. [12:50] cjh: that's gnome I suppose. === guizoguizo [n=guizogui@uni31-2-82-228-91-241.fbx.proxad.net] has joined #kubuntu [12:50] well, Ubuntu is under the .NET platform now isn't it? [12:50] is it possible to upgrade to tribe 4 (7.10) form the internet of it has to be from the cd? [12:50] No. [12:51] toby: well that doesn't work. It's german but I try to translate. It says: The server is not installes and there's no info available [12:51] If I accidentally install a metapackage (beryl-kubuntu in this example) how would I go about undoing it? Removing the metapackage doesn't remove the child packages that were installed by it. [12:51] hell, they all are even freeBSD === hansen [n=hansen@hrhansen.dk] has joined #kubuntu [12:51] blekos: #ubuntu+1 [12:51] toby: try "sudo apt-get autoremove" [12:51] Gnome uses .Net for some of its new core apps, and has a registry. If you like windows, gnome is for you. This is Kubuntu, which implies users of KDE. [12:52] stdin: ah. ok, thanks and sorry. [12:52] KDE does not use Mono for its core apps, does not have a registry, does not have lots of uneditable GUI options, etc. [12:52] gnome uses .net ? [12:52] It uses Mono. [12:52] wtf if it uses .NET [12:52] I suppose you're right. a .NET function could techinically specifically target KDE but there's currently no reason for it to ever do so. [12:53] There are Qt .Net bindings if you want them. [12:53] This has nothing to do with KDE or its apps. [12:53] cool [12:53] heh [12:54] looks like i can play with mono apps [12:54] brb [12:54] mac in trouble === martijn81 [n=martijn@5356CD89.cable.casema.nl] has joined #kubuntu [12:54] stdin: Thank you. === willempie [n=willempi@101.252-240-81.adsl-static.isp.belgacom.be] has joined #kubuntu [12:54] toby: so i guess that worked :p [12:54] if you want to talk apps, talk fixing my wLan card which taunts me in the Device Manager. [12:55] this means the Hardware is clearly fine. and I installed the driver, which works completely fine. but when it comes to the two communicating they won't. === |Lunar_Lamp| [n=Lunar_La@87.114.5.188.plusnet.thn-ag3.dyn.plus.net] has joined #kubuntu [12:55] Tried every suggestion through, no dice. === runlevelten doesn't use wireless realy. [12:57] cjh, Try Kubuntu 7.10. I had same problem, but 7.10 is for now beta, so not too stable :P [12:58] it's not beta, it's still alpha [12:58] k back [12:58] KnetworkManager has serious bugs. Now I got wireless WPA2 working :P It is even Ralink 2500 :D === lparry_ [n=lparry@88-109-190-252.dynamic.dsl.as9105.com] has joined #kubuntu === lparry_ is now known as lparry-desktop [12:58] stdin: Okay sorry, my bad :P [12:58] Prerelease anyway === willempie [n=willempi@101.252-240-81.adsl-static.isp.belgacom.be] has joined #kubuntu [12:59] Is there anyone who can halp me? I tried this one: sudo dpkg-reconfigure xserver but it didn't work... [12:59] linx? [12:59] I am excited to get stable version of Kubuntu 7.10 and KDE Dektop 4 ;P [12:59] knulfine: You forget something on the end [12:59] Hey peoples [12:59] xserver-xorg should it be [01:00] Just installed this great distro [01:00] works like a charm [01:00] knulfine: didn't work how? (and did you put "xserver" ot "xserver-xorg" ? ) [01:00] almost === lparry-desktop [n=lparry@88-109-190-252.dynamic.dsl.as9105.com] has joined #kubuntu === buzztracker [n=buzztrac@pelikan.garga.net] has joined #kubuntu [01:00] ...but... [01:00] can't seem to get it to play divx [01:00] any suggestions?? [01:00] Would it be in repository, or is it a link I should follow? === rootusr [n=rootusr@S01060002724ed6cb.cg.shawcable.net] has joined #kubuntu [01:00] !codecs | willempie [01:00] willempie: For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also http://help.ubuntu.com/ubuntu/desktopguide/C/common-tasks-chap.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats [01:00] spirco well I can't read clearly because something is wrong === toby [n=toby@cpc1-bary2-0-0-cust157.cdif.cable.ntl.com] has joined #kubuntu [01:01] thqnks stdin [01:01] !codecs [01:01] For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also http://help.ubuntu.com/ubuntu/desktopguide/C/common-tasks-chap.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats [01:01] knulfine, what do you mean? === rootusr [n=rootusr@S01060002724ed6cb.cg.shawcable.net] has left #kubuntu ["Konversation] [01:01] willempie: see the link from ubotu === Bulb [n=Piower@static-62-233-185-146.devs.futuro.pl] has joined #kubuntu [01:01] yeayea ubotu, do not post duplicated please :d === arnl [n=Aranel@88.232.217.17] has joined #kubuntu [01:02] !bot [01:02] I am ubotu, all-knowing infobot. You can browse my brain at http://ubotu.ubuntu-nl.org/factoids.cgi - Usage info: http://wiki.ubuntu.com/UbuntuBots [01:02] haha === arnl is now known as Aranel === laurent__ [n=laurent@77.203.47.13] has joined #kubuntu [01:03] spiroo: Where's link to kubuntu7.1? [01:03] stoin / studn (soorry I dan't read it well: ok I tried it with this org but it tells me this package server is not installed and there's no information available [01:03] kubuntu.org. But I warn you it is alpha version. It has some bugs. But I do not complain, my network works :P === virtuos_ is now known as VirtuoS [01:04] knulfine: sudo dpkg-reconfigure -phigh xserver-xorg [01:04] anyway cjh: https://lists.ubuntu.com/archives/ubuntu-devel-announce/2007-August/000324.html [01:04] knulfine: copy & paste === `i` [i=moneymak@i686.cent0s.info] has left #kubuntu [] === harmental80 [n=ricardo@AGrenoble-152-1-24-249.w82-122.abo.wanadoo.fr] has joined #kubuntu [01:05] by the way, you guys [01:05] I LOVE IT [01:05] love it [01:05] loooooove it [01:05] I feel all 60-ish [01:05] haha [01:05] stoin I did ;-) but it doesn't work [01:06] spiroo: I'll make the jump. Trying to get my new computer working..I've gone from XP > MEPIS > Windows2000AdvServer > Ubuntu 1 more install round isn't too much for me. [01:06] knulfine: "doesn't work" can mean anything, we need more information than that [01:06] cjh: Full stable version of Kubuntu v7.10 is going to be released in october [01:06] stoin which info do you want? [01:06] cjh: Haha I have gone a longer path, reinstalled Kubuntu like 200 times === paritosh [n=paritosh@122.163.223.205] has joined #kubuntu [01:07] spiroo: Yeah I didn't count all of my angry moments. [01:07] knulfine: what didn't work? how do you know it didn't work? what did you try? what happened when you did it? [01:07] if i try to launch a gui app from konsole, i get the following error> http://pastebin.com/m40841310 [01:07] So now you have a dualcentbootmachine?? === nosrednaekim [n=michael@01-203.200.popsite.net] has joined #kubuntu [01:07] just one notice for everyone on Kubuntu v7.10. Before upgrade to new amarok, uinsyall libmtp5 and then upgrade. That solved very much trouble for me [01:07] !baddevice | paritosh [01:07] paritosh: If you are receiving an error similar to "X Error: BadDevice, invalid or uninitialized input device 168", it can be safely ignored. If you want to get rid of the error messages then please visit this page: http://seerofsouls.com/wiki/How-Tos/BadDeviceErrors [01:08] spiroo: hmm thought hobbsee fixed that bug [01:08] It should be common practice to NOT install a new OS with atleast 6 shots of whiskey or 2 glasses of wine. [01:08] If you do not, Adept get fucked up and so do linux. I destroyed linux once and some files too just of that [01:08] cjh: haha [01:08] !language | spiroo [01:08] spiroo: Please watch your language and keep this channel family friendly. === blizzzek [n=arthur@p508E84A1.dip0.t-ipconnect.de] has joined #kubuntu [01:08] stdin and uboto: Really sorry, not with purpose [01:09] spiroo: you've managed to destroy linux?? [01:09] I just get angry when things go wrong, lol :D [01:09] willempie: yes [01:09] Are you working for SCO or novell??? :p [01:10] spiroo: 1... its gutsy... 2... did you reload your package lists before you did that? === virtuos_ [n=virtuos@62.162.241.89] has joined #kubuntu [01:10] stoin: I copied this "sudo dpkg-reconfigure xserver->org" into the box. I typed Enter. And I got this:Paket xserver- ist nicht installiert und es ist keine Info verfgbar. (that's german for "package xserver is not installed and there is no information available") [01:10] I could not login, because kbkg was disturbed and so did adept which destroyed linux [01:10] stoin: ut I have to say, I use linux since yesterday... [01:10] knulfine: no, not "xserver->org" it's "xserver-org" [01:10] I know it is Gutsy, just hate the word, sounds childish :D [01:10] It's off-topic anyway so it's be best discussed in #kubuntu-offtopic , but FYI Novell does not wish to destroy Linux. [01:10] 2: Yes of course === giuseppe [n=MrKrAzY@host128-82-dynamic.57-82-r.retail.telecomitalia.it] has joined #kubuntu [01:10] *it'd [01:11] libmtp6 is freaky, just say that. It destroyed Adept === giuseppe [n=MrKrAzY@host128-82-dynamic.57-82-r.retail.telecomitalia.it] has left #kubuntu ["Konversation] [01:11] It does not reconfigure libmtp5 properly to install libmtp6 === mdt294bell_ [n=mdt294be@203.122.80.217] has joined #kubuntu [01:11] So spiroo you do linux programing, for Ubuntu primarily I assume? [01:11] !codecs [01:11] For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also http://help.ubuntu.com/ubuntu/desktopguide/C/common-tasks-chap.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats [01:11] spiroo: I use synaptic for devel releases, resolves dependencies better === matthew_ [n=matthew@CPE-60-229-14-216.nsw.bigpond.net.au] has joined #kubuntu [01:12] willempie: you need to look at https://help.ubuntu.com/community/RestrictedFormats [01:12] spiroo: if you can get a reproducible bug spotted, it'd be helpful if you reported it to the package maintainer. [01:12] cjh: In matter of facts no, I just startedwith linux last week :D [01:12] Then these things get fixed. [01:12] stoin: ok I tried that, too but I get the same info [01:12] cjh: Looks like you looked over the packages better, or had more problems. [01:12] yes :D [01:13] well, I've installed the ubuntu restricted extras package, but still can't play divx in totem [01:13] error = [01:13] Video codec 'DivX 5' is not handled. You might need to install additional plugins to be able to play some types of movies [01:13] willempie: wrong channel..... [01:13] oh [01:13] knulfine: copy & paste all this: sudo dpkg-reconfigure xserver-xorg [01:13] where should I goMM [01:13] go? === zipper [n=zipper@90.185.36.187] has joined #kubuntu [01:13] I had to whole days trying to get wireless working. But It never did, so I found Kubuntu 7.10, not with purpose though :D [01:13] hrmm.. stupid crazy mysql [01:13] broken crap [01:13] #ubuntu or #gnome. [01:13] runlevelten: its already been reported.. and I thought fixed. [01:13] willempie, console (teminal) [01:13] willempie: are you running gutsy? [01:13] *terminal === ksivaji [n=sivaji@122.164.246.15] has joined #kubuntu [01:14] don't know (noooooob) [01:14] nosrednaekim: What is reported and fixed? :P [01:14] can get the terminal going though === ysc_ [n=ysc@203.196.156.181] has joined #kubuntu [01:15] willempie: run this command in a terminal "lsb_release -cs" and post what it says === terox [n=terox@d83-183-2-19.cust.tele2.se] has joined #kubuntu [01:15] willempie: start icon > system > Konsole (Terminal Application) [01:15] ok, one sec [01:15] spiroo: that's called the K menu. [01:15] stoin: ok now there is a window open. I have to change one of the listed things... uhm chip... (don't know the english word) how do I know which one to choose? [01:15] runlevelten, yea yea whatever :D [01:15] ;) [01:15] it says: feisty [01:16] No, really. [01:16] ;) === don_ [n=don@124.43.192.165] has joined #kubuntu [01:16] knulfine: what graphics card do you have? (eg: intel, nvidia, ati, etc..) [01:16] choose nvidia if youre card is nvidia, LOL === sweettooth [n=gordon@i-83-67-130-90.freedom2surf.net] has joined #kubuntu [01:16] stoin: Well I don't know. I used windows before... [01:17] VESA does not work for me if were talking about the resolution [01:17] spiroo: the mtp bug [01:17] spiroo:feisty === conrad__ [n=conrad@84.127.106.201.dyn.user.ono.com] has joined #kubuntu [01:17] So are Wellsfargo bankers having sex with dell employees? === BGSLC [n=mauricio@line103-99.adsl.actcom.co.il] has joined #kubuntu [01:18] cjh: some of us are eating, thank you very much. [01:18] !ohmy | cjh [01:18] cjh: Please watch your language and keep this channel family friendly. [01:18] ah okay, hmm yes, it is not fixed for me. Maybe I have Tribe 3 isntead of 4, not sure about the difference, but I guess it des not matter because of libmtp bug [01:18] knulfine: in another shell, paste "lspci | grep VGA" and post back [01:18] is there any chance wil know where kmail keeps the identity settings? [01:18] willempie: LOL feisty is the codename for your dist version not your graphic card driver :D [01:18] spiroo / stdin: that zould be feisty === starnet [n=starnet@202.74.79.94] has joined #kubuntu [01:19] lol === [tUd] Pensacola [n=pensacol@83.101.14.212] has joined #kubuntu [01:19] well [01:19] stoin what's a shelll? (sorry, really sorry I have to sound so stupid) [01:19] first step is for your grapgic card [01:19] blekos: identity? it woul probably be in .kde/share/apps/kmail [01:19] willempie: you may need to install w32codecs, look here: https://help.ubuntu.com/community/RestrictedFormats/WindowsCodecs [01:19] blekos, when I transfer kmail somehwre I move .kde/share/apps/kmail and everything relevant from .kde/share/config, then the same for kwallet [01:19] blekos: is it in /etc/kmail/ [01:19] knulfine: open another konsole or another tab in konsole [01:19] as well as my mail folder. === boom1992 [n=lukas@217.225.169.98] has joined #kubuntu [01:19] thought I already done that, will give it another try though [01:20] runlevelten, Is kmail the opposite to windows outlook kind a? [01:20] It couldn't be in /etc/kmail, cjh. [01:20] misread the locations I was at. [01:20] spiroo: If what you use outlook for is an email client, yeah :) [01:21] I think he meant Intergration-wise. [01:21] kontact is more like it. Evolution is the big groupware client if that's what you want. [01:21] Integration-wise, yes. [01:21] By the way: you guys are true guru's. thx for helping n00bs like me :-) === HymnToLife` [n=fkraiem@unaffiliated/hymntolife] has joined #kubuntu [01:22] okay, yea I usually use it as email client, lol :D [01:22] I need to work on spelling, or stop trying to spell. === tornado_ [n=tornado@eio234.neoplus.adsl.tpnet.pl] has joined #kubuntu [01:22] what "eject " command will do ? [01:22] example, type an email address in the run dialog. Kmail will open a compose window for you ;) [01:22] ksivaji: man eject === ubuntu [n=ubuntu@a91-152-181-245.elisa-laajakaista.fi] has joined #kubuntu [01:22] sstoin: there doesen't happen anything === lars__ [n=lars@0x5738c108.rdnqu2.broadband.tele.dk] has joined #kubuntu [01:22] stdin why dont we have inject command ? [01:23] eject -t [01:23] ^ [01:23] inject? [01:23] willempie: I am not guru, but I take that as a compliment :D [01:23] to inser cd drive [01:23] willempie: thats what we are here for :) [01:23] ksivaji: Read the man page dude. Come on, you're smart. [01:23] In "Adept Manager", what is the meaning of the Kubuntu logo adjacent to some installable items? e.g. the compiz-core package featues the Kubuntu logo, but the compiz-kde does not. [01:23] (There is no documentation for Adept Manager) [01:23] knulfine: try "lspci | grep Graphics" [01:23] I believe it denotes what repository it comes from, and wether or not it is officially supported. [01:24] toby: it means it's in the "main" repository and thus officially supported [01:24] Does Adept need a documentation, it is as logical as it could be, if you ask me [01:24] stoin: ok and now? There's a ">" [01:24] though, i prefer apt-get in terminal [01:24] man , info , --help - these three things are your torch to illuminate the dark, mysterious shell. Don't forget 'em, don't be afraid to use em. :D [01:24] : tried your w32 package, but still the same error [01:25] knulfine: make sure you didn't put any quotes in there [01:25] knulfine: press Ctrl-C and try again [01:25] !man [01:25] The "man" command brings up the Linux manual pages for the command you're interested in. Try "man intro" at the command line, or see https://help.ubuntu.com/community/BasicCommands === m0ns00n [n=m0ns00n@213.167.96.196] has joined #kubuntu [01:25] hi [01:25] !info [01:25] Sorry, I don't know anything about info - try searching on http://bots.ubuntulinux.nl/factoids.cgi [01:25] willempie: what are you trying to play divx in? [01:25] totem [01:25] or mplayer [01:25] neither work === m0ns00n [n=m0ns00n@213.167.96.196] has left #kubuntu ["Konversation] [01:26] sivaji@sivaji-desktop:~$ inject [01:26] bash: inject: command not found [01:26] I installed wireless drivers, while running from CD, is there a way to avoid rebooting in order to load? [01:27] hate rebooting that much? [01:27] willempie: if you are running ubuntu and totem, please go to #ubuntu. === oliver__ [n=oliver@dslb-088-065-217-108.pools.arcor-ip.net] has joined #kubuntu [01:27] Im not using ubuntu [01:27] you could restart your Network Interface, which restarts the hardware and drivers. [01:27] kubuntu [01:27] is there a way to have mails save to another folder? [01:27] !info is The "info" command brings up the Linux manual pages for the command you're interested in - if it doesn't have a !man page, it probably has an info one. Try "info intro" at the command line, or see https://help.ubuntu.com/community/BasicCommands [01:27] or another partition? [01:27] ubuntu: yes, there is a way. === BFC [n=timo@cs78153120.pp.htv.fi] has joined #kubuntu [01:27] willempie: oh ok..sorry :) [01:28] cjh, im running from CD [01:28] stoin: after enter there's just my namemacomputername abain [01:28] nosrednaekim: np, although I still might be in the wrong channel :-) [01:28] ubuntu: what new wireless driver are you using now?ndiswrapper? === Murchadh [n=Murchadh@ptr-65-249.btm.cpe.ip.airwire.ie] has joined #kubuntu [01:29] noresnaekim, yep! [01:29] ubuntu: like, I mean, which one do you WANT to get running. === knulfine is about to cry === saki_knin [n=boris@78-3-7-181.adsl.net.t-com.hr] has joined #kubuntu === oliver__ is now known as Cauldro-Born_ [01:29] hi, I am trying to setup an NFS network between two linux computers. I was wondering where I found out what my server name and domain of my box? [01:29] ubuntu: ok, I need the output of "lsmod" in a pastebin === Cauldro-Born_ is now known as Cauldron-Born_ [01:29] kubuntu. I want to uncap my modem tFTP. kubuntu. === spiroo_ [n=spiroo@c-2b1de353.02-2016-73746f43.cust.bredbandsbolaget.se] has joined #kubuntu [01:30] willempie: heh... but the ubuntu channel is so packed... I wouldn't go there :) === tornado_ [n=tornado@eio234.neoplus.adsl.tpnet.pl] has joined #kubuntu [01:30] willempie: have you tried kaffeine? === boris_ [n=boris@BSN-77-126-127.static.dsl.siol.net] has joined #kubuntu [01:30] So, still no divx :-( Any suggestions anyone?? [01:30] Ah === stdin [i=stdin@pdpc/supporter/active/stdin] has joined #kubuntu [01:30] hehe kubuntu channel was ovefloaded now I guess [01:30] Ill give it a go [01:30] willempie: [01:31] when I try to export an html page to pdf the default convertion program crashes any suggestions? [01:31] Got, denied connection :P [01:31] !torch [01:31] Sorry, I don't know anything about torch - try searching on http://bots.ubuntulinux.nl/factoids.cgi [01:31] norednaekim, http://pastebin.com/m227b1de2 === blizzz [n=arthur@p508E84A1.dip0.t-ipconnect.de] has joined #kubuntu === andersin [n=andersin@resnet-comp193v.resnet.bris.ac.uk] has joined #kubuntu === Bartho_ [n=bartho@dslb-088-066-034-017.pools.arcor-ip.net] has joined #kubuntu [01:32] anyway, which mp3 codec should I install for Amarok? [01:32] willempie: and if you want to play divx you need another package... "avifile-divx-plugin" [01:32] nodresnaekim: tried kaffeine. It plays, but no image or sound. And it plays waaay to fast (a 7 min clip in 3 seconds) [01:32] spiroo_: libxine-extracodecs [01:33] what command can I use to get that package (ultran00bmode=on) [01:33] is that best? [01:33] spiroo_: "libxine-extracodecs" [01:33] yes? === toby [n=toby@cpc1-bary2-0-0-cust157.cdif.cable.ntl.com] has joined #kubuntu === ubuntu_ [n=ubuntu@ip-15.net-81-220-174.nice.rev.numericable.fr] has joined #kubuntu [01:34] spiroo_: you asked "anyway, which mp3 codec should I install for Amarok?" we just told you === terox [n=terox@d83-183-2-19.cust.tele2.se] has joined #kubuntu === Bionicle [n=luca@151.64.77.83.cust.bluewin.ch] has joined #kubuntu [01:34] willempie: lol.... umm "sudo apt-get install avifile-divx-plugin" [01:34] thx [01:34] getting the hang of this :-) === runlevelten adds a factoid for smart shell users who are new. :) [01:34] stdin, in Adept it does not say that libxine-extracodecs is mp3 codec :P [01:35] runlevelten: yes, I saw it :p [01:35] nosrednaekim , could you please check the output at the link? [01:35] spiroo_: well, it is [01:35] stoin: after your command and enter there came manameATmycomputername again [01:35] okay, I will try it then [01:35] spiroo_: its a meta package.... it pulls in several other codecs as welll [01:35] ubuntu: I am I am.. don't rush me or I make mistakes ;) [01:36] hehe [01:36] I wish there was this megacodecpack for kubuntu, like klite one [01:36] willempie: there will be for gutsy [01:36] A meta package? === joao [n=joao@84.91.40.174] has joined #kubuntu === linopil [n=Computer@62-90-164-3.barak.net.il] has joined #kubuntu [01:36] ubuntu: run "sudo rmmod bcm43xx" [01:36] there will be a kubuntu-restricted-extras [01:36] anyway, is there any command like in windows for processes like ctr+alt+del [01:36] Something to drag them all in I suppose. [01:37] cool. [01:37] ctrl esc [01:37] ctrl+esc [01:37] that ^ [01:37] woohoo [01:37] cool thank you [01:37] Im not the ultranoob anymore :-D [01:37] willempie: you're not that nooby! === hnsn [i=jh83@c83-255-128-81.bredband.comhem.se] has joined #kubuntu === willempie knows how to google === stdin upgrades willempie to "user" [01:37] btw, got another similar thing. In windows I can type alt+4 char code for special chars. How do I do in Linux? [01:37] lol [01:38] I'm the ultranoob. Have been for more than a decade ^^ [01:38] ubuntu: got that? now see if wireless works. === JNowka [n=jeremy@node135.152.209.64.1dial.com] has joined #kubuntu [01:38] Well, installed that package as well... totem still gives the Video codec 'DivX 5' is not handled. You might need to install additional plugins to be able to play some types of movies message [01:39] willempie: try kaffeine... thats what fixed it for me. Notice also that that plugin is for divx 5 movies... so maybe thats it. [01:39] *divx4 [01:39] I see [01:39] no linuxcodec for divx5? [01:40] mplayer and xine should do 4 and 5 I thought [01:41] waylandbill_: they do [01:41] I'll give mplayer another try. Kaffeine still does the same speedy no image or sound thingy [01:41] head -> wall [01:42] yeah, 5 should be supported some time ago. [01:42] Error opening/initializing the selected video _out (vo) device ---> in mplayer === anandanbu [n=phoenix@59.92.127.199] has joined #kubuntu [01:42] I have installed k/Ubuntu 7.04 with Windows XP and i need install LinuxMint 3.0 either by deleting the windows partition or installing it in the 15Gb free space please give your suggestions for the installation [01:42] sounds more like a setting to me then a codec [01:42] nosrednaekim, it seems to work, awesome, now I can install kubuntu >( [01:43] oops wroing keymap [01:43] :) [01:43] God, it's almost as if you're using Totem or something :( [01:43] :) - better smiley [01:43] ubuntu: that WAS a rather angry face: [01:43] runlevelten: are you calling me god now?? :-P [01:43] yes, result of wrong keymap === maverick [n=maverick@84.36.144.97] has joined #kubuntu === MilhousePunkRock [n=MPR@dslb-088-070-016-205.pools.arcor-ip.net] has joined #kubuntu === alyssa_ [n=alyssa@97-86-161-251.static.stls.mo.charter.com] has joined #kubuntu [01:44] willempie, sounds some codec problem or setting in mplayer. I got same error before === toby [n=toby@cpc1-bary2-0-0-cust157.cdif.cable.ntl.com] has joined #kubuntu [01:44] spiroo_: did you solve it?? [01:44] Anyway my experience says that you should use Amarok for music, mplayer for dvd/movie [01:44] !pm [01:44] Please ask your questions in the channel so that other people can also benefit. Please don't PM a user in the channel without asking first, some find it rude. [01:44] ubuntu: better fix your attitude there ;-) [01:44] yes, not sure how though === Zackson [n=zion@200.8.208.145] has joined #kubuntu [01:44] too bad [01:45] I think I sorted it out while I changed some settings in mplayer [01:45] join /bash [01:45] try right click on maplayer and go to preferences/settings [01:45] let me uncheck some checkboxes and set some settings :-) [01:45] moin === anandanbu [n=phoenix@59.92.127.199] has left #kubuntu [] === conrad__ [n=conrad@84.127.106.201.dyn.user.ono.com] has joined #kubuntu [01:46] YES; MY AUDIO SOUNDS GOOD NOW! WOHO :D === blizzz [n=arthur@p508E84A1.dip0.t-ipconnect.de] has joined #kubuntu [01:46] thank you, that guy/girl who said I should install libxine-extracodecs [01:47] works even with NTFS files :D === Gwall [n=Georgewa@82-38-71-7.cable.ubr06.brad.blueyonder.co.uk] has joined #kubuntu === ubuntu__ [n=ubuntu@ip-15.net-81-220-174.nice.rev.numericable.fr] has joined #kubuntu === toby [n=toby@cpc1-bary2-0-0-cust157.cdif.cable.ntl.com] has joined #kubuntu [01:47] I think it even sounds better than Windows :D [01:48] jut love the base :D [01:48] *just [01:48] spiroo_: stdin and I say you are welcome [01:48] it does, no horrible errorsounds :p [01:48] nosrednaekim and stdin. Thank you very very much! [01:48] you are welcome [01:48] Now I gonna help some firends with the theyre sound [01:49] *firends [01:49] wtf: friends === krzysiek [n=krzysiek@dbi30.neoplus.adsl.tpnet.pl] has joined #kubuntu [01:49] darn... Still can't get that divx to work :'( ...which is bassically the only thing I need it for :-S [01:49] never gonna complain on linux again. [01:49] Spread the love, spiroo_ [01:50] :) [01:50] Anyway, why do you have to play divx? I never use divx :D lol [01:50] lol [01:50] ever heard of joox.net?? [01:50] xvid i play though ;P [01:50] or tv-links.co.uk [01:50] talking to me? [01:50] yep [01:50] I mean was that addressed to me ,P [01:50] joox.net is brilliant [01:51] hmm, no I do not know [01:51] typing to me?? lol [01:51] what is that? [01:51] check it out [01:51] !ot [01:51] #kubuntu is the official Kubuntu support channel, for all Kubuntu-related support questions. Please use #kubuntu-offtopic for general chatter. Thanks! [01:51] it has all the movies and tvshows on it [01:51] rather off topic though [01:51] sorry guys [01:51] okay sorry, not gonna do general chatter === Sinistral_ [n=tlot@d114013.adsl.hansenet.de] has joined #kubuntu [01:51] np [01:52] ...but thats why :-) [01:52] And it doesnt work :-( [01:52] okay, anyway last thing about this. Use TPB :D [01:52] Anyone need help with something? :P [01:52] TPB? Whats that?? === Sinistral_ [n=Sinistra@d114013.adsl.hansenet.de] has joined #kubuntu [01:53] The Pirate Bay, ssh ... lol :D [01:53] thinkpad-buttons? [01:53] lol [01:53] of course it is :D === RadiantFire [n=ryan@c-69-180-43-27.hsd1.ga.comcast.net] has joined #kubuntu [01:53] proud to be swedish, *NOT* === oliver__ [n=oliver@dslb-088-065-217-108.pools.arcor-ip.net] has joined #kubuntu [01:54] anyone has problem with sound install libxine-extracodecs and uninstall the rest :D [01:54] almost anyway :D [01:54] Wellm anyone has any suggestions for playing divx?? Otherwise I go back to the shadows of the google-valley of depth [01:54] try go into adept handler and search for divx [01:55] done that [01:55] what kind of divx are you going to play, DVD, avi? [01:55] must have a billion codecs installed right now... Which, unfortunately, dont zork [01:55] it has a d.divx extention [01:55] morning [01:55] divx 5 === sivaji_ [n=sivaji@122.164.242.191] has joined #kubuntu [01:55] morning [01:55] OKay, a tip, do not install everything. sooner or later adept is going to explode :D lol === blekos [n=blekos@ppp194-24.adsl.forthnet.gr] has joined #kubuntu [01:56] it could get some conflicts with other codecs [01:56] lol, I wouldnt want that to happen :-/ === hasan2 [n=hasan2@58-65-160-128.nayatel.pk] has joined #kubuntu [01:56] seems divx is not very well supported :D === toby [n=toby@cpc1-bary2-0-0-cust157.cdif.cable.ntl.com] has joined #kubuntu [01:57] Well guys and galls, thanks for trying to help and all... [01:57] only 4 realted packages in adept :P [01:57] for divx in firefox follow > http://ubuntuforums.org/showthread.php?t=491592 [01:57] *related [01:57] thanks once more === Penguiniator__ [n=scott@ip70-189-242-136.lv.lv.cox.net] has joined #kubuntu [01:57] One day Ill be as guru-like as you guys [01:57] hehe, sure do ;P [01:58] you gonna love linux if you had windows before [01:58] I never gonna use Windows when I have converted every file to EXT3 partition, or I mean transfered [01:58] Only has Windows Vista installed as backup just in case [01:59] I've been supporting windows for years now... thought it was time for a change [01:59] same for me [01:59] Though I do not support Windows, never done [01:59] *did [01:59] and its nice to have a fast OS on a slow laptop === ubuntu__ [n=ubuntu@ip-15.net-81-220-174.nice.rev.numericable.fr] has joined #kubuntu [02:00] yea. Linux is far away faster than Windows, ask intelikey concerning that :D [02:00] c ya'll! === buzztracker [n=buzztrac@213.251.133.67] has joined #kubuntu [02:00] cya, thank you === DarkWizzard [n=darkwizz@86.126.210.47] has joined #kubuntu [02:00] lol... intellikey an his k7... [02:00] :D [02:00] and his command line mania.... that guy is questionably sane [02:01] you have to love linux. Everyone should convert to linux :D [02:01] www.convert-to-linux.com - Should be fun :D === xRaich[o] 2x [n=raichoo@i5387F1E0.versanet.de] has joined #kubuntu === stdin reminds the room there is a #kubuntu-offtopic for non-support related discussion [02:02] I think Ubuntu/Kubuntu/Emubuntu is easier to install than windows. === visik7 [n=dksakd@unaffiliated/visik7] has joined #kubuntu [02:02] This has to do with Kubuntu :D === Dinofly [n=dinofly@mar92-13-88-165-255-149.fbx.proxad.net] has joined #kubuntu [02:03] Anyway, if anyone has quesitions, feel free to ask. I just do not wanna just sit here and dont do anything while waiting on questions === toby [n=toby@cpc1-bary2-0-0-cust157.cdif.cable.ntl.com] has joined #kubuntu === Tomi-idle [n=tomi@dsl-olubrasgw1-fe57fb00-67.dhcp.inet.fi] has joined #kubuntu === ubuntu_ [n=ubuntu@ip-15.net-81-220-174.nice.rev.numericable.fr] has joined #kubuntu === istvan [n=istvan@h402432.baiamare.ipn.ro] has joined #kubuntu [02:04] anyway, I got some question btw that I did not get answered I think. Is there anyway to type special chars in Linux like alt + 4 char code in Windows? [02:05] like alt+0124 [02:06] spiroo_: use kde keyboard-layouts and switch between them === Lattyware [n=Latty@host86-132-243-48.range86-132.btcentralplus.com] has joined #kubuntu [02:06] lol, no thanks === RurouniJones [n=jeff@gk-073.leo-net.jp] has joined #kubuntu === Topsun [n=Topsun@p57A005FB.dip0.t-ipconnect.de] has joined #kubuntu [02:07] I want swedish layout 24/7, not gonna switch [02:07] hey guys, me again [02:07] hehe, hello again [02:07] (ultran00bmode=off) [02:07] haha [02:08] I tried the manual, which has sth to do with replacing your firefoxplugins [02:08] special chars in linux, anyone has better suggestions then llutz? :P === blizzz [n=arthur@p508E84A1.dip0.t-ipconnect.de] has joined #kubuntu [02:08] ...but when I mv * to the directory, I get a message saying its refused to copy there [02:09] I need similar like alt + 4 char code in windows === oliver__ [n=oliver@dslb-088-065-217-108.pools.arcor-ip.net] has joined #kubuntu [02:09] willempie: use sudo [02:09] Maybe there is some plugin, but which? I really need this for php programming [02:09] ah, that might be just it [02:09] thx [02:09] Or alla programming btw. [02:09] *all [02:10] could you tell me the program that splits the terminal screen into two screens? === paulatreides [n=paulatre@AMontpellier-158-1-6-167.w90-36.abo.wanadoo.fr] has joined #kubuntu === Qaira [n=chatzill@89.218.193.78] has joined #kubuntu === krzysiek [n=krzysiek@dbi30.neoplus.adsl.tpnet.pl] has joined #kubuntu === vit_ [n=vit@190.72.44.239] has joined #kubuntu [02:11] nope, sorry. No experience about that :P [02:11] <[ifr0g] > blekos, maybe screen could do that.. [02:11] wholy moly: kubuntu is really great, i just bought a lappy and first tried installing debian etch but failed and when tried kubuntu, it has recognized most of the hardware [02:11] blekos: GNU screen [02:11] Why would you need that btw? [02:11] that is really really awesome [02:11] thnx [02:11] yes, Kubuntu FTW [02:12] but the bad part is that the CD doesn't come with Kdevelop and other stuff for programming [02:12] recommended by most people. Even professionals :P [02:12] do i have download them all? [02:12] Qaira: yes, yes you do === claydoh_ is now known as claydoh [02:12] Just tow words: Zend Studio [02:13] stdin: i have internet with 128 kb/s, for example to get kdevelop, will it take too long? [02:13] Qaira: just grab "build-essential" and "kdevelop" (possibly "kde-devel" too) [02:13] sudo apt-get install apache2 php5 === pablo_ [n=pablo@12.pool85-54-144.dynamic.orange.es] has joined #kubuntu [02:13] if you mean that kind of develop :D === voln [n=voln@ppp85-140-152-89.pppoe.mtu-net.ru] has joined #kubuntu [02:13] Qaira: not sure, probably a while... === ubuntu_ [n=ubuntu@ip-15.net-81-220-174.nice.rev.numericable.fr] has joined #kubuntu [02:14] kde-devel is the worst, takes ages to get === qjfry [n=qjfry@59.86.199.220] has joined #kubuntu [02:14] I see, if kubuntu will start coming out in full packages, it will certainly hit even ms win :-) IMHO [02:14] what is kde-devel, btw? [02:14] WOOOHOOO [02:14] look at me being happy [02:14] it works like a charm [02:14] :P [02:14] thank you guys SO MUCH [02:15] stdin, spiroo_: you guys are tha bomb [02:15] you are welcome, says everyone i guess :P [02:15] willempie: what are you happy for? === malcolm_ [n=malcolm@CPE0018f8c0f33a-CM00122500768a.cpe.net.cable.rogers.com] has joined #kubuntu [02:15] spiroo_: it downloads the packages needed for KDE development === [Topsun] [n=Topsun@p57A005FB.dip0.t-ipconnect.de] has joined #kubuntu [02:15] got divx working in firefox [02:15] great ;P [02:15] willempie: :) [02:15] well, not litterally the bomb [02:16] willempie: :-) === stdin explodes [02:16] Ah okay, develop KDE, nice. But do you install full source or what? [02:16] ...but if that was true, you guys would be Weapons of mass distruction [02:16] Qaira: kdevelop with deps is about 15MB, with kde-devel about 65MB ;) [02:16] MOABs [02:16] haha :D [02:16] spiroo_: no, just the headers [02:16] wholy, that will take an hour and half to download them then [02:16] okay, yes I see, but is it a lot then? [02:17] Anyone needs help with divx in firefox?? :-D [02:17] hehe, I feel sorry that you have to download with 128 kbps [02:17] spiroo_: thats ony the header-files and all that stuff you need to develop kde-apps [02:17] willempie, I guess youre unique qith divx :D [02:17] it's not kde-source itself [02:17] *with [02:17] ...I'm a divx vet [02:18] ahhhhhh, by the way, is it possible (well actually i heard it is possible) but I mean are all the debian packages installable in kubuntu? [02:18] Seen it all [02:18] llutz, thank you for clarify that for me. [02:18] Qaira: possible yes, but not recommended [02:18] okay anyone here played with samba? [02:18] because i have 3 Debian Etch dvds full of all packages for every case :-) [02:18] Qaira: possible, yes. recommended, no [02:18] llutz: why not? === MasterLexx [n=m@p54B73CB9.dip0.t-ipconnect.de] has joined #kubuntu [02:18] I am a Full HD fan btw :D [02:18] stdin: why not recommended? [02:18] Qaira: it may drive you into trouble. kubuntu bases on debian but isn't 100% debian anymore === sander__ [n=sander@77.251.165.22] has joined #kubuntu [02:19] Qaira: while we use the same packaging system, we use different versions and different depends === greenleaff [n=greenlea@c-66-41-217-43.hsd1.mn.comcast.net] has joined #kubuntu [02:19] Qaira: there is a possibility of them conflicting and breaking the system [02:19] I see, that is again not for my goodness :-) === boom1992 [n=lukas@217.225.169.98] has joined #kubuntu [02:19] Samba, btw, is it possible to connect to a SMB in Samba. I want a shortcut to my network file sharing :P [02:20] spiroo_: man smbmount [02:20] !samba [02:20] I guess I will just go to my brother's work and download there with 512 kb/s [02:20] samba is is the way to cooperate with Windows environments. Links with more info: https://wiki.ubuntu.com/MountWindowsSharesPermanently and http://help.ubuntu.com/ubuntu/serverguide/C/windows-networking.html - Samba can be administered via the web with SWAT === kubuntu [n=kubuntu@ppp24-215.adsl.forthnet.gr] has joined #kubuntu [02:20] man smbmount, then what? [02:20] read it [02:20] !man | spiroo_ [02:20] is there a simple way of installing KDE4 on a kubuntu system? [02:20] spiroo_: The "man" command brings up the Linux manual pages for the command you're interested in. Try "man intro" at the command line, or see https://help.ubuntu.com/community/UsingTheTerminal === kubuntu is now known as for3st [02:20] sander__: read the /topic [02:21] okay thank you bot and stdin === zhangkai [n=zhangkai@60.211.158.205] has joined #kubuntu === blizzz [n=arthur@p508E84A1.dip0.t-ipconnect.de] has joined #kubuntu [02:22] well, I'm very happy, as you all can tell... But there's one ;ore but :-) [02:22] man commands sounds risky :P [02:22] *more [02:22] spiroo_: why? [02:22] okay what? [02:22] It works great in FF with mplayer [02:22] stdin, user commands. I will destory something :D [02:22] ...but not in mpayer alone [02:22] destroy === martijn_nerd [n=martijn_@dhcp-83-219-107-53.customers.tvtnet.ch] has joined #kubuntu [02:22] spiroo_: you can't destroy anything with man [02:24] I'm sure he can ;-) [02:24] plus destorying something is half the fun...it was the way I learned many many years ago...destroy - fix [02:24] nope, he really cant [02:25] oh... (/ultran00bmode=on + switch is broken) === hakancen [n=hakancen@85.99.205.85] has joined #kubuntu === hakancen [n=hakancen@85.99.205.85] has left #kubuntu ["Konversation] === _czessi [n=Czessi@dslb-088-073-053-152.pools.arcor-ip.net] has joined #kubuntu [02:26] nixternal: that was before you learned to read? ;) [02:26] okay, good to know then but do I just type man smbmount? [02:26] it says, No manual entry for smbmount. I guess the error is my bad, but why if I may ask? [02:26] would be easier if I could do it in GUI Dolphin for example, lol === spiroo_ [n=spiroo@c-2b1de353.02-2016-73746f43.cust.bredbandsbolaget.se] has joined #kubuntu === spiroo_ is now known as spiroo === vistakiller [n=spiros@ppp73-216.adsl.forthnet.gr] has left #kubuntu [] [02:27] spiroo_: konqueror -> addressline -> smb:// [02:27] many years ago there wan nothing to read, so we had to entertain ourselfs by breaking and then fixing the system. === NetersLandreau_ is now known as NetersLandreau [02:27] smb://GLOBALNET ? [02:27] stdin: even slackware 1/2 etc came with some documentation [02:27] it was known as "The Golden Age" [02:27] stdin: hahahahaha rofl === virtuos [n=virtuos@62.162.241.237] has joined #kubuntu [02:28] better in old days I guess. [02:28] lol [02:28] it really wasnt [02:28] But before you had nothing to be afraid of. You had no documents and fiels :D [02:28] unless you're a masochist i guess [02:28] I was ironic === visik7 [n=dksakd@unaffiliated/visik7] has joined #kubuntu [02:29] well, believe it or not, but some zealots prefer the days before such blasphemy as, eek, X [02:29] zipper, it is just an expression === Budwaa [n=tom@davidbarker333.plus.com] has joined #kubuntu [02:30] haha okay, yea maybe some people looking backwards === krzysiek [n=krzysiek@dbi30.neoplus.adsl.tpnet.pl] has joined #kubuntu [02:30] anyway, SMB, is smb://GLOBALNET correct? [02:31] spiroo_:just smb:// or if you look for a special host smb://hostname [02:31] smb:// to browse === Budwaa [n=tom@davidbarker333.plus.com] has joined #kubuntu [02:31] cmon samba.. work!!!1 [02:32] okay, but how do I create a shortcut to a special host/computer? [02:32] bookmark it [02:32] right click > create new > link to location [02:32] eh, when I only typed smb:// I got into my own root folder :D [02:33] samba *shudder* [02:33] okay thank you stdin, will try that === arun [n=sectumse@nadeem2.my7star.com] has joined #kubuntu [02:33] how do I myself on my computer share files in Linux? [02:33] nfs/ssh === ubuntu__ [n=ubuntu@ip-15.net-81-220-174.nice.rev.numericable.fr] has joined #kubuntu [02:34] I mean on my LAN [02:34] spiroo: me too [02:34] lots and lots of ways [02:34] lol [02:34] which is the easiest? [02:34] ssh [02:34] http, ftp, scp, sftp, samba, nfs etc.... === sirius[away] [n=PhP@d83-190-204-180.cust.tele2.it] has joined #kubuntu [02:34] I prefer GUI for that if it is anyone === dnn [n=n@c-24-118-61-66.hsd1.mn.comcast.net] has joined #kubuntu [02:35] spiroo: konqueror can handle nearly all of that [02:35] I want like Windows do, to share folders in the LAN [02:35] linux to linux = install ssh and use sftp:/ in konqueror [02:35] fish:// [02:35] llutz, cool I thought about uninstall Konqueror, but I guess not now :D [02:35] llutz: fish is slower than sftp [02:36] spiroo: that would break things anyway [02:36] maybe, but fast enough for me [02:36] I want Windows to linux and Linux to windows [02:36] Don't uninstall Konqueror. VERY useful app. [02:36] yes I know now :D [02:36] hooray for the mplayer channel [02:36] the problem was solved by scaling [02:36] Konqueror sucks for Internet browsing anyway :D [02:36] llutz: fish is a wrapper for ssh, modern ssh has sftp server integrated [02:36] spiroo: in what way exactly ? === hoisn [n=hoisn@p57A357EE.dip.t-dialin.net] has joined #kubuntu [02:36] stdin: i know [02:36] willempie: nice ;P [02:37] http === artist [n=artist@221.221.158.225] has joined #kubuntu [02:37] when I try to install these kde4base-dev packages I get some error which tells me that "Some packages could not be installed." [02:37] and https of course [02:37] spiroo: Actually, it doesn't. You can use it as a very light fast browser, since it has options to "Open in Opera, Open in Firefox" etc. in the menu. [02:37] spiroo: no, in way is konqueror not a good browser ? [02:37] how do you use fish:/ to share files === malcolm__ [n=malcolm@CPE0018f8c0f33a-CM00122500768a.cpe.net.cable.rogers.com] has joined #kubuntu [02:37] It will have an entry for pretty much every browser you install. === toby [n=toby@cpc1-bary2-0-0-cust157.cdif.cable.ntl.com] has joined #kubuntu [02:38] because no good GUI for Internet browsing and Webdevelopment [02:38] arun: install ssh on both boxes and use sftp://host or fish://host [02:38] arun: once you have sshd running, clients can use fish:// to access them. [02:38] ah [02:38] spiroo: why? [02:38] what about http? [02:38] Funny. I would say konqueror improves my web development workload massively. [02:39] spiroo: it had tabs long before firefox was born [02:39] no plugins, no good menu bar, not much settings like I want [02:39] Most notably the integration between it and ssh/ftp and my editing tools. [02:39] Haha, not talking about tabs :D === aguitel [n=aguitel@200.5.111.141] has joined #kubuntu [02:39] rofl :D:D:D:D:D:D [02:39] spiroo: no good plugins? FF and Konq use the same pluguns [02:39] Not much settings and no plugins. I think you haven't actually used konqueror ;) [02:39] someone actually tried to install KDE4 beta1 on KUbuntu? [02:40] s/pluguns/plugins [02:40] BTW, is there anyway to similate IE. I hate IE, but need for bug testing websites sometimes [02:40] ies4linux [02:40] spiroo: install it in wine ^ [02:40] ie4linux [02:40] lol :D [02:40] I guess I have not noticed the potential of Konqueror yet .P [02:41] I hate wine, is there not any simulator or plugin in Konqueror? [02:41] I wanna test IE 6 and 7 mostly [02:41] No, if you want to test for the browser, you need to test with the browser. [02:41] spiroo: ehm it's a windows application?! [02:41] would be great if I could test Zafari too :D lol [02:41] spiroo: install ies4linux [02:41] spiroo: why would we want to introduce bugs to konqueror? [02:41] sander_: daaa, I know :D [02:42] spiroo: or install vmware and run windows/ie under that [02:42] stdin: what do you mean? [02:42] arun: it's based on wine too, isn't it? [02:42] ah okay now I get it :D [02:42] He means Internet Explorer is full of bugs, which if you're a web developer, you already agree with ;) [02:42] spiroo: the only way to simulate IE in konqueror would be to put in the same bugs intentionally [02:42] Firefox have a lot of extensions, Konq is not, Konq is slow and heavy apps [02:43] I do not wanna browse with IE, I hate it. I just want the render tool like Gecko === aguitel is now known as kondeDrakul [02:43] llutz: i think so.. i just use vmware/windows [02:43] stdin: hahahahahah [02:43] voln: you have that backwards, konqueror is much lighter === sehe [n=sehe@sehe.xs4all.nl] has joined #kubuntu === toby [n=toby@cpc1-bary2-0-0-cust157.cdif.cable.ntl.com] has joined #kubuntu [02:43] voln: what are you talking about? [02:43] voln: how is konqueror slow?! [02:44] runlevelten slow [02:44] yea, KOnqueror is a lightweight application, unless you do it heavy with purpose or not purpose works as well :D === evri2 [n=evri2@85.108.109.80] has joined #kubuntu [02:44] voln: don't be silly. :) [02:44] Of course it's not slow. [02:44] how do i share files via http? [02:44] maybe you try to run it from GNOME :D [02:45] arun: For a small casual share, add the personal file server applet to your panel and use that. [02:45] btw, why does GNOME apps in KDE run slow, like GParted and vice versa [02:45] arun: you can either install apache or another httpd, or use the file sharing applet for kicker [02:46] arun: then right click on it, select "new server" and follow the prompts. [02:46] spiroo: because the system needs to load the GTK+ libs === sjck [i=sjck@d095027.adsl.hansenet.de] has joined #kubuntu [02:47] I takes one year at least do checking devices in GParted [02:47] *do = to [02:47] And just have to say it, IE sucks, it is the only one I think that has no support at all for the REAL XHTML standa. Why M$, whyrd [02:48] stdin, ah okay. But is there anyway to load it faster then? [02:48] spiroo: run gnome [02:48] lol, I prefer KDE [02:48] or buy a supercomputer [02:48] keep the appropriate gtk libraries loaded [02:48] hehe [02:49] what is GTK+ btw? Kind of new to this :P [02:49] *on === ebbu [n=ebbu@36-189.adsl.lpoy.dnainternet.fi] has joined #kubuntu [02:49] !gtk [02:49] GTK is the !GIMP toolkit, which forms the base of !GNOME and is used by many applications to provide a !GUI [02:49] *fresh [02:49] the gui toolkit, although in this instance you're talking about other stuff too a lot of the time. [02:49] thank you bot, you have to love bots sometimes === afaith [n=afaith@89.122.253.250] has joined #kubuntu [02:50] I run some GTK apps under KDE, because some are the best of their type. === arun_ [n=sectumse@nadeem2.my7star.com] has joined #kubuntu [02:50] runlevelten: what do you mean with: ""talking about other stuff too a lot of the time" [02:50] hello [02:50] ie: GIMP, xqf, et cetera. I rarely get slowness tbh. [02:50] like !GIMP very much indeed [02:50] sorry, i got disconnected === czer323 [n=Administ@cpe-65-24-160-142.columbus.res.rr.com] has joined #kubuntu === piotr [n=piotr@ablr56.neoplus.adsl.tpnet.pl] has joined #kubuntu [02:51] there must be some paradox in that statement [02:51] runlevelten: you were saying about apache/kpf? [02:51] spiroo: gnome cruft. [02:51] I miss a good partitioner in KDE [02:51] spiroo: qtparted ? [02:51] qtparted sucks big time!!! === aguitel [n=aguitel@200.5.111.141] has joined #kubuntu [02:51] hello there! i've found a tutorial on http://www.debian-administration.org/, (http://www.debian-administration.org/articles/73) and i don't know if i can aply it to solve my problem [02:51] qtparted sucks === aguitel is now known as kondeDrakul [02:51] sehe: why? [02:51] cfdisk [02:51] crappy GUI, messed up my commit sequene once too! [02:51] spiroo: why? [02:51] because you cannot do anything in it [02:52] sehe, spiroo: you don't know that that's what you used to install kubuntu? [02:52] you cannot even unmount and mount as in GParted [02:52] cfdisk ftw, by the way. [02:52] i've got apache running on the local ethernet interface (eth0) but i want to let a friend of mine to see a couple of pages. but i don't want to stop apache. can i do that forward with iptable s? [02:52] stdin: If I remember correctly it messed up my drive when I did a 'copy' and 'resize' in one batch [02:52] please, help me, i'm really in need [02:52] stdin, "wrong, I did now" [02:52] stdin: gparted however, rocks! [02:52] sehe: like I said, that's what you used to install kubuntu? [02:53] I mean I knowed I use it, BTW it is from Windows Magic Partition but coded in C++ isntead [02:53] stdin: the integration into kubuntu installer is ok, that's another topic [02:53] *Partition Magic === evri2 [n=evri2@85.108.109.80] has joined #kubuntu === fabio_ [n=fabio@host-3.244.188.200.fns.freefone.com.br] has joined #kubuntu [02:54] stdin: really the kind of thing you do then is 'simple' compared to what i do with gparted [02:54] I want more tools like in Norton Partition Magic, that tool rocks all apps for partitions [02:54] stdin: I didn't mean to burn qtparted down all the way :) [02:54] teste [02:54] sehe: just agree with you, Gparted is far away better than QTParted [02:54] sehe: you can't, it's a decent app (now) === moncoss [n=krisna@202.155.9.119] has joined #kubuntu [02:55] spiroo: gparted beats Partition Magic in my book. Open Source, cross platform, mmmmuuuuccchhh more felxible === DarkWizzard [n=darkwizz@86.126.218.241] has joined #kubuntu === marcia [n=marcia@cm-net-poa-C8B0C547.dynamic.brdterra.com.br] has joined #kubuntu [02:55] stdin: good point. I love the way it all integrates in the kubuntu dist anyways [02:55] no one :( please guys, i really need help :( [02:55] afaith: afaik, no you need to restart apache [02:55] afaith: use ssh? [02:56] sehe: the kubuntu devs put a lot of work in to it for the live installer [02:56] maybe in some cercumstances [02:56] stdin: i don't want to restart apache [02:56] afaith: ssh -L port:server:port syntax, maybe use -fN [02:56] afaith: you said, but why? [02:56] !paste [02:56] pastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (be sure to give the URL of your paste - see also the #kubuntu channel topic) [02:56] sehe: shy should i use ssh when i think i can use iptables. is that tutorial wrong ? [02:56] stdin: The Live Installer has nothing to do with it. Develop the application in Desktop mode instead. [02:57] spiroo: it's the _same_ app === toby [n=toby@cpc1-bary2-0-0-cust157.cdif.cable.ntl.com] has joined #kubuntu [02:57] afaith: yes you can use iptables. grok the man if you want [02:57] I know ;) But it seems they only develop it for installer purpose not as an application [02:57] afaith: only suggested ssh as it is far easier to do ad-hoc with less potential impact on your pc config [02:58] spiroo: indeed [02:58] spiroo: there is no difference, the installer runs on the desktop... === meloni [n=meloni@fw-cpqd.cpqd.com.br] has joined #kubuntu [02:58] live session/installed, same app [02:58] but, yhy. I know. But I do not think you know what I mean [02:58] The problem I get with KDE4 packages are posted here: http://paste.ubuntu-nl.org/34296/ [02:58] perhaps you can have a look and help me out :) [02:59] Develop more functions in the application not only develop to better the functions up. [02:59] stdin: spiroo: by the way that is amazing of all ubuntu dists. You can simply work with a fuyll system while still installing it (or not) === ubuntu_ [n=ubuntu@p57A5FC43.dip.t-dialin.net] has joined #kubuntu [02:59] We need better support for deifferent filesystems and resizing. [02:59] afaith: ? === mhma [n=mhma@196.218.29.86] has joined #kubuntu === Aranel [n=Aranel@88.232.217.17] has joined #kubuntu [02:59] spiroo: which one is lacking in your opinion? [02:59] stdin & sehe: i've said that i run apache on 192.168.1.1 (eth0) in my LAN . i want to allow a person from outsite the local network to acces it, without having to restart apache and to modify httpd.conf . i believe that i can use iptables. i've found that tutorial, but i don't know if it will work. sehe suggested me to use ssh. it will help ? if i do this for example, ssh -L 80:89.122.*.*:80 it will work ? i really doubt that === adammo [n=adammo@cpc3-rdng9-0-0-cust469.winn.cable.ntl.com] has joined #kubuntu [03:00] spiroo: ask m$ for opening ntfs-sources [03:00] It said when I should delete a partition, unmount all disks that is higher then sdax [03:00] pretty please with a sugar on top? [03:00] yes sehe i'm here.i was typing === buzztracker [n=buzztrac@pelikan.garga.net] has joined #kubuntu [03:00] afaith: i c [03:00] sehe: Not quite sure, most EXT2 and NTFS [03:00] afaith:you want external internet access to a PC on your local network 192.168.* [03:00] afaith: you could do that with iptables on the box that is publicly visible [03:01] llutz: Yea lol [03:01] afaith:on another note, you probably have a router that is capable of NAT === henri_ [n=henri@a80-186-148-48.elisa-laajakaista.fi] has joined #kubuntu [03:01] afaith:usually the safest/simpest way to configure a NAT translation on the router to your 192.168.1.1 box [03:01] sehe: the box i'm talking it's the sameone that acts as a gateway. my pc. the one i'm using now to chat with you. === MementoMori [n=filippo@d83-184-253-115.cust.tele2.it] has joined #kubuntu === adammo [n=adammo@cpc3-rdng9-0-0-cust469.winn.cable.ntl.com] has left #kubuntu ["Konversation] [03:02] http://www.shelleytherepublican.com/2007/08/18/ubuntu--why-it-is-wrong-for-america.aspx [03:02] spiroo: I don't recall there is anything I can't do (have a look at the suppoorted features matrix in Gparted) with ext3 and ntfs [03:02] damn [03:02] anyway, why could not every single company in the world agree with ONE Single standard. Not a thousand different ones. Talking mostly for M$ and Pony (Sony) [03:02] spiroo: i use ntfs-3g btw [03:02] can someone at least have a look at: http://paste.ubuntu-nl.org/34296/ [03:02] me too [03:03] sehe: as i said, apache is running on the local interface, eth0. if i access http://192.168.1.1:80 from my network it works. i want now to allow one of my friends to access my apache by writing this : http://89.122.*.*:80 . i've found that tutorial. it will do the job ? [03:03] I can do the most, but I mean it has not full support. [03:03] afaith: so probably apache binds to local (loopback) only? === TheGateKeeper [n=m@82-36-118-96.cable.ubr03.king.blueyonder.co.uk] has joined #kubuntu [03:03] you can change the config, and send a reload signal to apache2 [03:03] afaith: apache/apache2? [03:03] speaking of partitions, grub is lacking when I delete and partition and I have to reinstall linux because I cannot boot. === mhma [n=mhma@196.218.29.86] has joined #kubuntu [03:04] sehe: i believe it's apache (i run it via /etc/init.d/httpd start/stop) it matters ? [03:04] Mostly when I delete and OS partition, even if it is not set as active [03:04] afaith: yes in the details. I believe apache has a reload command/signal as well [03:04] afaith: try /etc/init.d/httpd without argumetns to see if it lists a reload/reread-config option [03:04] How do I solve the problem in grub, I wanna delete an old Linux partition without have to reinstall Linux another time? === bente [n=bente@87.248.28.242] has joined #kubuntu [03:05] sehe: but i don't want to change my httpd.conf every time i want to let someone to access it . i believe it's more practical to call a script that inserts a few iptables commands [03:05] spiroo: I don't recognize the problem, but most of my gripes with grub/partitions go away when using UUIDs for partition ID [03:05] just Deny all, thats my suggestion :D [03:06] afaith: you are right. [03:06] sehe: not mine I guess, how do I do? :P [03:06] afaith: i was assuming you were looking for a quick fix (this being a support channel), not a future-proof automated solution === tricky [n=tricky@bas7-montrealak-1177575204.dsl.bell.ca] has joined #kubuntu [03:06] I wanna delete and Linux Kubuntu Partition which was registered as a boot point in grub. [03:07] sehe: so. .. is this tutorial (http://www.debian-administration.org/articles/73) gonna do the job ? [03:07] spiroo: in the old sense of 'a picture says more than a thousand words, lemme put up a fragment of my confs [03:07] hehe, what you mean more specific? [03:08] afaith: looks ontopic... i don't have time to read it all. good luck with tinkering imho:) [03:08] spiroo: i'm pasting some of my grub menu.lst for ou... just a moment === Ali [n=aabdelaz@82.201.137.130] has joined #kubuntu [03:08] sehe: i know it's a quick fix, but i'm tired to edit that conf every time. in this manner, by inserting an deleting iptables line, i can tell my father to open konsole, then type for example "apacheinternet" and call a script that will insert a few iptables lines into the firewall. it's just an example [03:09] sehe: thank you very much === Qaira [n=chatzill@89.218.193.78] has joined #kubuntu [03:09] people, this is strange, why there is no root in kubuntu? === trombinou [n=trombone@feu30-1-82-242-59-127.fbx.proxad.net] has joined #kubuntu [03:09] !sudo | Qaira [03:09] Qaira: sudo is a command to run programs with superuser privileges ("root"). Look at https://help.ubuntu.com/community/RootSudo for all information. [03:09] sehe: thanks very much [03:10] sehe: i'll try it now [03:10] yes that is to run programs, but when i want to mount the windows partition? === mendred [n=mendred@59.93.96.29] has joined #kubuntu [03:10] sudo mount... [03:10] Qaira: mount is a program [03:11] Qaira: or just put it in /etc/fstab [03:11] !ntfs | and read [03:11] and read: To view your Windows/Mac partitions see https://help.ubuntu.com/community/AutomaticallyMountPartitions . For write access see !ntfs-3g or !fuse [03:11] just like this? sudo mount /dev/[win] /mnt [03:11] ? [03:11] Qaira: you can do everything with sudo you can do with root === manchicken_ [n=manchick@74-134-231-37.dhcp.insightbb.com] has joined #kubuntu [03:11] spiroo: meanwhile, update-grub(8) is a good source of how things work in *ubuntu === mhma [n=mhma@196.218.29.86] has joined #kubuntu [03:11] Qaira: basically, yeah [03:12] Qaira: including passwd, should you be so inclined ;) [03:12] there is really no need to enable root [03:12] sehe: what you mean with update-grub, mean I should install in Adept? [03:12] spiroo: btw just realize feisty uses UUID partition references by defautl? [03:12] I use Gutsy [03:12] spiroo: no, it's a script comes with Grub [03:12] :P === jimmacdonald [n=jim@138-212-223-66.gci.net] has joined #kubuntu [03:13] i tried to mount the win part and it is already mounted :-) [03:13] spiroo: it's used when you use *ubuntu features to change partitions. If you do manually, you could use it [03:13] i really like kubuntu [03:13] Anyway, I wanna delete an reference I gonna delete fysically [03:13] spiroo: it effectively generates the proper menu.lst from 'meta-config' in menu.lst [03:13] it is getting really interesting [03:13] ok, thanks for the help [03:13] OKay, sorry to bother, but how do I do, I wanna be sure that I do it right === Dannilion [n=danni@149.254.200.218] has joined #kubuntu === tricky is now known as tricky_ [03:14] spiroo: http://paste.ubuntu-nl.org/34299/ [03:14] btw, Qaira: When I installed, every single NTFS and EXT3 was automatially mounted, wii :D === oliver__ [n=oliver@dslb-088-065-217-108.pools.arcor-ip.net] has joined #kubuntu [03:14] spiroo: you shouldn't be running gutsy if you don't know what you're doing, it can (and probably will) break at any time [03:15] :-) yeah the same case with me [03:15] Suggestions for a Wikipedia like program which I don't have to install a webserver to get working? === kooky__ [n=kooky@82.249.102.20] has joined #kubuntu === coma [n=coma@c-66-177-133-18.hsd1.fl.comcast.net] has joined #kubuntu [03:15] spiroo: the interesting bits are the *commented* settings (!!!!!) between === alyssa_ [n=alyssa@97-86-161-251.static.stls.mo.charter.com] has joined #kubuntu [03:15] stdin: Gutsy has been breaking a lot of times ;P [03:16] yes, I know, I run it [03:16] I just need it to get my Wireless network working, I must have it [03:16] spiroo: ## ## Start Default Options ##, ## ## End Default Options ## [03:16] spiroo: probably the crux to the story is line #74 === Assid [n=assid@59.165.14.35] has joined #kubuntu [03:17] sehe: bad news :( it doesn't do the trick [03:17] sehe, yeah i noticed that :P [03:17] afaith: so sorry, but for me I'm going to let you figure it out by yourself, because this kind of question doesn't easliy answer itself on IRC :) [03:18] but I am not gonna delete this partition, I mean another OS configuration for Kubuntu [03:18] spiroo: to be honest, I didn't think this up. ntfs partitions can also be identified by UUID (i do that) [03:19] sehe: Hmm okay, but how do I do then, I really do not understand which lines and files I need to configure [03:19] spiroo: and there is the risk, that when you copy a full partition (gparted again) you must never forget to generate a new UUID for the copy (or conflicts will happen) [03:19] sehe : thanks anyway for your help. only a little question i want you to answer me if you like : can you point me a place where i can ask for help ? maybe a discussion board or another IRC channel [03:19] spiroo: see tune2fs --help === norrec [n=norrec@host-212-149-208-13.kpylaajakaista.net] has joined #kubuntu [03:20] afaith: fraid I'm new to IRC, so anyone else ? (I just started chatting yesterday) === evri2 [n=evri2@85.108.109.80] has joined #kubuntu [03:20] I do not gonna copy a partition, I am gonna delete on and resozing another [03:20] anyone else willing to help me with a iptables problem, or tell me a place where i can get help ? [03:21] BTW, Why I cannot create more then 4 partitions, I hate to have a extended one [03:21] spiroo: what specifically do you think is gonna break? Do you have a menu.lst in the style that I do? [03:21] menu === pece [n=pece@nat-dom.aster.pl] has joined #kubuntu [03:21] menu.Ist, where? === Flegma [n=Michalek@devil.spacecom.cz] has joined #kubuntu === Fl3gma [n=Michalek@devil.spacecom.cz] has joined #kubuntu [03:21] spiroo: in that case a 'sudo update-grub' should solve any problems [03:22] spiroo: just be sure to do that *before* rebooting hehehe [03:22] spiroo: !GRUB, or /boot/grub/menu.lst === mhma [n=mhma@196.218.29.86] has joined #kubuntu [03:22] haha okay, yes. I hope you have right, otherwise I will be back in a while :D [03:22] spiroo: on older systems/other dists used to be /boot/grub/grub.conf [03:22] okay I certainly hope you are right. === istvan [n=istvan@h402432.baiamare.ipn.ro] has joined #kubuntu === alyssa_ [n=alyssa@97-86-161-251.static.stls.mo.charter.com] has joined #kubuntu [03:23] spiroo: just read some grub docs if you need reassurance :d [03:23] Okay, I guess mine is brand new then :D [03:23] I use Vista and Kubutnu Gutsy :P [03:23] spiroo: if you are like me, just dive in and trust your backups === Smooph [n=Smooph@p54A76175.dip.t-dialin.net] has joined #kubuntu === manchicken__ [n=manchick@74-134-231-37.dhcp.insightbb.com] has joined #kubuntu [03:23] spiroo: (you do have backups, not?) [03:23] good idea, I gonna take backup now. Is it possible to take one directly to a dvd-+rw? [03:24] spiroo: doesn't get much newer [03:24] heh [03:24] spiroo: yeah why not. i would'nt advise it for practical reasons (experience :)) [03:24] spiroo: my favorite is an external HHD [03:24] spiroo: HDD^^ [03:24] I always do backup in norton ghost 12 in Vista, but now I have not been able to do any ones for Linux, but I should now I guess :P === michael [n=michael@c211-30-205-179.rivrw3.nsw.optusnet.com.au] has joined #kubuntu [03:25] My favourite is my Sandisk USB U3 Titanium :D [03:25] spiroo: yup. With an external harddrive you can even *copy/paste* the partition across drives using our beloved gparted [03:25] spiroo: crazy innit [03:25] spiroo: i'm not saying that is efficient tho [03:25] haha okay :D [03:25] no one :( ? [03:26] spiroo: i used that, tune2fs --bla, plus daily rsync --bla to keep daily full system backups [03:26] anyway, can I do backups directly to removable media in CDROM? [03:26] I guess Cron would do the job ;P === boom1992 [n=lukas@217.225.169.98] has joined #kubuntu === bjwebb [n=bjwebb@ACC8EC69.ipt.aol.com] has joined #kubuntu [03:26] spiroo: dd will make a nice, quick backup === nicolas7 [n=rage7@AAmiens-157-1-151-94.w86-215.abo.wanadoo.fr] has joined #kubuntu [03:26] gparted is backup program ? [03:27] is there a way to run a command as a non-root user before the login screen? [03:27] kondeDrakul, no === jussi_ [n=jussi@dyn3-82-128-186-69.psoas.suomi.net] has joined #kubuntu [03:27] spiroo: lots of ppl do. i just don't fancy it. aversion to media failures, readiness problems, disk full conditions and the like [03:27] spiroo: i don't visit my server all too often, ya know [03:27] gparted is a partition editor. I think it can copy paritions, which would be essentially the same thing though. === mhma [n=mhma@196.218.29.86] has joined #kubuntu [03:27] I do not have any space on the harddrive or has any External Drives, so I do not have a choice [03:27] waylandbull_: gaprted uses dd internally, but nciely hidden from user :) [03:28] ? [03:28] waylandbill.. not bull. :-) [03:28] i use sbackup ,but how restore from the terminal in case of crach the system ? [03:28] Is it possible to do backup thrue FTP server? [03:28] kondeDrakul: using a liveCD as a rescue system. [03:28] waylandbull_: spiroo: for CD/DVD tar cvjp / | mkisofs --bla is more sensible [03:29] arite === Gwall [n=Georgewa@82-38-71-7.cable.ubr06.brad.blueyonder.co.uk] has left #kubuntu ["Konversation] [03:29] waylandbill,how ? [03:29] samba can officially sit on an egg and hatch it.. it just is a pita [03:29] Random Fortune: I still maintain the point that designing a monolithic kernel in 1991 is a fundamental error. Be thankful you are not my student. You would not get a high grade for such a design :-) -- Andrew Tanenbaum to Linus Torvalds [03:29] BTW, I cannot Backup if Grub cracshes, if I then have to boot from LiveCD, I could install too. [03:29] spiroo: yes. I think you want to do a package search for 'backup' keyword :) [03:29] spiroo: amanda, bacula, rdiff-backup etc. === oem__ [n=oem@65.75.194.53] has joined #kubuntu [03:29] kondeDrakul: using a command line, and mounting the source and destinations. [03:29] !backup [03:29] okay hehe [03:29] There are many ways to back your system up. Here's a few: https://help.ubuntu.com/community/BackupYourSystem , https://help.ubuntu.com/community/DuplicityBackupHowto , https://wiki.ubuntu.com/HomeUserBackup , https://help.ubuntu.com/community/MondoMindi - See also !sbackup and !cloning [03:29] spiroo: i suppose Konserve should support FTP because of ftp KIO-slaev in kde :) [03:30] !backup [03:30] sorry, just had to try the command [03:30] !backup | spiroo [03:30] spiroo: please see above [03:30] brilliant [03:30] yes I saw [03:30] this bot is smart [03:30] yea :D [03:31] would be a nice friend to talk to :D [03:31] lol [03:31] spiroo: mmmmmmmmmmmmmmm === glenner [n=glenn@d54C6A809.access.telenet.be] has joined #kubuntu [03:31] there are of course more sofisiticated solutions as you can see, but fundamentally, it's just copying files from one place to another. === xushi_3 is now known as xushi [03:31] is there a way to run a command as a non-root user before the login screen? [03:31] anyway, sehe: which backup GUI/Frontend do you prefer then? [03:31] waylandbill_: #philosfy101 === BeatBreaker82 [n=michael@c211-30-205-179.rivrw3.nsw.optusnet.com.au] has joined #kubuntu [03:32] damn i carnt type [03:32] lol === BeatBreaker82 [n=michael@c211-30-205-179.rivrw3.nsw.optusnet.com.au] has joined #kubuntu [03:32] Keep is already isntalle by default, should I use? [03:33] bjwebb: I don't know if kubuntu's cron accepts the @reboot directive, but one of the cron programs does.. maybe vixie-cron is the one I may be thinking of. [03:33] spiroo: no experience [03:33] spiroo: I've used Keep. It's not bad. [03:33] waylandbill_: okay [03:33] waylandbill: Support for FTP and DVD writing then? [03:34] spiroo: waylandbill_: just notice it integrates with rdiff-backup (a personal favourite) [03:34] okay, thanx === norrec [n=norrec@host-212-149-208-13.kpylaajakaista.net] has joined #kubuntu [03:34] spiroo: waylandbill_: that doesn't imply DVD/FTP capabilites ! [03:35] to bad, which one should I install then? [03:35] spiroo: doesn't preclude it as well [03:35] I guess I just create ISOs in K3b and burn them === mc|dad_ [n=manchick@74-134-231-37.dhcp.insightbb.com] has joined #kubuntu [03:35] spiroo: i'm doing a PoC test now over ftp (kioslave) [03:35] there's always K3b. === serza5456 [n=phil@78.114.104.24] has joined #kubuntu [03:36] So, anybody here particularly gifted in the area of subnetting? === Smooph [n=Smooph@p54A76175.dip.t-dialin.net] has left #kubuntu ["Kopete] [03:36] Okay thanks sehe. I wanna upload files directly to an FTP stream to my host === jussi__ [n=jussi@dyn3-82-128-188-252.psoas.suomi.net] has joined #kubuntu [03:36] webhost, lol [03:36] waylandbill_: what about using crontab? === sirius[away] [n=PhP@d83-190-204-180.cust.tele2.it] has joined #kubuntu === na82guy [n=andrea@rrcs-24-39-141-66.nyc.biz.rr.com] has joined #kubuntu [03:39] is there anyway to split up an ISO, One ISO is to large for my DVD [03:39] or any backup splitter for DVD === serza5456 [n=phil@78.114.104.24] has joined #kubuntu === kosch [n=kosch@unaffiliated/kosch] has joined #kubuntu === Philk [n=phil@78.114.104.24] has joined #kubuntu [03:42] spiroo: no luck woth the kioslave here. So i guess that means Keep&&FTP==NoGo [03:42] spiroo: it is probably most convenient to split the data *before* making the iso [03:43] Hmm okay, to bad. Guess I have to do it manually then [03:43] spiroo: I know some of the other packages mentioned will support ftp out-of-thebox === coma is now known as coma_ [03:43] sehe: yea probably, but I do not know how muc to split, because not sure about size [03:44] yeah always a dillemma. if you magically split iso's, it will be hard to access them in part however === biosword [n=biosword@host223-99-dynamic.8-79-r.retail.telecomitalia.it] has joined #kubuntu === BluesKaj [n=kaj@unaffiliated/blueskaj] has joined #kubuntu [03:44] I will install a several different backup tools now ;P [03:44] Howdy All :) [03:44] hello, welcome to IRC === sehe [n=sehe@sehe.xs4all.nl] has joined #kubuntu [03:45] swell innit, shortcut keys :) === afaith [n=afaith@89.122.253.250] has left #kubuntu [] [03:45] spiroo: i'll be off for a moment or several :) [03:45] thx spiroo... I'm a bit of a regular here :) [03:46] coffee! === manchicken_ [n=manchick@74-134-231-37.dhcp.insightbb.com] has joined #kubuntu === manchicken_ is now known as mc|dads === bentob0x [n=laurent@ip-213-49-72-111.dsl.scarlet.be] has joined #kubuntu === fm [n=fm@53540AAC.cable.casema.nl] has joined #kubuntu === stdin steels coffee from BluesKaj and runs away === jimmacdonald waves. [03:47] BluesKay: sorry, mentioned wrong words then. Welcome only then ;P [03:47] stdin: Ever get clamav auto-scanning to work? [03:47] and just how does one "steel" coffee is this a new hardening technique I am unfamiliar with? [03:47] I'm trying to get it running, but it seems as thought the kernel module is having trouble in dapper. === BluesKaj hands out coffee to all [03:48] mc|dads: no, I read a load of docs but it never worked. I was easier just to remove all the windows clients.. [03:49] mc|dads: I think I remember it being on the feisty to-do list, but other than that I gave up on it [03:49] stdin: The purpose of this machine I'm setting up for my dad is to be a backup server for all of his windows clients :) [03:49] Well the kernel module is in the repos... it just won't load. === Fraction [n=frax@c-024de155.137-6-64736c13.cust.bredbandsbolaget.se] has joined #kubuntu === anna [n=anna@f051082087.adsl.alicedsl.de] has joined #kubuntu === Carnage\ [n=carnage@p549CF987.dip.t-dialin.net] has joined #kubuntu === vistakiller [n=spiros@ppp264-71.adsl.forthnet.gr] has joined #kubuntu [03:52] Why doesn't the auth-command work === gismo16 [n=kacpeur@p548CB58A.dip0.t-ipconnect.de] has joined #kubuntu === pag [n=pavel@unaffiliated/pag] has joined #kubuntu === skolesys [n=skolesys@cpe.atm2-0-53396.0x50a389b2.arcnxx15.customer.tele.dk] has joined #kubuntu === eMaX_ [n=emax@197.40.77.83.cust.bluewin.ch] has joined #kubuntu === skolesys is now known as jakobsg === ammar [n=ammar@customer-85-31-81-20.talia.net] has joined #kubuntu [03:59] so stdin, i'm gonna give "kde4base-dev" another try as per the page : http://kubuntu.org/announcements/kde4-beta1.php . Any caveats or suggestions ? [03:59] is it possible to set a shell script to run when i type a command? [03:59] BluesKaj: if you have any qt4*-kdecopy installed, remove them first [04:00] bjwebb: ? what do you mean, type a command where === andreas_ [n=andreas@i59F54F3C.versanet.de] has joined #kubuntu === buzztracker [n=buzztrac@pelikan.garga.net] has joined #kubuntu [04:00] sehe: in the terminal === Black5un [i=me@cpe-71-79-229-244.woh.res.rr.com] has joined #kubuntu [04:00] bjwebb: sure [04:00] how [04:00] bjwebb: let's see if I get your question [04:01] bjwebb: you have a script, called 'script.sh' [04:01] yeah [04:01] bjwebb: alias command='/path/to/script.sh' [04:01] bjwebb: assuming it's in the current working directory, just say [04:01] bjwebb: './script.sh' [04:01] bjwebb: (w/o the quotes) [04:01] no i wanted what stdin said [04:01] bjwebb: if you want a simpler command, use the alias as mentioned [04:02] bjwebb: that will make the command "command" call the script [04:02] yep [04:02] bjwebb: alias HOOLA=/home/bjwebb/script.sh eg [04:02] bjwebb: yep [04:02] bjwebb: or you could link to /usr/bin if you want all users to be able to use the same command (barring filesystem permissions ;)0 [04:03] bjwebb: so e.g. ln -s /home/bjwebb/script.sh /usr/bin/command [04:03] oh, so alias would of just been for me [04:03] stdin , I copied and pasted qt4*-kdecopy into konq and it doesn't show anythings , as well as trying to remove such files with aptitude, but there weren't any . [04:03] bjwebb: note that this is rather drastic and frowned upon in shared senvironments [04:03] you also pit it in ~/bin [04:03] bjwebb: great === pajkl [n=pajkl@213.81.169.198] has joined #kubuntu [04:04] sehe: well its my pc :D [04:04] BluesKaj: ok, go for the install, I'd suggest using aptitude [04:04] right [04:04] bjwebb: you can put the alias in .bashrc or any other shell-init script that comes to mind [04:04] or name the script exactly as the command somewhere in your path. The .sh doesn't determine how it executes. The interpreter listed after the shebang magic number does. === alyssa_ [n=alyssa@97-86-161-251.static.stls.mo.charter.com] has joined #kubuntu === capcom [i=foobar@217.231.204.168] has joined #kubuntu === spiroo [n=spiroo@c-2b1de353.02-2016-73746f43.cust.bredbandsbolaget.se] has joined #kubuntu [04:07] stdin: I found out why my wlan didnt work, had to write "sudo modprobe fsam7400 radio=1", so if someone asks the same question etc :) [04:08] Das Nero work on linux? [04:09] yes [04:09] thx === conrad__ [n=conrad@84.127.106.201.dyn.user.ono.com] has joined #kubuntu [04:09] only the linux version tho [04:09] But K3B is better I can asure you [04:09] lol === nathan__ [n=n@c-24-118-61-66.hsd1.mn.comcast.net] has joined #kubuntu === manchicken_ [n=manchick@74-134-231-37.dhcp.insightbb.com] has joined #kubuntu [04:09] spiroo: something i was having difficulty with a bit ago was how to easily burn divx to dvd [04:10] spiroo: k3b - better hands down [04:10] Well I've got Nero at home because I had it on windows [04:10] but Nero for windows won't work on linux [04:10] Fraction: hmm, ok [04:10] if ou have the original the nero linux for win [04:10] you can download the linux version for free === gambix [n=fabien@APoitiers-257-1-24-5.w90-38.abo.wanadoo.fr] has joined #kubuntu [04:11] Why would you use nero when k3b works just fine? === plukin [n=kai@dslb-084-057-011-044.pools.arcor-ip.net] has joined #kubuntu [04:11] *assure [04:11] Nero is not quite stable in Linux and has not many features. It only include the Nero burn app [04:11] [16:09] But K3B is better I can asure you [04:11] [16:09] *assure [04:11] [16:10] Nero is not quite stable in Linux and has not many features. It only include the Nero burn app [04:11] and k3b integrates the hell out of the KDE desktop [04:11] unbeatable by proprietary software [04:11] sehe: Too true. [04:12] yes, so very true. [04:12] in other words, nero sucks in linux === roma [n=roma@adsl-45.ttn.ru] has joined #kubuntu [04:12] ok ok guys i think the point is made [04:12] spiroo: No, in other words Nero sucks in general :) [04:12] hm... Well I'll try to load it and if it doesn't work I think.... well there'll be some way to listen to musik^ ... but thx [04:12] hehehehehehe [04:12] yea, probably, my bad .P === someguy [n=yourbest@m815f36d0.tmodns.net] has joined #kubuntu === BluesKaj [n=kaj@unaffiliated/blueskaj] has joined #kubuntu [04:12] hello every1 [04:13] hi [04:13] *lol* it doesn't [04:13] lol, do you use Nero to listen to music? [04:13] anyone know if 7.10 will have compiz-fusion? [04:13] anna: Do what you gotta do. We can't support Nero here. [04:13] someguy: try asking in #ubuntu+1 === emet [n=emet@unaffiliated/emet] has joined #kubuntu [04:13] anna: what doesn't whither? [04:13] someguy: Don't know if it made feature freeze or not. [04:13] uhm yes listen to music and burn ;) [04:13] manchicken_: neither am I [04:13] anna: k3b and amarok. [04:13] someguy: IIRC, 7.10 has a feature freeze in place. === mauron [n=mauron@host7-73-static.180-80-b.business.telecomitalia.it] has joined #kubuntu [04:14] manchicken, thanks [04:14] anna: k3b? does nero play music then? last time i used it was in 1995 or something [04:14] And since people were still talkinga about compiz-fuzion, that leads me to believe no... but I could be wrong. [04:14] oh okey, I STRONGLY recommend that u install Winamp in Windows and Amarok in Linux [04:14] thank's I'm writing it down [04:14] anna: use Amarok, Noatun or somthing ofr playing music [04:14] amarok > winamp [04:14] naa [04:14] anna: And yes you can listen while burning === bjwebb_ [n=bjwebb@ACD18AD7.ipt.aol.com] has joined #kubuntu [04:14] amarok is the sweetest music player to ever grace the magnetic media of my SATA drive. [04:15] I prefer winamp, not anything wrong with amarok, but Winamp has better GUI IMO .P [04:15] spiroo, how about vlc for winbloz [04:15] IMO, VLC sucks [04:15] spiroo: You must be crazy :P [04:15] manchicken_: that must be some strange usage of the word 'sweet' that I was previously unaware of :D [04:15] uhm do I get all this programms here in germany? *lol* [04:15] hey peoples [04:15] it has a lot of built-in codecs and so on but GUI and the rest sucks [04:15] me again :-D [04:15] sehe: Stick around, I'll be here all week. [04:15] Ever grateful as usual === alyssa_ [n=alyssa@97-86-161-251.static.stls.mo.charter.com] has joined #kubuntu [04:15] anna: yes, it's all standard ubuntu stuff( kubuntu really for Amarok) [04:16] manchicken: Yea i feel carzy sometimes :D [04:16] spiroo, lol don't care its a great app. winamp is an aol.com product. lol [04:16] spiroo: They have pills for that. My sister assures me the work quite well. [04:16] manchicken_: i might be off for some work tho [04:16] well ok [04:16] anyhoo... I have a question, tried the mplayer channel, but they sent me here :-S [04:16] Tanks [04:16] Thanks === Philk [n=phil@78.114.104.24] has joined #kubuntu [04:16] manchicken: I hope that was ironic, or else I guess I am not the crazy one [04:17] sehe: good to see you'r a pacifist after all [04:17] ...and yes: it's all about divx, of course [04:17] I need to get this stupid dazuko kernel module loading. [04:17] manchicken_: what's it do then? [04:17] manchicken_: that doesn't sound to pacifist to me :D [04:17] sehe: dazuko is a kernel module that does virus scanning. === tilo [n=tilo@ulmg-590e5b9e.pool.einsundeins.de] has joined #kubuntu [04:18] what is the good jabber client for kubuntu? === Aranel [n=Aranel@88.232.217.17] has joined #kubuntu [04:18] why virus scan in linux? [04:18] sehe: I'm making a backup server for my dad, so I want to be able to have it scan his backups from win32 machines. === sjck [i=sjck@d095027.adsl.hansenet.de] has joined #kubuntu [04:18] spiroo: because you don't want to destroy your data [04:18] ...I'm trying to play divx in a standalone mplayer (got it working in firefox), but I get an output device error. The guys in the mplayer channel told me to use mplayer -vf scale file.avi, which mqde it work [04:18] ah, I see ;P Never mind then :P [04:18] *made [04:18] manchicken_: wht do you need complicated ACL support for that? [04:18] and one, lilittle, second thing: How to change the server... Is this something for this chan, too or is there another chan for that? [04:19] voin: kopete and gaim both do jabber. [04:19] spiroo: I'm virus scanning in gnu/linux to pick up what win32 missed before backing up to this backup server. === Blauhaut [n=selcuk@88.226.122.24] has joined #kubuntu [04:19] hiya all [04:19] :() [04:19] ...but I dont want to use the terminal every time I want to play a divx file [04:19] waylandbill_what about psi? [04:19] Guys how can i see my ip adress ? [04:19] spiroo: ok there are few linux viruses, but with ubuntu popularity... you never know. and, worms are pretty much a UNIX invention :) [04:19] manchicken: Fully understandable from my side. You cannot be sure for Windows [04:19] So they told me to edit the /.mplayer/config file === manchicken [n=manchkn@74-134-231-37.dhcp.insightbb.com] has joined #kubuntu [04:19] manchicken_: welcome back :D [04:19] How about Kubuntu? [04:19] add a line called: vm=scale [04:19] That way if we have to restore from backup, it's less likely we'll be restoring malware. [04:20] and save it [04:20] didn't solve it [04:20] I mean sehe: What about virus in Kubuntu then? [04:20] My sister just got nailed by a doosey of a virus that PGP encrypted several of her files and demanded money for the ability to decrypt them. [04:20] willempie: add it to ~/.mplayer/gui.conf too [04:20] This network sucks right now. [04:20] thx [04:20] voln: I just mentioned the two that come in kubuntu and ubuntu. There are of course others. [04:20] spiroo: like I said: no system is immune, and you can either wait till one is made and be sorry, or be smart [04:20] It is almost impossible to create viruses in Linux, unless the user itself start one in for example a binary file .bin [04:21] *lag test* === nathan__ [n=n@c-24-118-61-66.hsd1.mn.comcast.net] has joined #kubuntu [04:21] spiroo: *or trust your backups* (that's my strategy. i never bothered with virusscanning even on 15years+ windows) [04:21] sehe: Yes, I understand that very well. Got my harddrive blown away by a virus before. It scarmbled all my data on harddrive. [04:21] stdin: cant seem to add a line there?? [04:21] willempie: why? === joseph [n=joseph@wg05.ucr.edu] has joined #kubuntu [04:21] it gives a *ping* === avraham [n=avraham@bzq-84-108-25-24.cablep.bezeqint.net] has joined #kubuntu [04:22] hey everybody [04:22] I only had a virus once, and it was easy for me to get rid of. Spyware on the other hand... I used Spybot sarch and destory quite a lot [04:22] willempie: what gives a "*ping*" [04:22] Man... this stinks. [04:22] im new to ubuntu....wats the best irc chat client to use....im using konversation [04:22] sehe: Use Norton even if it loads power as hell, It does the job. [04:22] somebody can help me please?? [04:22] well, i used the following commands in terminal: [04:22] !best | joseph [04:22] joseph: Usually, there is no single "best" application to perform a given task. It's up to you to choose among a number of different applications, depending on your preferences, the features you require, and other factors. [04:22] willempie: Thanks. [04:22] In windows of course, in linux I dont know [04:22] err, nevermind. [04:22] stdin: touch gui.conf and next vi gui.conf [04:22] This lag really makes things much more difficult. [04:22] i have ubuntu and kde installed on it [04:22] spiroo: like i said, i prefer common sense over a virus scanner. Never used one (licenses + performance headaches) === bulli [n=bulli@e180047158.adsl.alicedsl.de] has joined #kubuntu === BeatBreaker82 [n=michael@c211-30-205-179.rivrw3.nsw.optusnet.com.au] has joined #kubuntu [04:23] ok tell me wat chat client u guys are using and dont u dare say mirc [04:23] That's a little better. === manchicken [n=manchkn@74-134-231-37.dhcp.insightbb.com] has joined #kubuntu [04:23] willempie: gui.conf should already be there.... and your using vi ??? [04:23] konversation === vgcat [n=vgcat@86.107.121.216] has joined #kubuntu [04:23] joseph: konvi, of course [04:23] hey [04:23] there is ksirc, kvirc as well [04:23] i installed conversation and only one network showed up which is this one === sportsfreund79 [n=andreas@i59F54F3C.versanet.de] has joined #kubuntu [04:23] stdin: you're right, its there already, and yes, I use vi [04:23] joseph: You can add more :) [04:23] wat ever happened to dalnet and p2pchat [04:23] I use: Konversation. The IRC app has that name [04:23] i have ubuntu with kde.....i have just installed beryl and it doesn't work ! === bulli is now known as Bullrich [04:23] what can i do [04:23] ? [04:23] joseph: You add the networks you want. [04:24] joseph: You are free to add any network you like in konversation. [04:24] doesnt that mean u have to know th enetworks? [04:24] joseph: It's really not too tricky. [04:24] willempie: may god have mercy on your soul [04:24] joseph: You should only chat on networks that you know. [04:24] I have aproblem whit my grafic card (ATI RADEON 9200 SE), on Ubuntu 7.04! Please someone can help me? [04:24] stdin: lol [04:24] avraham: It is called Kubuntu ;P [04:24] lol === ionutd [n=ionutd@89.136.169.237] has joined #kubuntu [04:24] !ati | vgcat [04:24] vgcat: To install the Ati/NVidia drivers for your video card, see https://help.ubuntu.com/community/BinaryDriverHowto [04:24] vgcat: what problem? [04:24] stdin: (ultran00bmode is still on, switch broke off) [04:24] does anyone know wat network that #morpheeus chatroom is in? [04:24] Can't say as though I do. [04:25] i tried to install the original drivers [04:25] whit easybuntu [04:25] You could google it and see if there's anything about it there. [04:25] to get 3d acceleration [04:25] avraham: scout the forums [04:25] vgcat: What exactly is the problem? [04:25] thanx for the help peeps [04:25] doesent work now the openGL eighter [04:25] stdin: any ideas?? Should I use another program? === kondeDrakul [n=aguitel@200.5.111.141] has joined #kubuntu [04:25] I think Kubuntu has build-in drivers. Not sure but I guess. BTW, is there anyway to use ATI CATALYST Center in Linux? [04:25] willempie: I like nano :) [04:26] gotta love virtual machines [04:26] and i want to get 3d acceleration [04:26] nano powns ;P [04:26] vgcat: Did you reconfigure xserver-xorg? [04:26] stdin: And nano likes you. [04:26] stdin: well, I am a first time user, so everything is new for me [04:26] how do i play windows games in ubuntu with wine.....i tried but graphics so slow [04:26] no === mode/#kubuntu [-o Tm_T] by Tm_T [04:26] willempie: vim is not the most "user friendly" app === jrenato [n=jrenato@201-75-9-47-ma.cpe.vivax.com.br] has joined #kubuntu [04:26] 3d acceleration is in restricted manager. Or I mean restricted reposotories [04:27] vgcat: Well you'll need to do that. [04:27] joseph: go over to winehq.com for forums === Timsen [n=none@port-83-236-230-48.static.qsc.de] has joined #kubuntu [04:27] i just used easyubuntu to install the drivers [04:27] willempie: nano ~/.mplayer/gui.conf [04:27] and what to do manchicken [04:27] vgcat: easyubuntu is not an officially supported Ubuntu program, IIRC. [04:27] joseph: could be wine-hq.com actually [04:27] one little question: i had an accident using vnc. i used a hotkey for the client, ctrl+alt+f12, but the remote machine reacted on that and switched to runlevel 12 (i guess it's called runlevel 12). how can i return to runlevel 7 where my kde session is running? i have an existing ssh connection that allows me to enter console commands [04:27] stdin: I'll try it right away [04:27] vgcat: in a terminal, `dpkg-reconfigure xserver-xorg` [04:27] capcom: it's called a virtual console [04:28] and follow each step, if not sure, just press enter for default value i think :P [04:28] capcom: There's no such thing as runlevel 7... are you sure you don't mean virtual terminal 7? [04:28] stdin: looks similar ;-) Anyway: I can just add the line where ever I want?? [04:28] capcom: ctrl-alt-f12 would switch to tty12, alt-f7 should bring you back [04:28] Is there ATI Catalyst Center in Linux? [04:28] capcom: I would suggest that you should be able to use ctl-alt-f7, but you may try alt-left 5 times to get the effect [04:28] manchicken im in! [04:28] tell me what to do [04:28] vgcat: Then continue configuring your xserver. [04:28] Just answer the questions. [04:28] willempie: yeah, just add the line, press Ctrl-o to save and Ctrl-x to exit [04:28] ?? [04:28] stdin: yes i tried this but this triggern another client function and does not pass to the remote system. i need a console command [04:29] Use the "Simple" options when possible. [04:29] first step in xserver-xorg switch from VESA to ATI [04:29] Configuring xserver-xorg [04:29] For the X Window System graphical user interface to operate correctly, [04:29] it is necessary to select a video card driver for the X server. [04:29] [04:29] Drivers are typically named for the video card or chipset manufacturer, [04:29] or for a specific model or family of chipsets. === frank_ [n=frank@64.148.100-84.rev.gaoland.net] has joined #kubuntu === Andrew67 [i=andrew67@206.248.121.53] has joined #kubuntu [04:29] vgcat: Those configs are going to be very specific to your hardware. There's no way that I could possiby figure that out for you. [04:29] capcom: does alt-left work? [04:29] X server driver: [04:29] [04:29] vgcat: do not paste that code here please. Use pastebin.org [04:29] sisusb [04:29] sehe: i'll try this, please wait a moment [04:29] tdfx [04:29] tga [04:29] trident [04:29] tseng [04:29] vesa [04:29] [04:29] vgcat: Stop pasting that here please. [04:29] im having the exact same problem as this: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/96565 any suggestions? [04:29] capcom: btw, you could try to just reconnect vnc client [04:29] !paste | vgcat [04:29] vgcat: pastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (be sure to give the URL of your paste - see also the #kubuntu channel topic) [04:29] !paste | vgcat [04:30] K I UNDERSTAN! [04:30] sehe: reconnecting does not work, i have a black screen then === clearview [n=clearvie@201.230.70.206] has joined #kubuntu [04:30] capcom: i've never seen vnc show virtual consoles.... [04:30] lol [04:30] manchitchken [04:30] what i supsed to do now? [04:30] vgcat, browse with arrows up and down and press enter when it is done [04:30] what to select? [04:30] vgcat: Just answer the questions using your keyboard to navigate the UI. [04:31] if you are on first step switch from VESA to ATI [04:31] k [04:31] done [04:31] capcom: i'm afraid nothing else is there except whe you have physical access to the vnc server :0 [04:31] then go down and press enter [04:31] vgcat: TAB switches field focus, up/down/left/right changes selections, and enter submits the current screen. === evri2_ [n=evri2@85.108.109.80] has joined #kubuntu [04:31] i selected ati === dewitt [n=dewitt@75-120-37-16.dyn.centurytel.net] has joined #kubuntu [04:31] and pressed enter === clearview [n=clearvie@201.230.70.206] has joined #kubuntu [04:32] capcom: could it not be screen savers? you could use the ssh session to check [04:32] yes, press tab or right/left arrows and go to OK button and press enter [04:32] capcom: try "chvt 7" [04:32] ?! [04:32] I dont understand [04:32] i sellected ati and pressed enter [04:32] now im a menu [04:32] stdin: brilliant, that's a new one for me, thx === clearview [n=clearvie@201.230.70.206] has joined #kubuntu [04:32] The X server configuration file associates your video card with a name [04:32] please anyone, I have not time to explain how to navigate in Xserver-Xog [04:32] that you may provide. This is usually the vendor or brand name followed [04:32] sehe: man -k vt :) [04:32] by the model name, e.g., "Intel i915", "ATI RADEON X800", or "NVIDIA [04:32] GeForce 6600". [04:32] [04:32] Identifier for your video card: [04:32] [04:32] Generic Video Card____ [04:32] srry for code:( [04:33] Hi all, just a quick one - can I tar within a tar? [04:33] capcom: should be sudo chvt 7 perhaps [04:33] Karti: yes [04:33] Karti: you can, if you want [04:33] please help me [04:33] Karti: yep [04:33] tar zxvf tarfilename (path), for example with unpack it to home [04:33] Just thinking of my backups and how I would like to tar the folders to keep space down before I transfer to CDROM [04:34] sehe: this works, thank you! [04:34] vgcat: As I said, that configuration will be very specific to your hardware. We don't know what your hardware is. [04:34] stdin: thx, edited and saved them both, but still get the same error [04:34] capcom: stdin: tahnk stdin, np [04:34] ATI RADEON 9200 SE === BluesKaj [n=kaj@unaffiliated/blueskaj] has joined #kubuntu [04:34] vgcat: If the thing gives you a default answer in a box like that, just hit enter. [04:34] Karti, btw how do you backup? I need to get help with backup a partition to DVD [04:34] willempie: post your gui.conf to pastebin, I'll compare it to mine [04:34] omg [04:35] vgcat: What? [04:35] in that box i writed ATI RADEON 9200 SE [04:35] :( [04:35] ok, one sec [04:35] vgcat: It doesn't matter, that is just an arbitrary identifier string. [04:35] spiroo: Karti: the battle of the backup pioneers :) sorry couldn't resist quipping on that [04:35] spiroo: I'm just learning. I currently use a script, that has been amended with the help of people like sehe and Level15 [04:35] How do I do private chat with someone, how to register? [04:35] but now it gives me a long mesege [04:35] spiroo: good question i'd like to know that myseld [04:35] Users of PowerPC machines, and users of any computer with multiple video [04:35] spiroo: good question i'd like to know that myself [04:35] !register | spiroo [04:35] spiroo: Information about registering your Freenode nick is at http://freenode.net/faq.shtml#contents-userregistration [04:36] devices, should specify the BusID of the video card in an accepted [04:36] ah great [04:36] bus-specific format. [04:36] [04:36] sehe: lol and there was me giving you some publicity! [04:36] vgcat: PASTEBIN THIS STUFF! [04:36] !register | sehe [04:36] Examples: [04:36] [04:36] ISA:1 [04:36] vgcat: STOP pasting in the channel please. [04:36] PCI:0:16:0 [04:36] thank you stdin [04:36] vgcat: Not again.. === aaron [n=aaron@i58-93-127-194.s04.a011.ap.plala.or.jp] has joined #kubuntu [04:36] SBUS:/iommu@0,10000000/sbus@0,10001000/SUNW,tcx@2,800000 [04:36] vgcat: stop flooding the channel === fernando [n=fernando@255.Red-88-27-168.staticIP.rima-tde.net] has joined #kubuntu [04:36] [04:36] ;) not forhetting stdin: [04:36] [04:36] For users of multi-head setups, this option will configure only one of [04:36] the heads. Further configuration will have to be done manually in the X [04:36] Karti: heyhoo and welcome back [04:36] server configuration file, /etc/X11/xorg.conf. === aaron is now known as seishinbyou [04:37] You may wish to use the "lspci" command to determine the bus location of === mode/#kubuntu [+o stdin] by ChanServ === vgcat [n=vgcat@86.107.121.216] has left #kubuntu [requested] === mode/#kubuntu [-o stdin] by ChanServ [04:37] (vgcat/#kubuntu) your PCI, AGP, or PCI-Express video card. [04:37] (vgcat/#kubuntu) [04:37] omg, vgchat, stop typing damn it [04:37] Wow. [04:37] sehe: thanks and to you.... [04:37] (vgcat/#kubuntu) When possible, this question has been pre-answered for you and you [04:37] (vgcat/#kubuntu) should accept the default unless you know it doesn't work. [04:37] (vgcat/#kubuntu) ? [04:37] (vgcat/#kubuntu) :( OMG [04:37] (vgcat/#kubuntu) i think i whill get banned:(( [04:37] (vgcat/#kubuntu) i just want help [04:37] (vgcat/#kubuntu) :( [04:37] not so many lines after each other === vgcat [n=vgcat@86.107.121.216] has joined #kubuntu [04:37] vWow, that's got a little bit of lag [04:37] vgcat: You do not get helped faster by typing like that [04:37] i got kicked:( [04:37] vgcat: use the pastebin site [04:37] :( [04:37] vgcat: Yeah, you don't paste in the main channel. === savetheWorld [n=Lester@c-24-62-239-102.hsd1.ma.comcast.net] has joined #kubuntu [04:38] vgcat: You use the pastebin. [04:38] AWWW [04:38] give me that [04:38] Karti: Which backup tools do you use? [04:38] netgear ma401 sucks on latest ubuntu [04:38] !pastebin [04:38] ati sux [04:38] pastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (be sure to give the URL of your paste - see also the #kubuntu channel topic) [04:38] dont use ati in linux [04:38] nvidia ftw [04:39] dont even waste your time with ati in linux [04:39] spiroo: I just use tar and gz within a script. That is then run either by using the script or by using Kcron after midnight [04:39] what is the sintax? [04:39] vgcat: instead of pasting here, you paste in that website and post the URL here [04:39] spiroo: then I transfer it all to cd every two weeks [04:40] Karti: Please, could u show me. I really want to know how. I wanna create ISOs and with Cron backup or Konserve [04:40] vgcat: there is none, just go the website [04:40] k [04:40] vgcat: paste a *link* to the result back in irc [04:40] !register | sehe [04:40] I can show you the script that people helped me write, but it does not burn to cd rather it saves to a separate usb drive or network drive [04:40] is there a way to connect on remote server ? === ||arifaX [n=||arifaX@p54B5C75B.dip.t-dialin.net] has joined #kubuntu [04:41] i have 2 comp so i want to make a connection with them by using internet [04:41] stdin: when I save the file and reopen it, the line is still there. But when I exit and start mplayer, still get the error. When I nano the file again, the line is gone [04:41] okay, I just need the code to create ISOs/tars of an whole partition. The buring I could do myself, lol. === scheater5 [n=scheater@199.120.31.19] has joined #kubuntu [04:41] http://paste.ubuntu-nl.org/34304/ <--- here i pasted [04:41] Karti: I also want to split data in different ISOs/tar so they fit 4.4 GB DVD [04:42] if you know what I mean [04:42] spiroo: tar xjvp / | mkisofs (man mkisofs if you need) [04:42] spiroo: google multivolume tar iso === aaroncampbell [n=aaroncam@63.225.219.62] has joined #kubuntu [04:42] sehe: how to select partition then? [04:43] spiroo: Here is the code I use http://paste.ubuntu-nl.org/34305/ [04:43] willempie: try putting it like: vm = "scale" [04:43] HELP:((((( [04:43] ME [04:43] PLZ [04:43] willempie: with the spaces and quoting === |Cugel| [n=casper@113-175.surfsnel.dsl.internl.net] has joined #kubuntu [04:43] :( [04:43] spiroo: But to backup my partitions I used Acronis or Ghost [04:44] Karti: Thank you very much for the Cron code === fernando [n=fernando@255.Red-88-27-168.staticIP.rima-tde.net] has joined #kubuntu [04:44] Karti: Acronis/Ghost is Windows applications [04:44] spiroo: use the mount point instead of /. there are options to tar (man tar) to restrict to a filesystem === vistakiller [n=spiros@ppp264-71.adsl.forthnet.gr] has left #kubuntu [] === gutts [i=gutts@ADijon-258-1-11-218.w86-213.abo.wanadoo.fr] has joined #kubuntu === evri2_ is now known as evri2 [04:44] People [04:44] okay, I will [04:44] Do you hear me? [04:44] Lol [04:44] no [04:45] spiroo: If you use cron, play about in the terminal with "crontab -e" and crontab -u -l === buz [n=buz@84-73-66-71.dclient.hispeed.ch] has joined #kubuntu === gismo16 [n=kacpeur@p548CB58A.dip0.t-ipconnect.de] has joined #kubuntu [04:45] spiroo: i think in e2fstools there is something to 'cat' a partition to a plain file as well (ntfsclone for ntfs) [04:45] vgcat: Yeah, just hit enter there. [04:45] And then hit enter on the next screen. [04:45] vgcat: You really should read the WHOLE screen before asking questions though. [04:45] Because that same answer is actually printed on the screen. === gutts [i=gutts@ADijon-258-1-11-218.w86-213.abo.wanadoo.fr] has joined #kubuntu [04:45] ho have a ati radeon 9200 se grafic card? [04:45] sehe: e2fstools? [04:45] ho have a ati radeon 9200 se grafic card? [04:46] Why, why should it be so complicae to just backup simple data [04:46] spiroo: e2fsprogs :) [04:46] spiroo: its easier to do so once you have created your cron using Kcron === darkbird [n=darkbird@p54816CDA.dip.t-dialin.net] has joined #kubuntu [04:46] no IRC-command works. Why === darkbird is now known as latino [04:46] Just wanna create splitted partition data into several ISOs comprimized as much as posible [04:46] hello, hola, ciao, bonjours... [04:46] spiroo: uhm cron adds a level of complexity in essence :0 [04:46] spiroo: its actually quite simple *looks at sehe* === latino is now known as latino390 [04:46] when you know how! [04:47] Karti: haha okay [04:47] ho have a ati radeon 9200 se grafic card? [04:47] yes it always is [04:47] Karti: Yes, it always is [04:47] Karti: nothing becomes simpler once you have it in a cron , c my point? [04:47] someone from Barcelona???? [04:47] Karti: it stays at least as complex [04:47] sehe: Yea, but the problem is to create a cronjob [04:47] :) no issues there! [04:48] kann mir jemand helfen? [04:48] kannst du kein englisch? [04:48] sehe: gnome-scheduler, Kcron, crontab -e [04:48] !cron [04:48] cron is a way to schedule execution of software/scripts. See https://help.ubuntu.com/community/CronHowto - There is also a decent Howto at http://www.tech-geeks.org/contrib/mdrone/cron&crontab-howto.htm [04:48] !es | fernando [04:48] fernando: Si busca ayuda en Espaol por favor entre en los canales #ubuntu-es, #kubuntu-es o #edubuntu-es, all obtendr mas ayuda. [04:48] ich mchte gerne die examples lschen! [04:48] or cron file maybe it is. I am not familiar with cron yet. Would be perfect to llearn, could use it in my webbapps [04:48] !de | latino390 [04:48] latino390: Deutschsprachige Hilfe fuer Probleme mit Ubuntu, Kubuntu und Edubuntu finden Sie in den Kanaelen #ubuntu-de, #kubuntu-de, #xubuntu-de und #edubuntu-de [04:49] ich bin selber noob *lol* helfen kann ihc nicht aber meinet wegen bersetzen wenn du kein englisch kannst^ [04:49] !en | anna [04:49] anna: The #ubuntu, #kubuntu and #xubuntu channels are english only. For a complete list of channels in other languages, please visit http://help.ubuntu.com/community/InternetRelayChat [04:49] :p [04:49] thanks to sehe I now run my backups every two days to a folder on a usb drive. I will later on today be adding that every week it backs up to my network drive [04:49] please speak english :) Not against germans but I hate the germany language [04:50] spiroo: tar create verbose multi-volume tape-length=685000 file=databackup.tar /DATA [04:50] Sorry I just told the other one that I can translate for hin if he doesn't speak englsih [04:50] spiroo: google 'tar multivolume iso' is your friend [04:50] ah okay. Thats a nice gesture [04:50] there is a very active german channel, he'll be fine [04:50] ok [04:50] :-) === moof00 [n=moofoo@e179029238.adsl.alicedsl.de] has joined #kubuntu === ubuntu_ [n=ubuntu@239.Red-88-26-160.staticIP.rima-tde.net] has joined #kubuntu [04:51] sehe: okay, I want from /dev/sda7 to and iso on the desktop. What would the code be. Sorry but I do not understand how to type [04:51] *and = an [04:52] stdin: I've added the line, including quotes and spaces, saved it, reopened it and the line was still there. So now I'm gonna test it again. lets see what happenes [04:52] ok === trixon [n=trixon@c83-251-240-128.bredband.comhem.se] has joined #kubuntu [04:53] sehe: ? === mode/#kubuntu [+o stdin] by ChanServ === mode/#kubuntu [-b *!*@89.34.132.6] by stdin === mode/#kubuntu [-o stdin] by ChanServ [04:53] stdin: well, same error message, and the line is gone again [04:53] hmm [04:53] I've added the exact same line to the config file === ubuntu_ [n=ubuntu@cable-213.214.40.214.coditel.net] has joined #kubuntu [04:53] stdin, do you work on this channel? [04:53] lol [04:53] I mean, do you get payed for it? [04:54] must be a full time job :D [04:54] I don't get paid, no === dewitt [n=dewitt@75-120-37-16.dyn.centurytel.net] has joined #kubuntu [04:54] ...I guess he's paid in gratitude [04:54] ...or she. [04:54] Okay, sorry just wondered, seems like you switch shifts === stdin is a he [04:54] lol [04:54] ...he it is === Czessi [n=Czessi@dslb-088-073-053-152.pools.arcor-ip.net] has joined #kubuntu [04:55] anyway, sehe: how to type to backup from /dev/sda7 to an ISO/tar on the desktop? [04:55] stdin: odd, isn't it? [04:55] when i go to adept updates, it says i have adept or part of it open, how do i close what i can't see [04:55] dewitt: do you have the terminal open?? [04:55] Close all instances of adept. Terminal, updater, installer everything [04:55] no [04:56] hit ctrl + esc [04:56] You have to be sure just one app uses adept [04:56] see if you find any lines that spiro says in there [04:56] ...and terminate them [04:56] !aptfix | dewitt [04:56] dewitt: If Adept crashed on you and your database is locked, try this in konsole: sudo fuser -vki /var/lib/dpkg/lock;sudo dpkg --configure -a === Jonty [n=jadh@82-41-207-227.cable.ubr11.edin.blueyonder.co.uk] has joined #kubuntu [04:57] adept nofifier [04:57] kill it [04:57] ...with a shotgun [04:58] ok [04:58] killed === |m11| [n=m11@ppp85-141-118-99.pppoe.mtu-net.ru] has joined #kubuntu [04:58] now try again [04:58] spiroo: hello back [04:58] and if that doesn't work, try [04:59] !aptfix | dewitt [04:59] dewitt: If Adept crashed on you and your database is locked, try this in konsole: sudo fuser -vki /var/lib/dpkg/lock;sudo dpkg --configure -a [04:59] What's the german channel? [04:59] anna, #kubuntu-de ? [04:59] for tar to work /dev/sda7 must be mounted [04:59] thx [04:59] issue 'mount' to find out where it is mounted [05:00] spiroo: ^^ === spiroo [n=spiroo@c-2b1de353.02-2016-73746f43.cust.bredbandsbolaget.se] has joined #kubuntu [05:00] willempie: it sticks here, I put 'vf = "scale"' at the bottom and played a file, then checked gui.conf again and it was there === buzztracker [n=buzztrac@pelikan.garga.net] has joined #kubuntu [05:00] spiroo: for tar to work /dev/sda7 must be mounted [05:00] spiroo: issue 'mount' to find out where it is mounted [05:00] spiroo: (and get a better internet link hahahahaha_ [05:00] stdin: thx for trying. must have sth to do with the errormessage. Oddly it works fine if I just use the command in terminal [05:02] well stdin I followed the instructions (all except for the xserver-xephyr stuff, which i skipped) and edited the /usr/lib/kde4/share/apps/kdm/sessions/kde.desktop as the last paragraph instructs but no sign of kde4 as an option at the login scrn [05:03] BluesKaj: you need to move the file to /usr/share/xsessions too, I think it says that on the instructions === spiroo [n=spiroo@c-2b1de353.02-2016-73746f43.cust.bredbandsbolaget.se] has joined #kubuntu [05:03] yes stdin I did [05:03] copied and pasted it [05:04] BluesKaj: maybe you need to restart kdm too...? [05:04] not sure, but try it [05:04] guess if did it wrong still saying i can't change anything === sylver [n=sylver@dslb-088-064-011-010.pools.arcor-ip.net] has joined #kubuntu [05:05] k peeps, dinner time cya around === searchingsoul [n=searchin@e177032173.adsl.alicedsl.de] has joined #kubuntu [05:06] spiroo: otoh, split -b 650000000 tarfile.tar === istvan [n=istvan@h402432.baiamare.ipn.ro] has joined #kubuntu === spiroo_ [n=spiroo@c-2b1de353.02-2016-73746f43.cust.bredbandsbolaget.se] has joined #kubuntu === laur [n=laur@213-35-242-66-dsl.end.estpak.ee] has joined #kubuntu === ryan_ [n=ryan@74.8.246.83] has joined #kubuntu === roconnor [n=roconnor@vhe-540354.sshn.net] has joined #kubuntu === ryan_ is now known as Bit-poet [05:08] spiroo: cat x* > tarfile.tar to reassemble | spiroo [05:09] stdin: things get weirder every second :-) When I use terminal and the mplayer test.divx, it works fine. But when I right click on the file and select open with > mplayer, it gives the fatal error === _buz [n=buz@dhcp-206-8-vpn.unizh.ch] has joined #kubuntu [05:10] well that's odd :p [05:10] I tend to use the terminal anyway, so I don't know the gui well [05:10] ok, no problem [05:10] thanks a lot anyway [05:11] spiroo: didn't actually know mplayer *has* a gui :# === jacob [n=jacob@ool-182c95bc.dyn.optonline.net] has joined #kubuntu [05:11] stdin: didn't actually know mplayer *has* a gui :#^^ [05:11] sehe: mplayer -gui [05:11] stdin: brillant. learning veryday [05:11] it seems a bit uop-psdn to me [05:11] haha [05:12] cli freak here, admittedly [05:12] stdin: how did you do that? and what clients does it affect? === jordo23_ [n=jordo23@CPE-65-31-131-130.wi.res.rr.com] has joined #kubuntu [05:13] savetheWorld: it's unicode [05:13] I got ubotu to do it for me tho === manchicken_ [n=manchick@74-134-231-37.dhcp.insightbb.com] has joined #kubuntu === ryan_ [n=ryan@74.8.246.83] has joined #kubuntu [05:13] heh, cute :) [05:13] stdin, i found the /usr/lib/kde4/bin file and managed to launch plasma at least :) [05:13] spiroo: Karti: even nicer: find .... | afio -o -b 2048 -s325000x -v '!cdrecord .... -' [05:13] savetheWorld: /msg ubotu @flip message here === runlevelten [n=runlevel@88-96-94-193.dsl.zen.co.uk] has joined #kubuntu === laur is now known as vprints === buz_ [n=buz@84-73-66-71.dclient.hispeed.ch] has joined #kubuntu [05:14] I didnt even know unicode had upside down fonts defined. === ballentine [n=rookem@cpc2-warw2-0-0-cust84.brhm.cable.ntl.com] has joined #kubuntu === h [n=h@digcoop1.gotadsl.co.uk] has joined #kubuntu [05:14] BluesKaj: I had less trouble, but I run gutsy and it had to be backported to feisty === _m11_ [n=m11@ppp85-141-119-88.pppoe.mtu-net.ru] has joined #kubuntu === max__ [n=max@Q5b4d.q.pppool.de] has joined #kubuntu === spiroo__ [n=spiroo@c-2b1de353.02-2016-73746f43.cust.bredbandsbolaget.se] has joined #kubuntu [05:15] I see , well I"m trying the exec files === aaron [n=aaron@74-130-83-206.dhcp.insightbb.com] has joined #kubuntu [05:15] spiroo__: Karti: even nicer: find .... | afio -o -b 2048 -s325000x -v '!cdrecord .... -' [05:16] sehe: It looks nice! all I need to do now is decode it! [05:16] BluesKaj: there are env vars you export to add the libs and bin dir to your path, then run the normal commands in konsole [05:17] Karti: ok man afio methinks [05:18] i found the deb files and used the install option but i got errors , so I guess it's not for me ... no biggie tho === manchicken__ [n=manchick@74-134-231-37.dhcp.insightbb.com] has joined #kubuntu [05:18] spiroo__: Karti: btw http://justlinux.com/forum/showthread.php?t=80776, second hit in google :D [05:18] i don't make all that stff up you know [05:18] i have to run [05:18] cya all === spiroo__ [n=spiroo@c-2b1de353.02-2016-73746f43.cust.bredbandsbolaget.se] has joined #kubuntu === h_ [n=h@digcoop1.gotadsl.co.uk] has joined #kubuntu === Smooph [n=Smooph@e180134136.adsl.alicedsl.de] has joined #kubuntu === manchicken [n=manchkn@74-134-231-37.dhcp.insightbb.com] has joined #kubuntu === glenner [n=glenn@d54C6A809.access.telenet.be] has left #kubuntu ["Konversation] === notv [n=jon@ip70-189-121-117.ok.ok.cox.net] has joined #kubuntu === mc|dad [n=manchick@74-134-231-37.dhcp.insightbb.com] has joined #kubuntu [05:23] sehe: No of course youre not ;P === spiroo__ [n=spiroo@c-2b1de353.02-2016-73746f43.cust.bredbandsbolaget.se] has joined #kubuntu === erhan [n=erhan@e179075072.adsl.alicedsl.de] has joined #kubuntu === jacob [n=jacob@ool-182c95bc.dyn.optonline.net] has joined #kubuntu === llutz [n=lutz@p548008A1.dip0.t-ipconnect.de] has joined #kubuntu === OuZo [n=OuZo@dsl-241-218-136.telkomadsl.co.za] has joined #kubuntu === HymnToLife` is now known as HymnToLife === willempie happy happy happy [05:29] Solved alllll my divx issues === RadiantFire [n=ryan@c-69-180-43-27.hsd1.ga.comcast.net] has joined #kubuntu [05:30] thanks everyone for helping me out === velle [n=velle@ip-25-193.bnaa.dk] has joined #kubuntu [05:31] stdin: the thing was appearantly: by rightclicking it didn't actually started mplayer, but gmplayer. Changed this: problem solved! Thanks for all the help [05:31] heh, silly gmplayer === spiroo__ [n=spiroo@c-2b1de353.02-2016-73746f43.cust.bredbandsbolaget.se] has joined #kubuntu === OuZo [n=OuZo@dsl-241-218-136.telkomadsl.co.za] has joined #kubuntu === pvr [n=pvr@jukosoft.plus.com] has joined #kubuntu === bart_ [n=bart@dD5777831.access.telenet.be] has joined #kubuntu === magical_trevsky [n=magical@host81-149-185-161.in-addr.btopenworld.com] has joined #kubuntu === patryko [n=patryko@eqr61.neoplus.adsl.tpnet.pl] has joined #kubuntu === duns_s [n=duns_s@mnhm-590dadf4.pool.einsundeins.de] has joined #kubuntu === _JNowka [n=jeremy@node136.152.209.64.1dial.com] has joined #kubuntu === djdarkman_ [n=djdarkma@cl-86-125-161-175.cablelink.mures.rdsnet.ro] has joined #kubuntu === liniste [n=andrei@89.43.113.48] has joined #kubuntu === mahadorje [n=mahadorj@68.Red-80-36-218.staticIP.rima-tde.net] has joined #kubuntu === zecke1989 [n=zecke198@R9267.r.pppool.de] has joined #kubuntu === _JNowka is now known as JNowka [05:47] kan mir mal schnell wer helfen ich habe eine kleine .exe und mcht gehrne ihren queltext sehen wie mach ich das den am bessten? === BluesKaj [n=kaj@unaffiliated/blueskaj] has joined #kubuntu === jacob [n=jacob@ool-182c95bc.dyn.optonline.net] has joined #kubuntu === dhq_ [n=dhq@unaffiliated/dhq] has joined #kubuntu [05:48] !de | zecke1989 [05:48] zecke1989: Deutschsprachige Hilfe fuer Probleme mit Ubuntu, Kubuntu und Edubuntu finden Sie in den Kanaelen #ubuntu-de, #kubuntu-de, #xubuntu-de und #edubuntu-de [05:48] danke === mahadorje [n=mahadorj@68.Red-80-36-218.staticIP.rima-tde.net] has left #kubuntu ["Konversation] === codex [n=codex@69.73.195.10] has joined #kubuntu === martijn_nerd [n=martijn_@dhcp-83-219-109-137.customers.tvtnet.ch] has joined #kubuntu [05:50] stdin, perhaps when kde4 is out of beta and ready for primetime it might work on my setup , but until then I'll stick with 3.5.7 :) === boom1992 [n=lukas@217.225.169.98] has joined #kubuntu [05:51] BluesKaj: well, it's not really meant to be used quite yet anyway === vit_ [n=vit@190.72.44.239] has joined #kubuntu === s1r4t [n=john@pool-71-242-146-74.phlapa.east.verizon.net] has joined #kubuntu [05:57] how can you create a shortcut to open a terminal and auto enter a command? [05:57] stdin, will they build an installer like the *deb files have, or will be a kubuntu-desktop upgrade ? === jussi01 [n=jussi@dyn3-82-128-184-117.psoas.suomi.net] has joined #kubuntu [05:58] BluesKaj: it won't be part of kubuntu-desktop, but there probably will be a meta-package to install it [05:59] ok right , makes sense === uatever [n=uatever@89-180-2-185.net.novis.pt] has joined #kubuntu === buzztracker [n=buzztrac@pelikan.garga.net] has joined #kubuntu [06:00] hey [06:01] I'm having some problems with connection can someone help me please? [06:01] some softwares are having issues [06:01] like kopete and konversation [06:01] and firefox [06:01] ends up working but takes alot of time to connect dunno why === codex is now known as codex__ === codex__ is now known as codex === holzmodem [n=holzmode@dslb-084-060-227-064.pools.arcor-ip.net] has joined #kubuntu === frank23 [n=frank@CPE001839c1904e-CM00080d26a042.cpe.net.cable.rogers.com] has joined #kubuntu [06:06] uatever: try following this https://help.ubuntu.com/community/WebBrowsingSlowIPv6IPv4 === aelazouzi [n=aelazouz@cable-195-162-211-76.upc.chello.be] has joined #kubuntu === malcolm_ [n=malcolm@CPE0018f8c0f33a-CM00122500768a.cpe.net.cable.rogers.com] has joined #kubuntu [06:06] will do [06:07] its going to take some time to load I guess === csendes [n=csendes@host-75-76.pool.hiperkom.hu] has joined #kubuntu === [GuS] [n=GDNet@190.48.120.181] has joined #Kubuntu === mhma [n=mhma@196.218.29.86] has joined #kubuntu === aaron [n=aaron@74-130-83-206.dhcp.insightbb.com] has joined #kubuntu === kondeDrakul [n=aguitel@200.5.111.141] has joined #kubuntu === Blissex [n=Blissex@82-69-39-138.dsl.in-addr.zen.co.uk] has joined #KUbuntu === malcolm_ [n=malcolm@CPE0018f8c0f33a-CM00122500768a.cpe.net.cable.rogers.com] has joined #kubuntu === jonathan_ [n=jonathan@c-68-56-9-20.hsd1.fl.comcast.net] has joined #kubuntu === esther [n=esther@m85-94-182-221.andorpac.ad] has joined #kubuntu [06:13] is there a restricted drivers section on kubuntu? === codex is now known as code_x [06:15] jonathan_: you mean application? [06:16] stdin: yeah [06:17] jonathan_: no, not in feisty [06:17] stdin: damn... back to gnome then :D [06:17] thanks! [06:17] the Edgy instructions work tho [06:18] aka, the manual way === uatever [n=uatever@89-180-2-185.net.novis.pt] has joined #kubuntu [06:19] Hi again, having trouble mounting my network drive in fstab. Did it before my system crashed. I can create and log in using remote places but I want to start the link on boot. Any pointers please? === xBill [n=chatzill@p5494F2B3.dip.t-dialin.net] has joined #kubuntu === levi [i=end@c-71-236-22-61.hsd1.ga.comcast.net] has joined #kubuntu === rass [n=rass@ADijon-256-1-88-29.w86-204.abo.wanadoo.fr] has joined #kubuntu === jonathan_ [n=jonathan@c-68-56-9-20.hsd1.fl.comcast.net] has joined #kubuntu === anna [n=anna@f051082087.adsl.alicedsl.de] has left #kubuntu ["Konversation] === ubuntu_ [n=ubuntu@ALyon-157-1-56-212.w83-201.abo.wanadoo.fr] has joined #kubuntu === Assid [n=assid@unaffiliated/assid] has joined #kubuntu === lazz__ [n=lazz0@85.11.190.15] has joined #kubuntu === flokuehn [n=flokuehn@Xa141.x.pppool.de] has joined #kubuntu === nosrednaekim [n=michael@04-066.200.popsite.net] has joined #kubuntu === esra_ [n=esra@88.245.131.23] has joined #kubuntu === esra_ is now known as leyla [06:29] hey I'm having troubles connection to msn and irc, as browsing on the web, it ends up working (just not msn) but takes alot of time and trys [06:29] can someone help me? [06:29] Hey im getting this problem that says my IO-Apic + Timer does not work or something like that when i try to install any 32 bit distro... whats with that? [06:30] jonathan_: and it fails? [06:30] no can give it the boot option "noapic" === mimi [n=mimi@AMontpellier-251-1-54-224.w81-251.abo.wanadoo.fr] has joined #kubuntu [06:30] hello [06:31] *you === clearview [n=clearvie@201.230.70.206] has joined #kubuntu [06:31] i m leyla [06:31] hello..... [06:31] i m from turkey [06:31] hello.. [06:31] and u [06:31] ? === malcolm_ [n=malcolm@CPE0018f8c0f33a-CM00122500768a.cpe.net.cable.rogers.com] has joined #kubuntu [06:33] is there anybody to talk to me? === Czessi [n=Czessi@dslb-088-073-053-152.pools.arcor-ip.net] has joined #kubuntu [06:33] nosrednaekim are u there? [06:34] nosrednaekim: i would assume it fails since it wouldnt let me get into the live cd, it said i should boot without the option...i have no idea what its about... === nosrednaekim [n=michael@04-066.200.popsite.net] has joined #kubuntu === dsch [n=dsch@p5B22CADD.dip.t-dialin.net] has joined #kubuntu === satanasof_ [n=satanaso@32.247.217.87.dynamic.jazztel.es] has joined #kubuntu === illriginal [n=illrigin@c-75-74-238-90.hsd1.fl.comcast.net] has joined #kubuntu === arun [n=sectumse@nadeem2.my7star.com] has joined #kubuntu === Associat0r [n=Associat@d141229.upc-d.chello.nl] has joined #kubuntu === aziz [n=aziz@84.112.72.63] has joined #kubuntu [06:37] aziz what is up? [06:37] leyla: i'm fine. are you from turkey? [06:38] yes === marcia [n=marcia@cm-net-poa-C8B0C547.dynamic.brdterra.com.br] has joined #kubuntu [06:38] u? === jalel [n=jalel@41.226.243.253] has joined #kubuntu [06:38] no, but I have Turkish parents === yosh [n=yosh@pc-228-17-47-190.cm.vtr.net] has joined #kubuntu [06:39] then where are u from? [06:39] Austria [06:40] do you speak turkish? [06:40] which part of Turkey are you from? [06:40] istanbul [06:40] yes, but I can't express very complicated sentences... === Flegma [n=Michalek@devil.spacecom.cz] has joined #kubuntu [06:41] great, a lady from Istanbul using Linux. how come? :) [06:41] my uncle has installed it:) === Splittor [n=Splittor@67.165.87.43] has joined #kubuntu [06:42] cool, it's time Linux took over the world :D [06:42] yep [06:42] :) [06:43] old? [06:43] have you had experience with Windows only, or are you new to PCs altogether? === d4dsch [n=dsch@p5B22CADD.dip.t-dialin.net] has joined #kubuntu === esther [n=esther@m85-94-182-221.andorpac.ad] has joined #kubuntu [06:44] yep i used windovs [06:45] and im havent got uesd to this [06:45] used [06:45] i'd like to message you in private, but only registered users can do this. unfortunately, i've forgotten my password.. [06:46] Hey im getting this problem that says my IO-Apic + Timer does not work or something like that when i try to install any 32 bit distro... whats with that? === usuario_ [n=usuario@200.168.4.21] has joined #kubuntu === savetheWorld [n=Lester@c-24-62-239-102.hsd1.nh.comcast.net] has joined #kubuntu [06:46] how old are you aziz? [06:47] leyla: join the channel #aziz === gericom [n=gericom@87.97.40.172] has joined #kubuntu === darktears [n=darktear@lan31-6-82-238-147-227.fbx.proxad.net] has joined #kubuntu === rita [n=rita@host79-27-dynamic.11-87-r.retail.telecomitalia.it] has joined #kubuntu === Marmellata [n=rita@host79-27-dynamic.11-87-r.retail.telecomitalia.it] has joined #kubuntu === jonathan_ [n=jonathan@c-68-56-9-20.hsd1.fl.comcast.net] has joined #kubuntu === Marmellata [n=fragole_@host79-27-dynamic.11-87-r.retail.telecomitalia.it] has joined #kubuntu === illriginal [n=illrigin@c-75-74-238-90.hsd1.fl.comcast.net] has joined #kubuntu === vgcat [n=vgcat@86.107.121.216] has joined #kubuntu === buzztracker [n=buzztrac@pelikan.garga.net] has joined #kubuntu === vgcat is now known as ATI === ATI is now known as RADEON === RADEON is now known as Sm3bdy [07:01] [Help] I broke my ATI DRIVERS whit Easybuntu for a grafic card (ati radeon 9200 se). I have ubuntu 7.04, please help me fix it. I want the 3d accelerator working! === sacha_ [n=sacha@227-233.0-85.cust.bluewin.ch] has joined #kubuntu [07:03] I was told that is a seven year trip between california and utah === boom1992 [n=lukas@217.225.169.98] has joined #kubuntu === GeWall [n=Georgewa@82-38-71-7.cable.ubr06.brad.blueyonder.co.uk] has joined #kubuntu === djdarkman_ [n=djdarkma@fl-86-120-23-179.fiberlink.mures.rdsnet.ro] has joined #kubuntu === douby [n=douby@36.225-201-80.adsl-dyn.isp.belgacom.be] has joined #kubuntu [07:07] :) === NDPTAL85 [n=ndptal85@207-172-70-51.c3-0.sbo-ubr2.sbo.ma.cable.rcn.com] has joined #kubuntu === velle [n=velle@daimi-pat.daimi.au.dk] has joined #kubuntu === nagyv [n=nagyv@86.43.172.85] has joined #kubuntu === xBull [n=sabalo@190.3.89.131] has joined #kubuntu === anya [n=anya@host-87-242-61-82.prtelecom.hu] has joined #kubuntu === sauvin [n=sauvin@74-139-33-39.dhcp.insightbb.com] has joined #kubuntu === Bauldrick [n=matt@host86-144-205-154.range86-144.btcentralplus.com] has joined #kubuntu === trixon [n=trixon@c83-251-240-128.bredband.comhem.se] has joined #kubuntu === voln [n=voln@ppp83-237-123-224.pppoe.mtu-net.ru] has joined #kubuntu === claydoh_ [n=claydoh@66-252-49-128.dyn-adsl.midmaine.net] has joined #kubuntu === besonen_mobile [n=besonen_@71-220-238-128.eugn.qwest.net] has joined #kubuntu === ubunturos [n=ubunturo@59.184.2.182] has joined #kubuntu === remy [n=remy@89.33.168.28] has joined #kubuntu [07:15] :) [07:15] he left... === virtuos [n=virtuos@62.162.241.78] has joined #kubuntu [07:15] Anyone know what I should use to back up my Ubuntu (not KDE)? === grint [n=grint@87.240.15.4] has joined #kubuntu === clearview [n=clearvie@201.230.70.206] has joined #kubuntu [07:16] illriginal: your data or your install? [07:16] !backup [07:16] There are many ways to back your system up. Here's a few: https://help.ubuntu.com/community/BackupYourSystem , https://help.ubuntu.com/community/DuplicityBackupHowto , https://wiki.ubuntu.com/HomeUserBackup , https://help.ubuntu.com/community/MondoMindi - See also !sbackup and !cloning === nagyv_ [n=nagyv@86.43.172.85] has joined #kubuntu [07:16] my whole system basically, i wanna do an update but im scared it's gonna phail. [07:17] nosrednaekim, I'm using Simple Back Up... but it does not save the back up... [07:17] nosrednaekim, does it take a while to back up a whole system? [07:17] probably.. === jackie_ [n=jackie@ool-18ba1e39.dyn.optonline.net] has joined #kubuntu === aklaver [n=aklaver@66-224-233-230.atgi.net] has joined #kubuntu [07:18] nosrednaekim, is there a program that tells you it's process/percentage when it backs up the files? === martijn_nerd [n=martijn_@dhcp-83-219-106-217.customers.tvtnet.ch] has joined #kubuntu [07:18] IDK... foolw those links [07:18] *follow === jackie_ is now known as jackie__ === jackie__ is now known as jackie_ === dsmith [n=dsmith@c-76-114-154-224.hsd1.md.comcast.net] has joined #kubuntu === dawid [n=dawid@host5-57.btk.net.pl] has joined #kubuntu === steveire [n=stephen@unaffiliated/steveire] has joined #kubuntu === Nightwalker- [n=omena@a88-114-34-118.elisa-laajakaista.fi] has joined #kubuntu === mimi_ [n=mimi@AMontpellier-251-1-42-125.w81-251.abo.wanadoo.fr] has joined #kubuntu === jonathan_ [n=jonathan@c-68-56-9-20.hsd1.fl.comcast.net] has joined #kubuntu [07:20] um i just compressed a mp4 video file to tar.gz [07:21] it was originally 721MB. it was compressed to 1.2MB. [07:21] how can that be? [07:21] arun: [07:21] decompress and see if it's really there. [07:21] steveire: its there [07:21] arun: wayyy too much compression [07:21] not really possible === virtuos_ [n=virtuos@62.162.241.206] has joined #kubuntu [07:21] arun: Ona another computer? [07:22] Assid: i'm not kidding, i can show you a screenshot of the file sizes [07:22] mp4 is already a compressed format [07:22] arun: is the video sensitive material ? [07:22] sensitive? [07:22] yeah.. like do you have a problem sharing it? [07:22] cause this .. i gotta see === steveire [n=stephen@89.100.40.115] has joined #kubuntu [07:23] ahhh [07:23] do you know if thats true.. 1/2 the bandwith used on the internet would just free up [07:23] i just closed konqueror and opened it again [07:23] now it shows 719mb [07:23] i was a bit freaked out [07:23] heh! [07:23] hehe [07:23] about to email the file to my friend hahaha [07:23] 719mb ??? [07:23] you crazy [07:23] no [07:23] haha - referesh konqueror [07:23] when i thought it was 1.2mb [07:23] i was like holy crap i can email this movie [07:23] arun: that would have been the temporary status [07:23] weird [07:24] i refreshed it to check.. it didnt change [07:24] yeah thats just the initial headers and decompression routines and stuff mostly [07:24] i closed it and opened it, and then it was 719 [07:24] oh [07:25] ok, i need to burn a 721.8mb file to a cd (or two cds) [07:25] how do i do it? === Eyeless [n=hjalle@d83-183-204-137.cust.tele2.se] has joined #kubuntu [07:26] how do i split the file [07:26] is there an app that can do this? [07:26] arun: if you have K3b - if it is a video file [07:27] ubunturos: it's a mp4 video file [07:27] arun: k3b should do burn it without problems. However, you should test it on a CD-RW .. I guess [07:27] ok.. === malcolm__ [n=malcolm@CPE0018f8c0f33a-CM00122500768a.cpe.net.cable.rogers.com] has joined #kubuntu [07:27] ubunturos: what would be the procedure? is there some setting i need to enable? === shadowraven [n=shadowra@host-69-59-104-170.nctv.com] has joined #kubuntu === ea_ [n=ea@p5B156FC4.dip.t-dialin.net] has joined #kubuntu [07:28] arun: not sure. may be you would have to find out, if there are === michel [n=michel@p549DE16E.dip.t-dialin.net] has joined #kubuntu [07:28] k3b will split the file automatically? === driftwood [n=ludek@cpc1-lutn7-0-0-cust955.lutn.cable.ntl.com] has joined #kubuntu [07:29] arun: may be it won't. Not sure though [07:29] ok === coreymon77 [n=coreymon@unaffiliated/coreymon77] has joined #kubuntu === Czessi [n=Czessi@dslb-088-073-053-152.pools.arcor-ip.net] has joined #kubuntu === satanasof_ [n=satanaso@32.247.217.87.dynamic.jazztel.es] has joined #kubuntu [07:30] there might be indications in color - don't let it go red [07:31] never mind man === Eyeless [n=hjalle@d83-183-204-137.cust.tele2.se] has joined #kubuntu === PriceChild [n=pricechi@ubuntu/member/pdpc.supporter.student.PriceChild] has joined #kubuntu [07:31] what i'm saying is, if the file size is more than 700MB, will the extra data get split to the next cd [07:31] it's ok, i'll find something else [07:32] thanks though [07:32] :) === seanpcrowe [n=bert@host86-148-192-174.range86-148.btcentralplus.com] has joined #kubuntu === aklaver [n=aklaver@66-224-233-230.atgi.net] has left #kubuntu ["Konversation] === gutts [i=gutts@ADijon-258-1-11-218.w86-213.abo.wanadoo.fr] has joined #kubuntu === flokuehn_ [n=flokuehn@Ze684.z.pppool.de] has joined #kubuntu === plukin [n=Miranda@dslb-084-057-011-044.pools.arcor-ip.net] has joined #kubuntu === blekos [n=blekos@ppp194-24.adsl.forthnet.gr] has joined #kubuntu === xIke [n=xike@24-158-124-25.dhcp.kgpt.tn.charter.com] has left #kubuntu [] === claydoh_ is now known as claydoh === NDPTAL85 [n=ndptal85@207-172-70-51.c3-0.sbo-ubr2.sbo.ma.cable.rcn.com] has joined #kubuntu === aryr100 [n=aryr100@cpe-24-195-253-196.nycap.res.rr.com] has joined #kubuntu === rockets [n=rockets@pool-71-249-71-134.nycmny.east.verizon.net] has joined #kubuntu === spiroo [n=spiroo@c-2b1de353.02-2016-73746f43.cust.bredbandsbolaget.se] has joined #kubuntu [07:44] hello folks :D === robotgeek [n=robotgee@c-68-62-216-83.hsd1.al.comcast.net] has joined #kubuntu [07:45] does nayone need help? [07:45] help help!! My kubuntu erased the devil of my computer! and i'm a devil worshipper! [07:45] nosrednaekim: no it did not! [07:45] haha :D === maeredhel [n=maeredhe@ALille-254-1-50-41.w86-196.abo.wanadoo.fr] has joined #kubuntu === cau [n=cau@217-13-14-20.dd.nextgentel.com] has joined #kubuntu [07:46] btw, anyone could recommend a better backup tool then Keep? [07:47] spiroo: tar === illriginal [n=illrigin@c-75-74-238-90.hsd1.fl.comcast.net] has joined #kubuntu [07:47] *sigh === jean-marc_ [n=jean-mar@d77-216-179-37.cust.tele2.fr] has joined #kubuntu [07:47] a GUI tool to backup files [07:47] amanda <-- really ment for big back up jobs.. === jean-marc_ is now known as pti-jean [07:48] GUI backup never works right.. [07:48] hi [07:48] I had problems with amd64 etch debian, it would crash and was unstable. However kubuntu 7.04 amd64 is fairly stable for me [07:48] I am wondering why? [07:48] spiroo: take a look at rdiff-backup , once you set it up, it should be fine. [07:48] i just use rsync [07:48] ^ same here.. :-) === conrad__ [n=conrad@84.127.106.201.dyn.user.ono.com] has joined #kubuntu [07:49] rsync gui= grsync === jackie_ [n=jackie@ool-18ba1e39.dyn.optonline.net] has joined #kubuntu === jackie_ is now known as jackie__ [07:49] rdiff-backup, how to do then? [07:49] Keep uses rdiff-bckup btw :P [07:50] stoned: 64bit is pretty new ground, not everything meshes together smoothly yet. [07:50] but i like speed [07:50] (non narcotic) [07:50] oh, keep uses rdiff-backup [07:50] stoned: kubuntu tends to have more and newer patches, so it tends to have some things fixed that debian doesn't. [07:50] spiroo: http://wiki.rdiff-backup.org/wiki/index.php/ContribScripts [07:50] but etch is supposed to be stable eh === sehe [n=sehe@sehe.xs4all.nl] has joined #kubuntu === usuario [n=usuario@200.168.4.21] has joined #kubuntu [07:51] stoned: btw, speed is the opposite of narcotic. === conrad__ [n=conrad@84.127.106.201.dyn.user.ono.com] has joined #kubuntu === sehe [n=sehe@sehe.xs4all.nl] has joined #kubuntu === mimi [n=mimi@AMontpellier-251-1-42-125.w81-251.abo.wanadoo.fr] has joined #kubuntu [07:52] meth is a narcotic [07:52] anyway [07:52] amd64 is superfast for me, but there is only one problem [07:52] w32codecs [07:52] I got flash/java figured out [07:52] congrats then [07:52] if i can get w32codecs somehow on amd64 tht would solve my issues [07:53] I have w64 codecs, but there are some codecs which are 32bit only [07:53] intel indeo 5 etc. is one of them [07:53] sorry for the abundant use of ENTER === OOD [n=OOD@dsl-147-155.aei.ca] has joined #kubuntu === pti-jean [n=jean-mar@d77-216-179-37.cust.tele2.fr] has joined #kubuntu === codex__ [n=codex@216.110.127.230] has joined #kubuntu [07:53] stoned: No, meth is a stimulant, not a narcotic. [07:54] drugs are called narcotics === BarefootBoy [n=hans@mic92-9-82-236-193-6.fbx.proxad.net] has joined #kubuntu [07:54] it can be a depressent or a stimulant [07:54] No, a narcotic is something that causes relaxation, eases pain, and induces sleep. === virtuos_ is now known as VirtuoS [07:54] I'll have to look this up [07:55] narcosis. === nn [n=nn@adsl-71-131-16-223.dsl.sntc01.pacbell.net] has joined #kubuntu [07:55] In U.S.legal context, narcotic refers to opium, opium derivatives, and their semi-synthetic or fully synthetic substitutes "as well as cocaine and coca leaves," which although classified as "narcotics" in the U.S. Controlled Substances Act (CSA), are chemically not narcotics. Contrary to popular belief, marijuana is not a narcotic.[4] === winni_ [n=winni@p508EEF98.dip.t-dialin.net] has joined #kubuntu [07:55] coke is a stimulant [07:55] I'm just going by what little I know :) [07:55] Many people, particularly in law enforcement, are ignorant of the word's meaning and use it broadly to describe abused drugs. === roconnor [n=roconnor@vhe-540354.sshn.net] has joined #kubuntu === sehe_ [n=sehe@sehe.xs4all.nl] has joined #kubuntu [07:56] jhutchins: yes, that is the meaning I inteded [07:56] the general broader temr [07:56] cocaine is a stimulant, although classified with heroin as a narcotic by U.S. Law, chemically it's not. [07:56] yup [07:56] stoned: The ignorant, incorrect term. [07:56] seems like you are correct [07:56] Sorry, pet peve. [07:56] well im sorry i fi seem ignorant to you === neversfelde|mobi [n=neversfe@p548D9D2A.dip0.t-ipconnect.de] has joined #kubuntu [07:56] Narcotics, narcosis, narcolepsy - all about sleep. [07:57] god, what an a-hole === stoned sigh === conrad__ [n=conrad@84.127.106.201.dyn.user.ono.com] has joined #kubuntu [07:57] People should learn to use their language, not just repeat what they've heard. === jhutchins boots himself to kubuntu-offtopic. [07:57] this is kubuntu channel, though. not linguistics :D [07:58] hehe [07:58] whatever, I like to let people talk, who like to talk, and like being correct at the expense of others [07:59] jhutchins's ego infalted by .02 psi [07:59] :) [07:59] Woohoo! [07:59] i wouldnt bet on it, stoned === malcolm__ [n=malcolm@CPE0018f8c0f33a-CM00122500768a.cpe.net.cable.rogers.com] has joined #kubuntu [07:59] anywa... [07:59] It just bugs me because cops mis-use the word all the time. It's their job and they don't even know what the word means. [07:59] dude [08:00] get over it === mulander [n=mulander@nat-4.interq.pl] has joined #kubuntu [08:00] Jeah. [08:00] anyway, I like amd64 cuz its speedy [08:00] jhutchins: then stay away from cops. [08:00] jhutchins: worx for me === buzztracker [n=buzztrac@pelikan.garga.net] has joined #kubuntu [08:00] sehe_: ...particularly ones worried about "narcotics". === capt_cosmo [n=resu@p54A6CAA6.dip.t-dialin.net] has joined #kubuntu [08:01] stoned: You running single- or multi-core? [08:01] :) [08:01] he left [08:02] 3.17GHz core 2 duo E6300 [08:02] at 3500mhz my cpu is not stable under amd64 [08:02] i think its the memory [08:02] i only have ddr2 667mhz [08:02] but runs beautifully under 32bit [08:03] at 3.5ghz. lots of enter keys === fandeholly [n=fan@82.225.102.129] has joined #kubuntu [08:03] i hate you just a little bit! [08:03] thats ok [08:04] just get some good education, then get a good job and you can afford a core 2 as well [08:04] :) [08:04] oooohhh, burn! [08:04] :) [08:04] hi everyone, i have issues booting my laptop and i was hoping someone could help me. The system is stopping when trying to fsck the file systems and do nothing === sp0ng3-b0b [n=sp0ng3-b@HSI-KBW-085-216-009-194.hsi.kabelbw.de] has joined #kubuntu [08:04] fandeholly: can you boot anything else besides linux? [08:04] fandeholly: Possibly one of the filesystems is not defined correctly. === conrad__ [n=conrad@84.127.106.201.dyn.user.ono.com] has joined #kubuntu [08:05] i can boot a live cd === capiira [n=capiira@dslb-088-065-201-024.pools.arcor-ip.net] has joined #Kubuntu [08:05] fandeholly: ok not off the harddisk then [08:05] fandeholly: can you do a drive check from a livecd (rule out that there is a physical problem) === thoreauputic [i=peter@ubuntu/member/thoreauputic] has joined #kubuntu [08:05] i can pass the fsck when booting in recovery mode [08:05] fandeholly: you can ignore that, if you e.g. you just installed it from a live cd [08:06] fandeholly: ok that clears something up === codex__ is now known as code_x [08:06] but in recovery mode, the system stops on setting up console font and keymap === hrhansen [n=hansen@hrhansen.dk] has joined #kubuntu [08:07] fandeholly: strange [08:07] yes [08:07] fandeholly: did the system ever boot (except from livecd)? === llutz [n=lutz@p548008A1.dip0.t-ipconnect.de] has joined #kubuntu [08:07] yes [08:07] fandeholly: good, what change could have caused the problem? [08:07] fandeholly: (did you install any specific pacjkages/hardware in the meantime) [08:08] i don't think so [08:08] fandeholly: mmm bit inconclusive [08:08] i mean, maybe an updated package [08:08] fandeholly: did you setup ssh on your box (is there anyway to get remote access to it?) [08:09] fandeholly: i'm trying to get at the output of dmesg, but you'll have to get a shell in order to get that [08:09] fandeholly: updates should be fine [08:09] how do i get a shell? === stuv [n=stuv@217-175-208-43.dyn-pool.spidernet.net] has joined #kubuntu [08:10] fandeholly: normally, just by logging in. perhaps a bit problematic now. === anthronaut [n=anthrona@84-75-102-47.dclient.hispeed.ch] has joined #kubuntu [08:10] hi there [08:10] fandeholly: if you can ssh in, you could get a shell, even though the virtual consoles won't let you login yet (long shot) [08:10] does anybody have a link for the mce dvd download [08:10] wel, i'm not sure it's the best time to setup ssh [08:11] fandeholly: no it sure isn't. that's why i asked whether you had it :) === flokuehn [n=flokuehn@Zf83f.z.pppool.de] has joined #kubuntu [08:11] maybe from live cd? [08:11] fandeholly: good, then it should be back to live-cd [08:11] fandeholly: boot from live-cd, and see whether you can get some info from [08:11] fandeholly: ... the /var/log/* dir on your harddrive install [08:12] how do i access my harddrive? [08:12] you should be able to just mount the partition. :) === malcolm__ [n=malcolm@CPE0018f8c0f33a-CM00122500768a.cpe.net.cable.rogers.com] has joined #kubuntu [08:13] fandeholly: in kde, I use 'kdesu kdf', dunno whether kdf exists in live cd === claydoh [n=claydoh@66-252-49-128.dyn-adsl.midmaine.net] has joined #kubuntu === nn [n=nn@adsl-71-131-16-223.dsl.sntc01.pacbell.net] has joined #kubuntu [08:14] fandeholly: perhaps it is already detected and shown in media:/ [08:14] fandeholly: i take it you are not able to try this online? [08:14] what do you mean try this online? [08:14] fandeholly: or are you running IRC off the live-cd now? === jussi01 [n=jussi@dyn3-82-128-186-21.psoas.suomi.net] has joined #kubuntu [08:15] fand^^ [08:15] fandeholly: ^^ [08:15] i installed beryl , but why doesnt it work when i do the shortcuts? [08:15] i'm using IRC on a desktop computer, not the laptop i have issues with [08:15] i have a problem with my sound, the master does not turn off the other center and surround speakers [08:15] nn: run beryl-settings to enable modules and configure shortcuts. make sure you are running beryl (not a fallback wm) === Max70 [n=Max@host225-57-dynamic.10-87-r.retail.telecomitalia.it] has joined #kubuntu [08:16] fandeholly: good: a 2nd pc helps :) [08:16] robotgeek: that's a feature. === japaya [n=japaya@d54C44706.access.telenet.be] has joined #kubuntu === jussi_ [n=jussi@dyn3-82-128-187-182.psoas.suomi.net] has joined #kubuntu [08:16] fandeholly: so can you try and (1) boot livecd (2) mount hdd partition (3) check /var/log/*? [08:16] crimsun: do i need to create a softvol or something similiar? [08:16] thank god i have 2 computers indeed [08:16] robotgeek: generally, no. Use the other controls. [08:16] nn: beryl-manager allows a fallback wm [08:16] crimsun: i would really like to mute with a single button [08:17] robotgeek: if it's reproducible on current gutsy, file a bug, otherwise it's moot. [08:17] ok livecd is active [08:17] fandeholly: media:/ is the easiest option [08:17] crimsun: oh okay, i'm still on feisty. i guess i can try out a live cd [08:17] fandeholly: konqueror -> media:/ === W8TAH [n=W8TAH@static-acs-24-239-210-31.zoominternet.net] has joined #kubuntu [08:18] fandeholly: tell me if the drive is shown - or if you have problems === malcolm__ [n=malcolm@CPE0018f8c0f33a-CM00122500768a.cpe.net.cable.rogers.com] has joined #kubuntu [08:19] fandeholly: you could use 'blkid' from a konsole to list all parts on all drives [08:19] did i tell you i only had ubuntu livecd? === conrad__ [n=conrad@84.127.106.201.dyn.user.ono.com] has joined #kubuntu [08:19] fandeholly: arggg nooo [08:19] crimsun: thanks for the tip [08:19] fandeholly: in gnome i'd rather help you from the command line [08:20] fandeholly: can you open a terminall session? [08:20] yes [08:20] what should i use? [08:20] #ubuntu, #gnome [08:20] fandeholly: good, do a 'mount' or 'df' to see whether the HDD may already be mounted sumwhere [08:21] how do you make sure beryl is running. i already enabled all the settings in the manager === malcolm__ [n=malcolm@CPE0018f8c0f33a-CM00122500768a.cpe.net.cable.rogers.com] has joined #kubuntu [08:21] nn: check the menu in beryl-manager (tray icon) to see what windowmanager is selected === Jeany [n=Jeany@88.197.163.230] has joined #kubuntu [08:22] df shows no disk, ls /dev shows sda1, sda2 and sda5 === sito [n=sito@139.Red-81-38-43.dynamicIP.rima-tde.net] has joined #kubuntu [08:22] fandeholly: thx, can you do 'blkid' to identify your root pratition (so, probably the one that is ext3) [08:23] fandeholly: i hope you have only 1 linux install, and have used somewhat default partition layout? [08:23] fandeholly: otherwise, i'm going expect you to know which partition is your kubuntu root partition :D:D: === GeWall [n=Georgewa@82-38-71-7.cable.ubr06.brad.blueyonder.co.uk] has left #kubuntu ["Konversation] [08:24] blkid returns nothing === evri2_ [n=evri2@85.108.109.80] has joined #kubuntu [08:24] fandeholly: fun. ok, sudo fdisk -l /dev/sda === rockets [n=rockets@pool-71-249-71-134.nycmny.east.verizon.net] has joined #kubuntu === ubuntulog [i=ubuntulo@trider-g7.fabbione.net] has joined #kubuntu === Topic for #kubuntu: Kubuntu Support Channel | FAQ: http://wiki.kubuntu.org/CommonQuestions | https://wiki.kubuntu.com/KubuntuFeistyKnownProblems | Free Kubuntu CDs!https://shipit.kubuntu.org | Large pastes: http://paste.ubuntu-nl.org | Offtopic in #kubuntu-offtopic please. | KDE 4.0 beta 1 -- http://kubuntu.org/announcements/kde4-beta1.php === Topic (#kubuntu): set by Riddell at Sat Aug 4 17:44:53 2007 [10:24] (unperson/#kubuntu) Man_U: Basically, you can either make the first script switch to the correct directory, or you can just make the second script use a absolute file name. [10:24] Man_U: I'm talking about doing the latter. [10:24] rubicon: i don't think it matters much but it makes sense it should just be the routers box [10:25] rubicon: (for dns) [10:25] rubicon: the default gateway should be the same (WLAN-Router-IP) (UNLESS you run e.g. Kerio or some other explicit NAT/routing/gfirewall sofwtare on the WinXP box) [10:26] rubicon: can you paste the contents of /etc/network/interfaces perhaps? (!pastebin | rubicon) [10:26] !pastebin | rubicon [10:26] rubicon: pastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (be sure to give the URL of your paste - see also the #kubuntu channel topic) === jimmacdonald [n=jim@138-212-223-66.gci.net] has joined #kubuntu [10:27] unperson: i did it as you said but now tehre are more errrors perhaps because of librarys [10:27] !xserver-xorg [10:27] Sorry, I don't know anything about xserver-xorg - try searching on http://bots.ubuntulinux.nl/factoids.cgi === kuyky [n=kuyky@85.138.202.178] has joined #kubuntu [10:27] !setup resolution === sacha_ [n=sacha@227-233.0-85.cust.bluewin.ch] has joined #kubuntu [10:27] spiroo: Was there something in particular you wanted to know about X? [10:28] yes [10:28] !fixres | spiroo [10:28] spiroo: The X Window System is the part of your system that's responsible for graphical output. To restart your X, type sudo /etc/init.d/?dm restart in a console - To fix screen resolution or other X problems: http://help.ubuntu.com/community/FixVideoResolutionHowto [10:28] does it exist a german kubuntu channel? [10:28] how to go to the setup [10:28] thank you. [10:28] sacha: yes [10:28] sacha_: #kubuntu-de [10:28] !german [10:28] Deutschsprachige Hilfe fuer Probleme mit Ubuntu, Kubuntu und Edubuntu finden Sie in den Kanaelen #ubuntu-de, #kubuntu-de, #xubuntu-de und #edubuntu-de === bjwebb [n=bjwebb@217.151.105.76] has left #kubuntu [] === Zakoota_Djinn is now known as Nyle [10:28] thx === sacha_ [n=sacha@227-233.0-85.cust.bluewin.ch] has left #kubuntu ["Konversation] [10:29] rubicon: are you still persuing this? I'm really ready to go to bed :) [10:29] Man_U: Well, I don't know if I can help with that. But you want to past the output in the paste bin and send me a link? [10:29] or no, that was wrong. I wanna go to dbkg-reconfigure xserver-xorg. It is something like that [10:29] Man_U: I can at least tell you whether I understand what's going on. [10:29] rubicon: so long [10:29] !dbkg-reconfigure [10:29] unperson: i've a problem my mouse is frozen^^ === claydoh_ is now known as claydoh [10:29] nah, [10:29] again nn everybody [10:29] cant c&p [10:29] rubicon: [10:29] k np [10:30] rubicon: really? [10:30] uni think its becasue of the game start and which failed [10:30] rubicon: used ifconfig instead? [10:30] but i recognized something: despite of the config i made, there are still the old DNS and GAteway-entries at eth0.... wil try this [10:30] jhutchins? [10:30] rubicon: output of 'sudo ifconfig' is ok too [10:30] YEs? [10:30] rubicon: well good luck with that, i'm off to bed [10:31] rubicon: Gute Nacht! [10:31] night. will try my luck [10:31] Man_U: I see. [10:31] Wanna change like this, but not sure about the command line: dbkg-reconfigure xserver-xorg [10:31] Ah, I seethe question... === rubicon [n=rubicon@HSI-KBW-085-216-079-108.hsi.kabelbw.de] has left #kubuntu [] [10:31] dpkg... [10:31] Man_U: In that case you're probably outside anything I can help with. [10:31] unis there a way to get the mouse working without resetting x? === Fleck [n=Fleck@server1.rullz.lv] has joined #kubuntu [10:31] Man_U: And actually I have to go. Good luck with it. [10:31] lol, thanks jhutchins [10:31] unperson: [10:32] Man_U: I don't know how to get the mouse working again without resetting X. [10:32] Man_U: Restarting xorg is quite easy and doesn't require a reboot. === paulatreides_ [n=paulatre@AMontpellier-158-1-117-207.w90-41.abo.wanadoo.fr] has joined #kubuntu [10:33] wtf, what happened with nvidia in dpkg-reconfigure xserver-xorg? [10:33] !xconfig | spiroo [10:33] spiroo: To reconfigure your X server, open a console and type sudo dpkg-reconfigure xserver-xorg - To configure only the driver and resolution, type sudo dpkg-reconfigure xserver-xorg -phigh - See also !FixRes [10:33] thank you, but I got another problem bot === mammoth [n=e9490@dslb-084-058-048-177.pools.arcor-ip.net] has joined #kubuntu [10:33] spiroo: Thats what you asked for, dpkg-reconfigure xserver-xorg [10:33] When using trickle I get trickle: "Could not reach trickled, working independently: No such file or directory", why? [10:34] trickled [10:34] !info trickle [10:34] trickle: user-space bandwidth shaper. In component universe, is optional. Version 1.07-4 (feisty), package size 34 kB, installed size 164 kB [10:34] ? [10:34] I know, but I got a problem with it. The third step i think when select driver. The nVidia is not there as it always has been [10:34] kaminix: probably need to start a daemon or something. Are there docs? [10:35] spiroo: Did you install the nvidia driver? or accidentally uninstall it? [10:35] jhutchins: Yeah, but they didn't mention the daemon. Started it now... we'll se how it goes. === stuart_ [n=stuart@12-208-28-51.client.mchsi.com] has joined #kubuntu [10:35] spiroo: New kernel maybe? [10:35] kaminix: Many times an app with a "d" on the end of its name means it's a daemon [10:35] I have not installed it and not unistaleld it. Has never been a problem, I jsut installed a clean copy. Not sure why it is not there now [10:36] ardchoille: I know, started it now. [10:36] nope, no new kernel [10:36] not that I know about anyway [10:36] We'll see how this goes. :) === hans [n=hans@86.81.73.102] has joined #kubuntu [10:36] spiroo: You need to install the nvidia driver for it to appear in xorg.conf === rockets [n=rockets@pool-71-249-71-134.nycmny.east.verizon.net] has joined #kubuntu [10:36] *xorg.conf config === Aranel [n=Aranel@88.232.217.17] has joined #kubuntu [10:37] ardchoile, I have never needed to do that before after a clean reinstall === bill32 [n=dave@207-118-85-33.dyn.centurytel.net] has joined #kubuntu [10:38] spiroo: Either you did it or someone else did it for you, but you need to do it after a cleaninstall of kubuntu, it won't just install itself. [10:39] hmm okay, maybe have to upgrade all packages [10:39] spiroo: the nv (non 3d) driver will get installed, but the nvidia driver (3d accel) won't === bill32 [n=dave@207-118-85-33.dyn.centurytel.net] has left #kubuntu ["Konversation] [10:40] okay, I update kernel now, I guess that will fix the problem === waylandbill_ is now known as waylandbill === petro [n=petro@64-136-214-153.dyn.everestkc.net] has joined #kubuntu === satanasof_ [n=satanaso@32.247.217.87.dynamic.jazztel.es] has joined #kubuntu === solarwaver [n=solarwav@ipa29.31.91.tellas.gr] has joined #kubuntu [10:42] Even with trickled started it won't limit Krusaders netborn abilities. :( [10:43] If I have an old laptop with 32mb of ram is there a version of ubuntu I can load on it that will function? [10:43] I basically want to use it as a mp3 player that will acess my network. [10:43] petro: You might try xubuntu.. if that fails try using a light window manager like fluxbox or window maker [10:44] petro: But I'm not sure 32mb ram will work well === nagyv__ [n=nagyv@86.43.172.85] has joined #kubuntu [10:45] yea thats all I got though, thanks [10:45] petro: If those fail, you might look into damn small linux [10:46] ok, damns small linux [10:46] thanks === rubicon [n=richi@HSI-KBW-085-216-079-108.hsi.kabelbw.de] has joined #kubuntu === Ahmuck [n=chatzill@p226n22.ruraltel.net] has joined #kubuntu [10:46] !mp3 [10:46] For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also http://help.ubuntu.com/ubuntu/desktopguide/C/common-tasks-chap.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats === [ifr0g] [n=thelostb@195.226.247.203] has joined #kubuntu === dettoaltrimenti_ [n=dettoalt@c-75-66-45-36.hsd1.tn.comcast.net] has joined #kubuntu [10:48] Can somebody help me? If I don't boot into a GUI, i get the terminal, you know, calssic white-on-black stuff. I notced that if i boot into "recovery mode" the font is different and more easily readable. Is there a command or something to do this any time? Thanks. === monochrome [n=monochro@88.232.14.96] has joined #kubuntu === andrzej [n=andrzej@aarp79.neoplus.adsl.tpnet.pl] has joined #kubuntu === Smooph [n=Smooph@e180134136.adsl.alicedsl.de] has joined #kubuntu === jussi01 [n=jussi@dyn3-82-128-188-174.psoas.suomi.net] has joined #kubuntu [10:49] to boot any time to recovery mode? [10:50] Is there a simple one-line-in-cmd way to just limit my global upload over ra0 to 80KB/s? [10:51] kaminix: if it's just for a single app, you can use trickle. === Aji-Dahaka [n=root@fluffy.dname.net] has joined #kubuntu === Aji-Dahaka [n=root@fluffy.dname.net] has left #kubuntu [] === Flying_Eagle [n=md@p57A0C89B.dip.t-dialin.net] has joined #kubuntu [10:52] waylandbill: Trickle doesn't work when I use it. Used it on Krusader and KFTPGrabber. Anyway, it'd be nice to have it globally so I won't have to stop my torrent when using FTP === maverick [n=maverick@84.36.144.97] has joined #kubuntu === mdt294bell_ [n=mdt294be@203.122.80.65] has joined #kubuntu [10:55] kaminix: ktorrent has u/l & d/l limits. === spiroo [n=spiroo@c-2b1de353.02-2016-73746f43.cust.bredbandsbolaget.se] has joined #kubuntu [10:56] hi [10:56] adept does not work anymore after I tried to update [10:56] It says another process using adept. but none is. [10:56] I think [10:56] spiroo, does it give an error about a lock? [10:56] !adeptfix [10:56] yes [10:56] If Adept crashed on you and your database is locked, try this in konsole: sudo fuser -vki /var/lib/dpkg/lock;sudo dpkg --configure -a [10:56] waylandbill: Yeah, but they only work within KTorrent, so if I want to use Internet with more than one app I will have to pause them anyway. [10:57] thanks === rosso [n=rosso@dslb-088-070-049-213.pools.arcor-ip.net] has joined #kubuntu === buzztracker [n=buzztrac@213.251.133.67] has joined #kubuntu === Mountainman [i=Mtnman@adsl-70-234-34-205.dsl.tul2ok.sbcglobal.net] has joined #kubuntu === spiroo__ [n=spiroo@c-2b1de353.02-2016-73746f43.cust.bredbandsbolaget.se] has joined #kubuntu [11:02] [22:59] waylandbill, what does that line btw exactly? === TheNo1Yeti [n=mburnett@c-71-236-221-171.hsd1.or.comcast.net] has joined #kubuntu [11:02] [23:00] and is the development team trying to fix that problem with adept? [11:02] hmm, i think my system hang when trying to mount local file systems === pedro_ [n=pedro@p57BBD283.dip.t-dialin.net] has joined #kubuntu [11:03] Anyone have a good simple net shaper? === cristi [n=cristi@86.105.215.62] has joined #kubuntu [11:04] kaminix: you have an extra box ? [11:04] [22:59] waylandbill, what does that line btw exactly? [11:04] [23:00] and is the development team trying to fix that problem with adept? [11:05] Ahmuck: Nope, modem/router, 4 computers running. [11:06] hrmm anyone here played with 7zip? === mahdi [n=mahdi@c-24-147-12-73.hsd1.nh.comcast.net] has joined #kubuntu [11:06] Assid: What do you mean play? [11:07] you know use it.. seen the difference between 7z and bzip2 maybe ? [11:08] Just (de)compressing can be done using Ark or some other compression manager thingie. Not any different from using zip, tar etc. === jackie_ [n=jackie@ool-18ba1e39.dyn.optonline.net] has joined #kubuntu === jackie_ is now known as jackie__ === alex__ [n=alex@ppp-50-181.32-151.iol.it] has joined #kubuntu === th_ [n=th@87.127.94.57] has joined #kubuntu === Ace2016 [n=ace@79-65-215-51.dynamic.dsl.as9105.com] has joined #kubuntu [11:10] well i was referring for the size/compression/time/performance === konrad [n=konrad@dqy49.neoplus.adsl.tpnet.pl] has joined #kubuntu [11:10] Ah, dunno anything about it. Depends on the type of file. [11:11] hrmm [11:11] hmmmmm? [11:11] guess i will play with it sometime later === spiroo__ [n=spiroo@c-2b1de353.02-2016-73746f43.cust.bredbandsbolaget.se] has joined #kubuntu [11:11] kaminix: worked with [11:12] maverWhat? [11:12] Hmm.... [11:12] rick?? [11:12] mmm [11:12] [23:09] <-- maverick has left this server (Remote closed the connection). [11:12] ehm [11:13] Hi all, anyone give me a bit of advice for etc/fstab when I want to link to my networked drive. I had the answer but lost it with my last build, I need the networked drive, I have smbfs and ntfs-3g installed. Cheers === khaije1 [n=khaije1@unaffiliated/khaije1] has joined #kubuntu === tornado [n=tornado@eio234.neoplus.adsl.tpnet.pl] has left #kubuntu ["Konversation] [11:15] Anyone have a good simple net shaper? === palm [n=palm@ti521110a080-7469.bb.online.no] has joined #kubuntu [11:15] kaminix: I don't think there are any simple net shapers.. === nagyv_ [n=nagyv@86.43.172.85] has joined #kubuntu [11:16] How hard can it be just to limit your connection? :s [11:17] How you want to limit the connections? [11:18] for simple stuff you might just able to use the -j limit thing in iptables.. [11:18] for more complex things you might want to setup a hole QOS scheme === Nyle is now known as stoned === kako [n=kako@201-11-194-154.paebv701.dsl.brasiltelecom.net.br] has joined #kubuntu [11:19] I just want to keep everything as it is now, except add an upload limit of 80 KB/s [11:19] Biovore: my main man, whats up buddy [11:20] kaminix: rate limit everything upstream? [11:20] wonder shaper [11:20] ? [11:20] something like that anyway [11:20] Biovore: Yeah, like now, except a global upload limit of 80 KB/s [11:20] http://lartc.org/wondershaper/ [11:20] check this === crumbum [n=matt@70-100-168-144.dsl1-erie.roc.ny.frontiernet.net] has joined #kubuntu === PriceChild [n=pricechi@ubuntu/member/pdpc.supporter.student.PriceChild] has joined #kubuntu [11:21] stoned: What about this? p wondershaper - Easy to use traffic shaping script [11:21] http://lartc.org/howto/ <-- Linux Advanced Routing & Traffic Control HOWTO [11:21] thats not it? [11:22] stoned: It's not? [11:22] Biovore: But I want it simple! :p [11:22] When I have done that kind of stuff.. I used QOS.. === Vge [i=Vge@xdsl-237-187.nebulazone.fi] has joined #kubuntu [11:22] sorry.. I don't do simple .. [11:22] wow. I just saw Kuroo and that is definitely what I think a distribution like *buntu should have. [11:23] hi, what would be the simplest way to debug why X dont success on loadin, but returns into kdm? [11:23] kuroo is for emerge [11:23] Biovore, I know. I'm saying something like it should be made for *buntu and APT [11:23] Vge: ~/.xsession-errors ? === plukin [n=Miranda@dslb-084-057-011-044.pools.arcor-ip.net] has joined #kubuntu === Associat0r [n=Associat@d141229.upc-d.chello.nl] has joined #kubuntu [11:25] oh [11:25] well I knew what it was called [11:25] i probably got you the wrong website eh [11:25] :) === Biovore thinks gui system configuration tools are a waste if system resources.. there slow and very limiting.. :-/ [11:25] and you don't learn nothing [11:25] ardchoille: seems to be empty after i checked from shell after failed logon [11:25] Biovore: I agree, especially since the cli way is faster === ^peter^ [n=peter@dsl-0-30.vic1.net.au] has joined #kubuntu [11:26] Well I grew up on CLI.. [11:26] I use the gui to run CLI terminals.. thats it.. [11:26] Vge: What, if any, changes have you recently made to kde? [11:26] In the time it takes adept to come up.. I can refresh my apt list and install and updates.. [11:26] Biovore: exactly [11:26] Biovore, I agree with you. I use the CLI when I can and avoid a GUI if I can. However, for *buntu to be "extremely user friendly", a frontend should be developed that works easily and is informative and intuitive. === Wiggles [n=devin@75-107-218-99.cust.wildblue.net] has joined #kubuntu [11:27] nothing to kde, just "little partition editing" aka, making a new partition and moving existing data === Lakrimar [n=Lakrimar@p57AE71AD.dip.t-dialin.net] has joined #kubuntu [11:27] I can't seem to get my wireless card working. [11:27] Vge: Did you perhaps move someting that kde needs in order to run? [11:27] NickPresta: true.. But there needs be a overhaul of whats underneather for that to work well.. [11:28] Is there anywhere that i can download drivers or something? [11:28] Biovore, I agree. [11:28] Wiggles: drivers for what? [11:28] Wiggles: most of the stuff that supported.. is included in the kernel allready.. [11:28] ardchoille, a wireless card === crumbum [n=matt@70-100-168-144.dsl1-erie.roc.ny.frontiernet.net] has joined #kubuntu [11:28] ndiswrapper? [11:29] !wireless [11:29] Wireless documentation can be found at https://help.ubuntu.com/community/WifiDocs [11:29] ardchoille: i didint delete any partitions if thats what your asking [11:29] Biovore, it works with Vista, but not Kubuntu === Biovore hates ndis with a passion.. [11:29] alex@Hasokon:~/Desktop/wondershaper-1.1a$ sudo sh wshaper [11:29] Illegal "rate" [11:29] Illegal "rate" [11:29] RTNETLINK answers: Invalid argument [11:29] RTNETLINK answers: Invalid argument [11:29] Vge: Did you move $HOME or ~/.kde ? [11:29] What do I do with that? === dsmith [n=dsmith@c-76-114-154-224.hsd1.md.comcast.net] has joined #kubuntu === cristi is now known as cristi_ === cristi_ is now known as cristi [11:31] ardchoille: home seems to work fine (atleast the variable points to correct location) === hsn_ [n=radim@234.114.broadband5.iol.cz] has joined #kubuntu === Eyeless [n=hjalle@d83-183-204-137.cust.tele2.se] has joined #kubuntu === ociel [n=ociel@69.79.76.218] has joined #kubuntu === waylandbill_ [n=waylandb@70-101-124-72.dsl1-field.roc.ny.frontiernet.net] has joined #kubuntu [11:32] Cristi_high === ardchoille [n=ardchoil@71-35-122-136.tukw.qwest.net] has left #kubuntu ["Parting"] [11:32] Someone! wondershaper says illegal rate and RTNETLINK answers illegal argument! === ardchoille [n=ardchoil@71-35-122-136.tukw.qwest.net] has joined #kubuntu === malix0 [n=malix@87.18.181.224] has joined #kubuntu === SeanTater [n=sean@cpe-069-132-048-232.carolina.res.rr.com] has joined #kubuntu [11:33] ardchoille: atleast in /etc/fstab the partitions are in order === stephan [n=stephan@xdsl-81-173-178-156.netcologne.de] has joined #kubuntu === stephan is now known as stephan_ [11:34] Vge: Well, something seems to have changed regarding kde.. === stephan_ is now known as stephan__ === zecke1989 [n=zecke198@R9267.r.pppool.de] has joined #kubuntu [11:35] hey uhm, i can't get the resolution biger than 800x600 can someone help me..? [11:35] !resolution | cristi [11:35] cristi: The X Window System is the part of your system that's responsible for graphical output. To restart your X, type sudo /etc/init.d/?dm restart in a console - To fix screen resolution or other X problems: http://help.ubuntu.com/community/FixVideoResolutionHowto === iyad [n=iyad@c-67-169-159-74.hsd1.ca.comcast.net] has joined #kubuntu === Lattyware [n=Latty@host86-132-222-232.range86-132.btcentralplus.com] has joined #kubuntu [11:36] Vge: Go to ctrl+alt+f1 and do: ls -la .{ICE,X}authority <-- see who owns those files [11:37] How can I find out what wireless card I have? === SmrtJustin [n=SmrtJust@72.241.32.238] has joined #kubuntu [11:38] me [11:38] Vge: Ok, good. [11:38] maybe xorg is out of order [11:38] ? [11:38] Vge: I had you do that because using sudo with gui apps can change the ownership of one or both of those files to root, preventing you from logging in [11:39] Vge: IF xorg were hosed, you wouldn't get the kdm login screen (x is indeed running at that screen. [11:39] true [11:39] I'm thinking kde can't find some files it needs. === BluesKaj [n=kaj@unaffiliated/blueskaj] has joined #kubuntu [11:40] hmm. where should i find kde startlogs? [11:40] var/logs? [11:40] But, the only problem I've ever had in kubuntu is chaning the menu icon, so I don't know how to troubleshoot lots of problems. [11:41] Vge: I would look in /var/log/* yes [11:41] Hi, ifconfig does not return the correct ip address for my computer, because I am behind a router. Is there another way to find out my ip? [11:41] level1: http://www.whatismyipaddress.com ? [11:42] 8 kilobit = 8 KB? [11:42] bit ~= byte [11:42] != === RadiantFire [n=ryan@c-69-180-43-27.hsd1.ga.comcast.net] has joined #kubuntu [11:44] Oh, I mean 8 kilobit = 1 KB? === Black5un is now known as Black5un|bbl [11:44] That sounds reasonable === PFERDELUST31M [n=ritchy@p5B0C617B.dip.t-dialin.net] has joined #kubuntu === rockets [n=rockets@pool-71-249-71-134.nycmny.east.verizon.net] has joined #kubuntu === renato [n=renato@201.22.70.151.adsl.gvt.net.br] has joined #kubuntu === Karti [n=kvirc@host81-154-69-211.range81-154.btcentralplus.com] has joined #kubuntu === renato is now known as Firekill [11:46] hi === ubuntu_ [n=ubuntu@93-36-231-201.fibertel.com.ar] has joined #kubuntu === RadiantFire [n=ryan@c-69-180-43-27.hsd1.ga.comcast.net] has joined #kubuntu [11:46] i need help with install vmware server === rossco [n=ross@C-61-69-167-108.syd.connect.net.au] has joined #kubuntu === pompel [n=lilvikin@adsl-074-236-101-127.sip.bct.bellsouth.net] has joined #kubuntu [11:47] necesito ayuda === grami [n=grami@82.160.30.69] has joined #kubuntu === florent_ [n=florent@lju91-1-82-229-141-88.fbx.proxad.net] has joined #kubuntu [11:48] Then this should practically set my downspeed to unlimited and upspeed to 100? [11:48] alex@Hasokon:~/Desktop/wondershaper-1.0$ sudo wondershaper ra0 100000 800 [11:48] !es | ociel [11:48] ociel: Si busca ayuda en Espaol por favor entre en los canales #ubuntu-es, #kubuntu-es o #edubuntu-es, all obtendr mas ayuda. === florent_ is now known as florent_g === cristi [n=cristi@86.105.215.62] has joined #kubuntu [11:49] Hrm... no matter how much I change it the upload stays around 60KBps [11:49] ola:) === hitmanWilly [n=KVIrc@66-190-176-17.static.jcsn.tn.charter.com] has joined #kubuntu [11:50] can someone help me with the compiz fusion intallation? [11:50] !compiz [11:50] Compiz (compositing window manager) and XGL (X server architecture layered on top of OpenGL) - Howto at http://help.ubuntu.com/community/CompositeManager - Help in #ubuntu-effects === piwo [n=piwo@c31-0.icpnet.pl] has joined #kubuntu === claydoh_ [n=claydoh@66-252-54-156.dyn-adsl.midmaine.net] has joined #kubuntu === pauljw [n=paul@pool192.dial1-clec.newalb.win.net] has joined #kubuntu === red [n=red@c-68-81-123-59.hsd1.nj.comcast.net] has joined #kubuntu [11:55] I suppose it's not normal for wondershaper to give fluctuating connections? [11:56] no all rate limiting will give fluxuating rates === pollyo [n=pollyo@c-68-80-27-34.hsd1.pa.comcast.net] has joined #kubuntu === pollyo [n=pollyo@c-68-80-27-34.hsd1.pa.comcast.net] has left #kubuntu [] [11:56] KTorrent did 80 constantly when I limited it to 80 :( === hakancen [n=hakancen@85.99.205.85] has joined #kubuntu === ehc [n=evan@wall.pacinfo.com] has joined #kubuntu [11:58] How do I turn shaping off? === hakancen [n=hakancen@85.99.205.85] has left #kubuntu ["Konversation] [11:58] Just set it unreasonably high? [11:59] usually 0 is off [11:59] RTNETLINK answers: Invalid argument === wwasenmi [n=wwasenmi@blfd-4db5794c.pool.einsundeins.de] has joined #kubuntu [11:59] oo this is wondershaper [11:59] not within bittorrent XD [12:00] sorry, no idea then === buzztracker [n=buzztrac@pelikan.garga.net] has joined #kubuntu [12:00] yeah.. Bittorrents uses UDP.. most rate limiting in done on TCP.. [12:00] you'll have to use QOS to limit that probably.. [12:01] with a protocal match mark === NetersLandreau_ [n=niles@139.sub-75-200-76.myvzw.com] has joined #kubuntu [12:02] wondershaper clear [ interface ] [12:02] Removes all traffic shaping from that interface [12:02] There :) [12:02] Sounds hard :s === edzu [n=edzu@51.Red-80-36-180.staticIP.rima-tde.net] has joined #kubuntu [12:05] ardchoille: "error in locking autority file /home/me/.Xauthority" Rings any bells? === dettoaltrimenti_ [n=dettoalt@c-75-66-45-36.hsd1.tn.comcast.net] has joined #kubuntu === Fraction [n=frax@c-024de155.137-6-64736c13.cust.bredbandsbolaget.se] has joined #kubuntu === linx1 [n=linx1@200.114.36.185] has joined #kubuntu === ociel [n=ociel@69.79.76.218] has joined #kubuntu === marcos_ [n=marcos@r190-64-95-2.dialup.adsl.anteldata.net.uy] has joined #kubuntu [12:07] Vge: yes, who owns that file and what are its perms? [12:07] Vge: Been using sudo with gui apps? === Firetech [n=Jocke@81-233-5-105-no34.tbcn.telia.com] has joined #kubuntu === ehc [n=evan@wall.pacinfo.com] has joined #kubuntu === marcos_ is now known as BetuBuntu [12:07] hi everyone === ceros [n=user@c-76-111-84-156.hsd1.va.comcast.net] has joined #kubuntu [12:09] ardchoille: no, iw not been using gui tools with sudo, ill check the premissions === erielle [n=erielle@h80.39.255.206.cable.lngv.cablelynx.com] has joined #kubuntu === claudia_ [n=claudia@pD955A055.dip0.t-ipconnect.de] has joined #kubuntu [12:09] anyone use modem usb SPEEDSTREAM? === imagine[laptop] [n=imagine@xplr-ts-t11-208-114-165-46.barrettxplore.com] has joined #kubuntu [12:10] raise your hand if you use torrents.... [12:10] _()/ === Firekill [n=renato@201.22.70.151.adsl.gvt.net.br] has left #kubuntu ["Konversation] [12:10] lol [12:11] lol. nice. === tobias [n=tobias@p54A1CD12.dip.t-dialin.net] has joined #kubuntu [12:12] if i use a windows torrent client. i can download things at lets say, 50kb per second. I can load the same torrent into my linux machine, using ktorrent, or utorrent(wine) or in azureus and get 4 or 5k per second. === pompel is running kubuntu 7.04 and having trouble getting support for mp3 and wma work....tried clicking on the "install mp3 support" in amarok, but that one crashes...tried installing ubuntu's restricted format package, but that doesn't seem to work either...anyone here familiar with the problem? [12:12] aaron: Interesting. [12:12] aaron: what about bittorrent? === pompel is still a linux newbie [12:12] anyone knows a good article explaining how postfix amavis, clamavis and spamassassin integration works? [12:12] i don't think it has anything to do iwth the client. === trekdann1 tells pomple to install libxine-extracodecs === vip3rousmango [n=Vip3rous@70.54.237.114] has joined #kubuntu [12:13] pompel: www.getautomatix.com [12:13] !automatix | pompel [12:13] pompel: Automatix2 is a block of code which attempts to install some software. When it fails and breaks systems, we don't provide support for it. A creditable analysis from a debian/ubuntu developer is here - http://mjg59.livejournal.com/77440.html (Additional information: /msg ubotu worksforme) [12:14] aaron: Please don't recommend automatix here. [12:14] ok === capiira [n=capiira@dslb-088-065-201-024.pools.arcor-ip.net] has joined #Kubuntu [12:14] no automatix god damit [12:14] oh...ok...no automatix.. [12:14] just do "sudo apt-get install libxine-extracodecs" [12:14] stay away! [12:14] pompel: the software that I am not allowed to mention has worked well for ME. and MY systems that I've got running ubuntu. which is currently 4. [12:14] in a console === ubuntu__ [n=ubuntu@pool-72-81-2-98.phlapa.east.verizon.net] has joined #kubuntu [12:15] !worksforme [12:15] Common Sense: Just because you can, does not mean you should (and especially recommend to others). Think before you do. "Works for me" does not mean it is ok. The latest version of everything is not always useful if you aim for stability. Please see http://geekosophical.net/random/worksforme/ [12:15] aaron: Too many people have come here with help for systems that got trashed by it. === manfred [n=manfred@80-89-99-108.ADSL.ycn.com] has joined #kubuntu === neversfelde|mobi [n=neversfe@p548D9D2A.dip0.t-ipconnect.de] has joined #kubuntu [12:15] I think I downloaded Kubuntu 7.10 Tribe 4. How do I check? Why isn't KDE 4 included with this tribe? [12:15] aaron: lol "the software who cannot be named" [12:15] ubuntu__: lsb_release -a [12:16] ubuntu__: This is kubuntu support, for testing please see #ubuntu+1 [12:16] hum, says 7.10 [12:16] should it be #kubuntu+1 in my case? [12:16] ubuntu__: Nope, combined. [12:16] ok [12:16] ubuntu__: Remember, you are testing, do not expect the software to work. [12:17] jhutchins: Good point === hsn_ [n=radim@234.114.broadband5.iol.cz] has joined #kubuntu [12:17] I mean, it _might_, just don't expect it to! [12:17] jhutchins, I'm afraid there are unofficial ,but kubuntu friendly sites that recomend automatix... they mean well but are terribly misguided [12:17] hmm my friend installed his first ubuntu today... he did install automatix .. and it broke ofc [12:17] google firefox browser sync needs some work.. [12:17] Everything works so far. and I don't mind some broken thing. :D [12:18] for real [12:18] ubuntu__: The point in running it though is to find the broken things so that they can be fixed. === iyad_ [n=iyad@c-67-169-159-74.hsd1.ca.comcast.net] has joined #kubuntu [12:19] I can bug submit can't I? :D [12:19] ubuntu__: You are expected to. [12:19] ubuntu__: Of course :) === marcia [n=marcia@cm-net-poa-C8B0C547.dynamic.brdterra.com.br] has joined #kubuntu [12:19] "Please *don't* run gutsy unless you are familiar with dpkg and dependencies, bug fixing, etc " I don't know the first part, but I can bug report. [12:20] hmm never hurt to try i suppose [12:20] yea, i have a box on my network i backed up the measly 5 gigs of important things [12:21] trekdann1: works like a charm...thank you :) [12:21] pompel: and no automatix! yeah!! :P === esteve [n=esteve@68.Red-80-36-218.staticIP.rima-tde.net] has joined #kubuntu [12:22] i need help with installing flash player ... i have an error [12:22] pompel: That was the "proper" way to do it ;) [12:22] (whats wrong with automatix, i never used it but i know its some like auto installer for common packages?) === Karti [n=kvirc@host81-154-69-211.range81-154.btcentralplus.com] has joined #kubuntu [12:23] ubuntu__: http://mjg59.livejournal.com/77440.html [12:23] cristi: are you using the official adobe installer? [12:23] capiira: or repo? [12:23] Hi,all - or should I say my favourite script helpers ;) [12:24] If I resample (I think it's called? recompressing a 320kbps mp3 to 196kbps), will it be any good or will it be the same as compressing it to ogg? [12:24] k...i'm off again...thanks again for the help === pompel [n=lilvikin@adsl-074-236-101-127.sip.bct.bellsouth.net] has left #kubuntu ["Leaving"] [12:24] ? [12:24] capiira: I think he got bit by tab completion, lol === djdarkman_ [n=djdarkma@cl-86-125-161-181.cablelink.mures.rdsnet.ro] has joined #kubuntu [12:24] hehe [12:24] ardchoille: i got the problem, the home partition was too full to open, i resized the parition to be too little for X to start [12:25] capiira: sorry woops [12:25] kaminix: re-coding is generally not worth it IIRC [12:25] Vge: That would be a kde problem, not an xorg problem, since x is indeed running at the kdm login screen. But, that would prevent kde from starting. === ibrahim [n=ibrahim@88.229.115.6] has joined #kubuntu [12:26] looking at backing up a tar file on a Sunday only and I believe that using an If statement with (date %u = 7) would work best, any pointers would be welcome and mostly appreciated :) [12:26] trekdann1: I will get quality loss except the one I wished for? [12:26] kaminix: yeah i think so [12:27] k. [12:27] kaminix: better off storing the mp3 in a ogg, but i doubt there will be any significant size difference [12:28] Storing mp3 in an ogg? :s === cantarrana [n=cantarra@200.8.88.234] has joined #kubuntu [12:28] yea that's kinda pointless too but i thought you wanted it in an ogg [12:28] Karti: I use a cronjob to run tar to backup my $HOME. Maybe that would suffice? === esteve [n=esteve@68.Red-80-36-218.staticIP.rima-tde.net] has joined #kubuntu === CyD [n=joey@24-119-54-59.cpe.cableone.net] has joined #kubuntu [12:30] ardchoille: its part of a cron job, and once the script is complete, if its sunday it nacks up to my network drive. So I have weekday backups to a USB drive and weekly to a network [12:30] mp3 to ogg will result in significant quality loss because of the different sampling technique. [12:30] how useable is the current beta of kde4? [12:30] backs up even! === frank23 [n=frank@CPE001839c1904e-CM00080d26a042.cpe.net.cable.rogers.com] has joined #kubuntu === runlevelten [n=runlevel@88-96-94-193.dsl.zen.co.uk] has joined #kubuntu [12:30] jhutchins: hmm sorry i was thinking he wanted to store mp3 files in a ogg-continer [12:30] aaron:Very useful if you want to find and report bugs! [12:31] Karti: Sounds good. [12:31] heh. for reals though. [12:31] I can't even get it installed. [12:31] :) [12:31] yeah....lol if I can get the Sunday bit to work [12:31] Then again, if he's going mp3@ 320 -> mp3 @ 198, going to ogg @ 198 might be better. Probably not. [12:31] is someone trying to make a backup? [12:31] i have a sweet script for that [12:32] jhutchins: hmm why's that? [12:32] aaron: Can you post it to pastebin? [12:32] jhutchins: because ogg is more efficient than mp3 === claydoh__ [n=claydoh@66-252-59-2.dyn-adsl.midmaine.net] has joined #kubuntu [12:32] aaron: I am tying to use an if statement to backup only on a sunday [12:32] jhutchins: ? [12:32] trekdann1: They both discard some of the sound, but they do it differently, so if you translate from one to the other you loose BOTH parts of the sound. [12:32] jhutchins: hmm yeah [12:33] Whereas if you go to heavier compression, you just loose _more_ of the same parts. [12:33] Karti: odd. === animemaster2k5 [n=animemas@h70.193.140.67.ip.alltel.net] has joined #kubuntu [12:33] aaron: ? [12:33] can't cron just run it on sundays? === esteve [n=esteve@68.Red-80-36-218.staticIP.rima-tde.net] has joined #kubuntu [12:34] aaron , Karti yes, cron can be set to run a script only on Sunday's [12:34] jhutchins: hmm if you go from mp3 @ 320 -> mp3 @ 192 isn't the whole thing resampled ? [12:34] aaron: I have a single backup script that runs every two days to a backup usb drive, but in the script if it is sunday, it will also backup to a network drive