[12:13] LeeJunFan: /dev/sda5 (but I get error when trying to mount) /dev/sda6 I just created mounted fine [12:13] DrX: grep "sda5" /proc/mounts [12:13] dd if=/dev/sda5 bs=128k | bzip2 -z1c | split -b 2000m /output/files [12:13] should do it I think [12:14] but you'd have split bzip2 files which might be goofy to deal with === tony__ [n=tony@217.130.70.149] has joined #kubuntu === Till [n=chatzill@12-113.admiral.tvoe.tv] has joined #kubuntu [12:14] dd if=/dev/sda5 bs=128k | bzip2 -z1c | split -b 2000m /output/files.bz2 [12:14] would be better === neptunepink [n=neptune@adsl-75-62-110-120.dsl.snfc21.sbcglobal.net] has joined #kubuntu [12:14] bzip2 can take ages tho [12:14] dd if=/dev/sda5 of=- | zcat - > backup.gz didn't work === wsjunior_ [n=wsjunior@200.163.13.127] has joined #kubuntu [12:14] says unexpected end of file [12:14] (stdin) === apol [n=apol@84.78.178.63] has joined #kubuntu [12:15] I'm ok not breaking it up... [12:15] alrighty [12:15] dd if=/dev/sda5 bs=128k | bzip2 -z1c >/output/file.bz2 [12:16] Anyone know of a good dc client? [12:16] gzip would go faster, but I *KNOW* the options are diffrent between the osx version and the one that kubuntu has (I'm on osx now, so I can't test it for you, bzip2 on the other hand is the same) === neutraloss [n=neutralo@rrcs-24-213-197-102.nys.biz.rr.com] has joined #kubuntu [12:16] and I know the command above works [12:17] (granted I was testing it with a 3Gb file of the letter 'a', which I'm sure isn't what your sda5 is full of, but that's not the point) [12:18] So does the kubuntu live CD installer not support using LVM? [12:18] I just tried to install the feisty beta and couldn't find the LVM option in the partitioner. === marnaud [n=mmax@AAmiens-152-1-23-9.w83-192.abo.wanadoo.fr] has left #kubuntu [] === firephoto [n=tom@pool-71-120-244-121.spknwa.dsl-w.verizon.net] has joined #kubuntu [12:18] I ended up falling back to the console based install. [12:20] digital_logic: 3GB of the letter a? Are you making zip bombs for your enemies? [12:20] :) [12:20] ssickle: I think you'd need the alternate cd for that === zack [n=zack@cpe-075-177-071-023.triad.res.rr.com] has joined #kubuntu === rogers_ [n=rogers@S01060016b62d1d1c.nb.shawcable.net] has joined #kubuntu [12:20] no, it was to test a c program I was trying to get working that would simply report filesize. [12:20] (it didn't work because I can't figure out a coherent way to handle numbers larger than long int) [12:21] I was using the DVD installer. Last time I used the alternative cd I had to use console install for LVM as well. === pyrotix_ is now known as pyrotix [12:21] bzip2 ? [12:21] I just wondered if the feature was supposed to be added for the feisty graphical installer? [12:21] bzip2 is like gzip, but better [12:21] does it create a gz file? [12:22] DrX: no, it creates a .bz2 file, it's compressed more. === ubuntu [n=ubuntu@choice.demon.co.uk] has joined #kubuntu [12:22] and somewhat slower (though int he command I gave you, it is set to level 1, meaning it will go as fast as it can) === vorian [n=vorian@ubuntu/member/Vorian] has joined #kubuntu === abortd_ [n=abortd@ip-12-195-52-66.ncwcom.com] has joined #kubuntu [12:22] why do you suppose I can't mount /dev/sda5 but the contents work? [12:22] but just about anything that can decompress gz, should have some way to decompress bz2 === frutax [n=bushsm@peregrin.jmu.edu] has joined #kubuntu [12:22] confused partition table? [12:22] gophers? [12:23] ssickle: ask in #ubuntu+1 === maki [n=maki@62.162.217.229] has joined #kubuntu [12:23] i gather bz2 can unzip, right? [12:23] yes === bipolar [n=bflong@000-173-604.area3.spcsdns.net] has joined #kubuntu [12:23] y, but confused partition table = contents don't run, right? [12:23] stdin: ok thanks. === maki [n=maki@62.162.217.229] has left #kubuntu ["Konversation] [12:23] I have no idea why it wouldn't. === animimotus [n=animimot@unaffiliated/animimotus] has left #kubuntu ["Le] [12:24] I'm wondering if Xen overwrites the ext3 formatting when you select a block device? [12:24] chmod... what is the other one? [12:24] chgrp? [12:24] physically the drive still works, so dd can read it, it will just make an image that is just as screwed up as the original === Till is now known as Chinaski [12:24] however, then you can work on getting the original to work again, and not have to worry about obliterating your data completely === ChuckNorris|GOD [n=jose@200.92.57.127] has joined #kubuntu [12:25] AZNSLD: chgrp changed the group only, chown can change the owner group (or just the owner) === Chinaski is now known as Till === HubHub [n=HubHub@208.114-65-87.adsl-dyn.isp.belgacom.be] has left #kubuntu ["Good] [12:25] Is the another one? [12:25] (and since 'not mounting' could be being casued by a good number of things, its a good idea to back up the drive in its current mangled state before trying to fix it, and possibly making things worse) [12:25] yeah I never use chgrp :P [12:25] chdir? [12:25] sounds familar anyway [12:26] AZNSLD: it's another command [12:26] chroot? === eagles0513875 [n=jonathan@209.184.165.20] has joined #kubuntu [12:26] chpants? [12:26] chown! [12:26] :P [12:26] I thought you said that one.... [12:26] oh, no that whas chmod [12:26] does anyone have a link to a wiki on how to install and config dhcp server [12:26] digital_logic: this takes a while, huh? [12:26] its a 60G drive? [12:26] being backed up to what? [12:26] another internal harddrive? === manchicken_ is now known as manchicken|away [12:27] when i try to install libqt3-mt-dev with apt-get i get the following error: Depends: libcupsys2-dev but it is not going to be installed. what should i do to fix it? im using edgy [12:27] you *DID* put in the bs=128k though didn't you? [12:27] it's a 250GB drive partitioned, copying 60GB /dev/sda5 to /dev/sda6 with bzip === office [n=office@217.97.224.254] has joined #kubuntu [12:27] (or anything larger than ~16k) [12:28] does anyone have a link to a wiki on how to install and config dhcp server [12:28] how much free space is on sda6? [12:28] no, I used dd if=/dev/sda5 | bzip2 -z1c >sql-xen-vm (the other commands were throwin errors) [12:28] 60GB === pablo__ [n=pablo@63.Red-83-61-153.dynamicIP.rima-tde.net] has joined #kubuntu [12:28] bs=(something) *MAY* make it go much faster === orient2000 [n=orient20@CPE00e018fe7049-CM0014f85e8fb0.cpe.net.cable.rogers.com] has joined #kubuntu [12:29] obviously, it's slower b/c it's reading & writing to the same drive, but I have a mirrored pair w/ HW RAID 1 so it should be writing to one while reading from the other [12:29] (since the default block size is something teeeny, and drives because of how they work (and subsequently how dd does things linearly) reading in larger hunks then being able to compress them that way too can make it go much faster === keszi000 [n=keszi000@89.186.112.2] has joined #kubuntu === shadowhywind [n=shadowhy@ppp-69-211-92-110.dsl.milwwi.ameritech.net] has joined #kubuntu [12:30] does anyone have a link to a wiki on how to install and config dhcp server [12:30] eagles: APPARENTLY NOT. [12:31] ok [12:31] !repeat | eagles0513875 [12:31] eagles0513875: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. You can search https://help.ubuntu.com or http://wiki.ubuntu.com while you wait. Also see !patience [12:31] you can usually find that stuff with reasonable ease on google === Kr[4] t05 is now known as Kr4t05 === gesser [n=gesser@189.4.76.207] has joined #kubuntu [12:32] digital_logic: oddly, when I ls in another terminal i see nothing, should I be seeing at least one file now? [12:32] !wifi [12:32] Wireless documentation can be found at https://help.ubuntu.com/community/WifiDocs === [BTF] Chm0d [n=rich@pool-71-101-99-158.tampfl.dsl-w.verizon.net] has joined #kubuntu [12:33] How do i add a harddrive with read and write access? === firephoto [n=tom@pool-71-120-244-121.spknwa.dsl-w.verizon.net] has joined #kubuntu [12:33] *Ntfs === milardovich [n=milardov@puente.knett.com.ar] has joined #kubuntu [12:33] you're sure that >(thefileyouentered) is ON sda6? [12:34] !ntfs-3g [12:34] ntfs-3g is is a Linux driver which allows read/write access to NTFS partitions. It has been extensively tested but please remember to keep backups of critical data. Installation instructions at http://lunapark6.com/?p=1710 (Dapper) and http://ubuntuforums.org/showthread.php?t=217009/ (Edgy) [12:34] because it may just be writing to $HOME [12:34] stevethepirate ^^ [12:34] (your user dir) === duna [n=duna@d83-190-30-62.cust.tele2.it] has joined #kubuntu [12:35] does anyone know when they will have 6.10 for shipit [12:35] i did mount /dev/sda6 /mnt/mountpoint; cd /mnt/mountpoint; dd if=/dev/sda5 ... of=sql-xen-vm [12:35] coty_: they won't [12:35] why [12:35] Ya. Got that.. Already.. Just forgotten how to -see- which harddrive dev to add.. === nailz [n=nailz@cpc1-cani1-0-0-cust315.renf.cable.ntl.com] has joined #kubuntu [12:35] coty_: the next version on shipit will be the next LTS release [12:35] stdin: which is [12:36] stdin: when will it be out [12:36] coty_: nobody knows yet === hellokthulu [n=hellokth@pool-71-163-157-188.washdc.fios.verizon.net] has joined #kubuntu [12:36] stdin: so it might be a newer version? [12:36] coty_: maybe 8.04 [12:36] Hello, *... [12:36] ok perhaps more clues to my problem could be found trying to solve this: when i try to apt-get install kde-devel, the following packages have unmet dependencies: kdesdk, libarts1-dev, kdelibs4-dev, kdebase-dev, libkonq4-dev...what's my problem? [12:36] stdin: sweet [12:36] DrX you should have seen the fiile be created as soon as you started the command [12:36] stdin: so i have to wait a year [12:36] am I wrong to presume >sql-xen-vm will go to the current device? should I have done >/mnt/mountpoint/sql-xen-vm ? [12:36] Anyone know why Firefox would suddenly be unwilling to start up? === coty_ is now known as coty [12:37] which leads me to beleive that it isn't being redirected to the right place, *or* something else is wrong === miguel [n=miguel@225.108.103.87.rev.vodafone.pt] has joined #kubuntu [12:37] Drx: no, that's right (it should) === kal [n=kalene@ANUS7.RES.cmu.edu] has joined #kubuntu [12:37] stdin: I cant figure out how to upgrade to the new 7.04 without the cd [12:37] What are iptables? === kuarman [n=kuarman@11.Red-83-53-55.dynamicIP.rima-tde.net] has joined #kubuntu [12:37] stdin: could you help me === Stormzoeker [n=Stormzoe@cc1075059-a.sneek1.fr.home.nl] has joined #kubuntu [12:37] I dunno why it shouldn't. === kuarman [n=kuarman@11.Red-83-53-55.dynamicIP.rima-tde.net] has left #kubuntu ["Konversation] [12:37] digital_logic: hmmm, I started it briefly w/o bzip & it did create a file, but now nothing [12:37] *isn't === miguel is now known as m_tadeu === Pensa`MIA [n=pensacol@52.10-67-87.adsl-dyn.isp.belgacom.be] has joined #kubuntu [12:37] coty: look at the /topic [12:37] it deleted it? [12:37] ?! [12:37] Could some one help me with the firewall.. [12:37] ? [12:38] found it ... it's creating it in /etc [12:38] hellokthulu, run firefox from the command line and see what error it tosses out. [12:38] stdin: ? === kal is now known as kalenedrael [12:38] AZNSLD> what u need ? [12:38] that's inventive. [12:38] AZNSLD: You'll probably want to track down a 'iptables' tutorial... ask Google... [12:38] umm [12:38] good thing I've got 10GB free [12:38] AZNSLD, or shorewall [12:38] Yorokobi: It does nothing, no errors, just returns instantly. ps can't find anything...! [12:38] !guarddog [12:38] Ubuntu, like any other linux distribution, has firewall capabilities built-in. The firewall is managed using the 'iptables' command (see https://help.ubuntu.com/community/IptablesHowTo), or GUI applications such as Firestarter (Gnome) or Guarddog (KDE). === samir85 [n=samir85@pptp-212-201-74-57.pptp.stw-bonn.de] has joined #kubuntu [12:38] coty: "The channel topic is "Kubuntu Support Channel | Beta! http://kubuntu.org/announcements/7.04-beta.php | Test edgy->feisty upgrade https://wiki.kubuntu.org/KubuntuDistUpgrade ..." [12:38] I want to get apache2 working on my computer [12:38] if you wantt to stop it, nothing bad will happen (youd' just have to start over) [12:38] but I cant figure it out === stra is now known as assadadadada === excitatory [n=excitato@CPE-70-94-36-196.wi.res.rr.com] has joined #kubuntu [12:38] but you could add bs=128k and it should go a bit faster [12:38] stdin: i hae tried [12:39] hellokthulu, have you recently installed any new extensions (or upgraded them)? === assadadadada is now known as stra [12:39] stdin: i dont think i did it right [12:39] AZNSLD> is it installed, if so , sudo /etc/init.d/apache2 [12:39] Hey guys, I just installed Kubuntu Feisty. Do you have any idea why qtpart says my usb harddrive is status hidden ? [12:39] DrX: be back in a bit. [12:39] !apache | AZNSLD [12:39] AZNSLD: LAMP is an acronym for Linux-Apache-MySQL-PHP. However, the term is often used for setups using alternative but different software, such as Perl or Python instead of PHP, and Postgres instead of MySQL. For help with setting up LAMP on Ubuntu, see https://help.ubuntu.com/community/ApacheMySQLPHP - See also the Server CD installation process (different in Edgy+) [12:39] hi everyone...how do I get SMP to work? === thompa [n=thom@c-69-245-39-101.hsd1.tn.comcast.net] has joined #kubuntu [12:39] Yorokobi: Hmmmm, I think the recent upgrade did an update to 1.5.0.11 (?) [12:39] coty: just follow the instructions from https://wiki.kubuntu.org/KubuntuDistUpgrade , should be fine [12:39] Don't think I had any extensions installed. === thompa [n=thom@c-69-245-39-101.hsd1.tn.comcast.net] has left #kubuntu [] [12:39] hellokthulu, that's a pretty old version of FF [12:39] digital_logic: by upping the -z1c to a higher level of compression, how much space would I save versus how much extra time? [12:40] Well, this machine is running Dapper. [12:40] little space, and LOTS of time [12:40] stdin: i have [12:40] heh, upgrade :) [12:40] heh :-) [12:40] stdin: they make no sense [12:40] I cannot see my usb harddrive, even though I can see it in qtparted. Can somebody help me ? [12:40] frutax: can you paste the full output of your installation attempt to paste.ubuntu-nl.org? [12:40] (though actually it depends on the files) [12:40] coty: what part are you stuck on? [12:40] Yorokobi: Any other ideas? Konqueror starts up fine and hits the net fine... [12:40] the begging [12:41] begining [12:41] all [12:41] of it === AfterBurner [n=UPP@c934278f.virtua.com.br] has joined #kubuntu [12:41] hellokthulu, you could try reverting to a previous install/release [12:41] !phpmyadmin [12:41] Yorokobi: Cool, how do I do that? [12:41] Sorry, I don't know anything about phpmyadmin - try searching on http://bots.ubuntulinux.nl/factoids.cgi [12:41] hellokthulu, do you have synaptic (or kinaptic) installed? [12:41] Yup [12:41] adept [12:42] synaptic, at lesat [12:42] DrX: btw - if you want to watch the progress start another shell and do this: while [ 1 ] ; do kill -USR1 `pidof dd` ; sleep 3s ; done then switch back to the shell where dd is running and it'll output progress [12:42] *least [12:42] hellokthulu, find firefox in synaptic, highlight it and then use Ctrl-E and pick out an old version [12:42] THANKS! [12:42] I'm on it :-) [12:42] LeeJunFan: it shows 0 blocks, that's not good [12:42] !3d [12:42] Sorry, I don't know anything about 3d - try searching on http://bots.ubuntulinux.nl/factoids.cgi [12:43] LeeJunFan: does bzip2 create an intermediate file? [12:43] DrX: no, it'll use as much ram as possible - then should flush to the file. [12:44] DrX: it sounds like dd isn't even reading anything if it says 0 blocks. === rbrunhuber [n=Miranda@highway.mvi.de] has joined #kubuntu [12:44] Anyone know, (or know where I can find out), if/when kubuntu is going to adopt Firefox 2.0? [12:44] DrX: I happen to be wiping a 120G hd right now with dd, watching my progress in the same way. [12:44] LeeJunFan: yeah, and ls -s -S doesn't show any large & growing files either [12:44] bobbyd: it already has [12:44] bronze_0_1: it already has [12:45] I'm installing ubuntu gnome inaddition to kde can I use either update system to update my entire system? Are they just shells for apt-get? [12:45] DrX: are you root in the shell you started dd from? [12:45] Are they just gui's for apt-get? [12:45] pollyo: basically yes [12:45] LeeJunFan: no, I'm in a second shell [12:45] stdin: so I can just apt-get install firefox to get it? [12:45] bronze_0_1: It's in 6.10 [12:45] DrX: I mean - did you run dd as root? [12:45] bronze_0_1: you on edgy or dapper? [12:45] LeeJunFan: yes [12:45] pollyo: synaptic (gnome) will have a log of only what you installed through itself, though. [12:46] stdin: umm Idunno. (blushes) [12:46] it shows the output file, but it's 0 blocks & no files are present that are growing [12:46] DrX: and in the shell you ran the line I gave you you also need to be root. [12:46] Sanne: Oh... [12:46] !version | bronze_0_1 [12:46] bronze_0_1: To find out what version of Ubuntu you have, type lsb_release -a in a !shell === samir85 [n=samir85@pptp-212-201-74-57.pptp.stw-bonn.de] has left #kubuntu ["Kopete] [12:46] Sanne: Will that impact updates? Also will adept be able to see anything installed with synaptic? [12:46] LeeJunFan: I've got 3GB of RAM, but that won't cover 10-60GB of data [12:46] DrX: as a normal user you can't send a kill signal to a process owned by root ( your dd) [12:46] dapper [12:47] 6.06 === aaroncampbell_ [n=aaroncam@63.225.219.62] has joined #kubuntu [12:47] pollyo: they both use the same datebase, I use both all the time [12:47] bronze_0_1: you'll need to enable backports then [12:47] stdin: Ok. [12:47] LeeJunFan: should I stop this and restart the job to /mnt/mountpoint (/dev/sda6)? [12:47] !backports [12:47] If new updated Ubuntu packages are built for an application, then they go into Ubuntu Backports. See https://help.ubuntu.com/community/UbuntuBackports - See also !packaging [12:47] pollyo: yes, the synaptic log is not the overall apt/dpkg log, it's just a conveinience for the user. The system install logs are in /var/log/dpkg*.log === tmske [n=thomas@d54C0D523.access.telenet.be] has joined #kubuntu [12:47] DrX: what's the line you're using again to create the backup? [12:47] stdin: thank you [12:47] :) [12:47] Once I have selected an installed the beryl packages, how do I start them, and see how they work? === kings [n=kings@dr4g0nn.gotadsl.co.uk] has joined #kubuntu [12:48] hello [12:48] beryl-manager starts beryl [12:48] aaroncampbell_: start beryl-manager [12:48] itll be obvious if its working :( [12:48] :)* [12:48] anyone got a speedtouch modem ? [12:48] dd if=/dev/sda5 | bzip2 -z1c >sql-xen-vm [12:48] I have a connection but I cant ping anything [12:48] Im a little confused - I think its something to do with my network configuration or something [12:49] BBL [12:49] stdin: is that going to be in a menu somewhere? Or should it be run from a prompt? [12:49] LeeJunFan: drive lights are flashing drive 0 then drive 1 as I would expect on RAID 1 pair [12:49] How do i run alsaconf in feisty? === RavenTux [n=raventux@unaffiliated/raven301] has joined #kubuntu === pollyo [n=pollyo@c-68-81-43-126.hsd1.pa.comcast.net] has left #kubuntu [] === claud [n=claud@82.77.175.115] has joined #kubuntu === killown [i=killown@201-43-171-159.dsl.telesp.net.br] has joined #kubuntu [12:50] aaroncampbell_: Kmenu -> System -> Beryl Manager (should be there, if not just press Alt-F2 and type beryl-manager in) [12:50] in kubuntu 7.04 how do i make beryl my default window manager? === m_tadeu [n=miguel@225.108.103.87.rev.vodafone.pt] has joined #kubuntu [12:50] kings: what can't you ping? what have you tried pinging? are there any other network issues? [12:51] claud: Feisty question/support in #ubuntu+1 [12:51] claud, create a symbolic link to beryl-manager in your .kde/Autostart directory [12:51] Enfilade: Feisty question/support in #ubuntu+1 [12:51] LeeJunFan: guess what? now there's a large and growing file on /mnt/mountpoint (you must have been right that it was using RAM first, then it must have flushed the file when it ran out of space) [12:51] Cheers [12:51] DrX: odd, that line should work, I just tried it with /dev/zero as a test. [12:51] stdin, hi - i can only seem to ping the P-t-P:195.112.5.30 - whatever that is [12:51] yes.. but i have kubuntu :) [12:51] DrX: cool. [12:52] claud: doesn't matter [12:52] k [12:52] 10x [12:52] LeeJunFan: is there a way to estimate completion time? [12:52] stdin or neil__ : It works fine...but it removed all my close/minimize buttons [12:52] DrX: back [12:52] stdin, I followed the speedtouch guide on ubuntu and when I run the script I get a successful connection apparently - but I cant ping google by name or by ip address [12:52] Yes, you can get the current speed from DD [12:52] aaroncampbell_: try minimising and restoring the windows (from the taskbar) [12:53] stdin, I get connect: Network is unreachable [12:53] then using a pencil & calculator you can figure out how much longer (since you *KNOW* the drive is 60gb [12:53] I can do that...but the buttons don't return [12:53] kings: but you can connect to google? [12:53] kill -s SIGINFO {dd's PID} [12:53] AaronCampbell_ it may be because of the emerald theme you're using. Right click the beryl-manager icon in the sys tray and go to emerald settings [12:54] aaroncampbell_: I found that if I waited for a while, they came back [12:54] and pick a different theme === RoyB72 [n=royb@37.80-203-239.nextgentel.com] has joined #kubuntu [12:54] though, for some reason SIGINFO dosen't seem right... [12:54] DrX: it's tough, that's what that while.... line should do for you. At least to some degree, normally it outputs lines showing dd's progress like: 1048576000 bytes (1.0 GB) copied, 50.3547 seconds, 20.8 MB/s === mefisto [n=silentma@cpe-76-189-108-154.neo.res.rr.com] has joined #kubuntu [12:55] all versions I've seen have done EVERYTHING in bytes, and based copyied data on the size of the bs=# parameter [12:55] digital_logic: kill -USR1 [pid of dd] shows the info === MK-Mike [n=mknights@89.241.15.23] has joined #kubuntu [12:55] since I don't think you set one, I can't say for certian what you're systems default blocksize is [12:55] Yorokobi: I don't have an icon for it in the tray. [12:55] stdin: I guess we'll see === kristjan_ [n=kristjan@85.196.236.241] has joined #kubuntu === lnxkde [n=lnxkde@206.248.91.69] has joined #kubuntu === stra [n=asdf@unaffiliated/stra] has left #kubuntu ["Konversation] [12:56] AaronCampbell_, no? it looks like a red diamond === MK-Mike [n=mknights@89.241.15.23] has joined #kubuntu === iamcalvo_ [n=manom@cm170009.red91-117.mundo-r.com] has joined #kubuntu [12:56] stdin, nope cant connect to anything at all [12:56] Try K -> Settings -> Emerald Theme Manager === stra [n=asdf@81.215.124.27] has joined #kubuntu [12:56] what does ifconfig show? [12:57] kings: ^ === MK-Mike [n=mknights@89.241.15.23] has joined #kubuntu [12:57] digital_logic: yeah, it only updates at new blocks, so dd will show 0 bytes until it's done with a block. [12:57] I presume you're using emerald and not one of the others [12:57] LeeJunFan: no chance it will corrupt the dd backup? [12:57] Yorokobi: nope [12:57] DrX: no, as long as you only use -USR1 [12:57] hey [12:57] aznsld@aznsld-desktop:~$ apache2 [12:57] apache2: Could not determine the server's fully qualified domain name, using 127.0.1.1 for ServerName [12:57] (13)Permission denied: make_sock: could not bind to address [::] :80 [12:57] no listening sockets available, shutting down [12:57] Unable to open logs [12:57] what does all this mean? === MK-Mike [n=mknights@89.241.15.23] has joined #kubuntu [12:57] stdin, I have a ppp0 connection with my static ip in it === yuan [n=yuan@cust149-47.tvcabo.co.mz] has joined #kubuntu [12:57] Hey, I removed kde and reverted back to ubuntu, but beryl still sees kwin as being installed.. [12:58] how do i remove it? [12:58] AZNSLD: if you read the lamp help page, it tells you [12:58] oh ok [12:58] ty [12:58] what is the proper way to report a bug? Do I have to navigate to https://bugs.launchpad.net/ubuntu/feisty/+bugs or filling a bug report in https://launchpad.net/ubuntu/+bugs is enough then using feisty e.g.? [12:58] !bugs [12:58] If you find a bug in Ubuntu or any of its derivatives, please file a bug report at: http://bugs.ubuntu.com/ - Bugs in/wishes for the bots can be filed at http://launchpad.net/products/ubuntu-bots [12:58] kings: static? have you set a gateway IP? === MK_Mike [n=mknights@89.241.15.23] has joined #kubuntu [12:58] stdin, where do I set that ? [12:59] kristjan_: just https://launchpad.net/ubuntu/+bugs , as the bug will be filed against the latest version, just mention you're on feisty === pascutti [n=angelo@201-41-180-226.mganm702.dsl.brasiltelecom.net.br] has joined #kubuntu [12:59] stdin - update FF2.o was found in the backports repo for edgy, but not dapper (still on 1.5). It would be foolish of me to install FF2.0 from edgy on dapper, right? [12:59] LeeJunFan: so it is https://launchpad.net/ubuntu/+bugs - then what for is https://bugs.launchpad.net/ubuntu/feisty/+bugs made available? [01:00] kings: System Settings -> Network Settings, routes tab [01:00] block size = 7660 bytes? (60G / ending 24021 - beginning 16189), sound right? [01:00] bronze_0_1: very, if it's not on dapper, then it's because it doesn't work on dapper === N0M3G4 [i=Omega512@41.201.255.148] has joined #kubuntu [01:00] kristjan_: it's just the build of the page, if you file against a certain release and it's not fixed then your bug won't carry over to the next version. So it's best to file against ubuntu alone. [01:01] stdin: roger. Thanks. [01:01] is there a way to use ubotu on my desktop ? when i am not on irc too, i like ubotu too much, i wanna know as much as it :D === mshade [n=mshade@ip68-100-229-20.dc.dc.cox.net] has joined #kubuntu [01:01] stdin, oh in gnome [01:01] stdin, im in gnome [01:01] eilker: try asking it out on a date, maybe it'll come home with you after. :-) [01:01] bronze_0_1: I think I saw a howto to get it working tho, let me look... === Stormzoeker [n=stormzoe@cc1075059-a.sneek1.fr.home.nl] has joined #kubuntu [01:02] bronze_0_1> :D , btw how is your system ? could u set it up ? [01:02] kings: ask in #ubuntu then, I don't/won't use gnome so I don't know the place to go to === manfred_ [n=manfred@dslb-082-083-133-030.pools.arcor-ip.net] has joined #kubuntu === manfred_ is now known as manfred__ [01:02] eilker: um, which one? :) === Matt101 [n=endlessu@cpe-065-184-187-052.ec.res.rr.com] has joined #kubuntu [01:03] test [01:03] eilker: i.e. what was I trying to do? I have 5 or 6 machines continuously being torn up/down. :) [01:03] bronze_0_1> u obviously have many : ) u were talking about 5-6 computer deployment etc.. [01:03] yeah it is :) [01:03] It do get confusing. [01:03] bronze_0_1: https://help.ubuntu.com/community/FirefoxNewVersion [01:03] LeeJunFan: the while didn't work ... probably the wrong process ID? === mefisto_gofish [n=silentma@cpe-76-189-108-154.neo.res.rr.com] has joined #kubuntu [01:04] stdin: Great! thank you again. === kf [n=kf@89.124.112.44] has joined #kubuntu [01:04] DrX: did you get an error? === SmrtJustin [n=SmrtJust@cblmdm72-241-95-203.buckeyecom.net] has joined #kubuntu === grgs__ [n=grgs@ppp069-113.dsl.hol.gr] has joined #kubuntu === yuan [n=yuan@cust149-47.tvcabo.co.mz] has joined #kubuntu [01:04] DrX: that line is copied and pasted from what I'm running here. remember you need to become root first sudo -s ; then run the while .... === mgm [n=mgm@adsl-68-76-106-141.dsl.bcvloh.ameritech.net] has joined #kubuntu [01:05] kill: pidof dd: arguments must be process or job IDs === mgm is now known as mgm__ [01:05] can someone give me a good video converter? [01:05] so i cant convert movies for my psp [01:05] why sudo to do -USR1? [01:05] is there anything worth keeping in an old stand alone dvd player thats on the fritz? [01:05] coty: mcoder and ffmpeg are good, avidemux for a gui [01:05] LeeJunFan: ls -s -S shows bytes, not blocks, huh? [01:05] as far as parts is concerned [01:06] I'm using sabnzbd, and it normally auto unrars for me === manfred__ [n=manfred@dslb-082-083-133-030.pools.arcor-ip.net] has left #kubuntu ["Konversation] [01:06] to disable hplip starting at boot I add no to RUN_HPLIP=? (in /etc/default/hplip) === Matt101 [n=endlessu@cpe-065-184-187-052.ec.res.rr.com] has left #kubuntu ["Konversation] [01:06] DrX: yeah. ls doesn't know what blocksize dd is using. [01:06] i forgot this time, how do i use rar command line to unrar a set of like 50 files? [01:06] stdin: thanks [01:06] DrX: I've got that same while running here and it's working on 2 dd's I've got going. [01:06] DrX: you have to switch back to the terminal running dd to see what dd outputs. === Admiral_Chicago [n=freddy@st074039212101.monm.edu] has joined #kubuntu [01:07] LeeJunFan: so, this is going to take all week b/c it's only at 1899608 [01:07] ls -h [01:07] neil__: unrar e file.rar (it will look for the file.r??? files) [01:07] thanks :) [01:07] thus why I was adamant about setting bs=something big [01:08] DrX: yeah, that's 2g. it'll take a good while. === sbi [n=sbi@adsl-84-226-153-59.adslplus.ch] has joined #kubuntu [01:09] nite all [01:09] digital_logic: I'm happy to change it, but if u pick a block size larger than the native size won't it just waste space since dd is an exact copy? (that's one reason I created a 60G identical partition so I would ensure same block size) [01:09] LeeJunFan: what if I lose the compression? how much of a hit do you think I'm taking? [01:10] DrX: it would probably help quite a bit. [01:10] digital_logic: why SO slow? i could just about hand write the data at this rate.... :( === elvis [n=elvis@cblmdm72-241-2-206.buckeyecom.net] has joined #kubuntu === ljj [n=ljj@219.130.190.40] has joined #kubuntu [01:11] I can assure you, you wouldn't be able to write out a few billion bytes as quickly as even a very slow drive can [01:11] digital_logic: joking [01:11] I know. [01:11] I have a problem guys [01:11] what if I dd w/o compression and THEN gzip or bzip2 -- end result about the same amount of time? [01:11] I was running 64 bit version of ubuntu before and it didnt happen then [01:11] The way dd uses 'blocksize' isn't quite the same as the 'blockssize' of a drive [01:11] !dolphin [01:11] Sorry, I don't know anything about dolphin - try searching on http://bots.ubuntulinux.nl/factoids.cgi [01:12] :\ === ORiON- [n=orion@87.69.59.136.cable.012.net.il] has joined #kubuntu [01:12] but when I view pages or drag windows the system lags bad [01:12] if you set the blocksize really big, it just measnt that DD will take large HUNKS into memory at once, then try to write them to its output [01:12] anyone know a way to fix? [01:12] its not actually wasting space, its just the diffrence between moving a mountain one grain of dirt at a time, or an entire truckload at a time. === osh__ [n=osh@user209.85-195-3.netatonce.net] has joined #kubuntu [01:13] Either way you'd get it done, but doing it one grain at a time would mean _LOTS_ of useless walking back and fourth (which is exactly what you're having dd & bzip2's subroutines do with a small blocksize) === claud [n=claud@82.77.175.115] has joined #kubuntu [01:14] digital_logic: if I restart w/ a larger block size, would it finish sooner? [01:14] so can anyone help me? Im using 6.10 if that helps [01:14] you're doing LOTS of read requests, and an EQUAL number of write requests, for blocks smaller than the blocksize of the drive anyway, and either way, its going to be one giant continuous sparsefile [01:14] it should [01:14] elvis: what kernel? the -386 or -generic ? [01:14] is this SCSI or SATA? [01:15] what do you suggest for max performance w/o sacrificing file integrity? [01:15] speaking of moving truckloads of data. How do you guys deal with backing up a regular desktop computer these days? [01:15] I think 386 [01:15] but how do i tell for sure [01:15] USB HD? [01:15] btw, how much risk do I incur adding compression to dd? === Noxville [n=Noxville@41.208.48.1] has joined #Kubuntu [01:15] elvis: uname -r [01:15] Server on the same subnet? [01:15] generic [01:15] RAID? :P [01:15] my bad [01:15] you shouldn't need to worry about it, unless you have reason to suspect your memory system or harddrives of currupting data on you === Noxville is now known as stevethepirate [01:15] (which would mean many other weird things should be happening) [01:16] elvis: was going to say, -generic is normally faster [01:16] digital_logic: I'm not so sure about the handwriting things ;) [01:16] digital_logic: so, what do you suggest I use for max performance? [01:16] huh? === keszi000 [n=keszi000@89.186.112.2] has joined #kubuntu [01:16] It is so wierd because I installed a 64 bit version previously and it worked fine [01:16] what kind of drive is it? [01:16] Hello [01:16] scsi or sata? [01:16] now that im running the 32 bit version it dont work [01:16] fine === edulix_ [n=edulix@70.Red-88-15-163.dynamicIP.rima-tde.net] has joined #kubuntu [01:17] elvis: what graphics hardware? [01:17] SATA [01:17] Kyral: yes, I've been thinking about getting an USB (or better eSATA?) hd, but just performing a full backup takes a long time with to 0.5 TB hds. Do you know of any fast backup scripts? [01:17] DrX: Scsi, sata, usb, or IDE on a PCI adapater? [01:17] ah, what generation? [01:17] SATA2? [01:17] its an onboard nvidia [01:17] hansen: Incremental backup [01:17] hansen: use rsync :P [01:17] SATA 2 300 on HW RAid controller w/ big cache [01:17] Ah, so its a raid [01:17] striped? [01:17] I saw in a picture of a program that ran on the side of the desktop that displayed info like about system speed.. Disk capacity.. Etc.. Anyone know what its called? [01:17] elvis: maybe try the nvidia driver, see if it's a graphics issue [01:18] mirrored (thankfully, it's reading 0 and writing 1 but you can hardly tell) === grgs_ [n=grgs@ppp069-113.dsl.hol.gr] has joined #kubuntu [01:18] ah, ok [01:18] elvis: or, if you're using the nvidia driver, try the nv one [01:18] at least that's the problem we have with out mailserver. It uses a tar-based backup script to make the backup and then uploads it to external storage. Incremental backups are usually not too slow, but the full backup done every week takes forever [01:18] in that case, w'll be nice to it, and I'd say try bs=512k [01:18] hansen: Thats why you do it every week and not everyday :P [01:18] mailserver == cyrus mailstore == one file per message [01:18] how do i find those drivers [01:19] you could probably go up to 8192k (8mb), but you should prolly be nice to your drives === sidnelson [n=sidnelso@c9513ee3.virtua.com.br] has joined #kubuntu [01:19] Kyral: I had it failing a couple of time because it didn't complete in 24 hours before the next incr. backup -- it's that bad :) [01:19] and I've never seen big performence increases on anything above 1024k [01:19] just look on google and find the line you need to type in? [01:19] hansen: Don't use mailstore? [01:19] elvis: nv is the default nvidia driver, there is a guide to installing the nvidia (binary) one === shadowhywind [n=shadowhy@ppp-69-211-92-110.dsl.milwwi.ameritech.net] has joined #kubuntu [01:19] !nvidia | elvis [01:19] elvis: To install the Ati/NVidia drivers for your video card, see https://help.ubuntu.com/community/BinaryDriverHowto [01:19] (but then again, you've got newer hardware than my ATA33 IDE junk, and old SCSI2 server parts) [01:20] cyrus maildirs or MailDir is the only way that performs well enough for disconnected imap [01:20] *shrug* [01:20] Anyone know the program? [01:20] I don't know a lot about MailServs [01:20] hey, Is there a program like daemon tools available for linux? [01:20] I like POP3 :P [01:20] I was just wondering if there is something faster/better/nicer than tar to base a backup script on [01:21] hansen: There is probably [01:21] hansen: Google :P [01:21] Anyone? [01:21] and I wouldn't worry too much about data integrety (weather though DD or bzip2), either way unless you suspect your system's memory/drive controllers of curropting data on you, I don't think its at all likely (though natrually-not impossible) [01:21] neil__: What's Daemon Tools? === Eyeless [n=hjalle@d83-183-204-137.cust.tele2.se] has joined #kubuntu [01:21] stevethepirate: probably a superkaramba thing [01:21] stevethepirate: which program? [01:21] digital_logic, would 8192 drive completion 4x faster & w/o sacrificing data integrity? === jorgp [n=jorgp@adsl-75-50-23-157.dsl.tul2ok.sbcglobal.net] has joined #kubuntu [01:22] neil__: mount [01:22] neil__: just install daemon tools? [01:22] read what I just said [01:22] Han' read above [01:22] stdin: yeah just clicked! stupid me [01:22] stevethepirate, gkrellm is one option [01:22] bigger block size does not mean you loose integrity [01:22] digital_logic: did, so 8192 is a better plan? [01:22] Windows doesnt do 'mounting', but as linux does by default, why would I need an app for it :) [01:22] it just means how much data will be floating in memory at any one point in time before being written to disk === gandalf__ [n=gandalf@gob75-7-82-247-114-32.fbx.proxad.net] has joined #kubuntu [01:23] sure, if you want to (remember to make it 8192k, because 8192 bytes is very small) [01:23] neil__: get it from http://cr.yp.to/daemontools.html and install manually. Because of DJ Bernstein's weird policies I dont think you will find a nice .deb or .rpm or whatever [01:23] neil__: for files (like ISOs) just add "-o loop" to the end of the mount command [01:23] !iso [01:23] To mount an ISO disc image, type sudo mount -o loop - There is a list of useful cd image conversion tools at http://wiki.linuxquestions.org/wiki/CD_Image_Conversion - Always verify the ISO using !MD5 before !burning. [01:23] Anyone used superkaramba ? [01:25] so, dd if=/dev/sda5 bs=8192k | bzip2 -z1c > /output/files.bz2 ? === vit [n=vit@200-71-186-100.genericrev.telcel.net.ve] has joined #kubuntu === gost [n=gost@24-32-231-201.fibertel.com.ar] has joined #kubuntu [01:25] one other thing, if you're not going to use Bzip2, you ~NEED~ to have the destination partition be LARGER than 60GB, beacuse the destination will have things like a filesystem eating up drivespace, but DD will be reading & writing the sourcedrive's filesystem TO the designation file (making it be EXACTLY the size of the partition, INCLUDING formatting blocks, which would still be in use on the destination partiton) [01:25] yes, that should do it. === pyrolappy [n=pyrosim@71-210-221-240.albq.qwest.net] has joined #kubuntu === hansen installs superkaramba to see what kind of eyecandy stuff it is === kings [n=kings@dr4g0nn.gotadsl.co.uk] has joined #kubuntu [01:26] digital_logic: won't they both use the same amount plus won't I have overhead on the source for the Xen VM file and won't the compression keep me well under? [01:26] If i have a .tar.gz ... How do i install it? === rexbron [n=rexbron@keele-d231-105.airyork.yorku.ca] has joined #kubuntu [01:26] yes === Raven301 [n=raven301@unaffiliated/raven301] has joined #Kubuntu [01:26] hansen: it doesn't have any eyecandy on it's own, you have to get the widgets from kde-look.org [01:26] digital_logic: so the command I specified is good? & why not go larger on block size, e.g., 16384k? [01:27] stevethepirate: it's an archive, like zip, you don't "install" it, you extract it, use ark === ubuntu [n=ubuntu@66.232.216.185] has joined #kubuntu [01:27] Then? [01:27] LeeJunFan: you onboard with this restart & that it should finish sooner? [01:27] then you can see what's in the archive [01:27] I'm sure theres a single command to unpack and install a tarball.. [01:28] but if you wanted it to get done as soon as mechanicially possible (vs waiting for the CPU to compress & mechanical limits), you wouldn't use bzip2 ---- BUT then you'd have the problem that the output file would end up being LARGER than the free space on the 2nd partition === ubuntu is now known as amsmith42b [01:28] Lik rpm -something === Skrot- [n=magnus@ti132110a080-14090.bb.online.no] has joined #kubuntu [01:28] digital_logic: what about gzip vs bzip2? [01:28] stevethepirate: that's for rpm files [01:28] stevethepirate, tar zxvf [01:28] as I recall, gzip dosen't do pipes very well === stewk [n=stewk@adsl-10-208-36.mia.bellsouth.net] has joined #kubuntu [01:29] Sweet. [01:29] hehe, it just finished [01:29] bzip2 has higher compression, but takes longer to compress and de-compress, as well as more ram [01:29] must be blocks, not bytes [01:29] hmm [01:29] Ok ok... [01:29] I got another problem [01:30] it did? [01:30] impressive. [01:30] digital_logic: this is the fastest system I've ever seen [01:30] stdin, hi I got it working thansk [01:31] kings: was it just setting a default route? [01:31] Hey how do I fix Make_socket? [01:31] stdin, however now my ppp0 connects and i can ping everything - but now i cant ping anything on the internal 192.168.0.1 network = do I need to set a gw for the eth0 as well [01:31] digital_logic: I want to do another backup using a different utility (my future hangs in the balance), so is there a built-in GUI backup tool I can use to backup an unmounted block device? [01:31] stdin, i removed the default gateway as it was pointing to 192.168.0.1 an dreplaced it with my static ip address === maple1 [n=d@bas8-kitchener06-1242497921.dsl.bell.ca] has joined #kubuntu [01:32] then again, almost anything makes my webserver look like...uh...a pentium166-mmx (which it is) [01:32] DrX, have you looked at bacula ? [01:32] Yorokobi: I've used it, but I don't know if it can backup an unmounted device? [01:32] I don't either :) [01:32] Drx: I dunno, I can't help you there, me and GUIs don't get along, therefore I just use my custom scripts, functions, and thirtybillion other tricks I've come up with to do things. === aaroncampbell_ [n=aaroncam@63.225.219.62] has joined #kubuntu [01:33] (naturally, they're all at home, where they do me absoloutely no good to help you) [01:33] how can i get songs from last fm any idea ? i use amarok === Enfilade [n=jason@203-206-125-169.dyn.iinet.net.au] has joined #kubuntu [01:33] well, back to coding. === Yorokobi [n=Yorokobi@mail.yorokobi.us] has left #kubuntu ["Leaving"] === manager [n=manager@pool-141-154-241-138.bos.east.verizon.net] has joined #kubuntu [01:34] kings: yeah, you need a route for each netowrk === manager is now known as ubuntuanon2314 [01:34] digital_logic: isn't there another dd version called ddsomething that's similar === hazard_ [n=hazard@c-24-63-174-8.hsd1.ma.comcast.net] has joined #kubuntu [01:34] kings: something like this should work "route add -net 192.168.0.0 netmask 255.255.255.0 dev eth0" === hazard_ is now known as digital_logic2 [01:35] sigh [01:35] DrX: dd_rescue I think [01:35] I've got a function named something like that! [01:35] it will skip bad blocks [01:36] or you can use the padding (or is it swabbing?, or one of the other umpteen vauge similar otpions dd has) to do it. [01:36] digital_logic: can I rename the bz2 file without causing a problem? === gost [n=gost@24-32-231-201.fibertel.com.ar] has joined #kubuntu === rexbron [n=rexbron@keele-d231-105.airyork.yorku.ca] has joined #kubuntu [01:37] digital_logic: it's not letting me rename, huh? [01:37] eilker: #amarok ? [01:38] stdin> i found it already === Lurkan [n=agsm@189.140.219.167] has joined #kubuntu [01:38] yes [01:39] it must not be finished then [01:39] stdin> i am gonna rip :D [01:39] *OR* the system thinks its still in use. [01:39] hmm, most of those superkaramba gadgets dont work [01:39] Damm.. Pc restarted for no reason. === brownedwg89 [n=Brownie@c-69-248-19-223.hsd1.pa.comcast.net] has joined #kubuntu [01:40] I tried a whole bunch and only zing and GlassMonitor work, and that GlassMonitor looks broken because the layout is not resizing to be able to display 4 cpu cores... [01:40] digital_logic, good point, how do I ensure it's good? === aznsld [n=aznsld@75-163-30-219.dlth.qwest.net] has joined #kubuntu [01:42] Hello all [01:43] I don't know. [01:43] !apache2 [01:43] Sorry, I don't know anything about apache2 - try searching on http://bots.ubuntulinux.nl/factoids.cgi [01:43] run top and see if dd is still runnign [01:43] !apache [01:43] LAMP is an acronym for Linux-Apache-MySQL-PHP. However, the term is often used for setups using alternative but different software, such as Perl or Python instead of PHP, and Postgres instead of MySQL. For help with setting up LAMP on Ubuntu, see https://help.ubuntu.com/community/ApacheMySQLPHP - See also the Server CD installation process (different in Edgy+) [01:43] ng === gost is now known as gost87 [01:43] hey [01:43] what u guys use for irc [01:43] Irssi [01:43] irssi [01:43] is that the best for kub [01:43] an irc client. usually, sometimes telnet or netcat, though. [01:44] kopete ;) === office [n=office@217.97.224.254] has joined #kubuntu [01:44] Lol.. Um.. How do i let my pc read the sensors inside my pc? [01:44] !lm-sensors [01:44] Sorry, I don't know anything about lm-sensors - try searching on http://bots.ubuntulinux.nl/factoids.cgi [01:44] hm? [01:44] !info lm-sensors [01:44] lm-sensors: utilities to read temperature/voltage/fan sensors. In component main, is extra. Version 1:2.10.0-7ubuntu3 (edgy), package size 479 kB, installed size 1472 kB [01:44] bah [01:45] phpmyadmin [01:45] opps sry [01:45] digital_logic, nope [01:45] !sensors | stevethepirate [01:45] stevethepirate: You might find something useful at: https://help.ubuntu.com/community/SensorInstallHowto [01:45] digital_logic: found it, it's called dd_rescue [01:45] So if i get that.. Superkaramba can read off that? === jnowka [n=jeremy@cosutil.siskiyous.edu] has joined #kubuntu [01:45] you might try restarting the computer (if that's possible) [01:46] sure, but what about dd_rescue? [01:46] what about it? [01:46] someone suggested it's better than dd & would that be a good second choice for backup? [01:46] or should I use something entirely different === katara [n=natham@69.79.216.43] has joined #kubuntu [01:47] oh for a GUI app? === Shadowtester [n=shadowte@adsl-75-23-83-184.dsl.peoril.sbcglobal.net] has joined #Kubuntu [01:47] digital_logic: d/n know if dd_rescue is gui or not [01:47] hi, i have a problem. When i try to swith betwen windows, i have to click on the upper bar of the windows or i cant put it on the fron of my screen [01:47] how can i change this? [01:47] digital_logic: not picky, I'll use anything that's reliable... === Minuo [n=adam@ool-45770a38.dyn.optonline.net] has joined #kubuntu === claud [n=claud@82.77.175.115] has joined #kubuntu === skarface [n=antix@ip68-228-163-158.ok.ok.cox.net] has joined #kubuntu === starkfist [n=starkfis@ppp-70-225-174-121.dsl.chmpil.ameritech.net] has joined #kubuntu === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu [01:49] well, I know I'm happy with the CLI stuff, which clearly you have. [01:49] digital_logic, concerned b/.c the resulting bzip2 file is under 2GB of a 60GB image, sounds questionable [01:49] how much data was on the drive [01:49] do you know? [01:49] and what kind, because text files compress really well, but movies and images don't. [01:50] digital_logic, maybe 5-8GB (Windows 2003 Server + SQL 2005 Standard) [01:50] digital_logic, dd output reported handling 64GB [01:50] in that case, its ENTIRELY POSSIBLE it did compress it that much [01:50] Wait....is this an NTFS drive? === digital_logic2 is now known as digital_logic [01:52] finally === gost [n=gost@24-32-231-201.fibertel.com.ar] has joined #kubuntu [01:53] anyone here recompiled kernel in edgy eft? [01:53] digital_logic: I originally formatted it ext3, but I think Xen reformats a block device that you give it as some kind of disk image (gparted says it's a LInux Native partition type) [01:53] digital_logic: I think that's why I can't mount it. [01:53] stevethepirate, ubotu: did you figure out lm-sensors? I have it installed but I wonder how to configure it for my hardware and how to get ksensors to display anything useful === gost is now known as gost87 [01:53] so, then why/how is windows2k3 on there? === Stormzoeker [n=stormzoe@cc1075059-a.sneek1.fr.home.nl] has left #kubuntu ["Kopete] [01:55] How do i kill superkaramba? [01:55] digital_logic: it's a Xen VM image [01:56] kill `pidof superkaramba` [01:56] or pkill superkaramba [01:56] I see this output from sensors: http://pastebin.ca/415982 [01:57] besides temp2, the others look reasonable :) [01:57] but I was kind of expecting voltages and such things too === kubuntian [n=andrea@d154-5-167-147.bchsia.telus.net] has joined #kubuntu === Iced_Tea [n=gleek@d199-126-252-240.abhsia.telus.net] has joined #kubuntu === besonen_mobile2 [n=devon@71-220-225-182.eugn.qwest.net] has joined #kubuntu [01:59] Thanks a lot people.. See ya in the future! [02:00] I've got work to do now.. Accounting is soo lame. [02:00] Undefined argument in option spec // what is spec? what does this mean ? [02:00] digital_logic: how do I reverse the process? [02:01] hansen, this seems helpful. did you follow something like this? http://ubuntuforums.org/showthread.php?t=2780 === r00t_ [n=r00t@199-2-58-25.oxfordnetworks.net] has joined #kubuntu [02:01] doesn't info you can get with lmsensors depend on your bios? [02:02] eilker: what are you doing? [02:02] depends on configuring for your sensor chips, apparently. [02:02] tmbg: yes, I ran sensors-detect and set up the modprobe files to load the stuff sensors-detect found [02:02] DrX: bunzip2 -c [filename] | dd of=/dev/[device] [02:02] you mean write back to disk? [02:02] yes [02:02] MuJ> trying to rip some mp3s from last fm [02:03] you shouldn't need the bs=(whateveryouset), but it wouldn't hurt [02:03] tmbg: yeah but usually you see all info you can get from sensors in bios [02:03] hansen, and you're sure your system supports voltage reporting? [02:03] (and should make it go faster) === odin__ [n=odin@88-97-1-85.dsl.zen.co.uk] has joined #kubuntu [02:03] is it possible to get the contents of wget to stdout (i dont want it to download the file, just get the contents) [02:03] tmbg: I have no idea :) [02:03] my old box did [02:03] hansen, try that BIOS bit that kristjan_ is mentioning then. [02:03] kgx: wget URL -O - === BluesKaj [n=Wiliecoy@bas1-sudbury98-1177674832.dsl.bell.ca] has joined #kubuntu [02:04] poke around in your BIOS and see if you can find all of the monitoring stuff. it may not have it. [02:04] although if it's new enough it *should* === Daisuke_Ido [n=sierra-x@pool-71-97-155-28.aubnin.dsl-w.verizon.net] has joined #kubuntu [02:04] tmbg: mentioned where? [02:05] is there an irc room where i can get help wirth php? [02:05] actually I was thinking about what tmbg said. I think he is right, so ignore my bios rant ;) [02:05] stdin: thanks [02:05] !php [02:05] LAMP is an acronym for Linux-Apache-MySQL-PHP. However, the term is often used for setups using alternative but different software, such as Perl or Python instead of PHP, and Postgres instead of MySQL. For help with setting up LAMP on Ubuntu, see https://help.ubuntu.com/community/ApacheMySQLPHP - See also the Server CD installation process (different in Edgy+) [02:05] r00t_: #php maybe [02:05] err #lamp [02:05] kristjan_, it kind of makes sense. most manufacturers do put stuff in their BIOS to read their sensor chips, but not always. I think mine reports temperature and fan speed, but not voltages. maybe it does volts, can't remember. [02:06] r00t_: or ##php [02:06] ic, you mean reboot and have a look [02:06] yup [02:07] I'll do that next time I have to reboot [02:07] tmbg: is lmsensors best? (I should try it out, cause my laptop bios won't show any temperature or fan speed at all) [02:07] I haven't gotten mine fully set up yet. === Lurkan [n=agsm@189.140.219.167] has joined #kubuntu [02:07] I'll get back with you ;) [02:07] I dont think there is any alernative to lmsensors === eagles0513875 [n=jonathan@209.184.165.20] has joined #kubuntu [02:09] btw, there do you get lmsensors? I can't find it in multiverse [02:09] ah ok package name is lm-sensors [02:09] I guess it's easiest if some kind soul with the same motherboard as you has published a sensors.conf to reuse, but in my case I didn't find anything [02:09] well just finished setting it up. it seems alright. I don't get voltages either though. I get temps and fans. [02:11] it may pick up more if I reboot but I wouldn't be suprised if it couldn't read volts. === Daisuke_Ido [n=sierra-x@pool-71-97-155-28.aubnin.dsl-w.verizon.net] has joined #kubuntu === hansen wonders how to map the generated labels to real hardware... I guess temp1 and temp3 are CPU temps (34-35degC) and temp4 is case temp (30degC) ? [02:12] that will depend on your sensor and all that jazz. it's hard for these kind of tools to know what is what. [02:13] smsc47b397-isa-0480 sounds like something on the motherboard, ie. it wont measure gfx temp or fan right? [02:13] you'll have to figure that yourself, I haven't figured out where to set the labels yet myself. === nocry [n=ps@ipa222.35.91.tellas.gr] has joined #kubuntu === keszi000 [n=keszi000@89.186.112.2] has joined #kubuntu === Kr4t05 [n=luzer@dsl-206-251-14-231.dsl0.crls.pa.net] has joined #kubuntu [02:14] I see that lm-sensors needs i2c kernel modules, but isn't i2c blacklisted in edgy eft? [02:14] question: say i run a program in wine. it changes the resolution to 640x480, and crashes without giving my resolution back. is there a way to do so without restarting x? [02:14] gamerz.... [02:14] I guess it's all guesswork with those sensors unless the mobo manufacturor or system integrator publishes a matching sensors.conf... [02:14] Daisuke_Ido: use krandrtray [02:14] !test > eilker [02:15] kristjan_: why is that blacklisted? [02:16] krandrtray? [02:16] hansen: /etc/modprobe.d/blacklist - blacklist i2c_i801 - is that one of many i2c modules? === exobuzz [n=jools@82-70-241-14.dsl.in-addr.zen.co.uk] has left #kubuntu ["Konversation] === rpedro [n=rpedro@87-196-66-55.net.novis.pt] has joined #kubuntu [02:16] !krandrtray [02:16] Sorry, I don't know anything about krandrtray - try searching on http://bots.ubuntulinux.nl/factoids.cgi [02:16] nothing for !info krandrtray either [02:17] Daisuke_Ido: it's installed by default in kubuntu === ksnipa [n=kniper@CPE0040f4e7e143-CM000a735d7893.cpe.net.cable.rogers.com] has joined #kubuntu [02:17] alt-f2 and krandtray [02:17] *krandrtray [02:17] kristjan_: right, it says "# causes failure to suspend on HP compaq nc6000 (Ubuntu: #10306)" === yuriy [n=yuriy@dyn-129-64-208-19.wireless-bg.brandeis.edu] has joined #kubuntu [02:18] was wondering is there a fix to a super karmaba bug where my widges have a grey box around them, when I resume out of a screen saver? [02:18] ooh [02:18] that's nice === eilker declares ubotu secrets https://bot.ubuntulinux.nl/factoids.cgi :D === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #kubuntu === posingaspopular [i=eddie@adsl-69-209-76-223.dsl.chcgil.ameritech.net] has joined #kubuntu === wimpies [n=u19809@cable-195-162-217-91.upc.chello.be] has joined #kubuntu [02:19] hmm, I guess blacklisted is one particular i2c module, cause I got i2c_ec module listed in lsmod [02:19] anybody around that uses 'Keep' backup system ? === linux_user [n=opera@195.112.127.212] has joined #kubuntu [02:20] more darn probs with eye candy lately , must be a fact of life for a mature OS . :) === keith [n=keith@cpe-72-225-130-135.hvc.res.rr.com] has joined #kubuntu === ded__ [n=ded@lor34-1-82-240-239-109.fbx.proxad.net] has joined #kubuntu === keith [n=keith@cpe-72-225-130-135.hvc.res.rr.com] has left #kubuntu ["Konversation] [02:20] kristjan_: I have i2c_ec, i2c_isa and i2c_core loaded [02:21] do lm-sensors need a frontend, like ksensors to display info, or with what command do I run lm-sensors? [02:21] ppl become obsessed with the window dressing [02:21] plus a module "smsc47b397" that i2c_isa depends on, which i guess is a driver for a particular sensors chip [02:22] and then there's hansen :) [02:22] how do I use lm-sensors? [02:22] BluesKaj: ok, I admit it. I'm just bored tonight :) [02:22] type sensors [02:23] MuJ: I get "Can't access procfs/sysfs file" [02:23] did you run sensors-detect and stuff first? :| [02:23] bored and trying to get the last few details working with kubuntu on my new totally overkill hp workstation :) [02:23] hey just ignore me , i know you have aprob...Im just funnin ya [02:24] MuJ: running now [02:24] <----had a a few tonite === mastermanx [n=masterma@cpe-76-175-143-156.socal.res.rr.com] has joined #kubuntu === Alonea [n=chatzill@24-117-195-16.cpe.cableone.net] has joined #kubuntu [02:25] Nice hansen ... I have a rudimentary Compaq pc ... must be nice to have overkill :) === epimeth [n=epimeth@85.64.13.54.dynamic.barak-online.net] has joined #kubuntu === neal__ [n=neal@sherlock.bakerst.org] has joined #kubuntu [02:26] build them yourself and you'll never go wrong [02:26] unless you screw up [02:26] then it could explode, but meh [02:26] can I reliably write a 2GB tar file to an NTFS drive mounted under Linux? [02:26] explode? nah :D [02:27] MuJ: no thermal paste/grease + no HSF [02:27] explode. [02:27] == core melting === orange1 [n=Orange1@pool-71-246-97-38.nycmny.east.verizon.net] has joined #kubuntu [02:27] that's a pretty big screwup though [02:27] ntfs mounted under linux ? how so / [02:27] ? [02:27] but it won't explode [02:27] that's a shame [02:27] partition maybe [02:27] mmmmmm chocolate core melting.... mmmm [02:28] not so much? [02:28] or move to europe and switch the voltage on the PSU to 110 [02:28] mmm.. iced tea.. mmm [02:28] MuJ, damn straight [02:28] :P === greg_ [n=greg@65.123.81.55] has joined #kubuntu [02:28] Daisuke_Ido: I've done that [02:29] it still doesn't explode.. just gives little bit of blue smoke :) === chris2142sd [n=chris@wificlient-52-69.publicwireless.ualberta.ca] has joined #kubuntu [02:29] aww [02:29] that's disappointing === philfo1 [n=philfo1@c-69-141-203-249.hsd1.pa.comcast.net] has joined #kubuntu === ksnipa [n=kniper@CPE0040f4e7e143-CM000a735d7893.cpe.net.cable.rogers.com] has left #kubuntu ["Kopete] [02:31] MuJ: i joust lost the wire i jerry riged onto my laptop fan,so i had to stop useing it becaus eof the risk of melting it.i did jeerryrigg a old 486 fan to it with ducktape to copy a few importnat files but sadly itll be missed === icarn [n=a@APoitiers-156-1-141-233.w83-193.abo.wanadoo.fr] has joined #kubuntu === juninho [n=juninho@200.140.16.97] has joined #kubuntu === vizzy [n=verblend@p54b2f671.dip.t-dialin.net] has joined #kubuntu === r00t_ [n=r00t@199-2-58-25.oxfordnetworks.net] has left #kubuntu ["Konversation] [02:34] hello, i have th efollowing problem when i try to install 'scons' which is needed to compile blender3d from cvs [02:34] paste: http://rafb.net/p/A2oHJq64.html === philfo1 [n=philfo1@c-69-141-203-249.hsd1.pa.comcast.net] has joined #kubuntu === r00t_ [n=r00t@199-2-58-25.oxfordnetworks.net] has joined #kubuntu === r00t_ [n=r00t@199-2-58-25.oxfordnetworks.net] has left #kubuntu ["Konversation] === mateus [n=mateus@201.67.201.113] has joined #kubuntu [02:37] ok, my computer is being HORRIBLY slow & I think it's the graphics card. I did the ATI radeon driver install last night & right then it slowed down. makes me think it's the driver. glxinfo shows me: Xlib: extension "XFree86-DRI" missing on display ":0.0". any ideas? === WaxyFresh [n=r00t@199-2-58-25.oxfordnetworks.net] has joined #kubuntu [02:38] vizzy: it looks like some sort of disk error to me === ged [n=ged@cpc1-bolt4-0-0-cust41.manc.cable.ntl.com] has joined #kubuntu [02:38] I absolutely need this machine up & running since I have a very importnat rush order, photo restoration due tomorrow evening. all help is appreciated. [02:38] check your syslog for I/O errors on your drives [02:38] maybe run a smartctl [02:38] LjL, :O ok, checking === _4str1 [n=cedric@AStrasbourg-253-1-61-18.w86-213.abo.wanadoo.fr] has joined #kubuntu === rexbron [n=rexbron@keele-d220-164.airyork.yorku.ca] has joined #kubuntu [02:39] hi all! Does anybody know - does https://shipit.kubuntu.org/ work? [02:39] philfo1, type "fglrxinfo" === ksnipa [n=kniper@CPE0040f4e7e143-CM000a735d7893.cpe.net.cable.rogers.com] has joined #kubuntu [02:39] what do you know. [02:40] linux_user: hmm? yes? [02:40] the mesa3d.org driver glitch noted on the ATI pages [02:40] anyone know where I can get kiba-dock from? I checked there website but they do not seem to have the files there for download [02:40] I corrected for that last night. [02:40] ksnipa: from their svn [02:42] Section "Extensions" [02:42] Option "Composite" "disable" [02:42] EndSection === lunar-raven [n=lunar-ra@71-37-35-249.tukw.qwest.net] has joined #kubuntu [02:43] does anyone know how to make flash work in konqueror (for amd64)? [02:43] ATI, in order to have your direct rendering (dri) check your xorg.conf [02:43] icarn: that for me? [02:43] yes [02:43] lunar-raven, yes === blankfaze [n=chatzill@ip70-191-226-118.pn.at.cox.net] has joined #kubuntu [02:43] !flash [02:43] 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 [02:43] Flash 9 (Final release) is now available for dapper-backports and edgy-backports. See !backports and !flash [02:44] rather for vizzy [02:44] lunar-raven, is that the one you need to view youtube? [02:44] i believe so, thanks [02:44] hm? [02:44] !flash64 | lunar-raven [02:44] lunar-raven: You can run Flash, Real, and Java plugins in AMD64 bit computers with Firefox. see the steps to follow at https://help.ubuntu.com/community/FirefoxAMD64FlashJava === aznsld [n=aznsld@75-163-30-219.dlth.qwest.net] has joined #kubuntu [02:45] ohh thats the link i needed [02:45] because 64 works differently [02:45] thanks [02:45] :) [02:45] lunar-raven: that's firefox but maybe it'll help with konq too. [02:45] ok it is for you philfo1 (sorry:) === zblach [n=zblach@bas2-windsor12-1088708103.dsl.bell.ca] has joined #kubuntu [02:46] no worries. === gumby600m [n=pschmitt@ntct41-164-dhcp.resnet.colorado.edu] has joined #kubuntu [02:46] In Ubuntu 6.10, when Konsole has some sort of activity (i.e. top updates) while i'm in another window (say, Firefox), it flashes in the system tray... it's /extremely/ annoying. How do I make Konsole stop flashing in my system tray?? [02:46] philfo1 : did you do that ? :sudo apt-get install xorg-driver-fglrx fglrx-control libqt3-mt [02:46] lol === exobuzz [n=jools@82-70-241-14.dsl.in-addr.zen.co.uk] has joined #kubuntu [02:47] so I'm running "gksudo gedit /etc/X11/xorg.conf" and inserting your "section..." instead of the ubuntu help pages, correct? [02:47] nope. [02:47] correct, i think [02:48] I consulted uboto for ATI and ran the command lines directly as on the page. [02:48] is it a problem with my driver or with xorg? [02:48] did you do : sudo aticonfig --initial [02:49] nope. [02:49] just like on the page, that's all. [02:49] and : sudo aticonfig --overlay-type=Xv [02:49] can anyone give me a hand getting direct rendring working?or at least telling me wether or not its nad option? [02:49] and* [02:49] icarn, philfo1, https://help.ubuntu.com/community/BinaryDriverHowto/ATI#head-d8c6fd05bce340dfc3ad483abf0e18997868540b-2 [02:49] right ? [02:49] ok, where should I start then? === dirgedoll [n=dirgedol@c-67-185-137-29.hsd1.wa.comcast.net] has joined #kubuntu [02:49] for the french page, but same shell : http://doc.ubuntu-fr.org/fglrx === aznsld [n=aznsld@75-163-30-219.dlth.qwest.net] has joined #kubuntu === afonic-ubuntu [i=web1_tfl@afonic.info] has joined #kubuntu [02:50] WaxyFresh, same : https://help.ubuntu.com/community/BinaryDriverHowto/ATI#head-d8c6fd05bce340dfc3ad483abf0e18997868540b-2 [02:50] ok [02:50] Could I get some help? === milardovich [n=milardov@puente.knett.com.ar] has joined #kubuntu [02:50] On some MySQL [02:50] /usr/bin/mysqladmin: connect to server at 'localhost' failed [02:50] error: 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)' [02:50] Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists! [02:50] What is the maximum healthy temperature for an Intel Pentium 4 single core 2.54 GHz? KSensors makes a warning flash at 45 degrees Celcius, but my CPU goes to 60 degrees with full load. Is this very bad? [02:50] I feel really frusterated. I have kubuntu 6.06 and i want superkaramba and don't understand how to unzip the files or where to put them so it will work. can anyone help? === luis_ [n=luis@84.124.195.165.dyn.user.ono.com] has joined #kubuntu === RoyB72 [n=royb@37.80-203-239.nextgentel.com] has joined #kubuntu [02:51] aznsld : did you jail your mysql ? [02:51] johey: it all depens on how much heat your processors desinged for,my laptop one gets tooo hot to tuch while my tower is nice and cool even without a fan [02:51] icarn & blues, thanks for the help. I'll try running the commands as on the last url sent to me [02:51] icarn | Idon know [02:52] WaxyFresh: Where can I find out what my CPU is designed for? [02:52] cries [02:52] I am a big noob [02:52] BUT, do I need to un install anything? or just write over? [02:52] so am i [02:52] philfo1 : i test it 4 2week, that was ok. [02:52] i dont understand any of this tar file crap [02:52] heh [02:52] dirgedoll you new? [02:52] yes [02:52] we are on the same boat [02:53] =) [02:53] :) [02:53] icarn: this one? https://help.ubuntu.com/community/BinaryDriverHowto/ATI#head-d8c6fd05bce340dfc3ad483abf0e18997868540b-2 [02:53] I thought this would be easier I guess [02:53] /msg nickserv set unfiltered on [02:53] johey: try the manufactures page for a tech support number/email but id think it would be fine dirgedoll, this not the room to call tar files crap...they do work , most of the time [02:54] i am asking for help [02:54] philfo1 : may be but : 3 choices for get ati : try this http://doc.ubuntu-fr.org/fglrx [02:54] and im sorry if i offended anyone but i cant seem to get them to work === ^V^ [n=V@ppp184-161.lns2.mel4.internode.on.net] has joined #kubuntu [02:54] i will call them carp then [02:54] heh [02:54] WaxyFresh: In the BIOS settings on my motherboard, the CPU overheat warning limit is 75 degrees by default. I don't know if that is a reliable source. === hitmanWilly [n=hitman@66-190-176-18.static.jcsn.tn.charter.com] has joined #kubuntu [02:55] johey: did it come with the processor? [02:55] i've tried all kinds of stuff and can't get one to work === kai [n=kai@ip70-162-63-152.ph.ph.cox.net] has joined #kubuntu [02:55] wasup [02:55] hi [02:56] are there any programmers in here? I need some help w/ using Subverision in linux [02:56] ./configure after extractiom ? dirgedoll [02:56] WaxyFresh: I bought it all in used condition. I can't tell. But it is not a brand computer, like IBM or Compac or so, but a "home built" thing. === private_ [n=private@222.124.189.90] has joined #kubuntu [02:56] see I dont understand where i would out the configure or how to properly extract them i guess [02:57] i am used to windows where you just unzip to the desktop and its done [02:57] icarn: I have a hard enough time doing this stuff in English. I'm a 5th day LINUX user. I don't think I could handle it with french instrustions [02:57] neither can i [02:57] i dont understand where to put that /.configure [02:57] it gets easier dirgedoll [02:57] johey: i dont think you have much to worry aboute but email teh processors manufacture for advice [02:57] Untarring tar.gz files [02:57] #"tar -zvxf file name.tar.gz" [02:58] what is that and where is it supposed to go? [02:58] Untarring tar.bz2 files [02:58] #"tar xvjf filename.tar.bz2" [02:58] sorry for the flood, just a samll one [02:59] i downloaded the file onto my desktop [02:59] lets hope babelfish can do it! [02:59] do i do something with the terminal after i do that [02:59] nope. dang [03:00] yes, dirgedoll, read above [03:01] philfo1 : courage . [03:01] WaxyFresh: I found a table at Intel's web site. I don't know which of the 2.53 GHz processors is mine, but all of them in the chart are specifyed for 71 or 72 degrees. Probably nothing to worry about then. [03:01] no help === sstchur [n=sstchur@c-24-16-29-65.hsd1.wa.comcast.net] has joined #kubuntu [03:02] johey: its fine [03:02] johey, lots of cpu there , nothing to concern yerself about with linux or any OS [03:03] I am that brave, but I really don't feel like going through the headache. the French version wasn't laid out like the English one. The only French I remember from class 10 years ago is: "the onions" and "my name is..." [03:03] is it supposed to give another prompt after the one you gave me? [03:03] nom de plume ? [03:03] and it is still showing as a tar.gz [03:04] BluesKaj: Well, I believe the CPU temperature is an issue even with Linux. :) === private_ [n=private@222.124.189.90] has joined #kubuntu === RoyB72 [n=royb@37.80-203-239.nextgentel.com] has joined #kubuntu === soulrider [n=mauro@201.221.32.114] has joined #kubuntu === benjamin_ [n=benjamin@CPE0016b6edb50c-CM0012c9ab6330.cpe.net.cable.rogers.com] has joined #kubuntu [03:05] you must have alotta stuff open [03:06] for all the freedom that linux affords users, it sure is a PITA for beginners. I mean frustrating. from a marketing standpoint, no wonder why windows survives. linux IS the better system, but I've been sitting at my computer for 4 days making stuff work or trying to do so. [03:06] me too [03:07] i cant even unzip a flippin file [03:07] its worth it from what i hear though === wsjunior [n=wsjunior@200.163.13.127] has joined #kubuntu [03:07] so i will take the beatings hehe [03:07] and plug away at it [03:07] and all this because you've learned The Wrong Methods(tm) from windows [03:08] for Linux to take over (like I want :) ) there needs to be a much easier way than going on an IRC & pleading for experienced users to write command lines while us n00bs try to learn [03:08] yes it is [03:08] Muj: I know. I admit it. [03:08] i still cant get this to unzip === thill2708 [n=fsd@66-192-212-199.static.twtelecom.net] has joined #kubuntu [03:08] linux isn't any harder than windows, just a different way of doing things [03:08] actually I think if you give linux and windows to someone who has NEVER used computer before they find linux easier [03:09] i just dont get it yet [03:09] me 3 [03:09] not from a hardcore 10+ year windows user's pov. === CVirus [n=GoD@62.135.96.35] has joined #Kubuntu [03:09] dirgedoll: try right clicking and "extract here" [03:09] dirgedoll, right click on the pkg . .. choose action/ extract to folder [03:09] yeah i did that [03:09] that's like saying that taking photos with wetplate is just as easy as using apoint & shoot, but a different way. [03:10] philfo1: you'll learn.. just don't give up :) [03:10] sorry for ranting. I'll stop [03:10] me too [03:10] yeah, well tonight I don't have time to learn unfortunately === rexbron [n=rexbron@complex1-372-179.resnet.yorku.ca] has joined #kubuntu [03:10] in the terminal cd "foldername" , then ./configure === pinoshaw [n=daniel@200.203.0.88] has joined #kubuntu [03:10] I need my stuff to WORK [03:10] portugues pt [03:11] portugues
=== RoyB72 [n=royb@37.80-203-239.nextgentel.com] has joined #kubuntu [03:11] !br [03:11] Por favor use #ubuntu-br ou #ubuntu-pt para ajuda em portugus. Obrigado. === rootbeerroot [n=chatzill@66-168-54-189.dhcp.mdsn.wi.charter.com] has joined #kubuntu [03:13] hey! I'm running mandriva, but i'm hoping it's the same property...i need to know how to change a driver [03:15] still doesnt work [03:15] dirgedoll: whats it telling you? === soulrider [n=mauro@201.221.32.114] has joined #kubuntu [03:16] wrong room rootbeerroot, not the same OS base [03:16] can someone here explian why in edgy /usr/lib/jvm/java-6-sun-1.6.0.00/jre/bin/java links to a 1.4 versin of java? [03:16] dirgedoll: tar -xzf package.tar.gz?? === jsubl2 [n=jsubl2@customer36.solbroadband.com] has joined #kubuntu === rootbeerroot [n=chatzill@66-168-54-189.dhcp.mdsn.wi.charter.com] has left #kubuntu [] [03:17] no such file or directory [03:17] well of course you change the package.tar.gz according to your package :D [03:17] what's the pkg name dirgedoll? [03:17] superkaramba-0.39 === chris2142sd is now known as borisyaltsin [03:18] eh.. [03:18] i extracted the folder to a folder called pics on my desktop [03:18] what are you doing? :) [03:18] Hi, how do I get calc to show the formulas in the cells instead of the outcomes of the formulas? [03:18] superkarumba should be in adept or synaptic pkg managers , check it out [03:19] it just shouldn't be.. it IS [03:19] no it isnt i havfe 6.06 [03:19] hmm.. [03:19] kubuntu 6.06 [03:19] dirgedoll: you can probably download the .deb pkg. much easier to install [03:20] it's in the universe repository === fowlduck [n=nate@24-183-45-79.dhcp.mdsn.wi.charter.com] has joined #kubuntu === cj_ [n=cj@125.5.162.22] has joined #kubuntu [03:20] how do i find that [03:20] dirgedoll: try searching ubuntu.org for it === gost [n=gost@24-32-231-201.fibertel.com.ar] has joined #kubuntu [03:20] in adept or synaptic === gost is now known as gost87 === gost87 is now known as gost_elretorno === pyrolappy [n=pyrosim@216.243.116.154] has joined #kubuntu [03:21] oh hold on, for dapper it might be a backport [03:21] it's in universe [03:22] for dapper [03:22] http://packages.ubuntu.com/cgi-bin/search_packages.pl?keywords=superkaramba&searchon=names&subword=1&version=dapper&release=all <- there [03:22] never used 6.06, sorry [03:23] thx [03:23] GD!! === soulrider [n=mauro@201.221.32.114] has joined #kubuntu [03:23] not too familiar with the repos for it [03:24] morning [03:24] why is it when I'm typing the exact command line that I should be, terminal gives me "command not found" ??!!?? [03:24] hey everyone [03:24] philfo1: what cmd? [03:24] hmm strange i was sure it was in edgy repos === vit_ [n=vit@200-71-170-1.genericrev.telcel.net.ve] has joined #kubuntu === matysek is now known as MATYSEK [03:24] 6.06 = dapper [03:25] "sudo /etc/apt/sources.list" [03:25] this is all still freaking me out heh [03:25] sudo nano /etc/apt/sources.list [03:25] philfo1: thats not a cmd, thats a file name [03:25] im trying to uninstall libgnomeui-comming but it gives me an error ----> http://paste.ubuntu-nl.org/12832/ i hope someone can help me because i cant install anything at all! [03:25] join the club [03:25] you were trying to run sources.list with super user privileges :) [03:26] well, the ubuntu help pages has it up there like that [03:26] which doesn't work because it's a text file [03:26] link? [03:26] because that's obviously wrong === RoyB72 [n=royb@37.80-203-239.nextgentel.com] has joined #kubuntu === aaroncampbell_ [n=aaroncam@63.225.219.62] has joined #kubuntu [03:28] why cant this be as easy as windows? [03:28] because you are totally dependent upon a GUI [03:28] like 80% of the world. [03:28] like me. [03:28] sigh [03:28] dirgedoll: because it's easier [03:28] ha ha ha ha [03:28] it is [03:28] when you learn the basics [03:29] but this is so much fastier and prettier [03:29] I still can't mount a directory [03:29] the command line is so much better than a GUI for lots of things IMHO === exobuzz [n=jools@82-70-241-14.dsl.in-addr.zen.co.uk] has joined #kubuntu [03:29] I don't know any basics. but unfortunately I have to WORK with this computer. === jason__ [n=jason@c-68-41-138-125.hsd1.mi.comcast.net] has joined #kubuntu [03:30] right now its just a hobby machine because it can't do what I need it to. because the basics are NOT basic. [03:30] !mount | philfo1 [03:30] philfo1: Partitioning programs: !GParted or QTParted (also "man mkfs" for formatting) - Mounting partitions in Gnome under Dapper: System -> Administration -> Disks - For Edgy, see !fstab and !DiskMounter [03:30] philfo1: it didnt automount? [03:30] and it's nobody's fault but mine [03:31] Hobbsee: you good with packaging ? =/ [03:31] philfo1 is mounted. I want to look at another HD [03:31] im trying to uninstall libgnomeui-comming but it gives me an error ----> http://paste.ubuntu-nl.org/12832/ i hope someone can help me because i cant install anything at all! [03:31] lobgnomegui-common sorry [03:32] soulrider: looking [03:33] soulrider: icky. === claydoh [n=claydoh@66-252-58-230.dyn-adsl.midmaine.net] has joined #kubuntu [03:33] thanks Hobbsee [03:33] bye [03:33] i cant even install kopete [03:33] im SO never using aptoncd again [03:33] soulrider: could you pastebin /var/lib/dpkg/info/libgnomeui-common.prerm please? [03:34] sure [03:34] !paste [03:34] soulrider: is this feisty, btw? [03:34] pastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (be sure to give the URL of your paste - see also the #kubuntu channel topic) [03:34] no, edgy [03:34] Hobbsee, soulrider: it's looking for gconf-schemas (in package gconf2) [03:34] soulrider: I'd just try to force remove it [03:34] http://paste.ubuntu-nl.org/12836/ Hobbsee [03:34] soulrider: ahh === josh_ [n=josh@216-250-179-249.dsl.iphouse.net] has joined #kubuntu [03:35] stdin: so i see. [03:35] you wont be able to force remove it [03:35] but i dont think i can install that package =/ [03:35] dpkg --force -r libgnomeui-common ? no? [03:35] soulrider: change line 6, to be :gconf-schemas --unregister libgnomeui-apport-gtk.schemas [03:35] make sure you keep the indenting [03:36] then try to remove it again [03:36] k, let me kdesu kate first :P [03:36] I'm out. got to go work. I can't believe this. === aaroncampbell_ [n=aaroncam@63.225.219.62] has joined #kubuntu [03:37] done, let me try it [03:37] soulrider: ahhh, you removed gconf? [03:37] err i think [03:37] heres the thing [03:37] i installed allt he deps aptoncd needed [03:37] but it basically installed GNOME :P [03:37] wait, you couldnt have removed gconf - that would have removed that as well. weird [03:37] so i looked for thta pure KDE website and remved everything it said :P === surgy [n=surgy@adsl-76-213-115-158.dsl.okcyok.sbcglobal.net] has joined #kubuntu [03:38] soulrider: ahh. scripts like that tend to be bad [03:38] seeing as kde has some gnome stuff [03:38] what you just told me didnt work [03:38] soulrider: what'd it do? [03:38] same === mike [n=mike@c-69-245-248-116.hsd1.in.comcast.net] has joined #kubuntu === coty [n=coty@h4.143.141.67.ip.alltel.net] has joined #kubuntu [03:38] oh, sorry, use a #, not a : === vizzy [n=verblend@p54b2f671.dip.t-dialin.net] has left #kubuntu ["www.tellmatic.de] [03:38] or remove lines 4-6 === Hobbsee thought a : would fix it [03:39] still happening =/ [03:39] hold on a sec === Iced_Tea [n=gleek@d199-126-252-240.abhsia.telus.net] has joined #kubuntu [03:39] i find a nice "exit 0" right after "#!/bin/sh" does the job [03:39] heh [03:39] yes - assuming there was nothing else in the prerm that should run [03:39] so i just leave [03:39] #!/bin/sh [03:39] set -e [03:39] ? [03:40] you can just comment out the whole thing [03:40] k [03:40] soulrider: that works [03:40] from if to fi [03:40] oh yes [03:40] it world! [03:40] worked* [03:40] :D [03:40] thank you guys!!! <3 [03:41] now as for how you coudl remove gconf2, but keep that...i'll never know === vit__ [n=vit@200-71-170-1.genericrev.telcel.net.ve] has joined #kubuntu [03:41] probably that dodgy script [03:41] well === RoyB72 [n=royb@37.80-203-239.nextgentel.com] has joined #kubuntu [03:41] it was just a list of packages that could be uninstalled [03:41] not really a script [03:41] soulrider: probably removing libgtk2.0-0 then installing kubuntu-desktop again would have worked better [03:41] i think i've seen it [03:42] it wouldnt suprise me if it was trying to use force though [03:42] it wasnt [03:42] it was just "sudo apt-get remove " [03:42] ah, okay [03:42] stdin: what were the video coverters you tolled me about again? === mike [n=mike@c-69-245-248-116.hsd1.in.comcast.net] has left #kubuntu ["Konversation] === RoyB72 [n=royb@37.80-203-239.nextgentel.com] has joined #kubuntu === fritz [n=fritz@cm10-81.cass.net] has joined #kubuntu === aaroncampbell_ [n=aaroncam@63.225.219.62] has joined #kubuntu === WaxyFresh [n=r00t@199-2-58-25.oxfordnetworks.net] has joined #kubuntu [03:44] Can someone tell me of some good video converters? I need to convert videos to fit on my psp [03:44] coty: umm, ffmpeg mencoder and avidemux === anderson [n=anderson@201-69-62-115.dial-up.telesp.net.br] has joined #kubuntu [03:45] thanks === Mena [n=smart@196.205.181.155] has joined #kubuntu === premier_ [n=premier@adsl-64-108-201-168.dsl.chcgil.ameritech.net] has joined #kubuntu === neoncode [n=neoncode@89.242.224.230] has joined #kubuntu === gost [n=gost@24-32-231-201.fibertel.com.ar] has joined #kubuntu === AfterBurner2 [n=UPP@c934278f.virtua.com.br] has joined #kubuntu === MistaED [n=mistaed@87.212.233.220.exetel.com.au] has joined #kubuntu === Daisuke_Ido [n=sierra-x@pool-71-97-155-28.aubnin.dsl-w.verizon.net] has joined #kubuntu === red22 [n=ml2345@105sdl30m5.codetel.net.do] has joined #kubuntu [03:58] is beta 2 going to be available tomorrow? [03:58] anyone know why after the kdelibs update this morning now i have a screensaver (a big white "X" as in the logo for Xorg) when it's turned off in system settings and kcontrol? [03:58] for feisty ask in #ubuntu+1 === pirothezero [n=piro@cpe-70-113-117-38.austin.res.rr.com] has joined #kubuntu [03:59] ty [04:00] what's the name for ubuntu+2? :P === dartmolx [n=dartmolx@tequilla.exist.com] has joined #kubuntu [04:00] Glitzy Gopher [04:00] (i don't know, but it sounds good :) [04:01] kmix isnt starting up any ideas === e1mer [n=elmer@tequilla.exist.com] has joined #kubuntu [04:01] Massive Mole would be cool.. when we get that far :) === Jucato [n=jucato@ubuntu/member/Jucato] has joined #kubuntu [04:04] sexy seacucumber === nikkiana [n=nikkiana@c-24-34-69-166.hsd1.nh.comcast.net] has joined #kubuntu === philfo1 [n=philfo1@c-69-141-203-249.hsd1.pa.comcast.net] has joined #kubuntu [04:05] and here I am again, looking for more help. [04:05] Groovy Gerbil [04:05] :-) [04:06] I'm trying to run this: https://help.ubuntu.com/community/BinaryDriverHowto/ATI#head-d8c6fd05bce340dfc3ad483abf0e18997868540b-2 === lunar-raven [n=lunar-ra@71-37-35-249.tukw.qwest.net] has joined #kubuntu [04:06] !nspluginwrapper [04:06] Sorry, I don't know anything about nspluginwrapper - try searching on http://bots.ubuntulinux.nl/factoids.cgi [04:06] !flash64 [04:06] You can run Flash, Real, and Java plugins in AMD64 bit computers with Firefox. see the steps to follow at https://help.ubuntu.com/community/FirefoxAMD64FlashJava === ross [n=ross@bas8-ottawa23-1177598258.dsl.bell.ca] has joined #kubuntu === ross is now known as Warren === Warren is now known as WarrenT [04:07] and I'm halfway down the page at the command line right after: "Blacklist old fglrx module from linux-restricted-modules" [04:07] Hi guys, i have a simple problem here [04:07] everytime i try to apt-get in kubuntu a package [04:07] it says package not found [04:07] ?? [04:07] WarrenT: check your sources.list [04:07] root@DLINK:~# apt-get install linux-source-2.6.10 build-essential [04:07] Reading package lists... Done [04:07] Building dependency tree [04:07] Reading state information... Done [04:07] E: Couldn't find package linux-source-2.6.10 [04:08] so I ran the next three lines of commands & I get: bash: 8.35.5: No such file or directory [04:08] !paste | WarrenT [04:08] WarrenT: 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:08] ahh thanks stdin [04:08] by the way, im a newbie how do i check sources.list? === red22 [n=ml2345@105sdl30m5.codetel.net.do] has left #kubuntu [] [04:09] WarrenT: post /etc/apt/sources.list to that pastebin site and I'll give it a look [04:09] ok one moment please stdin [04:09] philfo1: what commands are you running? === stdin waits... :P [04:10] "sudo ln -sf bash /bin/sh" [04:10] then: "bash ./ati-driver-installer-.run --buildpkg Ubuntu/edgy" [04:10] and at that command it gives me no such file or directory [04:10] stdin: http://paste.ubuntu-nl.org/12843/ === johey [n=johey@c-136-43-vas-l3.cust.mdfnet.se] has joined #kubuntu === tuxligo [n=tuxligo@pc-2LAng.ctrmax.cl] has joined #kubuntu [04:11] oh, i should uncomment the two lines as it says :) [04:11] lol [04:11] philfo1: did you replave with the version, ie. NOT ./ati-driver-installer-<8.35.5>.run --buildpkg Ubuntu/edgy, but "./ati-driver-installer-8.35.5.run --buildpkg Ubuntu/edgy" === Daisuke_Ido [n=sierra-x@pool-71-97-155-28.aubnin.dsl-w.verizon.net] has joined #kubuntu === ORiON- [n=orion@87.69.59.136.cable.012.net.il] has joined #kubuntu === pollyo [n=pollyo@c-68-81-43-126.hsd1.pa.comcast.net] has joined #kubuntu [04:12] stdin: im going to uncoment both sections? or one? [04:12] no, I used the <> [04:12] Hello is emerge a package or a shell command? [04:12] damn. [04:12] why TF can't this be a little more straigtforward. [04:14] so now I did whatever it is that I did (which I do NOT understand) how do I make it better so I can install the correct driver for my graphics card & have my computer not take 22 seconds opening an application === linuxbomb [n=mark@216.170.30.37] has joined #kubuntu [04:14] ? === intelikey [n=root@dialup-4.253.42.251.Dial1.Dallas1.Level3.net] has joined #kubuntu [04:15] networking guro who is not real busy atm ? [04:15] pollyo, emerge? [04:15] that's for gentoo [04:15] stdin: [04:16] !apt | pollyo [04:16] pollyo: APT is the Advanced Package Tool, which together with dpkg forms the basic Ubuntu package management toolkit. Short apt-get manual: https://help.ubuntu.com/community/AptGetHowto - Also see !Synaptic (Gnome) or !Adept (KDE) === CountryGuy [n=IceChat7@24-180-237-149.dhcp.bycy.mi.charter.com] has joined #kubuntu [04:16] WarrenT: sorry, cron went crazy for a sec :P, uncomment what you want, but remember to run "sudo apt-get update" after === intelikey would ask jucato but he's prolly busy [04:16] stdin: i uncommented all the # deb sections in sources.list... when i try apt-get install kismet... i still get package not found === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu [04:16] intelikey: right on! :) [04:16] !info kismet [04:16] ahh ok ill do update :) [04:16] kismet: Wireless 802.11b monitoring tool. In component universe, is optional. Version 2006.04.R1-1.1 (edgy), package size 964 kB, installed size 2448 kB [04:17] i uncommented all the #deb's [04:17] oh man. I didn't run an update on the universe after I enabled it. [04:17] did you add multiverse ? [04:17] intelikely: me? [04:17] and WarrenT [04:18] huh? [04:18] I'm STILL trying to get my ATI GC to work properly [04:18] WarrenT: whenever you change that file, you need to update the package list, and you may as well add multiverse too (to the lines with universe) [04:18] i just uncommented all the lines with deb in sources.list [04:18] but now I'm in a time crunch. [04:18] what is the exact line? === abhishek [n=abhishek@adsl-70-142-161-216.dsl.rcsntx.sbcglobal.net] has joined #kubuntu === ash211 [n=andrew@user-11fap9g.dsl.mindspring.com] has joined #kubuntu [04:19] WarrenT: all the lines starting with deb and ending with universe [04:19] so i add multiverse ?? [04:19] all with the word deb* universe can be deb* universe multiverse [04:19] ahh ok [04:19] thanks will do === hsystem-x [n=hsystem-@64.213.242.20] has joined #kubuntu === speedo409 [n=maredia@71.30.162.92] has joined #kubuntu [04:20] WarrenT: then, sudo apt-get update [04:20] yep thanks alot :0 [04:20] installing a RPM on my kubuntu box for the first time... i feel so unclean [04:20] real helpful you guys. === gost is now known as gost87 [04:20] sparr why in the world are you doing that ? [04:21] eww, rpm [04:21] hey wants a backdoor up the behind :) [04:21] rpm is good but not on a debian based system. [04:21] rpm sucks! === icarn [n=a@APoitiers-156-1-141-233.w83-193.abo.wanadoo.fr] has joined #kubuntu [04:21] deb rules. [04:21] guys I am using kubuntu 6.10, How can I connect to Wireless assistant without entering my Sudo password each time I reboot my box [04:21] lets see how many dependency problems pop up [04:21] rpm is only good with apt-rpm [04:22] thanks [04:22] I want to connect like windows - automatically [04:22] oh [04:22] stdin i beg to differ. urpmi is a very capable package management system [04:22] last question, now that i apt-get kismet and its installed, in which directory will it be in?? [04:22] intelikey: no debian-ish package available for what i want [04:23] intelikey: to tell the truth, the last time I used an RPM based system, was about 8 years ago [04:23] WarrenT: probably spread through multiple ones [04:23] sparr ok. out of curiosity what is it ? === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu [04:23] so i should search for it hitmanWilly [04:23] WarrenT: use "dpkg -L kismet | less " to see all the files installed [04:24] anybody here using wireless assistant ? I need help [04:24] WarrenT: what stdin said [04:24] ahh its in /etc [04:24] part of it [04:24] where is the executable file? [04:24] probably in /usr/bin [04:25] probably /usr/local/bin [04:25] WarrenT: but, like I said, use "dpkg -L kismet | less " to see all the files installed [04:25] makes sense [04:25] thanks === digital_logic [n=hazard@c-24-63-174-8.hsd1.ma.comcast.net] has left #kubuntu ["Leaving"] [04:25] well i got like 20 directorys :) [04:25] intelikey: qsa (qt script for applications) [04:25] WarrenT does it matter where it's installed ? as long as the executable is in your $PATH just the name will do. but if you must know dpkg -L kismet | grep bin/ === neo_ [n=neo@24.152.232.187.res-cmts.snh.ptd.net] has joined #kubuntu [04:26] WarrenT: Linux splits progs up between multiple folders unlike that "other" system === ubuntu [n=ubuntu@156.17.165.165] has joined #kubuntu [04:26] hey, if I just do this stuff over & over again because i forgot to run an update like 5 steps ago, is this going to fix itself or will I just be screwed? === ubuntu is now known as xJacAx [04:26] sparr hmmm. ok. [04:26] yup its me again adking how to get soundblaster 16 audio working [04:27] becasue formatting seems a lot simpler at this point. [04:27] anybody here using wireless assistant ? I need help [04:27] philfo1 when i was first migrating to linux i used to reload the system twice a weak whether i needed to or not.... [04:28] right. well, I either use this machine tonight, or I lose a job. === arkan0x [n=arkanox@201.215.139.35] has joined #kubuntu === chronic1 [n=zshay@c-24-98-154-204.hsd1.ga.comcast.net] has joined #kubuntu [04:28] not so much lose a job, but definitely not get paid for my services. [04:28] not to sound like an a** but got backup [04:29] I am so frustrated with this. and yeah, it's my fault for being windows dependent === mrigns|Zzz is now known as mrigns__ [04:30] join the crowd === mrigns__ is now known as mrigns [04:30] yeah. backup is having someone else doing the service & me not getting paid for what I know I can do. [04:30] philfo1 let me see if i can help ya on this. what exactly is the issue ? [04:30] well dont give up [04:30] philfo1: at least you're trying to learn something new [04:30] ATI driver [04:30] true, true. === Maksuf [n=Max@c-71-195-61-239.hsd1.mi.comcast.net] has joined #kubuntu [04:31] did you try checking x11 [04:31] I've been working on this migration for a month & I'm on my 5th day of complete immersion in linux [04:31] ok and what is the "Error:" ? [04:31] I did a driver install last night and my computer slowed down by about 50 times right after I restarted x [04:32] the error is that it takes about one minute to open or load anything outside terminal [04:32] oh yuch. i've heard enough.... === intelikey runs and hides. [04:32] and I have to do a 120MB photo restoration tonight! === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu [04:33] sudo nano /etc/x11/xorg.conf ???? [04:33] can you do it without ati drivers ? [04:33] did you try that on boot [04:33] kicking out or grub [04:33] what? what? and what? [04:34] I don't know. [04:34] on boot kick out of grub the loader [04:34] my computer was screaming fast two days ago with the improper driver [04:34] get to cmd [04:34] then run this command sudo nano /etc/x11/xorg.conf [04:34] ok, wait one. remember: 5th day of Linucks [04:35] can you do "the 120MB photo restoration" without ati drivers ? might reconfigure xorg to use the generic driver 'vesa' maybe and get your work done.... just a thought. === coty [n=coty@h4.143.141.67.ip.alltel.net] has joined #kubuntu [04:35] that gets you to video settings [04:35] is there a way to install all know wifi drivers [04:35] sudo nano /etc/x11/xorg.conf [04:35] philfo1: can you pastebin the contents? [04:35] got to kick out of the boot esc when grub starts to load [04:35] I would like to install them from the konsole [04:36] I should be able to since I'm not doing any 3d. I'm just so sick of getting a hair away from having this thing working properly, but not [04:36] what? [04:36] coty: most are in linux-restricted-modules [04:36] pastebin? what? [04:36] So how would i get them all [04:36] !paste [04:36] 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) === leileilol [n=Hsi@c-75-68-37-174.hsd1.nh.comcast.net] has joined #kubuntu [04:36] stdin: is there a command i can put in konsole [04:36] stdin: just to install all of them [04:37] coty: what kernel are you on (uname -r) [04:37] stdin: not sure [04:37] stdin: how would i know [04:37] anyone know where i cn get a driver for soundblaster 16 [04:37] coty: i meant use "uname -r" to find out [04:37] just type "uname -r" [04:37] !soundblaster | neo_ [04:37] neo_: soundblaster is If you need help with setting up your soundblaster card, then visit https://help.ubuntu.com/community/SoundcardsWithHardwareSynth [04:37] stdin: 2.6.15-28-386 [04:37] thanks [04:38] neo_ should be a module on disk already ? [04:38] hitmanWilly: I don't get it. does that mean that I need to be less wordy? [04:38] Anyone familiar with k3b setup? [04:38] thanks intelikey [04:38] philfo1: no, thats just the URL for pastebin [04:38] coty: sudo apt-get install linux-restricted-modules-386 [04:38] I don't get it. [04:39] philfo1: i was just asking you to copy the contents of your /etc/X11/xorg.conf file to pastebin [04:39] there's SO MUCH new stuff I'm trying to ingest right now & I only know that "sudo" gets me anywhere I want to screw up [04:39] philfo1: so i could take a look at it [04:39] lol [04:39] stdin: it wount let me [04:40] give me a sec [04:40] thanks [04:40] stdin: E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavailable) [04:40] I'm gonna have an aneurysm tonight, I can feel it [04:40] coty: close adept/synaptic [04:40] stdin: ok [04:40] philfo1: it happens to the best of us [04:41] stdin: it said i already had it === dthacker [n=dthacker@ip68-107-233-209.om.om.cox.net] has joined #kubuntu [04:41] how do I copy all that text? [04:41] philfo1 i would sujest that you, in a kosnole, run this command; sudo dpkg-reconfigure xserver-xorg and sellect the vesa driver when asked. and reset X that's only a sujestion to try to help you get the thing working well enough to do what needs to be done. [04:42] stdin: linux-restricted-modules-386 is already the newest version. [04:42] coty: then you have all the ones that you can get with apt [04:42] philfo1: just like windows [04:42] stdin: well i plug in my wifi antena and it does not say anything [04:42] I don't mind staying up. I want to get this driver in & in RIGHT. if I have to go through this again, there's going to be a P4 in the schuylkill river [04:42] stdin [04:43] coty: what doesn't say anything? [04:43] stdin: it is a wifi max [04:43] philfo1: actually, try what intellikey suggested first [04:43] stdin: the computer [04:43] re-work is my biggest pet peeve. [04:43] vidio card has nothing to do with the processor [04:43] hey how do i change my default browser to opera [04:43] stdin: I plug in my wifi max into the usb port and nothing happens [04:43] stdin: there is a driver i need for it [04:44] coty: it won't speak to you :P, just because you don't see it react doesn't mean that "nothing" happend [04:44] stdin: i think it is zd somthing === aaroncampbell_ [n=aaroncam@63.225.219.62] has joined #kubuntu [04:44] no, but it's the manefestation of this whole pile of electronic dung. [04:44] stdin: well it is not sending a signal out [04:44] sorry. just frustrated. [04:44] :_ [04:44] Anyone know where k3bsetup would be? [04:44] stdin: my psp does not pick up on any wifi hot spots [04:44] pollyo in the menu of the app maybe ? [04:45] coty: that's probably because you haven't set it up === claydoh [n=claydoh@66-252-58-230.dyn-adsl.midmaine.net] has joined #kubuntu [04:45] coty: is usb right? [04:45] stdin: so how should i [04:45] intelikely: I would RATHER get the driver installed right and not have to revisit this issue [04:45] coty: in konsole, what does "lsusb" show ? [04:45] I have until tomorrow night to deliver the photo === hybrid [n=x@easyubuntu/supporter/hybrid] has joined #kubuntu [04:45] intelikey: It looks like people are discussing another app that you run prior to k3b === carutsu [n=carutsu@201.140.30.189] has joined #kubuntu [04:45] stdin: [04:45] Bus 001 Device 002: ID 067c:e240 Efficient Networks, Inc. [04:45] Bus 001 Device 001: ID 0000:0000 [04:46] stdin: i dont have it pluged in === peanutb [n=paul@c-71-197-218-63.hsd1.wa.comcast.net] has joined #kubuntu [04:46] stdin: should i plug it in [04:46] coty: heh, plug it in and re-run the command :) [04:46] BRB [04:47] so, is there anyone game for helping me out with running this: https://help.ubuntu.com/community/BinaryDriverHowto/ATI#head-d8c6fd05bce340dfc3ad483abf0e18997868540b-2 ?? [04:47] stdin: Bus 001 Device 003: ID 0ace:1215 ZyDAS [04:47] that is, if it works... [04:48] coty: ok, so it's sees it, that's good [04:48] stdin: good [04:48] stdin: you mean great [04:48] pollyo i don't see any thing like that in the package database but if it is part of the k3b packaes just type it in the konsole k3bsetup === gost [n=gost@24-32-231-201.fibertel.com.ar] has joined #kubuntu === Morbo [n=michael@kron2-46-125.resnet.wisc.edu] has joined #kubuntu === lexual [n=lexhider@ppp71-221.lns1.mel4.internode.on.net] has joined #kubuntu [04:50] coty: post the output of "lsusb -vs 001:003", "ifconfig" and "iwconfig" to pastebin === CountryGuy [n=IceChat7@24-180-237-149.dhcp.bycy.mi.charter.com] has joined #kubuntu [04:51] !paste [04:51] 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:51] need testers. http://pastebin.us/?dl=19686 === icarn [n=a@APoitiers-156-1-61-111.w86-217.abo.wanadoo.fr] has joined #kubuntu [04:52] intelikey: for what === thumper [n=tim@125-236-193-95.adsl.xtra.co.nz] has joined #kubuntu [04:52] S I S :) [04:52] does anyone else have the situation where Xorg starts taking 100% of the cpu? [04:53] for some reason my internet got really slower when i switched to kbuntu [04:53] hello there, how can i what happen to my system 30min ago when somthing get all the cpu and disk power ? [04:53] coty ipv6 prolly ? [04:53] !paste [04:53] 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:54] in reconfiguring xserver-xorg, should I use the framebuffer device interface? yes or no? [04:54] intelikey: i have tried that [04:54] intelikey: i dont think im doing it right === Kr4t05 [n=luzer@dsl-206-251-14-231.dsl0.crls.pa.net] has joined #kubuntu [04:55] stdin: http://paste.ubuntu-nl.org/12854/ [04:55] intelikey: that script errored out on my system http://paste.ubuntu-nl.org/12853/ === skarface [n=antix@ip68-228-163-158.ok.ok.cox.net] has joined #kubuntu [04:56] coty you have edited /etc/modprobe.d/aliases set alias net-pf-10 off ? [04:56] anyone? anyone? Beuler? Beuler? [04:56] stdin: http://paste.ubuntu-nl.org/12855/ [04:56] intelikey: hmm [04:56] which restricted module has the sound drivers === lombra_ [i=lombra@BHE200139147232.res-com.wayinternet.com.br] has joined #kubuntu === ceros [n=user@c-68-49-247-245.hsd1.va.comcast.net] has joined #kubuntu [04:57] which restricted module has the sound drivers === thumper [n=tim@125-236-193-95.adsl.xtra.co.nz] has left #kubuntu ["Konversation] [04:57] intelikey: you use bashisms, so use /bin/bash not /bin/sh [04:58] stdin not needed. sh works fine. did line 11 turncate on you or something ? [04:58] intelikey: 10: Syntax error: "(" unexpected [04:58] stdin: http://paste.ubuntu-nl.org/12856/ [04:58] hitmanWilly did line 11 turncate ? [04:58] stdin: there you go all three commands you gave me [04:59] stdin: scroll up for the other two [04:59] any one know where in the restricted modules I can find sound drivers [04:59] stdin ok does changing /bin/sh to /bin/bash fix your error ? [04:59] intelikey: yeah [05:00] ok scrap it. i'll rewrite. [05:00] intelikey: so how do i turn of ipv6? === intelikey removes bash from his system to prevent future errors like that. === ross_ [n=ross@bas8-ottawa23-1177598258.dsl.bell.ca] has joined #kubuntu [05:00] intelikey: it's because /bin/sh is dash here [05:01] coty you have edited /etc/modprobe.d/aliases set alias net-pf-10 off ? [05:01] intelikey: because im so tired of slow internet when i have dsl [05:01] intelikey: i put the command in and i got an error [05:01] what command ? === pabst [n=jflynn@pool-71-255-182-18.slsbmd.east.verizon.net] has joined #kubuntu [05:01] and what error for that matter [05:02] intelikey: that is a command right [05:02] intelikey: and "$(ifconfig -a | grep -A1 '^[A-z] ') shows nothing here, but "$(ifconfig -a | grep -iA1 '^[A-z] ')" shows them [05:02] coty no [05:02] intelikey: ok [05:02] intelikey: so what is it [05:02] intelikey: and what do i do [05:02] hey how stable is the new beta [05:02] im downloading it now === speedo409 [n=maredia@71.30.162.92] has joined #kubuntu [05:02] intelikey: sorry i know im a pain [05:03] neo_: for feisty? [05:03] coty edit the file. change the line. [05:03] yea [05:03] coty konsole # sudo nano /etc/modprobe.d/aliases # [05:03] feisty fawn [05:03] neo_: running it right now, works great for me [05:03] any crashes [05:04] coty: does "sudo iwconfig" show anything ? [05:04] neo_: not yet, continuous uptime for 3 days since i installed it [05:04] intelikey: ok now what [05:04] stdin then you are saying to me that [A-z] == [a-z] on that system ? [05:04] i havent run it yet but Im new to the ubuntu world but Im loving it so far [05:04] stdin: yeah i gave it to you [05:05] coty find line that says "alias net-pf-10 ipv6" change it to "alias net-pf-10 off" [05:05] intelikey: no, "grep -iA1 '^[A-z] '" == "grep -A1 '^[a-z] '" (added the -i to grep) [05:05] neo_: switched to ubu about 6-7 mos back from fedora, never looked back [05:05] coty: with sudo ? [05:06] intelikey: hmm... thoughs are two diffrent lines [05:06] stdin: let me try [05:06] stdin yes and you the -i makes it case insesnitive so it is A-Z,a-z but [A-z] is all ready that here [05:06] you* you know [05:07] stdin: what is the command again [05:07] intelikey: [A-z] outputs nothing on my system [05:07] coty: sudo iwconfig [05:07] stdin: i got the same thing [05:07] im working on sound but there is no snd === BDDF_ [n=akopciuc@S0106001346451f31.cg.shawcable.net] has joined #kubuntu [05:08] intelikey: alias net-pf-6 netrom [05:08] stdin test. echo -e 't\nT' | grep '[A-z] ' === eXistenZ [n=existenz@bzq-88-153-7-188.red.bezeqint.net] has joined #kubuntu [05:08] intelikey: that is what is on line 6 [05:08] intelikey: nothing [05:08] lovely. disabling my GC makes all my monitor color calibrations nil. [05:08] intelikey: alias net-pf-10 ipv6 [05:08] this is just perfect. [05:09] intelikey: that is what is on line 10 === Theresa [n=theresa@216.14.238.25] has joined #kubuntu === jmichaelx [n=james@c-24-7-251-85.hsd1.il.comcast.net] has joined #kubuntu [05:09] yes line 10 [05:09] intelikey: but, interestingly "echo -e 't\nT' | grep '[a-Z] '" works [05:09] hello folks [05:09] stdin hmmmmm [05:09] intelikey: so i edit line 10 with alias net-pf-10 off [05:09] coty yes [05:10] stdin that aint right.... they have reordered char sorting [05:10] has anyone completely trashed their systems by upgrading to feisty beta recently, or am i alone on this? [05:10] I am in the embarrasing situation of working on a clients computer and being flummoxed. In Open office all fonts in all wigets are now symbols. It's not readable. I have deleted the openoffice.org2 folder and it still remains the same. Any ideas? === ross_ [n=ross@bas8-ottawa23-1177598258.dsl.bell.ca] has joined #kubuntu [05:11] stdin see here "echo -e 't\nT' | grep '[a-Z] '" gets nothing. [05:11] intelikey: my internet speed is the same === bill__k [n=bill@pcp032080pcs.odonnell.mu.edu] has joined #kubuntu [05:11] coty that change only affect initialization. boot time. [05:12] oh === pollyo [n=pollyo@c-68-81-43-126.hsd1.pa.comcast.net] has left #kubuntu [] [05:12] it is asking what files to write it so [05:12] to [05:12] intelikey: which ones should i [05:12] just hit enter [05:13] ok [05:13] thanks === Hrontore stretches and yawns ;3 [05:13] after attempting to upgrade to feisty, i cannot get bash anymore.... i get "busybox"... is there any hope for a recovery? [05:14] stdin: so what do i do now === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu [05:14] stdin; you got all the paste i gave you right? [05:15] coty: yeah, just trying to find the driver for it [05:15] stdin: were [05:15] oh goodness. xserver-xorg reset. ordeal. [05:15] coty: google mostly :P [05:15] intelikey: my internet now is super fast [05:16] intelikey: but for some reason google loads slow === phr0z3n [n=phr0z3n@216.186.159.215] has joined #kubuntu [05:17] coty i don't know anything about that. maybe google was actually using ipv6 ? === math [n=math@modemcable121.102-83-70.mc.videotron.ca] has joined #kubuntu [05:17] this is so frustrating [05:17] it can't be a gtk thing as adept looks fine === neptunepink [n=neptune@adsl-75-62-110-120.dsl.snfc21.sbcglobal.net] has joined #kubuntu [05:18] intelikey: it took awhile for it to load the search engin but now it flies === Jucato notes that Adept doesn't use GTK, like the rest of KDE [05:20] intelikey: WOW my internet is SO FREAKING FAST [05:20] intelikey: i never knew it was this fast [05:20] Jucato: oh [05:20] stdin version you running ? [05:20] intelikey: it was not this fast on windows [05:20] intelikey: feisty [05:21] k === voidmage [n=voidmage@adsl-068-209-120-161.sip.asm.bellsouth.net] has joined #kubuntu [05:22] stdin i was sujested that it might be the builtin echo try /bin/echo ona that test [05:22] coty: do "sudo modprobe zd1211rw" then show "dmesg | tail" [05:23] intelikey: "/bin/echo -e 't\nT' | /bin/grep '[A-z] '" shows nothing [05:24] intelikey: and, again, reversing A-z for a-Z does [05:24] k === ffffu [n=deathnot@bb121-6-170-76.singnet.com.sg] has joined #kubuntu [05:26] so what draws the widgets in Open Office? IT's the only thing that looked messed up. The menus looks fine but everything in the tools bars is gibberish. In the font listings drop-down i have circle-square-halfmoon-double box-filled circle [05:27] Theresa: i think open office IS in fact GTK [05:27] i think... === Theresa is now known as Bearcat [05:28] stdin: FATAL: Module zd1211rw not found. === gost [n=gost@24-32-231-201.fibertel.com.ar] has joined #kubuntu [05:28] so, it's a gtk thing then. hmm [05:28] maybe === freeza [n=freeza@adsl-67-67-196-176.dsl.austtx.swbell.net] has joined #kubuntu [05:28] try running gedit [05:28] i know that's gtk [05:28] and also not installed by default :) [05:29] coty: run: find /lib/modules/$(uname -r)/ -type f -name "zd1211*" [05:29] i know, iwas hoping === bones [n=bones@24-113-51-184.wavecable.com] has joined #kubuntu [05:29] ok, i think i've seen this before when i used Gnome a long time ago [05:29] Bearcat : may try to use kde config to use kde fonts in gtk apps (one cliin controle panel) [05:30] icarn: i messed around with that to no avail. I think it may be a pango problem [05:30] "kde config" would be System Settings -> Appearance -> GTK+ Styles and Fonts === manchicken|away is now known as manchicken_ === nonuda [n=nonuda@61.94.130.243] has joined #kubuntu [05:31] Jucato: right. That seems to make no difference. I'm gonna look for my gtk setting and kill them [05:31] i have an application hang, how do i kill it? [05:31] stdin i'm not getting comment from the guys in #bash they are all grinning like the cat that swallowed the cannery, and won't admit that bash borked.... but neither will they accuse grep of being at fault makes me think they will probably quietly fix it and say nothing. [05:32] intelikey: tried it in /bin/sh, /bin/csh, /bin/ksh and a couple others, all only work with [a-Z] [05:32] stdin: /lib/modules/2.6.15-28-386/kernel/drivers/usb/net/zd1211/zd1211.ko [05:32] yo stdin, my man..hehe [05:33] coty: ok, sudo modprobe zd1211 [05:33] hey nonuda :) === Kr4t05 [n=luzer@dsl-206-251-14-231.dsl0.crls.pa.net] has joined #kubuntu [05:33] stdin: no output [05:33] stdin: came up [05:33] coty: then "dmesg | tail" to pastebin [05:33] stdin, how do i kill an application? [05:33] stdin ok then it's not bash. lets see if it's grep test; echo -e 't\nT' | sed 's/[A-z] /P/g' [05:34] intelikey: sed: -e expression #1, char 11: Invalid range end === hgklmnrs [n=math@modemcable121.102-83-70.mc.videotron.ca] has joined #kubuntu === bones [n=bones@24-113-51-184.wavecable.com] has joined #kubuntu === eXistenZ [n=existenz@bzq-88-153-7-188.red.bezeqint.net] has joined #kubuntu [05:35] how would i reinstall pango? [05:35] stdin and if you reverse it ? [05:35] stdin: http://paste.ubuntu-nl.org/12860/ [05:35] intelikey: again, "echo -e "t\nT" | sed 's/[a-Z] /P/g'" gives "PP" [05:36] nm [05:36] stdin yep it's neither bash nor grep it's something to do with regex. and ubuntu prolly did it. [05:36] coty: and "iwconfig" now shows? [05:36] stdin: nothing [05:37] intelikey: strange [05:37] I hope to be getting a better computer this weekend [05:37] coty: what about "iwconfig wlan0" ? [05:37] first thing im doing is.... [05:37] that could give all kinds of trubble in scripts. it may not only apply to A-z it is a reordering or chars so i don't know what all will be affected. [05:37] stdin: wlan0 No such device [05:38] aww :p [05:38] it's not posix tho [05:38] first thing im doing as soon as i get that computer is wiping out microsoft and installing my beutiful kubuntu === AmyRose [n=amyrose@user-12l2tg3.cable.mindspring.com] has joined #kubuntu [05:40] there really is no documentation on ZyDAS [05:41] Bearcat : lissage des polices de KDE (Centre de configuration > Apparence et Thmes > Polices > Configurer > Activer le halo par sous-pixellisation). (in french but who care) [05:41] stdin: i know thats the problem [05:42] i cant figure out the proper way to get ddat display a day in the futor or past,any help?lets dd/mm/yy [05:42] ddate* === intelikey [n=root@dialup-4.253.42.251.Dial1.Dallas1.Level3.net] has left #kubuntu ["back] [05:42] the new computer im getting has a bad hard drive === Kr4t05 is now known as Capt_Obvious === Capt_Obvious is now known as Kr4t05 [05:43] so im not sure how im going to install kubuntu [05:44] icarn: thakn you, but my french is almost on-existant [05:44] !fr [05:44] Allez a #ubuntu-fr ou #kubuntu-fr pour de l'aide et de la discussion en francais. === Kr4t05 is now known as Kr[4] t05 === bruja8 [n=alex@adsl-75-19-33-180.dsl.irvnca.sbcglobal.net] has joined #kubuntu === daskreech2 [n=chatzill@dial-207-254-131-40.dyn.infochan.com] has joined #kubuntu [05:46] hi, guys, how do i make the live cd not load bcm43xx modules? [05:46] well thanks for the help folks. I gotta scram [05:46] Bearcat : ok so System Settings -> Appearance -> Polices -> "lisser"(configure) then halo ; should be what u look 4. === Bearcat [n=theresa@216.14.238.25] has left #kubuntu ["Kopete] [05:46] bruja8: blacklist he, [05:46] them [05:47] oh wait [05:47] Live cd [05:48] daskreech2, how do i make it install the distro without the bcm43xx for that matter? === mluser [n=mluser@ip68-0-79-59.tu.ok.cox.net] has joined #kubuntu [05:48] I am at this point really sad [05:48] well if you are going to install it then you can blacklist it after [05:48] I am watching the youtube vids of beryl [05:48] and i want beryl === intelikey [n=root@dialup-4.253.42.251.Dial1.Dallas1.Level3.net] has joined #kubuntu [05:48] :-) [05:49] ohhhh yeah, i forgot that! but which file do i blacklist it in? [05:49] ummmm [05:49] stdin ok test this one in place of the other, i patched it for your non-posix system http://pastebin.us/19707 [05:49] what happend ? [05:49] something ni /etc/modules === odin__ strokes Beryl [05:49] ohhhh, k [05:49] cant someone help me with getting beryl [05:50] c pas cool [05:50] what's the matter coty? [05:50] coty whats wrong? [05:50] coty: installeed your vid card drivere already? [05:50] i want beryl *coty crys [05:50] coty: i installed vid drivers with Envy and it worked with aiglx first time round [05:50] i want my screen to be a cube [05:50] did you install the packages coty? [05:51] so feisty has really hosed regex... [05:51] no [05:51] i dont know were to get them [05:51] anyone ever have Kubuntu/Ubuntu start up and stay in comand line? [05:51] i have no idea what to do === gost is now known as gost87 [05:51] anyone running feisty care to drop this in a konsole# echo -e 'R\nr' | grep '[A-z] ' ;echo -e 'R\nr' | sed 's/[a-Z] /E;/g' [05:52] coty: nvidia or ati? [05:52] how do i know [05:52] someone asked me before but never tolled me how to find out [05:52] R means it's correct E; well you know what E; means. [05:52] um [05:52] nviida [05:53] intelikey: the "patched" script works now [05:53] intelikey: double E's. [05:53] intelikey: and I got E;'s [05:53] how u know icarn? [05:53] :p [05:53] LeeJunFan k just wanted to dubble check that it wasn't stdin's box only. [05:53] :b [05:53] ok there needs to be a bug filed on that . === mluser [n=mluser@ip68-0-79-59.tu.ok.cox.net] has joined #kubuntu [05:54] coty: lshw -C video [05:54] ok [05:54] intelikey: I should say :) [05:55] LeeJunFan you regestered ? [05:55] intelikey: I didn't catch your earlier stuff, and I'm sitting here looking at this going WTF happened? hehe [05:55] can i install gnome desktop in kubuntu? can gnome and kde exist in one machine? [05:55] intelikey: tested it on an OpenBSD box, and I got R r and "sed: 1: "s/[a-Z] /E;/g": RE error: invalid character range" [05:56] nonuda: sure, just install "ubuntu-desktop" [05:56] !paste [05: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) === stuq [n=Stuart@user-12lcqol.cable.mindspring.com] has joined #kubuntu [05:56] what does it say coty, nvidia or ati? [05:56] LeeJunFan feisty has "re-ordered" the standard chars in 'regex' that's like saying all scripts of any lang not specifically writen for feisty ubuntu should not be used on feisty. === bones is away: Gone away for now. === bones is now known as ghost [05:56] it breaks posix compliance and has serious implications. [05:57] stdin yes that's posix complient. === ghost is back. === ghost is now known as bones [05:57] odin_: it says it no wer [05:57] were [05:57] intelikey: shouldn't the second one be E? [05:57] :/ [05:57] LeeJunFan yes see stdin above. [05:58] lshw -C video says "nowhere"? :p [05:58] under vendor: [05:58] should i run the command in super-user [05:58] that is what it said [05:58] no need [05:58] ok === larry_ [n=larry@adsl-70-129-224-126.dsl.tpkaks.swbell.net] has joined #kubuntu [05:58] this is normal. tty4 [greg$~] echo -e 'R\nr' | grep '[A-z] ' ;echo -e 'R\nr' | sed 's/[a-Z] /E;/g'R [05:58] r [05:58] sed: -e expression #1, char 12: Invalid range end [05:58] let me paste what the out put was [05:58] kk === kubuntux [n=kubuntux@201.10.16.139] has joined #kubuntu === ouellettesr [n=kevin@66-227-221-83.dhcp.klmz.mi.charter.com] has joined #kubuntu [05:59] intelikey: which package should that be filed under? is that libc's job? === bones is away: Gone away for now. === bones is now known as ghost9 [06:00] http://paste.ubuntu-nl.org/12863/ [06:00] LeeJunFan i think libc6 but i'm not sure. [06:00] hello if im installing openoffice from their website, should i install the debian menu package under desktop integration [06:00] intel [06:00] :/ [06:01] hmmm === manchicken_ is now known as manchicken|away [06:02] intelikey: what distro are you using? [06:02] Hrontore ubuntu [06:02] ahh [06:02] so can someone help me with getting beryl [06:02] gimme a sec :p [06:02] Hrontore and you ? [06:03] i really get saddier by the second watching these vids of it [06:03] intelikey: Kubuntu [06:03] any ideas anyone? [06:03] yeah i thought we were probably both using ubuntu [06:04] ouelletters: have you tried using apt? [06:04] You may need to add repositorys [06:04] coty: type glxinfo | grep direct [06:04] ouellettesr why from their site ? [06:05] direct rendering: No [06:05] OpenGL renderer string: Mesa GLX Indirect [06:05] i have the same problem [06:05] theres a bug in database where you cant save a form, the only work around is installing the version on their website [06:05] ok. [06:06] coty: this is out of my league, if at all possible :p [06:06] ask about [06:06] try #beryl [06:06] i downloaded it and the nstructions say to delete anything not for my release, im not sure if i need to delete the debian menu package under desktop integration [06:07] i need help with fglrx [06:07] shoot i'm late.. gota make rounds. [06:07] installing a binary driver for radeon 6900 [06:07] intelikey: I don't think it's a bug, both E's are coming from the sed. [06:07] 9600* === stdin sleeps [06:07] \nr should be \n\r [06:07] bah === hgklmnrs [n=math@modemcable121.102-83-70.mc.videotron.ca] has joined #kubuntu === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu === coty [n=coty@h4.143.141.67.ip.alltel.net] has joined #kubuntu [06:11] sorry to ask here, but is there an OpenOffice channel? [06:11] coty: out of luck? [06:12] #openoffice.org [06:12] yeap out of luck [06:12] and I think a #openoffice.org-users [06:12] coty doesnt seem to be doing well [06:12] daskreech2 thank you very much [06:12] :[ [06:12] coty: what gfx card you have? [06:12] i took my stress out on another channel [06:12] intel [06:12] yes [06:12] better than a sis [06:12] http://paste.ubuntu-nl.org/12863/ for chipset details === ubuntu [n=ubuntu@adsl-76-205-96-175.dsl.bcvloh.sbcglobal.net] has joined #kubuntu === neoncode [n=neoncode@89.242.224.230] has joined #kubuntu [06:13] i flooded one of my mosted hated channels === ubuntu is now known as Re|ent|ess [06:13] thats how stressed i am [06:13] hrm, sorry, I know nothing about their cards except that linux finally gets a gfx card maker to open source it and comes up with a worse driver than hacked ATI ones :( [06:13] #windows ? [06:13] lol === odin__ giggles [06:13] hey umm === odin__ strokes his nVidia GF6800GT [06:14] Yeah, SIS sucks. I have 24 of them at the library, I'd love to run beryl on those systems. [06:14] so [06:14] coty: #spywarerus ? [06:14] how am i going to install this [06:14] why is it that i installed kubuntu and like none of my programs will install [06:14] coty: your wi fi card? [06:14] what about it [06:14] like apache [06:14] and php === _Hug[o] _ [n=existenz@bzq-88-153-7-188.red.bezeqint.net] has joined #kubuntu [06:14] Re|ent|ess: none of which program? [06:14] buy a cheap nvidia card on ebay and installing it will be a breeze :D [06:14] and mysql [06:15] how are you installing them? [06:15] and xchat [06:15] and [06:15] i am not for now [06:15] im focused on beryl [06:15] source l === secleinteer [n=secleint@adsl-70-237-197-111.dsl.stlsmo.sbcglobal.net] has joined #kubuntu [06:15] your spose to install from source [06:15] if you cant compile then your not a linux user [06:15] your a n00b === _czessi [n=Czessi@dslb-088-073-027-077.pools.arcor-ip.net] has joined #kubuntu [06:16] Re|ent|ess: please dont be an idiot [06:16] !install [06:16] Ubuntu can be installed in lots of ways. Please see https://help.ubuntu.com/community/Installation for documentation. Problems during install? See https://wiki.ubuntu.com/CommonProblemsInstall and https://wiki.ubuntu.com/DapperReleaseNotes/UbiquityKnownIssues - See also !automate [06:16] oh im not [06:16] Relentless easy on him [06:16] aye aye [06:16] Relentless he's new [06:16] !apt | Re|ent|ess [06:16] Re|ent|ess: APT is the Advanced Package Tool, which together with dpkg forms the basic Ubuntu package management toolkit. Short apt-get manual: https://help.ubuntu.com/community/AptGetHowto - Also see !Synaptic (Gnome) or !Adept (KDE) [06:16] :- [06:16] )) [06:17] !rpm | daskreech2 [06:17] daskreech2: RPM is the RedHat Package Management system. Ubuntu does not use RPM, but !APT, and RPM packages are not supported (the package "alien" can allow installing them, but it's quite dangerous) [06:17] doesnt mean u have to be rude [06:17] lol === troxor [n=boyo@rrcs-71-42-147-18.sw.biz.rr.com] has joined #kubuntu [06:17] alien is not dangerous [06:17] !build-essential | Re|ent|ess [06:17] Re|ent|ess: Compiling software from source? Read the tips at https://help.ubuntu.com/community/CompilingSoftware (But remember to search for pre-built !packages first: not all !repositories are enabled by default!) [06:17] remember Dont bite the newbies! [06:17] ok [06:17] i wont === Re|ent|ess uses kubuntu when mandriva is craping out [06:18] :D [06:18] okay i tried following the instructions (https://help.ubuntu.com/community/BinaryDriverHowto/ATI) but ran into a problem with fglrx === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu [06:18] i dont know [06:19] !google fglrx [06:19] Sorry, I don't know anything about google fglrx - try searching on http://bots.ubuntulinux.nl/factoids.cgi [06:19] ? [06:19] !fglrx [06:19] To install the Ati/NVidia drivers for your video card, see https://help.ubuntu.com/community/BinaryDriverHowto [06:19] there we go [06:19] ok [06:19] hmm [06:20] Hrontore: ran into what problem? [06:20] its ati! [06:20] well i just dont know [06:20] Re|ent|ess: It doesn't google, but replies with factoids from its own database. [06:20] one sec === ubuntu [n=ubuntu@c-24-147-31-197.hsd1.ma.comcast.net] has joined #kubuntu [06:20] $ fglrxinfo [06:20] display: :0.0 screen: 0 [06:20] OpenGL vendor string: Mesa project: www.mesa3d.org [06:20] OpenGL renderer string: Mesa GLX Indirect [06:20] OpenGL version string: 1.2 (1.5 Mesa 6.4.1) [06:20] thats the problem [06:20] Hrontore: yep, did you install the fglrx driver package? [06:21] not just the modules [06:21] how do i check? [06:21] lsmod [06:21] in a root shell [06:21] now thats a list [06:21] no, that's the module. [06:21] dpkg -l | grep fglrx [06:22] hmm === Hrontore why cant it be alphabetacal? [06:22] dpkg -l | grep fglrx | sort [06:22] it can :) [06:22] i belive if you want to check you modules loaded you type lsmod [06:22] !lsmod [06:22] Sorry, I don't know anything about lsmod - try searching on http://bots.ubuntulinux.nl/factoids.cgi [06:22] lsmode ls= list mod=modules [06:22] hey [06:22] hi [06:23] i need help on loading on raid.. my grub keeps hanging [06:23] Now im really starting to love kubuntu [06:23] raid/scisi [06:23] like super love [06:23] !raid [06:23] Tips and tricks for RAID and LVM can be found on https://help.ubuntu.com/community/RaidConfigurationHowto and http://www.tldp.org/HOWTO/LVM-HOWTO [06:23] it strems videos great === billytwowilly [n=chris@S01060016b649355d.ed.shawcable.net] has joined #kubuntu [06:23] coty found vlc [06:23] when i was on windows youtube vids were chopy [06:23] hmm [06:23] oh, that direction. hehe [06:24] leejunfan: http://paste.ubuntu-nl.org/12873/ [06:24] coty: I thought you were streaming out. [06:24] When watching youtube vids on kubuntu they are not choppy like they were with windows [06:24] keeps going into busybox [06:24] what shd i do [06:25] ffffu: busybox? are you dual booting [06:25] Hrontore: okay, so you've go the libs installed okay, did you change your video driver in xorg.conf to fglrx? [06:25] Hrontore: are you running feisty? and what model # ati you got? [06:25] no..seems like the kernal couldn't find my harddisk (raid) [06:25] i think the modules should be loaded but i don't know what modules === _Hug[o] _ [n=existenz@bzq-88-153-7-188.red.bezeqint.net] has joined #kubuntu [06:25] do you see your drive on live? [06:26] yeah i did [06:26] live installation is okay [06:26] yay im getting help with beryl [06:26] LeeJunFan: the card is an RAdeon 9600 and running edgy [06:26] after that, grub loader loads the kernal and i'm in busy box [06:26] are you @ your box now? [06:26] oh [06:26] did you read about raid drives? [06:26] !raid [06:26] Tips and tricks for RAID and LVM can be found on https://help.ubuntu.com/community/RaidConfigurationHowto and http://www.tldp.org/HOWTO/LVM-HOWTO [06:26] Hrontore: try sudo apt-get install --reinstall xorg-driver-fglrx [06:26] yeah..i'm doing a installation via live cd again..will get into busybox again later..i'll let u know after i get into that [06:26] do the firdt one [06:27] meanwhile reading [06:27] !kubuntulove [06:27] Sorry, I don't know anything about kubuntulove - try searching on http://bots.ubuntulinux.nl/factoids.cgi [06:27] Hrontore: then glxinfo to see if your client vendor changed. [06:27] coty: where from? [06:27] ImagemagicK - huh? [06:27] LeeJunFan: Just like into the consol [06:27] #beryl [06:27] ffffu: if itt's dropping you to busybox then it's failing in initrd. === killown [i=killown@201-43-43-250.dsl.telesp.net.br] has joined #kubuntu [06:27] Hrontore: yeah. [06:27] way to step on my toes LeeJunFan === coty is now known as HARDCORE === HARDCORE is now known as hardcorelinuxlov === nonuda_ [n=nonuda@61.94.130.210] has joined #kubuntu [06:28] yeah, you're welcome Re|ent|ess :) [06:28] lol [06:28] how do i install a deb file? === hardcorelinuxlov is now known as coty [06:28] seriously not cool tho === wendy [n=wendy@148.243.25.26] has joined #kubuntu === gost [n=gost@24-32-231-201.fibertel.com.ar] has joined #kubuntu [06:28] click on it [06:28] carutsu: dpkg -i [file] [06:28] or that. :) [06:28] !deb [06:29] deb is the Debian package format, also used by Ubuntu. To install .deb files, simply double-click on them (Ubuntu) or right-click and select Kubuntu Package Menu->install (Kubuntu) [06:29] LeeJunFan: yeah.. what should i do in the busybox ? === OsteHovel [n=ostehove@062016156063.customer.alfanett.no] has joined #kubuntu [06:29] :O [06:29] guys, i want to install linux+wine on pentium 200mmx 64 mb ram, what distro should i use? [06:29] nothing [06:29] !wine [06:29] wine is a compatibility layer for running Windows programs on GNU/Linux. See https://help.ubuntu.com/community/Wine for more information. [06:29] LeeJunFan: i know i should load my raid1 by using modprobe raid1 ..is it correct? [06:29] LeeJunFan thanks [06:29] wtf [06:30] i said how to install [06:30] <_< [06:30] nonuda_ i would use xubuntu [06:30] me [06:30] LeeJunFan: what should i do in the busybox ? [06:30] !xubuntu [06:30] xubuntu is Ubuntu with Xfce instead of Gnome. For more info, see http://www.xubuntu.org and http://wiki.ubuntu.com/Xubuntu/ - To install from Ubuntu: "sudo apt-get install xubuntu-desktop". | For support, see #xubuntu | See also: !ubuntu and !xubuntu-channels [06:30] ffffu: has it ever worked? What happened to break it? [06:30] LeeJunFan: http://paste.ubuntu-nl.org/12874/ (its still mesa) [06:31] thanks [06:31] Hrontore: i dont think your driver is supported yet [06:31] carutsu: right click it and select kubuntu package menu [06:31] i don't know..live cd installation was ok..after that it just boot into busybox [06:31] nonuda_, np [06:31] nnnnnnnnnnnnoooooooooooooooooooooo [06:31] you could build a driver [06:31] Hrontore: I think maybe it needs a reinstall as in sudo apt-get remove xorg-driver-fglrx && sudo apt-get install xorg-driver-fglrx [06:32] ffffu: where does it freak? [06:32] i'll do that [06:32] Hrontore: the fglrx drivers setup a 'diversion' or whatever it's called, it moves your mesa drivers and replaces them with ones from ati, it doesn't look like that is working for you. [06:32] y [06:33] brb trhanks for the help i going for lunch first ;p [06:33] oops ment for that y to be in consol [06:33] Hrontore: I'm running a 9200 on one machine and a 9700 on this one, it works in edgy. === yuan [n=yuan@cust149-47.tvcabo.co.mz] has joined #kubuntu [06:33] Hrontore: http://www.thinkwiki.org/wiki/Fglrx === triker [n=triker@87.218.117.196] has joined #kubuntu [06:33] LeeJunFan: im running 9600 cuase that waht it came with [06:33] ffffu: hrm, to me it sounds like your initrd just wasn't built right :( Not sure if you can fix it from there. === triker [n=triker@87.218.117.196] has left #kubuntu ["Konversation] [06:34] ffffu: initrd isn't really something you can fix unless you have a working machine. === jeffto [n=jeffto@201.244.113.244] has joined #kubuntu [06:34] !initrd [06:34] Sorry, I don't know anything about initrd - try searching on http://bots.ubuntulinux.nl/factoids.cgi [06:34] lol [06:34] hello everybody [06:34] hi jeffto [06:34] hi Re|ent|ess [06:34] what can i help ya with? [06:35] I have a trouble related to my CD/DVD/RW drive [06:35] !cdrw [06:35] CD/DVD Burning software: K3b (KDE), gnomebaker, serpentine, graveman, Nautilus cd burner (Gnome), gtoaster, xcdroast, cdrecord (terminal-based). Burning .iso files: see https://help.ubuntu.com/community/BurningIsoHowto [06:35] nop [06:35] what is the problem? [06:35] not related to how to create an iso file [06:35] My DVD unit can burn at 10X === eXistenZ [n=existenz@bzq-88-154-218-10.red.bezeqint.net] has joined #kubuntu [06:36] but using K3b is burning at 2X [06:36] the same happend with CDroms === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu [06:36] jeffto: feisty? === Derive[x] [n=Fidelio@66-245-222-201.adsl.terra.cl] has joined #kubuntu === donnie [n=donnie@64.250.221.27] has joined #kubuntu [06:36] nop, edgy [06:36] on a toshiba A105 laptop [06:36] LeeJunFan: ty but i am heling him [06:36] :p [06:36] learn how to be a good helpwe [06:36] ^helper [06:37] are you? :) [06:37] yeah [06:37] bish [06:37] is you drive reconized? [06:37] yes [06:37] is K#b set to auto? [06:37] ^k3b [06:38] yes [06:38] for 10x didi you set it to the setting? [06:38] yes , on setup it's like you say [06:38] but when start to burn, no matter if a I do it like normal user or like root [06:39] always burn at 2x [06:39] you get it at 2x [06:39] hmm [06:39] but, wait a second [06:39] are your burn corrpt? [06:39] ^burns === secleinteer [n=secleint@70.230.179.54] has joined #kubuntu [06:39] nop [06:39] hmm.. [06:39] is DMA on? [06:39] where I can see that? [06:39] !dma [06:39] dma is Direct Memory Access/Addressing. It makes hard disks & optical drives transfer data faster, and is almost always enabled in Ubuntu 6.06. For more info see https://help.ubuntu.com/community/DMA [06:40] dma may not be on for /dev/hcd ( or what every its named [06:40] Are suse-style kde menus available for kubuntu? === word [n=word@ip70-162-166-56.ph.ph.cox.net] has joined #kubuntu [06:41] !suse [06:41] Other !Linux distributions besides !Ubuntu include: Debian, Mepis (using !APT); RedHat, Fedora, SUSE, Mandriva (using !RPM); Gentoo, Slackware (using other packaging systems) [06:41] hmm [06:41] let me try [06:41] !suse-style [06:41] Sorry, I don't know anything about suse-style - try searching on http://bots.ubuntulinux.nl/factoids.cgi [06:41] !kicker [06:41] Sorry, I don't know anything about kicker - try searching on http://bots.ubuntulinux.nl/factoids.cgi [06:41] lol === MATYSEK [n=333@87.244.220.22] has joined #kubuntu [06:41] I guess I could figure it out if I knew what the menu was called [06:41] !windows [06:41] For help with Microsoft Windows, please visit ##windows or your nearest mental health institute. See http://launchpad.net/distros/ubuntu/+bug/1 http://linux.oneandoneis2.org/LNW.htm and !equivalents [06:41] lol [06:41] I'll check #suse [06:41] martalli, did you have searh on kde-look? [06:41] had to try [06:41] :D [06:41] *search [06:42] ubotu rocks [06:42] Sorry, I don't know anything about rocks - try searching on http://bots.ubuntulinux.nl/factoids.cgi [06:42] lol i wasn't talking to you but about you ubotu [06:42] im getting a goole bot on here [06:42] brb [06:42] lol [06:42] we need a fishbot tbh [06:43] !bots [06:43] Sorry, I don't know anything about bots - try searching on http://bots.ubuntulinux.nl/factoids.cgi [06:43] fishbot only lives on quakenet :p === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu [06:43] warm waters, he likes it there === Eruantalon [n=hans@5634185c.rev.stofanet.dk] has joined #kubuntu [06:44] martalli: kickoff [06:44] !kickoff [06:44] Kickoff is a new KDE menu replacement developed by openSUSE. See http://www.kdedevelopers.org/node/2331 [06:44] daskreech2, Thanks === Shinigami [n=corubia@c-71-227-164-110.hsd1.wa.comcast.net] has joined #kubuntu [06:44] Nop [06:44] I asked in #suse and no answer, jst ringing echos [06:45] I have a failed message [06:45] HDIO_GETGEO failed: inappropiate ioctl for device === yuriy [n=yuriy@dhcp-129-64-153-72.dorm.brandeis.edu] has joined #kubuntu === draik [n=draik@75.80.30.108] has joined #kubuntu [06:46] !beryl [06:46] Beryl is a window manager that takes advantage of an OpenGL accelerated X environment. See http://forum.beryl-project.org/ - Help in #ubuntu-effects === Lord_Ramen [n=Re_ent_e@adsl-76-205-96-175.dsl.bcvloh.sbcglobal.net] has joined #kubuntu === Lord_Ramen is now known as Re|ent|ess [06:47] Re|ent|ess, nope [06:47] it fails [06:47] martalli: :-) [06:47] HDIO_GETGEO failed: inappropiate ioctl for device [06:47] what was the last thing i said >_> [06:48] [05:42] brb [06:48] :p [06:48] lol [06:48] that try turning on DMA [06:48] That's too bad, kickoff is not available int he repos === aznsld [n=aznsld@75-163-30-219.dlth.qwest.net] has joined #kubuntu [06:49] google a repo with it in, u might strike it lucky [06:49] :] [06:49] martalli: still beta [06:50] bleh right [06:50] tis 6am [06:50] off to bed [06:50] nn [06:50] night [06:53] bedtime now? its 06 in the morning here... [06:53] :P [06:54] hi all [06:54] hey [06:54] How is everyone === philfo1 [n=philfo1@c-69-141-203-249.hsd1.pa.comcast.net] has joined #kubuntu === killown [i=killown@201-43-43-142.dsl.telesp.net.br] has joined #kubuntu === Lord_Ramen [n=Re_ent_e@adsl-76-205-96-175.dsl.bcvloh.sbcglobal.net] has joined #kubuntu === bentonnaz [n=bentonna@adsl-074-247-130-047.sip.owb.bellsouth.net] has joined #kubuntu [06:57] how can I find out WHY my computer is using 1.9GB of memory? === Re|ent|ess [n=Re_ent_e@adsl-76-205-96-175.dsl.bcvloh.sbcglobal.net] has joined #kubuntu [06:57] !google lol [06:57] Sorry, I don't know anything about google lol - try searching on http://bots.ubuntulinux.nl/factoids.cgi [06:57] [Google] #1 LOL.com - Laugh out loud at funny jokes and comments ( http://www.lol.com/ ) [06:57] [Google] Desc: n/a [06:57] [Google] #1 LOL.com - Laugh out loud at funny jokes and comments ( http://www.lol.com/ ) [06:57] [Google] Desc: n/a === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu [06:57] yay === Lord_Ramen is now known as Re|ent|ess [06:58] LeeJunFan: im running 9600 cuase that waht it came with [06:58] rod@rod-desktop:~$ sudo dpkg -i xorg-driver-fglrx_8.35.5-1*.deb [06:58] dpkg: error processing xorg-driver-fglrx_8.35.5-1*.deb (--install): [06:58] cannot access archive: No such file or directory [06:58] Errors were encountered while processing: [06:58] xorg-driver-fglrx_8.35.5-1*.deb [06:58] rod@rod-desktop:~$ [06:58] oops didnt mean to do that === jeffto [n=jeffto@201.244.113.244] has left #kubuntu ["Saliendo"] [06:58] hola? [06:58] hola [06:58] yes philfo1 === JanSolo [n=JanSolo@63.216.67.242] has joined #kubuntu [06:59] I'm just wondering how I can find out WHY my computer is using what appears in Top to be 1.9GB of memory [06:59] and what I can kill [06:59] do you have a swap? [06:59] yes [06:59] philfo1: memory + swap + plus wishful thinking [06:59] is the swap aleast 2g === Czessi [n=Czessi@dslb-088-073-027-077.pools.arcor-ip.net] has joined #kubuntu [07:00] I think so. [07:00] !w32codecs [07:00] Seveas has a popular 3rd party repository for several packages, including the win32 codecs: see http://wiki.ubuntu.com/SeveasPackages - See also !Codecs [07:00] LeeJunFan:http://paste.ubuntu-nl.org/12876/ === czyx [n=czyx@190.40.166.27] has joined #kubuntu [07:00] let me open gparted [07:00] unless there's another way I can find out. [07:00] !mplayer64 [07:00] Sorry, I don't know anything about mplayer64 - try searching on http://bots.ubuntulinux.nl/factoids.cgi === pollyo [n=pollyo@c-68-81-43-126.hsd1.pa.comcast.net] has joined #kubuntu === czyx [n=czyx@190.40.166.27] has left #kubuntu ["Konversation] [07:01] type mount --list -v [07:01] mount -v i mean === mhabel [n=mhabel@cpe-76-174-249-157.socal.res.rr.com] has joined #kubuntu [07:01] see if its mounted first === user__ [n=user@213.157.214.16] has joined #kubuntu [07:02] !google mplayer64 [07:02] I don't know what to make of this [07:02] [Google] #1 Mplayer64[INACTIVE] - BestTechie Forums ( http://www.besttechie.net/forums/index.php?showtopic=8274 ) [07:02] [Google] Desc: n/a [07:02] c/c/p [07:03] copy it here philfo1 [07:03] what? the info? [07:04] yes [07:04] isn't that a bit much? [07:04] copy it [07:04] nop [07:04] how do I copy all that? [07:04] !pastebin [07:04] 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:04] ty === Andruk [n=chatzill@c-67-166-6-250.hsd1.co.comcast.net] has joined #kubuntu [07:04] hi Andruk [07:04] !libdvdcss2 [07:04] For playing DVD, see http://help.ubuntu.com/ubuntu/desktopguide/C/video.html - "libdvdcss2" can be found at http://wiki.ubuntu.com/SeveasPackages === troxor [n=boyo@rrcs-71-42-147-18.sw.biz.rr.com] has joined #kubuntu [07:06] hi troxor [07:06] it's just THIS slow! this is amazing! carrier pigeons move info faster! [07:06] !google libdvdcss2 [07:06] [Google] #1 libdvdcss2 and w32codecs for Ubuntu Ubuntu Blog ( http://ubuntu.wordpress.com/2005/12/04/libdvdcss2-and-w32codecs-for-ubuntu/ ) [07:06] [Google] Desc: n/a [07:07] http://paste.ubuntu-nl.org/12877/ [07:07] there you go [07:07] netsplit! [07:07] !nvidia [07:07] To install the Ati/NVidia drivers for your video card, see https://help.ubuntu.com/community/BinaryDriverHowto === e1mer [n=elmer@tequilla.exist.com] has joined #kubuntu [07:07] !google ATI Ubuntu [07:08] [Google] #1 BinaryDriverHowto/ATI - Community Ubuntu Documentation ( https://wiki.ubuntu.com/BinaryDriverHowto/ATI ) [07:08] [Google] Desc: n/a [07:08] lol === donnie [n=donnie@64.250.221.27] has joined #kubuntu [07:08] Re|ent|ess: stop doing that please === yamal [n=yamal@unaffiliated/yamal] has joined #kubuntu === netjoined: irc.freenode.net -> brown.freenode.net === _max_ [i=xXx@64.18.141.151] has joined #kubuntu [07:08] you talking to me relentless? [07:08] yes philfo1 [07:08] what does this mean? [07:09] i dont see a swap mounted === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu [07:09] so how do I fix that? [07:10] there are no words for my amount of frustration with this operating system right now [07:10] resize and make 2 gigs available and make it a swap [07:11] I HAVE a swap! [07:11] can't I just mount the partition? [07:11] mount -u [07:11] srry === isidro [n=isidro@201.201.29.182] has joined #kubuntu [07:11] what does this command do? [07:11] mount -a [07:11] mount all of the drvies installed [07:12] U? they don't have letters though, right? === lnxkde [n=lnxkde@206.248.91.69] has joined #kubuntu [07:12] mount -a [07:12] -a stands for all === pollyo [n=pollyo@c-68-81-43-126.hsd1.pa.comcast.net] has left #kubuntu [] [07:13] ok, I did "sudo mount -a" & it just got me to the next $ [07:13] is that it? [07:13] yes [07:13] everything sould be mounted === jinlinchen [n=jinlinch@S010600131077c400.vc.shawcable.net] has joined #kubuntu [07:14] I am quite perturbed, but it's not your fault. [07:14] the funny thing is, is that you mention the ATI card. [07:14] is your memeoer still being aten? [07:14] ^memory [07:15] top says 1929800k used [07:15] what application do you have running? [07:16] konqueror, konsole, konversation. [07:16] I don't know what is going in the background [07:16] hmm [07:16] philfo1: it's normal to have almost all your memory in use, linux uses your free memory for cache. [07:16] !ram [07:16] A quick FAQ on Memory Management: http://gentoo-wiki.com/FAQ_Linux_Memory_Management For Lubos Lunak's desktop memory usage comparison, see: http://ktown.kde.org/~seli/memory/desktop_benchmark.html [07:17] you can relase your memory by using a smaller destop [07:17] ^desktop [07:17] !google fluxbox [07:17] Sorry, I don't know anything about google fluxbox - try searching on http://bots.ubuntulinux.nl/factoids.cgi [07:17] philfo1: Linux handles memory differently from Windows [07:17] [Google] #1 .:F L U X B O X:. - Welcome to fluxbox ( http://fluxbox.sourceforge.net/ ) [07:17] [Google] Desc: n/a [07:17] why the F%$@ did I leave windows?!? it's been 4 whole days of pain. [07:17] Re|ent|ess: again, please stop with the script [07:17] not a scrip [07:17] tt [07:17] im on my eggdrop [07:17] <_< === K`zan [n=vw@c-76-22-74-207.hsd1.wa.comcast.net] has joined #kubuntu [07:17] i rock [07:18] whatever it is please stop it. [07:18] nothing but diagnosing and getting things right and diagnosing and reloading. [07:18] or reduce it to a one line thing [07:18] this is EASIER!? === Gizmo48 [n=kvirc@ip68-98-21-145.ph.ph.cox.net] has joined #kubuntu [07:18] floxbox is a small and easyer desktop [07:18] ^fluxbox [07:18] philfo1: have you considered other Linux distributions? [07:18] I'm not a masochist [07:18] what for? [07:19] Re|ent|ess: the "release your memory by using a smaller desktop" is only half true. [07:19] Do people prefer kopete or gaim? [07:19] I've got 4gb ram [07:19] gaim use more mem [07:19] I've always used gaim, but I see that feisty comes with kopete [07:19] 3.4GHz P4, that should be enough [07:19] how do you install a kde theme from kde-look.org that comes in a bz2 file? [07:19] philfo1: more than enough [07:19] !kde [07:19] KDE (http://kde.org) is the K Desktop Environment. To install from Ubuntu: "sudo apt-get install kubuntu-desktop", or see http://help.ubuntu.com/community/InstallingKDE . Latest KDE veresion is 3.5.6 for Edgy and 3.5.5 for Dapper. See http://kubuntu.org for more information. [07:19] philfo1: go read the link Jucato had ubotu send - it'll explain why you're "using" ram. [07:19] freeza: what kind of theme it is === coty [n=coty@h4.143.141.67.ip.alltel.net] has joined #kubuntu [07:20] exactly [07:20] one sec ill get exact link to it [07:20] I have kubuntu 6.10 running on a p2 333mhx laptop [07:20] !ram [07:20] A quick FAQ on Memory Management: http://gentoo-wiki.com/FAQ_Linux_Memory_Management For Lubos Lunak's desktop memory usage comparison, see: http://ktown.kde.org/~seli/memory/desktop_benchmark.html [07:20] philfo1: better yet run free and look at the line +/- buffers === Lurkan [n=agsm@189.142.99.224] has joined #kubuntu [07:20] philfo1: what problem are you experiencing with your RAM exactly? [07:20] when i install aget am i suppose to see it somwere in my menu [07:20] http://www.kde-look.org/content/show.php/Domino?content=42804 [07:20] Runs fairly well. I am not relly certainly there is aplace for things like fluxbuntu *just to make old hardware work* [07:20] freeza: you will have to compile it. widget styles are compiled or installed like programs [07:20] some process is using more than half of it, that's what. [07:21] leejunfan: at the WHAT? [07:21] philfo1: when you run top press M and it'll sort by memory. [07:21] ok so since its a bz2 just a normal ./configure, make, make install will do? [07:21] !aget [07:21] Sorry, I don't know anything about aget - try searching on http://bots.ubuntulinux.nl/factoids.cgi [07:21] !compile | freeza [07:21] freeza: Compiling software from source? Read the tips at https://help.ubuntu.com/community/CompilingSoftware (But remember to search for pre-built !packages first: not all !repositories are enabled by default!) [07:21] For complete antiques, a distro like puppylinux would probably be better,though === carutsu [n=carutsu@201.140.30.189] has joined #kubuntu [07:21] freeza: your guide tocompiling ^^^ [07:21] philfo1: when you run "free" from a console it'll tell you about your memory use, the real memory used for programs is in the +/- buffers line. [07:21] cool thx === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu [07:21] when i installed aget am i suppose to see an icon in the menu [07:21] is it just more or is this distro the hardest to use? [07:22] KNOPPIX [07:22] man, wait for a ten minutes and there is yet another update int he repo's [07:22] get knoppix [07:22] !google knoppix download [07:22] [Google] #1 KNOPPIX - Mirrors ( http://www.knopper.net/knoppix-mirrors/index-en.html ) [07:22] [Google] Desc: n/a [07:22] philfo1: are you sure it's a single app using your RAM? you can graphically check if it's really an app or the disk cache bye running K Menu -> System -> KInfoCenter and clicking on Memory [07:22] Re|ent|ess: I am giving you your last warning. please stop that. or reduce that to one line. [07:22] ok, that makes more sense [07:23] daskreech2: when i install aget am i suppose to see an icon in the menu [07:23] what aget? [07:23] waht is aget? [07:23] 1aget [07:23] !aget [07:23] Sorry, I don't know anything about aget - try searching on http://bots.ubuntulinux.nl/factoids.cgi [07:23] a download accelerater [07:23] oh [07:23] umm [07:23] like wget [07:23] why not kget? [07:23] ok [07:23] never heard of it [07:23] let me go get it [07:23] !kget [07:23] Sorry, I don't know anything about kget - try searching on http://bots.ubuntulinux.nl/factoids.cgi [07:24] !info kget [07:24] 28 seconds to open that window. [07:24] kget: download manager for KDE. In component universe, is optional. Version 4:3.5.5-0ubuntu1.1 (edgy), package size 432 kB, installed size 1176 kB [07:24] daskreech2: kget is not a download accelerator though [07:24] !info kget [07:24] it isn't ? [07:24] !info aget [07:24] aget: Multithreaded HTTP Download Accelerator. In component universe, is optional. Version 0.4-6 (edgy), package size 11 kB, installed size 72 kB [07:24] ah [07:24] !online [07:24] Sorry, I don't know anything about online - try searching on http://bots.ubuntulinux.nl/factoids.cgi [07:24] !google online [07:24] Sorry, I don't know anything about google online - try searching on http://bots.ubuntulinux.nl/factoids.cgi [07:24] never mind coty [07:24] dammit [07:24] now its broken [07:24] good [07:24] good [07:24] daskreech2: so should there be an icon [07:24] coty: no clue [07:25] i was the only on givving goo information [07:25] coty: press Alt+F2 === sf_phantom [n=jay@212.49.110.209] has joined #kubuntu [07:25] type aget [07:25] tell me if you see an icon [07:25] ok, what do I do with this info in the memory utility? [07:25] or a terminal icon inthe top left corner [07:25] ubuntu sux KNOPPIX 1337 Hax0r Bu| [07:25] no, you really weren't [07:25] daskreech2: nothing happened [07:25] Re|ent|ess: stop it *now* [07:25] ubuntu sux KNOPPIX 1337 Hax0r Bu| [07:25] ubuntu sux KNOPPIX 1337 Hax0r Bu| [07:25] ubuntu sux KNOPPIX 1337 Hax0r Bu| [07:25] ubuntu sux KNOPPIX 1337 Hax0r Bu| [07:25] ubuntu sux KNOPPIX 1337 Hax0r Bu| [07:25] ubuntu sux KNOPPIX 1337 Hax0r Bu| [07:25] ubuntu sux KNOPPIX 1337 Hax0r Bu| [07:26] i was the only on givving goo information [07:26] !ops === mode/#kubuntu [+o Jucato] by ChanServ [07:26] Help! Riddell, fdoving, Mez, jpatrick, seth_k, apokryphos, nalioth, Hobbsee, robotgeek, imbrandon, gnomefreak, Hawkwind, trappist, LjL, Jucato, haggai, fooishbar, crimsun, seth, apokryphos, DBO, or nixternal === mode/#kubuntu [+b *!*@adsl-76-205-96-175.dsl.bcvloh.sbcglobal.net] by Jucato [07:26] sigh, thank you === mode/#kubuntu [+o nixternal] by ChanServ === mode/#kubuntu [-o nixternal] by ChanServ === Re|ent|ess was kicked off #kubuntu by Jucato (User terminated!) [07:26] grrr [07:26] oooooooooh === mode/#kubuntu [-o Jucato] by Jucato [07:26] Jucato got an o :-) [07:26] heh :) [07:26] I should really fix my aliases though :/ [07:27] I use the auto_blah script for irssi === Jucato waves to nixternal [07:27] yeah I probably could have told you that from before when he was talling people to get RPMs and use alien for apache [07:27] heh [07:27] maybe aget runs automaticaly when downloading [07:27] daskreech2: but he was the only one giving goo information :p [07:27] daskreech2: so why didn't you? :) [07:27] goo is right === daskreech2 watches it slide though fingers and down drain [07:28] Jucato: well I'm an optimist [07:28] coty: that depends. what happens when you try to run it from Alt+F2? [07:28] nothing === seven11 [n=seven11@125-24-159-79.adsl.totbb.net] has joined #kubuntu === pollyo [n=pollyo@c-68-81-43-126.hsd1.pa.comcast.net] has joined #kubuntu [07:28] hm. too bad I couldn't test. aget doesn't exist on feisty... [07:28] what does this guy mean? ubuntu sux KNOPPIX 1337 Hax0r Bu| [07:28] !libdvdcss [07:28] For playing DVD, see http://help.ubuntu.com/ubuntu/desktopguide/C/video.html - "libdvdcss2" can be found at http://wiki.ubuntu.com/SeveasPackages [07:28] even when someone says they want to install something but doesn't want to learn how to do it and still keeps asking for help I give them the benefit of the doubt [07:29] !multimedia [07:29] For multimedia codecs see: https://help.ubuntu.com/ubuntu/desktopguide/C/common-tasks-chap.html and for applications see this: https://help.ubuntu.com/community/MultimediaApplications [07:29] coty: he was politely asking to leave and go to the litle boys room [07:29] coty: "Ubuntu sucks, KNOPPIX leet (elite) Hackers Bull" [07:29] im crying i think he said he hates ubuntu [07:29] coty: also known as "please kick me in the butt out of this room" [07:29] is this true [07:29] coty: it is true [07:29] nooooo [07:29] how could hee [07:29] coty: :-) [07:30] there can be only one [07:30] that was him [07:30] anyway, nothing to see here. move along :D [07:30] how can anyone say that [07:30] ok, anyone want to help me work my problem wtill? [07:30] G. while repeition statement [07:30] if you dont like it it does not mean you put it in others faces [07:30] oops. wrong app [07:30] sorry [07:30] coty: good point :) [07:30] still, whoops, I can't spell [07:30] coty: you have aget installed [07:30] plus it is free [07:30] yes [07:31] !info aget feisty [07:31] Package aget does not exist in feisty [07:31] philfo1: you say that a single process is using up half of your RAM? [07:31] woah [07:31] no === rijae [n=rijae@189.140.74.181] has joined #kubuntu [07:31] daskreech2: told that already [07:31] s/told/said [07:31] coty: alt+F2 [07:31] well, he's probably trying to get on tor now so he can come back and tell us all how l33t he is again :) [07:31] Jucato: thought you were joking === juell [n=kvirc@p85.212.39.121.tisdip.tiscali.de] has left #kubuntu ["Konversation] [07:31] man://aget === ricky [n=ricky@d205-250-120-48.bchsia.telus.net] has joined #kubuntu === chronic1 [n=zshay@c-24-98-154-204.hsd1.ga.comcast.net] has left #kubuntu ["Konversation] [07:31] i press alt+f2 === rijae is now known as rickratre [07:31] I'm just having a very hard time getting an app to run [07:31] daskreech2: single / only [07:32] Jucato: eh? [07:32] philfo1: ok.. so nothing really to do with RAM at all? [07:32] daskreech2: nothing happens [07:32] and I NEED it to so I can finish a job by tomorrow evening [07:32] I don't know. === daskreech2 raises eyebrow [07:32] maybe it is not an app [07:32] daskreech2: man:/foo not man://foo === c0nv1ct [n=raijala@136hood163.hctc.com] has joined #kubuntu [07:32] I break computers & keep IT people employed [07:32] ah [07:32] right [07:32] sorry [07:32] philfo1: hoorah! [07:32] does anyone know if i can install beryl with the gforce fx5200? [07:32] coty: serious? [07:33] daskreech2: i guess [07:33] daskreech2: i have no clue [07:33] I killed 5 in one night back when I was stationed up in WA state [07:33] coty: does alt+f3 pop up an app window? [07:33] !beryl | ricky [07:33] ricky: Beryl is a window manager that takes advantage of an OpenGL accelerated X environment. See http://forum.beryl-project.org/ - Help in #ubuntu-effects [07:33] not on purpose, of course [07:33] daskreech2: a window pops up [07:33] daskreech2: Alt+F2 [07:33] just the way the cookie crumbles [07:33] daskreech2: with alt+f2 === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu [07:33] coty: right === netjoined: irc.freenode.net -> brown.freenode.net === yamal [n=yamal@unaffiliated/yamal] has joined #kubuntu === _max_ [i=xXx@64.18.141.151] has joined #kubuntu [07:33] in that window type man:/aget [07:33] philfo1: ok, what app were you having problems running btw? [07:34] gimpshop 2.2 [07:34] but it's not just that app [07:34] it's anything [07:34] hm.... [07:34] machine is just too slow [07:34] it's really slow? that's weird... [07:34] taking 18 seconds avg to open konsole [07:34] daskreech2: ok a page came up [07:34] that's the instructions for aget [07:34] philfo1: ok totally weird [07:35] yeah, especially for my processor + memory === Jucato doesn't know where to begin diagnosing.. [07:35] we thought we had it worked out to a corrupt driver for my ATI card [07:35] philfo1: but my personal advice, if Kubuntu doesn't work for you, you could try other distros out there. don't give up on Linux just yet. Linux isn't just Kubuntu :) [07:35] so I reconfigured the card [07:36] no, I really love LINUX [07:36] really. [07:36] daskreech2: there not much of options [07:36] but I have to get this job finished by tomorrow afternoon. === flaccid [n=flaccid@hardtrance.biz] has joined #kubuntu [07:36] w0a you can do firefox2 on dapper! [07:36] coty: maybe. never used aget [07:36] flaccid: yeah just not officially [07:36] flaccid: not through the repos I belive [07:36] daskskreech: [07:36] SYNOPSIS [07:37] aget [options] file .. [07:37] daskreech: what does that mean [07:37] coty: right I forget you don't know how to read man files [07:37] looks like it's a command line app then [07:37] anything in [ ] is optional [07:37] philfo1: has anyone told you to run 'dmesg' yet? [07:37] daskreech2: meaning? [07:37] nope. [07:37] i think its funny how i complained and was told that more than libstdc needed upgrading but hey! [07:38] meaning to run the application you have to type aget file [07:38] philfo1: try that in konsole, the kernel may be giving you some errors/clues, especially if it's hardware errors. [07:38] there are [options] [07:38] which of course are optional :) [07:38] coty: it's definitely only a command line app [07:38] coty: http://www.enderunix.org/aget/ [07:38] so what do i do [07:38] you use it in the command line/Konsole [07:38] like? [07:39] coty: that web page has the instructions [07:39] "How to use" section [07:39] ok === c0nv1ct [n=raijala@136hood163.hctc.com] has joined #kubuntu [07:39] coty: open konsole [07:40] hm...actually it's not that clear... but basically what you do is "aget path/to/file/to/download" [07:40] what about the URL? [07:40] oh wait [07:40] that is the URL :-) [07:40] you want me to paste that up? === Knightlust [n=DaxSolom@203.87.200.214] has joined #kubuntu [07:40] Ohhhh [07:40] philfo1: yeah, pastebin [07:40] I have an unsolvable problem [07:40] anyone want to help? [07:40] daskreech2: ok i open konsole [07:41] philfo1: probably only need the last 20 or so lines if there's a real problem. [07:41] coty: you are downloading something from the net? [07:41] no [07:41] oh :-| [07:41] sooo why do we need aget? [07:41] could not find octec/application-stream <- wth is that all about? [07:41] whoops, I copied the whole thing [07:41] octet too === tzi [n=tzi@cust5188.vic01.dataco.com.au] has joined #kubuntu [07:41] hi. where can I find an intro on .dep packages and how to build packages for ubuntu? [07:42] daskreech2: for the future [07:42] coty: ah ok [07:42] ah firefox2 from getfirefox.com is definately faster than ubuntu version [07:42] philfo1: that's okay - whats the link? [07:42] http://paste.ubuntu-nl.org/12883/ [07:42] for now my goal is just to get the newerst ufraw packaged for edgy :) [07:42] just the lag from right-click to "copy" is too long. [07:42] nixternal: looks familiar... but I forgot how they resolved that issue in #kde... tried running kbuildsycoca ? [07:42] amazing [07:43] I found this: http://www.ubuntuforums.org/showthread.php?t=268687 and installed prevu [07:43] well jus guessing you would go to the directory that you wantto download into and type aget http://something.com/downloads/file.get [07:43] !packaging | hansen === mrigns_ [n=mrigns@ACB22241.ipt.aol.com] has joined #kubuntu [07:43] right now prevu-init seems to be creating a parallel universe in /var/cache/prevu... === David_ [n=David@189.148.8.77] has joined #kubuntu [07:43] i have no access to termninals 1-6 [07:43] daskreech2: what did you do recently? [07:43] Hi [07:43] hello [07:43] How can I install ipw3945 network card? [07:43] well reasonable access [07:44] Admiral_Chicago: no clue :) === Admiral_Chicago really chocked on a piece of ramon [07:44] LeeJunFan: you get that url? === sorin [n=sorin@80.75.230.64] has joined #kubuntu [07:44] philfo1: yeah, nothing looks suspicious. === jay [n=jay@port0133-acg-adsl.cwjamaica.com] has joined #kubuntu [07:44] daskreech2: sudo dpkg-reconfigure xserver-xorg not work? [07:44] philfo1: is your / on /dev/hda something or other? [07:44] good. [07:44] when I press alt+ctrl+X i get a screen cut in half [07:44] on the left half is black === sorin is now known as sorindregan === mrigns_ is now known as mrigns [07:45] the right half is cut in 4 [07:45] no, my original "test" install was, but now i'm on a SATA drive, /dev/sda1 I believe. === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu [07:45] philfo1: okay, try this 'sudo hdparm -t /dev/sda1' to test your HD speed. [07:45] How can I install ipw3945 network card? [07:46] the top is the terminal x the next one down is desktop 1 in x the next down is desktop 3 the next down is desktop 4 [07:46] no idea how that happened [07:46] LeeJunFan: 172 MB in 3.03 seconds = 56.78 MB/sec [07:46] what do i do now that im in terminal [07:46] coty: you are testing aget? [07:46] philfo1: well, that's not it either. HD is dang fast. === flaccid [n=flaccid@hardtrance.biz] has left #kubuntu ["Konversation] [07:47] daskreech2: trying [07:47] Admiral_Chicago: any clue? [07:47] how about my Graphics card? [07:47] that was the issue we were working earlier tonight [07:47] coty: you have something to download? [07:47] Wow what a difference now that I have nvida driver setup correctly. Google earth actually works ok. [07:47] hours ago [07:47] nope, unless you changed something recently which is the only thing I could imagine [07:47] daskreech2: no but i can find somthing [07:47] Admiral_Chicago: damn :-( guess I'll reboot === user__ [n=user@213.157.214.16] has joined #kubuntu [07:48] philfo1: That shouldn't cause problems launching apps, I mean it could cause problems drawing them, but you should see something happening not long after you click something. [07:48] Before I could watch it draw the globe frame by frame. [07:48] right, right === Jucato_ [n=jucato@ubuntu/member/Jucato] has joined #kubuntu [07:48] daskreech2: guess what [07:48] philfo1: can you 'ping localhost' ? [07:48] what do you mean? [07:49] in terminal? [07:49] philfo1: yeah, run that in a terminal. [07:49] What has been in development longer Gnome or KDE? [07:49] philfo1: hit ctrl-c to stop it after it pings a couple times. [07:49] I'm only 5 days into linux, don't know the lingo [07:49] ok that sucked greatly === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu [07:49] pollyo: what do you mean by "in development longer"? [07:50] nixternal: btw, did you get your problem resolved? (I just had my 6th hard freeze) [07:50] philifo1: Does your printer work with Linux? [07:50] what do I do with that? [07:50] daskreech2: im getting a new/used computer this weekend!! === Jucato_ is now known as Jucato [07:50] any news about the final feisty relese [07:50] coty: damn that's nearly exactly waht I was guessing [07:50] philfo1: did it say 64 bites from... ? [07:50] daskreech2: lol [07:50] Jucato_: Who was out first? What system was available first? [07:50] philfo1: or did it say host unreachable or unknown, etc... [07:50] daskreech2: and guess what im going to do with it [07:50] pollyo: historically? KDE [07:50] LeeJunfan: yes.64 bytes from localhost (127.0.0.1): icmp_seq=2 ttl=64 time=0.019 ms [07:50] Jucato: what? [07:51] Jucato: what other measure is there? === nonuda_ [n=nonuda@125.160.233.102] has joined #kubuntu [07:51] Jucato: So KDE was first on the scene? [07:51] coty: ummm heat pizzas? [07:51] philfo1: okay, now this one 'ping -c3 `hostname`' === Huey_ [n=andrew@c-24-6-44-129.hsd1.ca.comcast.net] has joined #kubuntu [07:51] daskreech2: dunno. someone might come up w/ something :) [07:51] pollyo: technically cde was :-) [07:51] pollyo: yes [07:51] daskreech2: put kububtu on it XD [07:51] whoooot1 [07:51] philfo1: that'll ping using your hostname 3 times (-c 3). [07:51] daskreech2: cde? [07:51] daskreech2: you're confusing the poor guy [07:51] sorry [07:51] :-) [07:51] lol [07:52] daskreech2: which came first, KDE or GNOME? "technically, CDE was" [07:52] what an answer :P [07:52] historically? [07:52] Jucato: I've been confused since 13 March. I believe that is when I installed Kubuntu on this system. LOL === mrigns [n=mrigns@ACB22241.ipt.aol.com] has joined #kubuntu [07:52] that's the answer that twists my buns [07:52] daskreech2: the new/used computer im getting has way more ram and a better proccessor [07:52] i got this message "conversation with su failed", when i try to open adept manager in password dialog box [07:52] coty: what video card? [07:52] Jucato: Things are getting better though. [07:52] daskreech2: dont know yet [07:52] :-) [07:52] daskreech2: you could say that GNOME was first to have a "free" license... but that's offtopic now :) [07:53] LeeJunfan: nothing happening. just displays > [07:53] philfo1: hit ctrl-c , you're missing the last ` [07:53] this is what I ran: 'ping -c3 'hostname' [07:53] philfo1: should read: ping -c 3 `hostname` [07:54] philfo1: backticks, not single quotes. [07:54] Do you want to know my second thing that i love the most about kubuntu === VR_ [n=NULL@653248hfc106.tampabay.res.rr.com] has joined #kubuntu [07:54] katapult? === aznsld [n=aznsld@75-163-30-219.dlth.qwest.net] has joined #kubuntu [07:54] no [07:54] then I don't care [07:54] it only takes me 5 mins to boot into it [07:54] people like relentless? === daskreech2 crosses his arms and puts his nose in the air [07:55] windows took me 30 mins to boot into [07:55] coty: hey neat :-) [07:55] yes [07:55] i know === troxor [n=boyo@rrcs-71-42-147-18.sw.biz.rr.com] has joined #kubuntu [07:55] and im so much happier with that [07:55] coty: you may want to turn off sessions then :-) [07:55] why [07:55] coty: Do you have a ton of spyware on that windows system? [07:55] cause my computer takes oodles of time now :-) [07:55] yea i did [07:55] coty: kde remembers what you were doing when you logged out and loads it back up when you log in [07:55] it's cool [07:55] LeejunFan: still just a > [07:55] but takes time [07:56] nope loads fast [07:56] even when it loads that stuff [07:56] but [07:56] this is what I ran " ping -c 3 `hostname` " === daskreech2 mumbles about stupid 14 konquerors with an average of 5 tabs open sucking up net [07:56] if i run to many programs at once my screen goes crazy [07:56] philfo1: ping -c 3 `hostname` [07:56] that s what I did [07:56] i get a screen full of colors [07:57] philfo1: be careful with the ` it's not ', and there's only 2 - around `hostname` [07:57] than they go away [07:57] and a messagge pops up [07:57] I know. [07:57] saying i need to check my dispaly settings [07:57] I put the quotations around it for the sake of demo [07:57] is there a way to fix that [07:57] I noticed a few anti-virus applications in adept. Do they scan for windows virus signatures or does Linux also have issues with virus software? [07:57] philfo1: copy and paste mine [07:57] someone said i need more swap [07:57] coty: sounds like it [07:58] how much ram do you hve? [07:58] how do i do that [07:58] 128 mb [07:58] 14 seconds to open konsole [07:58] just sitting at the top of the hillock eh? [07:58] yea [07:58] 8 seconds from right click to the time when window with "paste" in it appears [07:58] !virus [07:58] A/V software is available, however read this to understand why Linux does not have a virus problem: http://librenix.com/?inode=21 [07:59] philfo1: you need some tools [07:59] I need my 26oz framing hammer is what I need === nonuda_ [n=nonuda@125.160.233.102] has joined #kubuntu [07:59] philfo1: or a big stamp to send the computer to me :) === user___ [n=user@host-62-168-160-12.adsl.caucasus.net] has joined #kubuntu [08:00] and a 16lb maul [08:00] yeah, I just finished my upgrade of this old machine [08:00] Anyone know why linux developers haven't made use of the lexmark driver development kit? [08:00] I'll keep it around until I get something a little nicer [08:01] philfo1: any luck with that ping yet? [08:01] pollyo: hmm? [08:01] LeejunFan: yup [08:01] what do you want to know? [08:02] 0% packet loss [08:02] philfo1: reply from ? [08:02] what IP? [08:02] 127.0.1.1? [08:02] 3 trans, 3 rec [08:02] yes [08:02] daskreech2: so how do i do more swap [08:02] !partition [08:02] Partitioning programs: !GParted or QTParted (also "man mkfs" for formatting) - Mounting partitions in Gnome under Dapper: System -> Administration -> Disks - For Edgy, see !fstab and !DiskMounter [08:02] repartition [08:03] good night everyone!! [08:03] philfo1: okay, check /etc/hosts and make sure your hostname isn't set to an internet address other than 127.0.x.x [08:03] philfo1: sudo nano /etc/hosts [08:04] LeejunFan: what do you need to know? [08:05] philfo1: your hostname only appears on a line that starts with 127.0.X.X ? right? [08:05] not on any other lines. [08:05] leejunFan: localhost = 127.0.0.1 and philfo1-desktop = 127.0.1.1 [08:06] philfo1: okay, well no deal there. man I'm pretty much clean out of ideas. [08:06] dang. [08:06] should I work the graphics card driver idea then? [08:06] philfo1: btw - the reason I had you check that bug #94048 [08:06] wait, it shouldn't be affecting me anyways [08:06] crap no bug bot here :) [08:07] https://bugs.launchpad.net/ubuntu/+source/gnome-desktop/+bug/94048 [08:07] guys..right now i'm downloading ubuntu desktop, after i installed, do i have to reconfigure something again like drivers or i just sit relax and enjoy it ? ;) === esben [n=esben@89.150.70.111] has joined #kubuntu === intelikey [n=root@dialup-4.226.45.32.Dial1.Dallas1.Level3.net] has joined #kubuntu === harim [n=harim@12-210-216-70.client.mchsi.com] has joined #kubuntu [08:09] both? === David [n=David@189.148.8.77] has joined #kubuntu [08:09] How can i install my network card? is a Intel Corporation PRO/Wireless 3945ABG Network Connection [08:10] philfo1: you might cat ~/.xsession-errors and see if there's any x errors listed. === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu [08:11] David: it should work out of the box [08:11] LeeJunFan: [08:11] whoops, lots of them [08:11] philfo1: there's bound to be some, most are non-fatal things that really won't affect you probably. [08:12] ignoring wacom of course philfo1 === Jucato waves to Admiral_Chicago === nikita [n=nikita@86.57.255.230] has joined #kubuntu === enrique [n=enrique@189.157.68.75] has joined #kubuntu === Admiral_Chicago waves to Jucato [08:12] night all === mervteck [n=mervteck@cpe-66-75-34-220.san.res.rr.com] has joined #kubuntu [08:12] g'night Admiral_Chicago! [08:12] wacom? [08:13] David: how are you trying to connect === jay_ [n=jay@port0095-afc-adsl.cwjamaica.com] has joined #kubuntu === Chaffinch [i=chaff@server1.freeshells.ch] has joined #kubuntu [08:13] can anyone tell me the propper commands to install VLC? [08:14] apt-get install vlc [08:14] LeeJunFan: http://paste.ubuntu-nl.org/12889/ === christopher [n=christop@cpe-74-69-224-188.maine.res.rr.com] has joined #kubuntu [08:14] sudo apt-get install vlc === user____ [n=user@213.157.214.18] has joined #kubuntu [08:15] did that it didnt work =\ [08:15] weird it worked this time === Chaffinch [i=chaff@server1.freeshells.ch] has joined #kubuntu [08:15] and its the exact same command i put in [08:15] :D [08:15] how do you know it didn't work ? [08:15] it errored earlier [08:15] saying unknown package or somthin [08:15] anyone here has Dia installed? [08:16] mervteck: maybe the first time you didn't have the universe repository enabled [08:16] no i did, i have everything enabled =P [08:16] philfo1: nothing stands out there either, almost all of those invalid input dev are the wacom tablet driver things, which are normal. [08:16] anyone have cedega and know how to fix bf2 problems? or steam problems? === SixFeetUnder [n=ken@r198031.res.Lehigh.EDU] has joined #kubuntu [08:16] the cedega channel is useless [08:16] mervteck that was kinda my point. like "what was the error message" but it's a moot point now anyway [08:16] anyone here know a program like sonic foundry acid in windows? === yamal [n=yamal@unaffiliated/yamal] has joined #kubuntu [08:16] ok. [08:17] philfo1: what if you run a program from a konsole instead of clicking the icon? === _max_ [i=xXx@64.18.141.151] has joined #kubuntu [08:17] philfo1: for instance type konsole in a konsole. [08:17] dpkg - warning: while removing libnss3, directory `/usr/lib/firefox' not empty so not removed. [08:17] tty23 [root#~] rm -R /usr/lib/firefox [08:17] even running konsole takes a long time. [08:17] now it's empty. === Lurkan [n=agsm@189.142.99.224] has joined #kubuntu [08:18] philfo1: if you start it from within konsole it takes a long time? same as clicking an icon? [08:18] I'll try though === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu [08:19] how do i run an app in konsole? [08:19] philfo1: just type it's name [08:20] right, I spelled it wrong [08:20] tab-completion === christopher [n=christop@cpe-74-69-224-188.maine.res.rr.com] has joined #kubuntu [08:20] use the tab key luke. === stabbymctwist [n=stabbymc@75-163-35-87.sxcy.qwest.net] has joined #kubuntu [08:20] after I was having a hard time with gimp, I was trying to open wine but the app wouldn't open at all === romana [n=romana@prg-v-1-229.static.adsl.vol.cz] has joined #kubuntu === Siema [n=Siema@adsl-dc-235dc.adsl.wanadoo.nl] has joined #kubuntu [08:23] running from konsole is a bit faster, but not much [08:24] philfo1: try starting xterm [08:24] xterm? [08:24] philfo1: I'm trying to rule out kde issues rather than X. xterm is not a kde application, and if it starts fast then kde may well be your issue. [08:24] philfo1: yeah. [08:25] !info xterm [08:25] xterm: X terminal emulator. In component main, is optional. Version 216-0ubuntu1 (edgy), package size 401 kB, installed size 992 kB [08:25] oh, it's optional. I thought xterm was standard install. === user_ [n=user@213.157.214.18] has joined #kubuntu [08:26] so what do I do with xterm? [08:27] philfo1: did it open? and how fast? [08:27] from terminal, most things open faster. [08:27] hold on [08:27] they told me yestergo that xterm was standard install stuff === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu [08:28] took 7 seconds to open xterm from run command option [08:28] I just installed feisty and am wondering if I have to install everything I have in my edgy installation or if there is some way to bring feisty up to all those packages other than manually? TIA. [08:28] yeah, that's still way too slow - should be 1-2 seconds tops. [08:28] right. [08:29] yeah 2 seconds here === gh [n=gh@unaffiliated/gh] has joined #kubuntu [08:30] hmmm takes 14 seconds for me to "startx" === maniek1990 [n=maniek19@85.219.224.52] has joined #kubuntu === xeno_ [n=xeno@162-230-dsl.kielnet.net] has joined #kubuntu [08:30] i'm wondering if a setting in my BIOS [08:32] philfo1: could be but doesn't really make sense. When you move windows around on the screen do they lag really bad or is it quite smooth? [08:32] either way, I'm not getting any work done with the computer like this. [08:32] 6 seconds for x-terminal-emulator xterm is not installed. [08:32] horrible choppy lag === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu [08:32] philfo1: really? well, that could be BIOS, if it can't move data across the bus it's going to be dang slow. === koriel__ [n=koriel@195.251.243.221] has joined #kubuntu [08:33] early yesterday it was screaming fast though [08:34] philfo1: also could be gfx driver, but I'd still lean away from that causing slow opening like that. Even if the gfx drivers are messed it should at least start opening a window pretty quickly. [08:34] I can check bios settings but I don't think anything would be out of whack there. I've changed nothing. [08:34] philfo1: well, have you changed bios settings since screaming yesterday? [08:34] nope [08:34] heh, okay, rule that out then. === LinUxLevIAthAn [n=luke@81-178-226-199.dsl.pipex.com] has joined #kubuntu [08:34] what was making you think gfx drivers? [08:34] you installed something yesterday? [08:36] well, I wanted to Cal my monitor, and I have to have my gfx card installed properly. I followed the instructions on the irc bot's ATI page for x86 arch & then it slowed down a ton. === elbing [n=elbing@205.Red-81-47-153.staticIP.rima-tde.net] has joined #kubuntu [08:37] so tonight I was going to see if I could come back & do it again with another version that could be more right and instead wound up having to reconfig the card === zerbero_626 [n=kvirc@p85.212.53.198.tisdip.tiscali.de] has joined #kubuntu [08:37] philfo1: okay, perhaps you should undo the ATI stuff. Are you on feisty? [08:37] for just generic settings so I could get on with my work. [08:37] edgy === zerbero__ [n=kvirc@p85.212.53.198.tisdip.tiscali.de] has joined #kubuntu [08:38] there's no ATI settings now [08:38] philfo1: did you remove xserver-xorg-fglrx? === LinUxLevIAthAn [n=ME2@81-178-226-199.dsl.pipex.com] has joined #kubuntu [08:38] remove? [08:38] I don't know. === ninHer [n=ninHer@unaffiliated/ninher] has joined #kubuntu [08:38] philfo1: sudo apt-get remove xerver-xorg-fglrx [08:38] I ran like 2000 commands in some short period of time === ffffu [n=deathnot@bb121-7-104-77.singnet.com.sg] has joined #kubuntu [08:39] help..i installed fiesty on my raid1, now at grub, i can't load the kernel.. it says File not found [08:39] but when i boot into recovery, it goes into busy box [08:39] what shd i do [08:40] LeeJunFan: it returned E: Couldn't find package xerver-xorg-fglrx [08:40] Imust have removed it === deb [n=debankur@59.145.136.1] has joined #kubuntu [08:41] yeah, must be. === phoenixbyrd [n=phoenixb@pool-70-19-222-236.bos.east.verizon.net] has joined #kubuntu [08:41] philfo1: try this - glxinfo | grep "client glx vend" [08:41] and see if it says SGI or ATI [08:41] ATI [08:42] philfo1: hrm, something fglrx is still on your system then. [08:42] LeeJunFan: the raid problem still there [08:42] !raid [08:42] Tips and tricks for RAID and LVM can be found on https://help.ubuntu.com/community/RaidConfigurationHowto and http://www.tldp.org/HOWTO/LVM-HOWTO [08:42] philfo1: dpkg -l | grep fglrx [08:42] Xfree86-DRI" missing on display [08:43] help.. [08:43] ii xorg-driver-fglrx 7.1.0-8.28.8+2.6.17.7-11.2 Video driver for ATI graphics accelerators [08:43] ffffu: yeah, your problem seems to be with initrd, w/o a working linux system to work on and w/o knowing how intitramfs works it's probably a bit much to tackle. :( [08:43] philfo1: it's installed still [08:43] philfo1: I gave you the wrong package name - sorry. === Knightlust [n=DaxSolom@203.87.200.214] has joined #kubuntu [08:43] philfo1: sudo apt-get remove xorg-driver-fglrx === viviersf [n=cain@196.44.1.98] has joined #kubuntu [08:45] hmm initrd [08:45] how can i modify it [08:45] i have a hankering to stick some electronics in a big degausser... [08:45] do u mean the mbr there? [08:45] ok, it's gone [08:45] ffffu: no, initrd is a virtual root fs that is use during bootup. === macconline [n=macconli@190.37.46.166] has joined #kubuntu [08:46] ffffu initramfs images are not really modifyable. you simply build a replacement. [08:46] ffffu: mbr loads kernel, kernel loads initrd, initrd sets up the system and mounts the root fs then hands control over to init === jkjk [n=joe@dslb-084-056-214-035.pools.arcor-ip.net] has joined #kubuntu [08:46] ffffu main problem is it needs to be built from within the working system. [08:46] so which part does it load the raid module so that grub can find my kernel in my raid harddisk? === krizo [n=krizo@193.95.245.151] has joined #kubuntu === Knightlust [n=DaxSolom@203.87.200.214] has joined #kubuntu [08:47] LeeJunFan: where do we go now? [08:47] i could boot in live cd, go into terminal and mount my harddisk i guess [08:47] Sing it Axel! [08:47] ffffu: yeah, you can modify it by unarchiving it with cpio but that's way beyond what I'm going to get into on IRC especially at this hr. [08:48] ffffu: that's where initrd is failing - it can't mount your rootmnt so it craps you out to busybox. === DarkED [n=darked@h460bf5af.area7.spcsdns.net] has joined #kubuntu [08:48] ok... ok now i can see the grub menu..but when i choose my kernel it says file not found.. which part does it load the module so grub can find my kernel? === SSJ_GZ [n=SSJ@host-84-9-152-59.bulldogdsl.com] has joined #kubuntu [08:48] ffffu: that could be a number of reasons with raid, perhaps it's missing the md module or one of it's daughters. === ubuntu_ [n=ubuntu@65-68-29-34.cwy.cyberback.com] has joined #kubuntu [08:49] to me i don't think it goes into initrd because it can't even find the kernel [08:49] ffffu: grub says it can't find your kernel? did you put /boot on raid? [08:49] recovery disk [08:50] LeeJunFan wait. " ok... ok now i can see the grub menu..but when i choose my kernel it says file not found.. " <<< that looks like a menu.lst error. [08:50] philfo1: I dunno, short of making sure you don't have fglrx in your xorg.conf, then reboot the system. [08:50] wow. [08:50] am i missing something ? === b0nn [n=shane@203-109-245-158.static.bliink.ihug.co.nz] has joined #kubuntu [08:50] yeah [08:50] intelikey: he's got raid, if the kernel is on raid grub can't reach it - unless grub can mount raid arrays, and I'm just unaware of it. [08:51] its definately a menu.lst error.. i didn't put /boot raid [08:51] what's the correct command i should put behind ? [08:51] see y'all soon [08:51] LeeJunFan but grub can't load the menu.list unless it mounts the boot prtition [08:51] How good is 7.04 connecting wireless? [08:52] and if it can see the menu.lst and can't find the kernel then it's not initramfs.img. [08:52] intelikey: true, good line of thought. [08:52] it's menu.lst [08:52] Does anyone know how to copy files to a guest os in virtualbox? [08:52] what should be in my menu.lst ? root (hd0,0) ? === intelikey didn't install grub for nothing... === drew__ [n=drew@ip72-201-227-66.ph.ph.cox.net] has joined #kubuntu === user__ [n=user@host-85-114-255-39.adsl.caucasus.net] has joined #kubuntu [08:53] !grub [08:53] grub is the default Ubuntu boot manager. Lost grub after installing windows: https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows - Making GRUB floppies & other GRUB howtos: https://help.ubuntu.com/community/GrubHowto === drew__ [n=drew@ip72-201-227-66.ph.ph.cox.net] has joined #kubuntu [08:54] ffffu: you need to identify what kernel you do have on /boot for grub to load. Then make sure grub is aware of that kernel image, and it's initrd, etc... [08:55] ffffu the root entry tells grub where to look for the kernel and initramfs.img the root= entry on the kernel line tells the kernel where the system is. which in turn the initramfs mounts and makes avalable. (just some basics of how it works) [08:55] I really need to get to bed, good luck to ya. === climent [n=climent@3.Red-217-126-43.staticIP.rima-tde.net] has joined #kubuntu === drew__ [n=drew@ip72-201-227-66.ph.ph.cox.net] has left #kubuntu ["Konversation] [08:56] i should have said (root) -vs- root=/* === drew__ [n=drew@ip72-201-227-66.ph.ph.cox.net] has joined #kubuntu === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu === drew__ is now known as drewzf === bentob0x [n=laurent@ip-213-49-65-158.dsl.scarlet.be] has joined #kubuntu [08:57] Sorry for the hopping === HubHub_ [n=HubHub@218.89-245-81.adsl-dyn.isp.belgacom.be] has joined #kubuntu [08:57] do you follow ? root (blah) and root=/blah don't have to be the same partition nor the same disk. mine infact aren't. === ebbu [n=ebbu@34-195.adsl.lpoy.dnainternet.fi] has joined #kubuntu === cypher1 [i=cypher1@nat/hp/x-2a87e308dbc71c09] has joined #kubuntu [08:59] i installed kubuntu on my ubuntu machine.. in KDE the fonts are very large in menus, thunderbird, FF etc [08:59] am i missing something === X2B [n=1@p548E7FF5.dip.t-dialin.net] has joined #kubuntu [09:00] I need to register a single IP address as 2 name servers, how can I do this? [09:00] It's only temporary and I have nothing running but a web server. === freeza [n=freeza@adsl-67-67-196-176.dsl.austtx.swbell.net] has joined #kubuntu === eXistenZ [n=existenz@unaffiliated/eXistenZ] has joined #kubuntu === JF|Lenayee[FW] [n=fasswald@torwaechter.inode.at] has joined #kubuntu === Black_Cat [n=mooncats@80.250.181.194] has joined #kubuntu === |Osiris [i=Bas@82-217-2-215.cable.quicknet.nl] has joined #kubuntu [09:02] does anyone know why when i do a ./configure i get an error msg: Can't find X libraries === leileiloll [n=Hsi@c-75-68-37-174.hsd1.nh.comcast.net] has joined #kubuntu [09:03] drewzf: do you mean you want 2 machines with same ip address ? [09:03] freeza: i think you need X dev files [09:03] !x-system-dev [09:03] Sorry, I don't know anything about x-system-dev - try searching on http://bots.ubuntulinux.nl/factoids.cgi [09:03] can someone point me to whatever i need to configure to get a remote connection to basically the terminal [09:03] vnc isn't an option (too slow) [09:03] cypher1: No, I want to bind a domain to a machine with a single public IP address. [09:03] freeza normally that would be because they are not installed [09:03] ok === Smurphy[ACS] [n=smurphy@solsys.org] has joined #kubuntu === crusty [n=crusty@adsl-ull-12-242.41-151.net24.it] has joined #kubuntu [09:04] is the package called x-system-dev? [09:04] freeza: not sure [09:04] Does kubuntu support my microsoft IR remote control in anyway? === _deb_ [n=debankur@59.145.136.1] has joined #kubuntu === philfo1 [n=philfo1@c-69-141-203-249.hsd1.pa.comcast.net] has joined #kubuntu [09:05] xorg-dev - the X.Org development libraries [09:05] freeza: check in the configure script, which file or directory it is expecting.. then search on packages.ubuntu.com to find the package [09:06] freeza: xorg-dev [09:06] ok, I'm back. that reboot took a long time. === Black_Cat [n=mooncats@80.250.181.194] has joined #kubuntu [09:06] oh intelikey said it [09:06] hello. when i try to configure dialup connection thru kppp it shows: "/etc/resolv.conf is missing or can't be read." what do i do? [09:06] moin [09:06] that's ok just ignore me. [09:06] :) [09:07] ok cool thx [09:07] Jucato: i installed kubuntu in my ubuntu and now the fonts in all menus of thunderbird, FF, xchat etc etc has become large.. have i missed anything ? === b0nn_ [n=shane@203-109-245-158.static.bliink.ihug.co.nz] has joined #kubuntu === vircobum [n=vircobum@65-68-29-41.cwy.cyberback.com] has joined #kubuntu === crazy_penguin [n=crzp@86.105.69.248] has joined #kubuntu [09:07] well, the computer is still incredibly slow. [09:08] cypher1: thunderbird, firefox, and xchat are GTK apps. so they would have a different setting from the rest of KDE. try checking System Settings -> Appearance -> GTK Style and Fonts [09:08] slow, let's just say. [09:08] i'm at the point right now where I am going to be forced to go find a Windoze alternative because I have to get this job done. [09:09] Jucato: i do not seem to have Apperance option anywhere in the menu [09:09] philfo1: What do you need to get done? [09:09] cypher1: not in the menu. in K Menu -> System Settings [09:09] cypher1: you are running on KDE right now, right? [09:09] Jucato: ah got it [09:09] Jucato: sorry very new to KDE === smile [n=smile@196.203.109.65] has joined #kubuntu [09:10] I need to take a 168MB TIFF image and restore it. it's a scan of a very old photo. my lab has outsourced it to me personally because of an emergency. === anti_pop [n=anti_pop@p54b080e6.dip0.t-ipconnect.de] has joined #kubuntu === _deb_ [n=debankur@59.145.136.1] has joined #kubuntu [09:10] before I loaded linux, I would have been done with this in 2 hours. [09:10] good mornin everybody [09:11] Good morning! [09:11] how can I use Kbabel to translate a word ? [09:11] someone else login problems in ICQ ? === seven11 [n=seven11@125-24-159-79.adsl.totbb.net] has joined #kubuntu [09:11] I've barely started it and linux has done nothing but get in the way. just too slow. something about the OS and my machine right now. I don't know === rossco [n=ross@C-61-69-188-109.syd.connect.net.au] has joined #kubuntu [09:12] looks like another install might be coming tomorrow. [09:12] someone can tell me how to use Kbabel to translate a word ? === cypher1 [i=cypher1@nat/hp/x-5145ed029b89a3ed] has joined #kubuntu [09:12] philfo1: Why not just install your old windows on a portion of the drive? Make a dual boot system until you get up to speed on linux? Sounds like you might need windows for your work until you can see if linux has the applications available that you will need for your work. [09:13] but it might be a big build. Suse perhapse [09:13] I don't have that amount of time [09:13] philfo1: My system is currently dual boot and I find myself booting windows very rare since 13 March (when I installed linux) [09:14] Jucato: thanks! i switched to "clearlooks" and it is better now [09:14] yesterday, afternoon the system was working very well & now it's slow like cold bear crap on a frozen pond === _deb_ [n=debankur@59.145.136.1] has joined #kubuntu [09:15] I intended on having mine a dual-boot machine & it was for a few days. === mathias [n=mathias@F204f.f.strato-dslnet.de] has joined #kubuntu === ||arifaX [n=||arifaX@inetpop1.witron.de] has joined #kubuntu [09:15] philfo1: Did you trash your windows partition? === alex__ [n=alex@adsl-75-19-33-180.dsl.irvnca.sbcglobal.net] has joined #kubuntu [09:16] but the C: drive for windows was RAID configured and my linux install was on a very slow (turned out to be probably corrupted) drive [09:16] philfo1: havin a multiboot has nothing to do with the speed of Linux ... chech your SWAP space [09:16] philfo1: I did that on one of my machines only after successfully resizing the ntfs partition. I later selected it for installation of linux. Uggg.. What a dumb move on my part. === alex__ is now known as bruja8 [09:16] my whole system is backed up on a 250gb external [09:16] 3GB swap space [09:17] I really love Linux. but now that I NEED it to work, I'm having the worst problems I can. === croppa [n=stuart@135.27.233.220.exetel.com.au] has joined #kubuntu [09:17] what is the purpose of having RAID? [09:17] well, not quite the worst, but I'm still not working on any imagery. [09:17] philfo1: 3 G :-o ... this is too much .. u just need the double of the memory card space [09:18] philfo1: if u have 265ko memory .. make 512 swap spaces .. etc. [09:18] philfo1: Linux can be fast on the slowest Pc in the world === Philip5 [n=Philip@c83-253-39-49.bredband.comhem.se] has joined #kubuntu [09:19] kubuntu did that on an auto-install [09:19] but let me open gparted. === anti_pop [n=anti_pop@p54b080e6.dip0.t-ipconnect.de] has left #kubuntu ["Kopete] === _deb_ [n=debankur@59.145.136.1] has joined #kubuntu === visik7 [n=visi@unaffiliated/visik7] has joined #kubuntu === ggulmatt [n=ggulmatt@59.6.95.196] has joined #kubuntu [09:20] hi [09:20] smile: my system is not slow at all though [09:21] u run Karamba ? [09:21] and how do I find out how big my ko memory is? [09:21] smile hmmm i had kbabel installed. but when i opened it it said i had to fill out some info so i don't have it insalled anymore sorry can't help ya there. [09:21] karamba? === Nuscly [n=nuscly@29-231.206-83.static-ip.oleane.fr] has joined #kubuntu [09:22] intelikey: I know .. i didnt understand what these info r ? :-( [09:22] philfo1: what is ur configuration ? [09:22] you mean hardware? === hgklmnrs [n=math@modemcable121.102-83-70.mc.videotron.ca] has joined #kubuntu [09:23] philfo1: ya === fuzzy_logic [n=fuzzy@89.98.88.94] has joined #kubuntu [09:24] hi === b0nn [n=shane@203-109-245-158.static.bliink.ihug.co.nz] has joined #kubuntu [09:24] fuzzy_logic: hi === seven11 [n=seven11@125-24-159-79.adsl.totbb.net] has joined #kubuntu [09:25] philfo1: did you check to see if anything is sucking resources? [09:25] smile: P4 3.4GHz 2BM L3 cpu, 3+GB RAM, linux currently installed on an 80GB SATA drive, formerly RAID configured. [09:25] my comp is just sucking. [09:25] philfo1: I had a little program running that had a guy walk around on my screen and it seemed to crash and slow my computer to a snails pace until I went in and killed the application. [09:25] just a quick question.. i added a new panel in kde, but when i try to configure it i get the configuration screen of the taskbar [09:26] philfo1: wooow .. u hav the fastest pc in the world .. it's perfect .. [09:26] I don't know what my background apps are. === nonuda [n=nonuda@125.160.233.102] has joined #kubuntu [09:26] no, not fastest pc in the world [09:26] philfo1: check if u have a process that takes much ressorces [09:26] should I change the size of my swap? [09:26] philfo1: I think you hit Ctrl-ESC for a list of apps running. === Smurphy[ACS] [n=smurphy@solsys.org] has joined #kubuntu [09:27] philfo1: no [09:27] anyone help plz? === _Johny [n=johny@81-208-106-67.ip.fastwebnet.it] has joined #kubuntu [09:27] now i get it === myEqR|inet2 [n=internet@p549DB152.dip0.t-ipconnect.de] has joined #kubuntu [09:27] i'm triyng to boot from dual harddisk /dev/sda1 and /dev/sdb1 by using raid [09:28] ok, ctrl-esc didn't do that, it opened rename [09:28] i added a new panel in kde, but when i try to configure it i get the configuration screen of the taskbar [09:28] philfo1: Are you in kde or gnome? [09:28] guys, i'm instaling ubuntu-desktop using adept manager, and i see i error in download, it is openoffice.org-style-default, will it be a problem? and can i fix it? [09:28] philfo1: ok .. type ksysguard [09:29] fuzzy_logic there is a bug. i think you have to restart kde. [09:29] not sure. [09:29] there were two ksysguards going at once. [09:29] one had two d's at the end. [09:30] ah ok.. thanks ill try that intelikely [09:30] rhythmbox is playing mp3's but amarok is not playing mp3s.. do we need to install separate libraries for getting mp3 support in amarok ? [09:30] ok, ksysguard is open. [09:30] Anyone know if I can make use of my windows media center remote control with linux in anyway? === mindspin [n=mindspin@p54b269e5.dip.t-dialin.net] has joined #kubuntu [09:31] smile: you saw what I have in this machine. it takes over 20 seconds to just open a konsole. === b0nn__ [n=shane@203-109-245-158.static.bliink.ihug.co.nz] has joined #kubuntu [09:31] not cool at all [09:31] philfo1: now check the biggest Vmsize and Vmrss [09:31] pollyo i don't know. but. linux does have ir support. [09:31] inelikey: Ok. Thank you. [09:31] philfo1: and tell me what's the process [09:32] pollyo look in kcontrol > parifreals [09:32] iirc. [09:33] konversation is the largest. [09:33] then knotify [09:34] 101 processes running though === climent [n=climent@3.Red-217-126-43.staticIP.rima-tde.net] has joined #kubuntu [09:34] another question.. does anyone know what i should do before i can do a bluetooth file transfer? === hybrid [n=x@72.169.30.254] has joined #kubuntu [09:35] philfo1: thats normal .. nothing's wrong :-( === chode [n=chode@213.158.171.10] has joined #kubuntu [09:35] kwin is big, ksysguard, klauncher. === charlie5 [n=rod@58.163.88.116] has joined #kubuntu === malta [n=malta@host25-153-dynamic.2-87-r.retail.telecomitalia.it] has joined #kubuntu [09:35] ciao [09:35] philfo1: did u installed Compiz or Beryl ? [09:35] nope [09:35] c' qualche italiano????????????? [09:35] !it | malta [09:35] malta: Vai su #ubuntu-it o su #kubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! [09:36] ok [09:36] grazie [09:36] hi ... does anyone use the kubu repositories in .au ? ... i cannot seem to connect at the moment [09:36] intelikey: Looking === pascalFR [i=Lua7xikz@cha92-7-82-230-174-61.fbx.proxad.net] has joined #kubuntu [09:37] charlie5: not in .au, but you can try to connect to other server maybe? [09:37] intelikey: I do not see that option. [09:37] intelikey: Perhaps I need to install a package. [09:38] fuzzy_logic: thanks, i guess i should try that if it doesn't work soon \ [09:38] pollyo i may not remember where it is... but try in the networking section.... seems like it may be with the bluetooth stuff [09:38] if I do one more install, i'm hoping to link these two 80GB drives back up into RAID [09:38] philfo1: i dunno really whats wrong .. that must work well .. !? === intelikey has no ir devices so doesn't know much about them [09:39] no, it's just one of those things I'd like to do. [09:39] have2reboot.. cya [09:39] I have no idea what's wrong either. [09:39] fuzzy_logic what for ? [09:39] I'm beyond frustration === _deb_ [n=debankur@59.145.136.1] has joined #kubuntu [09:40] libtranslate-bin - command line translator <<< anyone know anything about that ? === fuzzy_logic [n=fuzzy@89.98.88.94] has joined #kubuntu [09:40] back [09:40] this photo restoration was due next wednesday, but the customers mother passed away last night (photos of her mother I'm restoring) and now she needs them saturday. [09:40] that was a reboot ? === coty [n=coty@h4.143.141.67.ip.alltel.net] has joined #kubuntu [09:40] well.. actually a restart of x [09:40] lol === user_ [n=user@88.210.197.187] has joined #kubuntu [09:40] that was suggested by someone as a solution to my problem :) [09:40] I'm going to have to use another comp === intelikey would kick fuzzy_logic if he was op'd === AmyRose_ [n=amyrose@user-12l2tg3.cable.mindspring.com] has joined #kubuntu [09:41] op'd? what's that? [09:41] I'm so disappointed because I've been here on this forum for the last 5 days getting help with one thing or another. [09:41] Is there an app for recording my screen [09:41] philfo1: no .. ur comp is perfect .. something wrong in linux configuration [09:41] I want to USE my computer, not just fix it [09:41] daz da guys dat can ban you from da channel. === harmental [n=ricardo@AGrenoble-152-1-74-81.w86-193.abo.wanadoo.fr] has joined #kubuntu [09:42] intelikey: what's that? [09:42] Tm_T just playing. [09:42] philfo1: no one can help u if u dont know what's wrong exactly [09:42] intelikey: do you know of a good app for recording the screen [09:42] yes! that reboot worked.. thanks for the one who suggested that [09:42] right. [09:42] screenshot or active recording ? [09:42] intelikey: hmh, can I still kick you, just for playing? [09:42] intelikey: active recording [09:42] well, i'm a linux n00b. 5 days [09:43] that's it. [09:43] same [09:43] Tm_T sure if you fell like it. [09:43] philfo1: the speed of linux depends on many reason .. memory .. disk kind .. process .. Xserver .. .... [09:43] lol.. i'm 2 weeks!! mwaha :P [09:43] intelikey: hmh, then no [09:43] anyone use xchat? [09:43] well, should I do another install? [09:43] coty there is but it would tame me a month of sundays to find it. [09:43] fuzzy_logic: i have it but dont use it [09:43] I've got another 80GB drive ready to go. [09:44] intelikey: could you give me the name [09:44] but I'm getting really tired of reconfiguring stuff. [09:44] fuzzy_logic and you're welcome. [09:44] philfo1: maybe [09:44] coty that's what would take so long. [09:44] intelikey: oh [09:44] that will be my 3rd full install in less than a week [09:44] do you know how to always show a userlist in a sidebar or so? [09:44] !recording [09:44] Sorry, I don't know anything about recording - try searching on http://bots.ubuntulinux.nl/factoids.cgi [09:44] shit! schooltime.. cya peeps.. thanks for help [09:44] so does anyone else know on the spot of a screen recorder [09:44] philfo1: i will give u a good partition .. wait [09:44] Ahhh.... lirc === fuzzy_logic is gone [09:45] lirc? [09:45] !away > fuzzy_logic [09:45] !away>coty === mathias_ [n=mathias@F2380.f.strato-dslnet.de] has joined #kubuntu [09:45] coty iirc is irc short hand for 'if i recall correctly' [09:45] coty: Yes for using remote controls on linux. [09:46] philfo1: make a 70 Mb /boot [09:46] oh [09:46] ah lirc [09:46] not iirc [09:46] heh [09:46] i was hoping for a screen recorder [09:46] yeah that's it pollyo [09:46] philfo1: 700Mb Swap [09:46] coty: I have this Mircrosoft Media Center remote and I want to see if I can use it for something on linux. [09:46] oh [09:46] philfo1: and the rest root (/) [09:47] i would like a screen recorder so i can give some tutorials [09:47] i got behind but now i'm.... still behind === maxx_k [n=max@hs080023.vpn.rz.htwg-konstanz.de] has joined #kubuntu [09:47] pollyo: did u truied wine ? === b0nn [n=shane@203-109-245-158.static.bliink.ihug.co.nz] has joined #kubuntu === iamcalvo [n=manom@cm170009.red91-117.mundo-r.com] has joined #kubuntu [09:47] smile: I love wine with my linux. [09:47] smile: Though I do not make use of it much. [09:47] wine does not work for me === intelikey likes wine with cheese and bread [09:48] so does anyone know of a screen recorder [09:48] smile: I want to look into using my windows dll's on wine. [09:48] smile: I was reading that it might make more things work under wine. [09:48] pollyo: and maybe ur media center [09:48] smile: I have to read up on it more. [09:48] pinot noir with smoked gouda and a hard baugette === Kyral [n=kyral@128.153.219.212] has joined #kubuntu === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu [09:49] so im guessing there is no screen recorders [09:49] smile: I'll have to look into that a bit more. Thanks for the suggestion. [09:49] <_4str1> coty: i have recordMyDesktop [09:49] pollyo: welcome [09:49] is that a app i can get in adept [09:50] <_4str1> yes [09:50] ok [09:50] thanks [09:50] <_4str1> but not working very well on my computer [09:51] _4str1: why not? [09:51] <_4str1> too greedy i think === coty wonders what _4str1 means [09:51] <_4str1> but i havent configure it for the moment [09:51] <_4str1> just test with the default configuration [09:52] <_4str1> that's, maybe, the reason why .. [09:52] im firing up adept === AZNSLD [n=jeremy@75-163-30-219.dlth.qwest.net] has joined #kubuntu [09:52] !apache [09:52] LAMP is an acronym for Linux-Apache-MySQL-PHP. However, the term is often used for setups using alternative but different software, such as Perl or Python instead of PHP, and Postgres instead of MySQL. For help with setting up LAMP on Ubuntu, see https://help.ubuntu.com/community/ApacheMySQLPHP - See also the Server CD installation process (different in Edgy+) [09:52] !lirc [09:52] Sorry, I don't know anything about lirc - try searching on http://bots.ubuntulinux.nl/factoids.cgi [09:52] <_4str1> coty: sorry for my english but i'm french ;) === styx__ [n=styx@p57a4b7c8.dip0.t-ipconnect.de] has joined #kubuntu === _4str1 is now known as _4strO === b0nn [n=shane@203-109-245-158.static.bliink.ihug.co.nz] has joined #kubuntu [09:53] _4str1: no worrys im itlian XD [09:54] <_4strO> ^^ [09:54] but i live in america [09:55] byzanz is a desktop recorder also [09:55] i just found it [09:55] <_4strO> hh will try [09:55] buy can you record the beryl effects with that? [09:55] so is istanbul [09:55] <_4strO> i want to record my wonderfull beryl desktop [09:55] cuz i couldn't [09:56] i get a blue screen [09:56] <_4strO> whith ? [09:56] i still have not gotten beryl === wieland [n=wieland@86.59.100.100] has joined #kubuntu [09:56] I'd love to [09:56] but... [09:56] sorry to bring it up here, but has anyone tried SuSe? [09:56] i used istanbul and recordmydesktop and x11.... [09:57] not many people up for being able to help [09:57] i tried suse [09:57] why? [09:57] i cant find recordmydesktop [09:57] just wondering. [09:57] looking for potential alternatives [09:57] so is istanbul <<< that's the one that it would take me so long to remember. [09:57] i find it extremely slow [09:57] suse that is [09:57] lol [09:57] intelikey [09:57] really, maybe I won't then. [09:58] you might try it. [09:58] all i had to do was put in record [09:58] in the adept [09:58] because I'm dealing with extremely slow right now [09:58] i can see why it would be hard to remeber [09:58] philfo1: i tried Suse [09:58] the installation of about 4G takes up too 2hours [09:58] sometimes more === comps [n=comps@219.90.100.40] has joined #kubuntu [09:59] philfo1: perfect .. i liked it [09:59] <_4strO> coty: have you the multiverse repo active ? [09:59] besides, i believe that ubuntu is more stable that suse, but ofcourse, it is only what i think [09:59] philfo1: Suse 10 (7 CDs) [09:59] smile: that's a large footprint. === Chaffinch [i=chaff@server1.freeshells.ch] has joined #kubuntu [09:59] _4strO answering for him. yes we did that yestergo. [09:59] philfo1: Mandriva too is perfect [09:59] _4str0: what [09:59] does any1 know how to run mp3 files in kubuntu [10:00] <_4strO> intelikey: ^^ === Chaffinch [i=chaff@server1.freeshells.ch] has joined #kubuntu [10:00] !mp3 > comps [10:00] BBL === pollyo [n=pollyo@c-68-81-43-126.hsd1.pa.comcast.net] has left #kubuntu [] [10:00] mandriva has a prob with firmwares, it reminds me of windows wen you have to find drivers one by on [10:00] philfo1: i use Linux since 2 years .. tried 6 distributions [10:00] since i'm a Linux n00b, are my problems just going to follow me? [10:01] <_4strO> !mp3 > _4strO [10:01] from my experience, there is alwaysproblems philfo1 [10:01] whether it is windows or linux [10:01] these problems are free though. [10:01] philfo1: no :-D .. we were all noob .. by the time u will be excellent ;-) [10:02] I had to pay windows & symantec for my last set of problems [10:02] bruja8 Q. what do linux users do ? [10:02] how to install wine in ncomputer with kubuntu [10:02] bruja8 A. they install software. [10:02] bruja8: no system is flawless [10:02] ha ha ha ha ha ha [10:02] hehehehe === KennethP [n=kpo@x1-6-00-0f-b5-65-5a-c3.k324.webspeed.dk] has joined #kubuntu === coty off to try his new screen recorder [10:02] philfo1: pay ? hhhhhhhhhh .... linux is absolutly FREE & OPEN [10:03] what i like about linux tho is that you can solve your problem, in windows the error message won't tell yo what the prob is [10:03] there's a few mechanical systems out there that have some amazing reliability... speaking of no flawless systems. === sonoftheclayr [n=luke@C-59-101-159-206.mel.connect.net.au] has joined #kubuntu [10:03] linux community is beeing bigger more & more every day [10:04] i like linux for the community, [10:04] yeah, I have done more in the last 5 days with my computer than in the prior two years. [10:04] bruja8 hmmm i never got that far. the "EULA" stopped me from using M$ crap. [10:04] intelikey: how do i use instanbul === mathias [n=mathias@F2380.f.strato-dslnet.de] has joined #kubuntu [10:04] well, with windows, I did do a bunch of re-installs. [10:04] heehee [10:04] oh shoot late again. [10:04] same here philfo1 === sheldonc [n=sheldon@209.121.9.45] has joined #kubuntu [10:05] so here's my deal: my computer is SUPER SLOW right now. [10:05] to be honest, most of my probs with linux are created by me, but on ly most of them [10:05] Linux has just problems of compatibility .. but with small configuration it can work fine [10:05] too slow for me to work, which I have to do though. [10:05] I use it mostly for heavy duty graphics processing. [10:06] no 3d, but very large photo files. === eXistenZ [n=existenz@unaffiliated/eXistenZ] has joined #kubuntu [10:06] 1GB TIFF is definitely not unheard of in my applications [10:06] philfo1: try to find out the real reason ..then we will see .. if u cant .. just install another linux (try SuSE 10) and get started with LINUX WOLRD === user__ [n=user@host-85-114-255-39.adsl.caucasus.net] has joined #kubuntu [10:07] and that's under windows or linux philfo1 [10:07] linux. [10:07] windows could not allocate enough memory to even use the file [10:07] wow!!! [10:08] what is the size of you swap? === b0nn_ [n=shane@203-109-245-158.static.bliink.ihug.co.nz] has joined #kubuntu [10:09] what is the size of you swap? philfo1 === Black_Cat [n=mooncats@80.250.181.194] has joined #kubuntu [10:09] last time I "shut down" windows I was doing a 6cm x 12cm color slide scan at 4800dpi, 16pass, 16bit depth [10:09] 3gb [10:09] nobody on here can figure out why my machine is running so slow. [10:09] takes 22 seconds to open konsole [10:09] it's horrible. === AZNSLD [n=jeremy@75-163-30-219.dlth.qwest.net] has joined #kubuntu === eleve3 [n=eleve3@rectorat-utc1.ac-amiens.fr] has joined #kubuntu [10:10] I need to get it fixed so I can deliver my product. [10:10] Hey is anyone good with MySQL? [10:10] did you try to do an fresh install? philfo1 [10:10] unfortunately, had I been using my old windows system (which is gone) I would be sleeping in bed now [10:10] I could use some help [10:10] I can, but really don't feel like it. [10:10] but I can. [10:10] sigh. [10:11] linux MySQL? [10:11] I've got a spare 80gb drive ready to go [10:11] AZNSLD: wouldn't mind more details. [10:11] umm [10:11] AZNSLD: welcome [10:11] Where do I enter the password for MySQL [10:11] lol === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu [10:11] it is asking me for one === DeMolay [n=migui@87.235.1.81] has joined #kubuntu [10:11] but how do u enter it [10:12] good luck with it philfo1, google which distro tends to be the fastest , and see if you can install that [10:12] gotcha. [10:12] root@Jeremy:/home/jeremy# mysql -u root [10:12] ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) [10:12] where do I enter the password... [10:12] what's the fastest way to change the layout switcher from default altshift to ctrlshift? [10:13] did u see [10:13] Leon n 1 [10:13] Thme: Prparation des leons et des contrles continus [10:13] Formateur: Mr. ********** Abdesslem (Conseiller pdagogique) [10:13] Date: 14/10/2006 9h CREFOC Gafsa === markus [n=markus@217.6.104.86] has joined #kubuntu [10:13] sorry .. that's nonsense [10:14] AZNSLD: did u see https://help.ubuntu.com/community/ApacheMySQLPHP ? [10:14] so could anyone answer my question.. [10:14] yeah [10:14] I am just asking how I enter my password for mysql.. [10:14] lol [10:14] n/m [10:14] READING IS t3k! === tmske [n=thomas@d54C0D523.access.telenet.be] has joined #kubuntu [10:15] AZNSLD: see "set root password " section [10:16] hi anyone knows how to use raid (2 harddisk mirroring each other) to boot up? [10:16] or anyone knows any link to helpful sites === christian [n=christia@mnhm-590c23ae.pool.einsundeins.de] has joined #kubuntu === mackyman [n=mackyman@81-226-201-194-no30.tbcn.telia.com] has joined #kubuntu [10:18] ffffu: didn't google help? [10:18] smile, alors tu parles le francais!!! === PatrickWst [n=patrick@ANice-251-1-26-91.w86-202.abo.wanadoo.fr] has joined #kubuntu [10:19] bruja8: w :-) [10:19] et apparament tu es de le maghreb [10:19] bruja8: oui , je suis Arabe [10:19] ffffu: I have a link for you re: RAID [10:19] tu parles l'araba alors n'estpas === rbrunhuber [n=Miranda@highway.mvi.de] has joined #kubuntu [10:20] bruja8: kel kestion ??? [10:20] !!!!:P [10:20] Sorry, I don't know anything about p - try searching on http://bots.ubuntulinux.nl/factoids.cgi === paolo [n=paolo@83.139.194.194] has joined #kubuntu [10:20] ffffu: http://www.linux.org/docs/ldp/howto/Software-RAID-HOWTO.html === ubuntu_ [n=ubuntu@123-136-246-201.adsl.terra.cl] has joined #kubuntu === paolo is now known as faLUCE === _Johny [n=johny@81-208-106-67.ip.fastwebnet.it] has joined #kubuntu [10:20] parceque ana tani netkelm 3arbia === hw_ [n=hw@87.139.57.5] has joined #kubuntu [10:21] ;) === pollyo [n=pollyo@c-68-81-43-126.hsd1.pa.comcast.net] has joined #kubuntu [10:21] bruja8: wow .. super ... enfin un ARABE avec moi :-) [10:21] hehehe [10:21] bruja8: tu es d'o ? [10:21] je suis de l'algerie [10:22] et toi? [10:22] bruja8: enchant .. chui Tunisien === AZNSLD [n=jeremy@75-163-30-219.dlth.qwest.net] has joined #kubuntu [10:22] enchante! === user_ [n=user@host-85-114-253-123.adsl.caucasus.net] has joined #kubuntu [10:22] bruja8: tu a problem dan Linux ? === morghanphoenix [n=phoenix@71-212-1-196.tukw.qwest.net] has joined #kubuntu [10:22] !fr [10:22] Allez a #ubuntu-fr ou #kubuntu-fr pour de l'aide et de la discussion en francais. [10:23] smile: where did you get the figures from for the sizes of those partitions? [10:23] broadcom wireless ne travail pas === zerbero__ [n=kvirc@p85.212.53.198.tisdip.tiscali.de] has left #kubuntu ["Konversation] [10:23] Anyone know what an fstab line for an ipod should look like? [10:23] philfo1: from a book .. that's the most suitable partition ... i used it with 6 partition and worked fine [10:24] bruja8: dzol .. j pa essay le sans fil :-( [10:24] Don't know the file system type or options that should go into that line [10:24] mais c'est parceque kernel a son driver, mais le firmware est incompatible [10:24] will it work for me even if i'm picking up a 700mb film scan? [10:25] morghanphoenix: type "man mount" and read === b0nn [n=shane@203-109-245-158.static.bliink.ihug.co.nz] has joined #kubuntu [10:25] hello! my kubuntu do not let me change the wright to write in to the usb external drive...any help? [10:25] je suis entrain de telecharger dapper parceque the kernel de dapper n'a pas bcm43xx [10:25] philfo1: 700mb film scan ? what do u mean ? [10:25] alors je pourai installer ndiswrapper [10:25] Been there, done that, tried auto and defaults, says bad file system type when I try to mount it. [10:26] I am a photographer and I have been known to use TIFFs up to 500mb. 700 is now within my reach if LINUX ever operates properly === johlea [n=johlea@host109-34.pool82104.interbusiness.it] has joined #kubuntu === kugillu [n=gillo@i2-ved.ingce.unibo.it] has joined #kubuntu [10:27] I have squeezed 1GB out of my scanner before. [10:27] hi all [10:27] philfo1: ?? no idea .. sorry [10:27] mostly bit-depth info. [10:27] hi ninHer [10:27] what would be the problem with making the swap larger? === crusty_ [n=crusty@adsl-ull-22-219.41-151.net24.it] has joined #kubuntu [10:28] philfo1: when ur memory becomes full .. linux use the swap spaces [10:28] philfo1: so it seems like a second memory ;-) [10:28] I know. but would there be any penalty to ahveing a larger swap partition? [10:28] philfo1: 700mb will be fine [10:28] <_4strO> philfo1: nop [10:28] no not all philfo1 [10:28] philfo1: NO [10:28] ok [10:28] <_4strO> just waste space === kubuntian [n=andrea@d154-5-167-147.bchsia.telus.net] has joined #kubuntu [10:29] configuring that other disk now. === tarelerulz [n=tareleru@71.237.223.209] has joined #kubuntu [10:29] <_Johny> Hello. Does anyone of you is capable of Using mplayer correctly? [10:30] yes [10:30] _Johny: what's wrong ? [10:30] <_4strO> thought that swap should be double of RAM space, isnt it ? [10:30] !apache [10:30] LAMP is an acronym for Linux-Apache-MySQL-PHP. However, the term is often used for setups using alternative but different software, such as Perl or Python instead of PHP, and Postgres instead of MySQL. For help with setting up LAMP on Ubuntu, see https://help.ubuntu.com/community/ApacheMySQLPHP - See also the Server CD installation process (different in Edgy+) [10:30] !apache2 [10:30] Sorry, I don't know anything about apache2 - try searching on http://bots.ubuntulinux.nl/factoids.cgi [10:30] Hmm, didn't expect that one from a kubuntu room, a rtfm type response and no help [10:30] !apache [10:30] <_Johny> Hello everybody. What can I do to define a directory which the subtitles for a movie will be loaded from, all the time? This time, I have to browse that dir everytime I open a movie. [10:30] I have emachine eView 17f3 and I can't find the HorizSync and VertRefresh === office [n=office@217.97.224.254] has joined #kubuntu [10:31] <_4strO> _Johny: just put your subtitle in the same dir as your movie === maniek1990 [n=maniek19@85.219.224.52] has joined #kubuntu === crusty__ [n=crusty@adsl-ull-41-208.41-151.net24.it] has joined #kubuntu === maniek1990 is now known as maniek1990_ [10:32] <_4strO> and use tthe same name as your movie except the file extension [10:32] <_Johny> can it be in a folder? or just a naked file? === maniek1990_ is now known as wlodek === morghanphoenix [n=phoenix@71-212-1-196.tukw.qwest.net] has left #kubuntu ["Leaving"] === morghanphoenix [n=phoenix@71-212-1-196.tukw.qwest.net] has joined #kubuntu [10:32] <_4strO> _Johny: it always in a dir :p [10:33] <_4strO> _Johny: it always in a folder* :p === b0nn_ [n=shane@203-109-245-158.static.bliink.ihug.co.nz] has joined #kubuntu [10:33] <_Johny> _4strO: Yea -:) I meant, to put it in a separate folder or just in the movie dir? [10:33] <_4strO> just in the movie dir [10:34] <_Johny> _4strO: Ok. Thank you [10:34] _4strO, in the same folder as movie.. so sub dir.. most players will automatically load the sub [10:34] *no sub dir === user___ [n=user@host-85-114-253-123.adsl.caucasus.net] has joined #kubuntu [10:34] <_4strO> chode: thats waht i try to say :p [10:34] now i can say for sure, kubuntu roxx. absolutely no serious problems, unlike mandriva for example... thanx to all kubuntu team members if any of them here :) [10:35] <_4strO> heuuu Mark are you there ? [10:35] <_4strO> ^^ === AZNSLD_ [n=jeremy@71-214-151-77.dlth.qwest.net] has joined #kubuntu === pollyo [n=pollyo@c-68-81-43-126.hsd1.pa.comcast.net] has left #kubuntu [] === vprints [n=laur@213-35-239-230-dsl.end.estpak.ee] has joined #kubuntu [10:40] bruja8: comment tu a connu ke chui magrbien :-) === b0nn__ [n=shane@203-109-245-158.static.bliink.ihug.co.nz] has joined #kubuntu [10:41] abdessalam [10:41] :P [10:41] bruja8: comment tu a dout ke chui magrbien ? === brankop [n=brankop@support-8.eunet.yu] has joined #kubuntu [10:42] en general les maghribens utilisent les noms avec (abd) === crusty__ [n=crusty@adsl-ull-41-208.41-151.net24.it] has joined #kubuntu [10:42] bruja8: non .. tu m'a di ke je suis de magreb.. comment tu a connu a ? [10:43] u guys morrocans? === jnowka [n=jeremy@node43.152.209.64.1dial.com] has joined #kubuntu [10:43] et en plus tu parles le francais et ton nom [10:43] *Moroccan [10:43] hello! i have 255 hard drive shared between windows and kubuntu edgy 6.10....but kubuntu do not let me write on it!!!any help? [10:44] crusty__: try " chmod 777 ... " [10:44] bruja8: mon nom ?? [10:44] done it....no change [10:44] hey can someone tell me why i cant use my second drive === firas [n=firas@fwasi.insa-rouen.fr] has joined #kubuntu [10:44] <_4strO> and check your samba conf file [10:44] crusty__: filesystem? NTFS? [10:44] chode: no morrocans .. tunisian :-) [10:44] yes === Ayabara [n=anr@194.196.35.3] has joined #kubuntu [10:44] im trying t download something but i cant download it to my second drive [10:44] ntfs is read-only afaik [10:45] crusty__: with sudo ? [10:45] crusty, ntfs-3g [10:45] oubien abdeslem [10:45] still the same [10:45] i cant even mount my second drive === animimotus [n=animimot@176.199.100-84.rev.gaoland.net] has joined #kubuntu [10:45] <_4strO> coty: [10:45] <_4strO> oups sorry [10:45] iv tried all......no way to write on it [10:45] je suis pas sure que ca c'est ton vrai nom [10:46] crusty__: if u have ntfs .. dont try .. it's read-only [10:46] can some tell me how to fix this problem [10:46] crusty__: i think .. i had the same problem with Mandriva last year [10:46] the problen is that i can format it on fat.....is to big! [10:46] smile, ntfs-3g allows read/write [10:46] I need this drive [10:47] crusty__: try this under Windows ..with Partition magic [10:47] coty: really ?? === kobold [n=kobold@melinda.inf.elte.hu] has joined #kubuntu [10:47] crusty__: when saying "shared" you mean on one PC or different ones? [10:47] yes [10:47] yes ! thats the idea....... [10:47] smile: it will not work [10:47] coty: i want to use my slave drive [10:47] <_4strO> crusty__: u can format it with linux [10:47] coty: u mean we can write on a ntfs partition ? === nodesert [n=nodesert@193.255.156.128] has joined #kubuntu [10:48] smile: i dont know [10:48] coty: i think no .. i tried and it didnt work .. just read [10:48] smile, yes i have an ntfs drive as well shared between windows and ubuntu i can write to it [10:48] smile: no i have a second drive [10:49] smile: it is fat [10:49] smile: i think anyway [10:49] i installed the glut-doc but i dont know where it is (i suppose it must be in /usr/share/doc [10:49] !apache [10:49] LAMP is an acronym for Linux-Apache-MySQL-PHP. However, the term is often used for setups using alternative but different software, such as Perl or Python instead of PHP, and Postgres instead of MySQL. For help with setting up LAMP on Ubuntu, see https://help.ubuntu.com/community/ApacheMySQLPHP - See also the Server CD installation process (different in Edgy+) [10:49] chode: i tried with RedHAT .. just read .. maybe now they made a driver to NTFS === kobold [n=kobold@melinda.inf.elte.hu] has joined #kubuntu === Tonio_ [n=tonio@177.207.103-84.rev.gaoland.net] has joined #kubuntu [10:50] there is a program for kubuntu as partition magic that i can install [10:50] ntfs-3g was experimental untill recently.. but as from early this month or last month.. they released a stable version === kobold [n=kobold@melinda.inf.elte.hu] has left #kubuntu ["Konversation] [10:50] <_4strO> crusty__: qparted [10:50] they claim it's stable and no risk writing on it [10:50] ok ill try it [10:51] crusty__, qtparted === posingaspopular [i=eddie@adsl-69-209-76-223.dsl.chcgil.ameritech.net] has joined #kubuntu === b0nn [n=shane@203-109-245-158.static.bliink.ihug.co.nz] has joined #kubuntu === nodesert [n=nodesert@193.255.156.128] has joined #kubuntu [10:51] <_4strO> oups i forgot the T === HymnToLife [n=fkraiem@LNeuilly-152-23-88-99.w217-128.abo.wanadoo.fr] has joined #kubuntu [10:52] crusty__, also if u want files moved between ur widnows n kubuntu.. u can get files on ext3 files systems using a very small free program called explorefs.. under windows [10:53] i dun think fat32 fits as a storage now.. since it won;t allow u to store a single file if the size exeeds 4 GB === wlodek [n=maniek19@85.219.224.52] has joined #kubuntu [10:53] ok...can i format end partition the drive with qtparted? === myTB|Tanuva [n=tanuva@p548ff7b6.dip.t-dialin.net] has joined #kubuntu [10:53] so if i want to use it as a storage stick with something that supports big file sizes [10:53] since even a backup image of a dvd will also exeed 4 gb most of the time === desti [n=desti@p5B01C11A.dip0.t-ipconnect.de] has joined #kubuntu [10:54] crusty__, it's explore2fs.. [10:54] the situation is this...iv got windows and kubuntu on the same pc and 255gb usb hard drivewindows is ok kubuntu only read [10:54] crusty__, hang on a sec [10:54] i'll link u === AmyRose [n=amyrose@user-12l2tg3.cable.mindspring.com] has joined #kubuntu === Stormzoeker [n=stormzoe@cc1075059-a.sneek1.fr.home.nl] has joined #kubuntu [10:56] crusty__: i think u can format with "disks-admin" === myTB|Tanuva [n=tanuva@p548ff7b6.dip.t-dialin.net] has joined #kubuntu [10:56] crusty__, i'll give u a detailed how-to install ntfs-3g... it will allow u write on it.. and also if it;s removable it'll auto detect once u plug in the drive and create an icon on the desktop [10:57] ok! [10:57] Today is a day for the history books! rtfm from kubuntu, help in a channel that usually says that [10:57] G'night === morghanphoenix [n=phoenix@71-212-1-196.tukw.qwest.net] has left #kubuntu ["Leaving"] === zido [n=zido@80.178.108.35.adsl.012.net.il] has joined #kubuntu [10:59] crusty__, u have edgy ?? [11:00] http://ubuntuforums.org/showthread.php?t=217009 follow this guide [11:00] use the automatic method.. [11:00] what's the fastest way to change the layout switcher from default altshift to ctrlshift? [11:01] iv tried with disk and file sistem administration...but no changes...yes iv got kubuntu edgy === matlec [n=matlec@HSI-KBW-091-089-080-134.hsi2.kabelbw.de] has joined #kubuntu [11:02] crusty__, follow that link i gave u === nonuda_ [n=nonuda@125.160.233.102] has joined #kubuntu [11:02] ok thanks ill try.......many thenks to all! === AZNSLD [n=jeremy@71-214-151-77.dlth.qwest.net] has joined #kubuntu [11:08] !apache [11:08] LAMP is an acronym for Linux-Apache-MySQL-PHP. However, the term is often used for setups using alternative but different software, such as Perl or Python instead of PHP, and Postgres instead of MySQL. For help with setting up LAMP on Ubuntu, see https://help.ubuntu.com/community/ApacheMySQLPHP - See also the Server CD installation process (different in Edgy+) === |Osiris [i=Bas@82-217-2-215.cable.quicknet.nl] has joined #kubuntu === kugillu [n=gillo@i2-ved.ingce.unibo.it] has joined #kubuntu [11:11] hi, is there a bug using grub between ata harddisk?????????????? i keep getting file not found [11:11] any experts care to help? === yaccin [n=yaccin@p57A75C60.dip.t-dialin.net] has joined #kubuntu === Igorot [n=DaxSolom@203.87.200.214] has joined #kubuntu === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu [11:15] ffffu, i think so, but if there is, i duno [11:15] !ata [11:15] Sorry, I don't know anything about ata - try searching on http://bots.ubuntulinux.nl/factoids.cgi === b0nn_ [n=shane@203-109-245-158.static.bliink.ihug.co.nz] has joined #kubuntu === thomax_ [n=thomas@217-148-244-215.happymany.net] has joined #kubuntu [11:19] i keep getting the File not found when booting up..but all my vmlinux and init files are there and correct hd(0,0) === __max_ [i=xXx@64.18.141.151] has joined #kubuntu [11:19] :/ i know ive seen fixes and similar issues, but im blank [11:19] sory [11:20] sorry but could u give me some links or reference? [11:20] or what should i search in google [11:20] just google the general problem === pollyo [n=pollyo@c-68-81-43-126.hsd1.pa.comcast.net] has joined #kubuntu [11:20] google.com/linux i should say [11:21] or the ubuntuforums [11:21] Anyone familiar with lirc? === berkes [n=ber@89.98.69.232] has joined #kubuntu === elcuco_ [n=elcuco@bzq-82-81-55-242.red.bezeqint.net] has joined #kubuntu [11:23] hd(0,0) means the first harddisk first partition? and hd(0,1) means first harfddisk 2nd partition? === elbing [n=elbing@167.pool85-54-251.dynamic.orange.es] has joined #kubuntu === Siema- [n=Siema@adsl-dc-235dc.adsl.wanadoo.nl] has joined #kubuntu === zido [n=zido@80.178.108.35.adsl.012.net.il] has joined #kubuntu === jxn_ [n=jxn@xdsl-81-173-154-8.netcologne.de] has joined #kubuntu === linux_user [n=opera@195.112.127.212] has joined #kubuntu === pascalFR [i=Lua7xikz@cha92-7-82-230-174-61.fbx.proxad.net] has left #kubuntu ["Konversation] === LinUxLevIAthAn [n=ME2@81-178-226-199.dsl.pipex.com] has joined #kubuntu === _Johny is now known as _Johny|away === b0nn [n=shane@203-109-245-158.static.bliink.ihug.co.nz] has joined #kubuntu === _Johny|away is now known as _Johny === _Johny is now known as _Johny|away === marcus_notebook [n=mholthau@53539D38.cable.casema.nl] has joined #kubuntu === hans [n=hans@5634185c.rev.stofanet.dk] has joined #kubuntu === J-_ [n=justin@unaffiliated/j/x-388422] has joined #kubuntu [11:39] is there anyway to install kubuntu with a base install via, sudo apt-get install kubuntu-desktop.. or something else rather...? === _Johny [n=johny@81-208-106-67.ip.fastwebnet.it] has joined #kubuntu === impulsive_ [n=impulsiv@S01060016d461fcc9.gv.shawcable.net] has joined #kubuntu [11:40] J-_, you want kde or kubuntu [11:40] kubuntu is ubuntu,just cames with different stuff out the box === Porkotron [n=parker@dyn129-100-97-146.bc.uwo.ca] has joined #kubuntu [11:41] well, I run ubuntu.. I just want another DM. === billytwowilly [n=chris@S01060016b649355d.ed.shawcable.net] has joined #kubuntu === BudgetDedicated [n=BudgetDe@s5593c2e9.adsl.wanadoo.nl] has joined #kubuntu [11:41] j-_: then install kubuntu-desktop [11:42] yup jxn_ is right [11:42] posingaspopular: kubuntu is KDE ubuntu is Gnome === tux [n=nico@145.76.0.16] has joined #kubuntu [11:45] will, 'sudo apt-get install kde-libs' install a base install of kubuntu, and not all the kde programs kubuntu-desktop installs? [11:45] erm, no. === _Johny is now known as Johny [11:46] just install kubuntu-desktop. you can uninstall programms/packages you don't want later. === Johny is now known as Johny454 === PatrickWst [n=patrick@ANice-251-1-26-91.w86-202.abo.wanadoo.fr] has joined #kubuntu === sonoftheclayr [n=luke@C-59-101-159-206.mel.connect.net.au] has joined #kubuntu [11:47] that's a HUGE amount of work, I tried it before. === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu === Johny454 is now known as johny [11:48] !kubuntu-base [11:48] Sorry, I don't know anything about kubuntu-base - try searching on http://bots.ubuntulinux.nl/factoids.cgi [11:48] then install the programs/packages you want. apt will also install the dependencies === johny is now known as _Johny === _Johny is now known as Johny454 === cdburn [n=cdburn@212.200.29.218] has joined #kubuntu [11:49] Then it won't give me the DM? [11:49] or will it? [11:50] eg. konqueror will need some kdelibs. apt checks that. === Johny454 is now known as _Johny === _Johny is now known as Johny454 [11:51] hey, is anyone else having issues running compiz? [11:51] I tried removing it but it refuses to budge === jxn_ is running beryl, sorry [11:52] yeah, I read on the forums it was easier to deal with === J-_ [n=justin@unaffiliated/j/x-388422] has left #kubuntu ["bleh,] === kugillu [n=gillo@i2-ved.ingce.unibo.it] has joined #kubuntu === mathias [n=mathias@F2380.f.strato-dslnet.de] has joined #kubuntu [11:52] but I have no clue how to even install apps that are outside of adept === soon [n=soon@0x5358a3f5.odnxx11.adsl-dhcp.tele.dk] has joined #kubuntu === Johny454 is now known as _Johny [11:53] ...so, yeah. Im that new to linux^^; === _Johny is now known as johny454 === johny454 is now known as Johny454 === b0nn_ [n=shane@203-109-245-158.static.bliink.ihug.co.nz] has joined #kubuntu === vince_ [n=vince@ien11-1-82-239-152-170.fbx.proxad.net] has joined #kubuntu === koriel [n=koriel@195.251.243.221] has joined #kubuntu === konrad_ [n=konrad@pc-55043.zdnet.com.pl] has joined #kubuntu === user___ [n=user@host-85-114-253-123.adsl.caucasus.net] has joined #kubuntu [11:57] anyone here know how to get rid of compiz? === ubuntu_ [n=ubuntu@61.155.218.104] has joined #kubuntu [11:57] How do you check to see if you have "universe" enabled?\ [11:58] <_4strO> pollyo: in the file /etc/apt.sources.list [11:58] <_4strO> pollyo: in the file /etc/apt/sources.list === ubuntu_ is now known as Tiara === Tiara is now known as Diadem [11:59] _4strO: Ok. Thanks. === _Johny [n=johny@81-208-106-67.ip.fastwebnet.it] has joined #kubuntu [12:00] !sources.list [12:00] The packages in Kubuntu are divided into various sections. See https://help.ubuntu.com/community/Repositories/Kubuntu === user___ [n=user@host-85-114-253-123.adsl.caucasus.net] has joined #kubuntu === varejao [n=varejao@193.136.159.248] has joined #kubuntu [12:02] well, going away from the compiz issue...can anyone tell me how they were able to get flash and java working in their browsers? === user__ [n=user@213.157.214.39] has joined #kubuntu === _eMaX_ [n=emax@56.60.77.83.cust.bluewin.ch] has joined #kubuntu === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu === gillo [n=gillo@i2-ved.ingce.unibo.it] has joined #kubuntu === Tonio_ [n=tonio@177.207.103-84.rev.gaoland.net] has joined #kubuntu === keszi000 [n=keszi000@89.186.112.2] has joined #kubuntu === kgx [n=karuna@60.234.196.160] has joined #kubuntu === ORiON- [n=orion@87.69.59.136.cable.012.net.il] has joined #kubuntu === _eMaX_ [n=emax@56.60.77.83.cust.bluewin.ch] has joined #kubuntu === rodrigolinsr [n=rodrigol@20132165129.user.veloxzone.com.br] has joined #kubuntu === fideas [n=fideas@122.8.49.33] has joined #kubuntu === root__ [n=root@222.124.195.2] has joined #kubuntu === root__ is now known as iwan === iwan [n=root@222.124.195.2] has left #kubuntu ["Konversation] === Eyeless [n=hjalle@d83-183-204-137.cust.tele2.se] has joined #kubuntu === CountryGuy [n=IceChat7@24-180-237-149.dhcp.bycy.mi.charter.com] has joined #kubuntu === CountryGuy [n=IceChat7@24-180-237-149.dhcp.bycy.mi.charter.com] has joined #kubuntu === CVirus [n=GoD@82.201.174.101] has joined #Kubuntu === pollyo [n=pollyo@c-68-81-43-126.hsd1.pa.comcast.net] has left #kubuntu [] [12:25] Hey i need to know how to get my web camera to work on kubuntu [12:26] !camera [12:26] Sorry, I don't know anything about camera - try searching on http://bots.ubuntulinux.nl/factoids.cgi [12:27] !cameradrivers [12:27] Sorry, I don't know anything about cameradrivers - try searching on http://bots.ubuntulinux.nl/factoids.cgi === keszi000 [n=keszi000@89.186.112.2] has joined #kubuntu === jakkass [n=gareth@213-202-136-41.bas502.dsl.esat.net] has joined #kubuntu === wisp [n=wisp@h152.net47.bmstu.ru] has joined #kubuntu === anti_pop [n=anti_pop@p54b080e6.dip0.t-ipconnect.de] has joined #kubuntu [12:29] someone got broken progress bars in firefox on kde ? [12:29] no [12:29] broken? [12:29] no [12:29] well for example my download progress bar on firefox is broken :) [12:30] hmm [12:30] let me download something then [12:30] same with xarchiver [12:30] i know these are not kde apps === ArtMoonik [n=panther@mar92-3-82-66-233-126.fbx.proxad.net] has joined #kubuntu [12:30] can someone help me with getting my camera to work [12:31] i have no idea what messed up my progress bars, it was a ubuntu install, then i installed kubuntu-desktop and removed all gnome stuff i could ;) [12:31] no its grand anti [12:31] anti what version of Kubuntu are you using [12:31] feisty [12:31] I'm on feisty [12:31] it's grand [12:31] well I updated from Edgy [12:31] with the repositories === user__ [n=user@213.157.214.73] has joined #kubuntu [12:32] i think it has to do with removal of some gnome stuff === keszi000 [n=keszi000@89.186.112.2] has joined #kubuntu [12:32] anyway ill have a fresh installation soon === jean [n=jean@ALyon-152-1-74-15.w86-197.abo.wanadoo.fr] has joined #kubuntu === Frost^ [n=sweiss@89-138-105-71.bb.netvision.net.il] has joined #kubuntu [12:34] byebye === anti_pop [n=anti_pop@p54b080e6.dip0.t-ipconnect.de] has left #kubuntu ["Kopete] === sudipta [n=sudipta@59.93.165.180] has joined #kubuntu === tatta [n=tatta@adsl-154-21.37-151.net24.it] has joined #kubuntu === tatta [n=tatta@adsl-154-21.37-151.net24.it] has left #kubuntu ["Konversation] === paolo_ [n=paolo@83.139.194.194] has joined #kubuntu === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu === paolo_ is now known as paolino_ === paolino_ is now known as paolino__ === paolino__ is now known as paoligno === tmske [n=thomas@d54C0D523.access.telenet.be] has joined #kubuntu === LIRON [n=root@bzq-88-152-129-200.red.bezeqint.net] has joined #kubuntu [12:39] kubuntu rulez [12:39] just tested feisty beta === CVirus [n=GoD@82.201.174.101] has joined #Kubuntu [12:40] that he have hebrew support keybored? === user____ [n=user@213.157.214.8] has joined #kubuntu === Jucato [n=jucato@ubuntu/member/Jucato] has joined #kubuntu === J-_ [n=justin@unaffiliated/j/x-388422] has joined #kubuntu === gillo [n=gillo@i2-ved.ingce.unibo.it] has joined #kubuntu === gillo is now known as kugillu [12:43] what's a good tut that'll show me how to customize kubuntu? [12:43] Hi, could anyone help me to install beryl please? === J-_ wants to make it all fanzy =D [12:44] !changethemes [12:44] [Ubuntu] Install gnome-themes or go to menu, system settings, appearance. See https://help.ubuntu.com/community/UbuntuEyeCandy for a guide. [Kubuntu] For a Kubuntu guide, see https://help.ubuntu.com/community/CustomizeKubuntu === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu [12:46] is there an equivalent to gdesklets for kubuntu? [12:46] J-_: kde-look.org [12:46] !kdesklets [12:46] Sorry, I don't know anything about kdesklets - try searching on http://bots.ubuntulinux.nl/factoids.cgi [12:46] hmm [12:46] superkaramba [12:46] cool, thanks [12:47] !superkaramba [12:47] superkaramba is an application that gives you interactive eye-candy on your desktop. To get themes for it, head over to http://kde-look.org === dj__ [n=dj@41.201.198.193] has joined #kubuntu [12:49] I can't login with xgl session [12:49] how can i get my web camera to work === linux_user [n=opera@195.112.127.212] has left #kubuntu [] === harpo_ [n=harpo@168.Red-83-44-5.dynamicIP.rima-tde.net] has joined #kubuntu === hostel [n=hostel@pD95333EC.dip0.t-ipconnect.de] has joined #kubuntu === harpo_ is now known as eru === eru is now known as lordEru === cisco [n=cisco@41.205.4.10] has joined #kubuntu === aziz [n=aziz@chello084112072063.6.11.vie.surfer.at] has joined #kubuntu === space_ninja [n=guiden@81-233-49-201-no58.tbcn.telia.com] has joined #kubuntu === franklin [n=franklin@parkvillage.radlink.com.br] has joined #kubuntu === vince_ [n=vince@ien11-1-82-239-152-170.fbx.proxad.net] has joined #kubuntu [12:54] how should I play swf files If I can't install flash? === Smurphy[ACS] [n=smurphy@solsys.org] has joined #kubuntu === crdlb [n=crdlb@pool-70-104-175-12.norf.east.verizon.net] has joined #kubuntu === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu === _4strO [n=cedric@AStrasbourg-253-1-61-18.w86-213.abo.wanadoo.fr] has joined #kubuntu === b0nn [n=shane@203-109-245-158.static.bliink.ihug.co.nz] has joined #kubuntu [12:56] !gnash [12:56] An open source flash replacement. It is still beta software. For current status or for more info http://www.gnu.org/software/gnash/ [12:56] kubuntu is extensively faster than gnome.... seems it anyway [12:57] ok thanks [12:58] I got one more questions, What should I do If some data chunks for a bittorrent download failed? [12:58] -s [12:58] delete the corrupt file and redownload it [12:59] but everything is almost corrupt. I can't unpack it. It's a rar file with alot of movies in it (not porn) I get alot of errors when I try [01:00] !flash9 [01:00] Flash 9 (Final release) is now available for dapper-backports and edgy-backports. See !backports and !flash === NiceGuyUK [i=niceguyu@no.latency.org.uk] has joined #kubuntu [01:00] I got amd64 [01:00] !flash64 [01:00] You can run Flash, Real, and Java plugins in AMD64 bit computers with Firefox. see the steps to follow at https://help.ubuntu.com/community/FirefoxAMD64FlashJava === Igorot is now known as Knightlust [01:01] My flash plugin doesn't work properly in amd64 [01:01] it freeze my friefox [01:02] but everything is ok with firefox32 [01:02] the plugin itself is 32 bit - I read somewhere about a wrapper for 32bit plugins on 64 bit systems [01:02] might take a bit of Googling unless someone here knows the details === Knightlust [n=DaxSolom@203.87.200.214] has joined #kubuntu [01:04] !PyQT [01:04] Sorry, I don't know anything about pyqt - try searching on http://bots.ubuntulinux.nl/factoids.cgi [01:04] !pyqt [01:04] hmm === _eMaX_ [n=emax@56.60.77.83.cust.bluewin.ch] has joined #kubuntu [01:06] it says i don't have pyqt installed, what is it called in the repos? === Philip5 [n=Philip@c83-253-39-49.bredband.comhem.se] has joined #kubuntu === giantess [n=mieke@s5590143e.adsl.wanadoo.nl] has joined #kubuntu === franko [n=franko@end105.neoplus.adsl.tpnet.pl] has joined #kubuntu === afonic-ubuntu [i=web1_tfl@afonic.info] has joined #kubuntu === Knightlust [n=DaxSolom@203.87.200.214] has joined #kubuntu === afonic-ubuntu is now known as afonic [01:09] could anyone help me to install beryl please? [01:09] !nvidia [01:09] To install the Ati/NVidia drivers for your video card, see https://help.ubuntu.com/community/BinaryDriverHowto === ylrahc [n=charly@fny94-1-82-67-168-149.fbx.proxad.net] has joined #kubuntu [01:10] ati driver are installed ok === LjL [n=ljl@ubuntu/member/ljl] has joined #kubuntu [01:10] 3d is working [01:10] beryl is installed... but I can't login in xgl session [01:10] !beryl [01:10] Beryl is a window manager that takes advantage of an OpenGL accelerated X environment. See http://forum.beryl-project.org/ - Help in #ubuntu-effects [01:11] oh thanx I was following that guide, I'll try that channel [01:11] :) === neversfelde [n=chrman@nrbg-4db44468.pool.einsundeins.de] has joined #kubuntu [01:12] when I start beryl no effect to windows === giantess [n=mieke@s5590143e.adsl.wanadoo.nl] has joined #kubuntu === eMaX [n=emax@199.21.76.83.cust.bluewin.ch] has joined #kubuntu === dthacker [n=dthacker@ip68-107-233-209.om.om.cox.net] has joined #kubuntu === thakala [n=thakala@adsl-85-217-32-17.kotinet.com] has joined #kubuntu === giantess [n=mieke@s5590143e.adsl.wanadoo.nl] has joined #kubuntu === b0nn_ [n=shane@203-109-245-158.static.bliink.ihug.co.nz] has joined #kubuntu === przemek_ [n=przemek@xdsl-1095.zgora.dialog.net.pl] has joined #kubuntu === user__ [n=user@85.118.99.161] has joined #kubuntu === Stormzoeker [n=stormzoe@cc1075059-a.sneek1.fr.home.nl] has left #kubuntu ["Kopete] === matthew_ [n=matthew@203-206-19-184.dyn.iinet.net.au] has joined #kubuntu === zerozero [n=zerozero@unaffiliated/zerozero] has joined #kubuntu === waylandbill [n=kvirc@74-34-7-87.dsl1-merch.roc.ny.frontiernet.net] has joined #kubuntu === HamishTPB [n=hamishtp@bb-87-80-43-35.ukonline.co.uk] has joined #kubuntu [01:26] anyone got fglrx working with 2.6.20.13-generic ? === Stormzoeker [n=stormzoe@cc1075059-a.sneek1.fr.home.nl] has joined #kubuntu === b0nn__ [n=shane@203-109-245-158.static.bliink.ihug.co.nz] has joined #kubuntu === ChasCramer [n=robert@194.94.76.133] has joined #kubuntu === varejao [n=varejao@193.136.159.248] has left #kubuntu ["Konversation] [01:27] is there a differnet type of menubar type thing in SuperKaramba? [01:28] waylandbill: my friend had issues with it i believe, turns out he had to use 1280x1024 instead of 1280x960. would that be the case for you? === augusto [n=augusto@201.79.137.92] has joined #kubuntu === croppa [n=stuart@135.27.233.220.exetel.com.au] has joined #kubuntu [01:28] chijin: I can't even get the kernel driver to build. === hostel [n=hostel@pD95333EC.dip0.t-ipconnect.de] has joined #kubuntu === Stormzoeker [n=stormzoe@cc1075059-a.sneek1.fr.home.nl] has left #kubuntu ["Kopete] === Stormzoeker [n=stormzoe@cc1075059-a.sneek1.fr.home.nl] has joined #kubuntu [01:30] waylandbill: there was some kind of patch for it === Pensacola [n=pensacol@52.10-67-87.adsl-dyn.isp.belgacom.be] has joined #kubuntu [01:30] waylandbill: http://phoronix.net/forums/showthread.php?t=1033 === _Johny is now known as _Johny|away [01:31] chijin: excellent. I'll check it out. thx === ToyMan [n=Stuart@cpe-24-161-103-133.hvc.res.rr.com] has joined #kubuntu === n8k99 [n=nathan@dsl254-078-190.nyc1.dsl.speakeasy.net] has joined #kubuntu === pascutti [n=angelo@201-41-180-226.mganm702.dsl.brasiltelecom.net.br] has joined #kubuntu === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu === ToyMan [n=Stuart@cpe-24-161-103-133.hvc.res.rr.com] has joined #kubuntu === Defaulllt [n=comp06@host-86-106-249-173.moldtelecom.md] has joined #kubuntu === firas_ [n=firas@fwasi.insa-rouen.fr] has joined #kubuntu === superbear [n=matthias@p509107B1.dip0.t-ipconnect.de] has joined #kubuntu === nosrednaekim [n=michael@05-152.200.popsite.net] has joined #kubuntu === MPat [n=mpat@a88-112-17-175.elisa-laajakaista.fi] has joined #kubuntu === ToyMan [n=Stuart@cpe-24-161-103-133.hvc.res.rr.com] has joined #kubuntu === jayme [n=jayme@66.63.194.178] has joined #kubuntu === jayme is now known as JStaggs === Stormzoeker [n=stormzoe@cc1075059-a.sneek1.fr.home.nl] has left #kubuntu ["Kopete] === JStaggs [n=jayme@66.63.194.178] has left #kubuntu ["Konversation] === Gretl [i=eulchen@chello213047232241.tirol.surfer.at] has joined #kubuntu === Stormzoeker [n=stormzoe@cc1075059-a.sneek1.fr.home.nl] has joined #kubuntu === rbrunhuber [n=Miranda@highway.mvi.de] has joined #kubuntu === orange1 [n=Orange1@pool-71-246-97-38.nycmny.east.verizon.net] has joined #kubuntu === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu === Stormzoeker [n=stormzoe@cc1075059-a.sneek1.fr.home.nl] has left #kubuntu ["Kopete] === dartmolx [n=dartmolx@tequilla.exist.com] has joined #kubuntu === Defaulllt [n=comp06@host-86-106-249-173.moldtelecom.md] has joined #kubuntu [01:48] :) [01:48] what is the state of feisty? It is locked for anything but bugfixes by now or are packages still being upgraded? === Defaulllt is now known as SALIA === hostel_ [n=hostel@pD95333EC.dip0.t-ipconnect.de] has joined #kubuntu [01:49] !schedule | hansen [01:49] hansen: Ubuntu releases a new version every 6 months. Each version is supported for 18 months to 5 years. More info at http://www.ubuntu.com/ubuntu/releases & http://wiki.ubuntu.com/TimeBasedReleases [01:49] I believe its in a feature freeze... [01:50] it's locked for anything except things that will break people's boot :P [01:50] :) [01:50] ok, so that means that packages stay whatever version they are now unless something serious is broken === dennis_ [n=dennis@d51A4F3A1.access.telenet.be] has joined #kubuntu [01:51] dammit, I want ufraw 0.11 and feisty has 0.10 only :) === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu [01:52] so go break it!!!! [01:52] with 0.09 and newer I can get pretty decent colors, but the highlights near clipping are still horrible. And afaics 0.11 has some new code for highlights [01:52] probably not enough of a problem to call it a showstopper for a linux dist :) [01:53] haha.... yeah... === Jonty [n=jadh@82-41-207-190.cable.ubr11.edin.blueyonder.co.uk] has joined #kubuntu [01:53] I guess its compile from source then... === hybrid [n=x@72.169.30.254] has joined #kubuntu === eXistenZ [n=existenz@unaffiliated/eXistenZ] has joined #kubuntu === patrick88296 [n=patrick@adsl-220-90-fixip.tiscali.ch] has joined #kubuntu === waylandbill [n=kvirc@74-34-7-87.dsl1-merch.roc.ny.frontiernet.net] has joined #kubuntu === mrigns [n=mrigns@ACB22241.ipt.aol.com] has joined #kubuntu === ylrahc [n=charly@fny94-1-82-67-168-149.fbx.proxad.net] has joined #kubuntu === eMaX_ [n=emax@199.21.76.83.cust.bluewin.ch] has joined #kubuntu === aztun [n=aztun@81.202.143.147.dyn.user.ono.com] has joined #kubuntu === uciu [n=uciu@abxa226.neoplus.adsl.tpnet.pl] has joined #kubuntu === Shadowtester [n=shadowte@44.chicago-02rh15rt.il.dial-access.att.net] has joined #kubuntu === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu === blueYa|away [n=blueYa@p50808B5A.dip0.t-ipconnect.de] has joined #kubuntu === Lakii [n=lakii@aaao251.neoplus.adsl.tpnet.pl] has joined #kubuntu === magical_trevsky [n=magical@80-45-41-53.static.dsl.as9105.com] has joined #kubuntu === adonnis [n=XxX@AToulon-151-1-2-177.w83-197.abo.wanadoo.fr] has joined #kubuntu === smart_ [n=smart@adsl196-216-153-217-196.adsl196-13.iam.net.ma] has joined #kubuntu === nosrednaekim [n=michael@05-152.200.popsite.net] has left #kubuntu [] === pollyo [n=pollyo@c-68-81-43-126.hsd1.pa.comcast.net] has joined #kubuntu [02:14] Anyone have a mceusb remote setup on kubuntu? [02:17] c vc l,....................................\ === pollyo [n=pollyo@c-68-81-43-126.hsd1.pa.comcast.net] has left #kubuntu [] === stuq [n=Stuart@cpe-24-161-103-133.hvc.res.rr.com] has joined #kubuntu [02:18] I've tried running audacity and aoss audacity, but it always says it's unable to play/record audio. How can I solve this? === gen2 [n=gen2@74-137-179-223.dhcp.insightbb.com] has joined #kubuntu === nuyao [n=nuyao@gssn-590d677f.pool.einsundeins.de] has joined #kubuntu === eMaX [n=emax@199.21.76.83.cust.bluewin.ch] has joined #kubuntu === angel-ripper [n=nuyao@gssn-590d677f.pool.einsundeins.de] has joined #kubuntu === neil [n=neil@cpc1-oxfd8-0-0-cust114.oxfd.cable.ntl.com] has joined #kubuntu === ionus [n=ionus@86.34.82.118] has joined #kubuntu [02:24] !ntfs [02:24] To view your Windows/Mac partitions see https://help.ubuntu.com/community/AutomaticallyMountPartitions . For write access see !ntfs-3g or !fuse === thomas_ [n=thomas@202.47.64.206] has joined #kubuntu === franko [n=franko@end105.neoplus.adsl.tpnet.pl] has joined #kubuntu === Philip5 [n=Philip@c83-253-39-49.bredband.comhem.se] has joined #kubuntu === blueYa|away is now known as blueya2 === raffytaffy [n=raf@user-0cdf5dr.cable.mindspring.com] has joined #kubuntu [02:27] hello, have some troble with installing cinelerra, maybe sb know what the failure ist: configure: http://pastebin.ca/416724 output: http://pastebin.ca/416729 === rbrunhuber [n=Miranda@highway.mvi.de] has joined #kubuntu [02:29] blueya2 : lines 24 and 32 contain bad info i think [02:29] 31 i mean [02:29] but "fi" is correct === thomas_ [i=proxyuse@202.47.64.206] has joined #kubuntu [02:30] well another reason i can think is bcse ubuntu uses /bin/bash instead of bash [02:31] your solution is to run the script thru bash itself [02:31] oi [02:31] yourself* [02:31] "bash configure" ? [02:31] blahh i just woke up [02:32] yes try that === stuq_ [n=Stuart@user-12lcqol.cable.mindspring.com] has joined #kubuntu [02:32] well great, these erros are fixed [02:33] so it worked yes? === _Johny|away is now known as _Johny [02:33] yes :D === service [n=service@icco.ro] has joined #kubuntu [02:33] ok good [02:33] good to know, thanks! [02:33] :) [02:33] <_Johny> Do you know a good system integrity checker? === pollyo [n=pollyo@c-68-81-43-126.hsd1.pa.comcast.net] has joined #kubuntu [02:34] fsck [02:34] my VNC doesn't work....i wonder why === X2B [n=1@p548E5C28.dip.t-dialin.net] has joined #kubuntu [02:35] Anyone setup irkick? === pabst [n=jflynn@167.102.229.73] has joined #kubuntu === charly_ [n=charly@fny94-1-82-67-168-149.fbx.proxad.net] has joined #kubuntu === eMaX [n=emax@199.21.76.83.cust.bluewin.ch] has joined #kubuntu === pollyo [n=pollyo@c-68-81-43-126.hsd1.pa.comcast.net] has left #kubuntu [] === stuq [n=Stuart@cpe-24-161-103-133.hvc.res.rr.com] has joined #kubuntu [02:39] <_Johny> Do you know a good system integrity checker available in Kubuntu, or from command line? [02:40] !write in ntfs [02:40] Sorry, I don't know anything about write in ntfs - try searching on http://bots.ubuntulinux.nl/factoids.cgi [02:40] <_4strO> !fsck | _Johny [02:40] _Johny: fsck is the FileSystem ChecKer, which runs automatically when you boot if you didn't shutdown cleanly. Type "man fsck" for information on running it manually. The command "sudo shutdown -F -r now" will force a reboot and a filesystem check; "sudo touch /fastboot" will skip a filesystem check at next reboot === mrigns [n=mrigns@ACB22241.ipt.aol.com] has joined #kubuntu === ^V^ [n=V@ppp184-161.lns2.mel4.internode.on.net] has joined #kubuntu === eMaX [n=emax@199.21.76.83.cust.bluewin.ch] has joined #kubuntu === tmske [n=thomas@d54C0D523.access.telenet.be] has joined #kubuntu === sebbar [n=sebbar@p57B3D285.dip.t-dialin.net] has joined #kubuntu === gelsen_ [n=gelsen@86.35.34.118] has joined #kubuntu === stuq_ [n=Stuart@user-12lcqol.cable.mindspring.com] has joined #kubuntu [02:43] <_Johny> _4strO: Does "he" carres for packages as well? [02:44] <_4strO> _Johny: i dont know, but i dont think so === internet_ [n=internet@ip-142-66.sn1.eutelia.it] has joined #kubuntu === stuq [n=Stuart@cpe-24-161-103-133.hvc.res.rr.com] has joined #kubuntu === yaccin [n=yaccin@p57A75C60.dip.t-dialin.net] has joined #kubuntu === crazy_penguin [n=crzp@86.105.69.248] has joined #kubuntu === eMaX [n=emax@199.21.76.83.cust.bluewin.ch] has joined #kubuntu [02:53] I cannot log in to KDE using KDM. /var/log/kdm.log is here: http://thomasdamgaard.dk/tmp/kdm.log. Please help me, cause I have no more ideas of how to investigate this problem :( [02:54] There is a lot of errors in the kdm.log, but I do not understand what they mean. [02:55] This happened suddenly. I have not installed anything new on the computer except maybe the occational updates. === Dj_Energy [n=comp02@host-86-106-249-173.moldtelecom.md] has joined #kubuntu === Dj_Energy is now known as blca === huib [n=chatzill@h21267191114.dsl.speedlinq.nl] has joined #kubuntu === blca [n=comp02@host-86-106-249-173.moldtelecom.md] has left #kubuntu ["Konversation] === Bwomp [n=root@d54C46019.access.telenet.be] has joined #kubuntu === odin-arg [n=odin@88-97-1-85.dsl.zen.co.uk] has joined #kubuntu === poopotootti [n=poopotoo@a84-231-22-241.elisa-laajakaista.fi] has joined #kubuntu === Minuo [n=adam@ool-45770a38.dyn.optonline.net] has joined #kubuntu === keszi000 [n=keszi000@89.186.112.2] has joined #kubuntu === b0nn [n=shane@203-109-245-158.static.bliink.ihug.co.nz] has joined #kubuntu === thomax [n=thomas@217-148-245-83.happymany.net] has joined #kubuntu [03:07] hello === kugillu [n=gillo@i2-ved.ingce.unibo.it] has joined #kubuntu === gdiebel [n=gdiebel@adsl-69-217-146-185.dsl.mdsnwi.ameritech.net] has joined #kubuntu === fraiddo [n=fred@lns-bzn-49f-62-147-164-174.adsl.proxad.net] has joined #kubuntu === eeanm [n=ian@amarok/developer/eean] has joined #kubuntu === WaxyFresh [n=r00t@199-2-58-25.oxfordnetworks.net] has joined #kubuntu === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu === scion [n=scion@hoth.it-tallaght.ie] has joined #kubuntu === Iwonder|too [n=Iwonder@adsl-068-209-223-091.sip.jan.bellsouth.net] has joined #kubuntu [03:16] hello all [03:16] grrr,i cant seem to figure out where i went wrong i installed ubuntu server 5.10 then installed the kubuntu desktop.but im missing alot of the main things that should come with kubuntu including adapt,i mean i could use apt-get to install each one individually butt that would take a while and im not even sure aboute everything im missing [03:17] scion: hello === Trevinho [n=Trevi@host247-66-dynamic.57-82-r.retail.telecomitalia.it] has joined #kubuntu [03:17] is there some package i missed? === fideas [n=fideas@221.4.137.132] has joined #kubuntu [03:18] WaxyFresh: why not just download the kubuntu .iso// === Xel [n=alex@cable201-232-46-175.epm.net.co] has joined #kubuntu [03:18] are you sure u installed everything when installing Ubuntu, WaxyFresh?/ === Xel [n=alex@cable201-232-46-175.epm.net.co] has left #kubuntu ["Konversation] [03:18] scion: my laptop just b roke and am on an old computer so no dvd/cd burner [03:18] ahh === XXXGauronXXX [n=XXXGauro@dslb-088-064-156-113.pools.arcor-ip.net] has joined #kubuntu [03:19] fuzzy_logic: just the ubuntu server then kubuntu-desktop then i upgraded [03:19] WaxyFresh i'd imagine you will need to apt-get the packages you need === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu [03:20] or maybe there is a way to install the missing things from the cd.. or didn't you burn one? [03:20] fuzzy_logic: i have a 5.10 ubuntu cd [03:20] fuzzy_logic: so no === embrapa [n=embrapa@pata.cnpms.embrapa.br] has joined #kubuntu === amaral [n=amaral@201008071091.user.veloxzone.com.br] has joined #kubuntu [03:21] WaxyFresh: then i think you will need to apt-get the missing packages === ||arifaX [n=||arifaX@inetpop1.witron.de] has joined #kubuntu === abattoir [n=abattoir@cm155.omega127.maxonline.com.sg] has joined #kubuntu === hans [n=hans@5634185c.rev.stofanet.dk] has joined #kubuntu === paytreak [n=paytreak@084202091074.customer.alfanett.no] has joined #kubuntu === jxn_ [n=jxn@xdsl-81-173-154-8.netcologne.de] has left #kubuntu ["Kopete] === kugillu [n=gillo@i2-ved.ingce.unibo.it] has joined #kubuntu === bogdan [n=bogdan@86.125.4.34] has joined #kubuntu === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu === aaroncampbell_ [n=aaroncam@63.225.219.62] has joined #kubuntu [03:26] I had asked about kopete vs gaim in here last night. Seeps like most preferred kopete. Does kopete keep logs of ims? === ionus [n=ionus@86.34.82.118] has joined #kubuntu [03:27] !ntfs [03:27] To view your Windows/Mac partitions see https://help.ubuntu.com/community/AutomaticallyMountPartitions . For write access see !ntfs-3g or !fuse [03:28] aptitude says i have 371 broken packages,,,,will fre 471mbs.......how can i fix this? [03:29] aaroncampbell_, yes you can see the history [03:29] but you have to set the function on === esaym [n=user@cpe-72-183-201-32.satx.res.rr.com] has joined #kubuntu [03:30] i don't like kopete too much, i prefer gaim, but i like kde so i use kopete [03:30] I didn't even see an option for it === michaelpo [n=presario@124.82.34.224] has joined #kubuntu [03:32] you have to activate the plugin === charly_ is now known as ylrahc [03:32] how do i export emails from evolution to thunderbird? === donhack [n=donhack@241.red-217-216-58.user.auna.net] has joined #kubuntu [03:32] gaim is the best in my book,it has several encyptoin plugins [03:33] so settings, configure plugin and then select history === drewzf [n=drew@ip72-201-227-66.ph.ph.cox.net] has joined #kubuntu === kRush [i=krush@e179105072.adsl.alicedsl.de] has joined #kubuntu === drewzf [n=drew@ip72-201-227-66.ph.ph.cox.net] has joined #kubuntu [03:33] dennis...got it, I was looking in the wrong place. However, it looks like it's already active...how can I actually see the history? === drew__ [n=drew@ip72-201-227-66.ph.ph.cox.net] has joined #kubuntu [03:34] michaelpo: did you try to start thunderbird, because it should ask by itself if you want to export the mails === aziz [n=aziz@chello084112072063.6.11.vie.surfer.at] has joined #kubuntu [03:34] just click ok, and then you have to right click someone on your list...i know its strange === tmske [n=thomas@d54C0D523.access.telenet.be] has joined #kubuntu [03:34] then it will work [03:34] whats it mean is adept says "BREAK (install)" [03:34] rather than just install === tackat [n=tackat@p5493FA63.dip.t-dialin.net] has joined #kubuntu [03:35] how do i disable sounds at opening and closing windows in kde? [03:35] <_Johny> I'm looking for something to edit ID tags in mp3 files. Anyone knows? [03:36] <_Johny> fuzzy_logic: System settings --> Sound--> Disable all sounds [03:36] aaroncampbell_ although its already active, you have to press ok [03:36] fuzzy_logic: yes... but there is no option to chose evolution format mail === reagleBRKLN [n=reagleBR@cpe-74-65-195-139.nyc.res.rr.com] has joined #kubuntu [03:37] it's a bug, kopete history plugin is enabled but nonfunctional [03:37] dennis_: ok, I did that (even though it was active before I opened the plugins section), but I still don't see anything in the right click of any of my contacts. [03:37] does this url crash your konq 3.5.6? http://www.virtualization.info/ [03:37] _Johny: thanks ill try that [03:38] dennis...I had to disable, and re-enable it [03:38] michaelpo: maybe this will help? http://www.ubuntugeek.com/how-to-export-your-mails-from-evolution-to-thunderbird.html [03:38] aaroncampbell_ try this,enable it, it must be unchecked and the settings applied, then reactivated. [03:38] yep, just red it, its a bug [03:38] fuzzy_logic: thanks... [03:39] michaelpo: no probs :) [03:39] where does apt/adept keep the files it downloads? [03:40] jeor que dificil es esto del kubuntu [03:40] Iwonter|too: i think in the tmp folder.. not sure dough :) [03:40] y tos el ingles [03:40] :P [03:40] dennis_: found another bug... === keszi000 [n=keszi000@89.186.112.2] has joined #kubuntu [03:41] dennis_: At least for me, I can't change users from inside the history window...I have to close it, and re-open by right clicking another user [03:42] !nvidia [03:42] To install the Ati/NVidia drivers for your video card, see https://help.ubuntu.com/community/BinaryDriverHowto === redo86 [n=redo86@82.55.120.59] has joined #kubuntu [03:43] how can I browse a windows network, or access a windows share? === MistaED [n=mistaed@87.212.233.220.exetel.com.au] has joined #kubuntu [03:43] http://www.samba.org/ :) [03:44] aaroncampbell_: my last msg was for you :) [03:44] really, I've used samba to share files from linux, but never to access them on windows [03:44] or...rather never used it to let a linux box get windows files from a windows box [03:45] bizarre === nh [n=prefect@i59F56EA2.versanet.de] has joined #kubuntu === user_ [n=user@213.157.214.29] has joined #kubuntu === prugo [i=prugo@123.Red-81-35-155.dynamicIP.rima-tde.net] has joined #kubuntu [03:47] aaroncampbell_: oh, then i'm afraid i can't help you.. sorry :( [03:48] hi [03:48] can anyone help me? [03:48] I've installed kubuntu successfully [03:48] prugo: ask the question.. dont ask to ask :) [03:48] but when it get's to the screen where you have to insert your username and pass [03:48] it gets blocked === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu [03:48] and I have to restart [03:48] this happens with kubuntu 6.10 and ubuntu [03:48] any ideas? [03:49] prugo: after you reboot you can log in normally? [03:49] no [03:49] hi [03:49] it crashes again === chronic1 [n=zshay@lawn-128-61-120-15.lawn.gatech.edu] has joined #kubuntu === ggasper [n=ggasper@216.211.228.112] has joined #kubuntu [03:50] and when I reboot the computer doesn't respond, I have to unplug it and lug it again === b0nn_ [n=shane@203-109-245-158.static.bliink.ihug.co.nz] has joined #kubuntu === valuedcustomer [n=valuedcu@ip70-188-171-16.ri.ri.cox.net] has joined #kubuntu === chronic1 [n=zshay@lawn-128-61-120-15.lawn.gatech.edu] has left #kubuntu ["Konversation] [03:50] plug* [03:50] hi [03:50] hi m8 [03:50] it's very weird [03:50] :S [03:50] what's up? [03:50] prugo: it seems to me you have more a hardware problem than a software problem :) [03:51] user_: hi :) [03:51] tha'ts what I thought so === ubuntu_ [n=ubuntu@ip118-213.anet.lt] has joined #kubuntu [03:51] so === jpwhiting [n=jpwhitin@ns2.scitools.com] has joined #kubuntu [03:51] thank you anyways [03:51] :) === magicaltrevsky [n=magical@80-45-41-53.static.dsl.as9105.com] has joined #kubuntu [03:51] I'll call the shop where I bought it [03:51] and c what they can do [03:51] thx [03:51] on kubuntu 6.10, how do i format external firewire drive so that both kubuntu and winxp can read and write? [03:51] prugo: i think it's the cooler [03:51] which one? [03:51] GPU, CPU? [03:51] prugo: i would do that.. yes [03:52] Motherboard cooler? [03:52] hi all, anyone know where to put feedback about https://wiki.kubuntu.org/KubuntuDistUpgrade ? [03:52] what package is adapt in? [03:52] valuedcustomer: winxp can read ext3 and ubuntu can read ntfs, so it's your choice [03:52] prugo: ehh.. well.. can be any, but if your computer freezes a lot, i guess it could be the motherboard one.. or that your motherboard itself is broken [03:53] prugo: but commonly it is something with the motherboard [03:53] I got it to work, but not with adept instructions, adding ~jriddell from adept seems broken for some reason [03:53] I got win XP too and it doesn't happen [03:53] ah ok [03:53] I'll check my MB [03:53] it's still in guaranty [03:53] so I might have it changed [03:53] @chijin, kubuntu won't let me delete files from ntfs and write new ones === ubuntu_ [n=ubuntu@201.29.152.25] has joined #kubuntu [03:53] warranty* [03:53] valuedcustomer: you need ntfs-3g for that [03:53] thx fellas [03:54] cya around [03:54] :) [03:54] bye === prugo [i=prugo@123.Red-81-35-155.dynamicIP.rima-tde.net] has left #kubuntu [] [03:54] lol [03:54] valuedcustomer: https://help.ubuntu.com/community/MountingWindowsPartitions/ThirdPartyNTFS3G [03:54] chijin: thanks, i'll try it === michaelpo [n=presario@124.82.34.224] has left #kubuntu [] === BluesKaj [n=Wiliecoy@bas1-sudbury98-1177671755.dsl.bell.ca] has joined #kubuntu === jpwhiting [n=jpwhitin@ns2.scitools.com] has left #kubuntu ["Kopete] === ionus [n=ionus@86.34.82.118] has joined #kubuntu [03:56] !wine [03:56] wine is a compatibility layer for running Windows programs on GNU/Linux. See https://help.ubuntu.com/community/Wine for more information. [03:57] howdy all :) === donhack [n=donhack@241.red-217-216-58.user.auna.net] has left #kubuntu ["Konversation] === rpedro [n=rpedro@87-196-66-55.net.novis.pt] has joined #kubuntu [03:58] BluesKaj: hi === nikkiana [n=nikkiana@c-24-34-69-166.hsd1.nh.comcast.net] has joined #kubuntu === ORiON- [n=orion@87.69.59.136.cable.012.net.il] has joined #kubuntu === depsons [n=depsons@61.11.35.241] has joined #kubuntu === weedar [n=weedar@062016224183.customer.alfanett.no] has joined #kubuntu === piovisqui [n=filipe@193.136.159.220] has joined #kubuntu [04:01] hey [04:01] anyone here [04:02] ye me :) === eagles0513875 [n=jonathan@209.184.165.20] has joined #kubuntu [04:02] hi [04:02] i need help with kubuntu [04:02] i'm a beginner, but maybe i can help :) === paytreak [n=paytreak@084202091074.customer.alfanett.no] has joined #kubuntu [04:02] fuzzy_logic: like you see i am connected to the internet but i can not browse any site === b0nn [n=shane@203-109-245-158.static.bliink.ihug.co.nz] has joined #kubuntu [04:02] apt-get works and irc client too, but konqueror does not.. === ionus [n=ionus@86.34.82.118] has joined #kubuntu [04:03] !wine [04:03] wine is a compatibility layer for running Windows programs on GNU/Linux. See https://help.ubuntu.com/community/Wine for more information. [04:03] aptitude says: E:\home\r00t\.aptitude/conifig unable to open for writing permission denied how do i fix this? === shinigami [n=shinigam@bb121-6-156-112.singnet.com.sg] has joined #kubuntu === veganri [n=veganri@ip68-9-170-242.ri.ri.cox.net] has joined #kubuntu [04:03] hi what's the program for kubuntu to watch tv from my tv card? [04:03] piovisqui: then i think your dns is not configured good === cga [n=cga@213-140-6-101.ip.fastwebnet.it] has joined #kubuntu [04:04] shinigami: what tv card do you have? [04:04] i am at university [04:04] 02:02.0 Multimedia controller: Philips Semiconductors SAA7134 Video Broadcast Decoder (rev 01) [04:04] using wifi [04:04] is it possible to install apache as user ? [04:04] !tv [04:04] Sorry, I don't know anything about tv - try searching on http://bots.ubuntulinux.nl/factoids.cgi [04:05] !saa7134 [04:05] Sorry, I don't know anything about saa7134 - try searching on http://bots.ubuntulinux.nl/factoids.cgi [04:05] instead of root [04:05] sb9: it's not possible to install anything without admin rights :) [04:05] ? [04:05] sb9: it is. [04:05] not through apt though :/ === paytreak [n=paytreak@084202091074.customer.alfanett.no] has joined #kubuntu [04:05] i wnat to do it from the sources [04:05] you need to compile and install in your home directory. [04:05] fuzzy_logic: i finished download firefox and it works... konqueror is bugged [04:05] what apps can watch tv with my tv card? [04:06] and you can't run it on port 80 as a user. === Ace2016 [n=ace@80-47-119-225.lond-hex.dynamic.dial.as9105.com] has joined #kubuntu [04:06] shinigami: you can try to type this in your terminal: sudo apt-get install tvtime [04:06] so i have take some port above 2048 or so ? === kothz [n=chatzill@209.217.72.234] has joined #kubuntu [04:06] you need to be root to bind to ports lower than 1025 [04:06] it will install a program called tvtime wich looks to me like the best solution === Rebecca [n=Rebecca@60-240-27-15-nsw-pppoe.tpgi.com.au] has joined #kubuntu === veganri [n=veganri@ip68-9-170-242.ri.ri.cox.net] has joined #kubuntu [04:07] ok, i got it [04:07] tvtime [04:07] ok [04:07] Anyone else have an issue with 7.04 where adept fails on updating packages right out of the box? Network is fine, name resolution works great... [04:07] shinigami: never tried it, got the information right from the internet [04:07] \ === equipo12 [n=equipo12@200.6.187.113] has joined #kubuntu === angelripper [n=nuyao@gssn-590d677f.pool.einsundeins.de] has joined #kubuntu === paytreak [n=paytreak@084202091074.customer.alfanett.no] has joined #kubuntu === ubuntu [n=ubuntu@dsl-58-7-237-106.wa.westnet.com.au] has joined #kubuntu === linuxfool [n=linuxfoo@222.85.126.199] has joined #kubuntu === ubuntu is now known as Erky [04:09] hrm, come to think of it, I wasn't asked for my password when i started the tool === denisbr [n=denisbr@200.101.194.165] has joined #Kubuntu [04:12] Pardon me for intruding. Just learning the ropes. === Erky [n=ubuntu@dsl-58-7-237-106.wa.westnet.com.au] has left #kubuntu ["I] [04:13] ho9w do i change permissions on E:\home\r00t\.aptitude to reead write ex? [04:13] what is the command for editing sources.list === Daisuke_Ido [n=sierra-x@pool-71-97-155-28.aubnin.dsl-w.verizon.net] has joined #kubuntu [04:13] WaxyFresh: there is a convo about permissions going on in #ubuntu now === Ace2016 [n=ace@80-47-119-225.lond-hex.dynamic.dial.as9105.com] has left #kubuntu ["bye] === yeismimr [n=yeismimr@190.144.162.132] has joined #kubuntu === coty ask kubuntu users what the command in termanal is for editing sources.list [04:15] coty: sudo kedit sources.list :) [04:15] thanks [04:15] kedit isn't installed by default [04:15] fuzzy_logic: it did not work [04:16] coty: kdesu kate /etc/apt/sources.list [04:16] ok [04:16] coty, fuzzy_logic: 1) kedit isn't installed by default. 2) use kdesu when launching GUI apps w/ root privileges === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu [04:16] thanks you helped me get one step closer to having beryl [04:17] :O [04:17] oh no what have I done!!!!! === Huey__ [n=andrew@c-24-6-44-129.hsd1.ca.comcast.net] has joined #kubuntu === Ultima [n=Ultima@cpc2-nthc9-0-0-cust34.nrth.cable.ntl.com] has joined #kubuntu [04:17] Hey [04:17] jucato: what [04:17] Jucato: oops.. i only used kde on fedora core.. didn't know that it wasn't installed by default in kubuntu [04:17] I Need to resize my NTFS partition [04:17] coty: indirectly helped someone install beryl!! :O [04:18] ok [04:18] Jucato: lol! [04:18] can he help me [04:18] But when trying I have denied access, I also have one bad sector when resizing on QTParted === stuq_ [n=Stuart@user-12lcqol.cable.mindspring.com] has joined #kubuntu [04:18] coty: I was referring to you.... [04:18] Jucato: what's the problem with beryl? [04:18] oh === b0nn_ [n=shane@203-109-245-158.static.bliink.ihug.co.nz] has joined #kubuntu [04:19] fuzzy_logic: nothing. it was a futile attempt at humor [04:19] If I just select the hard-drive will it keep WIndows? [04:19] coty: u have gfx accel with your intel card now? === keith [n=keith@adsl-69-212-229-248.dsl.sfldmi.sbcglobal.net] has joined #kubuntu [04:19] no [04:19] kdfj === _eMaX_ [n=emax@199.21.76.83.cust.bluewin.ch] has joined #kubuntu [04:19] Can someone please help [04:20] If I select Guided - use entire disk, will I Keep windows? [04:20] Ultima: what do you need help wiht [04:20] ultima: no [04:20] coty: I need someway to resize my partition [04:20] Ultima: partion it [04:20] coty: Magic Partition can though its payed software === waylandbill [n=kvirc@74-34-7-87.dsl1-merch.roc.ny.frontiernet.net] has joined #kubuntu [04:20] SInce WIndows is hogging all the space on new computers :( [04:21] Partition magic is dangerous and unstable ...I don't recommend it [04:21] ultima: when your in the install menu it will have a step for partionine === Eyeless [n=hjalle@d83-183-204-137.cust.tele2.se] has joined #kubuntu [04:21] How? [04:21] I'm on the new beta === luke-jr__ [n=luke-jr@209-181-158-163.omah.qwest.net] has joined #kubuntu [04:21] qtparted [04:21] I did [04:21] ultima: go through the steps [04:21] It says my NTFS has a bad sector === smile [n=smile@196.203.211.153] has joined #kubuntu [04:21] run check disk in windows before doing that === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu [04:21] I did === katara [n=natham@69.79.216.43] has joined #kubuntu [04:22] hi [04:22] smile: hi === tux [n=nico@ip25-237-59-62.adsl.versatel.nl] has joined #kubuntu [04:22] ultima: i wiped out windows [04:22] I really don't want WIndows though my brother needs it for the sims "sigh" [04:22] ultima: its not in my oppion worth keeping === stuq [n=Stuart@cpe-24-161-103-133.hvc.res.rr.com] has joined #kubuntu [04:22] just break the Sims CD :D [04:22] ultima: you can have sims [04:22] 2? [04:22] WIll it run? [04:23] ultima: use the win emulater for linux [04:23] if you try crossover [04:23] Does the win emulator emulate WoW? [04:23] you can install windows applications on linux with crossover [04:23] !wine [04:23] wine is a compatibility layer for running Windows programs on GNU/Linux. See https://help.ubuntu.com/community/Wine for more information. === pnutbttr [n=galileo@76.210.104.29] has joined #kubuntu [04:23] Ultima, Sims 1 or 2? [04:23] ubotu, how about crossover [04:23] Ultima: if you dont want win then get rid of it [04:23] SIms 2 [04:23] damn [04:23] WINE can run the first one [04:23] :p [04:24] tux: ubotu is a bot, you can't talk to it :) [04:24] Can Cedega run 2? [04:24] Ultima; tell your bro to get a psp and get the game for it [04:24] d'oh [04:24] Except.....Teh PSP version isn't that good [04:24] or why dont you use crossover [04:24] And We have all the expansions. [04:24] How does it work? [04:24] i'l check if it's compatible [04:25] The Sims 2 could run on my laptop probably [04:25] i know crossover supports installing WoW on linux [04:25] I Know xD [04:25] I Have WoW [04:25] Does it support TBC? === Omnifrog [n=Omnifrog@c-68-53-50-233.hsd1.tn.comcast.net] has joined #kubuntu === tomek_ [n=tomek@aco118.neoplus.adsl.tpnet.pl] has joined #kubuntu [04:25] TBC? === odin-arg spits @ wow [04:25] tbc [04:25] The Burning Crusade(Expansion) === odin-arg hugs cs [04:26] dont know [04:26] how can i play sound file in konqueror ,just by mouse (without click) ? [04:26] but you can also install unsupported software [04:26] It still runs WoW.exe [04:26] so i think it will work [04:26] !rar [04:26] rar is a non-free archive format created by Rarsoft. For instructions on accessing .rar files through the Archive Manager view https://help.ubuntu.com/community/FileCompression. There is a free (as in speech) unrar utility as well, see !info unrar-free [04:26] Just adds some more stuff in [04:26] lol what bout it ultima [04:26] aptitude says: E:\home\r00t\.aptitude/conifig unable to open for writing permission denied and i cant figure out how to chmod it,sudo chmod 700 /home/r00t/.aptitude didint work [04:26] why do i get a line thru that? [04:26] i dont trust wine for running games, to slow [04:27] What about Cedega? === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu [04:27] my friend has a copy [04:27] cedega u have a yearly fee [04:27] Damnz. [04:27] ive been able to get it to work on WoW [04:27] *wine [04:27] download wine ultima [04:27] its free [04:27] noooooo crossover supports installing Internet Explorer in linux, who in the world wants that [04:27] ehh.. me? [04:28] lol i do lol [04:28] Firefox or Opera plz [04:28] tux, web developers? [04:28] ff [04:28] fuzzy download ie4linux [04:28] You can get Firefox to support Active X [04:28] I cannot log in to KDE using KDM. /var/log/kdm.log is here: http://thomasdamgaard.dk/tmp/kdm.log. I have tried logging in to a "failsafe" session. That didn't help either. Please help me, I have no more ideas of how to investigate this problem :( [04:28] hm that's anoying but true tdn [04:28] Though it opens a secruity hole === Znuff [n=ibm86@81.181.78.78] has joined #kubuntu [04:28] you have to check if it works on IE === kristjan_ [n=kristjan@85.196.236.241] has joined #kubuntu [04:28] Hello. What's the name of the wizard that runs first time when you start kubuntu or kde [04:28] that was a question: '?' :) [04:29] znuff, you can find it by removing and reinstalling KDE... [04:29] kpersonaliser :) [04:29] just kiddin [04:29] I just installed it :-) [04:29] lol @ tux [04:29] great === b0nn__ [n=shane@203-109-245-158.static.bliink.ihug.co.nz] has joined #kubuntu [04:29] eagles i alrady have ie running :) [04:30] uhm, what if that's missing? :-/ [04:30] Was kpersonaliser included only in 6.04?! [04:30] ok fuzzy u haveing problems with active x === ||arifaX [n=||arifaX@inetpop1.witron.de] has joined #kubuntu [04:31] if thats the case u have to set ur security ur security to low === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu [04:31] at least there's kxdocker -_- [04:31] Znuff: kpersonaliser is included in every kubuntu release.. you can probably install it again by typing sudo apt-get install kpersonaliser in your terminal [04:31] Just wondering, Whats a good program for windows for resizing paritions that free and easy like Magic Partition [04:32] fuzzy_logic, funny thing: it came up empty :) [04:32] Ultima: don't use windows programs for that.. just burn a gparted livecd for that [04:32] oh, it's kpersonaliZer :) [04:32] aptitude says: E:\home\r00t\.aptitude/conifig unable to open for writing permission denied and i cant figure out how to chmod it,"sudo chmod 700 /home/r00t/.aptitude" didint work [04:32] oh.. oops.. my english is not always perfect Znuff, lol [04:33] actually personaliser is the right way to spell it, I think :P [04:33] OK [04:33] to chmod it,"sudo chmod 700 /home/r00t/.aptitude" didint [04:33] why does my tvtime got no sound? [04:33] Gonna get GParted? [04:33] Znuff, fuzzy_logic: actually, kpersonalizer is not installed by default === FringeJacket [n=Kaly@206.68.116.184] has joined #kubuntu [04:33] Is it safe? [04:33] shinigami: ? [04:34] GOnna get GParted, bye. [04:34] E: Could not get lock /var/lib/apt/lists/lock - open (11 Resource temporarily unavailable) [04:34] E: Unable to lock the list directory === henri__ [n=henri@a80-186-150-67.elisa-laajakaista.fi] has joined #kubuntu [04:34] how do i unlock it [04:34] oh :) haha.. didn't know that.. i just installed all the packages, so it popped up at the first time for me [04:34] eagles0513875 just wait, mine just did that [04:34] lol [04:34] ok just fyi feisty beta is what im on === gillo [n=gillo@i2-ved.ingce.unibo.it] has joined #kubuntu [04:34] shinigami: just a sec. i will investigate [04:34] i'm using 02:02.0 Multimedia controller: Philips Semiconductors SAA7134 Video Broadcast Decoder (rev 01) what's the best apps to watch tv? i'm using tvtime [04:34] serioiusly, if you wait it goes away === denisbr [n=denisbr@200.101.194.165] has left #Kubuntu [] === BackwardsDown [n=niels@5351BB29.cable.casema.nl] has joined #kubuntu [04:35] !adeptfix | eagles0513875 [04:35] eagles0513875: 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:35] shinigami what sound card do you have? do you hear other sounds? [04:35] yeah i can listen to amarok [04:36] shinigami what sound card do you have? === |Osiris [i=Bas@82-217-2-215.cable.quicknet.nl] has joined #kubuntu [04:36] already tried that jucato [04:36] no effect [04:36] 00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02) === jeanmass [n=jeanmass@203.161.92.101.static.amnet.net.au] has joined #kubuntu [04:36] eagles0513875, how was fiesty beta in terms of hardware recognition ? All your stuff working ? [04:37] everything except my internal wifi === beast [n=lee@katapult/designer/beast] has joined #kubuntu [04:37] eagles0513875 it did that to me all night then this morning, about three minutes ago it let me [04:37] what u mean fringe [04:37] are you on a LAN ? [04:37] no wifi [04:37] that is what makes me really mad === lzzc [n=lizardkr@cpe-72-177-0-237.austin.res.rr.com] has joined #kubuntu [04:38] that is the only reason i upgraded to the beta === omid [n=omid@p57b0a9b3.dip0.t-ipconnect.de] has joined #kubuntu [04:38] eagles0513875 it gave me that exact message all night no matter what I did [04:38] what wifi card do you have? [04:38] plese help me to write in ntfs partitions [04:38] broadcom 43xx series [04:38] shinigami: i'm afraid i can't help you with this one.. sorry [04:38] ionus download ntfs3g and let me know when its installed === lzzc [n=lizardkr@cpe-72-177-0-237.austin.res.rr.com] has left #kubuntu ["Kopete] [04:38] eagles0513875, was the wifi working in the previous version of Kubuntu ? [04:38] no only pcmcia === huib [n=chatzill@h21267191114.dsl.speedlinq.nl] has joined #kubuntu === glesik [n=inglessi@kp2nbp096.gsi.de] has joined #kubuntu === lzzc [n=lizardkr@cpe-72-177-0-237.austin.res.rr.com] has joined #kubuntu === stuq [n=Stuart@cpe-24-161-103-133.hvc.res.rr.com] has joined #kubuntu [04:39] i would have to do some serious programming to get it to work [04:39] E: Could not get lock /var/lib/apt/lists/lock - open (11 Resource temporarily unavailable) [04:39] E: Unable to lock the list directory [04:39] eagles0513875 broadcom doesn't like linux, one sec, I'll see if I can look up how I fixed it [04:39] any other ideas [04:39] eagles0513875 i do that but a cant run ntfs config tools from K menu [04:39] :( [04:39] u have to go into the fstab and edit one thing === tigre [n=tigre@200.87.96.82] has joined #kubuntu [04:39] i know but i used windows drivers and ndiswrapper [04:39] how [04:40] ? [04:40] hola [04:40] hi tigre [04:40] hey plese help me [04:41] ionus add -3g to the ntfs entry save it unmount it then remount it [04:41] ionus: don't ask to ask, just ask :) [04:41] ok thanks === hansen [n=hansen@hrhansen.dk] has joined #kubuntu [04:41] how [04:41] u using kubuntu or ubuntu [04:41] wait === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu [04:41] nm answered my own ? [04:41] ok, stupid question, but I really can't find them: Which package has the opengl man pages? [04:41] am 2nd day on ubuntu [04:41] kubuntu [04:42] sudo kate /etc/X11/xorg.conf [04:42] use that command [04:42] kdesu kate /etc/X11/xorg.conf [04:42] or that [04:42] how install new openoffice 2.2 on kubuntu edgy? [04:42] ok [04:42] is it open [04:42] yes [04:42] ok u see where it says ntfs [04:42] where [04:43] how do i uninstall aptitude? [04:43] wait [04:43] close that [04:43] no it is nvidia [04:43] lzzc: just with the openoffice updater? [04:43] X11?? for ntfs ???????? [04:43] my mistake hold on [04:43] ok [04:43] 00+............0 === lubosko [n=lubosko@rev-195-91-54-85.eurotel.sk] has joined #kubuntu === Stormzoeker [n=stormzoe@cc1075059-a.sneek1.fr.home.nl] has joined #kubuntu [04:43] WaxyFresh: ==> "apt-get remove --purge aptitude" [04:43] now, how do you remove a panel?! [04:43] sudo kate /etc/fstab [04:44] use that ionus [04:44] yes [04:44] file sistem [04:44] fuzzy_logic: didn't know there was an oo updater ! where, how? [04:44] u see ntfs [04:44] eagles0513875 I've almost got that file tracked down for configuring broadcom wireless cards [04:44] ty fringe === kkerwin [n=kris@138.87.179.129] has joined #kubuntu [04:44] even if its a wiki ill take it [04:44] ? [04:44] do u see ntfs in the list of partitions [04:44] lzzc: [04:44] in the fstab [04:44] lzzc: thanks [04:44] wait [04:44] i think i saw once one.. i don't use oo.. but wait ill look === leopartux [n=leopartu@88.242.215.46] has joined #kubuntu [04:44] ok [04:44] no, this is not wiki, its ubuntu forums [04:45] yes i se [04:45] ok now add this [04:45] -3g === vince_ [n=vince@ien11-1-82-239-152-170.fbx.proxad.net] has joined #kubuntu [04:45] where [04:45] ? [04:45] after ntfs [04:45] ok [04:45] wait [04:45] ok === gillo [n=gillo@i2-ved.ingce.unibo.it] has joined #kubuntu [04:45] hi [04:45] ? /dev/hdb1 /media/hdb1 ntfs-3g ? [04:45] hi leopartux === BudgetDedicated [n=BudgetDe@s5593c2e9.adsl.wanadoo.nl] has joined #kubuntu [04:46] yes? [04:46] how can i change the default logout screen [04:46] ? /dev/hdb1 /media/hdb1 ntfs-3g ? [04:46] dont change anything else [04:46] lzzc: i'm sorry.. i can't find it [04:46] ok [04:46] and save [04:46] ? [04:46] just add the -3g to the ntfs ionius [04:46] yes [04:46] maybe you can try typing this in your terminal: apt-get update [04:46] then unmount that partition and then remount it [04:46] than it updates all your software, including oo [04:46] how to mount ? [04:46] Anyone have an idea how do you remove a panel in KDE? [04:46] I want to remove the bottom pannel [04:46] tell me comand [04:46] ? [04:47] sudo mount /media/(name of partition) [04:47] and to unmount [04:47] sudo umount /media/(name of partition) [04:47] fuzzy_logic: nope. it's not in the deb repositories yet. it's a fresh, steaming pile of shit just pinch off over at openoffice.org [04:47] wait [04:47] Znuff: just right click and remove panel [04:47] it's greyed out [04:48] it's the basic panel :-/ [04:48] ok let me know if it worked ionus [04:48] give example of partition name [04:48] ? [04:48] eagles0513875 I've narowed it down to three, and figuring it out from there (the wireless I'm on is being slow) [04:48] you can kill it :) [04:48] its ok dude take ur time [04:48] i need to restart my x anyway fringe ill be back asap [04:49] kk [04:49] hda1 for ex ionus [04:49] brb ionus [04:49] ok === mark__ [n=mark@dsl-217-155-41-100.zen.co.uk] has joined #kubuntu [04:49] lzzc: i think its wise to wait until kubuntu starts to support it.. don't you think? it's good to install as much software as possible with the apt-get, because than when the system is updating it updates really every peace of software u have installed and you don't have to do it yourself [04:49] hey which is my sound card? /dev/mixer or mixer1 ? or /dev/audio or audio1 ? [04:49] I love that our secondary network is faster right now === dennis_ [n=dennis@d51A4F3A1.access.telenet.be] has joined #kubuntu [04:50] shinigami: i think it is /dev/audio.. not 100% sure but i would go for that one === kuwanger [n=nana@adsl-70-224-62-27.dsl.sbndin.ameritech.net] has joined #kubuntu === glesik [n=inglessi@kp2nbp096.gsi.de] has joined #kubuntu [04:50] how can i change logout screen === _mastermind [n=mastermi@59.92.8.169] has joined #kubuntu [04:50] how do i know and how to find out [04:51] WARNING: Deficient FUSE kernel module detected. === user_ [n=user@213.157.214.15] has joined #kubuntu [04:51] fuzzy_logic: yeah, okay, whatever [04:51] what it is [04:51] ? === kugillu [n=gillo@i2-ved.ingce.unibo.it] has joined #kubuntu === me- [n=me@p57ADA3FB.dip0.t-ipconnect.de] has joined #kubuntu [04:51] I'm having a small problem. For some reason at startup, the X display isn't being switched to. [04:52] WARNING: Deficient FUSE kernel module detected. Some driver features are [04:52] not available (swap file on NTFS, boot from NTFS by LILO), and === alberg [n=alberg@46.Red-81-47-242.staticIP.rima-tde.net] has joined #kubuntu [04:52] unmount is not safe unless it's made sure the ntfs-3g process [04:52] naturally terminates after calling 'umount'. The safe FUSE kernel [04:52] driver is included in the official Linux kernels since version [04:52] 2.6.20-rc1, or in the FUSE 2.6.0 or later software packages, [04:52] except the faulty FUSE version 2.6.2. For more help, please [04:52] have a look at /usr/share/doc/ntfs-3g/README.Debian. Thanks [04:52] !pastebin | ionus [04:52] ionus: 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:52] eagles0513875> no its no work [04:53] ah, hiding the join part makes this channel alot nicer [04:53] someone pleasa help me to write on ntfs partitions [04:54] ? === ark[1] [n=ark1@n22z159l244.broadband.ctm.net] has joined #kubuntu [04:54] ionus, ok.. hang on... meanwhile.. restore ur fstab the way it was b4 === tux [n=nico@ip25-237-59-62.adsl.versatel.nl] has joined #kubuntu [04:54] i dont understand [04:55] ionus, didn;t u change ur fstab just now?? [04:55] i'm going to show u a very easy way [04:55] ionus he's temporarily wrong [04:55] yes [04:55] s/wrong/gone === PasNox [n=PasNox@amm80-1-82-246-74-143.fbx.proxad.net] has joined #kubuntu [04:56] sorry, my friend said wrong while I was tying [04:56] i put -3g on end of the line [04:56] hi [04:56] !ntfs-3g [04:56] ntfs-3g is is a Linux driver which allows read/write access to NTFS partitions. It has been extensively tested but please remember to keep backups of critical data. Installation instructions at http://lunapark6.com/?p=1710 (Dapper) and http://ubuntuforums.org/showthread.php?t=217009/ (Edgy) [04:56] ionus, so restore it [04:56] Tip for improving ubuntu website appearance: in firefox with adblock extension, right click and adblock all the images of the silly-insipid-smiley-shiny-happy-people. [04:56] how [04:56] and tell me.. r u using Edgy?? [04:56] ? === NSCAD_Nathan [n=tech@h64-5-231-250.gtcust.grouptelecom.net] has joined #kubuntu [04:56] hi PasNox [04:56] how to restore [04:56] i have installed festy for testing, and update to date ( last update was xorg ) [04:56] what's the best program for expose like functionality in KDE? [04:57] and now my nvidia driver crash the x server [04:57] what i can do ? [04:57] Jucato, he's very new.. so he needs step by step help === Ultima [n=Ultima@cpc2-nthc9-0-0-cust34.nrth.cable.ntl.com] has joined #kubuntu [04:57] ionus, just remove those "-3g" u added [04:57] yes i am new :) [04:57] I tried kompose, but it didn't seem so great [04:57] I'm back from GParted [04:57] ok wait [04:57] so it will b the way it was b4 u chaned it [04:57] It didn't work [04:57] chode: I think those guides are step by step... but don't really know personally [04:57] feisty* === styx_ [n=styx@p57a4b7c8.dip0.t-ipconnect.de] has joined #kubuntu [04:57] i do that [04:57] ? [04:58] aight.. i have to go.. bb people! good luck with ur probs [04:58] According to GParted by partition has a bad sector [04:58] fuzzy_logic: ++ [04:58] Is It possible to: === tux [n=nico@ip25-237-59-62.adsl.versatel.nl] has joined #kubuntu [04:58] 1.Install Kubuntu [04:58] i restore it [04:58] will synaptic work with kubuntu [04:58] Then === stevethepirate [n=stnber00@tsl.uct.ac.za] has joined #kubuntu [04:58] 2,Install TinyXP [04:58] Znuff: try to edit ~/.kde/share/config/kickerrc [04:58] hello all [04:58] ionus, u have ubuntu or kubuntu ?? [04:58] stevethepirate: Hi [04:58] kubuntu [04:58] will i need anti -viurs for linux.. ever? [04:58] 6.10 [04:59] ok edgy right? [04:59] ok wait [04:59] stevethepirate hi [04:59] stevethepirate: Probably not. [04:59] ahh === ylrahc [n=charly@fny94-1-82-67-168-149.fbx.proxad.net] has joined #kubuntu [04:59] this is now through my pc.. as opposed to cellphone!! === lzzc [n=lizardkr@cpe-72-177-0-237.austin.res.rr.com] has left #kubuntu ["Kopete] [04:59] stept by step from the begining please [04:59] the wonders of tunnelling, l33t hackin and irssi [04:59] stevethepirate: A antivirus for Windows/Car is doors/antivirus Linux/Motorbike doesn't have Doors/Antivirus [04:59] stevethepirate yay! I still have cellphone at home, I understand your joy [05:00] lol === manchicken|away is now known as manchicken_ [05:00] its painfull. . and i'm in RSA.. so its lank slow... like 4 sec delay. [05:00] GUys [05:00] are u here? [05:00] ionus, "sudo kate /etc/apt/sources.list" [05:00] Can I install Kubuntu then Windows? [05:01] type it in terminal [05:01] Ultima, install windows first [05:01] Ultima why would you want to do that? [05:01] I have WIndows === root___ [n=root@217-133-15-239.b2b.tiscali.it] has joined #kubuntu [05:01] i have superakaramba... and it says i'm using 1900 megs of my ram.. but i don't believe it... [05:01] Its just my partition is taking all and it has a bad sector [05:01] Ultima: if you installed linux first and then windows, you will have to restore the master boot record to get access to linux again [05:01] chode i do that [05:01] I have windows xp and kubuntu on mine Ultima [05:01] problem: no nvidia driver working since 7.04beta feisty install then xorg updaet [05:01] how can i check? [05:01] next step [05:01] ionus, did u get a file open in kate wich has a bunch of lines? [05:01] I have windows [05:01] I Just can't resize my partition [05:02] yea [05:02] SInce WIndows denies [05:02] yes === stevethepirate has windows, linux and mac all running off same pc!! [05:02] And its hogging all partition space except 7mb [05:02] Ultima have you restarted windows and let it properly shut down? [05:02] I tryed GParted [05:02] stevethepirate: I have that too -- in Parallels Desktop on my macbook :) [05:02] Same problem [05:02] chode isee sources.list- kate [05:02] lol [05:02] how can i check how much free ram i have free??? [05:03] free ram is wasted ram... === Kite_DH [n=Kite_DH@p57b36b24.dip.t-dialin.net] has joined #kubuntu [05:03] Ultima how much space is taken up by windows? (including games and files) [05:03] ionus, http://paste.ubuntu-nl.org/12957/ <-------- now open this link and add what u see there in the end of the list [05:03] About 60GB [05:03] stevethepirate: top and free show some statistics [05:03] well.. nonetheless, id like to see how much of it is free. [05:03] I Have a 130gb Hard-drive [05:04] http://flomertens.keo.in/ubuntu/ edgy main main-all [05:04] deb http://flomertens.keo.in/ubuntu/ edgy main main-all [05:04] ionus, "deb http://flomertens.free.fr/ubuntu/ edgy main main-all" === bele_ [n=saleh@a83-245-169-137.elisa-laajakaista.fi] has joined #kubuntu [05:04] yes those 3 lines [05:04] yes it is [05:04] Ultima thats whats actuallyused? not the partition size? [05:04] ionus, done ?? [05:04] yes [05:04] The partition size is 131gb [05:04] 1 liniies deb http://flomertens.free.fr/ubuntu/ edgy main main-all === PasNox [n=PasNox@amm80-1-82-246-74-143.fbx.proxad.net] has left #kubuntu ["Monkey] [05:05] And I Have 7mb free [05:05] (partition) [05:05] 2 linie deb http://ntfs-3g.sitesweetsite.info/ubuntu/ edgy main main-all === mitcx [n=mitcx@81.56.166.239] has joined #kubuntu [05:05] ionus, "deb http://flomertens.free.fr/ubuntu/ edgy main main-all" [05:05] not with 1 2 3 [05:05] Ultima: which app do you use for resizeing the partition? [05:05] it says i have 60 megs free ram.. and 650Megs in buffers... but that my swap is nearly empty... [05:05] e see this linie [05:05] GParted\ [05:05] Ultima you tried repartitioning from the live cd? [05:05] !! [05:05] DIdn't work [05:05] Free ram is ram from the skies. === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu [05:05] hansen: i use paragon partition manaher myself.. on hirens boot disk.. [05:05] i only have 98 megabites left on my hd any ideas to clear up space? [05:05] Access denied from partition [05:05] Remove stuff you don't use [05:05] ionus, pvt [05:06] Ultima: try defragmenting the windows partition first [05:06] and will just stay there [05:06] I Have. [05:06] I just want to use Kubuntu [05:06] It really annoys mew [05:06] WaxyFresh: Delete all your kitten images? [05:06] me* [05:06] so it it bad that i only have 60 megs free ram??? [05:06] WaxyFresh move all music and picture to cds [05:06] no not really. [05:06] ionus, check ur prvt chat window [05:06] Partition Manager has worked well for me in the past === Goliath23 [n=david@dslb-084-058-001-240.pools.arcor-ip.net] has joined #kubuntu [05:07] kuwanger: kittens? [05:07] WaxyFresh: That's what I'm calling it. [05:07] u have yahoo id? [05:07] Is there a free Magic Partition for Windows? [05:07] Ultima: was that at me about the "no not reaaally"? === Falgor [n=Petri@dsl-hkigw6-fe5fde00-145.dhcp.inet.fi] has joined #kubuntu [05:07] im trying to remove open office.org but i keep getting unresovled dependances that wont clear up [05:07] chode ? do u have yahoo id [05:07] tel me [05:07] ? [05:07] ionus, no [05:07] ok [05:07] Vista can shrink ntfs partitions non-destructively, so no need for 3rd. party tools for that [05:07] kuwanger: i have no music/pics [05:08] I don't have VIsta [05:08] Is there any reason why the virtual console wouldn't switch at computer startup? It isn't for me. [05:08] And I don't feel like torrenting it just to change partition [05:08] ionus, ok... u have the source list still open?? [05:08] WaxyFresh: That's a shame. [05:08] how i can sent privete msg [05:08] WaxyFresh what is taking up all your space then [05:08] yes [05:08] ? [05:08] my friend needs to know what the password and username for the beta 7.04 live cd are. Anyone know? [05:08] ive only got like 4 gigs i think,my laptop broke and am froced to use a old computer [05:08] ionus, u don;t need to add those 1 2 3 [05:08] yes [05:08] for some reason it's not letting him pass [05:08] WaxyFresh: Well, that's life then. [05:09] just add what i tell u in thu netween quotes === JStaggs [n=Awesomen@66.63.194.178] has joined #kubuntu [05:09] FringeJacket: should dapper+ automatix take up 4 gigs? [05:09] WaxyFresh its a deal with it kinda situation [05:09] ionus, "deb http://flomertens.free.fr/ubuntu/ edgy main main-all" [05:09] Though I am still sort of waiting for the day that one of the fuse compression layers is used. [05:09] ionus, "deb http://ntfs-3g.sitesweetsite.info/ubuntu/ edgy main main-all" [05:09] WaxyFresh I don't know much about dapper, I started with edgy === xav [n=xav@ACaen-151-1-71-135.w86-215.abo.wanadoo.fr] has joined #kubuntu [05:09] but i have it [05:09] ionus, "deb http://flomertens.keo.in/ubuntu/ edgy main main-all" [05:09] My friend needs to know what the password and username for the beta 7.04 live cd are. Anyone know? *_* [05:09] just those 3 lines === Znuff [n=ibm86@81.181.78.78] has left #kubuntu ["Leaving"] [05:10] Falgor> There isn't one, I'm using it right now. [05:10] ionus, there is no preceding 1, 2 , 3 [05:10] Falgor>Tryed Ubuntu then Ubuntu === ubuntu [n=ubuntu@209.184.165.20] has joined #kubuntu === ubuntu is now known as eagles0513875 [05:10] ok i do that [05:10] im back [05:10] did it work ionus [05:10] i broke feisty lol [05:10] ionus, now save the file and exit it [05:11] no [05:11] ok eagles0513875 === kuwanger wishes he could break feisty. === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu [05:11] ok [05:11] :(ok [05:11] i do that [05:11] Ultima: did you try to defrag the hd from windows, then boot the kubuntu install CD and run GParted? [05:11] fringe u registered [05:11] http://www.ubuntuforums.org/showthread.php?t=25683 I used this [05:11] ionus, "sudo aptitude update" [05:11] is there a way to get apt-get to remove something that has unresolved dependancys? [05:11] im reinstalling edgy atm [05:11] hansent: I'm using the live CD [05:11] wait [05:11] and that doesn't work? [05:11] i have to say though its rather fast booting up and shutting down [05:12] fringe can i still get that how to to config my wifi plz [05:12] Ultima: maybe try this: http://gparted.sourceforge.net/livecd.php [05:12] Ultima I shall try [05:12] http://www.ubuntuforums.org/showthread.php?t=25683 I used this eagles0513875 [05:12] I did [05:12] I used it [05:12] but the kubuntu live CD should be fine [05:12] ty fringe === ubuntu [n=ubuntu@180.Red-217-127-14.staticIP.rima-tde.net] has joined #kubuntu [05:12] I would use Kubuntu but what about my games? [05:12] thanks, Ultima [05:12] Such as PSU,World Of Warcraft, etc. [05:13] ok i do that [05:13] ? [05:13] Ultima: you didn't be any change set some "virus protection" blah in BIOS that prevents GParted from messing with the partition table? [05:13] s/be/by/ [05:13] ionus, it finished updating?? [05:13] eagles0513875 dont thank me til it works [05:13] yes [05:13] Hello!!!!!!!! IS IT A BAD thing that i've 60 megs free space? [05:13] yes! [05:13] ionus, "sudo aptitude upgrade" === jsubl2 [n=jsubl2@customer36.solbroadband.com] has joined #kubuntu [05:13] hansent: How do you change it? [05:13] but is one eror [05:13] hansent: ... [05:13] Falgor: how do i fix it? [05:13] ionus, oh sorry [05:13] ok well im going to have to email this to myself cuz im reinstalling edgy as we speak [05:13] download blender, stevethepirate [05:13] E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavailable) [05:14] i forgot to add ur gpg key [05:14] so ill have to keep u informed [05:14] eagles0513875 yeah I'm registered and identified [05:14] Falgor: what is blender? [05:14] and create high poly multires sculptings [05:14] www.blender3d.org [05:14] !aptfix |ionus [05:14] Ultima: reboot computer, go into BIOS setup and poke around, see what you find [05:14] ionus: 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 [05:14] og [05:14] hansent: Why does it keep on saying hansent? [05:14] Falgor: STFU. [05:14] ionus, "wget http://flomertens.keo.in/ubuntu/givre_key.asc -O- | sudo apt-key add -" [05:14] no idea [05:14] it's open source, dude [05:14] kill all? [05:14] or no? [05:14] kill al 5439 [05:14] Falgor: on a more serious note.. how can i tell what is using all the RAM? [05:15] oh RAM [05:15] hi lads, the latest dist-upgrade will remove openoffice.org-core ....what should i do, just wait it out and try again in a couple of hours? [05:15] ionus, do u have synaptic running in ur taskbar?? [05:15] yes [05:15] stevethepirate dont ask me. I just came here to ask help for my friend. I dont even have linux ^_^; [05:15] adept manager/ [05:15] ? [05:15] ionus, close it [05:15] lo. [05:15] then STFU [05:15] ok [05:15] i do [05:15] stevethepirate be nice. [05:16] ionus, "wget http://flomertens.keo.in/ubuntu/givre_key.asc -O- | sudo apt-key add -" [05:16] can anyone tell me what to do??? [05:16] kill al? [05:16] ionus, no... type that in ur terminal [05:16] tell me what u get === dopez [n=unknown@unaffiliated/dopez] has joined #kubuntu [05:17] ok [05:17] i do [05:17] Ultima so it's Kubuntu 7.04 Beta you're using? [05:17] it is saved [05:17] ionus, if it goes alright u'll get and "OK" [05:17] Falgor: Yes. [05:17] anyone here use wine for games? [05:17] what am i typeing wrong? sudo apt-get purge purge openoffice.org-base --force? [05:17] Admiral_Chicago: Jucato: Hey. I'm about to boot into the newest kernel [05:17] yes i see ok [05:17] stevethepirate maybe if you tried not using the language you did... but people probably just don't know [05:17] it is ok === tux [n=nico@ip25-237-59-62.adsl.versatel.nl] has joined #kubuntu [05:17] enzo_: ooh good luck! :) [05:17] ionus, now "sudo aptitude update" [05:17] sudo apt-get --force sleep-eat [05:18] Ultima my friend just had some hdd errors, and now he cant log in [05:18] wait [05:18] Admiral_Chicago: This is draik [05:18] stevethepirate: run "top" is a shell, then press F, then n, then return. Now you should see a list of processes sorted by virtual memory usage [05:18] Thank you Jucato [05:18] ionus, tell me when it finishes getting the update list === mjunx [n=matt@adsl-75-63-63-233.dsl.emhril.sbcglobal.net] has joined #kubuntu [05:18] FringeJacket: huh? The idiot told me to install blender to see my RAM problems.. i'd rather not have that kindo of adviceeee [05:18] it's the live CD, Ultima [05:18] thanks hansen [05:18] done [05:18] idiot? [05:18] thanks a lot ;D [05:18] full pakege list === me- [n=me@p57ADA3FB.dip0.t-ipconnect.de] has joined #kubuntu [05:18] Fagor: Its the live CD [05:18] ok [05:18] well [05:19] I guess it's borked. === Daisuke_Ido [n=sierra-x@pool-71-97-155-28.aubnin.dsl-w.verizon.net] has joined #kubuntu [05:19] Admiral_Chicago: Jucato: I take it back. I'm in. I'm ok. === henk [n=henk@ip3e83b46a.speed.planet.nl] has joined #kubuntu [05:19] ionus, hows it going??? [05:19] hansen: only small stuff.. only big thing is amarok .. 150 megs [05:19] i ned to go now i will get bak in 30 min [05:19] Should I try making a extended partition with GParted? [05:19] ok? [05:19] soryy [05:19] Would it work? [05:19] itst important [05:19] after 30 min [05:20] ok? [05:20] how can i get wine? will "sudo apt-get install wine" work fine for the latest version? [05:20] ionus, i might not b here later.. but u can ask any of these guys and pick up from where u left [05:20] tell them where u stopped [05:20] isee done result [05:20] hellO? [05:21] ok ionus it finished updating with no errors??? [05:21] yes [05:21] yes [05:21] ionus, now "sudo aptitude upgrade" [05:21] where can i get open arean from? [05:21] Jucato: I don't get it. I can't update the video driver. It just won't accept the change. [05:21] ionus, this will only take a few mins [05:21] very easy [05:21] enzo_: feisty? [05:21] done === WaxyFresh [n=r00t@199-2-58-25.oxfordnetworks.net] has left #kubuntu ["Konversation] === gemidjy [n=gemidjy@62.162.67.50] has joined #kubuntu === Yorokobi [n=Yorokobi@ip67-88-113-150.z113-88-67.customer.algx.net] has joined #kubuntu === coty [n=coty@h4.143.141.67.ip.alltel.net] has joined #kubuntu [05:22] done [05:22] done [05:22] edgy Jucato [05:22] o packages will be installed, upgraded, or removed. [05:22] where can i get openarena from?? [05:22] o packages will be installed, upgraded, or removed. [05:22] no packages will be installed, upgraded, or removed. [05:22] ionus, now "sudo apt-get install ntfs-config" [05:22] done === Falgor [n=Petri@dsl-hkigw6-fe5fde00-145.dhcp.inet.fi] has left #kubuntu ["CYA"] [05:22] 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [05:23] 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [05:23] please more quikly [05:23] ionus, ???? if u followed correctly.. it should install u ntfs-config with ntfs-3g [05:23] and? [05:23] where\ [05:23] ? [05:24] and now its work [05:24] anyone here experienced with installing beryl [05:24] ? [05:24] ionus, from what u said... it didn;t install anything.. that means u havn;t followed it thru [05:24] ANYONE: used openarena before? [05:24] i ned goo [05:24] ionus, ok laters [05:24] thx === gilan [n=gilan@193.255.152.239] has joined #kubuntu [05:24] coty how much experience you need === adam_ [n=adam@217-211-118-48-no27.tbcn.telia.com] has joined #kubuntu === gemidjy_ [n=gemidjy@62.162.67.50] has joined #kubuntu [05:25] coty, do you just need the sommand or what? === dennister [n=mythtv@206-248-171-136.dsl.teksavvy.com] has joined #kubuntu === Murchadh [n=Murchadh@ptr-65-249.btm.cpe.ip.airwire.ie] has joined #kubuntu === adam_ [n=adam@217-211-118-48-no27.tbcn.telia.com] has left #kubuntu ["Konversation] === gemidjy_ is now known as gemidjy [05:26] s/sommand/command [05:26] Does the new kernel like Beryl? [05:27] hey ppl, hope everyone's doing well...this may seem like a total newbie questions, but how in the heck do I find and add a news server for a newsreader program like Pan? [05:27] it's been so many years since i read newsgroups I've forgotten how, lol === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu === gemidjy_ [n=gemidjy@62.162.67.50] has joined #kubuntu === claud [n=claud@82.77.175.115] has joined #kubuntu === coty [n=coty@h4.143.141.67.ip.alltel.net] has joined #kubuntu === jerome_ [n=jerome@86.66.189.56] has joined #kubuntu [05:29] so are is there anyone experienced that can help me install beryl === gemidjy_ [n=gemidjy@62.162.67.50] has joined #kubuntu [05:29] how do i set a proxy for my konsole? [05:29] coty: i'm also looking to install berly at some stage.. [05:29] so there are two of us === jonathan_ [n=jonathan@209.184.165.20] has joined #kubuntu [05:30] coty, stevethepirate the beryl-project.org site has links to good install instructions [05:30] coty, beryl site has a very nice walk thru === JStaggs [n=Awesomen@66.63.194.178] has left #kubuntu ["Konversation] [05:30] coty, do you just need the command or what? [05:30] i cant find it === tux [n=nico@ip25-237-59-62.adsl.versatel.nl] has joined #kubuntu [05:30] stevethepirate one problem at a time [05:30] what is the command [05:31] http://wiki.beryl-project.org/wiki/Main_Page === eagles0513875 [n=jonathan@209.184.165.20] has joined #kubuntu [05:31] FringeJacket: okay.. just to set http proxy for konsole..? [05:31] can beryl work on most computers [05:31] coty, it's pretty easy i'm a total noob my self.. but it helped me [05:31] Why would you need a proxy for konsole? [05:31] for wget [05:32] and for apt-get .. [05:32] coty: i have installed it on 3-4 computers, and it has worked for all. some have needed aiglx while orthers were better with fglrx. depends on what video card you have. [05:32] slestak: for a nvidia 7600gt? [05:32] My computer is 7 years old if that helps [05:32] stevethepirate I use apt-get with no problem (not know what you meant by the http proxy comment) [05:33] coty, beryl site explains it all.. hardware recommendations... installation process [05:33] chode: they dont have it for kubuntu just ubuntu [05:33] FringeJacket: i ahave to connect through a proxy to get internet... [05:33] stevethepirate, have you tried sudo apt-get? (yeah, like the good old fashioned is it plugged in question) [05:33] so my apt-get also does.. [05:33] coty ubuntu and kubuntu are the same [05:33] FringeJacket: yes [05:33] i dont have an nvidia machine atm. when i did, I used gentoo and the nvidia drivers provided the composite extension. im not sure how that works for x/k/ubuntu. [05:33] coty, i'm on kubuntu.. i followed that wiki === b0nn [n=shane@203-109-245-158.static.bliink.ihug.co.nz] has joined #kubuntu [05:34] ah, I'm not experienced with proxys [05:34] ok [05:34] coty: ubuntu and kubuntu share the same repositories. what works for one, will work for the other (most of the time) === shinigami [n=shinigam@bb121-6-156-112.singnet.com.sg] has joined #kubuntu [05:34] ok [05:34] coty, one of the walk-throughs has KDE-specific instructs along with Gnome instructions [05:34] what do i use to add feisty repositories [05:34] help.. my kubuntu's kde clock disappeared! [05:34] coty, if it says gedit replace it with kate.. or nano... === arne_ [n=arne@p508FEEC2.dip.t-dialin.net] has joined #kubuntu [05:35] this is a pain === HymnToLife [n=fkraiem@LNeuilly-152-23-88-99.w217-128.abo.wanadoo.fr] has joined #kubuntu [05:36] im not sure which one to go with [05:36] sorry that I can't help stevethepirate [05:36] on the ubuntu guide === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu [05:36] shinigami more information please [05:36] !repositories [05:36] The packages in Kubuntu are divided into various sections. See https://help.ubuntu.com/community/Repositories/Kubuntu [05:36] shinigami: right-click on the panel -> add applet to panel -> clock ? [05:36] !feisty [05:36] The next version of Ubuntu (7.04; codenamed "Feisty Fawn") should be released in April 2007. Beta is out! http://www.ubuntu.com/news/Ubuntu704Beta Schedule: !schedule - Specifications (goals): https://features.launchpad.net/distros/ubuntu/feisty - Help and support in #ubuntu+1 (NOT #ubuntu) [05:36] well.. in the past there used to be a clock on the bottom right hand side [05:36] !sourcecode [05:36] Sorry, I don't know anything about sourcecode - try searching on http://bots.ubuntulinux.nl/factoids.cgi [05:36] ahh ok got it [05:36] applet === ToyMan [n=Stuart@74-32-55-210.dsl1.mdl.ny.frontiernet.net] has joined #kubuntu [05:37] chode: which part of the ubuntu guide should i go with === fideas [n=fideas@122.8.49.33] has joined #kubuntu [05:37] there was an ubuntu site that i was given the linked too they automatically generated the repositories for me === hara [n=hara@dsl-tregw2-fee8df00-68.dhcp.inet.fi] has joined #kubuntu [05:37] !source-o-matic | eagles0513875 [05:37] eagles0513875: source-o-matic is a webpage where you can (re)generate your sources.list - http://www.ubuntu-nl.org/source-o-matic [05:37] could anyone help me with my newsreader? === tuhyk [n=tuhyk_in@217.66.174.1] has joined #kubuntu === kuwanger [n=nana@adsl-70-224-62-27.dsl.sbndin.ameritech.net] has left #kubuntu ["Leaving"] [05:37] ty jucato [05:37] pls, pretty please :-) [05:38] i'm using tvtime with saa7134 now.. works fine, can watch channels.. but no sound....anyone knows why? [05:38] !anyone | dennister [05:38] dennister: A large amount of the first questions asked in this channel start with "Does anyone/anybody..." Why not ask your next question (the real one) and find out? [05:38] coty, http://wiki.beryl-project.org/wiki/Install_Beryl_on_Ubuntu#Ubuntu_6.10_.28Edgy_Eft.29 [05:39] i did; again: how do i add a news server to a newsreader? [05:39] morning Jucato === Bill_Gate [n=bgates@pool-70-107-74-98.ny325.east.verizon.net] has joined #kubuntu [05:39] morning Daisuke_Ido === Murchadh [n=Murchadh@ptr-65-249.btm.cpe.ip.airwire.ie] has left #kubuntu ["Kopete] === NiceGuyUK [i=niceguyu@no.latency.org.uk] has joined #kubuntu [05:39] where is list of repositories stored [05:39] dennister: that all depends on the newsreader, but generally it's in a section for accounts [05:39] Can anybody help me get my wireless running? === fuzzy_logic [n=fuzzy@89.98.88.94] has joined #kubuntu [05:40] hi [05:40] is it broadcom bill [05:40] I am using the RT37 drivers. [05:40] eagles0513875: in /etc/apt/source.list [05:40] for a broadcom card though [05:40] ty nice [05:40] quick question.. how can u let a program automatically start at logon? [05:40] It's has taking me 1 month installing kubuntu and after going so far I have no network. [05:40] Daisuke_Ido: well i'm using pan, and I found some free public servers, but i'm stumped from there [05:40] fuzzy_logic: you can put it in fstab [05:40] fuzzy_logic, during KDE startup or boot? [05:40] !autorun | fuzzy_logic [05:40] Sorry, I don't know anything about autorun - try searching on http://bots.ubuntulinux.nl/factoids.cgi === BudgetDedicated [n=BudgetDe@s5593c2e9.adsl.wanadoo.nl] has joined #kubuntu === visik7 [n=visi@host96-108-dynamic.56-82-r.retail.telecomitalia.it] has joined #kubuntu [05:41] Jucato: Where do I find xorg.conf? [05:41] Bill_Gate why did it take a month? no swap allocation? [05:41] Yorokobi: during kde startup [05:41] Bill_Gate: perhaps your name is to close to Bill Gates :p [05:41] i haven't used pan in 3 years :\ [05:41] enzo_: in /etc/X11 [05:41] !autostart | fuzzy_logic [05:41] fuzzy_logic: To make programs autostart with your KDE session, you can make a link to it in ~/.kde/Autostart. The package 'kcontrol-autostart' makes a kcontrol item for handling items in that directory. [05:41] fuzzy_logic, ^^ [05:41] enzo_: /etc/X11/xorg.conf [05:41] im stuck [05:41] thanks fdoving, will try that === kebu [n=kebu@c83-249-211-109.bredband.comhem.se] has joined #kubuntu [05:41] Right. [05:41] Thank you. [05:41] coty: stuck with what [05:41] It's crazy.. [05:42] the auto start [05:42] It took me a few hours to install MacOSX and get everything working.. [05:42] in the tut on installing beryl [05:42] you're running kubuntu? [05:42] yes [05:42] Linux...crazy nothing works. [05:42] ok [05:42] coty: you installed beryl? [05:42] no [05:42] trying to [05:42] it is really a pain [05:42] But right now I need network running so I can install packages... [05:42] i installed beryl in 5 minutes [05:42] i could use the one in kontact, or a host of others I've downloaded...but there seems to be a real lack of info as to how to get started with finding the list of usenet newsgroups and how to configure them so you can subscribe to some [05:43] exit [05:43] chijin: i wish it was that easy for me [05:43] *quit [05:43] iwlist returns networks [05:43] Daisuke_Ido: do you use any other newsreader apps? [05:43] but It seems I cant associate to my network. === maki [n=maki@62.162.214.52] has joined #kubuntu [05:43] Bill_Gate, are you using edgy or feisty? === keszi000 [n=keszi000@89.186.112.2] has joined #kubuntu [05:44] So..anyone here up for the difficult task of helping me install beryl [05:44] i'm using tvtime with saa7134 now.. works fine, can watch channels.. but no sound....anyone knows why? [05:44] edgy [05:44] coty I'll help === mkirk [i=mkirk@wynton.cs.umn.edu] has joined #kubuntu [05:44] I tried feisty and it was too buggy. [05:44] Fringejacket: cool man your the best [05:44] Bill_Gate, do you have wlassistant installed? [05:44] so amarok can play mp3s bu not burn them? [05:44] Yes. [05:44] well k3b cant burn them? [05:45] Bill_Gate, sudo wlassistant [05:45] I have configure /etc/networks/interfaces [05:45] coty: you need to make beryl-manager start automaticly? [05:45] ok [05:45] i don't think a 7-year-old computer can run beryl very well [05:45] Bill_Gate, for DHCP or static IP/route? === zido [n=zido@80.178.103.202.adsl.012.net.il] has joined #kubuntu [05:45] my network uses WPA2 with TKIP [05:45] so someone pleasa help me [05:45] ah ... you'll need the wpasupplicant then [05:45] ? [05:46] Static or DHCP I dont care right now. [05:46] Or knetwork-manager [05:46] to write in ntfs [05:46] Yorokobi: how does 1 setup dhcp server using kubuntu [05:46] ? [05:46] knetwork manager?? never.. [05:46] that program sucks. [05:46] dennister: my only use for usenet was binaries, so BNR did me until it stiopped development - after that i kinda quit [05:46] eagles0513875 [05:46] whats wrong ionus [05:46] help me [05:46] knetwork-manager is easier to use than wpasupplicant [05:46] eagles0513875, a DHCP server? No. [05:46] write in ntfsa [05:47] j/w would the dhcp client work as dhcp server out of box [05:47] ionus: sudo apt-get install ntfs-3g [05:47] client != server [05:47] Daisuke_Ido: yeah, i quit too...huge waste of time normally, but now I need to find some info [05:47] i dunno it could happen [05:47] ionus: let me know when u have ntfs3g installed === arafat [n=arafat@X17cb.x.pppool.de] has joined #kubuntu [05:47] I am willing to do anything!!! [05:47] I will even suck your XXXX [05:48] Just need to get it working. [05:48] LOL === tux [n=nico@ip25-237-59-62.adsl.versatel.nl] has joined #kubuntu [05:48] Yorokobi: reason i ask is im working on setting up a cluster and the master node has the os and all the slave nodes will do a diskless boot from master node using pxe [05:48] Yeah ... not very funny [05:48] Bill_Gates: not funny [05:48] !language | bill_gate [05:48] bill_gate: Please watch your language and keep this channel family friendly. [05:48] THat's from ROME TV SERIES === maki [n=maki@62.162.214.52] has left #kubuntu ["Konversation] [05:48] Bill_Gates: i dont like gay people so please dont say that stuff [05:48] HBO is rarely worth watching IMHO [05:49] write in ntfs [05:49] partitions [05:49] how i can to write in ntfs [05:49] ? [05:49] fdoving: ty...you wouldn't happen to use newsreaders, do you? [05:49] did what i say make sense to ya Yorokobi [05:49] just showing my desperation.. [05:49] eagles0513875: get dhcp3-server [05:49] but anyway, Bill_Gate, knetworkmanager would be your best bet [05:49] man how do they expect regular people to use linux?? [05:49] eagles0513875, sort of. I've never used PXE [05:49] Bill_Gates ; they dont === NiceGuyUK [i=niceguyu@no.latency.org.uk] has joined #kubuntu [05:49] Yorokobi: I am downloading it now.. [05:49] Bill_Gates: they expect nerds to know === jeanette_ [n=jeanette@dsl-aur-ff26c000-28.dhcp.inet.fi] has joined #kubuntu === akrus [n=akrus@62.140.224.26] has joined #kubuntu [05:50] ionus: you were told to install a program, have you done this yet? === myTB|Tanuva [n=tanuva@p548ff7b6.dip.t-dialin.net] has joined #kubuntu [05:50] Yorokobi: didnt work with feisty. [05:50] i feel that were all nerds here === mindspin [n=mindspin@p54b269e5.dip.t-dialin.net] has joined #kubuntu === tackat [n=tackat@p5493FA63.dip.t-dialin.net] has joined #kubuntu === weedar_ [n=weedar@062016224183.customer.alfanett.no] has joined #kubuntu === ionus [n=ionus@86.34.82.118] has joined #kubuntu === styx_ [n=styx@p57a4b7c8.dip0.t-ipconnect.de] has joined #kubuntu === hostel_ [n=hostel@pD95333EC.dip0.t-ipconnect.de] has joined #kubuntu === keszi000 [n=keszi000@89.186.112.2] has joined #kubuntu === Bill_Gate is a geek. === space_ninja [n=guiden@81-233-49-201-no58.tbcn.telia.com] has joined #kubuntu === shinigami [n=shinigam@bb121-6-156-112.singnet.com.sg] has joined #kubuntu === office [n=office@217.97.224.254] has joined #kubuntu [05:50] Yorokobi: with thsi cluster we have the master node which has 2 nics === yaccin [n=yaccin@p57A75C60.dip.t-dialin.net] has joined #kubuntu === piovisqui [n=filipe@193.136.159.220] has joined #kubuntu === hans [n=hans@5634185c.rev.stofanet.dk] has joined #kubuntu [05:50] Bill_Gate you turn nerd quickly === internet_ [n=internet@ip-142-66.sn1.eutelia.it] has joined #kubuntu [05:50] one connecting to the internet and another to internal one === Kite_DH [n=Kite_DH@p57b36b24.dip.t-dialin.net] has joined #kubuntu === hw_ [n=hw@87.139.57.5] has joined #kubuntu === NSCAD_Nathan [n=tech@h64-5-231-250.gtcust.grouptelecom.net] has joined #kubuntu === X2B [n=1@p548E5C28.dip.t-dialin.net] has joined #kubuntu [05:50] soo how i can to write in ntfs formats === basix [n=basix@host7-150-dynamic.58-82-r.retail.telecomitalia.it] has joined #kubuntu [05:50] soo how i can to write in ntfs formats === pyrotix [n=pyrotix@bas12-toronto12-1177554041.dsl.bell.ca] has joined #kubuntu === patrick88296 [n=patrick@adsl-220-90-fixip.tiscali.ch] has joined #kubuntu === ele [n=ele@h196n5c1o1003.bredband.skanova.com] has joined #kubuntu [05:50] eagles0513875 === Eyeless [n=hjalle@d83-183-204-137.cust.tele2.se] has joined #kubuntu === ebbu [n=ebbu@34-195.adsl.lpoy.dnainternet.fi] has joined #kubuntu [05:50] ionus: sudo kate /etc/fstab === amaral [n=amaral@201008071091.user.veloxzone.com.br] has joined #kubuntu [05:50] ionus: have u installed the program yet? [05:50] Knetwork Manager supports WPA2?? [05:51] being a nerd is the best [05:51] before that also make sure ur ntfs partition is mounted [05:51] Bill_Gate, it doesn't work any better in edgy but it saves a load of headache trying to get wpasupplicant working [05:51] It really shows you how stupid people are [05:51] yes is mountes [05:51] Bill_Gate: use wpa_supplicant [05:51] and yes, knetworkmanager supports wpa2 [05:51] monted [05:51] like when you ask what type of computer they have they say xp [05:51] ok [05:51] now [05:51] ionus: sudo kate /etc/fstab [05:51] piovisqui: i tried..its not connecting to my network. [05:52] ok [05:52] Bill_Gate, does your wifi router use MAC address filtering, by chance? [05:52] done [05:52] Yorokobi: no === WaxyFresh [n=r00t@199-2-58-25.oxfordnetworks.net] has joined #kubuntu [05:52] isee fstab-kate [05:52] dennister: hi. not regularily. knode is probably nice. [05:52] ionus: [05:52] ? [05:52] !jewbuntu [05:52] Sorry, I don't know anything about jewbuntu - try searching on http://bots.ubuntulinux.nl/factoids.cgi [05:52] just get ntfs-3g [05:52] Bill_Gate: you need to configure /etc/wpa_supplicant.conf with you net authentication methods [05:53] your* [05:53] ok [05:53] !kdesu | eagles0513875 [05:53] wait [05:53] eagles0513875: In KDE, use kdesu to run graphical applications with root privileges when you have to. Do *not* use sudo ; you can muck up your permissions/config files. For what to use in GNOME, see !gksudo [05:53] is that already installed ionus [05:53] !info jewbuntu [05:53] piovisqui: dude.. I have done it. still dont work. [05:53] Package jewbuntu does not exist in edgy, edgy-backports, edgy-seveas [05:53] There is no jewbuntu, coty [05:53] coty: there is no jewbuntu [05:53] then add your other partition as a decive on /etc/fstab [05:53] ty Jucato [05:53] not add it steve === mluser-work [n=mluser@208.178.12.226] has joined #kubuntu [05:53] someone said there was [05:53] if its mounted it will already show up in there [05:53] then mk a mount directort. [05:53] i was wondering if it was true [05:53] put -3g on the end line after ntsf [05:53] it just driving me crazy. [05:53] put -3g on the end line after ntsf [05:53] all he has to do is add the -3g [05:53] Bill_Gate: sorry, i do not know more... [05:53] coty: not in the repositories [05:53] I can see the networks and everything. === fuzzy_logic is away [05:53] coty, it is not true [05:53] just cant connect. [05:53] ok [05:53] then mount -a [05:53] i did not think so [05:53] or sudo mount -a [05:53] all or only with ntfs [05:53] all or only with ntfs === RichiH [i=richih@freenode/staff/richih] has joined #kubuntu [05:54] just mount all [05:54] that is for ntfs [05:54] help, how do i see which device is using this module saa7134-alsa ? i need to modprobe -r saa7134-alsa but it says somethig is using it [05:54] ok dont listen to me ionus [05:54] i just did that last night.,. works fine [05:54] Oh my god.. [05:54] steve.. ok [05:54] save it [05:54] I have to download all the packages again.. and I dont have network. [05:54] ? [05:54] LOL [05:54] save it? [05:54] huh? [05:54] whot [05:55] what [05:55] Bill_Gate, download because they're not installed or download to reconfigure? [05:55] ?? [05:55] i am new in kubuntu /linux === Jonty [n=jadh@82-41-207-190.cable.ubr11.edin.blueyonder.co.uk] has joined #kubuntu [05:55] download cause they are not installed. [05:56] okay [05:56] ? [05:56] http://packages.ubuntulinux.org/dapper/kde/knetworkmanager === RedHerring [n=RedHerri@71-87-1-55.dhcp.bycy.mi.charter.com] has joined #kubuntu [05:56] Bill_Gate, you could try the install CD as a source ... not as complete (by a long shot) as the online repos but ... [05:56] yes that's what I have set it to.. [05:56] Bill_Gate, substitute edgy for dapper if your using edgy === elcuco_ [n=elcuco@bzq-82-81-55-242.red.bezeqint.net] has joined #kubuntu [05:56] ionus: pm [05:56] how i can send private msg [05:57] it's ironic. My NIC is blacklisted. else kernel crash [05:57] how i can send private msg [05:57] oh [05:57] my wifi aint working. [05:57] no worries. [05:57] okay === adi [n=adi@212-41-90-249.adsl.solnet.ch] has joined #kubuntu [05:57] My network is right now a USB pen drive. [05:57] how do i make a program (beryl in my case) autostart [05:57] in konsole... type "sudo apt-get install ntfs-3g" [05:57] !autostart | tux [05:57] tux: To make programs autostart with your KDE session, you can make a link to it in ~/.kde/Autostart. The package 'kcontrol-autostart' makes a kcontrol item for handling items in that directory. [05:57] save that [05:57] ? [05:57] kate [05:57] ? [05:57] "save that" ? [05:58] what does that mean? [05:58] save ftab-kate [05:58] ? === odissea [n=ilianahp@189.142.99.224] has joined #kubuntu [05:58] what are you smoking? [05:58] i put -3g on ntfs in fstab-kate [05:58] one question about modprobe .. if i modprobe xxx in this session and reboot, will xxx be loaded automatically? [05:58] ? === tackat_ [n=tackat@p5493FA63.dip.t-dialin.net] has joined #kubuntu [05:58] no [05:58] wait === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu === Shadowtester [i=shadowte@dialup-4.252.27.70.Dial1.Chicago1.Level3.net] has joined #kubuntu [05:58] have you downloaded ntfs-3g yet? === rmallah [n=rmallah@61.16.154.82] has joined #kubuntu [05:59] mebe === mzungu [n=chatzill@uu-041-207-069-214.uunet.co.ke] has joined #kubuntu [05:59] god. [05:59] yes but it no work [05:59] I feel your pain, stevethepirate [05:59] okay [05:59] not yet it wont work ionus [05:59] ionus where ya from [05:59] how to list supported xtensions of a running Xserver [05:59] i pres on ntfs cfg tools but no open [05:59] thats what i'm trying to help yo do.. [05:59] no [05:59] STFU for a sec. [05:59] okaty [06:00] fringe u still there [06:00] whot [06:00] ionus : "sudo nano /etc/fstab" [06:00] ok [06:00] whats your harddrive number? [06:00] i mean device address? === wolferine [n=profx@unaffiliated/wolferine] has joined #kubuntu === RichiH [i=richih@freenode/staff/richih] has left #kubuntu [] [06:00] like /dev/hda1 ? [06:00] dev/hdb5 /media/hdb5 ntfs fmask=0111,dmask=0000,uid=0,gid=0,auto,ro,user 0 0 === kuwanger [i=family@adsl-70-224-62-27.dsl.sbndin.ameritech.net] has joined #kubuntu [06:00] dev/hdb1 /media/hdb1 ntfs fmask=0111,dmask=0000,uid=0,gid=0,auto,ro,user 0 0 [06:00] Well, that's a shame. [06:01] i have 2 partitions [06:01] in ntfs [06:01] yes [06:01] well done [06:01] okay [06:01] What boot logs are available in kubuntu? [06:01] that this [06:01] * remove that line [06:01] kuwanger, dmesg [06:01] its a command [06:01] Beyond dmesg. [06:01] Yorokobi: how can i extract files from an exe === anavarro [n=anavarro@193.188.46.253] has joined #kubuntu === anavarro [n=anavarro@193.188.46.253] has left #kubuntu ["Konversation] [06:01] kuwanger, /var/log/syslog and/or /var/log/messages [06:02] eagles0513875, cabextract is probably your best bet [06:02] all line with ntsf [06:02] or unzip ?? [06:02] with ntfs [06:02] ? [06:02] yes? === honkzilla [n=honkman@208-123-8-36.dsl.arvig.net] has joined #kubuntu [06:02] eagles0513875, depends on what was used to compress it === fladd [n=fladd@dslc-082-082-168-094.pools.arcor-ip.net] has joined #kubuntu [06:02] its an exe for a wifi driver [06:02] does making a link to a file in ~/.kde/autostart work for making a program load at startup? [06:02] add this line "/dev/hdb5 /mnt/drive1 ntfs-3g defaults,locale=en.US.utf8 0 0" [06:03] Well, that's odd. "kdm_greet[4103] : Internal error: memory corruption detected" === Yorokobi is grateful his atheros-based wifi card works "out of the box" :) [06:03] where [06:03] ? [06:03] kuwanger, I get that all the time [06:03] mine is broadcom [06:03] in /etc/fstab [06:03] get rid of that other line.. [06:03] actually .. both of those other lines [06:03] Yorokobi: Do you ever have a problem where when you boot, the VC isn't switch to 7 automatically? [06:03] kuwanger, nope === luapv [n=enkna@as2p30.access.maltanet.net] has joined #kubuntu === mzungu [n=chatzill@uu-041-207-069-214.uunet.co.ke] has left #kubuntu [] [06:04] ii remove /dev/hdb5 /media/hdb5 ntfs-3g fmask=0111,dmask=0000,uid=0,gid=0,auto,ro,user 0 0 an d pt your line === booglebox [n=booglebo@lns-bzn-53-82-65-45-6.adsl.proxad.net] has joined #kubuntu [06:04] yes [06:04] i remove /dev/hdb5 /media/hdb5 ntfs-3g fmask=0111,dmask=0000,uid=0,gid=0,auto,ro,user 0 0 [06:04] ok [06:04] get rid of that line [06:05] yes get rid of that too [06:05] Yorokobi: Any ideas on what might be causing it? It also seems the case that until I switch, kdm doesn't start to load. [06:05] it? /dev/hdb5 /mnt/drive1 ntfs-3g defaults,locale=en.US.utf8 0 0 [06:05] yes [06:05] ok === _neko [n=_neko@neko.dorms.spbu.ru] has joined #kubuntu [06:05] thats what to add [06:05] done? [06:05] kuwanger, what happens when you run /etc/init,d/kdm (as root or sudo) ? [06:05] and now? === seven11 [n=seven11@125-24-159-79.adsl.totbb.net] has joined #kubuntu [06:05] now save fstab and leave nano === yurimxpxman [n=yurimxpx@pool-71-98-74-133.ipslin.dsl-w.verizon.net] has joined #kubuntu [06:06] done? [06:06] but for 2nd partitions [06:06] ? [06:06] a have 2 [06:06] ? [06:06] well get to that now [06:06] one at a time... [06:06] ok === elcuco_ [n=elcuco@bzq-82-81-55-242.red.bezeqint.net] has joined #kubuntu === weedar_ [n=weedar@062016224183.customer.alfanett.no] has joined #kubuntu === eean [n=ian@amarok/developer/eean] has joined #kubuntu [06:06] i close and save [06:06] ? [06:06] yes === johansalim [i=G3b0ys@ip84-222.cbn.net.id] has joined #kubuntu [06:06] close and save [06:06] ok [06:06] done!! [06:06] now "sudo mkdir /mnt/drive1" [06:06] Yorokobi: Um...I don't mean that kdm doesn't run. I mean that kdm doesn't seem to load. Ie, it takes as much time to display the greeter if I wait 5 seconds or 1 minute to switch to VC7. === snook353 [n=lee@24-197-132-105.dhcp.spbg.sc.charter.com] has joined #kubuntu [06:07] this makes the 'folder' that linux will think is just another normal linux folder === ele [n=ele@h196n5c1o1003.bredband.skanova.com] has joined #kubuntu [06:07] where are the superkaramba theme files stored? [06:07] udo mkdir /mnt/drive1 [06:07] ? [06:07] done tha [06:07] fvdv [06:07] kuwanger, oh ... I think your issue is outside of my experience [06:07] Hey, guys...I posted this earlier but still no answer to it yet [06:07] can anyone tell me how they were able to get flash and java working in their browsers? === snook353 [n=lee@24-197-132-105.dhcp.spbg.sc.charter.com] has left #kubuntu ["Leaving"] [06:07] ok i do [06:07] Yorokobi: I see. [06:07] dsfcsacasacaacdwdwdwdvsdvsdvsdvsdv [06:07] sdv [06:07] sdv [06:07] sdv [06:08] v [06:08] dvs [06:08] done!! [06:08] v [06:08] ds [06:08] I cant compile knetwork manager.. [06:08] damn.. [06:08] sd [06:08] hey [06:08] How do people deal with all this crap?? === phoenixbyrd [n=phoenixb@pool-70-19-222-236.bos.east.verizon.net] has joined #kubuntu [06:08] ...i guess it somehow gets done [06:09] linux will never be a mainstream OS. [06:09] hey someone help me fron end tp finish [06:09] not being smart but seriously, when i 1st learnt windows, it was like this === tim__ [n=tim@166-82-226-89.quickclick.ctc.net] has joined #kubuntu [06:09] maybe not for u bill [06:09] so its not hard [06:09] i am nnew [06:09] just diffrent [06:09] wth o.0 ... linux is mainstream === stevethepirate [n=stnber00@tsl.uct.ac.za] has joined #kubuntu [06:09] steve? [06:09] and if you had the patience to learn mac or windows at 1 point, you can learn linux [06:09] are u here [06:09] > [06:09] ionus: still ther? my irssi crashed.. [06:09] ? [06:09] ypu [06:10] *yup. [06:10] ok [06:10] just got bacj === luapv [n=enkna@as2p30.access.maltanet.net] has left #kubuntu ["Kopete] [06:10] ai do that [06:10] okay [06:10] dude. I have worked with computers for over 10 years. [06:10] what apps are used to check/repair filesystems? === neversfelde [n=chrman@nrbg-4db44468.pool.einsundeins.de] has joined #kubuntu [06:10] sco, solaris, sun os, etc [06:10] same here [06:10] have you "sudo mkdir /mnt/drive1" yet? === LjL [n=ljl@ubuntu/member/ljl] has joined #kubuntu [06:10] yes [06:10] okay [06:10] I started with HPUnix. [06:10] now [06:10] "sudo mount -a" [06:10] ok [06:10] but with warning [06:10] now cd /mnt/drive1 [06:11] what's teh warning? [06:11] good stuff...makes you waaay ahead of me^^...but seriously, if you took the time to learn those beast, i cant see how you'll let this beat you === hgklmnrs [n=math@modemcable121.102-83-70.mc.videotron.ca] has joined #kubuntu [06:11] but it's very different with all the unsupported hardware. [06:11] but with warning [06:11] WARNING: Couldn't set locale to 'en.US.utf8' thus some file names may not [06:11] be correct or visible. Please see the potential solution at [06:11] http://www.ntfs-3g.org/support.html#locale [06:11] SCO, Solaris, SunOS, HPUX ... all have one thing in common: proprietary hardware that their respective OS was written to work with === robert__ [n=robert@c-71-59-72-157.hsd1.pa.comcast.net] has joined #kubuntu === ChMOD [i=ca53ad9a@gateway/web/cgi-irc/ircatwork.com/x-da688b88e28427a7] has joined #kubuntu [06:11] and somethink else [06:11] try "cd /mnt/drive1" [06:11] what unsupported hardware? [06:11] ok [06:11] ls [06:11] "ls [06:11] "ls" [06:11] Yorokobi: that's right. [06:11] what happens? === t1m [n=t1m@166-82-226-89.quickclick.ctc.net] has joined #kubuntu [06:12] I am using a cheap ass laptop and nothing. [06:12] ok [06:12] and now [06:12] ? [06:12] what is visible? [06:12] Bill_Gate, how old or new is the laptop? [06:12] but MacOSX and Vista works perfectly. [06:12] ionus@ionus-desktop:/mnt/drive1$ === t1m [n=t1m@166-82-226-89.quickclick.ctc.net] has left #kubuntu ["Kopete] [06:12] Came out this year. [06:12] Bill_Gate, Vista worked with it? === keesercc [n=keesercc@pool-71-161-15-80.sttlwa.dsl-w.verizon.net] has joined #kubuntu [06:12] now type "ls" [06:12] the 1st 1 yes...the latter one...uh, well... [06:12] Dell hell [06:12] bash: is: command not found [06:12] NIC RT8139 crashes the kernel (kernel bug - hope they fix this soon) [06:13] oo u sai is or ls [06:13] Yorokobi: dual booting, VIsta Aero now problem. [06:13] ? [06:13] linux has always worked with my pc, no need to install any drivers ... [06:13] Bill_Gate, your hardware is probably too new/proprietary to work cleanly with Linux [06:13] oo u say is or ls === lebifteksauvage [n=mafia34@cro34-1-82-225-180-48.fbx.proxad.net] has joined #kubuntu [06:13] I had the same problem with a new HP laptop [06:13] Even XP wouldn't work on it [06:13] if I can get MacOSX to work... I will get Linux to work... [06:13] Only Vista [06:13] bash: killsonyceo: command not found [06:14] Thats the spirit!;) === gemidjy [n=gemidjy@62.162.67.50] has joined #kubuntu [06:14] heheh === Stormzoeker [n=stormzoe@cc1075059-a.sneek1.fr.home.nl] has left #kubuntu ["Kopete] [06:14] bash: killbillgates: command not found [06:14] hey someone help me from end to finish step by step [06:14] it took me over 1 month to get it to install.. by compiling, blacklisting, etc [06:15] end to finish? [06:15] now that is installed I need a network to work. [06:15] if (@end) { finish' } === epswinde [n=epswinde@hor-lang60.hor.ucl.ac.uk] has joined #kubuntu [06:15] yes === stevethepirate [n=stnber00@tsl.uct.ac.za] has joined #kubuntu [06:15] hello [06:15] ok [06:15] hello [06:15] i see u [06:15] what happens when you "ls" ? [06:15] dunno [06:15] and now i see what is in it disk [06:16] ...anyone have any advice or a walkthrough I can follow to get Flash & java working? [06:16] and now i see what is in it disk [06:16] is what should be there, there? [06:16] because the ones in adept dont work [06:16] dunno [06:16] isee my folders and files [06:16] okat [06:16] try read and write from them [06:16] phyerboss: why don't they work? what version of Kubuntu are you on? [06:16] like make a folder.. [06:16] ionus, why are you using linux again? [06:16] 6.10 [06:17] edgy [06:17] phyerboss, download the .tar.gz for flash and install it === Mr_Pan [n=marcopan@host5-150.pool8251.interbusiness.it] has joined #kubuntu === illustrissim [n=epswinde@hor-lang60.hor.ucl.ac.uk] has joined #kubuntu [06:17] phyerboss: ah. flashplugin-nonfree not working? [06:17] phyerboss: try enabling the edgy-backports repository and it will update to Flash 9 [06:17] ionus: you there? [06:17] i can not save [06:17] the worse part is that I know the wireless module is working [06:17] lol [06:17] i cant sava [06:17] haha [06:17] read the wiki that it gave you.. [06:17] I just cant get it to associate with my router. [06:17] :(( [06:17] thats another issue...see, im still new to all this and have no clue how to install things outside of adept [06:18] the do the same for the other partition [06:18] where === VerbalKint [n=Verbal@122.167.150.113] has joined #kubuntu [06:18] wait [06:18] that error message that you read when "sudo mount -a" ing === stevethepirate has a meeting in 4 mins... in a place 5 mins away... [06:18] cheers [06:18] phyerboss: well, you don't really have to install Flash and Java outside adept === t1m [n=t1m@166-82-226-89.quickclick.ctc.net] has joined #kubuntu [06:18] bbl [06:18] Jucato: What is the command for phigh? === VerbalKint [n=Verbal@122.167.150.113] has left #kubuntu ["Konversation] [06:18] Jucato: I only want to change the video driver [06:18] phyerboss: first of all... 32-bit or 64-bit computer? === fuzzy_logic is back [06:19] phyerboss, sudo apt-get install synaptic then never go back to adept again :) [06:19] i can write in it [06:19] 32 [06:19] then you are god [06:19] !fixres | enzo_ [06:19] enzo_: 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 [06:19] *good [06:19] then doe the same for the other partition [06:19] enzo_: er um... :) [06:19] hahaha [06:19] adept that bad? [06:19] enzo_: sudo dpkg-reconfigure xserver-xorg === stefan_ [n=stefan@gw-ma.kabelnetz.at] has joined #kubuntu === coty [n=coty@h4.143.141.67.ip.alltel.net] has joined #kubuntu === lolus [n=lolus@cm-83-97-140-192.telecable.es] has joined #kubuntu === Yorokobi hates adept [06:19] phyerboss: no. it should work actually [06:19] i used synaptic when I was trying other distros [06:19] what apps are used to check/repair filesystems? [06:20] Yorokobi: you should give Adept in feisty another look [06:20] phyerboss: next question: did you add/enable the multiverse repository? [06:20] I am an old-school Debian user. I prefer dselect over everything else [06:20] tell again for another partitions [06:20] please [06:21] !xconfig | enzo_ [06:21] enzo_: 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 [06:21] enzo_: there! got the right factoid :) [06:21] hmm...I have main restricted, universe, multiverse & backport [06:21] hm.. ok.. were you able to find and install flashplugin-nonfree? (that's the package name) [06:22] aaaaaaaa im sick === yuriy [n=yuriy@dhcp-129-64-153-72.dorm.brandeis.edu] has joined #kubuntu [06:22] yurii zdarova [06:22] govorit ctoto po ruskii === cabldevil [n=cabldevi@ool-4353444b.dyn.optonline.net] has joined #kubuntu [06:23] ionus have you read the ubuntu guide online? === larry_ [n=larry@adsl-70-129-224-126.dsl.tpkaks.swbell.net] has joined #kubuntu [06:23] Well, I'm rather dumbstruck. :/ [06:23] yes [06:23] u will find everything you need in it [06:23] i do how there is write [06:23] no [06:23] Nothing seems obvious in /var/log for why there isn't an automatic switch at startup. [06:23] phyerboss: hm.. ok.. were you able to find and install flashplugin-nonfree? (that's the package name) [06:23] i find but it no work [06:24] i find but it no work [06:24] if its not in there, its in the webboards === dennis_ [n=dennis@d51A4F3A1.access.telenet.be] has joined #kubuntu [06:24] Oh well. Guess I'll ask some other day. [06:24] i find but it no work [06:24] anyone use dhcp3 before [06:24] eagles0513875 [06:24] help me [06:24] ? [06:25] now [06:25] !! [06:25] whats wrong [06:25] !pastebin | phyerboss [06:25] phyerboss: 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) [06:25] write in ntfs [06:25] ? [06:25] in cant write [06:25] its still [06:25] <_4strO> !ntfs | ionus [06:25] ionus: To view your Windows/Mac partitions see https://help.ubuntu.com/community/AutomaticallyMountPartitions . For write access see !ntfs-3g or !fuse [06:25] what [06:26] <_4strO> !ntfs-3g | ionus [06:26] ionus: ntfs-3g is is a Linux driver which allows read/write access to NTFS partitions. It has been extensively tested but please remember to keep backups of critical data. Installation instructions at http://lunapark6.com/?p=1710 (Dapper) and http://ubuntuforums.org/showthread.php?t=217009/ (Edgy) [06:26] it no worck === milardovich [n=milardov@puente.knett.com.ar] has joined #kubuntu [06:26] no work === t1m [n=t1m@166-82-226-89.quickclick.ctc.net] has left #kubuntu ["Kopete] === Yorokobi [n=Yorokobi@ip67-88-113-150.z113-88-67.customer.algx.net] has left #kubuntu ["Leaving"] === Lurkan [n=Lurkan@189.142.99.224] has joined #kubuntu [06:27] ionus: do the partitions appear in /etc/fstab? [06:28] and [06:28] ? [06:28] i do that [06:28] ? [06:28] but no work [06:28] ok [06:28] !enter [06:28] Please try to keep your questions/responses on one line - don't use the "Enter" key as punctuation! [06:28] <_4strO> lol [06:28] i dunno ionus [06:28] ok [06:28] ionus: what language do u speak [06:29] ionus, you really need to do some reading about this [06:29] in /etc/fstab, is the filesystem designated as ntfs-3g? or just ntfs? === Shadowtester [i=shadowte@dialup-4.252.27.70.Dial1.Chicago1.Level3.net] has left #kubuntu [] [06:29] romanian rusian english [06:29] ? [06:29] !ru [06:29] #ubuntu-ru / Pozhalujsta vojdite v #ubuntu-ru dlq pomoshchi na russkom qzyke === mendred [n=mendred@59.93.77.101] has joined #kubuntu === lestad [n=lestad@84.122.63.9.dyn.user.ono.com] has joined #kubuntu === Contrast83 [n=mike@adsl-074-236-242-009.sip.bgk.bellsouth.net] has joined #kubuntu === kglir [n=tomcat19@82-33-83-182.cable.ubr03.trow.blueyonder.co.uk] has joined #kubuntu === killown [i=killown@201-92-129-178.dsl.telesp.net.br] has joined #kubuntu [06:31] what apps are used to check/repair filesystems? [06:31] <_4strO> fsck [06:31] <_4strO> !fsck > wolferine === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu [06:32] that it? === fowlduck [n=nate@205.213.122.82] has joined #kubuntu === incoming [n=michal@snat-n.vpnet.cz] has joined #kubuntu [06:32] for ext3? === pabst [n=jflynn@167.102.229.73] has joined #kubuntu === booglebox [n=booglebo@lns-bzn-57-82-249-2-32.adsl.proxad.net] has joined #kubuntu [06:33] um, reiser actually === ToHellWithGA [n=ryan@d7-235.rb2.clm.centurytel.net] has joined #kubuntu [06:33] ah, i dunno about reister, sorry [06:33] the new k3b theme/skin default looks pretty slick. is that a k3b thing or an ubuntu artwork thing? [06:33] fsck.reiserfs :-) [06:33] np [06:34] why do i always have to configure vmware before it can start up? [06:34] i might have to try the new kde instead of gnome if things keep looking that nice [06:34] im having constant issues, so fsck at startup isnt helping much === snook353 [n=lee@24-197-132-105.dhcp.spbg.sc.charter.com] has joined #kubuntu [06:34] Bye all! [06:34] bye crazy_penguin [06:34] well. reiserfs isn't well known for its reliability. === atidem [n=atidem@151.74.203.156] has joined #kubuntu [06:35] hi! [06:35] exobuzz, neither is reisors police record [06:35] hi ToHellWithGA === Jonty [n=jadh@82-41-207-190.cable.ubr11.edin.blueyonder.co.uk] has joined #kubuntu [06:36] ok, well dispite that fact, is there anything I can do to scan/repair it? === ionus [n=ionus@86.34.82.118] has joined #kubuntu [06:37] and anything I can use to convert, w/p losing all the data? [06:37] Dasnipa`: *ouch* === snook353 [n=lee@24-197-132-105.dhcp.spbg.sc.charter.com] has left #kubuntu ["Leaving"] [06:37] Dasnipa`: :) He is innocent.. the seat fell out of his car, th ejust happened to have an interest in those "books", its all just a coincidence! [06:38] why do i always have to configure vmware before it can start up? [06:38] fuzzy_logic: try doing just /etc/init.d/vmware start instead [06:40] thx for write in ntfs [06:40] !!!!!! === CountryGuy [n=ttwaro@24-180-237-149.dhcp.bycy.mi.charter.com] has joined #kubuntu [06:40] it is worc [06:40] it is work === eXistenZ [n=existenz@unaffiliated/eXistenZ] has joined #kubuntu [06:40] victory [06:40] lovely [06:40] good news === olopez [n=olopez@87.219.128.163] has joined #kubuntu === keszi000 [n=keszi000@89.186.112.2] has joined #kubuntu [06:41] where i can see keyshortcuts [06:41] ? [06:41] on kubuntu [06:41] ? [06:41] read the manual.... [06:41] can i get some help geting sound to work in kubuntu? [06:41] no idea where to start [06:42] give link [06:42] ? [06:42] hey waxy [06:42] please [06:42] ionus google [06:42] wolferine: hi [06:42] :)) === PupenoR [n=pupeno@2002:c87b:b75b:0:240:f4ff:fe6b:7650] has joined #kubuntu [06:42] waxy new install? [06:42] hi === Malph [n=chatzill@66-231-0-194.hosts.sdnet.net] has joined #kubuntu [06:42] wolferine: kinda,few days old,dapper === K`zan [n=vw@c-76-22-74-207.hsd1.wa.comcast.net] has joined #kubuntu [06:43] ah, well, it should be setup, did you check the settings (mute, volume, etc) ? === esben [n=esben@89.150.70.111] has joined #kubuntu [06:44] brb === Stormzoeker [n=stormzoe@cc1075059-a.sneek1.fr.home.nl] has joined #kubuntu === linux_ [n=linux@host-81-190-120-237.gdynia.mm.pl] has joined #kubuntu [06:45] ERROR: Communication problem with kmix, it probably crashed. [06:46] in vim kubuntu in have problems with syntax on parameter on vimrc , i think that it is compiled without this option. === VR_ [n=NULL@653248hfc106.tampabay.res.rr.com] has joined #kubuntu [06:46] i tryed kmix and for some reason sudo kmix [06:46] is there a command that i can run to get the mac addresses [06:46] ifconfig? [06:46] olopez: Ubuntu/Kubuntu only installs vim-tiny by default. try to install vim-full for the full effects [06:46] eagles0513875: ifconfig maybe [06:47] Jucato: thanks ;) === space_ninja [n=guiden@81-233-49-201-no58.tbcn.telia.com] has joined #kubuntu === ToHellWithGA [n=ryan@d7-235.rb2.clm.centurytel.net] has left #kubuntu ["Oh] === tomcat1965 [n=tomcat19@82-33-83-182.cable.ubr03.trow.blueyonder.co.uk] has joined #kubuntu [06:48] anyone have a idea aboute this?: ERROR: Communication problem with kmix, it probably crashed. [06:48] wow Jucato it also install gvim !! :S , have a lot of dependences [06:48] olopez: well, it is the "full" thing :) === dh [n=dh@p5494469A.dip.t-dialin.net] has joined #kubuntu === dh is now known as FERNmann === f__e [n=f_re@h81172162117.kund.kommunicera.umea.se] has joined #kubuntu [06:49] i instal "vim" package it is with syntax highlighting [06:50] :D [06:50] just looked on kubuntu.org, but cant find the bitorrent for fiesty CD images. Am I going blind? :) === spawn57 [n=sunil@n219077131092.netvigator.com] has joined #kubuntu [06:50] OOPS - I mean Edgy Eft [06:50] bronze_0_1: feisty is still beta [06:50] Jucato: right === aaroncampbell [n=aaroncam@63.225.219.62] has joined #kubuntu [06:51] I'm looking for the Edgy Eft Torrent (CD version) === tim__ [n=tim@bas1-kingston08-1128728970.dsl.bell.ca] has joined #kubuntu === tim__ is now known as skypilot [06:52] bronze_0_1: first choose a location, then when you are given choices, choose the "Other install options" link [06:52] Jucato: ah, thank you === wolferine [n=profx@unaffiliated/wolferine] has joined #kubuntu [06:53] ok, so my system just crashed again [06:53] if it switches from ttyl7 to ttyl9, is that a video issue? === SSJ_GZ [n=SSJ@host-84-9-152-59.bulldogdsl.com] has joined #kubuntu [06:54] !speed up [06:54] Sorry, I don't know anything about speed up - try searching on http://bots.ubuntulinux.nl/factoids.cgi [06:54] speed up the kubuntu [06:56] ionus still having problems? [06:56] !pastebin | phyerboss [06:56] phyerboss: 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) [06:57] anyone have a idea aboute this?: ERROR: Communication problem with kmix, it probably crashed.i cant get my sound working at all [06:57] do you have the proper driver installed? === ninHer [n=ninherta@unaffiliated/ninher] has joined #kubuntu === macconline [n=macconli@190.37.46.166] has joined #kubuntu [06:58] Jucato: rrrrrrrolling! thanks again. [06:58] bronze_0_1: sure === zerbero_-_ [n=kvirc@p85.212.53.198.tisdip.tiscali.de] has joined #kubuntu === koriel [n=koriel@athedsl-05048.home.otenet.gr] has joined #kubuntu === jager [n=jag@12-214-107-171.client.mchsi.com] has joined #kubuntu [07:02] any tricks to make kubuntu use less ram? [07:03] WaxyFresh: use kde software only [07:03] how do i uninstall all non kde? === LjL [n=ljl@ubuntu/member/ljl] has joined #kubuntu === tomcat1965 [n=tomcat19@82-33-83-182.cable.ubr03.trow.blueyonder.co.uk] has left #kubuntu ["Kopete] [07:04] WaxyFresh: disable services, e.g. cups, bluetooth === ArtMoonik_ [n=panther@mar92-3-82-66-233-126.fbx.proxad.net] has joined #kubuntu [07:04] whats the service manager called? [07:04] WaxyFresh: quit all applications you don't need that sit in system tray [07:05] WaxyFresh: kmenu>system services>advanced [07:05] WaxyFresh: what for you need free ram? [07:06] im just at 90+ usage on ram/cpu and things go REAL slow.its an old box [07:06] i dont have system services on my menu [07:06] whats the command to change screen resolution? === crdlb_ [n=crdlb@pool-70-104-183-140.norf.east.verizon.net] has joined #kubuntu [07:07] WaxyFresh: did you go to advanced? [07:07] or how do i change it? [07:07] clear [07:07] i dont have an advanced [07:07] anyone? [07:07] i think i messed up on my install [07:07] there is utility called krandrtray in kde tha let's you change reso [07:07] ta [07:08] stevethepirate: sudo dpkg-reconfigure xorg-xserver or something like that,sorry not much help\ [07:08] much better === AZNSLD [n=jeremy@71-214-151-77.dlth.qwest.net] has joined #kubuntu === tsdgeos [n=tsdgeos@kde/aacid] has joined #kubuntu [07:08] WaxyFresh: its fine.. this krandtray works 100's === stefan_ [n=stefan@dslb-084-057-061-095.pools.arcor-ip.net] has joined #kubuntu [07:08] Hey all [07:09] anyone know how i would add a battlenet server through wine for war3? [07:09] WaxyFresh: are you sure you do not have it? http://img394.imageshack.us/img394/3871/snapshot3ui4.png === savor [n=savor@unaffiliated/savor] has joined #kubuntu [07:09] try #wine maybe? :) [07:09] its got a whopping 4 people in it.. [07:09] i lie.. 3 === cyber_brain_mfkg [n=cyber_br@212.200.171.123] has joined #kubuntu === tsdgeos [n=tsdgeos@kde/aacid] has left #kubuntu ["Konversation] [07:10] stevethepirate: I was 4th for a few secs === kubuntureign [n=kubuntur@201.224.113.58] has joined #kubuntu [07:10] #winhq === gemidjy_ [n=gemidjy@62.162.67.50] has joined #kubuntu === marmotte [n=marmotte@ANantes-151-1-39-83.w83-195.abo.wanadoo.fr] has joined #kubuntu [07:10] they have a dev channel and a support channel, so I don't know off hand which one to hit [07:11] ? === dennister [n=mythtv@unaffiliated/dennister] has joined #kubuntu [07:11] kristjan_: quite sure,i had to install all kinds of stuff on my own from konverstion to adapt!but i looked and i dont havve system setting on my menu,what package is it in? [07:11] kristjan_: :lol [07:11] kristjan_: i started with a frsh install of ubuntu server edition then added kubuntu-desktop then upgraded to dapper [07:11] WaxyFresh: strange, what happens if you run "kcontrol"? [07:12] got it [07:12] WaxyFresh: ah, upgrade... === stefan_ [n=brenmcgu@dslb-084-057-061-095.pools.arcor-ip.net] has joined #kubuntu === AC3 [i=ac3@i59F72FCE.versanet.de] has joined #kubuntu === aaroncampbell [n=aaroncam@63.225.219.62] has joined #kubuntu [07:13] WaxyFresh: It may sound controversial, but I don't believe in upgrades. I always do clean install and use separate /home partition === AZNSLD [n=jeremy@71-214-151-77.dlth.qwest.net] has joined #kubuntu [07:13] i dont have a cd burner [07:13] if there was a way i could do it without a cd copy of it i would [07:13] Hallo, is it possible to get console output from digikam 8.2? [07:14] my laptop just broke so i had to build a new computer form old parts [07:14] WaxyFresh: how much ram do you have? [07:14] not sure [07:14] whats the command? [07:15] run top [07:15] need to edit the the apt source list where do i edit them [07:15] or Ctrl+Esc [07:15] WaxyFresh: 'top' in konsole. there's a total amount for mem [07:15] i have 1024 megs or ram and 1023 of that is in use. that's how linux works though, so there nothing to be worried about === psyko_free [n=virus@adsl196-225-231-217-196.adsl196-16.iam.net.ma] has joined #kubuntu [07:16] i've ran kubuntu with 192 megs of ram and it was ok [07:16] Mem: 158940k total, 147784k used, 11156k free, 2348k buffers [07:16] Swap: 188408k total, 64860k used, 123548k free, 55484k cached [07:16] or dmesg | grep MEM === dk-trampo [n=dk@c915402f.virtua.com.br] has joined #kubuntu === ArtMoonik_ [n=panther@mar92-3-82-66-233-126.fbx.proxad.net] has joined #kubuntu === cyber_brain_mfkg [n=cyber_br@212.200.171.123] has joined #kubuntu === Yorokobi [n=Yorokobi@ip67-88-113-150.z113-88-67.customer.algx.net] has joined #kubuntu [07:17] i got kcontrol open but cant find the servies part,mine loks diffent form your by the way [07:18] nm got it === anti_pop [n=anti_pop@p54b080e6.dip0.t-ipconnect.de] has joined #kubuntu [07:19] can someone please help me: michael@BlackboX:~$ amarokapp [07:19] amarokapp: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory [07:19] Can Kubuntu handle rpms? I know it's not their package system, but is it possible? === dk-trampo [n=dk@c915402f.virtua.com.br] has joined #kubuntu [07:19] can I change reiser into ext3 w/o losing data? [07:19] !alien | aaroncampbell [07:19] aaroncampbell: RPM is the RedHat Package Management system. Ubuntu does not use RPM, but !APT, and RPM packages are not supported (the package "alien" can allow installing them, but it's quite dangerous) [07:20] aaroncampbell: i thiink it can but its dangourus [07:20] okay.. i just downloaded openarena.. how would i install it? [07:20] i just unzipped it into a directory... [07:20] stevethepirate: wgat is openarena? [07:20] read the README? [07:20] did.. nothing about installing it [07:21] its the opensource version of quake3 === stivani [n=stivani@d51531068.access.telenet.be] has joined #kubuntu === Mez_ [n=Mez@ubuntu/member/mez] has joined #kubuntu [07:21] oem@noxville:~/openarena$ ls [07:21] baseoa CREDITS ioquake3.i386 ioquake3.x86_64 README [07:21] CHANGES ioq3ded.i386 ioquake3-smp.i386 LINUXNOTES source [07:21] COPYING ioq3ded.x86_64 ioquake3-smp.x86_64 oa060.tar.gz === edsesq [n=esofen@139.140.179.76] has joined #kubuntu [07:22] openarena is in the repos no need to install it manually [07:22] okay. [07:22] kristjan_: kded: home base url notifyer/media manager/remote base url notifyer/system base url notifyer media notifyer daemon kde write deamon kde internet deamon [07:22] the "sudo apt-get instal openarena" should work? === pascal_ [n=pascal@lns-bzn-22-82-249-64-147.adsl.proxad.net] has joined #kubuntu [07:22] *then [07:22] ??? === epinephrine [i=geek@82-37-152-150.cable.ubr01.wals.blueyonder.co.uk] has joined #kubuntu [07:22] dunno what the package is called, search synaptic or your packet manager for it === dk-trampo [n=dk@c915402f.virtua.com.br] has joined #kubuntu === pascal_ [n=pascal@lns-bzn-22-82-249-64-147.adsl.proxad.net] has left #kubuntu ["Konversation] [07:22] howto? [07:23] WaxyFresh: what is that list? [07:23] kristjan_: which can i remove? [07:23] youre right: sudo apt-get install openarena [07:23] anti_pop: how do i search repos? [07:23] will work === sabakas1 [n=solapus@66.90.121.129] has joined #kubuntu [07:23] kristjan_: the list of startup sevices [07:23] Thanks Yorokobi and WaxyFresh ...so when you get a .deb file, how do you actually install it? [07:23] E: Couldn't find package openarena === Jonty [n=jadh@82-41-207-190.cable.ubr11.edin.blueyonder.co.uk] has joined #kubuntu [07:23] !dpkg [07:23] enable multiverse or whatever === animimotus [n=animimot@148.199.100-84.rev.gaoland.net] has joined #kubuntu [07:23] aaroncampbell, sudo dpkg -i [07:23] !multiverse [07:23] it is enamped [07:24] *it is enabled [07:24] dpkg is the Debian package maintenance system, which together with apt forms the basic Ubuntu package management toolkit. [07:24] no idea, its in my repos [07:24] The packages in Kubuntu are divided into various sections. See https://help.ubuntu.com/community/Repositories/Kubuntu === rachel_ [n=rachel@lns-bzn-21-82-64-88-233.adsl.proxad.net] has joined #kubuntu === JuJuBee [n=JuJuBee@greenville.k12.ny.us] has joined #kubuntu [07:24] anti_pop, it is not in the standard repos === Derive[x] [n=Fidelio@101-241-222-201.adsl.terra.cl] has joined #kubuntu === user_ [n=user@c-75-68-148-198.hsd1.nh.comcast.net] has joined #kubuntu [07:24] its in multi- or universe [07:24] WaxyFresh: didn't you say you don't have "system services" available in kcontrol? [07:24] well.. should i just edit my sources list to add yours? then apt-get it? [07:25] wait, steve [07:25] anti_pop: this is for edgy right? [07:25] im on feisty, sorry === cyber-hazard [n=drook@216.120.62.114.ptr.us.xo.net] has joined #kubuntu === arkaitz [n=arkaitz@62.42.41.47] has joined #kubuntu [07:25] kristjan_: i thohgt i didiint have kcontrol but i did it just wasent on the menu [07:25] kristjan_: it looks difrent from yours [07:26] anti_pop: i downloaded the file off the website.. [07:26] its a tarball [07:26] i unzipped it [07:27] now what should i do to install it? [07:27] !build | steve [07:27] steve: Compiling software from source? Read the tips at https://help.ubuntu.com/community/CompilingSoftware (But remember to search for pre-built !packages first: not all !repositories are enabled by default!) [07:27] WaxyFresh: so you have it in kcontrol but not in "kubuntu kcontrol version"? === kubuntureign [n=kubuntur@201.224.113.58] has joined #kubuntu [07:27] steve, its only in feisty, universe [07:27] check readme files on that archive === cyber-hazard [n=drook@216.120.62.114.ptr.us.xo.net] has left #kubuntu [] [07:27] i gotta go === anti_pop [n=anti_pop@p54b080e6.dip0.t-ipconnect.de] has left #kubuntu ["Kopete] [07:27] stevethepirate: What package is this? [07:28] openarena? [07:28] kristjan_: kcontrol isnt on my menu i had to open it with the run comand, === aziz [n=aziz@chello084112072063.6.11.vie.surfer.at] has joined #kubuntu [07:28] u could create a shortcut for kcontrol === cptcalicojack [i=fwuser@208.57.234.83] has joined #kubuntu === jani [n=jani@87-94-23-156.phpoy.fn.fi] has joined #kubuntu === Kevlar123 [n=laptop@cpe-66-68-150-28.austin.res.rr.com] has joined #kubuntu [07:30] jhutchins: any ideas on how to install? [07:30] WaxyFresh: just to make things sure that we talk about same thing - does it look something like this? http://img352.imageshack.us/img352/3723/snapshot4st8.png [07:30] kubuntureign: i use the terminal alot,i can just type kcontrol from there [07:31] can I change reiser into ext3 w/o losing data? LAST TIME I AM ASKING [07:32] there is nothing in my /etc/apt/source.list [07:32] wolferine: i would create the ext3, copy the data while booted to a livecd, then delete the resier. thats the safest way. === salvo [n=salvo@host13-36-dynamic.57-82-r.retail.telecomitalia.it] has joined #kubuntu === kenws [n=ken@dslb-088-064-132-225.pools.arcor-ip.net] has joined #kubuntu [07:32] thats not what I asked [07:32] well, i would say no, there is not a way. [07:32] thank you === DrX [n=axon@adsl-68-120-71-127.dsl.irvnca.pacbell.net] has joined #kubuntu [07:33] !find openarena [07:33] Package/file openarena does not exist in edgy === kubuntian [n=andrea@d154-5-167-147.bchsia.telus.net] has joined #kubuntu [07:34] kristjan_: evrythings the same but i dont have system services i have service manager under kde componates === hgklmnrs [n=math@modemcable121.102-83-70.mc.videotron.ca] has joined #kubuntu [07:35] stevethepirate: You could try using the package from feisty - download the .deb file and use dpackage to install it, or you could try using a debian .deb if one exists. You can also check the openarena web site and see if they provide a .deb package (check sourceforge or freshmeat). Installing from source is the last option you want to try, and you can follow the web page above on how to do that. === lunar-raven [n=lunar-ra@71-37-35-249.tukw.qwest.net] has joined #kubuntu [07:35] i have the tarball already.. [07:35] i unzipped it and got this. === foldingue [n=foldingu@ACayenne-103-1-12-225.w81-248.abo.wanadoo.fr] has joined #kubuntu [07:36] oem@noxville:~/openarena$ ls [07:36] baseoa CREDITS ioquake3.i386 ioquake3.x86_64 README [07:36] CHANGES ioq3ded.i386 ioquake3-smp.i386 LINUXNOTES source [07:36] COPYING ioq3ded.x86_64 ioquake3-smp.x86_64 oa060.tar.gz === neil__ [n=neil@cpc1-oxfd8-0-0-cust114.oxfd.cable.ntl.com] has joined #kubuntu [07:36] !pastebin [07:36] 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) === dot_net [n=ads@88.235.145.246] has joined #kubuntu === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu [07:36] kristjan_: sorry.. should only have been the last 3 lines.. === mart81 [n=mart81@a80-126-145-212.adsl.xs4all.nl] has joined #kubuntu [07:36] stevethepirate: Installing from the tarball means you are working outside of the package management sysetm; you have no information about dependencies or the availability of the package to other programs, you may not be able to uninstall it, and it may install things in the wrong directories. [07:36] WaxyFresh: do you have services like "bluetooth", etc.? [07:36] is there a w32codecs repo for feisty? [07:36] amaral [07:37] nice nick [07:37] jhutchins: what do you recommennd then? [07:37] kristjan_: no [07:37] mart81: where is one simple way to manually install them [07:37] mart81: Dunno, check #ubuntu+1 for feisty. [07:37] WaxyFresh: post the screenshot of your "system services" [07:37] stevethepirate: You could try using the package from feisty - download the .deb file and use dpackage to install it, or you could try using a debian .deb if one exists. You can also check the openarena web site and see if they provide a .deb package (check sourceforge or freshmeat). Installing from source is the last option you want to try, and you can follow the web page above on how to do that. === paolo [n=paolo@host181-224-static.24-87-b.business.telecomitalia.it] has joined #kubuntu [07:38] I can't seem to get my headphone mic working in skype (not sure how else to test in kubuntu). However, my usb mic works fine. My headphone mic is plugged directly into the mic jac in my motherboard [07:38] !build | stevethepirate [07:38] stevethepirate: Compiling software from source? Read the tips at https://help.ubuntu.com/community/CompilingSoftware (But remember to search for pre-built !packages first: not all !repositories are enabled by default!) === Smurphy[ACS] [n=smurphy@solsys.org] has joined #kubuntu [07:38] ciao [07:38] kristjan_: where? [07:38] aaroncampbell: Make sure the mic input is on in your mixer. [07:38] paolo: ciao [07:39] mornin, all. i was wondering if dd images would have a problem being restored to a different drive (someone said it's a bit image copy & that if the replacement drive has a bad sector you're hosed)? [07:39] !it | paolo [07:39] paolo: Vai su #ubuntu-it o su #kubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! [07:39] mart81: dl this ftp://ftp.fu-berlin.de/unix/X11/multimedia/MPlayer/releases/codecs/essential-20061022.tar.bz2 and copy the contents to /usr/lib/win32 and you are done [07:39] kristjan_: how do i take a screen shot ? === Edulix [n=edulix@70.Red-88-15-163.dynamicIP.rima-tde.net] has joined #kubuntu [07:39] jhutchins: I *just* saw kmix... === user_ [n=user@dslb-088-066-030-113.pools.arcor-ip.net] has joined #kubuntu === edsesq [n=esofen@139.140.179.76] has left #kubuntu [] === matysek [n=333@87.244.220.22] has joined #kubuntu [07:44] WaxyFresh: http://imageshack.us/ is good place to upload screens. you take screens with kmenu>graphics>ksnapshot === Yorokobi is away: I am AFK [07:44] thanks kristjan_ [07:44] kristjan_: Of course that means it's not in the apt database, and other packages that depend on it won't know it's installed, and he won't have all the symlinks to it that the package would give him. === dot_net is now known as MCSE [07:44] jhutchins: with mplayer he won't have a problem. xine will play also === MCSE is now known as CISCO [07:44] kristjan_: Pluggins often look in the other directories. [07:44] kristjan_: PrintScreen also works (to launch ksnapshot) === CISCO is now known as ClSCO [07:44] jhutchins: don't know about totem, but every other movie player I have used (kmplayer, xine, kaffeine, vlc, mplayer) play fine with codecs all in one place - /usr/lib/win32 === hara [n=hara@dsl-tregw2-fee8df00-68.dhcp.inet.fi] has joined #kubuntu === dhq [n=dhq@122.167.40.164] has joined #kubuntu [07:44] jhutchins: same applies to their mozilla plugins === blinky [n=blinky@APointe-a-Pitre-103-1-58-41.w80-8.abo.wanadoo.fr] has joined #kubuntu === daemon_nio [n=daemon_n@host135-190-dynamic.2-87-r.retail.telecomitalia.it] has joined #kubuntu === _fitz_ [n=fitz@host130-84.pool82105.interbusiness.it] has joined #kubuntu [07:44] kristjan_: Why not install it with apt? [07:44] How can I test my mic without skype? [07:44] Then, once I get it working, I'll test with skype [07:44] aaroncampbell: Should be able to capture it to speakers/headset. [07:45] jhutchins: how? [07:45] jhutchins: you could if you want, infact ubuntu wiki does give you links to win32 debs IIRC [07:45] aaroncampbell: Enable the mic capture/record in kmix. If the speakers/headset are on you should hear it. === LjL [n=ljl@ubuntu/member/ljl] has joined #kubuntu [07:46] kristjan_: Yup. [07:46] kristjan_: I like to encourage people to stay within the system if possible, especially if they're new to ubuntu. [07:46] aaroncampbell: Make sure you're jacked into mic in, not line in. [07:47] jhutchins: definitely mic in [07:47] how can I figure out where my USB Palmpilot is mounting? === cox377 [n=admin@host-84-9-94-36.bulldogdsl.com] has joined #kubuntu [07:48] KPilot isn't finding it... it does on my home machine no problem [07:48] umount --help === zerbero_6261 [n=kvirc@p85.212.53.198.tisdip.tiscali.de] has joined #kubuntu === zerbero_6262 [n=kvirc@p85.212.53.198.tisdip.tiscali.de] has joined #kubuntu === zerbero6261 [n=kvirc@p85.212.53.198.tisdip.tiscali.de] has joined #kubuntu [07:48] NSCAD_Nathan: look in /var/log/messages [07:48] jhutchins: is there a howto or anything? I'm really not even seeing how to tell for sure that I'm getting it set right in kmix [07:49] where is a good FTP to get the .isos? [07:49] I looks like green light means on, red light means recording? [07:49] aaroncampbell: There's this: [07:49] !sound [07:49] 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 [07:49] !aptfix [07:49] 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 [07:49] wolferine: what isos? [07:49] kristjan_: will you be on for w hile? [07:50] NSCAD_Nathan: lsusb -v may help also [07:50] kubuntu [07:50] !aptfix [07:50] kristjan_: i gotta go for an hour or so [07:50] !aptfix [07:50] 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 === zerbero_6261 [n=kvirc@p85.212.53.198.tisdip.tiscali.de] has joined #kubuntu === zerbero_6262 [n=kvirc@p85.212.53.198.tisdip.tiscali.de] has joined #kubuntu === zerbero6261 [n=kvirc@p85.212.53.198.tisdip.tiscali.de] has joined #kubuntu === zerbero6262 [n=kvirc@p85.212.53.198.tisdip.tiscali.de] has joined #kubuntu === jamie [n=jamie@cooltaylors.plus.com] has joined #kubuntu [07:50] kristjan_, kubuntu === eilker [n=eilker@88.254.115.77] has joined #kubuntu [07:50] WaxyFresh: not sure. anyway I doubt I can be helpful with apt problems. I just a linux noob like you ;) === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu [07:51] so /var/log/message shows me "new full speed USB device using uhci_hcd and address 5" when I enable it === weedar [n=weedar@062016224183.customer.alfanett.no] has joined #kubuntu [07:51] !download | wolferine [07:51] wolferine: Kubuntu can be downloaded in various formats from here: http://kubuntu.org/download.php [07:51] i asked for an FTP [07:51] wolferine: I guess mirror in your country would be fastest [07:51] an FTP site === vladko_ [n=vladko@adsl-dyn105.91-127-100.t-com.sk] has joined #kubuntu [07:51] NSCAD_Nathan: Does it tell you what device it is? like /dev/sda === jxn [n=jxn@xdsl-87-78-81-47.netcologne.de] has joined #kubuntu === BluesKaj [n=Wiliecoy@bas1-sudbury98-1177671755.dsl.bell.ca] has joined #kubuntu [07:52] !ftp | channel [07:52] channel: FTP clients: !Nautilus, !gFTP (for !GNOME) - !Konqueror, !Kasablanca, !KFTPGrabber (for !KDE) - See also !FTPd [07:52] lol === coreymon77 [n=coreymon@CPE000f663685cd-CM0011e67c2935.cpe.net.cable.rogers.com] has joined #kubuntu [07:52] wolferine: where do you live? === fuzzy_logic [n=fuzzy@89.98.88.94] has joined #kubuntu [07:52] jhutchins - no, just that, and " usb 4-2: configuration #1 chosen from 1 choice" === ark[1] [n=ark1@n22z159l244.broadband.ctm.net] has left #kubuntu [] [07:52] wolferine: I think the mirrors list has FTP mirrors. If not, just try ftp at the same hosts, it's usually enabled. [07:52] whatever #1 means === fuzzy_logic says hello [07:52] ah [07:52] right [07:53] NSCAD_Nathan: try dmesg === Omnifrog [n=Omnifrog@c-68-53-50-233.hsd1.tn.comcast.net] has joined #kubuntu === office [n=office@217.97.224.254] has joined #kubuntu === macconline [n=macconli@190.37.46.166] has joined #kubuntu [07:53] jhutchins - same two messages [07:53] wolferine: jhutchins is absolutely right, same mirror often provides both, http and ftp [07:54] bye ppl .. bbl [07:54] exit === fuzzy_logic waves === skirk [n=skirk@ip-103-163.sn2.eutelia.it] has joined #kubuntu === coreymon [n=coreymon@unaffiliated/coreymon77] has joined #kubuntu [07:55] Can someone assist me with squid/dansguardian/iptables ? I have squid & dg installed. On the machine I installed squid/dg, I will run a web server and it will also be my fileserver for my class. [07:55] hmm , trying to enable pcm digital output on my soundcard ...anything I should know about alsa settings ... I have PCM enabled but it's not appearing on the digital out ... it works ok in windows BTW ...any suggestions or ideas ? [07:55] I have read many articles on iptables and am more confuse than when I started. [07:55] NSCAD_Nathan: Here's what mine shows for a storage device (dmesg): http://paste.ubuntu-nl.org/12986/ [07:55] I want a transparent proxy. [07:55] NSCAD_Nathan: Do you see how I can tell that it's going to be /dev/sda? [07:56] ok, can someone explain to me why the iso is 40k, and can be dled in a browser (clicking a link), but in FTP it just shows as, what appears to be a link? [07:56] jhutchins - line 25? [07:56] NSCAD_Nathan: Also all the ones beginning wth "sda:". [07:57] wolferine: Probably because it's a link. [07:57] JuJuBee: i dont know iptables, but it may be worth looking at an app like Guraddog to get a kde interface to manage yuor firewall. [07:57] wolferine: what iso? [07:58] so how would I access the .iso via FTP? [07:58] execute it? [07:58] jhutchins - right... but my dmesg doesn't show anything like that... unless uhci_hcd is something. It only has those two lines when I plug it in. === coreymon is now known as coreymon77 [07:58] guys [07:58] JuJuBee: I've never worked with dansguardian or squid, but this is a good tutorial on firewalls: http://tldp.org/HOWTO/IP-Masquerade-HOWTO/ [07:59] I wonder why it works fine at home, no troubles at all, on the same version of kubuntu... === fuzzy_logic is brb [07:59] fuzzy_logic, kubuntu.iso [07:59] how do i check how much space i have left on my partition === zerbero6262 [n=kvirc@p85.212.53.198.tisdip.tiscali.de] has joined #kubuntu === ubuntu [n=ubuntu@r190-64-55-91.dialup.adsl.anteldata.net.uy] has joined #kubuntu [08:00] !modem [08:00] You want to connect via dial-up? Read https://help.ubuntu.com/community/DialupModemHowto [08:00] NSCAD_Nathan: try running dmesg again. [08:00] coreymon77: df -h === odissea [n=ilianahp@189.142.99.224] has joined #kubuntu [08:01] jhutchins, so how would I access the .iso via FTP? === fuzzy_logic = back === Cara_WCAM_MSN [n=user@201.46.42.21] has joined #kubuntu [08:01] ftp , get , or cd , get [08:01] wolferine: you must downlaod it to get it to your machine. === key [n=key@host115-211-dynamic.8-87-r.retail.telecomitalia.it] has joined #kubuntu [08:01] then you can burn it to a cd or dvd [08:01] slestak, ? [08:02] !iso [08:02] To mount an ISO disc image, type sudo mount -o loop - There is a list of useful cd image conversion tools at http://wiki.linuxquestions.org/wiki/CD_Image_Conversion - Always verify the ISO using !MD5 before !burning. [08:02] Here comes! - Here's comes the cum! [08:02] jhutchins - http://paste.ubuntu-nl.org/12987/ You can see the disconnect of the device, and then the reconnect [08:02] jhutchins, but when I do a getfile, its only the link I am getting [08:02] slestak, you walked into a longer conversation === Camaxtli [n=Anton@h177105.upc-h.chello.nl] has joined #kubuntu [08:03] jhutchins - you should change your nick to wikijhutchins :) === sica_ [n=sica@86.125.110.93] has joined #kubuntu === coreymon77 [n=coreymon@CPE000f663685cd-CM0011e67c2935.cpe.net.cable.rogers.com] has joined #kubuntu === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu [08:03] wow [08:03] nm [08:04] wolferine: got it? === stabbymctwist [n=stabbymc@75-163-35-87.sxcy.qwest.net] has left #kubuntu ["Konversation] [08:04] apparently === rudlavibizon [n=rudlavib@cable-89-216-138-227.dynamic.sbb.co.yu] has joined #kubuntu [08:04] NSCAD_Nathan: Looks like either you don't have scsi support enabled, or the pilot's not being recognized as a storage device. === coreymon [n=coreymon@unaffiliated/coreymon77] has joined #kubuntu === adrian__ [n=adrian@p5486E491.dip.t-dialin.net] has joined #kubuntu === Lam_ [n=Lam@128.227.23.106] has joined #kubuntu === rudlavibizon [n=rudlavib@cable-89-216-138-227.dynamic.sbb.co.yu] has joined #kubuntu [08:08] NSCAD_Nathan: http://doc.gwos.org/index.php/Palm_sync_dapper http://doc.gwos.org/index.php/Palm_sync_dapper http://doc.gwos.org/index.php/Palm_sync_dapper [08:08] darn internet [08:08] anyways === Ryiel [n=resident@183-20-103.ip.adsl.hu] has joined #kubuntu [08:08] NSCAD_Nathan: See if one of those helps. I don't have a pilot, so I'm afraid I'm out of ideas. === stevethepirate [n=stnber00@tsl.uct.ac.za] has joined #kubuntu [08:08] hello [08:08] again [08:08] okay. [08:09] if i've got the openarena .deb.. how do i install that so that it ensures dependancies, etc.... === Stormzoeker [n=stormzoe@cc1075059-a.sneek1.fr.home.nl] has joined #kubuntu [08:09] stevethepirate: Great! dpkg -i [08:10] does anyone know how to check how much space i have lef ton my drive [08:10] or the usage % [08:10] coreymon: df -h === embrapa [n=embrapa@pata.cnpms.embrapa.br] has joined #kubuntu === wili [n=wili@c-67-191-36-108.hsd1.fl.comcast.net] has joined #kubuntu [08:11] someone can help me ? [08:11] coreymon: Did you not get that the first time? [08:11] embrapa what is your question? [08:12] jhutchins: what do you mean? [08:12] jhutchins: get what? [08:12] fuzzy_logic: when i run a program....it dont apears on "panel" near clock [08:13] coreymon: df -h is how you check disk usage. === Alonea [n=chatzill@204.158.157.176] has joined #kubuntu [08:13] Does anyone here use skype with kubuntu? [08:13] thanks jhutchins [08:13] embrapa: you mean like in your taskbar? or in the tray? [08:13] aaroncampbell: have used it [08:13] fuzzy_logic: yes.. [08:13] embrapa: what? i gave you 2 possabilities === eeanm [n=ian@amarok/developer/eean] has joined #kubuntu [08:14] It seems that it activates and uses "Front Mic" rather than just "Mic" (watching in kmix), but I don't know how to (or if I can) attach my mic to "Front" [08:14] fuzzy_logic: in the tray [08:14] While my motherboard has the capabilities, I don't have any audio connections in the front of my case to connect it to === tejedacorporatio [n=tejedaco@189.131.60.84] has joined #kubuntu [08:15] embrapa: what app are you running? [08:15] embrapa: some applications don't put an icon in the tray.. just like in windows === tackat [n=tackat@p5493D558.dip.t-dialin.net] has joined #kubuntu === vyoman [n=andre@80-195-189-100.cable.ubr05.croy.blueyonder.co.uk] has joined #kubuntu [08:16] allo === fuzzy_logic needs to go === fuzzy_logic waves [08:16] fuzzy_logic: but i think i dinsconfigured...it appeas...konsole....amarok..now i have to press alt+tab to show me the programs open [08:17] slestak: what means app ? [08:17] embrapa: i really have to go now.. sorry can't help you further.. [08:17] app means application [08:17] application means program :) [08:17] bye === coreymon_ [n=coreymon@unaffiliated/coreymon77] has joined #kubuntu === zerbero_6262 [n=kvirc@p85.212.53.198.tisdip.tiscali.de] has joined #kubuntu [08:17] fuzzy_logic: ok thank [08:17] any aplication === zerbero_6262 [n=kvirc@p85.212.53.198.tisdip.tiscali.de] has joined #kubuntu [08:18] sorry bout that [08:18] embrapa: hmm, that is strange. [08:18] hi guys, how can i check what is taking all of the spacee on my drive [08:18] slestak: i waas modifing the icons on taskbar... [08:18] i normally dont have space problems === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu [08:19] slestak: deleting....some icons... [08:19] embrapa: I think what yo may have done is removed the taskbar from your panel. [08:19] the taskbar has ~1" icons for each running app on your screen [08:20] embrapa: where the sysytem tray has single icons for some apps. === rrs [n=rrs@203.187.253.248] has joined #kubuntu [08:20] embrapa: if you look to the left of each section in the panel, you will see a cross-hatched "handle" for each panel section. [08:20] embrapa: verify that you have both a taskbar and system tray [08:21] ok === henni [n=henni@p508FEAEB.dip.t-dialin.net] has joined #kubuntu === stefo [n=stefo@88.203.169.162] has joined #kubuntu [08:22] hey im new can someone help me quickly?^ [08:22] slestak: =[[ === stefo is now known as stefo_ [08:22] hi === zerbero_6262 [n=kvirc@p85.212.53.198.tisdip.tiscali.de] has joined #kubuntu [08:22] Hi!! I'm using kubuntu Feisty 7.04 [08:22] bye:) [08:22] hi [08:22] i'm [08:22] adrian_: just ask [08:22] I have a frustrating problem. [08:23] using [08:23] k [08:23] what [08:23] Network Manager is enabled. But I am using static configuration for my wireless card at home. [08:23] my problem is: i want to start my adept but i get this error:the APT Datebase could not be opened+ === Ryiel [n=resident@183-20-103.ip.adsl.hu] has joined #kubuntu === kubuntian [n=andrea@d154-5-167-147.bchsia.telus.net] has joined #kubuntu [08:24] So I switch NM to offline mode and ask it to specifically connect to a static ip address. === coreymon_ [n=coreymon@CPE000f663685cd-CM0011e67c2935.cpe.net.cable.rogers.com] has joined #kubuntu [08:24] Now, I can use FireFox and KSIRC to connect. [08:24] adrian__: have you updated or messed with the sources.list? [08:24] But, Konqueror/Kontact don't work. [08:24] i don't know how to help you === zerbero_6262 [n=kvirc@p85.212.53.198.tisdip.tiscali.de] has joined #kubuntu [08:24] adrian_: weird. [08:24] i don't know how to help you [08:24] :( [08:24] Nor do most KDE applications. [08:24] Any ideas/help ?? [08:25] coreymon: You can also point konqueror to system:/media/, right click on a partition, and get Properties. [08:25] rrs, they don't start or they can't reach anything on the Internet? [08:25] Could not connect to host http://www.google.com/. [08:25] That's what Konqueror says. === cntb [n=user@217.132.145.22] has joined #kubuntu [08:25] Kontact keeps silent. [08:25] rrs, do you have a global proxy enabled [08:25] But it doesn't connect to the internet to download mails. [08:26] No, I'm not using any proxy. [08:26] !adeptfix | adrian__ [08:26] adrian__: 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 === city9 [n=city9@222.124.227.85] has joined #kubuntu === szymmy [n=szymmy@85.73.167.86] has joined #kubuntu === hnsn [i=jh83@c83-255-130-243.bredband.comhem.se] has joined #kubuntu [08:27] I'm not sure if my connectivity problem is an IPV6 problem or something else. [08:27] rrs: Did you configure the DNS? [08:27] Yes, I did. [08:27] DNS is perfect. [08:27] dig resolved properly. === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu [08:27] rrs, what I mean is is one *enabled* not is one being used [08:27] And so did Firefox and ksirc. [08:28] !ipv6 | rrs [08:28] Firefox won't use the KDE global proxy settings, whereas Konqueror does [08:28] rrs: To disable ipv6 read https://help.ubuntu.com/community/WebBrowsingSlowIPv6IPv4 [08:28] Disabling IPv6 won't change anything, methinks [08:28] Yorokobi: I know. Please. I've checked and it says, "Connect to internet directly" [08:28] Yorokobi: Yeah, sounds like you have a better idea what's going on. [08:28] That's what even I think. [08:29] IPv6 shouldn't be the problem. [08:29] I feel this has something to do with the new feature introduced with Feisty of applications being disconnected when the network is off. === tigre [n=tigre@200.87.96.82] has joined #kubuntu [08:29] I heard that for Ubuntu. Not sure if it is in kubunut or not. === RavenTux [n=raventux@unaffiliated/raven301] has joined #kubuntu [08:30] rrs, so your K->System Settings->Network Settings->Proxy is set to Connect ... directly? [08:30] Yes. [08:30] K, I wanted to make sure that potential problem was out of the way :) === tuxum [n=sica@86.125.110.93] has joined #kubuntu === stefo [n=stefo@88.203.169.162] has joined #kubuntu === zerbero_6262 [n=kvirc@p85.212.53.198.tisdip.tiscali.de] has joined #kubuntu === coreymon [n=coreymon@CPE000f663685cd-CM0011e67c2935.cpe.net.cable.rogers.com] has joined #kubuntu [08:31] Are you guys aware if Kubuntu also uses the same feature being advertised for ubuntu ? [08:31] (Of applications not polling the network when it is down) [08:31] hey rrs [08:31] there [08:31] is [08:31] wireless [08:31] utility [08:31] maybe [08:31] it [08:31] will [08:31] help === adrian__ [n=adrian@p5486E491.dip.t-dialin.net] has joined #kubuntu [08:31] you [08:32] and [08:32] what [08:32] wireless [08:32] utility [08:32] is [08:32] that? [08:32] it [08:32] is [08:32] stefo, perhaps you should use "staccato" as a nick :D [08:32] in internet>wireless assistant [08:32] !enter | stefo, rrs [08:32] stefo, rrs: Please try to keep your questions/responses on one line - don't use the "Enter" key as punctuation! [08:32] Anybody help me with the command: cat programs.dat |dpkg --set-selections [08:33] iwconfig gives me proper output. [08:33] I can connect to my router. The problem is only with KDE applications. === kripl [n=cs@BSN-77-113-32.dial-up.dsl.siol.net] has joined #kubuntu [08:33] rrs, and sudo ifconfig gives you the correct IP/Subnet/GW/etc ? [08:33] Yes. I say that again because if that was wrong, I wouldn't have been chatting with you right now. [08:34] True enough, I'll try not to belabor that (or proxies) anymore [08:34] rrs: Since it's a feisty "feature", you may find more help in #ubuntu+1 [08:34] Oh!!! Wrong channel !!! [08:34] Sorry, I recently turned from Debian (+5yrs) to Kubuntu. [08:34] I'll check there. [08:35] They cover all flavors of feisty. [08:35] BTW, if you guys can provide any help, that'd be good. [08:35] This feature sounds like a lousy idea. "We know better than you what you want, you don't need to be able to control your networking." [08:35] Microsoft Thinking. === arkindal [n=arkindal@host86-125-dynamic.9-87-r.retail.telecomitalia.it] has joined #kubuntu === waltraud [n=waltraud@cm103-211.liwest.at] has joined #kubuntu [08:36] how do I burn an ISO, can I use gnomebaker? [08:37] wolferine, k3b === eukaryote [n=ek@82-69-110-159.dsl.in-addr.zen.co.uk] has joined #kubuntu [08:37] im not using kde [08:37] heh, wrong channel, wolferine :) [08:37] +b in ubuntu [08:37] ONLY channel [08:37] Do you know of a program to write test procedures for human beings to carry on and write down the results? [08:38] wolferine: Were you bad? [08:38] +b != good === hannes__ [n=hannes@pd9e65f47.dip.t-dialin.net] has joined #kubuntu === blizzzek [n=blizzz@p57B50454.dip0.t-ipconnect.de] has joined #kubuntu === esaym [n=user@cpe-72-183-201-32.satx.res.rr.com] has joined #kubuntu [08:38] PupenoR: You might look at the edubuntu packages (they'll work on kubuntu). === pointwood [n=pointwoo@89.150.85.151] has joined #kubuntu [08:39] jhutchins: what? [08:39] wolferine: Use cdrecord === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu === bronze_0_1 [n=Lester@c-24-62-225-133.hsd1.nh.comcast.net] has joined #kubuntu [08:39] wolferine, or switch to KDE [08:39] jhutchins: I don't want to test humans, I want to help human test software and help humans report to me how my software is doing on the tests. [08:39] im burning the kubuntu ISO :?) [08:40] Why don't you just install the KDE packages from the repos? [08:40] PupenoR, cvs + webboard === Defaulllt [n=comp06@host-86-106-249-173.moldtelecom.md] has joined #kubuntu === zerbero_6262 [n=kvirc@p85.212.53.198.tisdip.tiscali.de] has left #kubuntu ["Konversation] === kkerwin [n=kris@138.87.179.129] has joined #kubuntu [08:40] !equivalents [08:40] A comprehensive list of of Windows-equivalent applications in Linux can be found at http://www.linuxrsp.ru/win-lin-soft/table-eng.html and https://wiki.ubuntu.com/WhatWindowsUsersWant === AZNSLD [n=jeremy@71-214-151-77.dlth.qwest.net] has joined #kubuntu === Defaulllt is now known as salat === ppppp [n=ppppp@201.238.197.186] has joined #kubuntu === hsystem-x [n=hsystem-@136.145.29.19] has joined #kubuntu [08:42] orhei === eilker [n=eilker@81.213.162.84] has joined #kubuntu [08:43] !monodevelop [08:43] Sorry, I don't know anything about monodevelop - try searching on http://bots.ubuntulinux.nl/factoids.cgi [08:43] jhutchins, u write the bot yourself? [08:43] !mono > eilker === Xel [n=alex@201.232.22.209] has joined #kubuntu === ArtMoonik [n=panther@mar92-3-82-66-233-126.fbx.proxad.net] has joined #kubuntu === Xel [n=alex@201.232.22.209] has left #kubuntu ["Konversation] === caina [n=caina@201.25.28.10] has joined #kubuntu === leileilol [n=Hsi@c-75-68-37-174.hsd1.nh.comcast.net] has joined #kubuntu === sleepy_ [n=sleepy@ppp-62-216-205-118.dynamic.mnet-online.de] has joined #kubuntu === dennister [n=mythtv@206-248-171-136.dsl.teksavvy.com] has joined #kubuntu === cntb [n=user@217.132.145.22] has joined #kubuntu === scott_ [n=scott@n219078114181.netvigator.com] has joined #kubuntu [08:50] wolferine: Nope. === tuxx [n=nico@ip25-237-59-62.adsl.versatel.nl] has joined #kubuntu === aib [n=aib@pdpc/supporter/basic/aib] has joined #kubuntu [08:50] hello [08:50] hi tuxx [08:50] wolferine: It's a pretty good one though. [08:50] my old nick got stuck somewhere [08:51] strange [08:51] i agree [08:51] take a day or two just to get the triggers down === ubuntu [n=ubuntu@user-85-201-10-248.tvcablenet.be] has joined #kubuntu === joanan [n=joanan@36.pool62-37-168.dynamic.orange.es] has joined #kubuntu === scott_ is now known as ushaba === alex__ [n=alex@adsl-75-19-33-180.dsl.irvnca.sbcglobal.net] has joined #kubuntu === alex__ is now known as bruja8 [08:54] hi guys, [08:54] hi bruja8 [08:55] hello bruja8 === rrs_ [n=rrs@203.187.253.248] has joined #kubuntu [08:55] can I just upgrade to kubuntu from in 6.10 ubuntu? [08:55] wolferine: that's verry easy [08:55] wolferine, yes [08:55] or is it better to just format? [08:55] i am trying to install a windows driver tru ndiswrapper, but it says that the driver is not 32-bit [08:55] wolferine: apt-get install kubuntu-desktop === javi [n=javi@host168.201-253-39.telecom.net.ar] has joined #kubuntu [08:55] nah [08:55] damn, tuxx was faster than me. : [08:56] was getting the BETA [08:56] :p [08:56] more experienced in upgrading from ubuntu 6.10 to kubuntu [08:56] :p === brownedwg89 [n=Brownie@c-69-248-19-223.hsd1.pa.comcast.net] has joined #kubuntu [08:56] heh === melqui [n=melqui@201-26-160-59.dial-up.telesp.net.br] has joined #kubuntu === ubuntu [n=ubuntu@201.198.91.86] has joined #kubuntu [08:56] did that a lot [08:57] then i figured out that it would be easier to burn a kubuntu CD === gost [n=gost@24-32-231-201.fibertel.com.ar] has joined #kubuntu [08:57] can anyone help me with ndiswrapper [08:57] i was to lazy to download [08:57] ok [08:57] time to install [08:57] bbiab [08:57] me too === kuw88 [n=kuw88@91.140.133.78] has joined #kubuntu === ahlalo_elyon [n=elyon@c-71-205-65-72.hsd1.mi.comcast.net] has joined #kubuntu === mholthaus [n=mholthau@53539D38.cable.casema.nl] has joined #kubuntu [08:58] can someone tell me where ii can find a 32bit broadcom driver? === gost is now known as gost87 [08:58] Does anyone use or know of a good video cataloging application? The one's I've used from the repos are pretty poor... [08:59] bruja8: broadcom is included in kernel 2.6.20 === rita [n=rita@host98.190-30-34.telecom.net.ar] has joined #kubuntu [08:59] bruja8, http://www.opendrivers.com/company/21031/broadcom-free-driver-download.html [09:00] bruja8, are you using 6.10 or 7.04 ? === Hrontore [n=rod@adsl-1-51-53.bix.bellsouth.net] has joined #kubuntu === rita [n=rita@host98.190-30-34.telecom.net.ar] has left #kubuntu ["Konversation] [09:01] i am using 6.06 === coreymon77 [n=coreymon@unaffiliated/coreymon77] has joined #kubuntu === lilalinux [i=e-trolle@langweiligneutral.deswahnsinns.de] has joined #kubuntu [09:01] because 6.10 won't load the right firmware [09:02] bruja8, in that case, you're outta luck with the 2.6.20 kernel unless you plan on rolling your own === xett [n=rita@host98.190-30-34.telecom.net.ar] has joined #kubuntu [09:02] i read somewhere that i can download the firmware, without having to use the fw-cutter [09:03] do you know where i can download the firmware === kripl [n=cs@BSN-77-113-32.dial-up.dsl.siol.net] has joined #kubuntu === kubuntian [n=andrea@d154-5-167-147.bchsia.telus.net] has joined #kubuntu [09:05] bruja8, pardon my ignorance but why do you need the firmware? === soulrider [n=mauro@r190-64-55-91.dialup.adsl.anteldata.net.uy] has joined #kubuntu === coreymon77 [n=coreymon@CPE000f663685cd-CM0011e67c2935.cpe.net.cable.rogers.com] has joined #kubuntu [09:05] because kernel 2.6.20 comes only with the driver and not the firmware === Dekans [i=metais20@arkana.iiens.net] has joined #kubuntu [09:05] so the wl card is recognised but not functionable [09:06] hello [09:06] bruja8, okay ... but why do you need the firmware? Are you planning on changing the firmware version then? [09:06] does someone use kopete with jingle support on kubuntu ? === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu [09:06] no, === aib [n=aib@pdpc/supporter/basic/aib] has left #kubuntu ["Leaving"] === chidecois [n=stefano@d83-190-31-160.cust.tele2.it] has joined #kubuntu === pirothezero [n=piro@cpe-70-113-117-38.austin.res.rr.com] has joined #kubuntu === rrs_ [n=rrs@203.187.253.248] has joined #kubuntu [09:08] just load it in /lib/firmware === astronaute [n=Astronau@bsy91-1-82-230-48-208.fbx.proxad.net] has joined #kubuntu [09:09] will kde4 be with fawn [09:10] besides dd and dd_rescue, what's a good way to backup a non-mountable block device without having to worry about differing bad blocks on different drives? === scott_ [n=scott@n219079074134.netvigator.com] has joined #kubuntu [09:10] !fawn [09:10] The next version of Ubuntu (7.04; codenamed "Feisty Fawn") should be released in April 2007. Beta is out! http://www.ubuntu.com/news/Ubuntu704Beta Schedule: !schedule - Specifications (goals): https://features.launchpad.net/distros/ubuntu/feisty - Help and support in #ubuntu+1 (NOT #ubuntu) === scott_ is now known as xoaloxalx [09:10] no. as far as i know kde4 will be released after feisty. [09:11] hi guys :) can someone tell me if there is a channel for Adobe Flex 2.0 somewhere on the freenode or maybe other irc server please ? === heinkel_112 [n=thcsp@ti400720a342-0690.bb.online.no] has joined #kubuntu [09:11] is there a list of files some where of files I need to backup if I want to make a clean install ? mostly the conf files I have for everything [09:11] bruja8: What card do you have again? 2200BG or something else? [09:12] oh, duh :( [09:12] !kde4 [09:12] For information on KDE 4 (not to be released for quite some time yet), see: http://www.canllaith.org/svn-features/kde4.html. Also worth checking are: appeal/phonon/plasma/solid.kde.org === coreymon [n=coreymon@CPE000f663685cd-CM0011e67c2935.cpe.net.cable.rogers.com] has joined #kubuntu === Yorokobi is away: I'm busy === JuJuBee [n=JuJuBee@greenville.k12.ny.us] has left #kubuntu ["Kopete] [09:14] !away > Yorokobi === Yorokobi [n=Yorokobi@ip67-88-113-150.z113-88-67.customer.algx.net] has left #kubuntu ["Leaving"] === admin__ [n=admin@208.104.130.111] has joined #kubuntu === admin__ is now known as cdcopier === coreymon [n=coreymon@CPE000f663685cd-CM0011e67c2935.cpe.net.cable.rogers.com] has joined #kubuntu === mastermanx [n=masterma@cpe-76-175-143-156.socal.res.rr.com] has joined #kubuntu [09:18] hey guys === illustrissim [n=epswinde@hor-lang60.hor.ucl.ac.uk] has joined #kubuntu === mholthaus_ [n=mholthau@53539D38.cable.casema.nl] has joined #kubuntu [09:18] so when i do the adept manger [09:19] hi [09:19] thing i have to right click and install everything === cdcopier [n=admin@208.104.130.111] has left #kubuntu ["Konversation] === rita_ [n=rita@host93.200-82-94.telecom.net.ar] has joined #kubuntu [09:19] does someone use kopete with jingle support on kubuntu ? please [09:19] does any one know anything about adept manager === rita_ is now known as zett === booglebox [n=booglebo@lns-bzn-57-82-249-2-32.adsl.proxad.net] has joined #kubuntu [09:20] mastermanx: why do you use adept manager? i always found synaptic better [09:20] adept manager is slow [09:20] yeah [09:20] when i right click eveything [09:20] it looks like it freezes [09:21] cuz everything says not installed [09:21] MinceR: yes but adept allows quick searches [09:21] why don't you use synaptic? === jxn [n=jxn@xdsl-87-78-81-47.netcologne.de] has left #kubuntu ["Konversation] [09:21] which aren't quick either ;) [09:21] who me [09:21] yes [09:21] whats that [09:21] isnt adept better === simon__ [n=simon@p549640B0.dip0.t-ipconnect.de] has joined #kubuntu [09:22] synaptic package manager is the standard graphical interface for apt-get [09:22] no.. not at all [09:22] adept is old and slow [09:22] o ok where do i get it then [09:22] it is included in (k)ubuntu by default [09:22] at least in edgy eft [09:22] ok do u know where i can go to click it/ [09:22] wich version do you have? [09:22] where is it located === wolferine [n=username@unaffiliated/wolferine] has joined #kubuntu [09:23] mastermanx: you can use adept to install synaptic [09:23] ehh.. in kde? just a sec.. [09:23] during the new install of kubuntu, I am hanging on the formatting [09:23] is there a way to see "whats going on behind the scenes" ? === michi [n=michi@DSL01.83.171.145.27.ip-pool.NEFkom.net] has joined #kubuntu [09:23] illustrissim: it is included by default i think === coreymon77 [i=IceChat7@unaffiliated/coreymon77] has joined #kubuntu [09:24] i really think my HD is hopped [09:24] hooped [09:24] i got edgy [09:24] yeah [09:24] mastermanx: System > Synaptic Package Manager [09:24] is there a way to setup verbose? [09:24] but i'm not sure.. haven't used kde for a wile [09:24] hmm im trying to find it [09:24] is kde4 beta out [09:24] im using the alternative CD [09:25] ok the adept manger [09:25] i see it so i right click and install [09:25] ? [09:26] well.. i would say so.. but i would say you alrady have it installed [09:26] wow === belen [n=belen@58.Red-80-24-33.staticIP.rima-tde.net] has joined #kubuntu [09:26] memtest is givingme back 1000+errors [09:26] ok then i apply changes [09:26] now whatt [09:26] itsbeen my RAM all this time :/ [09:27] before installing, mastermanx, try to type in your terminal sudo synaptic [09:27] then enter, then your password if you're asked for that [09:27] where that at [09:27] the terminal should be under system > konsole [09:28] it's called konsole in kde [09:28] commmand not found === thill2708 [n=fsd@66-192-212-199.static.twtelecom.net] has left #kubuntu [] [09:28] master manx: just type sudo apt-get install synaptic into the terminal === coreymon77 [i=IceChat7@unaffiliated/coreymon77] has joined #kubuntu [09:28] yes.. that is also possible :) [09:29] that will install synaptic, then it should be under the system menu [09:29] it said [09:29] some erros [09:29] before i got to it [09:29] but it open up [09:29] sorry, my fault mastermanx [09:29] if you have adept open, you cant use apt-get, becuase the process is locked up [09:30] I'm getting frequent "timeout while copying, retry?" messages when copying to a WIndows XP Pro file share from OpenSUSE 10.2 -- is this because I'm using SMB:// ? [09:30] ye just wanted to say that :) [09:30] apt-get install gnome === dhq [n=dhq@122.167.40.164] has left #kubuntu ["Kubuntu] [09:30] caina: what? [09:30] hi ! [09:30] it said start without adminstartive privivlges [09:31] mastermanx: close adept, then run the suggested command, then it will work === maxk [n=max@pD9506A1F.dip0.t-ipconnect.de] has joined #kubuntu [09:31] type su - [09:31] you have to do this: sudo apt-get install synaptic [09:31] u will not be able to apply any changes but u can still export the marked changes or create a download script of them [09:31] i did [09:31] it said synaptic is already the newest veriosn [09:31] did you type your admin pwd? [09:31] it didint let me [09:31] copy that plz [09:32] copy the msg u got [09:32] apt-get install automatix2 [09:32] !automatix [09:32] automatix is a script that tries to install some software, and often fails and breaks systems. We don't provide support for it, and we strongly discourage its use. Problems caused by Automatix are often hard to track and solve, and it might sometimes be easier to !install a fresh copy of Ubuntu. See also !WorksForMe [09:33] so what i do === FatC [n=FatC@c83-250-133-151.bredband.comhem.se] has joined #kubuntu [09:33] in the konsole === fornwall [n=fornwall@84-217-124-228.tn.glocalnet.net] has joined #kubuntu [09:33] u type what [09:33] synaptic [09:33] sudo apt-get install synaptic [09:33] what do you get after typing that? === gdiebel [n=gdiebel@adsl-69-217-146-185.dsl.mdsnwi.ameritech.net] has joined #kubuntu [09:34] fornwall: Why are people in #fedora so full of hate? === AmyRose [n=amyrose@user-12l2tg3.cable.mindspring.com] has joined #kubuntu [09:35] fuzzy u thier [09:35] oh.. shit! mastermanx.. do you have gnome installed? === coreymon_ [i=IceChat7@unaffiliated/coreymon77] has joined #kubuntu [09:35] no [09:35] lol [09:35] idk [09:36] FatC: you try waiting for "yum search .." once, and then we can speak about hate :) [09:36] i just dled this off the site [09:36] and shit and installed it [09:36] lol [09:36] mastermanx: if apt-get said that you already have the newest version installed, then it should be under the system menu [09:36] well then synaptic won't run on your system.. its only for gnome [09:36] synaptic is gnome-only app [09:37] well yeah its gnome [09:37] i thinkm [09:37] it ran i jut need to === zaki [n=zaki@mic92-10-82-238-135-195.fbx.proxad.net] has joined #kubuntu [09:37] put my password in it [09:37] yes === magez [n=magez@cable-roi-fffddd00-87.dhcp.inet.fi] has joined #kubuntu [09:37] is it really?...pclinux is on kde but used synaptic [09:37] so is does mepis [09:37] well.. i think so [09:37] you can run synaptic on kubuntu, but sometimes its slow to open, i think [09:38] mastermanx: did it install? === mjunx [n=matt@64.241.37.140] has joined #kubuntu [09:38] yup === ibrahim [n=ibrahim@88.243.77.20] has joined #kubuntu [09:38] thier u go i see i [09:38] hold [09:38] i ove [09:38] nix [09:38] ii love i love u guys [09:39] we love u too mastermanx :) [09:39] did you find it now in the menu? === vit_ [n=vit@200-71-186-100.genericrev.telcel.net.ve] has joined #kubuntu [09:39] whats the xbuntu chan? === ibrahim is now known as ibrahim_ [09:39] someone know what is xoo ? [09:39] anyone have an idea how to get rid of a stubborn compiz? === ibrahim_ is now known as ibrahim [09:39] i cant unistall it=\ [09:40] pirothezero: it's xubuntu, not xbuntu.. so the channel is #xubuntu [09:40] i just installed [09:40] asm [09:40] hhee [09:40] love this === amaral [n=amaral@201008071091.user.veloxzone.com.br] has joined #kubuntu [09:40] hi friends === topsy [n=topsy@cs181192227.pp.htv.fi] has joined #kubuntu [09:40] hello [09:40] indeed typo on my part didn't occur to me to do that with the ubuntu+1 type stuff lol [09:40] hi [09:40] what u guys use for browser [09:40] i didnt install messenger ( yahoo messemger) [09:41] mastermanx: i use firefox [09:41] hmm , trying to enable pcm digital output on my soundcard ...anything I should know about alsa settings ... I have PCM enabled but it's not appearing on the digital out ... it works ok in windows BTW ...any suggestions or ideas ? [09:41] fire fox or konquror if you'r using kubuntu [09:41] for years.. really great browser [09:41] linux version [09:41] yeah i use it to [09:41] firefox wont instal [09:41] im new to sintall this [09:42] it should alrady be installed.. or am i talking crap now? [09:42] try via the kde menu Internet > Firefox === AmyRose [n=amyrose@user-12l2tg3.cable.mindspring.com] has joined #kubuntu [09:42] unfortunately, fuzzy_logic, its not installed by default in kubuntu [09:42] i download it [09:42] and stuff [09:42] konqueror doesn't suck though [09:42] but couldn install === abraham [n=abraham@cm90218.red.mundo-r.com] has joined #kubuntu [09:42] which i found sad...but konquror aint bad at all [09:43] i have a complaint with firefox. menu bar. nuff said [09:43] mastermanx: why not? what kind of error did you get? [09:43] mastermanx: sudo apt-get install firefox [09:43] hold === pirothezero [n=piro@cpe-70-113-117-38.austin.res.rr.com] has joined #kubuntu [09:43] am i using [09:43] adept [09:44] or that new one i got synp [09:44] neither [09:44] a terminal [09:44] :) [09:44] both are good gui apt frontends [09:44] but this is quicker [09:44] how do [09:44] i make the command [09:44] to install [09:44] all [09:44] ehhee [09:44] hit alt-f2 [09:45] ok it says [09:45] run command [09:45] right [09:45] sudo apt-get install firefox [09:45] then type apt-get install firefox [09:45] oh forgot sudo lol [09:45] yeah === esaym [n=user@cpe-72-183-201-32.satx.res.rr.com] has joined #kubuntu [09:45] now what [09:45] how do i install everything and enable it all [09:45] too many cooks again [09:45] you don't want to install *everything* [09:46] o [09:46] hahaha :D [09:46] you likely don't have the hard drive space :) [09:46] i think it just installes by itself right? [09:46] so the only thing you have to do is wait [09:46] FF, yeah [09:46] i got 200gb [09:46] man [09:46] you don't have the hd space. === raul [n=mctux02@58.Red-80-24-33.staticIP.rima-tde.net] has joined #kubuntu [09:46] :) === ishmeet [n=ishmeet@142.51.5.81] has joined #kubuntu [09:47] hi [09:47] hi [09:47] E: Could not open lock file /var/lib/dpkg/lock - open (13 Permission denied) [09:47] E: Unable to lock the administration directory (/var/lib/dpkg/), are you root? [09:47] thas what it said [09:47] you forgot sudo [09:47] sudo apt-get install firefox [09:47] so how do i type it all for fox [09:48] just like i said: sudo apt-get install firefox [09:48] it'll download & install it [09:48] all withthat 1 command [09:48] yes [09:48] Is there some way to get the apps I have installed on edgy to load up under feisty (other than manually) :-)? [09:48] im right that down [09:49] nice and it insytall the new one [09:49] nice [09:49] K`zan: just upgrade? [09:49] mastermanx: yes [09:49] fuzzy_logic: Leery about that and I already have feisty (7.04) installed. [09:49] it did by self [09:49] hehe [09:49] fuzzy_logic: On a different partition... [09:50] how do i update amsn [09:50] then [09:50] mastermanx: did it work? do you see firefox in Intenret === Mez [n=Mez@ubuntu/member/mez] has joined #kubuntu [09:50] ya [09:50] mastermanx: hit alt+f2 and type this: apt-get update [09:50] then it will update all applications you installed with synaptic/apt-get [09:51] I'm getting frequent "timeout while copying, retry?" messages when copying to a WIndows XP Pro file share from OpenSUSE 10.2 -- is this because I'm using SMB:// ? [09:51] K`zan: can you reach your other partition where you have the previous kubuntu installation? [09:51] i did [09:51] now what [09:51] nothing happen [09:51] update just updates the package lists === mholthaus_ [n=mholthau@53539D38.cable.casema.nl] has joined #kubuntu [09:52] mastermanx: sudo apt-get upgrade [09:52] it keeps saying amsn [09:52] new verison [09:53] mastermanx: when you run amsn? [09:53] actually, if you just want to do your upgrades, use adept or synaptic to mark all upgradable packages and do it from there [09:53] it could be that apt-get still doesn't offer the new version [09:53] in that case i would wait till it does [09:54] fuzzy_logic: yes I can. === illustrissim [n=epswinde@hor-lang60.hor.ucl.ac.uk] has joined #kubuntu [09:54] yes [09:54] K`zan: just a sec [09:54] did you do what Daisuke_Ido suggested? === allblacks [n=allblack@82.77.41.50] has joined #kubuntu [09:54] fuzzy_logic: rr standing by, thanks much! [09:55] hey daisuke [09:56] or fuzzy [09:56] K`zan: i would say just copy the map where the apps are stored? [09:56] mastermanx: what? [09:56] i need help i have just downloaded the Kubuntu from internet i have installed and i tried to make an update and a window pops up with a user called kdesu adep_manager and is asking for a passwd and i don not know the pass how can i pass it === ubuntu [n=ubuntu@87.18.127.187] has joined #kubuntu [09:57] allblacks: it's the same as your user password [09:57] allblacks: you can't pass it :) it's a required thing [09:57] mastermanx: how is it going? [09:57] it says i need to update [09:57] amsn [09:57] can i use compare file.bz2 smb://192.168.1.1/Share/file.bz2 to ensure they are the same? [09:58] do i need t download that thing [09:58] you can do that.. but i would not recommend [09:58] what should i do [09:58] then [09:58] just try to update it with synaptic like daisuke suggested [09:58] ok [09:58] how can i uninstall open office 2.0 and install open office 2.2 [09:58] i love doing commands [09:58] fuzzy_logic: No idea what that is, but I'll see what I can find out. Thanks. === myles [n=myles@cpc2-nthc9-0-0-cust34.nrth.cable.ntl.com] has joined #kubuntu [09:59] hi [09:59] K`zan: don't know that too, im quite new to linux.. but a google search will do it i think [09:59] hi [09:59] im likeing this bettter [09:59] then windows fuzzy === myles is now known as UltimaDude [09:59] hi [09:59] I'm having a problem installing Gnome [10:00] When it finnishes downloading I Get a conigure j2re1.4 [10:00] configure* [10:00] ishmeet: it's not recommended to upgrade until you can do it with apt-get or synaptic [10:00] mastermanx: yes, hehe.. me too [10:00] hmm [10:00] mastermanx: welcome to the linux-world :) [10:00] i might just [10:00] use gaim [10:00] I no longer use Windows :) === fowlduck [n=nate@24-183-45-79.dhcp.mdsn.wi.charter.com] has joined #kubuntu [10:00] really ulimate [10:01] yes [10:01] I couldn't resize my partition [10:01] mastermanx: yes.. i use gaim too [10:01] thx === nano_ [n=nano@82.201.184.253] has joined #kubuntu [10:01] Anyway when i'm done with my Gnome download [10:01] it is not apt-get or symantic [10:01] :( [10:01] I Just get a COnfiguring j2re1.4 [10:01] And I can't click anything [10:01] Just scroll down [10:01] And it says accept and there is no accept [10:02] i know.. 2.2 just came out.. so i wouldn't upgrade just yet [10:02] with what are you downloading gnome? [10:02] me? [10:02] Konsol === maki [n=maki@62.162.214.52] has joined #kubuntu [10:02] Konsole [10:02] UltimaDude: with apt-get? [10:02] yes === maki [n=maki@62.162.214.52] has left #kubuntu ["Konversation] [10:03] Configuring j2re1.4 [10:03] [10:03] pursuant to the terms of this Agreement. Source code may not be [10:03] UltimaDude: what command do you use? [10:03] redistributed unless expressly provided for in this Agreement. [10:03] Thats what I Get === sylvestre [n=sylvestr@AToulouse-157-1-41-85.w86-201.abo.wanadoo.fr] has joined #kubuntu [10:03] ah :) hehe [10:03] fuzzy can u pm me plz [10:03] I Put sudo aptitude update. [10:03] I mean [10:03] UltimaDude: press PgDn a couple of times till you come to the end === RoyB72 [n=royb@37.80-203-239.nextgentel.com] has joined #kubuntu [10:03] !pastebin | UltimaDude [10:03] UltimaDude: 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) === nano_ [n=nano@82.201.184.253] has left #kubuntu ["Konversation] [10:03] thx fuzzy === srecko [i=srecko@cmung3212.cmu.carnet.hr] has joined #kubuntu [10:04] ishmeet: no probs [10:04] mastermanx: with what? [10:04] fuzzy_logic: Found something but it doesn't work yet: dpkg --get-selections | grep --v deinstall > ubuntu-files [10:04] just pm me === jmrebol [n=jmrebol@pc-59-158-104-200.cm.vtr.net] has joined #kubuntu [10:04] wanted to know ur aim name [10:04] K`zan: i'm not familliar with that command, sorry :( [10:05] mastermanx: i don't use aim [10:05] i have msn [10:05] http://paste.ubuntu-nl.org/13004/ [10:05] fuzzy_logic: Got it - one "-" in the grep: dpkg --get-selections | grep -v deinstall > ubuntu-files [10:05] Done [10:05] fuzzy_logic: gives you a list of installed apps! Thank! [10:05] Thanks! [10:05] Is there another way to get Gnome? [10:05] K`zan: no probs [10:06] UltimaDude: press PageDown a few times === ToyMan [n=Stuart@user-12lcqol.cable.mindspring.com] has joined #kubuntu [10:06] does anything change on that screen? [10:06] did u get that pm fuzzy === ishmeet is now known as ishmeet__ === paytreak [n=paytreak@ti211210a080-2278.bb.online.no] has joined #kubuntu === ishmeet__ is now known as chargedRam [10:06] where did u dl gaim from [10:06] the site or adept [10:06] mastermanx: yes [10:06] mastermanx: it was just installed with a fresh installation === mrigns [n=mrigns@ACB22241.ipt.aol.com] has joined #kubuntu [10:07] mastermanx: you can install gaim by pressing alt f2 and then type: sudo apt-get install gaim [10:08] Anybody know how one can get the option for language selection switched on with kdm ? [10:08] fuzzy_logic: I just get a OK that I can't agree to === kripl_ [n=cs@BSN-77-92-131.dial-up.dsl.siol.net] has joined #kubuntu [10:08] love u man [10:08] UltimaDude: did u succeed? [10:08] mastermanx: haha [10:08] fuzzy_logic: no. [10:09] UltimaDude: are you able to accept it? or not? [10:09] try to type y and then enter [10:09] Fuzzy_logic: I can't accept it === istaon [n=dominik@muedsl-82-207-195-187.citykom.de] has joined #kubuntu [10:10] fuzzy_logic: I Have no option to === qsu [n=xnp@h8441203130.dsl.speedlinq.nl] has joined #kubuntu [10:10] UltimaDude, try using the arrow keys to put the focus onto the OK [10:10] copy the screen you have now please UltimaDude [10:10] It doesn't work === nano_ [n=nano@82.201.184.253] has joined #kubuntu [10:10] on the site pzl [10:11] http://paste.ubuntu-nl.org/13005/ === ahlalo_elyon [n=elyon@c-71-205-65-72.hsd1.mi.comcast.net] has joined #kubuntu === nano_ [n=nano@82.201.184.253] has left #kubuntu ["Konversation] [10:11] UltimaDude: press enter [10:11] Could someone suggest a good video cataloging program? [10:12] fuzzy_logic: it does nothing [10:12] when i download stuff from irc === jordo23 [n=jordo23@CPE-70-94-41-77.wi.res.rr.com] has joined #kubuntu [10:12] where does all the stuff go to what folder [10:12] mastermanx: what irc client do you use? [10:13] UltimaDude: and space? [10:13] fuzzy_logic: doesn't work either === chr\s [n=chris@p57A1546E.dip.t-dialin.net] has joined #kubuntu [10:13] ahlalo_elyon: don't have a direct answer to your question.. but what is video catalogging? [10:13] UltimaDude, use the arrow keys, press the right or down (i dont remember which) to make the OK red [10:14] then enter should work === eddy [n=groens@dslb-084-062-149-229.pools.arcor-ip.net] has joined #kubuntu [10:14] UltimaDude: you can't go any further than that with the page down?? [10:14] illustrissim: it worked! [10:14] mastermanx: did you get my question? what irc client do you use? [10:14] its 1.50 [10:14] i think of gaim [10:14] fuzzy [10:15] i use [10:15] konversation [10:15] ultimadude, alot of the proprietary stuff (google earth, etc) uses that same screen for their eula [10:15] sorry was in bathroom === Mr_Pan [n=marcopan@host5-150.pool8251.interbusiness.it] has joined #kubuntu [10:16] mastermanx: don't know that program.. try to go trough the preferences of konversation and see if you can configure somewhere a download folder [10:16] E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it? [10:16] UltimaDude: you have more of those windows open? === fuzzy_logic will be right back [10:17] fuzzy_logic: no. [10:17] should i always unpack things or no [10:17] UltimaDude: are you running synaptic or adept/adept upgrade? === eddy [n=groens@dslb-084-062-149-229.pools.arcor-ip.net] has left #kubuntu ["Kopete] === hyper_ch [n=hyper@84-75-60-32.dclient.hispeed.ch] has joined #kubuntu [10:17] when i do like install an stuff [10:17] and stuff === chr\s [n=chris@p57A1546E.dip.t-dialin.net] has joined #kubuntu [10:18] im using the program konversation === fuzzy_logic is back === pk [n=pk@AStrasbourg-251-1-10-212.w82-126.abo.wanadoo.fr] has joined #kubuntu === aaroncampbell [n=aaroncam@63.225.219.62] has joined #kubuntu [10:18] fuzzy_logic: no. [10:18] me too [10:18] UltimaDude: you don't have any other terminal/konsole windows open? [10:18] What do people use to listen to/watch podcasts? [10:18] nope [10:19] mastermanx: what are you trying to do? [10:19] I've closed down everything [10:19] I did have one running before [10:19] aaroncampbell: rythmbox [10:20] UltimaDude: i would suggest that you log out and in again.. because maybe that window has left a process behind or so [10:20] fuzzy_logic: where do I get that? [10:20] I Updated [10:20] Now its having to redownload [10:20] Can I ask something? [10:20] I downloaded the Linux version of MUGEN [10:21] aaroncampbell: press alt f2 and type: sudo apt-get install rythmbox [10:21] and when I extract it I Just get folder's and a EXE [10:21] UltimaDude: you sure you downloaded the right file? [10:21] fuzzy_logic: weird, I was using adept, and I searched "ryth" and got nothing [10:21] i got [10:21] I typed inb [10:21] sudo aptitude install ubuntu-desktop [10:21] thx fycxtz === dfoer [n=dfoer@ip68-97-79-128.ok.ok.cox.net] has joined #kubuntu === romain_ [n=romain@rob76-5-82-245-95-166.fbx.proxad.net] has joined #kubuntu [10:22] don't use aptitude [10:22] if you want to install, always use apt-get [10:22] I have a menubar at athe top of my screen. I'm not sure how I got it there, but I don't know how to get it off [10:23] fuzy [10:23] what ur aim name [10:23] UltimaDude: shit, i made a mistake.. you can't get rythmbox with apt-get [10:23] fuzzy_logic: Rythmbox? [10:23] try to see if you have it already installed.. go to the kde menu and then Sound > Rythmbox [10:24] UltimaDude: yes [10:24] mastermanx: i don't have aim [10:24] fuzzy_logic: you're talking to the wrong person xD [10:24] msn? [10:24] cuz u said u got gaim [10:24] Yahoo? === Yorokobi [n=Yorokobi@ip67-88-113-150.z113-88-67.customer.algx.net] has joined #kubuntu [10:24] i already gave you in the private chat [10:24] hi Yorokobi === kubuntian [n=andrea@d154-5-167-147.bchsia.telus.net] has joined #kubuntu === ubuntu [n=ubuntu@154-136-246-201.adsl.terra.cl] has joined #kubuntu [10:24] i dont see [10:24] it fuzzy [10:25] Hello, fuzzy_logic [10:25] pm me again [10:25] i just register [10:25] so i can accept pms [10:26] i send u an private message === ArtMoonik [n=panther@mar92-3-82-66-233-126.fbx.proxad.net] has joined #kubuntu [10:26] its not poping up [10:26] let me restart server hold [10:26] no wait [10:26] lol === mastermanx [n=masterma@cpe-76-175-143-156.socal.res.rr.com] has joined #kubuntu [10:26] anybody playing vegastrike === dfoer [n=dfoer@ip68-97-79-128.ok.ok.cox.net] has left #kubuntu ["Konversation] === dfoer_ [n=dfoer@ip68-97-79-128.ok.ok.cox.net] has joined #kubuntu [10:26] ok [10:26] hello [10:26] im message y bnow [10:26] mastermanx my msn is msn@djordjeweb.nl [10:26] fuzzy [10:26] hi [10:27] mastermanx u got my message? [10:27] I messed around with my settings recently, and now I have a menu bar at teh top of my screen [10:27] I'm not sure how to remove it [10:28] can you help? === breda [n=breda@229.84-49-202.nextgentel.com] has joined #kubuntu === breda is now known as _pAiZtE_ [10:28] dfoer: i'm trying to remember where the setting is, i know its in system settings [10:28] I'll open that up and look === ArtMoonik_ [n=panther@mar92-3-82-66-233-126.fbx.proxad.net] has joined #kubuntu [10:28] dfoer_: right click the panel and click remove panel [10:29] dfoer_: You can click-and-drag to move it. === blackdevil [n=blackdev@host146-44-dynamic.2-79-r.retail.telecomitalia.it] has joined #kubuntu [10:29] ah, but is it a panel bar or a Mac-style menu bar ? === fuzzy_logic has to go [10:30] It's not a panel. It's like a menubar. it has File Sessions New Bookmarks Desktop Windows Help === Slasher [n=agent011@host86-132-195-49.range86-132.btcentralplus.com] has joined #kubuntu === fuzzy_logic waves and wishes luck to ya all with ur probs [10:30] cya [10:30] ciao, fuzzy_logic [10:30] dfoer_: Or right-click the desktop, Configure, Behavior, Menu Bar at Top of Screen. [10:30] bye fuzzy_logic === cars [n=cars@a89-182-10-148.net-htp.de] has joined #kubuntu [10:30] ...think I'll go do some more work on the bike... === hannes__ is now known as Hannes3 [10:31] hi guys [10:31] dfoer: jhutchins is right, thats how you fix it [10:31] Awwight! === josh__ [n=josh@216-250-179-249.dsl.iphouse.net] has joined #kubuntu [10:31] Thank you jhutchins === enzo__ [n=enzo@cpe-67-49-2-252.socal.res.rr.com] has joined #kubuntu === vieira [n=vieira@87-196-187-221.net.novis.pt] has joined #kubuntu === vieira is now known as markelhas [10:32] hi [10:32] hello [10:32] need some help with my network any one!? hi packet loss from my box to router [10:32] hi [10:32] Thanks guys! [10:32] *i've === chr\s [n=chris@p57A1546E.dip.t-dialin.net] has left #kubuntu ["Konversation] === dfoer_ is now known as dfoer [10:33] 20 packets transmitted, 11 received, 45% packet loss, time 19065ms === dfoer is now known as dfoer|afk === pjarvis [n=pjarvis@74-140-123-135.dhcp.insightbb.com] has joined #kubuntu [10:33] i've disable my other network card, but the problem stell there === robin [n=robin@debian.demon.nl] has joined #kubuntu === robin is now known as robin__ [10:33] How do people here watch podcasts? === robin__ is now known as robin_____ [10:34] iTunes with something like crossover office? [10:34] hi [10:34] how can i solve this problem? i've tested with diferent acble and the same result === N6REJ [n=troy@71.7.4.169] has joined #kubuntu [10:34] afternoon all [10:34] if aping from my laptop over wifi or cable it's everithyng ok === Camaxtli [n=Anton@h177105.upc-h.chello.nl] has joined #kubuntu [10:35] the problem is on this box [10:35] I have finally get my RL2500 (ralink) wifi working on 7.04(kubuntu) I can use adept, and ping (for instance google.com) but Konqueror won't connect to the internet. [10:35] any thing!? [10:35] sorry markelhas [10:35] Because somehow, the timezone was setup wrongly, I have now all kinds of files with timestamp in the future, and sudo is complaining about that. === mrigns [n=mrigns@ACB22241.ipt.aol.com] has joined #kubuntu [10:35] I hope someone is able to help me ;-) [10:35] illustrissim: nothing! :( === Tonio_ [n=tonio@85.114.38.90] has joined #kubuntu === Malph [n=chatzill@66-231-0-194.hosts.sdnet.net] has joined #kubuntu [10:36] maybe the second thing is causing the problems with konqueror, but I don't know. [10:36] markelhas, maybe see if there's a driver available for the card you're using [10:36] grr === heinkel_112 [n=thcsp@ti400720a342-0690.bb.online.no] has left #kubuntu [] [10:37] gnomeboyadvance doesn't work. kvba doesn't work. and vbaexpress is painful to use :( [10:37] illustrissim: a driver,! is a on board [10:37] from nvidia === Alpha_Cluster [n=nikkun@bsu195102.bemidjistate.edu] has joined #kubuntu [10:37] I'm having a problem with my digital camera. Digicam can't seem to find it. === OOD [n=sebastia@dsl-139-91.aei.ca] has joined #kubuntu [10:37] but no spesifc drivers for linux! [10:37] markelhas: ach, i dont know then [10:37] I'm not sure where to start. [10:38] illustrissim: :( thkns any away [10:38] sudo: timestamp too far in the future: Mar 31 00:27:46 2007 <= How can i stop sudo for complaining about this (it's 30-03-2007 22:38 now here) === Columcille [n=chris@adsl-074-229-252-031.sip.bhm.bellsouth.net] has joined #kubuntu === cesar_ [n=cesar@189.168.129.45] has joined #kubuntu === kristjan_ [n=kristjan@85.196.236.241] has left #kubuntu ["Konversation] === Mena [n=smart@196.205.109.5] has joined #kubuntu === ArtMoonik__ [n=panther@mar92-3-82-66-233-126.fbx.proxad.net] has joined #kubuntu [10:42] Gents, I'm trying to enable pcm digital output on my soundcard (ATI)...anything I should know about alsa settings ... I have PCM enabled (I think), but it's not appearing on the digital out ... it works ok in windows BTW ...any suggestions or ideas ? === dwidmann [n=kuja@dpc67142237054.direcpc.com] has joined #kubuntu === saeru [n=saeru@ottawa-hs-206-191-56-114.d-ip.magma.ca] has joined #kubuntu === sc0tt_ [n=sc0tt@cpc1-stok5-0-0-cust513.bagu.cable.ntl.com] has joined #kubuntu === ubuntu [n=ubuntu@154-136-246-201.adsl.terra.cl] has joined #kubuntu [10:45] aargh, nobody knows how to get sudo shut up about the timestap in the future thingy ? [10:45] no I can't run any program with sudo :| [10:46] try sudo -K [10:46] that should remove the timestamp === ubuntu [n=ubuntu@154-136-246-201.adsl.terra.cl] has joined #kubuntu === binks [n=binks@82-38-226-77.cable.ubr03.wake.blueyonder.co.uk] has joined #kubuntu [10:46] illustrissim: doesn't work, it says again: [10:47] illustrissim: 66.249.93.104 [10:47] illustrissim: ehm wrong copy&paste [10:47] illustrissim: timestamp too far in the future: Mar 31 00:27:46 2007 === alain2 [i=user69@bdn33-1-82-66-10-43.fbx.proxad.net] has joined #kubuntu [10:48] BluesKaj: you know anything about digicams with kubuntu? [10:48] robin_____, http://my.opera.com/render/blog/show.dml/337121 === dhq [n=dhq@122.167.40.164] has joined #kubuntu [10:48] Yorokobi: hmm my konqueror doesn't work either that's my second problem, so I can't read the URL ;-| [10:48] robin_____, one sec [10:49] only adept and konversation work .. [10:49] Yorokobi: ok [10:49] 1. Check the timestamp sudo reports [10:49] !camera [10:49] 2. Use Adjust Date & Time to set the date/time to the sudo timestamp or later. [10:49] Sorry, I don't know anything about camera - try searching on http://bots.ubuntulinux.nl/factoids.cgi [10:49] 3. Execute the 'sudo -k' command. (Clears the timestamp). [10:49] 4. Use Adjust Date & Time to set the date/time back to the correct values. [10:50] That should do it [10:50] Yorokobi: ok thanks [10:50] whats up everyone? === jpiccolo [n=jpiccolo@c-71-58-96-167.hsd1.pa.comcast.net] has joined #kubuntu === arkaitz_ [n=arkaitz@96.Red-88-26-108.staticIP.rima-tde.net] has joined #kubuntu [10:50] vector 180 from the COM of the nearest gravity well === Crashed [i=Crashed@CPE0080c6fe9a1a-CM0012c907e14c.cpe.net.cable.rogers.com] has joined #kubuntu === Aattila [n=attila@fw.rajk.uni-corvinus.hu] has joined #kubuntu === u0641786 [n=u0641786@190.144.162.132] has joined #kubuntu [10:50] jpiccolo? [10:50] jeff? === enzo [n=enzo@75.80.30.108] has joined #kubuntu [10:51] where do you dl k/ubuntu at again?? [10:51] ubuntu.com === esaym [n=user@cpe-72-183-201-32.satx.res.rr.com] has joined #kubuntu [10:52] is there a way that i can find the address of a video card as in pci bus [10:52] lspci [10:52] so i can edit my xorg [10:52] ? === crdlb_ is now known as crdlb === mastermanx2006 [n=masterma@cpe-76-175-143-156.socal.res.rr.com] has joined #kubuntu [10:53] jpiccolo, robin_____ is correct. 'lspci | grep VGA' [10:53] yy [10:53] ok === ubuntu [n=ubuntu@h217n4c1o1036.bredband.skanova.com] has joined #kubuntu === mauricio [n=mauricio@64.76.110.4] has joined #kubuntu === eyez_ [n=eyez@0x50a447cd.arcnxx10.adsl-dhcp.tele.dk] has joined #kubuntu === jsubl2 [n=jsubl2@customer36.solbroadband.com] has joined #kubuntu [10:55] jpiccolo, if you're using an AGP card the BusID is usually "PCI:1:0:0" [10:55] goodnight all [10:56] I have some porblems with my nvidia drivers, can some one help me out === matthew_ [n=matthew@cooltaylors.plus.com] has joined #kubuntu [10:56] eyez_: I haven't installed them yet, so no sry [10:57] robin_____, is you sudo issue fixed? === wolverine [n=stanisa@82-71-13-150.dsl.in-addr.zen.co.uk] has joined #kubuntu [10:57] robin_____: > ok :) i just installed em, but looks like i can only run with 600*480 [10:57] Yorokobi: hmm no, because for some unknown reason I can't change my date either, but adept is still updating, I will try after a refresh reboot ;-) [10:57] eyez_, what is your VGA chipset === blackdevil [n=blackdev@host146-44-dynamic.2-79-r.retail.telecomitalia.it] has left #kubuntu ["Konversation] [10:58] I used envy script [10:58] !resolution | eyez_ [10:58] eyez_: 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 === abattoir_ [n=abattoir@cm155.omega127.maxonline.com.sg] has joined #kubuntu === Aattila [n=attila@fw.rajk.uni-corvinus.hu] has joined #kubuntu === pollyo [n=pollyo@c-68-81-43-126.hsd1.pa.comcast.net] has joined #kubuntu [10:59] Yorokobi: > thx for the link, gona read it now and se if will help me :D [10:59] Anyone have mceusb remote setup on kubuntu? [10:59] eyez_, you're welcome === pascalFR [i=dBeBXvSF@cha92-7-82-230-174-61.fbx.proxad.net] has joined #kubuntu === pollyo [n=pollyo@c-68-81-43-126.hsd1.pa.comcast.net] has left #kubuntu [] === hyper_ch [n=hyper@84-75-60-32.dclient.hispeed.ch] has joined #kubuntu === slestak is now known as slestak_commute === mastermanx_ [n=masterma@cpe-76-175-143-156.socal.res.rr.com] has joined #kubuntu === abattoir_ [n=abattoir@cm155.omega127.maxonline.com.sg] has joined #kubuntu === blizzzek [n=blizzz@p57B50454.dip0.t-ipconnect.de] has joined #kubuntu === hostel_ [n=hostel@pD95333EC.dip0.t-ipconnect.de] has joined #kubuntu === everyone_ [n=everyone@adsl-68-20-11-72.dsl.emhril.ameritech.net] has joined #kubuntu === jeanette_ [n=jeanette@dsl-aur-ff26c000-28.dhcp.inet.fi] has joined #kubuntu === gdiebel [n=gdiebel@adsl-69-217-146-185.dsl.mdsnwi.ameritech.net] has joined #kubuntu === KennethP [n=kpo@80.167.165.222] has joined #kubuntu === johey [n=johey@c-136-43-vas-l3.cust.mdfnet.se] has joined #kubuntu === ubuntu [n=ubuntu@h217n4c1o1036.bredband.skanova.com] has joined #kubuntu === Tonio_ [n=tonio@85.114.38.90] has joined #kubuntu === sc0tt_ [n=sc0tt@cpc1-stok5-0-0-cust513.bagu.cable.ntl.com] has joined #kubuntu === l|gos [n=paolo@host167-97.pool8250.interbusiness.it] has joined #kubuntu === l|gos [n=paolo@host167-97.pool8250.interbusiness.it] has left #kubuntu ["Konversation] === robin [n=robin@debian.demon.nl] has joined #kubuntu === wolverine [n=stanisa@82-71-13-150.dsl.in-addr.zen.co.uk] has joined #kubuntu === Lewix [n=x@unaffiliated/lewix] has joined #kubuntu [11:04] my knetworkmanager does not show the channel used by the access points. What's the easiest way to see that info? [11:04] where can I download kunbuntu fast [11:04] and how do you pronounce it [11:04] how do i install kiba-dock [11:05] "kubuntu" [11:05] Lewix, www.kubuntu.org === RoyB72 [n=roy@37.80-203-239.nextgentel.com] has joined #kubuntu === SeanTater [n=sean@cpe-069-132-052-158.carolina.res.rr.com] has joined #kubuntu === adam_ [n=adam@217-211-118-48-no27.tbcn.telia.com] has joined #kubuntu [11:05] Lewix, bittorrent or jingdo are the typically fastest download methods [11:05] !Kiba-dock [11:05] Sorry, I don't know anything about kiba-dock - try searching on http://bots.ubuntulinux.nl/factoids.cgi [11:06] the installer crashes for me :( [11:06] Lewix: kooboontoo [11:06] Yorokobi: jingdo? [11:06] mrigns: thanks [11:07] er, jigdo ... I'd have to look [11:07] jigdo jigsaw downloader [11:07] you guys don't have a xdcc or something [11:07] I just removed my nvidia packages to check something, and now I can't log back in, just get to tty1.. can anyone help? [11:08] RoyB72, is your X video driver set to nvidia or nv ? [11:08] Yorokobi: jingdo? what's that? [11:08] no idea.. I'm a noob.. 5 days nood [11:08] ubuntu, a mis-spelling [11:08] of jigdo === _fitz_ [n=fitz@host130-84.pool82105.interbusiness.it] has joined #kubuntu === FringeJacket [n=Kaly@m0c5e36d0.tmodns.net] has joined #kubuntu === just-this-time [n=user@217.132.145.22] has joined #kubuntu === BackwardsDown2 [n=niels@5351BB29.cable.casema.nl] has joined #kubuntu === livingdaylight [n=conrad@82-45-205-43.cable.ubr03.camd.blueyonder.co.uk] has joined #kubuntu [11:09] yorokobi, I got kubuntu edgy, with beryl, had installed nvidia-(glf or something) package === rio [n=rio@host144-167-dynamic.61-82-r.retail.telecomitalia.it] has joined #kubuntu [11:10] Yorokobi: ok [11:10] RoyB72, okay. sudo apt-get install nvidia-glx === pollyo [n=pollyo@c-68-81-43-126.hsd1.pa.comcast.net] has joined #kubuntu === ultraslankarizma [n=ultrasla@88.226.42.16] has joined #kubuntu [11:11] yorokobi, done === dhq_ [n=dhq@122.167.40.164] has joined #kubuntu === Irayo [n=irayo@24-119-11-104.cpe.cableone.net] has joined #kubuntu [11:11] yorokobi, restart comp now? === Gretl [i=eulchen@chello213047232241.tirol.surfer.at] has joined #kubuntu === mischdele [n=mischdel@p54A42F21.dip0.t-ipconnect.de] has joined #kubuntu [11:11] RoyB72, restart X and see what happens. But, before you do, did you change your /etc/X11/xorg.conf ? [11:12] ehmm. not that I know of [11:12] ... after removing the glx package? [11:12] okay then, restart X === eyez_ [n=eyez@0x50a447cd.arcnxx10.adsl-dhcp.tele.dk] has joined #kubuntu [11:12] ctrl-alt-backspace [11:12] wont work in tty1 [11:12] How come my eth0, which I have told countless times is 192.168.0.21 in multiple configuration screens, keeps mysteriously switching back to 0.181 (the first DHCP IP available)? [11:13] mrigns, true enough. Thanks [11:13] yorokobi, nothing happens [11:13] Yeah, sorry RoyB72. sudo /etc/init.d/kdm restart === ultraslankarizma [n=ultrasla@88.226.42.16] has left #kubuntu ["Konversation] === mrigns [n=mrigns@ACB22241.ipt.aol.com] has joined #kubuntu [11:14] is there a way to install a nic in a laptop thats one of those card things [11:14] Yorokobi: > Thx for the help, got it working now. [11:14] get it to work in linux === gemidjy [n=gemidjy@62.162.67.50] has joined #kubuntu [11:14] eyez_, you're welcome === AmyRose [n=amyrose@user-12l2tg3.cable.mindspring.com] has joined #kubuntu [11:15] jpiccolo, "one of those card things" ?? A PCMCIA card? [11:16] yeah pcmcia card [11:16] jpiccolo, if the kernel supports the card then you probably just need to plug it in, type 'sudo pccardctl insert' and let the magic happen === slypheed_away [n=slypheed@71.237.157.90] has joined #kubuntu [11:17] ok [11:17] but I could be speaking naively as I've not used an ethernet PCMCIA card before === michael_ [n=michael@5ac43a23.bb.sky.com] has joined #kubuntu [11:17] yorokobi, nothing, just get the cursor [11:17] using xubuntu === michael_ is now known as michael__ === michael__ is now known as miggols99 [11:17] jpiccolo, it should be the same regardless of which Ubuntu you have [11:18] RoyB72, do you get the X cursor or the KDE cursor? [11:19] yorokobi, the usual text [11:20] RoyB72, does /var/log/Xorg.0.log give you any hints? === Daisuke_Ido grrs again [11:21] yorokobi, how do I check that? [11:21] why won't VBA work! [11:21] Daisuke_Ido whats wrong? [11:21] just frustrated with visualboyadvance [11:21] RoyB72, 'less /var/log/Xorg.0.log' [11:21] pre-feisty i had no issues [11:21] yorokobi that didnt work [11:22] now it doesn't recognize input (any input) [11:22] pccardctl insert === kristjan_ [n=kristjan@85.196.236.241] has joined #kubuntu [11:22] yorokobi, no such file or dir [11:22] and i know my gamepad's fine because it works great in fceu and zsnes [11:22] jpiccolo, did you get a no such command error or did it not detect the card or ??? [11:23] RoyB72, 'ls /var/log | grep X' [11:23] it didnt say anything [11:23] jpiccolo, it usually doesn't. It should activate the card, though [11:23] i only have lo when i do ifconfig [11:23] jpiccolo, check your network settings in the System Settings to see if the adapter is listed there [11:23] sudo ifup eth0? [11:24] yorokobi, nothing hapened === LightGun [n=LightGun@F552b.f.strato-dslnet.de] has joined #kubuntu [11:24] RoyB72, has X worked for you at all? === ari [n=ari@dsl9-015.express.oricom.ca] has joined #kubuntu [11:24] There should be something in /var/log/ similar to Xorg.0.log [11:24] hi !!! === yurimxpxman [n=yurimxpx@pool-71-98-74-133.ipslin.dsl-w.verizon.net] has joined #kubuntu === knubbe [n=knubbe@h217n4c1o1036.bredband.skanova.com] has joined #kubuntu [11:25] guys, I told kde to use digikam to open files , how do I undo that? [11:25] i.e. I told kde to make digikam the default. [11:25] yorokobi, when I ls /var/log there is a file there called xorg.0.log and a lot of others [11:26] i installed super tux and planet penguin race a couple of days ago and some images doesn't seem to load. is there a way to fix it !?! [11:26] oh, so a lower-case X then. Okay 'less /var/log/xorg.0.log' then :) [11:26] is the edgy->feisty upgrade method mentioned in topic, very unstable? [11:26] i dont see any kind of device manager === marius_ [n=marius@82.76.67.70] has joined #kubuntu [11:26] knubbe, the one time I used it it worked flawlessly === ArtMoonik__ [n=panther@mar92-3-82-66-233-126.fbx.proxad.net] has joined #kubuntu [11:27] yorokobi, no I wrote what u gave me earlier with uppercase then it came [11:27] N6REJ: in kcontrol (or system settings) there's an option for 'default applications' don't know if that's what you want [11:27] maybe, it doesn't show digikam though :( [11:27] you just don't want it being the default for image files? [11:27] yeah [11:28] I'm having a problem with my camera, and they want me to see if it will open in konq and I can't because I told it to always use digikam LOL === N6REJ stupid me [11:28] Yorokobi: ok, will give it a try. the installer on the beta-cd crashed on step 4.. I havent made a clean install since the beta of 5.10 === aib [n=aib@pdpc/supporter/basic/aib] has joined #kubuntu [11:28] knubbe Woah! [11:28] knubbe, which version are you using right now? === miguel_ [n=miguel@206.78.103.87.rev.vodafone.pt] has joined #kubuntu [11:29] yorokobi, ouch... lots of stuff "does not exist" lots of fonts dirs === miguel_ is now known as m_tadeu [11:29] N6REJ: right click an image, go down to 'open with' and choose other [11:29] ok, great ty! [11:29] Yorokobi: 6.10 / edgy [11:29] RoyB72, fonts are no big deal. The lines with EE at the beginning are the ones to pay attention to [11:29] you can pick and choose from there, and make it default [11:30] knubbe, okay. When you said 5.10 I figured you were using an old version. [11:30] Yorokobi: but ive upgraded through apt all the time. im not sure thats very clever. lots of stuff arent working on this machine, that are bugs that are "fixed" [11:30] Yorokobi: ah, no :-) === belen_ [n=belen@58.Red-80-24-33.staticIP.rima-tde.net] has joined #kubuntu [11:31] personally i use gwenview, though i have yet to find a replacement for acdsee that's as extensible and easy to use [11:31] !fr [11:31] Allez a #ubuntu-fr ou #kubuntu-fr pour de l'aide et de la discussion en francais. === Sanne [n=Sanne@p548DB976.dip0.t-ipconnect.de] has joined #kubuntu === office [n=office@217.97.224.254] has joined #kubuntu [11:31] !qc [11:31] Sorry, I don't know anything about qc - try searching on http://bots.ubuntulinux.nl/factoids.cgi [11:31] yorokobi, Failed to load the NVIDIA kernel module! at the end [11:32] yorokobi: then Screen(s) found, but none have a usable configuration [11:32] RoyB72, try 'sudo dpgk-reconfigure nvidia-glx' ... or purge it and reinstall ... you could be missing more than that package but I'm not sure [11:33] texlive-pdfetex can't be installed... it has unmet deps in Feisty === m_tadeu [n=miguel@206.78.103.87.rev.vodafone.pt] has joined #kubuntu [11:33] argh [11:33] I'm trying to get epstopdf [11:33] RoyB72: did you just upgrade to feisty? [11:33] RoyB72, sudo dpkg-reconfigure nvidia-glx [11:33] I cannot spell today [11:33] yorokobi, how do I get out of this list, it's showing END [11:34] RoyB72, q [11:34] Yorokobi: a kernel version mismatch that's going to require a new module be compiled? [11:34] i've had that twice since upgrading :\ [11:34] yorokobi, done [11:34] Daisuke_Ido, twice in what? [11:35] not a time period, but a file :) === milardovich [n=milardov@puente.knett.com.ar] has joined #kubuntu [11:35] RoyB72, try sudo /etc/init.d/kdm restart [11:35] yorokobi, the restart command now? [11:35] Yorokobi: this is a time period, each time the kernel was updated === hannes__ [n=hannes@pD9E677F3.dip.t-dialin.net] has joined #kubuntu [11:36] !can [11:36] Sorry, I don't know anything about can - try searching on http://bots.ubuntulinux.nl/factoids.cgi [11:36] !ca [11:36] Canadian Ubuntu users can be found in #ubuntu-ca [11:36] ! === simbuntu [n=simon@62.206.18.42] has joined #kubuntu [11:36] Daisuke_Ido, I think the last time I saw something like that--and I presume you're referring to the nVidia/kernel interaction--was when I was building my own kernels and nvidia drivers from source. [11:36] hello [11:37] i need some help in "C" [11:37] yorokobi, no good.. :( [11:38] Kernel package: 'linux-image-generic' <-- this gave me a system error during a new install of kubuntu7 [11:38] am I doing something wrong? [11:38] yorokobi, there's another package for nvidia, but I don't remember the name, maybe that's what's needed? [11:38] Okay RoyB72 'grep nv /etc/X11/xorg.conf' does in say "nvidia" or "nv" === chucktx [n=chuck@69.149.80.199] has joined #kubuntu [11:39] error happened with apt-install [11:39] was unable to fetch arcives === neptunepink [n=neptune@adsl-75-62-110-120.dsl.snfc21.sbcglobal.net] has joined #kubuntu [11:39] so I have to edit my sites in a new install? [11:39] yorokobi, no such file or directory ? [11:39] RoyB72, I have nvidia-glx nvidia-kernel-source and nvidia-kernel-common installed on my machine. Try 'sudo apt-get install nvidia-kernel-source nvidia-kerner-common' [11:39] oh wait [11:39] i want to use getch and included the file "curses.h", but if every time i want to compile my source i get the following error: getch.c:(.text+0x12): undefined reference to `stdscr' [11:40] !fiesty [11:40] The next version of Ubuntu (7.04; codenamed "Feisty Fawn") should be released in April 2007. Beta is out! http://www.ubuntu.com/news/Ubuntu704Beta Schedule: !schedule - Specifications (goals): https://features.launchpad.net/distros/ubuntu/feisty - Help and support in #ubuntu+1 (NOT #ubuntu) [11:40] md5sum mismatch [11:40] RoyB72, are you copying & pasting or typing what you see ? === vyoman [n=andre@80-195-189-100.cable.ubr05.croy.blueyonder.co.uk] has joined #kubuntu [11:40] yorokobi, typing.. working on 2 machines now [11:40] so that means the CDr is a bad burn? === ich [n=ich@e176127059.adsl.alicedsl.de] has joined #kubuntu [11:40] simbuntu, getch() is part of stdio.h is it not? [11:41] Yorokobi: its not [11:41] Yorokobi: getchar is part of stdio.h === belen_ [n=belen@58.Red-80-24-33.staticIP.rima-tde.net] has joined #kubuntu === raul [n=mctux02@58.Red-80-24-33.staticIP.rima-tde.net] has joined #kubuntu === mkirk [i=mkirk@wynton.cs.umn.edu] has joined #kubuntu === remy [n=remy@89.33.168.28] has joined #kubuntu [11:42] hello? [11:42] anyone [11:42] simbuntu, okay. Its been years and years since I worked in C. I think getch/getchar was one of the functions I rewrote in ASM instead of using the ANSI C functions [11:43] wolferine, did you add a non-standard repo recently? [11:43] simbuntu: curses.h is in the package libncurses5-dev [11:43] yorokobi, done with nvidia-kernels... [11:43] its a brand new install, im in the install atm [11:43] RoyB72, try restarting again :) [11:43] Sanne: i installed the package, but it does not help === slypheed_away [n=slypheed@71.237.157.90] has joined #kubuntu [11:44] simbuntu: then somehow it doesn't appear to find those headers when compiling. [11:44] i am prompted with a list of three kernels [11:44] wolferine, um ... maybe one of the packages was downloaded incorrectly and just needs to be downloaded again [11:44] wrote the grep nv /etc/X11/xorg.conf with uppercase X11 came back driver "nvidia" [11:45] Sanne: is it possible that i have to use a different compiler than gcc? [11:45] Yorokobi: this is occurring each time I try (5th try now) [11:45] RoyB72, Yeah, Linux is case-sensitive [11:45] wolferine, from a net or CD install ? [11:45] simbuntu: I don't think so. [11:45] Sanne: I use the following comman dto compile the source: gcc file.c -o name [11:45] CD [11:45] yorokobi, well... nothing again after the restart command [11:46] i just bypassed the kernel install [11:46] using the network to get it, I hope [11:46] wolferine, you may need to re-burn the ISO or download it again and burn the newer ISO [11:46] wolferine, or use the net :) [11:46] Sanne: I try to reinstall the package, maybe it will help [11:46] the iso is coming at 1000+k [11:46] simbuntu: I'm not too knowledgable with compiling, but yren't you supposed to tell the compiler where to find includes? Do you have the file /usr/include/curses.h? [11:46] so ill just reburn if it doesnt work :) [11:46] RoyB72, okay ... We can probably get you back in X but without the nVidia drivers [11:46] simbuntu: ok [11:47] yorokobi... that's fine with me hehe [11:47] RoyB72, are you familiar with vi/vim ? === rio [n=rio@host144-167-dynamic.61-82-r.retail.telecomitalia.it] has joined #kubuntu [11:47] noyorokobi, nope.. told u, I had kubuntu for 5 days [11:48] Yorokobi: pico, maybe? [11:48] yorokobi: nope [11:48] RoyB72, okay, try 'sudo nano /etc/X11/xorg.conf' [11:48] as good [11:48] Daisuke_Ido, I don't use either nano or pico :D [11:49] easier for those daunted by vi(m), imo [11:49] The more time I spend here the more I realize I've been using "old" tools. Old, but golden. [11:49] yorokobi, inside [11:49] Sanne: i have thisfile but not with the path "/usr/include/curses.h" === pereira [n=pereira@200-171-102-235.dsl.telesp.net.br] has joined #kubuntu [11:49] vi(m) is great, don't get me wrong, but a bit much for a lot of users === baka [n=baka@AToulouse-157-1-39-33.w86-201.abo.wanadoo.fr] has joined #kubuntu [11:49] simbuntu: where is it? It is supposed to be installed in /usr/include. [11:50] RoyB72, okay. Find the line for Driver that has "nvidia" as the value and change "nvidia" to "nv" [11:50] RoyB72, then save and quit [11:50] RoyB72, and restart kdm again [11:50] Hey, what's the command to display the time? [11:50] hey [11:50] (save = ctrl-o, quit = ctrl-x) [11:50] need your help === word [n=word@ip70-162-166-56.ph.ph.cox.net] has joined #kubuntu [11:51] Daisuke_Ido, after I learned vim, I haven't used anything else [11:51] how can I save my nvidia-settings, so that it loads every startup [11:51] Daisuke_Ido, thanks for the assist [11:51] no problem === Edulix [n=edulix@70.Red-88-15-163.dynamicIP.rima-tde.net] has joined #kubuntu === psyko_free [n=virus@41.250.21.190] has joined #kubuntu [11:51] Crashed, from the command line/shell: date === ubuntu [n=ubuntu@ble59-6-82-240-108-18.fbx.proxad.net] has joined #kubuntu [11:51] yorokobi, daisuke_ido, thx.. was just about to ask ;) [11:51] Sanne: sorry you were write its located in /usr/include/. === ubuntu is now known as Foloex [11:51] hello [11:52] can somebody help me? [11:52] simbuntu: ok, then try to add the following option to your compile command: -I "/usr/include" [11:52] hi [11:52] LightGun: they should be saved automatically [11:52] can AmaroK play video podcasts as well as audio? [11:52] no, they aren't [11:52] that's odd [11:52] I have to set up everything again and again [11:52] I have a VCD iso image, how to play? I can use either kaffeine or vlc [11:52] yorokobi, YAAAAAYYY inside... thx a LOT === fraiddo [n=fred@lns-bzn-49f-62-147-164-174.adsl.proxad.net] has joined #kubuntu [11:52] The podcast is offered as Quicktime, Theora, WMV, and Xvid [11:52] nvidia settings, or x server settings? [11:52] RoyB72, you're welcome [11:52] and the way it is mentioned on nvidia.com it doesn't work [11:53] nvidia [11:53] hmm [11:53] nvidia-settings [11:53] i've never had to play with mine, so i'm not sure [11:53] brb on linux machine [11:53] is there a command in kubuntu to remove grub and put the windows boot loader instead. I can't use mbrfix, I lent the cd to a friend [11:53] hey everyone === RoyB72 [n=royb@37.80-203-239.nextgentel.com] has joined #kubuntu [11:53] I have the problem that the frequency is after reboot 60Hz and I always have to switch through nvidia-settings to 75Hz [11:54] I use 9755 [11:54] Sanne: this error message appears; the same like before getch.c:(.text+0x12): undefined reference to `stdscr' [11:54] LightGun, you can set the hsync/vsync values in the xorg.conf [11:54] I have done this, it doesn't work anyways [11:55] LightGun, LCD monitor? [11:55] yes === K`zan [n=vw@c-76-22-74-207.hsd1.wa.comcast.net] has joined #kubuntu [11:55] Samsung Syncmaster 931C [11:55] I have created a modeline too [11:56] simbuntu: hmmm, that is indeed weird. I think I have to refer you to other people more knowledgable than me, sorry. [11:56] I don't remember the option but there's "something" that will enable auto detection of h/vsync for LCDs and newer CRTs in xorg.conf [11:56] DMPS? [11:56] LightGun, yes === paytreak [n=paytreak@ti211210a080-2278.bb.online.no] has joined #kubuntu === chuck_tx [n=chuck@69.149.80.199] has joined #kubuntu [11:57] Sanne: thanks a lot [11:57] yorokobi, can we fix the nvidia now? [11:57] that would be nice [11:57] simbuntu: you're welcome, I hope you find out what's wrong. [11:57] I need to save the nvidia-settings [11:57] is there a way to get a more verbose boot up to see where it is locking up? [11:57] would love to have that. it's setting my refresh at 54, when it should either be 60 or 75 [11:58] chuck_tx: try alt+f1 during boot [11:58] RoyB72, probably ... You may need to purge the nvidia-* packages and reinstall them. That has worked for me in the past. [11:58] this problem I have too Daisuke_Ido [11:58] this is the CD. Will that work there? [11:58] no; yorokobi, this is the way with the newer drivers from nvidia.com [11:58] yorokobi, so uninstall, and install? === wendy [n=wendy@148.243.25.26] has joined #kubuntu [11:58] Sanne: oh i found the problem if you are interested in the answer: -I/usr/include -L/usr/lib -lncurses [11:58] LightGun, does the nvidia-settings command have an option to load a specific config ? [11:59] anyone knows how to remove grub and restore vista's boot loader from within kunbuntu 6.10 livecd [11:59] LightGun: i'm using the same ones, so i'll take a look at the xserver config [11:59] RoyB72, more than uninstall: purge [11:59] only with nvidia-glx it works flawlessly, but then, the videos in beryl are lagging around [11:59] simbuntu: ahhh, I suspected it could be something with having to need to tell where the libs are also, I was just investigating :). Glad you found it, thanks for the followup. [11:59] anyone know a good remote access program for kubuntu? the vnc thing that came with it crashed too much so i removed it lol [12:00] yorokobi, so I purge, then install without logging off? [12:00] LightGun: you feel safe editing xorg.conf? [12:00] RoyB72, do you have synaptic or kynaptic installed by chance ? I don't want to do this with (in)adept === premier_ [n=premier@adsl-64-108-201-168.dsl.chcgil.ameritech.net] has joined #kubuntu [12:00] Slasher, look at www.cspace.in [12:00] Slasher, NX works pretty well [12:00] got synaptic, but already started in adept [12:00] NX uses SSH tunnels and X11 forwarding. Secure, fast, easy [12:01] @Daisuke, yes, I can edit it quite well [12:01] RoyB72, quit out of adept [12:01] do you have any tutorials? [12:01] and start synaptic [12:01] LightGun: i'll be right back, going to see if this works. if it does, i think we have it fixed === Crashed [i=Crashed@CPE0080c6fe9a1a-CM0012c907e14c.cpe.net.cable.rogers.com] has left #kubuntu [] [12:01] yorokobi, and enter synaptic? === Daisuke_Ido [n=sierra-x@pool-71-97-155-28.aubnin.dsl-w.verizon.net] has joined #kubuntu [12:01] hello, Im trying to install a tarball, but I wont install because I need a c++ compiler, so I go to apt-get and aptitude to install g++, but they both ask for the edgy CD. I dont have it. How can I force them to get the packages from repositories? === jarn [n=jarn@12-218-2-109.client.mchsi.com] has joined #kubuntu [12:01] RoyB72, yes [12:02] then again... [12:02] yorokobi, done [12:02] off to let the upgrade happen. [12:02] bye [12:02] RoyB72, click the search button, type in "nvidia-" (w/o quotes) and change the drop-down to Names then click search [12:03] yorokobi.. done [12:03] RoyB72, Right click the nvidia-* packages that have green boxes and choose Mark For Complete Removal [12:03] Then click the Apply button [12:04] LightGun: are you using DVI? [12:04] yorokobi hmm.. it want to remove linux-restricted-modules-2.6.17-10-generic === Buddha| [n=mike@adsl-220-137-221.gnv.bellsouth.net] has joined #kubuntu [12:04] yes, I use DVI [12:05] yorokobi, when I do that on nvidia-kernel-common [12:05] RoyB72, hmmm for now, leave nvdidia-kernel-common === bartjan [n=bartjan@f105213.upc-f.chello.nl] has joined #kubuntu [12:05] Right-click and Unmark [12:05] RoyB72, and hopefully you clicked cancel on the pop-up :) [12:05] yorokobi.. k, then it's just 2 packages, apply? (yes I did) [12:06] that may be why it's not saving it, i just switched to 75hz in the nvidia settings [12:06] RoyB72, yes [12:06] and it's telling me i'm at 92hz in krandrtray [12:06] no, it's something other [12:06] yorokobi, done [12:06] I get the right resolution and frequency but after reboot it resets everything [12:06] ftp://download.nvidia.com/XFree86/Linux-x86/nvidia-settings-user-guide.txt [12:07] the 4. point explains the thing, but it doesn't work for me [12:07] RoyB72, okay, search for those packages again and right-click and Mark for Installation then Apply === wert [n=wert@host229-99-dynamic.17-87-r.retail.telecomitalia.it] has joined #kubuntu === merhojt [n=Jimmy@h32n3c1o885.bredband.skanova.com] has joined #kubuntu [12:08] thanks by the way, im checking out cspace now [12:08] that's weird [12:08] it's quite cool slasher [12:08] yorokobi, only nvidia-glx ? [12:08] now i'm lost [12:08] RoyB72, for now === mackyman [n=mackyman@217-211-30-9-no69.tbcn.telia.com] has joined #kubuntu [12:08] yorokobi, done [12:08] ? If I get an "buffer I/O error on hdc logical block xxxxxx", Is that the cd being messed up? [12:08] why are you lost Daisuke? [12:09] I also tried adept and synaptic. They all ask for the edgy cd. Why cant they just use the repositories? [12:09] i can't figure out why it wouldn't work === Flosoft [n=flosoft@213.219.188.222] has joined #kubuntu [12:09] hey === Aspo [n=aspo@85.194.252.162] has joined #kubuntu [12:09] u have a nvidia too? [12:09] yep [12:09] with 9755? [12:09] 7600 gs, with a 19" lcd, 9755 drivers [12:10] anyone a solution for this problem? http://paste.florianjensen.com/?64 === purpleposeidon [n=poseidon@75.62.110.120] has joined #kubuntu [12:10] Daisuke_Ido, LightGun ... DVI seems to be less flexible than dsub (less control). Have you tried using the analog cable to see if you have the same problem? [12:10] and installed with envy? [12:10] yorokobi, reboot comp now? [12:10] RoyB72, no [12:10] anyone know what the buffer I/O error is a symptom of? [12:10] Yorokobi: i'm more or less okay with it, just trying to help LightGun troubleshoot that [12:10] my 7600 GT has only 2 DVIs === Ace2016 [n=ace@80-47-119-225.lond-hex.dynamic.dial.as9105.com] has joined #kubuntu [12:10] I have AGP [12:11] RoyB72, use Alt-F2 to open a run dialog and type 'kdesu kate /etc/X11/xorg.conf' [12:11] RoyB72, then change the "nv" back to "nvidia" and save and close === slypheed_away [n=slypheed@71.237.157.90] has joined #kubuntu === kenws [n=ken@dslb-088-064-156-108.pools.arcor-ip.net] has joined #kubuntu [12:12] Flosoft: what exactly are you trying to do? [12:13] yorokobi done [12:13] well ... these packages simply can't get configured [12:13] right [12:13] Adept Notifier just tells me when I have updated packages, correct? [12:13] had this since I updated to Feisty 5 === moster [n=avelino@87.223.187.223] has joined #kubuntu