[00:01] Firefox 3 is out?! How come there's no major announcement (Admittedly I only checked Slashdot) [00:01] it's TC MachinTrucChose [00:01] RC* [00:01] not the actual release [00:01] why doesn't it say RC in the version then? [00:02] it does, lol, I updated to it this morning and it's RC2 if I remember correctly [00:02] you'd expect a RC to be marked as such [00:02] mine just says "3.0" [00:02] where does it just say 3.0? [00:02] Help > About Mozilla Firefox [00:03] yes, you can't see it in the browser, but the package version is RCx [00:03] I see [00:03] well, it's very uncool. [00:03] lol [00:03] firefox is? Or the way they haven't stuck RC all over it? [00:03] the latter [00:04] ah, well I updated mine last night to the latest RC and when I booted up this morning I was greated by a web page announcing the release of RC2, were you not given the same page? [00:05] Hey, what command can I run to see what flavor of ubuntu is currently on my box? [00:05] the person previously using the computer must have gotten that [00:06] sixpence: lsb_release -a [00:06] adept will tell you the truth about firefox [00:06] genii: Danke =] [00:07] sixpence: Bitte [00:07] cool, I didn't know this command ! [00:07] is it ubuntu-specific ? [00:07] coucouf: I think all debian based dists work with it [00:07] ok thanks [00:07] lsb c'est censé etre un referentiel du materiel pour toutes les distrib [00:07] anyway, anyone know what I should do to install a dual-boot Windows? First, can I just create a 20gb partition on an existing drive, or do I have to worry about it not being among the first 1gb or whatever of the drive (ie, bootloader issues). Also, what happens to GRUB then? [00:08] !fr | greatgib [00:08] greatgib: Ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en francais, merci de rejoindre #ubuntu-fr ou #kubuntu-fr [00:08] coucouf:c'est dans le meme style que freedesktop pour le matos [00:08] Lol sorry, juste a coucouf specific response :) [00:10] the position of the windows partition doesn't matter you will use GRUB as a bootloader anyway [00:10] be carefull though, windows will replace GRUB so you'll have to reinstall it. Check the litterature on the subject before doing so. [00:13] coucouf: how can Windows replace GRUB if it is installed on an ext3 partition? [00:16] MachinTrucChose: The core part is not on some subpartition but rather the master boot record of the drive [00:16] quick question, how can I delete a folder without moving to Trash? It's a 5gb file and it's trying to move it to a TRash folder on a different partition [00:17] MachinTrucChose: shift+del usually works [00:17] genii: I see, OK. I thought the MBR was written on the first x megabytes of the drive. I'll read up on how to recover GRUB after installing Windows. Thanks. [00:18] Odd: I tried that in Konqueror, it didn't work...but with Dolphin it does. Cool beans. [00:19] what program would I need to run a perl script? [00:19] !perl script [00:19] Factoid perl script not found [00:19] !perl [00:19] Factoid perl not found [00:19] Haha. [00:19] well my system selected wine to run them [00:20] funny or not im a newb [00:20] georgewp: I wasn't laughing at you. Sorry if it seemed that way. [00:20] georgewp: You would just use perl to run it. [00:20] k [00:20] perl /path/to/script or just execute the script itself using /path/to/script [00:21] As perl's path in the executable SHOULD be correct. [00:21] !info perl [00:21] perl (source: perl): Larry Wall's Practical Extraction and Report Language. In component main, is standard. Version 5.8.8-12 (hardy), package size 3303 kB, installed size 11440 kB [00:22] Can't locate Sort/Versions.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at curse-install line 3. [00:22] BEGIN failed--compilation aborted at curse-install line 3. [00:22] Thats the error I got from the script [00:23] georgewp: You're going to have to add the extra perl modules that the script calls for. [00:23] georgewp: You can either do this inside perl itself, or use apt-get to install them. [00:23] one more question, and I'm sorry for piling them on...does resizing a partition delete its contents? ie, I have a 160gb partition with 100gb of free space. I want to create a 20gb partition, hopefully from that 100gb free space without affecting the existing60gb. [00:23] georgewp: Check out: apt-cache search perl versions [00:24] MachinTrucChose: Not if you do it correctly, no. [00:24] what would you suggest [00:24] ek: I'm using gparted for that purpose. [00:24] MachinTrucChose: Not very familiar with it. But, my guess is your data should remain. [00:24] OK [00:24] ... as long as it isn't in the delete/relocated area anyway. [00:25] georgewp: I would suggest using apt-get. That way updates to the modules will be noticed. [00:26] and i cant decipher form that error which packages to get [00:26] georgewp: You need Sort::Versions [00:26] georgewp: It's at the beginning of the error. [00:27] So, the package will maybe be called something like perl5-Sort-Versions...? [00:27] Not sure. [00:28] hi [00:29] how would i do a search for that to find the apt-get line [00:29] trying kubuntu perl5 sort versions gives me a bunch of garbage [00:29] in google [00:31] georgewp: I see "libsort-versions-perl" [00:32] In fact, I'm almost positive that's the correct package. [00:32] cant get streaming internet sound to play 8.04 any ideas [00:32] sweet its doesnlowing and installing [00:33] jtisme: Streaming how? [00:33] jtisme: do you have mplayerplug-in? [00:34] <_0tt0v0nc4t_> hello, I just installed kubuntu from ubuntu, and I noticed the adept-updater when I first came into the OS but I cant seem to find a way to turn it on manually now that it has rebooted. adept manager doesnt seem to be helping me either. Can anyone point me in the right direction? [00:34] ek streaming from www.wgst.com live radio [00:34] No addons dir at curse-install line 8. damn its one thing after another with this, i supose i need to edit the file [00:34] Boohbah, yes according to about:plugins [00:35] _0tt0v0nc4t_: Open a terminal (Konsole) and type: adept_updater [00:35] $ADDONS_DIR=$ENV{'ADDONS_DIR'}; <--- thats what the script is looking for and returns die "No addons dir" if !defined $ADDONS_DIR; that sucks. [00:35] _0tt0v0nc4t_: You can also use the Adept Manager by selecting to show only updatable/upgradable packages the same way. [00:35] <_0tt0v0nc4t_> ek: thank you [00:35] Welcome. [00:36] Boohbah, mplayer-in 3.50 [00:36] jtisme: Hrm. Haven't tried streaming radio in a long, LONG time. [00:36] ek thanks [00:38] ek: Some good stuff out there, lotsa garbage. [00:38] jtisme: Make sure your volume isn't muted. :P [00:38] jhutchins: Indeed. [00:39] I don't have the mplayer plugin here at work. So, it's hard to test. [00:39] And I'm leaving like, now-ish. [00:39] ek it isnt muted i get good sound out of cat /bin/ls >/dev/dsp [00:39] Otherwise, I'd just install it. [00:39] jtisme: Hrm. Okay. I wonder if mplayer isn't opening the correct audio device maybe? [00:39] jtisme: Can you watch videos okay using mplayer? [00:40] jtisme: You might try playing it with amarok if you have that configured, or xine (which is what amarok uses). [00:41] Yeah. That might work. [00:41] ek yes I can watch videos and with sound [00:41] Although, I'm unsure whether wgst.com tosses out .pls files. [00:41] how do i get psyn links working [00:42] jhutchins, i am using amarok [00:42] jtisme: Hrm. I'm all out of ideas. I don't mess around with much media stuffs. Especially internet media stuff. =/ Sorry I couldn't be of more help. [00:42] ek I am not new to linux but very new to sound .pls ?? [00:42] jtisme: The little streaming playlist files you can download. [00:42] ek oh ok [00:42] Tells your client what server:port to connect to for the stream. [00:43] Check around on their site. They might have them. [00:43] jhutchins, amarok says "no suitable demux [00:43] gconftool-2 -s -t string /desktop/gnome/url-handlers/psyn/command '/path/to/curse.sh "%s"' | gconftool-2 -s -t bool /desktop/gnome/url-handlers/psyn/enabled true | gconftool-2 -s -t bool /desktop/gnome/url-handlers/psyn/needs_terminal false <--- Thats what I would do to get psyn links working in gnome, what would be the commands to do such in KDE? [00:44] Wicked. [00:44] hey guyz [00:44] I have to head home. So, good luck everyone. See you all later. [00:44] I am trying to get my kubuntu working, and because its installed on sdc1, I am having a hard time configuring grub [00:44] anyone care to help ? [00:45] later EK [00:45] so far I get "Error 15: file not found" when I turn on the computer [00:48] How do I mount a hot-plugged SATA drive? [00:49] hello? [00:50] sensae: if it is not automounted, i think you only have to do a basic mount commande? but the drive names start with sd instead of hd, like sda1 for exemple! [00:51] anyone know how to update url link handling in kde? === patrickd is now known as phoenix3051 [01:06] Every time I download a kernel upgrade, it keeps the old one on my grub boot menu. Is there any way to prevent this and/or remove the old ones? [01:08] remove them from grub? [01:09] to remove them from grub edit the menu.lst [01:09] how do I install kubuntu to my hd ??????? [01:09] live-cd ??? [01:09] Thanks, maduser. [01:10] you may want to keep the old ones in grub, but just move the new ones to the top [01:10] the top one will boot automaticaly [01:10] It does that on it's own, but it gets irritating. I'm kind of a neat freak about my computer. [01:11] move the old ones below that to have backups incase of error [01:11] how do I install kubuntu to my hd ? [01:11] live cd ? [01:11] lsemple2: You can download the live CD, burn it onto a disc, then run it and you'll boot into what's called a live installation of Kubuntu, it runs right off the CD without even touching your HD. [01:12] Once you're in there, you can run the "Install" shortcut on the desktop to install it to the hard drive. [01:12] Remember to set your BIOS to boot from the installation media [01:12] What he said. [01:12] keaton: I tried the alternate installer cd and I can't boot from my kubuntu installation [01:12] grub is not set up properly [01:13] or the boot flag is not set to that partition [01:13] Huh, that's weird. I'm not sure why it wouldn't insert itself into the grub list. [01:13] lsemple2: multiple partions? [01:13] well its installed to sdc1 [01:14] sda, sdb are storage [01:14] sdc is my primary [01:14] windows on the computer as well as kubunu? [01:14] I am thinking of just downloading the live cd and installing it from there [01:14] no [01:15] on live cd click install and then install to the hd [01:15] yeah thats probably the easiest [01:16] that alternate installer cd screwed over my xubuntu too [01:16] thats best for upgrades [01:16] useless cd [01:16] (well to me anyway) [01:16] you download it so that you can upgrade a current instalation [01:16] I had to manually install xfce4 [01:16] hi, are there any new releases of kubuntu 8.04? [01:17] I am on a live cd right now (kanotix), I wonder if it is possible to download and burn the kubuntu live cd ?? [01:17] its possible [01:17] while running on a live cd [01:17] but you have to download the cd to a mounted media [01:18] lsemple2: do you have 2 cd burners? [01:18] yeah [01:18] lsemple2: yes it possible then... [01:18] any of you tried peachy dock? [01:19] can someone confirm that this is the correct download for kubuntu live cd ? http://www.kubuntu.org/download.php#latest [01:19] lsemple2: YES [01:19] top link (8.04 hardy heron) [01:20] lsemple2: yes. i would not reccomend the kde4 remix atm... [01:20] why not kde4 remix? [01:20] rvk: lsemple2 is rather new... [01:21] ok [01:21] I was told to stick with kde3 as well [01:21] kde4 has tons of bugs [01:21] I need something that wont crash on me every day [01:21] the kde4 remix is still incomplete in some areas. imo. although it is quite stable [01:22] well should I get kde4 or kde3 ?? [01:22] kd3 [01:22] kde3 for now... [01:22] kde4 is very incomplete, is in process of testing [01:23] try kde3 and then when a stable version goes up you can change [01:23] k good cause I already started downloading kde3 :) [01:24] anybody know of a virus scanner for linux? i'll be using it to scan samba folders accesed by MS windows users [01:25] linux is virtually virus free- yes but most files stored/shared in samba came from windows, [01:26] chances are those files are infected [01:28] r2b2 bitdefender [01:28] www.bitdefender.com [01:29] r2b2: bitdefender is one of the best imo [01:29] i c.. just looking at the site now.. i hope there's a free version [01:29] thanks anyway [01:42] r2b2: clamav [01:42] !clamav [01:42] Factoid clamav not found [01:43] hmmm [01:44] /msg nickserv register at2727 andrudetwentyseven@yahoo.com [01:44] /msg nickserv set hidemail on [01:44] /nick mr--t2 /msg nickserv group [01:44] flash really sucks at rendering full screen (worse than it did in 7.10) even without compiz!, im on an ati card can i add module donotsuckatflash or something to xorg? [01:45] mr---t: thats why you should always do it in the server IRC window [01:46] Just built a new computer with 2 HD's Have Hardy (kde4) and Win XP Home as dual boot on same disk different partitions... I want to make the second drive for documents that can be access from both OS's. Should I make it NTFS or EXT3? I have the driver to access ext3 in windows. [01:46] JuJuBee: I have no preference [01:46] what [01:46] So reading/writing NTFS from linux is same as reading/writing ext3 from windows? [01:47] Equally reliable? [01:47] JuJuBee: which are you going to use more? support both ways is fairly good but still 'experimental' [01:47] JuJuBee I presonally have 3 other drives than my main OS drive and I have all three set to NTFS even though I don't have a Windows dual boot anymore, lol, it's purely by force of habit [01:47] If I had it my way, windoze would take a verrrryyyy long nap. ;) === sepeck_ is now known as sepeck [01:48] [01:44] /msg nickserv register at2727 andrudetwentyseven@yahoo.com [01:48] JuJuBee: if you intend to use linux more id go with ext if there about even id go with ntfs as the ntfs drivers can/will improve [01:48] RiotingPacifist: i'm trying to register a nick [01:49] irc jakarta indonesia kubuntu forum pls [01:49] mr---t: you need to remove the space before /msg for it to work [01:49] RiotingPacifist : thanks for the input...Think I will take your suggestion. [01:50] RiotingPacifist: do i do it here [01:50] Wasn't thinking about future of the ntfs/ext support, of course linux will continue to improve whereas windows will probably continue to suck... [01:50] Are you using kde4 yet? [01:51] mr---t: you can do it anywhere but its normally best to do it in the tab that isnt a chanel, on konversation its called 'ubunut IRC' or something like that [01:51] just incase the space slips in [01:52] nope its not really ready, 4.1 is pretty useable but i dont think ill switch till 4.2 [01:52] Is there a projected date for 4.2? [01:53] I did fresh install and used kde4, finding it difficult at the moment... === mr---t is now known as mr--t2 === mr--t2 is now known as mr--t [01:53] about 8 months away i think, 6 if you use betas [01:54] Can I install kde3 along with 4 like having gnome and kde at the same time? [01:54] <_CrashMaster_> My system can barely even handle kde4 === mr--t is now known as mr---t [01:55] JuJuBee: yes just add the right menu, i forget which one it is but one menu gives access to all aps [01:56] Do you mean within kde4? Im confused... [01:56] _CrashMaster_: with composting off it should be about par with 3, ofc once you start using kde3 & 4 apps together then your ram goes bye bye [01:56] JuJuBee: yeah in kde4 you can add a menu that lists all the apps (including kde3 ones) so you can use them side by side [01:57] Oh, you mean add a widget, I did, but the new menu is on the right side of the task bar and I cannot figure out how to move it. [01:58] Any recommendations for a simple PDF editor? [02:00] Dragnslcr: what are you trying to do, i used pdfedit and it did most stuff once you got used to it, but it crashed like windows until i figured it out [02:01] Just trying to fill out a form. I prefer typing over making someone try to read my horrible handwriting [02:01] <_CrashMaster_> Make em work for iyt [02:01] <_CrashMaster_> s/iyt/it [02:02] PDFEdit can't open it. It's apprently encrypted [02:02] Well, it's a rebate form, so I can't make them work too hard [02:02] Dragnslcr: i dont know of any alternatices you can break the encryption using kpdf [02:02] <_2> what port is dns using ? [02:02] <_2> 53 by any chance ? [02:03] PM)_2 : yes [02:03] my bad, [02:04] <_2> :) [02:04] just _2 [02:04] Not used to this irc client, used to kopete [02:04] <_2> JuJuBee danke [02:05] denada [02:06] RiotingPacifist- using kpdf and printing to file worked [02:06] <_CrashMaster_> how do I restart X without restarting the entire system [02:07] yeah i was thinking of just saving it but either way [02:07] <_2> i'm not understanding why some of the time i can't connect to irc.freenode.net because of some icmp storm to port 80 and some times i join without triggering that. something is physhe [02:07] cntrl+alt+backspace [02:07] but that will log you out and close open apps [02:07] <_CrashMaster_> Yeah, I dont want to kill it [02:07] _CrashMaster_: logout then select restart x from a menu, if your too lazy to do that ctrl+alt+backspace does it the harsh way [02:07] <_CrashMaster_> just restart it === mr is now known as Guest77445 [02:07] <_2> _CrashMaster_ sudo /etc/init.d/?dm restart === ubuntu is now known as rogerdpenguin [02:09] <_2> if it's not fishy it's phowl [02:09] guess he chose the harsh way... [02:09] :) [02:11] <_2> i asked in #freenode they said that it was freenodes proxie scanner, i say not likely. something like that wouldn't only check randomly === mr is now known as Guest38337 === relic is now known as [Relic] [02:18] <[Relic]> Hello :) [02:18] <_2> does anyone think they might know what is "doing it" to my connection ? [02:18] <[Relic]> Anyone know of anyway , that will actually work w/o problems, to get the nvidia proprietory drivers reinstalled? [02:18] <_2> [Relic] [02:19] Relic whats going on. [02:20] _2 User error???? j/k :) [02:20] <[Relic]> everytime I try the nvidia one it won't start x [02:20] <[Relic]> locks up in trying it [02:20] Which nVidia one, which nvidia card [02:21] <[Relic]> the nvidia new the nv apparently works but no glx [02:21] <[Relic]> just DL from nvidia and install? I can't seem to find the restricted version in the hardware thing anymore [02:21] What nVidia Card do you have? [02:21] <_2> PhoenixGI maybe it's that pebcak thing i keep hearing about ? [02:22] _2 LoL [02:22] <[Relic]> 8600gt [02:23] <_CrashMaster_> X won't start. Fatal Server Error: Cannot run in framebuffer mode. Please specify busIDs for all framebuffer devices. This occurs after I have deleted xorg.conf* [02:24] _CrashMaster_: so what is your question? isn't it obvious that X won't work if you delete the conf?! [02:24] _CrashMaster_, don't run with framebuffer support [02:24] [Relic] hmmm yeah the "New" driver should work. I used the one in Apt, not the one direct from nvidia... course they should be the same thing, as they are perpriotory [02:24] <_2> _CrashMaster_ sudo dpkg-reconfigure xserver-xorg -plow [02:24] <_CrashMaster_> Boohbah, I suppose my question is "how can I make a new xorg.conf ? [02:25] _CrashMaster_: run 'X -configure' [02:25] <_2> Boohbah ? [02:25] _2: ? [02:26] <_2> 'X -configure' < ??? [02:26] _2: runs an interactive X configuration script [02:26] that will spit out an xorg.conf [02:27] <_2> really, find a new tweek every day [02:27] <_CrashMaster_> 2: 10 points. Many thanks. [02:27] <_2> welcome. [02:27] _2: your suggestion to use dpkg is probably best [02:29] <_2> Boohbah i didn't even know that -configure was a switch for X but it does spit out a config file "in the $PWD thought." [02:29] <_2> and on my system fails for normal users of course. [02:30] [Relic] did you say that the perprority drivers icon isn't showing any more? === mr is now known as Guest53793 [02:32] <_2> i'm no the only one that can't spell propriatary ! [02:33] but yet I can spell Not :) [02:33] <_2> +t :) [02:33] heheh [02:33] <_2> (propriatary) may be; proprietary [02:34] ok, looking for e-mail client suggestions. Kmail.... is ok [02:35] !email [02:35] Factoid email not found [02:35] !e-mail [02:35] Factoid e-mail not found [02:35] bah [02:35] * _2 never knows when to use "e" unless it's like echo "E: something went wrong!" [02:35] hey, i have kubuntu installed, but i turned this machine into a headless box and odn't need an xserver... apt-get remove xorg should get rid of all gui packages right?> [02:36] <_2> !mail | this is not what you want either PhoenixGI [02:36] this is not what you want either PhoenixGI: mail is another medium to communicate. Ubuntu mailinglists can be found at http://lists.ubuntu.com [02:36] <_2> derekS no. [02:36] _2 Thanks :P hehe, derek Kubuntu without the GUI? [02:36] _2: how would i do it thien... [02:36] isn't that just Ubuntu server? [02:37] PhoenixGI: yeah, but i wanted kubuntu when i first installed it, now i don't :) [02:37] i normally didn't care, but upgrading from edgy to hardy is taking forever [02:37] <_2> derekS ummm maybe something like sudo apt-get remove xserver* but i'm not sure that will get everything. [02:38] well, i am not afraid of getting too little, i just don't want too much... [02:38] <_2> there are packages that run in X that don't depend on X and libs that x depends on that don't depend on X so.... [02:38] i can aplways dpkg -l to see whats left... [02:38] so xserver* is a better way? [02:38] i'll try that once edgy -> feisty is done [02:40] gah, just installed 8.04 with KDE4 (AMD64), even the panel is buggy as heck :/ [02:40] _2: hmm, neither of those do that much [02:41] <_2> not afraid of "too little" hmmm i can fix that.... as root; for q in `dpkg -l | grep ^ii | cut -d' ' -f3` ;do apt-get remove -y $q ;apt-get install -f ;done ;apt-get install ssh ubuntu-base ubuntu-minimal <<< and it will take some time to step through all the packages to see what can be removed and what cant [02:41] if i update to bzip2 manually (1.05), then all of a sudden the repo pops up with v1.05 in there, will it mess up my repository or break a package if it let me install it? [02:41] <_2> derekS that will clean out your system like a large dose of salts === mr is now known as Guest599 [02:43] <_2> for q in `dpkg -l | grep ^ii | cut -d' ' -f3` ;do apt-get remove -y $q ;dpkg --configure -a ;apt-get install -f ;done ;apt-get install ssh ubuntu-base ubuntu-minimal [02:43] _2 Wow, that command hurt my brain [02:43] <_2> slightly safer ^ [02:43] <_2> wont leave anything borked [02:43] _2: haha [02:43] too complicated [02:44] <_2> might throw in a -y on the last apt call for safty [02:44] HELLO Everyone [02:44] ello ad_ [02:46] <_2> derekS complicated ? nothing really complicated about that string. a for loop that calls three commands each time it acts acting upon the list of installed packages parsed from dpkg and filtered with grep and cut nothing complicated about it. [02:46] ? [02:47] <_2> to see what it would do; for q in `dpkg -l | grep ^ii | cut -d' ' -f3` ;do echo "apt-get remove -y $q " ;done [02:47] _2: i really just want to remove all the dependents of kubuntu [02:47] is there a way to do that? [02:47] <_2> derekS yeah i just posted it ^ up there. [02:48] wekk looking, thats not going to work either, arg [02:48] <_2> derekS why not ? [02:48] don't i need things like hal? [02:48] understand? [02:50] 谁 给我 推荐 几个 好的 linux 的 书阿 ? [02:51] what are u doing [02:52] help me please [02:52] <_CrashMaster_> _2: what was that dpkg-reconfig command again please? [02:53] <_2> echo -e "removing packages, please stand by.\n\n" ;for q in `dpkg -l | grep ^ii | cut -d' ' -f3` ;do apt-get remove -y $q >/dev/null 2>&1 ;echo -e "=\c" ;dpkg --configure -a >/dev/null 2>&1 ;apt-get install -f >/dev/null 2>&1 ;done ;echo -e "\n done. \nnow installing base packages, please stand by..." ;apt-get install -y ssh ubuntu-base ubuntu-minimal [02:53] <_2> _CrashMaster_ that's not for you. [02:53] <_2> _CrashMaster_ sudo dpkg-reconfigure xserver-xorg [02:55] <_2> all neetly scripted. http://ubuntu.pastebin.us/?show=dbbe0b0d [02:56] _2 yeah don't don't think Crash would have been happy to run that script [02:56] The long one that is [02:56] <_CrashMaster_> Yeah, Im looking at it now. [02:56] <_CrashMaster_> I would have been more than mildly irritated. [02:57] <_CrashMaster_> Even more so that I ran it, after typing it in. [02:57] _2: apt-get remove kdelibs and kdebase [02:57] and the -data's [02:58] <_2> derekS doesn't get xorg or it's libs/deps play with it all you want. you'll finally get there. [02:59] <_2> you can use deb-orphan it helps. [02:59] _2: thats the plan [02:59] yeah [02:59] <_2> yeah [02:59] if only i didn't agree to install ooo [02:59] arg [02:59] slow download [02:59] <_2> !info deborphan [02:59] deborphan (source: deborphan): Find orphaned libraries. In component universe, is optional. Version 1.7.23 (hardy), package size 69 kB, installed size 420 kB [02:59] _2: very familiar with [03:02] <_2> only way i have found is to do that clean up thingy but you might be satisfied with a few stray packages lying around. i was only building on your statement of "not afraid of getting too little" :) [03:03] _2: yeah, my biggest concern is that i want the upgrades to go quick [03:03] <_2> and your question about hal was either in ignorance or not worth answering. it may remove hal but it will put it back, and no you dont need it on a headless box. [03:03] so no kde, no xorg, etc [03:03] hmm, what is hal then? [03:04] i thought it was a hardware layer [03:04] <_2> hardware abstraction layer [03:04] yea [03:04] so why isn't it needed? [03:04] is it only for gui's? [03:04] <_2> basicly yes. [03:04] ahh === rudy is now known as Guest92458 [03:04] i didn't realize :) [03:04] <_2> it makes automount avalable to kde [03:05] <_2> but like i said the last command of that string will put hal back if it was removed. [03:05] well, i think i am going to start by getting clear of kde, then go through dpkg -l to see what else can be removed [03:06] <_2> the -y switch on the apt-get remove will prevent removing of essential packages. [03:06] _2: didn't know that [03:06] thats helpful [03:06] !katapult [03:06] katapult is the new application launcher for KDE, to be used with applications, bookmarks, and Amarok playlists. Once you have installed, hit Alt+f2 -> katapult, then hit Alt+Space, and type what you want. [03:06] * _2 reposts his script for derekS http://ubuntu.pastebin.us/?show=d19634cc3 just in case you need to revisit it [03:07] _2: thanks :) [03:07] * PhoenixGI is bored... wonder if I can install kde4.1 without hoseing 4.0 [03:08] <_2> PhoenixGI you could always test my scritp for bugs :))) [03:08] _2 Not that bored [03:08] <_2> PhoenixGI heh [03:09] _2 still need to go over backup procedures... hehe probably should do that before trying to install 4.1 for that matter [03:09] <_2> absoposolutely === benjamin_ is now known as benjamin_es [03:09] necesito ayuda para instalar [03:10] ayuda porfavor [03:10] <_2> !es [03:10] Aquí solamente hablamos inglés. Para Español, por favor entre en los canales #ubuntu-es o #kubuntu-es - allí obtendrá más ayuda. [03:10] perdon === Odd-rationale_ is now known as Odd-rationale [03:13] is there any reason I cant install gnome and use both KDE4 and Gnome? [03:13] ubottu: it should be "por favor entre a los canales", "en los canales" is wrong there (I hope the bot grabs this message :) ) [03:13] angasule: Error: I am only a bot, please don't think I'm intelligent :) [03:13] <_2> georgewp nope [03:13] why is that? [03:14] !en [03:14] The #ubuntu, #kubuntu and #xubuntu channels are english only. For a complete list of channels in other languages, please visit http://help.ubuntu.com/community/InternetRelayChat [03:14] <_2> georgewp just because there isn't [03:14] I dont mean at the same time of course, why would I not be able to choose which desktop environment I wanted to use today. [03:15] <_2> angasule try; ubottu no es is "your text here" and put the full message there please. [03:15] <_2> georgewp you wouldn'td [03:15] !polite [03:15] Factoid polite not found [03:15] georgewp- what makes you think you can't? [03:16] <_2> georgewp maybe it's a case of too many negatives ? [03:16] !please [03:16] Avoid your questions being followed by a trail of "Please, help me", "Can nobody help me?", "I really need this!", and so on. This just contributes to making the channel unreadable. If you are not answered, ask again later; but see also !repeat and !patience [03:16] When I tried sudo apt-get gnome it returned that it could not install the packages, i am curious if its due to the fact that I have kde4.1 installed currently [03:16] !oatience [03:16] Factoid oatience not found [03:16] !patience [03:16] The people here are volunteers, your attitude should reflect that. Answers are not always available. See http://wiki.ubuntu.com/IrcGuidelines [03:17] georgewp- install ubuntu-desktop [03:17] <_2> is there any reason I cant... <<< <_2> georgewp nope why is that? <_2> georgewp just because there isn't <<< too many negatives... [03:17] georgewp: GNOME and KDE can live happily on the same machine, and you can choose to run either [03:18] _2 Ouch, dang english language [03:18] but only using Ubuntu, not Kubuntu [03:18] <_2> mneptok yes i already told him that. but he misunderstood that i answered his question, rather than reading his mind... [03:18] ubottu no es is it should be "por favor entre a los canales", "en los canales" is wrong there (I hope the bot grabs this message :) ) [03:18] anyone know anything about NFS??? [03:18] _2 hehe Sounds like something the Dr. would say [03:18] _2: done talking with ubottu, thanks :) [03:19] <_2> angasule welcome. [03:19] im having prob with NFS [03:19] _2: the fact he didn;t understand you was why i answered him [03:20] angasule: it's still comprehensible. [03:20] yes and thank you mneptok [03:21] * _2 stops having fun at the expense of the rookies .... [03:21] georgewp: just install Ubuntu, then "sudo apt-get install kubuntu-desktop" [03:21] mneptok: yes, but it's imperfect :) [03:21] _2: rookies? [03:21] _2: Careful, you'll wake up the old guys. [03:21] * mneptok is now awake [03:21] <_2> jhutchins heh yeah. [03:21] what is the easiest hasle free way to install ubuntu on this machine? [03:22] _2: you're IRCing as root with Bx. who's the "rookie?" ;) [03:22] georgewp: I would presume boot to an ubuntu live cd and use the installer. [03:22] georgewp: it already has Kubuntu? [03:22] <_2> georgewp if it works as it is supposed to. the live CD installer [03:22] <_2> mneptok the guy that beleaves the user mask is true :) [03:23] * _2 hides now [03:23] _2: "believes" [03:23] <_2> that too [03:23] _2 yes, you and I need spell check for IRC [03:23] georgewp: Sorry, sorting through the scrollback, do you already have kubuntu and want gnome too? [03:24] ... if we may get back to topical help... [03:24] <_2> PhoenixGI i really do actually. i can't even spell my own name half the time. [03:24] _2: busted :D [03:24] <_2> angasule ? [03:25] _2: n=root, if it were true :) [03:25] * angasule loves konversation's spellcheck [03:25] <_2> if it were. but it's not. [03:26] <_2> angasule my bx warper http://ubuntu.pastebin.us/?show=d1929353d [03:28] Ok im getting really frustrated here. I havee a NFS share running on 192.168.0.100:/Storage. I mount it on this client pc with: mount 192.168.1.100:/Storage /home/josh/Server. Both the UID on the client for user 'josh' is 1003 and server is 1003. Yet I am still getting permission denied when i "touch /home/josh/Server/test" What am i doing wrong? [03:28] _2: you trickster :) [03:29] any fixes for choppy flash in firefox? [03:30] <_2> mneptok or jhutchins anybody that knows squat about nfs just jump right in and help josh [03:31] josh: nfs is funny about that, you've got to hold your toungue just right. Check the mermissions on .../storage, check the permissions in the share definition. [03:31] jals: More cpu, more ram. [03:32] jals: Possibly more gpu, but mostly it's cpu/io. [03:32] jals: Also look at what else might be grabbing clock cycles. [03:32] i have enough of those, it's something making it choppy [03:32] works fine in windows [03:33] <_2> jals look for a process eating cpu time use top maybe. [03:34] will do [03:34] * mneptok suggests htop [03:34] i'll restart firefox [03:39] * _2 starts writing a new frontend for top i think i'll call it "s" "top" :) [03:45] <_2> somebody break something ! [03:45] I tried to use an old Ubuntu live cd, the xserver crashes on boot, is there a command to get the xserver to autodetect my display, video, etc to work? [03:45] <_2> georgewp ummm you have enough ram ? [03:46] 4 gigs [03:46] <_2> georgewp you can sujest it use the vesa vidio driver [03:46] I dont understand? im a newb :/ [03:46] <_2> or reconfigure xorg from a shell within the live CD and select the vesa driver there [03:47] whats the command to reconfigure xorg [03:47] X -configure? [03:47] <_2> georgewp sudo dpkg-reconfigure xserver-xorg -plow [03:48] k, thank I will try that [03:49] <_2> good luck rookie [03:56] how do i m ake a folder world read/world write [03:57] From a shell? [03:57] <_2> chmod 777 path/to/blah [03:57] <_2> you'll have to sudo it [03:59] <_2> those octets are the binary composition of and yes dirs need to be executable. so a 111 for the owner and a 111 for the group and a 111 for the world or in short 777 [04:00] <_2> imo learning the numerics is much easier than memorizing all the -/+ switches in chmod [04:00] how to clean up or disk defrag in kubuntu system? === kde-devel is now known as Carutsu [04:01] <_2> also of note the fourth octet is [04:01] <_2> haryono you have an fs that needs defragged ? [04:02] <_2> haryono what did you do to get a linux fs in that condition ? === caryjebus is now known as cary_jebus [04:05] fs? whatis that? [04:05] <_2> the highest non-contiguious block count i have ever managed to make is like 5% and that took a lot of copy move delete overwrite ... to ever get one in that bad of a condition. [04:05] <_2> fs = file system [04:05] cshould i defrag or clean up the disk like in Windows microsoft? [04:05] <_2> probably not. no. [04:05] ok i just want to know [04:06] I don't think you have to defrag windows' filesystems these days, either [04:06] yeah you do [04:07] when i type or kli to a keyboard button a flash background color apear in my scren how to fix it?it scause delayed in my work [04:07] Winders still could use a good defrag everynow and then [04:07] !defrag | haryono [04:07] haryono: defrag is The default Ubuntu filesystem (ext3) is engineered to avoid fragmentation issues in most cases, see http://linkpot.net/behead/ for a simple example on how it achieves this. [04:07] <_2> haryono if you want to know what condition it's in you can boot to single user mode and run two commands. mount / -o remount,ro ;e2fsck /dev/root <<< where root is the actual root device or a symlink that points to it. [04:08] give me irc kubuntu jakarta indonesia room pls [04:08] <_2> !id [04:08] join ke #ubuntu-id untuk membahas ubuntu dalam bahasa Indonesia [04:09] so defrag and clean up hard dikin kubuntu is not necesar? [04:09] <_2> no [04:09] <_2> very seldom would anyone need too [04:09] ok yhanks folks [04:09] <_2> welcome. [04:10] a color background flash when i type or klik , its delayed my work .how to fix it [04:11] <_2> Jucato you ever seen color flash when you type or click ? === jimmy_ is now known as jsolis [04:12] <_2> haryono i have never see that happen, so i can't help with that. [04:13] was it because color setting ? [04:13] <_2> i don't know. i've never seen that. sorry. maybe someone else can help you. [04:14] <_2> like Jucato [04:14] _2: sorry. haven't seen that [04:14] <_2> k [04:15] ok thanks [04:17] <_2> !patience | haryono maybe ask again in an hour or so... [04:17] haryono maybe ask again in an hour or so...: The people here are volunteers, your attitude should reflect that. Answers are not always available. See http://wiki.ubuntu.com/IrcGuidelines [04:18] <_2> sometimes people come in that can answer you. some times, you don't get an answer, we do what we can. and often wish we could do more. [04:19] <[Relic]> not having any luck getting any nvidia restricted driver installed :( [04:20] <_2> ): [04:20] <[Relic]> anything short of installing a different distribution that will let me have my coretemps and nvidia restricted drivers? [04:21] <[Relic]> even tried downloading directly from nvidia site [04:21] <_2> lmsensors package ? the restricted manager from the gnome/ubuntu install ? tried those ideas ? [04:21] [Relic] wish I could help more... When I enabled the Nvida drivers, it all just worked for me. [04:22] cant run audio/video player and kubuntu webcam pls [04:23] <[Relic]> PhoenixGI, built a new kernel for the coretemps, but haven't succeeded in getting nvidia drivers back :( [04:23] haryono: Which player? [04:23] <_2> [Relic] ah you haven't compiled the nvidia modules for the new kernel yet ? [04:24] amarok /kafeine [04:24] <[Relic]> thought that was done by the nvidia download [04:24] <_2> [Relic] i think haryono: They won't open? [04:25] <[Relic]> it said it had to do that and did it [04:25] cant open [04:25] <[Relic]> supposedly [04:25] <_2> [Relic] hmmm (blind leading the blind) find /lib/modules/ -iname *nvidia* [04:26] <_2> [Relic] see if they show up in the running kernel version `uname -r` ^ [04:27] <[Relic]> yes they do [04:28] when i insert cd in cdrom driver its only appear dolphin.? [04:28] <_2> [Relic] ummm sudo modprobe nvidia ? [04:28] <_2> do they error out ? [04:30] <_2> haryono that's kde4 there is dedicated channel for that also /join #kubuntu-kde4 [04:30] <_2> !kde4 [04:30] KDE 4.0.4 is the latest major release of the K Desktop Environment. Packages can be found at http://kubuntu.org/announcements/kde-4.0.4.php - Support in #kubuntu-kde4 [04:30] <[Relic]> one loaded [04:30] when i try to play cd w amarok .in the screen appear dolphin cant play cd [04:31] <_2> [Relic] which one ? [04:31] mine is kde 3.how to get kde4? [04:31] haryono: dolphin or d3lphin? [04:31] haryono: sudo apt-get install dolphin-kde4 [04:31] <_2> dolphin is a kde4 app [04:31] haryono: are you in KDE3? [04:31] I can't guarentee that will work any better for you, however, haryono [04:31] <_2> d3lphin would be it's kde3 backport [04:31] _2: why are you assuming that cause he has Dolphin he has KDE4? [04:32] The action menus have been lacking thus far in dolphin. [04:32] <_2> DaSkreech the name ? [04:32] DaSkreech: maybe b ecause the person said dolphin instead of d3lphin? [04:32] dolphin only read maybe [04:32] <[Relic]> _2, nvidiafb [04:32] im in kde3 [04:33] <_2> [Relic] ummm that's not good. that's the one you don't want. [04:33] ok dwidman i try [04:33] _2: It says Dolphin on the App [04:33] <_2> DaSkreech so help him. [04:33] haryono: type alt+space and type amarok [04:33] <[Relic]> _2, xorg.conf is blank so I am not sure what is being loaded to allow things to run [04:34] <_2> [Relic] yeah i'm not familear with what they are using in place of xorg.conf in hardy.+ [04:35] when o klik amarok appear amarok playlist in the box [04:35] <[Relic]> older versions (backups) are full of stuff [04:35] <_2> [Relic] used to be as simple as; sudo dpkg-reconfigure xserver-xorg -plow # but they tell me that that command doesn't help in the newest release [04:35] haryono: Which box? [04:35] amarok is open up but the playlist is not the one in my unserted cd [04:35] Im trying to change my userid using: sudo usermod -u 1001 .. when I restart X and login it gives me a lot of problems .. what do i do? [04:36] the box when i klik amarok from multi media [04:36] josh: your files are still owned by 1000 [04:36] multi media in KDE Menu [04:36] <_2> josh in a console "own your home" sudo chown -R $USER $HOME [04:37] ok [04:37] haryono: Ah umm [04:37] Idid that and still getting problem [04:37] haryono: On amarok there is a menu on the top left that says Amarok [04:37] Lots of errors when gnome starts [04:38] haryono: Under there should be a play Audio CD [04:38] <_2> josh be more specific what errors ? [04:38] Permission pronblmes [04:38] An error occured while loading or saving configuration information for evolution-alarm-notify .. etc [04:38] tons and tons of stuff [04:38] and yes i did change my perms [04:38] dwidman terminal cant read dolphin -kde4 as u said [04:39] <_2> josh you did run the chown command as the user in question with sudo prepended, no ? [04:39] yes [04:40] <_2> josh hmmm ls -ld ~/.* > pastebin the output [04:41] Daskreech when i enter to KDE Menu and Multi media amarok the first box apear is Amarok Playlist [04:41] ithink i ts good [04:41] <_2> all owned by you ? [04:41] haryono: does Amarok open? [04:42] <_2> josh: all owned by you ? [04:43] <_2> josh: err all but .. which would be owned by root [04:44] hello [04:44] !hi [04:44] Hi! Welcome to #kubuntu! [04:44] anyone there? [04:44] haryono: amakok opens and it starts in playlist ??? than change to whatever you want ... context, collection, file ... [04:44] <_2> dana nope. [04:44] thanka haha [04:44] thanks* [04:45] i know this really isn't the place, but is there a place to find like RP Taverns and schtuff? [04:45] What's an RP tavern? [04:45] RolePlay Tavern? [04:46] * Guest599 fax me a beer [04:46] * DaSkreech tries to imagine how he would roleplay a Tavern [04:46] * _2 thinks all the world is RPG [04:46] Amarok box open and the title on the top is Amarok Playlist [04:46] Hary awww what now? [04:46] * [Relic] thinks _2 is silly, you are all just a figment of my demented imagination :) [04:46] haryono: amakok opens and it starts in playlist ??? than change to whatever you want ... context, collection, file ... [04:47] lmao [04:47] i just realized what i said [04:47] Oh good [04:47] cause I still have no clue [04:50] * PhoenixGI bangs head on desk.... [04:50] <_2> headdesk! [04:50] With everything else so easy here, why is using a DVD drive so diffacult [04:50] haryono: on Amarok Playlist there is an Amarok menu [04:50] it should say Play Audio CD [04:50] haryono: Do you have a preffered language? [04:51] PhoenixGI: you press the one button on the front and it comes out [04:51] indonesia [04:51] you apply a disc or take one out and press it again [04:51] hati hati :) [04:51] !indonesia [04:51] join ke #ubuntu-id untuk membahas ubuntu dalam bahasa Indonesia [04:52] DaSkreech hehe yeah that part works, just writing it is were I seem to be having issues. [04:52] PhoenixGI: k3b failed? [04:52] but in ubuntu no one know kubuntu [04:53] DaSkreech: errr k3b? [04:53] PhoenixGI: You are burning a DVd? [04:53] :-( [04:53] Wanted to use it for backup.... so yeah burning to dvd [04:54] if k3b is the answer, it's only a Apt-get away [04:55] err a sudo apt-get away... dang sudo command [04:56] <_2> k3b is pretty decent i like xcdroast for cd's still [04:56] haryono: http://img383.imageshack.us/img383/9320/amaroksnapshot1vr0.png [04:56] haryono: Thats where the play CD is [04:57] PhoenixGI: are you in Kubuntu? === william is now known as Nub === Nub is now known as nuBB [04:57] DaSkreech yes I'm using Kubuntu [04:58] PhoenixGI: alt+space -> k3b [04:58] PhoenixGI: in fact alt+space -> k ;-) [04:58] Does nothing for me... kde4.0 [04:59] PhoenixGI: Oooo [04:59] 4.0 or 4.1 ? [04:59] 4.0 [04:59] oh :-( [04:59] 4.1 had the word beta attached to it.... 4.0 should have also [05:00] It had Eat children attached to it [05:00] See, that would have made me install it for sure if I saw that [05:01] well .. yeah it was said and you did install it so I guess that worked out well [05:01] hehe true [05:01] <_2> so the alt+space (katapult) is just some eyecandy cpu eating alt+f2 thingy ? this is the first time i have seen katapult just got curious about it i guess. [05:02] Since I've been fighting noobness and 4.0 at the same time been tempted to just make the jump to the 4.1 beta [05:02] _2: with katapult you don't have to type in full, so you don't depend on the recent commands of alt+f2 [05:02] _2: and it takes paths and things [05:03] <_2> angasule katapult is no shorter for k3b than alt+f2 is [05:03] and it's a nice visual calculator [05:03] _2: It is for a file 6 dirs deep in your home directory [05:03] _2: uh? k3 doesn't show 'k3b'? anyway, for konquest, it makes a difference :P [05:03] hehe thats been added to the K menu in 4 [05:03] <_2> DaSkreech heh and how would it find that ? [05:03] PhoenixGI: Wait till the next beta [05:04] DaSkreech Will do [05:04] _2: for me it's Doc/W/MI/t/p [05:05] instead of Documents/Work/MIB/trunk/pythoninit [05:05] A good deal faster [05:05] Men In Black???? Agent Dee or Agent Ess [05:05] <_2> DaSkreech heh i have symlinks for things like that, and use the cli anyway. [05:06] _2: I can pull up a random Wallpaper I'm talking about to someone like that [05:06] or I can pull up an album and have Amarok play it [05:06] <_2> i'll look at it again, and then turn it off ;) [05:07] umm... what happens if you have both backports and the kde4 repository installed and you install kubuntu-kde4-desktop? [05:07] _2: What would make it useful? [05:07] does 4.0.5 take precedence or does 4.1beta? [05:07] chile?? [05:08] epimeth: newest one wins [05:08] !chile [05:08] Factoid chile not found [05:08] What lang does chile speak? [05:08] portugese? [05:08] spanish [05:08] !es [05:08] En la mayoría de canales Ubuntu se comunica en inglés. Para ayuda en Español, por favor entre en los canales #ubuntu-es o #kubuntu-es. [05:08] <_2> DaSkreech nothing that i can think of. [05:08] <_2> DaSkreech i'm not a gui guy [05:08] _2: Why aren't you? [05:09] <_2> why would i be ? [05:09] has anyone else had issues with Kopete? [05:09] _2: This is kinda trying to bridge that gap :) [05:09] <_2> question is dubble edged [05:09] particularly with msn not connecting, and aim not setting status messages? [05:09] Ok, have to ask this noob question... I just accidently closed terminal while in the middle of apt-get install... what happens to my install [05:09] <_2> DaSkreech i thought konsole was supposed to do that [05:09] Ashex: Near as I know MSN changed some server stuff last week (I think) so it's a bit broken right now [05:09] DaSkreech, It's been broken for me since release [05:10] _2: ahmm not quite. Konsole isn't database driven [05:10] Ashex: #kopete They would have far more information than we would [05:10] DaSkreech, kopete crashes as soon as I try to connect with an msn account [05:10] <_2> oh that's why i don't like katapult. if you hadn't mentioned database i would never have known. [05:10] DaSkreech, alright. I suspect it's the ubuntu build [05:10] ?>_< [05:10] I'm about ready to uninstall kopete and just compile the latest version [05:11] <_2> same reason i don't like slocate [05:11] laggy? [05:11] so 4.0.5 then? [05:12] 4.1 > 4.0.5 [05:12] For most numbering systems [05:12] PhoenixGI: you clicked on the x? [05:12] DaSkreech: yea, but you said "newest" [05:13] epimeth: Yes [05:13] and 4.0.5 was the most recently released one [05:13] epimeth: Ah right :) [05:13] <_2> shouldn't katapult do something if you type in bash ? [05:13] Sorry I meant highest number wins [05:13] _2: ahmm ? [05:13] _2 Launch a club at your forhead maybe? [05:13] Like drop a floating bash prompt? [05:13] _2: no, it runs applications from the application db [05:14] <_2> like open a konsole or something DaSkreech [05:14] _2: so what you want is "konsole" [05:14] <_2> epimeth and this database is where? os was generated how ? [05:14] _2: no, remember the commands are ran via kdeinit, which just launches a new process, bash to be precise ;) [05:15] _2: the command "updatedb" [05:15] _2: It's the database of what's in the kmenu by default [05:15] epimeth: No it isn't :-P [05:15] really? [05:15] I could have sworn it did.... [05:15] _2: alt+space -> ^c -> c [05:15] <_2> epimeth that's the slocate database updater [05:16] <_2> bash is in my kmenu [05:16] !mic [05:16] Factoid mic not found [05:16] <_2> so is dash [05:16] !microphone [05:16] Factoid microphone not found [05:16] hrm... thats not the "Execution Catalog" ? [05:16] <_2> kgx i'm with you. it should be there. [05:17] I am in the middle of installing kubuntu [05:17] and I thought I would ask here before continuing [05:17] when I click advanced during the installation process to bring up the grub boot loader options [05:17] <_2> and when i click bash in the kmenu it opens a konsole with bash in it. and does dash the same way. [05:17] should I change anything [05:17] _2: im getting annoying of my mic not working on laptop. can't use skype because ofi t :( [05:18] or leave it at (hd0) [05:18] even though the install is going to be sdc1 [05:18] PhoenixGI: you can check if you killed the process by running $ps -fuxa | grep apt [05:18] PhoenixGI: you can check if you killed the process by running $ps -fuxa | grep 'apt' [05:18] <_2> kgx last time i messed with a builtin mic it was just muted and the record was not set to the mic but to the main. you can check/change both in the alsamixer [05:18] _2: I thought dash was none interactive [05:19] <_2> DaSkreech heh. not hardly. [05:19] PhoenixGI: if nothing appears then the process is dead [05:19] <_2> DaSkreech it's a posix compliant shell [05:20] epimeth well I brought up System Monitor, Apt-get was on the proceess table, it's gone now.. soooo I guess it's done [05:20] <_2> pidof apt-get [05:21] PhoenixGI: either its done or its dead. the only way to find out is by running update and / or upgrade [05:21] * _2 likes pidof or pgrep which some sware by [05:21] haryono: how are you doing? [05:21] * epimeth has never heard of pidof but will now start using it [05:22] <_2> epimeth it's been a main stay of linux for ever. in /bin/ almost all *nix's have it. [05:23] brb [05:23] _2: well I never heard of it :-) I always used ps fuxa | grep [05:23] <_2> epimeth heh ok. [05:24] <_2> pidof X [05:24] <_2> pgrep, pkill - look up or signal processes based on name and other [05:24] <_2> attributes [05:24] pidof X | kill -9 :-p [05:25] <_2> pgrep -k X [05:25] <_2> sorry -k is wrong os -s is what linux uses [05:27] <_2> epimeth and for something like that i like killall X [05:28] <_2> kills named process and it's children. [05:28] * _2 favours genicide in such cases [05:29] too many ways to do the same thing [05:30] <_2> you can't pipe into kill tho [05:30] <_2> " pidof X | kill -9 " == error "kill -9 `pidof X`" == xorg go down like curd in churn [05:31] you can't pipe into kill? [05:31] hrm [05:31] didn't know that... [05:31] makes sence, tho [05:31] What's the maximum amount of command line arguments to ls? I just ran [05:31] ls on a quarantine directory, it said too many command line arguments. [05:31] <_2> killall /usr/bin/X == gui go down like curd in churn too [05:32] kill doesn't take stdin [05:32] <_2> nope [05:32] works for me :-) [05:32] _2: What do you use to listen to music? [05:32] Artimus: ls should work on any directory [05:32] <_2> DaSkreech ? app you mean ? [05:32] Artimus: what was the exact command you ran? [05:32] Si [05:32] <_2> DaSkreech sox [05:32] never heard of it :) [05:33] _2: I use amarok [05:33] <_2> !info sox [05:33] sox (source: sox): Swiss army knife of sound processing. In component universe, is optional. Version 14.0.0-5 (hardy), package size 59 kB, installed size 176 kB [05:33] epimeth: "ls *" [05:33] I don't get the x [05:33] but *shrugs* [05:33] epimeth: (I ran this on a Windows box... There are a ton of files in this folder... 1.9GB of quarantined files. I'm going to have a bad night) [05:33] Artimus Ouch [05:34] Hi [05:34] <_2> Artimus don't use * for ls use -R for recursive listings. [05:34] I am trying to install kubuntu of the latest live cd [05:34] need help here [05:34] _2: I used find, but thanks [05:34] Artimus: what do you need to know about it? [05:34] epimeth: I'm curious how many arguments ls can take [05:34] !ask | ubuntu_ [05:34] ubuntu_: Please don't ask to ask a question, ask the question (all on ONE line, so others can read and follow it easily). If anyone knows the answer they will most likely answer. :-) [05:35] I ran "ls *" meaning it was using every file in the list as an argument. [05:35] <_2> Artimus that works too but many apps like mv rm ls ln and so forth will error if there are too many files list by * [05:35] Artimus: however many it takes... [05:35] epimeth: No, how many before it spits out an error [05:35] Like it did [05:35] Artimus: Apps don't have a limit for most cases [05:35] Then why did ls die? [05:35] Artimus: The shell does though [05:35] oh... [05:35] ls [OPTION]... [FILE]... [05:35] DaSkreech: Oh, duh, it's bash... [05:36] <_2> Artimus i think it's a bit count and not an actual arg count i.e. number of chars [05:36] epimeth: when I click the install button, I follow the instructions, get to a stage to select the hd to install to, I select sdc1 (my primary 80gb), then I am not sure if I need to change the grub boot device because by default it is set to (hd0) [05:36] but I left it at hd0, and when I reboot I get : File not found [05:36] <_2> DaSkreech backwards. the shell can pass far more arguments than ls or rm can handle [05:36] do I need to change (hd0) to (hd2) ??? [05:37] _2: really what's the limits on each? [05:37] because the drive I am installing to is sdc1 [05:37] _2: Thanks [05:37] ubuntu_ your primary is sdc? that seems odd to me [05:37] well sda is 500gb storage, sdb is 200gb storage [05:37] ubuntu_: which one is bootable? [05:37] It's more of a curiosity anyway. find . -iname "*.dat" -exec rm {} \; worked very well for me to clear out the ton of files... [05:37] sdc [05:38] Then you need to install grub to hd2 [05:38] <_2> DaSkreech i'm not sure of the char count but i have had to use things like find /path -exec rm '{}' \; for things that rm /path/* wouldn't work on, and many such things. [05:38] _2: k I'll ask greycat [05:38] _2: We think alike [05:38] ok I will just reinstall again, didnt take too long [05:38] <_2> DaSkreech and for bash the cli arg limit is 64k [05:38] That I know [05:38] yea, I'm with _2 on the find thing [05:38] DaSkreech: Unless I can quickly repair this instead of reinstalling [05:39] !grub [05:39] grub is the default Ubuntu boot manager. Lost grub after installing windows: https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows - Making GRUB floppies & other GRUB howtos: https://help.ubuntu.com/community/GrubHowto [05:39] I will just reinstall I never have good luck half the instructions dont work half the time [05:39] thanks [05:39] Ha ha :) [05:39] ok [05:39] Artimus: also, have you tried redirecting to less? [05:39] Yeah probably faster [05:39] <_2> DaSkreech also one can use a for loop and leave find out of it. for q in /path/* ;do rm $q ;done "all sh all the time" [05:40] epimeth: That might be fun. Haven't tried it yet. [05:40] <_2> :) [05:40] Yeah that's what I normally do [05:40] <_2> the for loop proves that the shell can handle the full list [05:41] <_2> for being a shell builtin [05:41] _2, Artimus: and instead of "rm" I would try "echo" first :-p [05:41] <_2> yep [05:42] I haven't done any bash programming in a loooong time.... [05:42] <_2> heh or rm -i [05:42] <_2> but that's slow when the list is longer than rm can handle. [05:42] epimeth: I ran the command with just find first. It outputs the text too. [05:43] Artimus: I wasn talking about _2's loop suggestion [05:43] Artimus: but, yea, find defaults to --print [05:43] epimeth: Oh, nevermind then [05:43] <_2> one dash -print :) [05:44] Say, has anyone tried Terabyte Image For Linux? I'm using their Windows product (I get a free copy of the Linux version with it). Kind of nifty. Curious if anyone else has used it. [05:44] <_2> !find terabyte [05:44] File terabyte found in asterisk-prompt-es, asterisk-prompt-se, asterisk-sounds-extra [05:44] _2: Closed source [05:44] hi have installed KRec and it dosent work - any tips? [05:44] <_2> i see [05:45] <_2> !doesntwork [05:45] Doesn't work is a strong statement. Does it sit on the couch all day? Does it want more money? Is it on IRC all the time? Please be specific! Examples of what doesn't work tend to help too. [05:45] _2: It's kind of like Ghost or Acronis... I feel bad about using a closed source program, but it works. [05:45] dosent seem to see the microphone - and records in a strange format anyhow apparently.. [05:46] <_2> Artimus ok. i've never used any of those either ;/ [05:47] Hi - does anyone know how to get the sound working after using rhythmbox? (I was told not to use it but forgot!!) Please help [05:47] _2: In Linux partitions, it's basically DD with a frontend & validation. I use it to image Windows partitions before I work on them [05:48] <_2> frybye does it record the vidio portion correctly ? [05:50] * Guest599 thank you and good night [05:50] have no video input on this pc - just trying to rec from microphone.. [05:51] i says "very much data"..? and produces a file in a format I have never seen before..# [05:52] I had this installed in a prev. installaton and it rec. in ogg - but this time not apparently..? [05:52] <_2> Artimus then sox or anything that wasn't made for vidio recording would be a better choice even audacity would be usable for you [05:52] <_2> sorry not Artimus [05:52] have I got the wrong appl...? [05:52] <_2> frybye ^ [05:52] if i have 5 lamps of 5v, how many v i need to have a good performance¿? [05:52] ah ha... [05:52] which of them would you suggest...? [05:53] Installing K3B did let me write to the DVD, but Keep Still doesn't want to use it for backups [05:53] 25v? [05:53] something simple to use - need for audio-mails... [05:53] <_2> richard_ if you parallel them 5v if you seriese them 25v [05:53] thanks _2 [05:53] <_2> richard_ but running lamps in seriese is not normally desirable [05:55] i have in seriese [05:55] <_2> lamp1===lamp2===lamp3===lamp4===lamp5===source better than source+---l1---l2---l3---l4---l5---source- [05:55] if i have 5v,5v,2v,2v,2v, how many voltage i need [05:56] <_2> reason being the highest resistance lamp will be the brightest and the others will starve. [05:56] 16v? [05:56] <_2> nope that will only blow bulbs [05:58] and then.... [05:58] <_2> and then none work because one is open circute [05:59] <_2> use parallel circutry for lamps or keep your lamps very closely matched, and even then they wont all preform correctly [05:59] prior to installing kubuntu I backed up my old /home folders, to restore them should I just copy them back ? [06:00] but teorically... [06:00] <_2> a teory that is known to be flawed is not one to discuss [06:01] <_2> lsemple_ yes and then own your home [06:01] ok thanks _2 thanks [06:02] i no disturbe more [06:02] <_2> richard_ welcome. [06:02] ok, on the old system I had two users (/home/lsemple and /home/csemple), if I where to just copy them back would that automatically create the second user for me (csemple) ? [06:03] or do I need to use a program like kuser to add a new user, then copy the folder back ? [06:03] ;) [06:04] <_2> lsemple_ no. sudo adduser (and to own your home login as the user in question and) sudo chown -R $USER $HOME [06:04] <_2> lsemple_ sorry, i type slow. yes kuser will work no it wont add for you. [06:06] <_2> shoot. you are cutting into my lunch break. i'll be back in 2.5 hours when lunch is over ;) [06:06] yeah i think so, i must take the lamps of menor voltage as the high voltage and add [06:08] yeah i think so, i must take the lamps of menor voltage as the high voltage and add [06:09] _2: for some reason the permissions for the second user (csemple) got changed to lsemple in the backup process, does the command chown -R $csemple $csemple change the permissions ? [06:09] Isemple_ I think _2 went to grab some lunch [06:10] ok [06:11] is there any important files in a newly created /home/csemple folder that I need to keep before I replace the entire folder ?? [06:12] Isemple_ wish I could help, but I'm still very new to linux [06:12] thats ok === solid_li` is now known as solid_liq [06:15] I am using the kde4.1 beta. I am tying to configure kate's external tools plugin. but I can't see to figure it out. Where is the configuration panel, or if theres no tool yet, what files do I edit? [06:24] how does one change the security settings in Kubuntu? [06:24] would be nice if I didn't have to enter my password to mount a flash drive [06:26] coteyr - there is a separate # for kde4 - see greeting message ^ [06:27] thanks [06:29] !lavc [06:29] Factoid lavc not found [06:34] lively in here tonight! [06:39] hi howto enable animations on k-menu and/or windows in kubuntu? [06:39] hi, I installed kubuntu, and whenever I install any programs (firefox, qps ect), and try to run them, I get error: Invalid MIT-MAGIC-COOKIE-1 keyError: cannot open display: :0.0 ? [06:40] Brian88 compiz-fusion [06:41] Invalid MIT-MAGIC-COOKIE-1 keyqps: cannot connect to X server :0.0 [06:41] Help. I can't seem to understand what's *causing* ubuntu to appear so bright. I looked at xorg.conf and it doesnt look like its neither recognizing my video card's drivers (as its using vesa) nor my monitor (as its using a generic one). Help. [06:42] HollowPoint: thanks [06:43] enos it's quite normal for xorg.conf to use a generic monitor, what graphics card do you have? === mike is now known as Guest63667 === maggo is now known as maggo_ === maggo_ is now known as maggo [06:47] HollowPoint: Intel Corporation Mobile 915GM/PM/GMS/910GML Express === lsemple_ is now known as anom01y [06:48] hmmmmmmmm, hold on [06:49] how can I change the permissions for an entire folder and all the subfulders, including hidden files and folders within ?? [06:49] HollowPoint: I'm using an external LCD. my monitor on the laptop works fine. [06:49] but its my external LCD that's brightness is excessive === ax_ is now known as RobNyc [06:50] my Kopete crashes if I tried to IM a Yahoo ID (it's "yeni.setiawan"), why? [06:51] no idea Brian88 I'd try updating it [06:52] enos how did you configure the dual screen? [06:52] have you tried the external monitor on another machine to see if the monitor is just stuck as exceptionally bright [06:53] HollowPoint: I didn't. it xorg just generated the xorg.conf automagically? ...so didnt manually do anything. [06:54] are you using the external monitor for dual screen or just as a replacement screen with the lid shut on the laptop? [06:54] HollowPoint: I'm using the external LCD as a substitute for the lcd on the laptop. [06:54] anom01y: try chmod -R dir_name [06:55] HollowPoint: howto update [06:55] ok, in that case I would try running "sudo dpkg-reconfigure -phigh xserver-xorg" this will return your xorg.conf to it's normal state, then try booting it up again [06:56] Brian88 "sudo apt-get update [06:56] HollowPoint: thx [07:02] okay [07:04] HollowPoint: "try booting it up again" do you mean the "x sever" or my laptop? [07:05] well officially I meant your laptop but if you can't be bothered to wait then restarting the X server should actually be sufficient, I prefer the laptop though [07:05] damnit, wonder which option he chose === JanMalte_ is now known as JanMalte [07:08] HollowPoint: I cannot update it.... http://paste.ubuntu.com/19219/ [07:13] Brian88: it tells you whats wrong ... [07:14] Duplicate sources.list entry cdrom://Kubuntu 8.04 _Hardy Heron [07:17] ah [07:18] you need to open the adept package manager from the k menu > System then click Adept menu and manager repositories, remove the entry which uses the Hardy Heron CD === connor is now known as rogerdpenguin [07:27] HollowPoint: has updated it, but still have same problems... [07:31] Brian88: please past your /etc/apt/sources.list [07:31] the screen is still pale? [07:32] well I need to reboot, just run all the updates after a fresh install of Hardy on this laptop, back in a few minutes. [07:34] why when I change the password for root, the password for kdesu is not changed [07:35] I can log in with the root password using "sux", but "kdesu" the same password does not work ? [07:36] because you are in the sudoror group lsemple [07:36] how can I fix this ?? [07:37] smAs: http://paste.ubuntu.com/19224/ [07:37] check the file /etc/sudoers [07:38] Brian88: you still get the duplicate errors [07:39] smAs: all I want to do is make it so I use the same root password for kdesu as sux ? [07:39] k nm [07:39] I will just use the regular user password I guess [07:40] !root [07:40] Do not try to guess the root password, that is impossible. Instead, realise the truth... there is no root password. Then you will see that it is 'sudo' that grants you access and not the root password. Look at https://help.ubuntu.com/community/RootSudo [07:40] yes thanks I had it set up different on my last system [07:41] Brian88: commente all the cd stuff with a # out if you are not using the cd anyway [07:41] smAs: I use the CD' [07:42] smAs: *CD [07:42] Brian88: than leave only one entry for cd in [07:43] lsemple: than take your username out of the /etc/sudoers [07:43] hi everybody! [07:46] smAs: I deleted the 4 duplicate of the CD and kate says that : The document could not be saved, as it was not possible to write to file:///etc/apt/sources.list. Check that you have write access to this file or that enough disk space is availabl [07:46] jesus Brian88 you have to be root to do so ... [07:47] does xmms exist anymore ???? [07:47] no lsemple [07:47] damn I had every plugin for that set up [07:47] smAs: [07:47] now that I reinstalled everything its gone ?? [07:47] kdesu kate /etc/apt/sources.list [07:47] smAs: Finished. Now should I do the sudo apt-get update again? [07:47] kdesu kate /etc/apt/sources.list Brian88 [07:48] yes try again [07:48] !info xmms [07:48] Package xmms does not exist in hardy [07:48] !info xmms2 [07:48] xmms2 (source: xmms2): Client/server based media player system. In component universe, is optional. Version 0.2DrJekyll-4ubuntu4 (hardy), package size 10 kB, installed size 56 kB [07:48] how can I run a .bin installer ? [07:48] !info xmms2 | lsemple [07:48] lsemple: please see above [07:48] how can I run a .bin file ? [07:48] xmms2 has a front end yet ? [07:48] why would you zEr0-x [07:49] smAs: Reading package lists... Done [07:49] lsemple: i think yes but i don't use xmms [07:49] Brian88: good [07:50] why would you zEr0-x ¿? I dunnot undersand [07:50] it had a really good 32 channel stereo equalizer plugin [07:50] what .bin file do you want to run and why zEr0-x [07:51] xmms was not maintained for a long time ... and there are better player out there [07:51] I want to install kbasic (software development tool) but it came in a .bin file, and I don't know how to run it [07:51] !info kbasic [07:51] Package kbasic does not exist in hardy [07:51] so... what should i do ? [07:52] vlc tends to do the trick :D [07:52] plays pretty much everything you can imagine [07:53] zEr0-x: give me a second [07:53] ok smAs, thanks === joseph_ is now known as rattts [07:55] zEr0-x: normaly it is cd to the folder and ./program_name.bin ... but be carefull with things like that ... the savest way is to install via apt-get or synaptic [07:56] apt-get or synaptic, any how to? [07:56] there is no package for kubuntu so you have to use the .bin ... [07:57] so, how to use the apt-get for install the file ? [07:58] zEr0-x: savest install is to install packages that are made for ubuntu ... you install them via gui synaptic or cli apt-get ... if the package is not supported for ubuntu apt-get will not find it ... you can also check here in the irc via !info if it exists [07:58] !apt [07:58] 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) [08:01] if you install ./package-name.bin you might run into trouble ... for advanced linux user no problem but for new user this might cause some problems ... zEr0-x [08:01] ajá [08:01] sMas, gracias [08:01] I mean, thanks [08:01] !info kbasic [08:02] Package kbasic does not exist in hardy [08:02] !apt [08:02] 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) [08:02] !Adept [08:02] adept is the Kubuntu package manager. Howto: https://wiki.ubuntu.com/AdeptHowto [08:02] :) [08:06] lmao @ if you install ./package-name.bin you might run into trouble ... for advanced linux user no problem but for new user this might cause some problems ... zEr0-x I'm a sys admin and I still have trouble smAs lol [08:07] HollowPoint » zEr0-x says: LOL [08:18] Hello everyone. I am not sure if I am using this correctly as it is my first time [08:18] I wanted to see if I could get some help using compiz on KDE === mike is now known as Guest52518 [08:21] matt you may be better off in #compiz-fusion but I can try to help [08:21] matt_: type: /join #ccompiz-fusion [08:22] are there some available themes for Kubuntu ? where can I find them ? [08:23] zEr0-x: Are you running KDE 3 or 4? [08:24] either way kde-look.org [08:24] www.kde-look.org [08:24] you'll find all sorts for both KDE3 and 4 === desti_T2 is now known as desti [08:25] 7 [08:25] sorry [08:25] 4* [08:25] :) [08:25] be careful playing with KDE4 but it is possible to modify it, just don't be surprised if some mods don;t work all that well, KDE4 is still young and raw [08:26] morning [08:28] ooh, now I remember KDE 4 is a Beta version [08:28] yep - and to get help for it, #kubuntu-kde4 is the place :) [08:29] Ooh-k [08:30] is possible to instal beryl into Kubuntu ? [08:32] Does anyone know of a program to communicate with the serial port? [08:33] weedar: minicom [08:33] maggo79: thank you :-) [08:33] is possible to install ubuntu studio on Kubuntu ? [08:34] zEr0-x: why do you want beryl and not compiz fusion? [08:35] zEr0-x: compiz fusion is better then beryl [08:35] im running compiz fusion and its got features of beryl mixed [08:35] in === derg is now known as ProG [08:35] русские есть. [08:35] ? [08:35] hallo! [08:36] !ru [08:36] Пожалуйста посетите #ubuntu-ru для получения помощи на русском языке / Pozhalujsta posetite #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke [08:36] maybe that is the same language, no clue :) [08:37] I said I wannted to install beryl 'cause is the onlyone program I saw, but now you tell me that exist another program... I'll try it (Sorry about my english, I'm not a native english speaker, and amateur too :) ) [08:37] regarding compiz-fusion, is there a way to play videos without flickering? (and without using awfully slow video outputs)? [08:37] compiz-fusion IS beryll [08:38] Exilant use VLC [08:38] that flickers a lot [08:38] sudo apt-get install vlc [08:38] I get no flickering, what graphics card do you have? [08:38] ati :( [08:39] zEr0-x Beryll and Compiz projects merged last year I believe to create compiz-fusion [08:39] Exilant yes but which model? [08:39] ATi are fine, the drivers for Linux are much better now [08:39] just depends on the model [08:40] maybe [08:41] i like compiz, it looks really wonderful, but no fast video, no googleearth, and the crashes, that is annoying [08:41] mmm I'm having a little trouble [08:41] I've got google earth, perfect video and no crashes, sounds to me like your graphics card is not good enough to handle compiz in a stable manner [08:42] zEr0-x whats the trouble? [08:42] I'm having trouble with the video driver [08:42] what is your video card? [08:42] Are you using an ati card, HollowPoint? [08:42] I've installed Kubuntu as guest using Vbox [08:43] and Kubuntu doesn't allows me to change the res to an upper than 800*600 [08:43] :( [08:43] nope, I use an NVidia one on my Desktop machine and an Intel one on my laptop, I try to avoid ATi where possible, just purely because I prefer Nvidia [08:43] I have tryed differents drivers [08:44] you'll need to install the vbox linux additions zEr0-x [08:44] I did! [08:44] and they installed properly? [08:44] sure [08:44] they didn't error out? [08:44] no [08:44] how did you install them? [08:45] using Vbox, I selected Install guest additions [08:45] then [08:45] appeared a window [08:45] ok, seems to be a common problem on ati, the flickering [08:45] with the installer [08:45] at least judging from forum posts [08:45] LinuxInstall or something like that [08:45] all that did was download them zEr0-x there isn't an installer for Kubuntu as a guest to install the Linux Additions [08:45] you have to do it from the command line [08:46] doesn't surprise me Exilant, as I said ATi are fine now, just depends on the model and you have to be very specific with the drivers, with Nvidia there are 3 drivers I think, Legacy, recent and current, that's it and those drivers cover all models lol, with ATi you have to use a more specific driver for your chipset I beleive [08:46] sure ?, but it seems to work perfect, cause I could mount the shared folder, And as I have understood (hasta donde tengo entendido) you cannot moount this shared folder without the linux guest addition [08:48] the file is a .run file [08:48] well, there is one proprietary and a lot of os drivers [08:48] can you move your mouse in and out of the vm window without pressing the right hand ctrl key? === Haza-away is now known as Haza [08:49] I can move my mouse in and out of the vm window! without pressing the right hand ctrl key! [08:51] so... [08:53] what should I do HollowPoint... The last driver I installed messed my system up [08:53] sorry was just setting up my kdm theme [08:54] ok [08:54] well by default installing the linux additions installs the appropriate driver for the vm graphics card, I would suggest simply running the following command in the vm after running the linux additions and without changing anything, including drivers : [08:55] "sudo dpkg-reconfigure -phigh xserver-xorg, this should configure a basic default xorg.conf which should provided the right driver is installed set the appropriate resolutions available [08:56] ok [08:56] I'll try, and b right back in 5' :) [08:56] oh another thing that nobody answered me [08:57] can i install Ubuntu Studio in Kubuntu ? [09:04] no idea zWe0-x not sure what Ubuntu Studio is, never used it [09:06] ok === zEr0-x is now known as [zEr0-x] [09:09] <[zEr0-x]> for downloading compiz fuzion, what distro of linux source must I download? (ubuntu) ? [09:12] you're not planning on using compiz-fusion in the vm are you? [09:12] * ActionParsnip hopes they arent using it full stop [09:14] <[zEr0-x]> for sure! [09:14] <[zEr0-x]> :) [09:14] <[zEr0-x]> why not ? [09:14] lol I'm doubting heavily that will work [09:15] compiz requires a fair bit of juice [09:15] <[zEr0-x]> do you speak spanish ? [09:15] lol @ ActionParsnip Compiz is ok in small doses [09:15] i think its a waste of time. it appears to pull eyecandyenthusiasts over but I ended up never using its "features" and the anims grew old [09:16] not enough to have a proper conversation zEr0-x [09:16] <[zEr0-x]> ok, I'll try to tell you a good phrase in english [09:16] * ActionParsnip watches [09:17] ActionParsnip, I use the minimize, close and open effect of vaccuum and genie and then I use the desktop cube for functionallity, oh and I like the truglass theme of emerald lol [09:17] other than that it's fine [09:17] <[zEr0-x]> There aren't impossible things, "else" unable mans [09:18] huh/ [09:18] ? [09:18] HollowPoint: i just like a no nonesense desktop, hence fluxbox. I tried compiz and it just grated, kinda slowed me down [09:19] lol fair enoguh [09:20] I just fell in love with the desktop cube, allows me to do so much when I'm in full flow at work [09:21] HollowPoint: I just right click decorator, move to desktop x [09:21] I have a production machine that runs Kubuntu 8.04 with Compiz running, Virtualbox NON-FREE and a Windows XP installation, the desktop cube allows me to run the VM in full screen mode, while also being able to flip the cube around and use a dual screen Linux environment and then flick back to windows and if needed I can have Linux and Windows on a screen each [09:21] then shortcut keys to flip to that desktop, instant change over [09:21] yeah but I never liked the multiple desktops feature, I run one desktop on multiple faces, just works better for me, personal preference lol [09:22] HollowPoint: yeah ive seen some devs with that, this mac guy thought he was awesome, so i pulled out my lappy and did the same [09:22] HollowPoint: indeed :) === linuxmce_ is now known as simon_core [09:25] <[zEr0-x]> Does (Do-I don't know what can I use in this sentence, Do or Does, pleaze tell me)..,. Does anybody know where can I download Leopard 10 ? [09:25] lol yeah at work most of the guys are windows engineers, I'm a Linux and Networking (Cisco mostly) specialist, they all diss linux all the time and think Mac is better etc, I got my laptop out and waited for them to real off all the shit a Mac could do and I said, "Take alook here" I enabled fire on screen etc etc the full works, everyone kinda shut up after that [09:25] [zEr0-x]: does is correct [09:25] does anyone, aimed at a wide audience. Do you, aimed at an individual === sonofthe1layr is now known as sonoftheclayr [09:26] <[zEr0-x]> ok [09:26] <[zEr0-x]> thanks you pal [09:26] <[zEr0-x]> so [09:26] <[zEr0-x]> does anybody know ?:D [09:26] How do I disable CPU scaling from the command line? [09:26] [zEr0-x]: ww.apple.com when you buy it [09:27] -www [09:27] <[zEr0-x]> :) tnx [09:27] sonoftheclayr: http://ubuntuforums.org/showthread.php?t=87415 [09:27] hello kubuntu usersççç11 === tomas_ is now known as Thomasasz [09:28] how can I find all the files modified 20 minutes ago everywhere on my machine? [09:29] http://commandline.org.uk/python/2008/may/22/list-files-recursively-modified-time/ [09:29] you might be able to do it with strigi as well sorting by modified time [09:30] would take a while on non-indexed [09:30] how do I enable oss sound instead of alsa ? [09:30] lsemple: no idea man, i always use alsa [09:31] alsa doesnt support the new X FI extreme card [09:32] probably wont be very long [09:32] lsemple: explains, I use onboard realtek thingys [09:33] also: [09:33] whenever I reboot I have to edit the grub config and change (hd2,0) to (hd0,0) how can I make that permanent [09:33] lsemple: are you editing with kdesu kate / sudo nano ? [09:34] yes [09:34] er [09:34] no [09:34] I figured it out [09:34] ;) [09:35] lsemple: if you use sudo kate, I WILL send my flying monkeys to get you [09:35] hmmm [09:36] can you use kdesu / gksudo for cli commands? [09:36] and not screw stuff up [09:37] anyone having this problem after yesterdays firefox update to 3rc1? http://i26.tinypic.com/m8i3is.jpg [09:37] thx ActionParsnip [09:38] rohan: its still beta and not supported afaik [09:38] ActionParsnip: so? ff3beta5 did not have this problem [09:38] HOLA [09:38] ALGUIEN DE MÉXICO?? [09:38] same here rohan [09:38] rohan: still beta software and is for testing only [09:38] <[zEr0-x]> HollowPoint, I did what you told me "sudo dpkg-reconfigure -phigh xserver-xorg" but non "higher" res. appeared [09:39] <[zEr0-x]> quieres a alguien que hable español rohan ¿ [09:39] SIMÓN... [09:39] 3.0~rc2-1 [09:39] TENGO UN PROBLEMA CON EL AMAROK... [09:39] COMO MADRE INSTALO LOS PLUGINS DE MP3?? [09:39] rohan: http://www.mozilla.com/en-US/firefox/3.0rc2/releasenotes/ 3rd line down [09:40] ActionParsnip: it is included in the official repo! [09:40] !spanish [09:40] En la mayoría de canales Ubuntu se comunica en inglés. Para ayuda en Español, por favor entre en los canales #ubuntu-es o #kubuntu-es. [09:40] ActionParsnip: it's not as if i'm beta testing it [09:40] rohan: read the firefox website [09:40] !portuguese [09:40] Por favor use #ubuntu-br ou #ubuntu-pt para ajuda em português. Obrigado. [09:40] ActionParsnip: are you actually trying to make a point, or just acting like a dick? [09:41] rohan: as it is for testing purposes a whole bunch of stuff can go awry [09:41] rohan: im stating that its not supportable as its not official release [09:41] <[zEr0-x]> HollowPoint, are you there ? [09:41] ActionParsnip: you still don't get my point. it is included in the official repo. [09:41] rohan: anyone who manages a repo could put any software they want on their repo, doesnt mean its supported and even the developers say its for testing only [09:42] if other people are experiencing the bug, i'll go file it. [09:42] rohan: Have you tried altering the colours of your KDE3 theme? [09:42] ActionParsnip: so if you're experiencing it, tell me. [09:42] ActionParsnip: otherwise, i KNOW VERY WELL that it's a beta [09:42] rohan: im on 2.x.x and its fine [09:42] rohan: it is still in testing so not everything might work as you like it ... [09:42] ActionParsnip: or rc. [09:42] smAs: i _know_ [09:42] Pennycook: hang on, i'll try [09:42] rohan: so its not supported in the official channel as ts not an official release [09:43] so whats your point rohan [09:43] ActionParsnip: i thought you were done? [09:43] rohan: im done now [09:43] live with it or downgrade rohan [09:43] smAs: never mind my point. [09:43] so, is anyone experiencing that problem, or not? [09:43] does kubuntu 8.04 use pulseaudio by default? [09:43] smAs: i don't need a lecture on how it is beta or no, i know it. if it is a bug, i'll go file it in launchpad. get my point now? [09:44] yes same here and i am on 3.0~rc2-1 [09:44] rohan: On my KDE3 box it's definitely hard to read (but you can read it on mouseover). It looks to me like more of a KDE3 integration issue than anything else; on KDE4 it's a different grey. [09:44] lalo_: sudo aptitude install kubuntu-restricted-extras [09:44] Pennycook: ah ok [09:44] Pennycook: yes, i can read it on mouseover [09:44] rohan, here [09:44] sorry i wrote you minutes ago that it is the same problem here ... [09:45] Although I think i may only be on rc1. [09:45] smAs: you're using packages from -proposed? [09:45] no i am not using *ubuntu === rofl is now known as sh4rm4 [09:45] smAs: ouch, i'm sorry, i did not notice your messsage. apologies [09:46] BlueDevil: I dont think so [09:46] no worrys ... they will fix it soon just wait a couple of days rohan [09:46] BlueDevil: or at least kde4 doesnt [09:46] smAs: ok, that bug is filed? [09:46] cpk1: thanks [09:46] smAs: and, how did you get rc2? the repo just has rc1 [09:46] Pennycook: you think it's been solved with rc2? [09:47] Sorry guys but am moving tomorrow so got to get arse in gear, is 8:45pm here now and need to go to bed as we're up at 5am to go get a big 4 tonne truck, laters all [09:47] rohan: i am on my debian/sid box [09:47] smAs_: oh, i thought you're using kubuntu [09:48] smAs_: or, you experience that problem on debian also? [09:48] [15:45:15] ( smAs) no i am not using *ubuntu [09:48] smAs_: ahok. [09:48] Pennycook: would you know whether a bug has been filed? [09:49] rohan: Nope. Did changing your colours not do anything for you, then? [09:49] <[zEr0-x]> what program can I use for programming in VB code whithin Kubuntu ? apps like mono or kbasic ? [09:49] Hello all :) [09:49] Pennycook: i've not tried it, but this happens on the default color scheme. should i file a bug [09:49] ? [09:49] <[zEr0-x]> hello stefan-f [09:49] rohan: i have the same problem but i don't think it is a bug ... as soon as you hover over the link it will get black ... [09:49] Im looking for network measurement per protocol- basis. Can someone recommend something? [09:50] rohan: I suppose you could file it as a suggestion of some description, but it's not really a bug. [09:50] rohan: feel free to report it as a bug if you feel like it [09:50] <[zEr0-x]> smAs_: do you know about any GUI for program in VB language ? for Kubuntu obvious :) [09:50] Pennycook: yes, changing the color scheme helps [09:51] Pennycook: thanks, but i'm still wondering why it did not happen with 3beta5 [09:52] [zEr0-x]: what program are you looking for [09:52] [zEr0-x]: gambas [09:53] !info gambas [09:53] Package gambas does not exist in hardy [09:53] <[zEr0-x]> gambas ? [09:53] http://gambas.sourceforge.net/ [09:54] <[zEr0-x]> I'm getting in there [09:54] http://gambas.sourceforge.net/ [09:54] :) [09:54] "GOOGLE" is a search engine that comes in handy when you are looking for answers :) --- or is is your google-button broken? ---:: use your own browser ::--- [09:55] ask.com is good too [09:55] hi guys [09:55] how do you unpack an rpm in the current directory? [09:55] !hi | giovanni_h [09:55] giovanni_h: Hi! Welcome to #kubuntu! [09:56] giovanni_h: hang on. [09:57] giovanni_h: rpm2cpio i think [09:57] <[zEr0-x]> giovanny_h, we all are find, thanks [09:57] <[zEr0-x]> :D [09:58] <[zEr0-x]> is there a program maybe equals to VB-X-press 2008 ? [09:58] sorry [zEr0-x]? [09:58] giovanni_h: use this script -- http://repos.archlinux.org/viewvc.cgi/rpmextract/repos/extra-i686/rpmextract.sh?revision=1 [09:58] giovanni_h: rpm2cpio | cpio -id [09:58] is it so difficult rohan? [09:59] thunderbird version 2.0.0.12 (20080227) is not displaying the body of my emails. Im using it with IMAP [09:59] any ideas? [09:59] giovanni_h: well, you can try out smAs_ trick too :) [09:59] !mplayer [09:59] mplayer is a media player. It resides in the mutiverse repository and can easily be installed via applications -> add/remove. For codecs try !codecs [09:59] !codecs [09:59] For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also http://help.ubuntu.com/ubuntu/desktopguide/C/common-tasks-chap.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats [09:59] giovanni_h: only, that script makes it simple [09:59] lsemple: please play with the bot in pm, not in the channel [10:00] rohan: thanks, it worked [10:00] giovanni_h: rpm2cpio | cpio -id --> that worked? [10:03] Hola buenos dias [10:03] !sp [10:03] Factoid sp not found [10:03] !es [10:03] En la mayoría de canales Ubuntu se comunica en inglés. Para ayuda en Español, por favor entre en los canales #ubuntu-es o #kubuntu-es. [10:06] hi all === matthew_ is now known as matthew__ === matthew__ is now known as matthew_ [10:09] help me pleace, i cant compile from src: "checking for C compiler default output file name... configure: error: C compiler cannot create executables" [10:09] what does it mean? === matthew_ is now known as Reactor [10:12] kapiton: dpkg -l | grep gcc [10:12] * SaraSmith smiles [10:13] before i went to bed we were working on my husband's computer (gutsy) which seemed to have no internet connection and video problems [10:14] !compiling | kapiton [10:14] kapiton: Compiling software from source? Read the tips at https://help.ubuntu.com/community/CompilingSoftware (But remember to search for pre-built !packages first) [10:14] he moved the drive back to his old box.. the same error followed/ [10:18] <[zEr0-x]> difference trough ext2 and ext3? === ubuntuNewbie is now known as barako [10:19] does anybody here uses codeblocks 8.02 on ubuntu 7.01? [10:20] # [10:20] if anyone does, pls msg. i really need help. [10:26] hi folks [10:26] I'm looking for a decent GUI frontend for fish:// urls [10:26] dolphin just doesn't cut it at all [10:26] <[zEr0-x]> mozilla maybe can help you ou [10:26] <[zEr0-x]> out* [10:27] fish:// is scp [10:27] I doubt firefox does that [10:27] nowhere: doesn't konqueror handle it? [10:27] konqueror [10:27] quite well, last I used it [10:27] konqueror asks for the password twice, and if I create a desktop url icon for the user, dolphin will open it, not konqueror [10:28] dolphin throws funny errors if you move the mouse over html files [10:28] I'd settle for a tool with an ftp-like interface [10:29] the user is used to winscp [10:32] nowhere: You could set up Konqueror as the default handler for all directories (to get around the fish:// on shortcuts thing), and if you used a public and private key pair you wouldn't need to authenticate at all. [10:32] Pennycook: that's not an option offered for the server the user needs to connect to [10:32] Pennycook: pubkey auth, that is [10:33] nowhere: Definitely? I thought it was enabled most places. [10:33] Pennycook: our university web server doesn't seem to use it [10:34] but I can check [10:34] If you're connecting over SSH I would have thought they'd let you. Just pop your public key in ~.ssh/authorized_keys. [10:35] Pennycook: I think it's disabled in the sshd_config [10:37] Ah, that sucks. I can't think of anything else. Sorry. [10:38] Pennycook: ah, never mind, it's the braindead local setup [10:38] Pennycook: I don't see any good reason to not allow pubkey auth either [10:38] If I were you I'd ask your university about it. [10:38] hi [10:38] help me [10:39] Pennycook: how'd I get konqueror to handle directories instead of dolphin? [10:39] <[zEr0-x]> ok dudes, I'm leaving, thanks for your help and interest! [10:40] nowhere: If you run kcontrol there's a "File Associations" section. Under "inode", there's options for directory and mount-point; just increase the priority for Konqueror. [10:40] genus-8: I think the mind readers are on vacation [10:42] what console (terminal) commands i need to install mp3 support in my kubuntu 8.04 [10:42] ? [10:45] genus-8: er, depends on the app [10:45] genus-8: but usually you just need to install libmad [10:46] give me terminal command for it [10:46] please [10:46] how an i install it? [10:46] can* [10:47] genus-8: http://www.kubuntu.org/faq.php#mp3s [10:47] thanks [10:47] cual es el link de kubuntu-es??? [10:47] f*ck [10:47] canal irc de kubuntu-es??? [10:47] my konqueror does not work on dialup [10:48] genus-8: aptitude update; aptitude install kubuntu-restricted-extras [10:49] makdknife -> okay thanks [10:50] canal irc de kubuntu-es? alguien que me lo proporcione.-....... [10:50] !es [10:50] En la mayoría de canales Ubuntu se comunica en inglés. Para ayuda en Español, por favor entre en los canales #ubuntu-es o #kubuntu-es. [11:12] omg...i really need some help [11:12] ubuntu_: ask! [11:13] soz [11:13] umm [11:13] i was forced to uninstall kubuntu by my school [11:13] they did it for me through windows disc manager [11:13] ...Forced? [11:13] they just formated it [11:13] yeh.. [11:13] they formatted it [11:14] and im getting the grub error 17 [11:14] Did you install it on one of their computers or something? [11:14] i cant fix the mbr cos they wont tell me the admin password [11:14] can i do this through ubuntu? [11:14] no [11:14] its on my laptop [11:14] !enter | ubuntu_ [11:14] ubuntu_: Please try to keep your questions/responses on one line - don't use the "Enter" key as punctuation! [11:15] huh..?? [11:15] oh...soz [11:16] well, wat should i do, i have found some pages on how to fix this through alive disc as i am on now, but im not sure whether it will work, so i wanted someones opinion first [11:16] does anybody know how i can create an irc-channel with bot [11:16] ? [11:16] how do I get sound only coming out of headphones? [11:16] hello...this is a serious problem [11:16] i have exams [11:17] put you're box's off? [11:17] omg...im so stressed.. [11:17] maybe you can mute youre box with kmix? [11:18] who are u talking to?? [11:18] you :) [11:18] oh [11:18] rite.. [11:18] oh thanks dude [11:19] worked it? [11:19] wat..wats happening....wtf! [11:19] ure talking to me?? or rascal.. [11:19] omg omg omg... [11:19] i found this page [11:19] http://www.arsgeek.com/?p=3340 [11:19] will this work [11:19] oh im soo stuffed... [11:20] ubuntu_: Please stop pressing enter at the end of your sentences. [11:20] dolf: go and read freenodes web page for the irc channel creation, as for bots, have a look into supybot [11:20] thx [11:20] !info supybot | dolf [11:20] dolf: supybot (source: supybot): robust and user friendly Python IRC bot. In component universe, is optional. Version 0.83.3-1 (hardy), package size 495 kB, installed size 2968 kB [11:20] sorry...im just soo stressed and i really need an answer [11:21] @ ubuntu normal should work that [11:21] hi if I connect to a website like ftp://seiteurl.com what port will I need to enable? at the moment I can access ftp://mysite.com from within the network, but not outside the NAT which leads me to believe I will need to do port redirection [11:21] wats normal? [11:21] I ment I can access ftp://mysite.com from within the network [11:21] I ment I can access ftp://siteurl.com from within the network [11:21] @renato is it for ftp then you have to open youre port 22 i think :) === ubuntu_ is now known as wthoang [11:22] changed my name. [11:22] for you're website port 80 [11:22] does someone know an acpi irc channel? [11:22] I can access www.mysite.com, but not ftp://mysite.com [11:22] from the internet, I can from the local network [11:23] I can from the local network but not from the internet [11:23] i don't know how you set you''re ftp-port it is port 21 or 22 default [11:23] ssh: 22; ftp: 21; http: 80 [11:23] is there a way to fix my windows mbr through command on this live disc??? grub error 17???? [11:24] I can access ftp.mysite.com, what I cannot access is ftp://www.mysite.com [11:25] renato you connect with an ftp-client or not? [11:25] and did you already open the port? [11:26] yes I can [11:28] wthoang: that arsgeek site solution seems quite reasonable (except that package ms-sys doesn't exist anymore on hardy) [11:29] omg... [11:30] so i guess i'll ask again...is there a way to fix my windows mbr through command on this live disc??? grub error 17???? [11:30] !patience | wthoang [11:30] wthoang: The people here are volunteers, your attitude should reflect that. Answers are not always available. See http://wiki.ubuntu.com/IrcGuidelines [11:30] wthoang: on gutsy or earlier you should be fine [11:30] sorry...sorry...just stressed...i need this laptop for my exam studies [11:31] wthoang: If you do follow those instructions, though, I recommend reading the comments first. Some people have said to use /dev/sda instead of /dev/sda1 since the latter would actually wipe your drive. Heed his warning, too; it might screw things up. [11:32] k.. [11:33] man I would never let anyone touch my computer ... having the school format my computer ... i would have been pissed and taken to whom ever is in charge [11:33] Yeah. wthoang: If it's not a laptop you're borrowing from them (ie, it is your own and purchased with your own money) I'd recommend doing something about it. They shouldn't be allowed to do that. [11:34] yeh i dunno...i have bought it is mine. but its school policy to have one, its not like im the only one who has it [11:34] they sed because they dont like their proxy pak being used on anything other than internet explorer [11:35] and theres this whole school lockdown for the network and stuff, its all getting snappy at out school, the it guys are real tight about it [11:36] is there a way for me to reset the admin password for windows other than herins? [11:36] haha thats funny .... you could just let them know that is the worst program ever to use to get on the internet ... and I would be supprised if they dont have a million virii [11:36] wat herins? [11:36] wthoang: another option to fix your problem would be to reinstall kubuntu ;) [11:37] if i did this, then grub will find the partition again. cos wat they have done is mounted the partition into an empty folder in the c drive [11:38] cos if i did, i still have teh problem of having kubuntu on my comp [11:38] well it looks like he doesn't have the option to use kubuntu [11:39] I did find a page that someone else was having that error but you may have already looked at it http://ubuntuforums.org/showthread.php?t=442945 [11:39] well w8, if i do reinstall kubuntu, will grub find it and i can pick to go into windows again? and then from there, can i remove kubuntu without this problem again? [11:40] <_Angelus_> re-installing kubuntu to remove kubuntu is not a sane choice [11:40] should i use envy or the defeault fglrx for an ati card? [11:40] <_Angelus_> format you're pc with windows and grub and kubuntu will desapear [11:40] well...i need to bakup my stuff, and i have exams so i really cant afford to do that [11:40] what version of windows are you using? cause I have found that if you are using windows vista you can not use linux to resize the partions or it will wack the windows partions .. [11:41] xp [11:41] k [11:41] _Angelus_: but is it possible [11:42] <_Angelus_> possible... like droping a nuclear bomb you're computer [11:42] <_Angelus_> ;p [11:42] entirely possible - just a bit overkill [11:42] tekgeeklt: mine left vista there just i cant boot to it :( [11:42] but do i have another choice? i need to get rid of this error at any cost [11:43] wthoang: whats the error? [11:43] i formatted my kubuntu partition through windows disc manager, now i receive the grub 17 error [11:43] windows is there... [11:44] <_Angelus_> wthoang: do you want to keep kubuntu or not? if you don't want to keep it, just format with windows , if you want to keep it, i duno [11:44] want to keep windows [11:44] not kubuntu, not allowed kubuntu [11:45] <_Angelus_> then [11:45] <_Angelus_> just format with windows [11:45] I just got kubuntu installed here and one thing I found that I can not do is resize any window ... it shows the little arrows to allow me to resize but it does not do anything ...is there something i have to do to set that up ? [11:45] <_Angelus_> kubuntu and grub will both be wiped out [11:45] <_Angelus_> xD [11:45] ahh well in that case the safest way to do things is to stick a widnows disk in and get it to repair the MBR then format what was kubuntu to a new partition [11:45] well thats the problem...i have...grub doesnt get wiped [11:45] well i dont noe the admin password, i have already tried this [11:45] wthoang: you may be able to pop the windows cd in the drive and do a repair option that may fix the issue [11:46] <_Angelus_> wthoang: booth into the windows xp disc, press R for recovery console, then type in these 2 commands, fixmbr and fixboot [11:46] <_Angelus_> that will get rid of grub [11:46] yeh...as sed above..i dont noe the admin password..i coulda sworn that this was my account but the school image cleary doesnt allow this [11:46] actually yes that will work using the fixmbr option ... grub basically just replaces the windows boot manager [11:46] i cant do anything until i noe the admin password [11:47] <_Angelus_> well [11:47] if you have the cd you don't need a password [11:47] <_Angelus_> you said it, you CAN't , do anything ,, [11:47] <_Angelus_> tekgeeklt: no, recovery console asks for the windows password [11:47] hrmm [11:47] ya [11:47] how can i reset it [11:48] i noe hirens can... [11:48] but 100mb doesnt suit my bandwidth [11:48] <_Angelus_> you need to be secret mad scientists member and hack XP with bizare cracking equipment [11:48] <_Angelus_> xD [11:49] so theres no commands that can do this with kubuntu?...oh man.. [11:50] was i spamming this channel just before at all? had a connection issue.. [11:50] can you hit f8 and get into the safe mode for the computer? [11:51] flaccid_: nope [11:51] havent tried... [11:51] jcfp, thanks ! [11:51] but if i do try then i have to leave this live disc and start it up if it doesnt [11:51] but will that work [11:51] this page says he forgets the password he just goes into safe mode and logs in and changes the pass [11:51] http://www.softwaretipsandtricks.com/forum/other-operating-systems/21512-crack-administrator-password.html [11:51] * flaccid_ laughs [11:52] is this the same page that goes into bios and boot modes? [11:52] right after the bios screen you hit f8 but then you may not even get that far cause of the error [11:52] i just got here, can i ask the problem or should i not ask :) [11:53] lol..that page just tells u how to find my password...but inorder to that u have to log into the admin account?? [11:53] you may just have to talk to someone there and tell them .. you screwed up my computer and you have to give me the admin pass so I can fix it [11:53] log into the admin account via the safe mode [11:53] oh physical limitation [11:53] windows? [11:54] which you sometimes can do with no password .. I would try all different things [11:54] yeah that got taken out SP1+ [11:54] all anyone here is going to tell you is what you can find on any search engine unless someone here has actually gone through the exact issue [11:54] but i noe the admin password isnt nothing [11:54] theres some letter [11:54] i dunno.. [11:54] just try everything you can before you say you can't do anything [11:54] * flaccid_ didn't know this was a windows cracking chan [11:55] even ##windows probably won't help there :p [11:55] no its not a windows cracking channel the guy's school deleted ubuntu and screwed up his boot loader and he can't get back into his computer [11:56] !fixboot [11:56] Factoid fixboot not found [11:56] !grubfix [11:56] Factoid grubfix not found [11:56] !fixgrub [11:56] 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 [11:56] its the mbr...i need to load the fixmbr through an alternate route to windows recovery mode from the disc [11:56] there it is. there can only be one MBR on the disk. so usually thats either windows MBR or Grub or Lilo etc. so as a rule of thumb, you install Linux last to get the bootloader and not Windows MBR. so follow the guide to restore grub.. [11:57] I had this problem a while ago...there is a program in the repos that will fix it [11:57] wthoang, fixmbr will restore the windows mbr and thus no dual boot [11:57] yes..i dont want dual boot, i just want xp [11:57] if you need to reset a windows admin password... use a boot disk like: http://home.eunet.no/pnordahl/ntpasswd/bootdisk.html [11:57] https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows is what fixes it. [11:57] I've used it and it works great [11:57] Wait. Are you trying to install the windows mbr or dual boot with grub? [11:57] wthoang, goto ##windows for that (ie. fixboot and fixmbr from recovery console) or install grub [11:57] you won't crack the password... just reset [11:58] you know there is one other thing you can try but it takes some work... look up windows live cd in google you will find a live cd with options to fix windows [11:58] whats a good text to speech program? [11:58] wthoang: Are you trying to reinstall the windows mbr? [11:58] sigma_12: festival works [11:58] sonoftheclayr: yess [11:59] wthoang, i just gave the info for that :) [11:59] wthoang: Do you have an ubuntu live cd? [11:59] ubuntu livecd cannot restore a windows MBR [12:00] flaccid_: Yes it can. You just have to install something from the repos. I did it last week. [12:00] sonoftheclayr, no worries, what do you install? [12:00] still this question is for ##windows , not here.. [12:01] !info mbr [12:01] mbr (source: mbr): Master Boot Record for IBM-PC compatible computers.. In component main, is optional. Version 1.1.9-3ubuntu1 (hardy), package size 22 kB, installed size 92 kB (Only available for i386 amd64 lpia) [12:01] sonoftheclayr, that ? [12:01] its optional :) [12:01] that'll work?? [12:01] flaccid_: I don't think it was that. It was on Arsgeek if that helps. My e key isn't going to work so I can't google it [12:01] i'll give it a go [12:02] what is Arsgeek ? [12:02] yes..i had the ars geek page but the thing is that i dont wanna touch it...im not that good with linux [12:02] wthoang, dude just goto recovery console and run fixmbr and fixboot , done [12:02] you do have a legit copy of windows? [12:02] yes of course [12:02] then do that [12:02] end of story :) [12:02] the problem is that i dont noe the admin password [12:02] not our problem.. [12:03] i cant get past that point if i did, then itd be simple [12:03] well now im looking for an alternate way [12:03] can't help you, goto ##windows [12:03] wthoang: You can crack that as well. There are boot disks on the internet that will reset the admin password. [12:03] we don't help cracking here [12:03] i dont want cracking...there must be someway without cracking to do this [12:03] maybe there is [12:04] wthoang: Why don't you know the admin password? [12:04] !info mbr [12:04] but we don't support Windows here sorry [12:04] mbr (source: mbr): Master Boot Record for IBM-PC compatible computers.. In component main, is optional. Version 1.1.9-3ubuntu1 (hardy), package size 22 kB, installed size 92 kB (Only available for i386 amd64 lpia) [12:04] wthoang: I don't see a problem. It's your computer and it's your password. All it does is remove it [12:04] how can i apply my user styles (theme, fonts, etc) to programs running as root (synaptic for example) ? [12:04] cos its a school image put onto the laptop [12:04] wthoang: Then ask them. [12:04] with all this software and stuff [12:04] i have exams tomoz and im at home === mm_ is now known as Atlan [12:04] BlueDevil, it would have to be under root's profile, so although its not good to login as root, if you really need it then login as root and change appearance [12:04] wthoang, not our problem sorry [12:05] relating to that !info mbr is that the normal windows mbr or the grub one? [12:05] flaccid_: thanks [12:05] np [12:05] Hi. I have a program (fasm) that I would like to make directly accessible from the command-line without having to go to fasm's directory. How do I do this?> [12:05] wthoang, not sure, its just what i found with a search [12:05] BlueDevil: Alternatively, running systemsettings as root might have the same effect. [12:05] should i use envy or the default fglrx for an ati card? [12:05] !permissons | Nyad [12:05] Factoid permissons not found [12:06] !perms | Nyad [12:06] Factoid perms not found [12:06] hmm [12:06] how is this about permission? [12:06] RiotingPacifist, no Hardware Drivers Manager [12:06] !permissions | Nyad [12:06] Nyad: An explanation of how files and directories are organized on Ubuntu, and how they can be manipulated, can be found at https://help.ubuntu.com/community/LinuxFilesystemTreeOverview [12:07] tnx [12:07] !ati | RiotingPacifist [12:07] RiotingPacifist: For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/BinaryDriverHowto [12:07] np [12:08] flaccid_: ive been using that but its unstable and its just a frontend to install default anyway [12:08] RiotingPacifist, not correct. it installs the exact drivers you get from ATI's website. so your problem is probably something more specific.. [12:09] can you explain the actual problem? [12:09] fullscreen rendering of flash either with/without compiz is choppy, and my system randomly crashes badly, X freezes and all VTTs are messed up [12:10] and you just assume its the driver? [12:11] well how you install the driver is irrelevent... [12:11] ive been told to do the following check your grub.conf from a live cd environment. mount your partitions and modify your grub.conf so it works [12:11] configuration is a different story. RiotingPacifist which version of Kubuntu and please pastebin your /etc/X11/xorg.conf [12:11] sound/video all work cannot play streaming radio over internet searched all over for answers anyone have any ideas [12:11] wthoang, grub can't even access your windows partition. so no. [12:12] k [12:12] tried everything using amarok [12:12] wthoang: its called /boot/grub/menu.lst in ubuntu [12:12] wthoang, we have already advised what is needed :) [12:12] oh right nvm [12:12] Pennycook: i tried that, didn't work [12:12] yeh ok.. [12:12] RiotingPacifist, i run ATI so it concerns me that you have unknown problems... [12:13] how do i remove a reposatory but unable to acssis the list [12:13] kg4rxs, adept manager [12:14] well im going to reboot to envy, even though it shouldnt make a difference, but i insrtalled it last nite, then ill hopefully be back, appologies for ignoring advice but its early and im too lazy to revert the change, either way its the same driver right [12:15] i usually like to find the problem and fix it, but a lot of people like to play around and reboot 10 times :) [12:15] i mean driver != configuration [12:16] >jtisme, have you added medibuntu to packages list? [12:17] sharpe_uk, yes and followed the community write up on sound and video [12:17] most streams are mp3, check you have libxine1-ffmpeg installed [12:18] is w32codecs installed from medibuntu.. [12:18] exit [12:18] sharpe_uk, ok let me check I am sure i do have to crank up the machine i am testing audio on brb [12:22] sharpe_uk, yes libxine-ffmpeg is installed [12:22] is amarok-xine installed? [12:22] sharpe_uk, when i try to play streaming radio in amarok it puts up a msg 'no suitable demux' available [12:23] coud not remove [12:23] Type 'http://wine.budgetdedicated.com/apt/387EE263.gpg' is not known on line 58 in source list /etc/apt/sources.list [12:23] E: Unable to lock the list directory [12:23] jtisme, that is a known bug with shoutcast server, can't do anything. but you can click on the stream until it loads... [12:23] sharpe_uk, yes it is installed [12:23] under maintainer does it say "Medibuntu Package Team"? [12:24] sharpe_uk, where is 'maintainer' you ask about [12:24] simplest way, open Adept Manager, type in amarok under search then click the blue arrow on the amarok-xine package [12:25] itll give you all the details for that package.. [12:25] kg4rxs, you have an invalid sources.list [12:25] ok let me see [12:25] i know how do edet it [12:27] kg4rxs, with a text editor like kate under kdesudo [12:27] sharpe_uk, yes maintainer medibuntu packaging team [12:28] ok iwill try it [12:28] jtisme, its a bug [12:28] >jtisme, ok, point me to the stream you are trying to play, Ill see if it plays here (rule out the stream is at fault) [12:28] i deal with it every day jtisme [12:28] click on the stream jtisme until it works [12:28] >flaccid, so do I but sometimes the stream really is broken and sometimes you just have to try a few times.. [12:28] sharpe_uk, its a but in shoutcast server, not xine apparently.... [12:28] but=bug [12:29] i investigated this pretty heavily back in the day [12:29] sharpe_uk, www.wgst.com select listen live next page select listen live also [12:30] hi all [12:31] can anyone help me? i want to install a wlan card driver for my msi notebook on ubuntu [12:32] !wireless | lars [12:32] lars: Wireless documentation can be found at https://help.ubuntu.com/community/WifiDocs [12:32] Hi [12:32] follow that for your wireless if it doesn't work out of box [12:32] >jtisme, "Due to licensing restrictions, we are not able to allow access to the content you are requesting from outside the United States." [12:32] ok thx [12:32] ah server problem [12:32] Does anyone know if there are any guides for installing Linux/Windows dualboot on a Mac OS X machine? [12:33] >flaccid, nah, my IP resolves outside the US (Im in the UK) [12:33] Slyboots, did you try google ? [12:33] It ried it, but the shit hit the fan because the boot process kind of went.. tits up [12:33] Several times [12:33] sharpe_uk, still server problem... thats configured on the server [12:33] Every guide involves using OS X [12:33] sharpe_uk, ok thanks [12:33] !ohmy | Slyboots [12:33] Slyboots: Please watch your language and topic to help keep this channel family friendly. [12:33] >flaccid, yes but the point is that its a different problem to what jtisme since Im assuming he is inside the states he'll get past that point [12:34] !macbook | Slyboots [12:34] Slyboots: Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/WindowsDualBootHowTo - MACs: https://wiki.ubuntu.com/MacBookPro https://wiki.ubuntu.com/YabootConfigurationForMacintoshPowerPCsDualBoot [12:34] Slyboots, well if you have an intel mac then you can just install normally === didi is now known as Didi [12:34] sharpe_uk, under amarok i get the message 'no suitable demux' when trying to play www.wgst.com... any ideas there what demux i need === Didi is now known as Didi_ITA [12:34] sharpe_uk, well to get to the bug you would need authorisation first... [12:34] flaccid_, Tried that.. sits for a good 50 seconds at each boot while it tries to decide what OS to even boot [12:34] flaccid, i wasnt ignoring you just could not converse with both of you at the same time [12:34] Which for a dual-boot system is pretty bad === luke_ is now known as TheFuzzball [12:37] >jtisme, as flaccid already mentioned, you sometimes get that error even when the stream will work, clicking it a few times will work.. [12:37] in those cases anyway [12:38] Hi, I have an Ati Radeon HD 2400 Graphics card and I just installed Kubuntu, what drivers should I use for it? (I installed fglrx and in wouldn't let me set a res higher than 600x400) [12:38] sharpe_uk, ok i will try it out thanks to all [12:38] im runnign the live disc and i need to burn something. can i just take out the live disc?? thi is probably a stupid question [12:38] np [12:39] !ati | TheFuzzball [12:39] TheFuzzball: For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/BinaryDriverHowto [12:40] TheFuzzball: also, see !fixres f your resolution after that is not right [12:40] thanks [12:41] so can i just take out this live disc [12:45] something very wrong with my kde3: every app I start, every action I do in an app, the app in question goes grey and takes about a minute before it happens, and/or another minute to allow input to the window. drives me craaazy ! what could be wrong ? the trouble started after installing kde4.1 beta, but I removed it and the problem persists, maybe there´ s no cennection to that anyway... Other apps (non-kde) are fine (like firefox), [12:45] so it has to be kde-related [12:48] does running this live cd make it impossible for me to eject my disc [12:48] ?? [12:48] can anyone help me to install my wlan? [12:48] with ndiswrapper it doesnt work === Czessi_ is now known as Czessi [13:07] does synaptic look ugly for everyone else? [13:07] BlueDevil: Under Kubuntu? [13:07] yes [13:08] Yup. Reason being that root doesn't apply the KDE theme to GTK. [13:08] kubuntu jakarta indonesia pls [13:08] although theoretically, it should be trying to look like KDE 3 apps, unless you're using KDE 4 [13:08] !id | haryono [13:08] haryono: join ke #ubuntu-id untuk membahas ubuntu dalam bahasa Indonesia [13:08] Pennycook: i've actually tracked the problem to the necessary environment variable not being set [13:09] but i don't know where is the proper place to set that variable [13:09] it used to work in kubuntu 7.10 === octapusgrabbus is now known as cnorton [13:11] Hi - I have a usb stick with amongst other stuff a bookmarks.html on it that I want to copy onto the pc.. when I move over the file with the cursor I get :/usr/share/apps/d3lphin/servicemenus/amarok_addaspodcast.desktop [13:11] if I run synaptic from konsole using sudo it looks fine [13:11] as a fault report window.. what is all this about? [13:12] i just want to copy the file... [13:12] why is it talking about Add as a podcast.. I have not the slightest interest in podcasting my bookmarks.html...? [13:15] help me guys [13:15] * angasule gives genus-8 a lollypop [13:15] emm.. i cant use konqueror on dialup? [13:16] why? [13:16] genus-8: what do you mean you can't use konqueror on dialup? it's too slow? [13:16] angasule: can i have a lollipop and somebody give me a clue what this business with "add to podcast " is all about..? [13:16] no [13:17] it doesnt work on dialup connection [13:17] i talk to you now? but browser cant open any link [13:18] frybye: no idea? maybe they go well with mustard? [13:18] genus-8: you are chatting through dialup? [13:18] yea [13:18] angasule: it is not me who is dishing up the mustard this afternoon... [13:18] and use my ICQ protocol [13:19] but konqueror and kmail doesnt work.. [13:19] why in Heavens' name should trying to select a file on a usb stick produce a window about podcasting??? [13:19] genus-8: are you mabey set to work offline and that is why you cant make a conection [13:19] just a second i will see [13:19] frybye: maybe it thinks your pen drive is an mp3 player? [13:20] hmmm can it be the the usb-stick is being treated in .. that is just what I was about to say.. how chan I change that..? [13:21] offline mode is off [13:21] i dont know why i cant see any links any pages in internet [13:21] have you atempted firefox also [13:23] тщ [13:23] no [13:23] and in my distro no packs [13:23] with mozilla [13:32] Hello, this may seem like a stupid question, but after installing kernel 2.6.24-18-generic, can I just change the number 17 in kernel 2.6.24-17-generic to 18 so grub will load the newest kernel? [13:33] I have a problem with flash support in konqueror. I have installed the plugin for firefox, and with it works all right. But konqueror can't play flash videos (youtube). Is there another way to do it? [13:34] Raizar1: Did you try installing the flash [plugin through adept? [13:34] what comand is used to find the version of kubuntu in terminal [13:35] Raizar1: If so, also install konqueror-nsplugins [13:35] willluongo: i installed kubuntu-restricted-extras, libflashsupport,flashsupport-mozplugin and also konqueror-nsplugins [13:36] Raizar1: Sorry I can't be of more help, that worked on mine [13:36] Raizar1: Did you get flashplugin-nonfree? [13:37] willluongo: yes. Konqueror see the libflashsupport.so plugin for firefox, but still can't play flash [13:38] gnash doesn't work too [13:41] hola [13:41] !es | jordi_ [13:41] jordi_: En la mayoría de canales Ubuntu se comunica en inglés. Para ayuda en Español, por favor entre en los canales #ubuntu-es o #kubuntu-es. [13:43] i need terminal command to install firefox, thanks [13:44] sudo aptitude install firefox_ [13:44] sudo aptitude install firefox [13:45] I would like to know were is the option to create a new user from KD4 [13:45] kay thanks === luke_ is now known as TheFuzzball [13:46] doesnt work [13:47] does anyone know the depencencies for Phonon in Qt 4.4? [13:51] genus-8 sudo apt-get install firefox [13:52] update first? or just apt-get install firefox [13:52] ? [13:52] sudo apt-get install firefox [13:52] then update [13:55] ive tried everything bu fullscreen flash still sucks :( (setting up DRI in xorg.conf, upgrading to 10, running firefox-32bit with flash 10, well not everything but thats all i could think off) [13:57] no way to use flash in konqueror [13:58] flash in konq works the same as in firefox [13:58] Raizar1 don't you like fx3? [13:58] q. can someone say my name this is for a test [13:58] zorglu_: [13:58] engineer yes but konqueror + kget is a good team [13:59] Rioting_pacifist: thanks [13:59] ящкпдг [13:59] Raizar1: you install flash like you would for firefox and konqueror picks it up [13:59] zorglu_ [13:59] Raizar1 fox+dta good team [13:59] i know but in KDE K+Kget is best ^^ [14:00] Raizar1 have you tried the awesomebar in fox 3? [14:01] q [14:01] engineer lol i know firefox 3 i always use ff 3 but now i want to use konqueror [14:01] q. i got gnome ubuntu installed, and would like to switch to kde desktop, what should i do ? [14:01] this isnt the place to discus which browser is best [14:01] genus-8: thanks :) [14:01] zorglu_: sudo apt-get install kubuntu-desktop [14:01] zorglu_ a sudo apt-get install kubuntu-desktop [14:02] Need to get 163MB of archives. [14:02] After this operation, 598MB of additional disk space will be used. [14:02] oopsa :) [14:02] flaccid__: you said that your on ATI too, does fullscreen flash work ok for you? [14:03] hehe, guys i am laging on 17 secs [14:03] cool [14:03] no wonder it took you so long [14:03] exit [14:06] exit [14:07] hello, I was wondering if anyone could help me with widgets on KDE 4.0 [14:08] I accidently removed the application launcher and when I added it to the panel it placed it on the right side, anyone know how to move it back the left? [14:08] kubuntu 8.04 cannot get www.wgst.com streaming radio all other sound/video works fine anyone have any ideas all medibuntu loaded etc. [14:09] amarok says 'no suitable demux' vlc says unrecognized format ??? [14:09] jtisme: what is the url of the stream [14:10] zorglu_, www.wgst.com select Live Listen first page, Select Listen Live second page [14:11] http://a1802.v182276.c18227.g.vm.akamaistream.net/7/1802/18227/v0001/cchannel.download.akamai.com/18227/5881/richmedia/Shoes_15_3_2.wmv [14:11] this is the url :) [14:13] how to find jasper image convert to run webcam in kubuntu? [14:14] jtisme: ok i failed to get anything. not even a unknown demux [14:15] zorglu_, interesting [14:16] zorglu_, streaming radio appears to be the beast that is not conquered yet [14:16] jtisme: all the audio/video stuff is ultra crappy :) [14:17] jtisme: i do p2p streaming for a living [14:17] jtisme: http://player.web4web.tv/e334e91c/live/france24_fr.flv listen to this :) you hear their weird voices ? this is a bug in vlc :) [14:17] Rioting_pacifist, yes it does - the flash thing [14:17] * flaccid- just got back [14:17] zorglu_, i think i saw a post from canonical about an effort to make sound/video world class soon [14:17] zorglu_, p2p ?? [14:18] jtisme, "to make sound/video world class soon" ? link please [14:18] jtisme: yep, you get a "install webpack" on the bottom right, this is the p2p stuff. [14:18] i would LOVE to get proper audio/video on computer :) [14:19] flaccid-: are you using ati or mesa drivers? [14:19] Rioting_pacifist, mesa is not a driver. i use the restricted driver [14:19] flaccid, dont remember link it was a comment by someone at a show with conical [14:19] there is the well known mesa problem however [14:19] jtisme, what is it exactly? [14:20] zorglu_, what does p2p stand for i am very new to sound/video stuff [14:20] p2p has nothing to do with video or sound. peer to peer = p2p [14:20] jtisme: ah ok :) p2p is just a network architecture. in the case of audio/video streaming this allow to reduce the bandwidth used by the servers [14:21] zorglu_, thanks [14:21] im using restricted too (although i cant find restricted manager since using envy :( oops, i should always listen to advice) but fullscreen flash is choppy (about the same in/out of compiz) [14:21] zorglu_, but the whole file needs to be downloaded first. so this is irrelevent.. [14:21] just a small details "has nothing to do" = "not specific to" :) [14:21] Rioting_pacifist, the problem is flash. === inigo_ is now known as inigo__ [14:22] flaccid, thanks should have known that [14:22] zorglu_, ah ok.. === linuxmce_ is now known as simon_core [14:23] flaccid-: how do i fix, im on 64 bit but ive tried flash 10 (on firefox(32)/firefox(64)) and flash 9 (on firefox(64)/konqueror) [14:23] flaccid-: it is not required to download the whole file before starting playing. in fact in the case of the http://player.web4web.tv/e334e91c/live/france24_fr.flv this is a live streaming. aka there is no 'file' [14:23] just a stream [14:23] but all that is quite offtopic :) [14:23] Rioting_pacifist, you can't fix. unless the quality of the videos are increased and adobe does something about the poor performance, particularly on linux. case closed :( [14:24] flaccid-: but the video are of perfectly good quality and it worked fine on gutsy (well flash9 did) [14:24] zorglu_, it depends on what type of file. and this is commercial not open so.... [14:24] flaccid-: well, specs are out, so hopefully we'll get a good flash player sometime [14:25] Rioting_pacifist, is this with desktop effects/compiz on? [14:25] angasule, we will be lucky if flash 10 fixes the problems. i will be happy if it does [14:25] in gutsy it was with compiz off, but in hardy it seams to make no difference if compiz is on/off [14:25] flaccid-: I'm more interested in open source flash :) [14:26] Rioting_pacifist, keep in mind probably a dif version of flash in gutsy - they like to change flash a lot [14:26] flash 10 is slightly better on cpu usage but thats about it [14:26] angasule, open source flash development exists. but decent flash players don't because its closed. [14:26] Rioting_pacifist: flash 10 is out ? [14:26] this is the problem with closed sourced/proprietery software~!! accept it.. [14:26] flaccid-: the specs were released recently [14:26] no it was the same flash 9 from adobe site they dont change it that often, apart from patches, but my flash9 was fairly new [14:26] SVG is what should be used instead. [14:26] angasule, that doesn't help useability : [14:27] zorglu_: its in beta, crashes gutsy but seams ok in hardy [14:27] Rioting_pacifist, complain to Adobe :) [14:27] people should give way to pay rent/food with opensource, it would bring many people to opensource [14:27] Rioting_pacifist: ok thanks [14:27] its a 3rd party plugin that simply gets embedded. what the plugin does has nothing to do with the program embedding it... [14:27] flaccid-: its not a problem with adobe that it worked in 7.10 but is jumpy in 8.04 the change was made to ubuntu to change this, flashs sucking has nothing to do with this [14:28] Rioting_pacifist, proove it to me. because it worked on one version and didn't on the other, concludes nothing. [14:28] do you know if its possible to use the "skype" servicies without having to use this "bad" application ??? can i port it to kopete or something ? [14:28] flash suck but it is 98% :) [14:28] Rioting_pacifist, some real evidence please? [14:28] lol === Jucato_ is now known as Jucato [14:28] its flash, get over it.. [14:29] wtf how can i give evidence that something used to work fine but didnt, stop being a zelot this is a support channel leave your flash sucks at the door [14:29] flash is for uzers [14:30] Rioting_pacifist, this is the nature of closed sourced software. it makes people like you make bad assumptions. i love flash, but its support is what sux, not flash itself. [14:30] flaccid-: how do you pay rent/food ? [14:30] you are merely guessing [14:30] Could anyone tell me what the advantage of ubuntu is over Debian? [14:30] zorglu_, with a job [14:30] pim, there is none [14:30] flaccid-: right, it's like communism, sounds good in principle, but implementations suck :) [14:30] if something used to work in ubuntu its perfectly reasonable to belive that some setting has changed and that that setting can be reverted to get it working fine, i mean the suse guys didnt turn round to linus and say its adobes fault move along now, they tracked down the problem at thier end and fixed it, maybe thats why hes on opensuse not ubuntu tho [14:31] pim: ubuntu is better polished [14:31] FLAME WAR :D [14:31] flaccid-: doing opensource dev? [14:31] angasule, they never put decent resources into supporint *niz [14:31] nix [14:31] boom [14:31] pim: I use both, btw, and love both :) [14:31] Rioting_pacifist, ignorance. [14:31] Ubuntu is more userfriendly you mean? [14:31] pim: ubuntu do time based release cycles, debain dont [14:31] flaccid-: I'd say it sucks on windows as well [14:31] thats it [14:31] pim: yes, but there is more to it than that [14:31] So why has someone decided to fork debian? [14:32] :D [14:32] just take the custard instead [14:32] ;P [14:32] flash runs on linux as a firefox plugin, if it ran fine in 7.10 then it doesnt run fine in 8.04 a change was made somewhere in the linux side as flash 9 has not changed [14:32] closed sourced software rarely works inline with OS standards... [14:32] Rioting_pacifist, thats what you think. quite different from reality. [14:33] have a look at the flash versions [14:33] then come back [14:33] and opensource got significant marketing power :) [14:33] angasule why do you use both? [14:33] no it has significantly less, hence apple is bigger [14:33] Rioting_pacifist: why dont you check what your running ...versions of new software may conflict old settings [14:33] omg the ignorance [14:34] yeah guys this is way off toppic [14:34] yep clearly :) [14:34] you know where to tak eit ??? [14:34] Rioting_pacifist, now please look at this: http://packages.ubuntu.com/search?keywords=flashplugin-nonfree&searchon=names&suite=all§ion=all it shows the change in versions between releases. flash changed, the distro didn't...... [14:34] pim: I have different uses for different computers, I use kubuntu hardy on my main desktop, kubuntu dapper on the family desktop (they don't like change), debian etch on server and laptop (it's an old laptop with a low speed net connection) [14:34] well not really. Rioting_pacifist is claiming problem is kubuntu which it is not [14:35] well this is a war opensource vs closesource, pro and con [14:35] Rioting_pacifist: the problem is your software ...please RTFM  [14:35] nah the problem are the others. they are the ones to blame [14:35] Rioting_pacifist: flash for linux is particularly badly programmed, I used to follow the blog of the guy in charge of it, and frankly he was so clueless it was frightening [14:35] all of them [14:35] flaccid- no package in the repos ever contained flash they are just wrappers to the installer which doesnt neciserily change when the wrapper changes [14:36] so in gutsy it was 9.0.48.0.2 and in hardy it was 9.0.124. this is adobe's change, not ubuntu. so get over it... [14:36] Rioting_pacifist, oh please. yes, but they get different versions. [14:36] get your facts straight [14:36] exit [14:36] drurew: which manual? [14:36] ok i do agree [14:36] hahahahahahahahaha [14:36] take your war on -offtopic [14:36] i agree. [14:36] this has nothing to do with ubuntu. [14:36] thats all i wanted to know which manuals do i need to read to sort out the flash problem [14:36] take it somewhere else. [14:37] Rioting_pacifist, reading a manual is not going to help. [14:37] hello, people! say me, please, how can I change skin of volume indicator, which appears on screen, when I adjust sound volume with multimedia keys of keyboard? thanks [14:37] go to your terminal and enter: man man or man help to find out more about your computer [14:37] mouarf [14:37] !coc | drurew [14:37] drurew: The Ubuntu Code of Conduct to which we ask all Ubuntu users to adhere can be found at http://www.ubuntu.com/community/conduct/ [14:37] right man man tells me how to read manuals thats not what need sorting [14:38] * flaccid- yawns [14:38] Rioting_pacifist: you wll have to start somewhere ...esp if you dont know what your loking for [14:38] i though you know a support channel might of been of some use [14:39] flaccid-: flash9 was last updated december 2007, my gutsy install was done in feb so it is the same version of flash [14:39] Rioting_pacifist: the issue is that you talked about something unpopular here. so you are blacklisted for a while ... like in 2h or tomorrow they will forget. but for now you wont get the best out of this channel [14:40] Rioting_pacifist, dude. that doesnt actually compare versions at all. you are disregarding many things and im over talking with you on this take it somwhere else like #idontunderstandclosedsourcesoftware [14:40] http://www.adobe.com/cfusion/webforums/forum/index.cfm?forumid=15 [14:40] flaccid-: if .124 is bugged, and .48 work, you can easily install the .48 by only overwriting the .so [14:40] zorglu_, i know this. [14:41] flaccid-: my bad it was for Rioting_pacifist [14:41] Rioting_pacifist: see above [14:41] flash is the worst for konqueror users. have a look at this. because of the change in api/binary this is what opera users have to do: http://my.opera.com/remcolanting/blog/2008/04/14/opera-and-flash-on-linux [14:42] so some flash versions work, some don't and most have issues in terms of video. nothing to do with ubuntu or linux or kde. [14:42] can i shutup now or what? [14:42] please do [14:42] flaccid-: please do :) [14:42] damn same joke, but im first on my screen :) [14:42] Rioting_pacifist, will you close the topic as well? [14:43] kubuntu jakarta indonesia?pls [14:43] ill continue to ask questions relevant to my problem ill just adress them in a way that wont provoke your fury against closed sourced software [14:43] <[EGC-i]ThinIce> Could anyone suggest why when trying to run firefox since yesterdays update I just get the following error "Inconsistency detected by ld.so: ../sysdeps/x86_64/dl-machine.h: 416: elf_machine_rela_relative: Assertion `((reloc->r_info) & 0xffffffff) == 8' failed!" [14:44] Rioting_pacifist, no. stop. it has nothing to do with kubuntu so take it elsewhere ok! [14:44] flaccid-: relax man [14:44] kubuntu jakarta indonesia pls [14:44] zorglu_, i am relaxed? [14:45] there is no tone on the internet :) [14:45] cool :) [14:45] im using Kubuntu this channel is for kubuntu user support, as much as you hate flash im working though the links provided by the usefull members here, if i have a problem following those guides ill ask for more help [14:45] i don't get worked up by users [14:45] Rioting_pacifist, but the support you are seeking is out of kubuntu's control, do you get that? [14:45] KDE 4.1 has anyone tryed it yet and how is it [14:46] shane__ pretty good for me, but still some bugs that i don't like [14:46] like what [14:46] tell me how to kubuntu jakarta indonesia pls [14:46] only if the problem is with the flash.so version and not with a part of my system other than the .so [14:46] um mainly still problems with plasma, thats probably the main one for me. configs saving, glitches and dying [14:47] Rioting_pacifist, correct. Kubuntu did not make the plugin, Adobe did [14:47] flaccid-: oh ok so im best to wait a few weeks and see if it gets better over some updates [14:47] shane__, you are welcome to give it a go now if you would like. kde3 and 4 can co-operate fine on the same system [14:48] yes i fully understand that the .so is made by adobe the same way the my restricted drivers are made by ati but it is possible that the problem isnt caused by those two [14:48] Rioting_pacifist, provide a POC please and then the dev team can look into it. [14:48] a POC? [14:48] flaccid-: ok ill give it a go then and see if i like lol if not i no where to find yah [14:48] hola [14:49] Rioting_pacifist, Proof of Concept. In areas that are science driven, the people don't like guesses... [14:49] !kde4 | shane__ [14:49] shane__: KDE 4.0.4 is the latest major release of the K Desktop Environment. Packages can be found at http://kubuntu.org/announcements/kde-4.0.4.php - Support in #kubuntu-kde4 [14:49] you won't need me.. [14:49] yeah well i came here to try and figure out the problem i dont kno whats causing it, if i knew what was causing it id be able to find a work around [14:50] Rioting_pacifist, thats the problem. people like me and others have spent hours investigating these claims and its always the closed provider. [14:51] flaccid-: lol ahh thanks tells me to take it and if i have probs to bugger off ill give it a go it doesnt matter what isues it creats kubuntu support has been the best iv found sofar TY flaccid- [14:51] hello [14:51] hay alguien que sepa españole [14:51] !es [14:51] En la mayoría de canales Ubuntu se comunica en inglés. Para ayuda en Español, por favor entre en los canales #ubuntu-es o #kubuntu-es. [14:51] Rioting_pacifist: ok explain your problem. calmly and dont say opensource/closesource word :) [14:51] shane__, not sure what you mean, but i for you install, its as simple as selecting which one you want from login screen. the config files are totally separate... [14:52] zorglu_, do we have to start again on that? [14:52] lol, my problem is that flash used to work fine but it doesnt anymore, im going to find an old version of flash and see what happens [14:52] flaccid-: i am just helping a user with his trouble. no war [14:52] Rioting_pacifist, lol so you never reverted back to the version Adobe made for gutsy... heh [14:52] flaccid-: ok so they dont work in tandum i need to instal a seperate system and then just choose on start witch i want [14:52] Rioting_pacifist: ok which version of flash works ? [14:52] Rioting_pacifist: .48 ? [14:53] #POWER+DSL+INTERNET+SPPRAHE [14:53] zorglu_, i spent hours benchmarking this once, so it would be good if people believed such users when the problem is the 3rd party provider [14:53] flaccid-: there was no version of flash for gutsy, you had to install it manually from thier website, ive tried that version but as you pointed out i dont know if thats the same version i had on gutsy [14:54] Rioting_pacifist: find out the version [14:54] shane__, nah. you just install it and then in the login screen you can select which session type you would like - kde3 or kde4 - no stuffing around [14:54] Rioting_pacifist, omg thats totally incorrect [14:54] flaccid-: ok ty once again [14:54] !info flashplugin-nonfree gutsy | Rioting_pacifist [14:54] rioting_pacifist: flashplugin-nonfree (source: flashplugin-nonfree): Adobe Flash Player plugin installer. In component multiverse, is optional. Version 9.0.48.0.0ubuntu1~7.04.3 (gutsy), package size 15 kB, installed size 108 kB (Only available for i386) [14:54] zorglu_: im looking for a version of 9.48 but not sure where to find it [14:54] * flaccid- rests his case once again [14:54] flaccid-: it didnt work [14:55] !doesntwork | Rioting_pacifist [14:55] Rioting_pacifist: Doesn't work is a strong statement. Does it sit on the couch all day? Does it want more money? Is it on IRC all the time? Please be specific! Examples of what doesn't work tend to help too. [14:55] that tells us nothing [14:55] #HTTP://11921682.1 [14:55] adobe updated thier website shortly after 7.10 was realsed and the flash installer was useless, just look on the forums [14:55] Rioting_pacifist, exactly. [14:56] mouaoua [14:56] so lets move on please [14:56] come on guys [14:56] your the one asking me to install the 'gutsy version' of flash which without a time machine is imposible [14:56] Rioting_pacifist: 9.0.48 is available somewhere on abode website... but hidden and i dont remember where [14:56] Rioting_pacifist, i never asked you to do that. [14:57] Rioting_pacifist: there is another way tho. it is to download the gutsy package and to extract only the .so [14:57] #BENUTZERNAME ROOTKENWORT 123456 [14:57] !de | administrator [14:57] administrator: Deutschsprachige Hilfe fuer Probleme mit Ubuntu, Kubuntu und Edubuntu finden Sie in den Kanaelen #ubuntu-de, #kubuntu-de, #xubuntu-de und #edubuntu-de [14:58] i though the gutsy package just causes you to download the .so from the adobe website, for legal reasons they couldnt actually put the .so in the package [14:58] administrator: stop spam [14:58] A [14:58] * flaccid- raises an eyebrow [15:00] Rioting_pacifist: i dunno. i dont remember... /home/jerome/.mozilla/plugins/libflashplayer.so is to be overwritten with the version you want. then you do "about:plugins" in firefox location bar to get the version of the flash run by firefox [15:00] #Arkor-Easy Boxxx A 4OO [15:00] ok administrator is a bot [15:00] !ops | administrator (spam) [15:00] administrator (spam): Help! Riddell, Tm_T, fdoving, Mez, stdin, jpatrick, seth_k, apokryphos, nalioth, Hobbsee, robotgeek, imbrandon, gnomefreak, Hawkwind, trappist, LjL, Jucato, haggai, fooishbar, crimsun, seth, apokryphos, DBO, nixternal, PriceChild or jussi01! [15:01] danke [15:01] thx [15:01] Mez: Thanks [15:02] is there how to install Kubuntu in text mode (dialogs)? [15:02] I can't login on live cd.... the screen is completely black [15:02] The alternate cd does a text-based install. [15:02] xjunior: yes, use the alternate cd [15:04] where I download it? [15:05] xjunior: get it at the download page under :alternative* live cd [15:05] what package contains the restricted hardware manager, or whats the command line to launch it as i cant find a gui launcher [15:05] xjunior: http://releases.ubuntu.com/kubuntu/hardy/ [15:07] when I try to enter on "Install", my screen looks like a LCD burning.... it's really freak! If I try to enter on "live", I got a black screen.... is there any way to fix it? [15:07] q. i installed gnome ubuntu, then did sudo apt-get install kubuntu-desktop, then rebooted. it boots like kubuntu, login like kubuntu, BUT once logged in i got a gnome desktop.. i would like a kubuntu desktop, what should i do ? [15:07] Rioting_pacifist, kdesudo jockey-kde [15:08] !find jockey-kde > Rioting_pacifist. [15:09] zorglu_: in the login screen, select a KDE session [15:09] Rioting_pacifist, its a binary not a package so ubottu won't find it [15:09] xjunior: ok trying [15:10] what package is it in? [15:10] if i have a variable, strFilename... and want to append .csv to the variable (in a bash script).... how do i do that? strFilename=strFilename + ".csv" ? [15:10] Rioting_pacifist, are you on hardy? [15:11] yeah [15:11] sorry i am wrong then in that cae [15:11] !info jockey-kde [15:11] jockey-kde (source: jockey): KDE user interface and desktop integration for driver management. In component main, is optional. Version 0.3.3-0ubuntu8 (hardy), package size 6 kB, installed size 100 kB [15:11] but its default installed [15:13] or maybe strFilename="${strFilename}.csv" ? [15:15] ok now i got all kubuntu and all ubuntu :) so my menu are ultimatly bloated :) can i remove all the gnome packages ? apt-get remove ubuntu-desktop doesnt do it [15:16] !purekde [15:16] If you want to remove all !Gnome packages and have a default !Kubuntu system follow the instructions here « https://help.ubuntu.com/community/PureKDE » [15:17] genii: thanks lookin [15:20] genii: there is a typo in this page, in the ultra big apt-get, feel like fixing the page ? [15:20] zorglu_: Bleh. Not until at least after a few more coffees! [15:21] E: Couldn't find package gconf-editorgdm <- the big apt-get of hardy non kde4 produce this error. just putting a space in between makes it ok [15:21] genii: hehe ok :) [15:22] the xine extra codecs in adept is greyed out, how do i install them? [15:22] b4l7424r: you probably have to enable the universe and multiverse repositories [15:22] !universe [15:22] The packages in Kubuntu are divided into various sections. See https://help.ubuntu.com/community/Repositories/Kubuntu - See https://wiki.ubuntu.com/RecommendedSources for the recommended way to set up your repositories [15:22] !medibuntu [15:22] medibuntu is a repository of packages that cannot be included into the Ubuntu distribution for legal reasons - See http://www.medibuntu.org [15:23] trappist: i have enabled the universe and multiverse repos [15:24] !medibuntu | b4l7424r [15:24] b4l7424r: medibuntu is a repository of packages that cannot be included into the Ubuntu distribution for legal reasons - See http://www.medibuntu.org [15:24] b4l7424r: Add the medibuntu repositories for mp3 and other codecs [15:24] zorglu_: ive installed the same version i had on gutsy in the same browser(32 bit firefox) and i have the same problem, does this mean the problem is somehwere in the kubuntu system yet? [15:24] b4l7424r: try genii's suggestion :) [15:26] i reinstalled my amarok and my xine worked again i reinstalled the amarok-xine [15:26] thanks genii, i just don't understand why i can't install the xine extra thru adept [15:28] b4l7424r: Because most codecs are proprietary property and not included in the standard ubuntu repositories. [15:29] closed-source, patent-encumbered, etc. [15:30] i see [15:31] hi, anyone an idea how i can set up commands, wich will be executed after i log in at my text shell/bash? [15:32] is there a way to install all the medibuntu packages at once? [15:32] b4l7424r, no. [15:32] Chrizzz: add them to ~/.profile [15:33] thank you, it worked ... === Haza is now known as Haza-away === pim is now known as pim_ [16:04] Hi. How do I sync Kontact (KDE3) with a funambol syncml server? [16:05] i used the destop effects menupoint in system on kde3 and have a window showing standard effect - extra effect and so on - but when i click on extra effect and APPLY - nothing happens.. [16:05] dergringo: kitchensync [16:05] not sure if compiz engine is installed correctly.. how can I check please.. folks at compiz fusion channel not so hot on kubuntu - specific stuff.. [16:07] does sbdy have a console command to install compiz-fusion for kde3??? [16:08] including the stuff like the cube if possible..? [16:08] frybye: are you running 8.04? [16:08] it should be installed... [16:09] yes jussi01 [16:09] * DOOM_NX mpainw windows [16:09] frybye: system - desktop effects [16:09] frybye: For the cube and so on you need the compizconfig-settings-manager where you go and tell it what sort of interface to use in compiz, etc etc [16:10] how do I start that c-set-man? [16:11] frybye: The packagename is as I have it above. To call it alt-f2 then: ccsm [16:11] my flash problem was infact related to ATI proprietory drivers, and i cite the fact that radon drivers allow me to watch fullscreen video without any probelms as POC [16:11] it says command canoot be executed... [16:11] Rioting_pacifist, i still don't understand what you mean. where is your POC ? [16:12] hang on i uninstalled some stuff .. wait a min... [16:12] well it proves that the problem isnt to do with flash [16:12] Rioting_pacifist, hangon you get better performance with "radeon" and not "fglrx" ? [16:12] well compiz doesnt work so i fell back to fluxbox but the flash issue is fixed [16:13] frambufferd TTYS seam to be offering me less problems than under ATI too [16:13] the ccsm command will not execute??? [16:13] Rioting_pacifist, i would never expect compiz to work with flash. fluxbox and compiz have nothing to do with flash or drivers, so i don';t know what you are saying? [16:14] Rioting_pacifist, X drivers do not work under other TTYs only the X session [16:14] flaccid-: radeon doesnt support compiz or atleast my xorg.conf with raedon doesnt, so i fell back to fluxbox that doesnt require composting [16:15] Rioting_pacifist, like i said earlier, composite does not work with flash. [16:15] window manager has nothing to do with it. [16:15] ccsm was not installed... getting it now.. [16:15] adz21c: It looks like kitchensync (opensync) is not able to sync to a remote syncml host (funambol) using http. it just offers a syncml SERVER for mobile devices. [16:16] yes but it wasnt just composting, which does work with flash BTW, that wasnt working it was ATI drivers causing the problem [16:16] Rioting_pacifist, prove it... and it doesn't matter both fglrx and flash are restricted so my claim still is correct -nothing to do with ubuntu. still i'd like to read your POC. [16:17] well im not sure how the X drivers interact with TTYs but raedon and ' "UseFBDev" "true"' is giving me less glitches, previously the entire third botom of the screen wasnt working [16:17] Rioting_pacifist, and yes it depends what window manager using composite and what composite functions you are using. i know its easy to guess but there is much you don't know about [16:17] Rioting_pacifist, yeah, just stop making assumptions and its all good. innocent until proven guilty.. [16:18] dergringo: i personally using opensync direct cos kitchensync screws for me [16:18] ok ... have got the cube working but it only has 2 sides.. how to get 4??? [16:18] i never made an assumtions you just went off on one over flash my only assumtion was that it was probably my ATI and flash not playing nice, which is what it was [16:18] frybye: change the number of desktops under compiz settings [16:18] frybye: What Rioting_pacifist said [16:19] btw what does useFBDev change because the TTYS work alot better now, can i add that to xorg.conf when fglrx is in use? [16:19] Rioting_pacifist, you are still incorrect [16:19] I have the ccsm running but dont seem to be able to find the place to change number of desktops.. [16:20] adz21c: you are able to sync kontact with a remote syncml server? [16:20] Rioting_pacifist, you do realise that you are still making assumptions... [16:21] i use opensync with kdepim to my mobile phone which is syncml over bluetooth [16:21] frybye: They'll know in #compiz-fusion [16:21] frybye: its at the top general options [16:22] flaccid-: im making working assumtions otherwise you never get anywhere, id just stare at my computer and go "umm something wrong", better to try and fix it one way than just go back to windows [16:22] dergringo: i use opensync with kdepim to my mobile phone which is syncml over bluetooth [16:23] what package provides the defaultapplication kcm? [16:23] hi [16:24] two of my hardy systems have suddenly stopped being able to play DVDs.... I have libdvdcss and libdvdread stuff all installed... any tips? [16:24] Rioting_pacifist, you need technical knowledge to make something other than an assumption... [16:24] Rioting_pacifist: In general options there is - general - commands - desktopsize - display settings - focus and raise behavoiur - key bindings - opacity settinghs.. find not place for set number of sides to cube or similar..? [16:25] assumptions can be detrimental [16:25] 是不是中国的频道 [16:25] desktopsize [16:25] ah i see.. called size.. sorry... [16:25] adz21c: yes that is possible... [16:25] flaccid-: aslong as you drop your assumtion when faced with contradictory evidence they're not [16:25] like say assuming flash is the cause of all problems and cant be fix, [16:26] Rioting_pacifist, i am yet to see any evidence from you , just guesses [16:26] um no [16:26] !ops [16:26] Help! Riddell, Tm_T, fdoving, Mez, stdin, jpatrick, seth_k, apokryphos, nalioth, Hobbsee, robotgeek, imbrandon, gnomefreak, Hawkwind, trappist, LjL, Jucato, haggai, fooishbar, crimsun, seth, apokryphos, DBO, nixternal, PriceChild or jussi01! [16:26] nw i have 4 sides to the cube but only two windows at bottom right of screen..? [16:27] why the ops call ? [16:27] flaccid-: What was that about? [16:27] Rioting_pacifist is starting this flash roundabout again [16:27] click on it, the desktop pagers doesnt work well, there is something called compiz-desktop pager that works *a bit* better [16:27] i guess i should ignore [16:27] Bah thats not op-worthy [16:27] i havnt been told what is op worth and what is not :) [16:27] hmm nobody wanna help me out with my DVD issues? [16:28] flaccid, just because you disagree with someone - doesnt need an ops call [16:28] flaccid-: talking about flash isnt a crime round here [16:28] Mez, link me so i can understand :) [16:28] Rioting_pacifist, there is no crime around here [16:28] flaccid, link you to WHAT? [16:29] makdaknife, anything which disrupts the channel in a manner which needs to be dealt with immediately (flooding, trolling, spammers, etc etc) [16:29] Mez, well Rioting_pacifist has been going on about this for hours. i thought that a user repeating for hours would worthy an op call. id like to know what does worthy an op call ? [16:29] or action against the CoC [16:29] I clicked on the virt. workspaces thing at bottom right and selected 4 workspaces but it did not change..? [16:29] frybye: when you install the compiz-pager you need to add it to the desktop bar as it wont replace the kwin one (btw it wont play nice with kwin) [16:29] compiz-pager???? [16:30] Mez, ok i'll ignore in the future, thanks. [16:30] Mez: sorry? I was just looking for some help [16:30] flaccid-: just like your mummy said if youve got nothing usefull to say STFU [16:30] Rioting_pacifist: please watch the language [16:30] Rioting - please explain - what is the compiz-pager - how to use/add it to the desktop bar...? [16:31] Mez, how about that ^ should i just accept it? [16:31] Rioting_pacifist, how about you stfu [16:31] !language [16:31] Please watch your language and topic to help keep this channel family friendly. [16:31] flaccid-: you shouldn't fight back [16:31] frybye the kde pager doesnt working with compiz, you need to search the repos i forget the name of the program but its something like compiz-pager [16:31] Jucato, what should i do ? [16:31] Rioting_pacifist, flaccid- I dont want any language in here. [16:31] so do I have to hold the coats for two of you guys to step outside or what.. heheh [16:32] i didn't know an acronym was bad language :) [16:32] flaccid-: I thought you already put him on ignore... [16:32] frybye: Alternately what I tend to do is just remove the pager after compiz starts, then re-add it, after that it works fine [16:32] Jucato, hard to ignore when it fills my screen :( [16:32] yeah even fsck can get you warned if you use it in an offensive manner [16:32] Rioting_pacifist, you are welcome to file a bug if you believe there is an issue with flash, however, at the moment, it dont seems that there is anyone here able to help you [16:32] Rioting_pacifist, indeed. [16:33] flaccid-, "stfu" - work out what the "f" in it means [16:33] anyway, I'd like people to calm down. [16:33] Mez, no worries [16:33] flaccid-, look up the /silence command [16:33] Rioting_pacifist, please, feel free to go report a bug [16:33] its just not mentioned explicitly in the CoC thats all [16:33] Mez: i already found a work around i dont think ubuntu devs can do anything about it, but if somebody complains about flash full screen the workaround is to use the free drivers [16:34] lol [16:34] what about users that need 3D ? [16:34] Rioting_pacifist, as I've said - feel free to report a bug. Or there's a howto section on the forums [16:34] flaccid-: well then they cant use flash full screen [16:34] flaccid-, by responding, you're only creating more chance for this to get ugly. So - a factoid that I havent used in a while [16:35] !stop | Rioting_pacifist flaccid- [16:35] Rioting_pacifist flaccid-: NOTICE - Please stop this discussion NOW. See !offtopic for things that are inappropriate to discuss in this channel. Continuing will result in action being taken. [16:35] has anyone noticed that their ipods aren't automatically mounted anymore on hardy? [16:36] mine worked fine for a year or so and recently after som update it just won't get mounted anymore (also, amarok nuked the database on it so i had to factory reset it) [16:36] Why my hardiisk sound noisy when I start and the computer hang during the operation? [16:37] compiz launches itself as soon as kde starts, how do i stop this? i looked in /usr/share/autostart and ~./kde/autostart but didnt see anything [16:37] haryono: PErhaps the computer is hanging because the sound of the hard drive is it's indication of physical failure [16:37] haryono, I'd guess an issue with the HDD [16:38] how to fix the problem or identifying its failure? [16:38] Rioting_pacifist, are your sessions turned on? [16:39] hmmm have it all working nice - thanx to all who helped.. free beer waiting in berlin... [16:39] thier turned on but with compiz and kde-window-deco excluded, i cant get into kde to properly turn them off tho [16:40] will deleteing everything in sessions mean the next session is blank? [16:40] Rioting_pacifist, can you get to a console when it's running? [16:40] if so - just do kwin --replace & [16:40] and then you can get in to turn them off [16:40] haryono: If you have some working computer with a cd burner I would suggest to download and make the Ultimate Boot CD which can do many diagnostics [16:41] Rioting_pacifist, i think you need to turn off compiz with kwin as above then logout then on login it will be off [16:42] i get a white screen of death so i cant do anything in kwin, actually nvm i can always change to fglrx to do it, if i keep two xorg.confs lying around i should be ok [16:43] i have no other computer at home this is the only computer i use now [16:43] Rioting_pacifist, oh the fun of proprietary hardware eh? [16:43] Rioting_pacifist, there are bugs on launchpad with that behaviour across a few different drivers [16:44] what the white screen of death or the f***** thing [16:45] haryono: From the livecd you could try to fsck the drive in question [16:45] what kind of live cd i must use? [16:46] Rioting_pacifist, you could search launchpad. its mainly with the restricted drivers [16:46] haryono: Some linux one [16:46] haryono: Since fsck is common to all linux [16:47] can i use ubuntu cd for fixing? [16:48] haryono: For booting to cd and trying to determine the problem, yes. For fixing, perhaps if it is at all possible === fophillipse is now known as fophillips [16:52] Hallo. Ich will jetzt richtig mit kubuntu anfangen. Habe jetzt versehentlich dapper installiert. Bin etwas verwirrt. Welche Version ist jetzt die aktuellste, stabilste und möglichst LTS? [16:53] haryono: if its a hardware failure your best bet is to get a new drive backeverything up to it and use the old one for non critical things (/tmp, swap, windows, etc) [16:53] !de [16:53] Deutschsprachige Hilfe fuer Probleme mit Ubuntu, Kubuntu und Edubuntu finden Sie in den Kanaelen #ubuntu-de, #kubuntu-de, #xubuntu-de und #edubuntu-de [16:54] oops not the german room.. *change* [16:56] does anyone know of a console email program that can excute a console command when it recieves an email(filter)? [16:57] shadowhywind: procmail [16:57] thanks, will look into that one === urkki is now known as Finnish === jmp_ is now known as LinuxWorld [17:03] ho [17:03] hi [17:04] how i restore my xorg? [17:04] restore? [17:04] sudo dpkg-reconfigure xserver-xorg [17:04] ah [17:05] how i put down kdm? [17:06] sudo /etc/init.d/kdm stop [17:08] Howdy all, does anyone know what Character set anthy uses when you switch to Japanese input? It doesn't appears to be UTF-8 [17:08] how i rename a file? [17:09] roberto_: mv oldname newname === hydrogen_ is now known as Hydrogen [17:11] i restore my xorg, but when i try to login, my screen is white [17:12] i just installed samba server and a gui that is suppose to control it - the latter I cant find? [17:12] konqueror [17:12] oh, to setup it? [17:12] frybye: Would that gui thing be called SWAT ? [17:12] ah dear oh dear I could do with sbdy here who knwos thier stuff.. [17:12] perhaps - my terrible memory.. [17:13] !mirrors [17:13] Kubuntu can be downloaded in various formats from here: http://kubuntu.org/download.php [17:13] geni.. how can I search for an appl on the system - in kde4 i know but i am in kde3 [17:13] i restore my xorg, but when i try to login, my screen stay white [17:13] hang on i will go and look in adept what I have.. [17:14] roberto_: what driver do you have in xorg.conf? === jimmy_ is now known as jsolis [17:14] genii: it was system-config-samba [17:15] "useFBdev" [17:16] this is ok? [17:16] frybye: a minute or so please [17:16] genii: k - np [17:17] frybye: Kmenu...System...Samba [17:17] RiotingPacifist:identifier "configured Video Device -- option useFBdev true [17:17] yeah i found that but apparently nothing happens... [17:18] RiotingPacifist: is this ok? [17:18] frybye: When nothing happens it's usually a good thing. [17:18] despite it being linux here - eh - perhaps I should re-boot... [17:19] frybye: No reboot should be neccesary [17:19] genii: good c u in a min [17:19] yeah but you know "should..." heheh [17:19] this utter fascination with rebooting [17:19] roberto_: im not sure, do you have compiz ? === FoxI2 is now known as FoxII [17:20] ok then - what do you sugest doing when smthing just sits there and does not react.. it is visible in the gui but inactive.. and has just been installed.. a re-boot seems the only logical process now or..? [17:20] frybye: Make sure the directory you are sharing exists. What you mean by "visible but inactive" [17:21] when i click on the entry in the gui-menu for samba nothing apparently happens - no window opens - nothing too be seen.. [17:21] I was hoping for this gui- samba-config-thing... [17:22] as a newbie I dont know enough to do it -on my own- with the consule.. [17:22] frybye: When you run it from the System...Samba it should prompt for password. After that you use it to declare shares and so on. It's not some browser for sambe, just a configuration tool. [17:23] so i gave to use the consule - despite the fact that in adept it spec said that it was a gui to use for samba dir settings etc..?? [17:24] hang on... [17:25] frybye: The directories to share there are on the box you are using. It will write the samba configuration file to reflect this, and so than after this you go on a wondows machine on the network and are able to gain access to those shares. [17:25] Bah typos [17:26] genii: in the adept if says - system-config-samba - installier - keine änderung GUI for managing samba shares and users..? but where is it now...? [17:26] e e installiert - ie is installed.. I am on a German kubuntu... [17:27] frybye: "system-config-samba" = KButton... System... Samba [17:27] hang on - let me submit to my -reboot- fettish - yes yes that is where i go and click on it and n o t h i n g happens.. so i am gonna re-boot back in a min+ [17:27] can someone paste their sources.list? just the normal repositories [17:28] !pastebin [17:28] pastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu.com (be sure to give the URL of your paste - see also the #kubuntu channel topic) [17:30] Perhaps I'm lacking in communiction skills or something. [17:30] hey guys i use to be able to toggle through running apps with my alt tab...its gone (all of the sudden) where can i adjust that? [17:31] re: [17:32] hmm still nothing happens.. oh dear... [17:33] frybye: What more exactly are you trying to achieve as some end-goal in this exercise? It may be easier to approach it from this way. [17:34] grendal_prime: try koncontrol --> regional and acc. --> keybaord [17:35] yeah - trying to set up lan access between my comp2 here and comp1 which is 1 m to the left of this one via a router/home network,,, [17:35] frybye: And this other computer is some Windows based thing? [17:35] there is a set of folders on the other box (64x home vista..) which I need access too.. yes vista.. [17:36] i need it for work... [17:36] financed by an patient care association that I do some stuff for.. [17:36] partly at least... [17:36] the os was paid for by them - put it that way.. [17:37] frybye: For just getting files from a Windows box, you don't even need samba. Because the samba client is already on your linux machine by default. All you need to do is just install smb4k and then use that to browse to your Vista box [17:37] frybye: Typing "smb:" into Konqueror should bring up the accessible samba shares. [17:37] and I am a bit nervous cos until i ahve the net access I cant creat an image of this box - should anyhting happen.. [17:37] Pennycook: No, it is broken. [17:37] I use firefox - can I do that.. [17:37] frybye: Not in firefox. [17:38] hang on - what first - smb4k install and then command smb in konq.. right?? [17:38] frybe: You *should* normally be able to do it from in Konqueror or in Dolphin with the smb:// prefix, but it does not work currently without installing additionally the smbfs package [17:39] * genii sighs [17:40] frybye: smb4k is it's own network browser [17:41] ok have installed smb4k - where do I find it...? [17:41] frybye: Kbutton Utilities smb4k [17:42] ah ha in konk... [17:42] oh - hang on.. [17:44] ok I see comp1 - and a lot of stuff - with dollar signs in it - and also Public but when i click on Pulic it says [17:44] mount error 2 = No such file or directory [17:44] Refer to the mount.cifs(8) manual page (e.g.man mount.cifs) [17:44] Hi, I need to install libgtk the 32bit version, but I have a 64bit kubuntu and I can only find it for 64bits, is there a 32bit GTK lib because I want to compile a 32bit program that uses GTK [17:46] genii: what do i have to do to "mount cifs?" [17:46] hmm net-split or..? [17:46] definitly or [17:47] genii: you still there...? === fophillipse is now known as fophillips [17:49] Does anyone know what Character set anthy uses when you switch to Japanese input? It doesn't appears to be UTF-8 because when I enter it into a web browser it gets mangled (Yes the web-app is UTF-8 and so is the database) [17:50] frybye: Work needed me. Back now [17:50] ok - so now I can see the stuff on the comp1 but it is giveing a fault report about mounting cifs?? [17:51] dont work too hard there - we need you heheheh [17:51] Hi, I need to install libgtk the 32bit version, but I have a 64bit kubuntu and I can only find it for 64bits, is there a 32bit GTK lib because I want to compile a 32bit program that uses GTK [17:51] frybye: When it says dir does not exist, likely it's some directory you wrote into that gui configuration tool which does not exist. [17:52] no it is the Public folder on the other puter - but the smb4k does not allow me to access it - see fault report above.. [17:52] Nyad: search for ia32 [17:52] genii: here - [17:52] mount error 2 = No such file or directory [17:52] [18:44] Refer to the mount.cifs(8) manual page (e.g.man mount.cifs) [17:52] Nyad: i think they have dev packages with them [17:53] * genii headdesks [17:53] this smb4k is a/the config tool .. eh .. [17:54] genii: sorry didnt understand - headdesk??? [17:54] yo [17:54] kto polak? [17:54] nie mal - anglieskiego... === xxx is now known as Guest27930 [17:54] is there a (perl-)package containing HTML::TableContentParser ? [17:54] par angielskiego proze... [17:54] plese speak english... [17:55] ok [17:55] Who is polish? [17:55] probably wrong channel...here engl. language [17:55] genii: what to do now??? [17:56] adz21c: sudo apt-cache search gtk ia32 doesn't really bring up anything useful [17:56] !polish | pl [17:56] pl: Mozesz uzyskac pomoc w jezyku polskim na #ubuntu-pl [17:57] genii: I have just removed that other thing... === ssj is now known as SSJ_GZ [17:59] I can't get krita to run [18:00] Run 'kde-config --path services' to see which directories were searched, assuming kde startup had the same environment as your current shell. [18:00] I get that error message [18:00] Which gives me /home/ubuntu/.kde/share/services/:/usr/share/services/:/rofs/usr/share/services/ [18:02] genii: I have had a look at man mount.cifs - there are about 40+ pages of stuff I dont undersand 1% of... [18:02] im getting "(If you want to find out why, try setting LIBGL_DEBUG=verbose)" from glxinfo how do i set libgl_debug? [18:03] Rioting_pacifist: can you give me a tip how to get access to this directory on ther other machin in Smb4K [18:04] sorry i never used smb, so no idea [18:04] genii: <--- seems to have been lost in the netsplit... [18:04] ok Rioting_pacifist np [18:04] p yeah but not your p heheh [18:05] who else knows how to use smb4k??? [18:05] echo..co...co...co...co [18:06] hi, i've noticed that firefox doesn't load page components suddenly and strace -p showed a lot of "EAGAIN (Resource temporarily unavailable)" - then i tried fsck and it said "fsck.ext3: Unable to resolve 'UUID=e4ead2df-71d4-4319-b4a8-fa4a3b3dff13'" - this is the identifier used by default installation in kernel boot line in /boot/grub/menu.lst - what should i do? thanks [18:08] moshe: use partition-name not UUID for fsck [18:08] llutz: i didn't specify anything in command line it was taken by defualt [18:08] default === gidse is now known as kuadrosx [18:11] llutz: the line in grub is: kernel /boot/vmlinuz-2.6.24-18-generic root=UUID=e4ead2df-71d4-4319-b4a8-fa4a3b3dff13 ro quiet splash [18:11] koffice (lib kofficecore): ERROR: Check your installation (did you install KOffice in a different prefix than KDE, without adding the prefix to /etc/kderc ?) [18:11] is that how it's suppose to be or should i change it to something else? [18:12] moshe: waht does "blkid|grep dff13" say? [18:12] says: /dev/sda1: UUID="e4ead2df-71d4-4319-b4a8-fa4a3b3dff13" TYPE="ext3" [18:13] oh maybe it didn't find because i wasn't in root shell [18:13] so UUID is fine [18:14] if i run fsck on mounted volume, but do not fix anything, is it still dangerous? [18:15] moshe: try to avoid that [18:15] k, gonna reboot into single user mode.. [18:15] thanks for the help [18:16] moshe: sudo touch /forcefsck if sda1 is your / [18:16] moshe: then it will be checked after next reboot [18:17] Odd-rationale: ya werid i dont see a line for alt+tab..everything else in there but not that?? [18:18] llutz: would you happen to know what this refers to - memory or disk: read(3, 0x8073bec, 4096) = -1 EAGAIN (Resource temporarily unavailable) [18:18] grendal_prime: well. you will have to look for the switch window thing and set it to alt+tab... [18:19] ya [18:19] doing that now [18:19] k rebooting [18:21] Can i fix my hdd trouble by adding memory to 512 ? [18:21] koffice (lib kofficecore): ERROR: kritapart.desktop not found. [18:21] now is only 256 [18:22] haryono: What hdd trouble? [18:22] noisy when start and hang in the way [18:22] haryono: Possibly but I would still look into a new hard drive over the longer term [18:23] llutz: see also shutdown -Fr [18:23] i turn off computer many time manually because its hang .Is ist problem? [18:24] does anyone know where I can find a good download for java vm for version 7.04? [18:24] manually by unplug power cable from the socket is it ok [18:24] haryono: It could be bad blocks on the hard drive, or it could be a RAM problem. You should be able to run in 256k, provided you don't open a lot of GUI stuff. [18:24] !java [18:24] To install a Java compiler/interpreter on Ubuntu, look at https://help.ubuntu.com/community/Java - For the Sun Java runtime install sun-java5-jre or sun-java6-jre from the !Multiverse repository. Please don't use Adept to install Java if you are on Kubuntu !Dapper [18:25] great! thx [18:25] What is GUI? [18:25] haryono: Hope you have good backups. [18:25] haryono: Graphical User Interface [18:25] how to back ups? [18:26] im newbie [18:26] What is your native language? [18:26] What is the Icons in KDE Manual? [18:26] GUI is [18:26] haryono: Where are you from? What language do you speak [18:27] Indones [18:28] !id | haryono [18:28] haryono: join ke #ubuntu-id untuk membahas ubuntu dalam bahasa Indonesia [18:28] RurouniJones: He's probably there already :) [18:28] it's a very quiet chan [18:28] Can't hurt to check [18:28] right now it is [18:28] not always [18:28] I think it's the middle of the night over there [18:28] hi pim_ [18:29] hi [18:29] what's up with angasule? :/ [18:29] silly nickname won't get dropped [18:29] angasule_: Do you own the name? [18:30] yeah, I'm a bit puzzled, it doesn't usually take this long for it to get dropped [18:31] take that, sucker === angasule_ is now known as angasule [18:31] :D [18:32] does anyone use kde4.1 beta 1? [18:32] I do [18:32] thewhitepelican: #kubuntu-kde4 :) [18:33] hi [18:33] !ghost | angasule [18:33] angasule: On IRC, if you own a nick that is currently being used, you can make it quit by typing: /msg nickserv GHOST [18:33] anyone for frndship [18:33] sure, why not? [18:34] !myspace [18:34] Factoid myspace not found [18:34] drat [18:35] DaSkreech: as you can see, I ghosted it already, usually it takes only a minute or two, so I don't bother [18:36] angasule: Actually, we don't see stuff that has a leading "/", only you see that. [18:36] Really? [18:36] If I don't ghost mine it takes 40 minutes to drop [18:36] (The "take that, sucker" line above) [18:36] might be the particular server? [18:37] jhutchins_wk: but you could see angasule's quit message, which said 'nick collision from services' [18:39] angasule: If I didn't filter join/part messages I wouldn't be able to read this channel. [18:39] jhutchins_wk: you should see #ubuntu [18:41] jhutchins_wk: try #kde [18:41] that's got to be the most verbose quiet channel in history [18:42] Random Fortune: Convention organizer to Linus Torvalds: "You might like to come with us to some licensed[1] place, and have some pizza." Linus: "Oh, I did not know that you needed a license to eat pizza". [1] Licenced - refers in Australia to a restaurant which has government licence to sell liquor. -- Linus at a talk at the Melbourne University [18:43] !radeon [18:43] For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/BinaryDriverHowto [18:43] !dri [18:43] dri is direct rendering infrastructure, a framework for allowing direct access to graphics hardware under the X Window System in a safe and efficient manner. [18:43] andrei6200: don't do that [18:44] are there any howtos for non binary drivers [18:44] stdin: just trying out stuff [18:44] apt-tttttttttttttttinsall? [18:44] now i know [18:44] bah [18:45] dog [18:46] hi all! I've upgraded to kubuntu 8.04 and have now no sound :-/ does someone have had a similar problem and a possible solution for that :-) [18:46] miglo: was it working before hardy? [18:47] Rioting_pacifist yes, very well [18:47] I've today removed all the other kernel versions but have still no sound [18:47] check its not muted (i know it sounds stupid but its always worth a shot) by turning EVERY channel to max in amixer [18:47] *alsamixer [18:48] doesn't 8.04 use pulseaudio? [18:48] <__Adam__> hello - i cant get my microphone to work [18:48] not on kubuntu [18:48] dunno never been clear on if Kubuntu uses it [18:48] checked already all possibilities using alsamixer wihout any success :-( [18:48] <__Adam__> thats a lie [18:49] <__Adam__> i can now get it to work but its really quiet [18:49] in that case unless somebody here knows about sounds issues id recomend #alsa, it may be that your card has been misdetected in the upgrade [18:50] Rioting_pacifist thanks [18:50] man those #alsa guys are gunna start hating me soon [18:51] Rioting_pacifist: buy them kookies === mlee is now known as incense [18:51] __Adam__: try turning everything up to max in kmix, even obscure settings [18:51] <__Adam__> they are all up [18:51] <__Adam__> icuding the mic boost :s [18:52] i think ill jsut pass the blame on to whoever sent me there when i had problems, its one of the few backend channels that offer really good support, often better than the support found here, depends whos about ofc === AndrewB_ is now known as AndrewB [18:52] Rioting_pacifist: They need to export it [18:53] get someone to maintain a Wiki or an FAQ [18:53] solved it using KMix :-) [18:53] so do we tbh, forums are hit and miss and the wiki aint so hot for anything after fiesty [18:54] abscure setting? [18:54] miglo: what was the problem? [18:54] *obscure [18:54] Feisty was the last one worth installing [18:55] <__Adam__> all up :s [18:55] Since feisty all the users are noobs [18:56] Rioting_pacifist maybe you should switch to gentoo or something like that :p [18:56] __Adam__: anything other than volume labels is over my head, try #alsa [18:56] <__Adam__> kk.... [18:58] KMix offers some buttons (looking like lamps/LED's) for tunrning the sound on and off. I've clicked around on all the buttons and additionally pulled every slider to the maximum [18:58] meh gentoo users are noobs with thier ebiulds ... until I got some sound === luis_ is now known as tigremx [19:01] I'm wondering why alsamixer does not have this possibility [19:01] i always though alsamixer was more verbose than kmix, perhaps ill tell everybody to use kmix in future thx [19:06] can someone halp me on an install? [19:06] ./msg me please if you can [19:06] what are you installing zippah? [19:07] the latest iso from ubuntu [19:08] it's stalling on a desktop background and a nouse pointer that won't move [19:08] is it possible to mute a certain channel using alsamixer? - didn't found a way until now [19:08] miglo: terminal ? [19:09] zippah: on boot up? [19:09] zippah: its better if people dont message as there may be collective input here, how much ram do you have [19:09] miglo: press M to mute. (? key gives you a help screen for using alsamixer) [19:09] m [19:11] cool - have leared again something new :-) thanks a lot [19:11] miglo: hang out here [19:11] something new comes up everyday [19:12] I started a game which set a certain resolution but it wasn't changed back [19:12] How can I reset this? [19:12] i'm not sure how much ram this box has but it was running win2k that it came with a while gback [19:13] i'm trying the install in the lower res mode and it's still hanging on the desktop background w/mouse pointer not moving [19:13] pim_: try this: alt-F2, type krandrtray, then try changing screen size with the icon in the tray [19:13] Thanks mefisto_ [19:15] but while it appears stalled, the cd keeps spinning [19:16] pim_ hm, I remember that it is also possible to change the resolution with "ctrl"+"alt"+"+/-" [19:16] zippah: I'll assume you are not on that box now? [19:16] miglo: it was possible to do it that way, but doesn't seem to work any more for me [19:17] the "plus" and "minus" sign at the right site of the keyboard [19:17] it still works for me [19:18] miglo: They disabled that for bulletproof X I think [19:23] !netsplit [19:23] netsplit is when two IRC servers of the same network (like Freenode) disconnect from each other, so users on one server stop seeing users on the other. If this is happening now, just relax and enjoy the show. See http://en.wikipedia.org/wiki/Netsplit [19:24] now i have a white rectangle with a curser over the desktop and the curser does not move [19:28] SSJ_GZ: kdedaily broke for me :( [19:29] I get to the login, I can update but logging in just gives a blank screen [19:30] Hello all [19:30] SSJ_GZ: It just goes grey :( [19:34] Hello [19:34] I've got some .mkv files here which I'm having a problem playing [19:34] In mplayer everythings fine and dandy but the audio won't work in kaffeine [19:35] I understand MKV is a container format but I don't know what format it actually contains :/ [19:37] TimS: Try killing plasma, wiping your plasmarc and plasma-appletsrc and restarting it. [19:37] How do I do that? [19:37] hi, i have an external monitor attached to my notebook. when i start a video in kaffeine, it shows up on the notebook screen but not on the external monitor. the video stays just black. how would i fix this? tnx [19:38] Something I can do from the update terminal? [19:38] Lupus-SLE: install kubuntu-restricted-extras [19:38] TimS: Yep - from the update terminal, do remove ~/.kde4/share/config/plasma* [19:38] !kde4 [19:38] KDE 4.0.4 is the latest major release of the K Desktop Environment. Packages can be found at http://kubuntu.org/announcements/kde-4.0.4.php - Support in #kubuntu-kde4 [19:38] DaSkreech: I did [19:38] Many many moons ago [19:38] Cheers SSJ_GZ =] [19:38] Lupus-SLE: Ah Linux needs a Gspot [19:38] TimS: np - let me know if it works :) [19:39] DaSkreech: It would help more to know the audio codec [19:39] Mplayer gaves me this [19:39] !paste [19:39] pastebin is a service to post multiple-lined texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu.com (make sure you give us the URL for your paste - see also the channel topic) [19:39] now the creen just went black [19:39] DaSkreech: I know... I've heard of it [19:39] Lupus-SLE: Preemptive education :) [19:40] before the full output of a mplayer output gets dumped in the chan [19:40] zippah: press alt+ctrl+f1 [19:40] I was gonna post 2 lines ¬_¬ [19:40] http://paste.ubuntu.com/19419/ [19:40] Go [19:40] hi, i have an external monitor attached to my notebook. when i start a video in kaffeine, it shows up on the notebook screen but not on the external monitor. the video stays just black. how would i fix this? tnx [19:41] Lupus-SLE: sorry as this makes me I don't live in your head and so wasn't informed about that :) [19:41] Lupus-SLE: Looks like libxine1-ffmpeg should be good enough [19:42] DaSkreech: I would think so too [19:42] Except for the fact that's already installed [19:42] Along with ffmpeg [19:42] what directories/ scripts affect autostart? [19:43] !autostart [19:43] 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. For a complete guide, see http://jucato.org/kde/kde-autostart.html [19:43] DaSkreech: It's really taxing me [19:44] Hey I'm now operating from command line, I'd like to know how I can kill a process from it, since in my gui an app has crashed. [19:44] pim: Which app [19:44] It works dandy in mplayer but I can't understand what mplayer has that xine doesn't. === virux is now known as virux54 === brandon__ is now known as TehBrandon [19:44] DaSkreech Stronghold Legends with wine [19:44] Lupus-SLE: Libmplayer? :) [19:44] hey all [19:44] when i edit files with gedit I alway get a ~ file as well as the one I editted. Is it possible to not have these created? [19:44] pim: Ugh might have to kill wine [19:44] pim: killall wine [19:45] ok thanks [19:45] ActionParsnip: #ubuntu ? === tburdick is now known as bfgo === bfgo is now known as bfrog [19:45] DaSkreech it was no good, it said no app killed [19:45] no process killed [19:46] ActionParsnip: you can switch off making backups in kwrite's options, probably similar in gedit [19:46] my ubuntu install is now stalled on a screen that has the desktop background and a "install" popup window and a curser. this is the worst install of linux i've ever seen, wtf [19:46] mefisto__: yeah found it bro [19:46] pim: ps aux | grep wine [19:46] DaSkreech: indeed [19:47] ActionParsnip: gnome apps are unlikely to be installed by most folks in this chan and Gnome stuff is also notorious amongst KDE fanatics for not having any options so they wouldn't even hazard a guess :) [19:48] DaSkreech: usually they have a similar api, I find #Kubuntu to house the smarter peeps [19:48] DaSkreech: personal experience talking here [19:49] ActionParsnip: Yes I understand But you are talking about an option :) KDE guys wil not step into the world of Gnome Options. It's one of the big diffrentiators [19:49] Well maybe this channel can help me. My BIOS sees both my drives but the Ubuntu server disc only sees one. [19:49] hi [19:49] Having said that I should think that gedit would allow you to turn it off [19:50] alguien de venezuela [19:50] DaSkreech: yeah it does. its REALLY annoying [19:50] sensae: sure one isn't being seen as /dev/hd and another as /dev/sd ? [19:50] es [19:50] !es [19:50] En la mayoría de canales Ubuntu se comunica en inglés. Para ayuda en Español, por favor entre en los canales #ubuntu-es o #kubuntu-es. [19:50] DaSkreech: Well yes. One's PATA and one's SATA [19:50] some girls heer..or only ubuntu boys? [19:50] heer [19:50] nessuno italiano [19:50] here [19:50] !it [19:50] Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! [19:50] and for romanian? [19:51] grazie [19:51] !romania [19:51] Daca doriti ajutor sau doriti sa discutati despre Ubuntu/Kubuntu/Xubuntu, intrati pe #ubuntu-ro [19:51] thanks [19:51] does anyone use the no-ip duc client? [19:51] hay all a werid and random question, everytime i try to run a program in the background using & , and check it with jobs it says that the program is stopped. anyway to make programs continue running but be in the background? [19:52] DaSkreech: Why would that interfere with the installer seeing them? [19:52] sensae: Dunno just the first thing that came to my mind === pim is now known as pim_ [19:52] Hm rebooting helped [19:54] jhutchins_wk: sorry, was busy. according "shutdown -F" see https://launchpad.net/ubuntu/+source/upstart/+bug/74139 [19:54] Launchpad bug 74139 in upstart "shutdown missing -F (force fsck) option" [Low,Invalid] === paul is now known as Guest23009 [19:56] ive checked all off KDEs autostarts and compiz isnt there but it still starts with kde :S any ideas === mwti_ is now known as mwti [19:58] Rioting_pacifist: might be just restoring your last session [19:58] mefisto__: ive disabled session management [20:00] nvm found it its set itself as the defailt window manager [20:01] where did you find that, Rioting_pacifist? [20:01] typed env into konsole [20:08] odd... [20:08] my thermal wont open [20:11] how do i make firefox my default browser in kde? === Sharah is now known as DJG9282 [20:12] pteague_work: System Settings->Default Applications [20:12] Hi guys...i was playing with the adminstrator mode in the user management...and i created a new person and changed mine to a different name and user folder and now when i try to load it says it cant find some config file and that i must check my installation...any suggestions? does this mean i have to reinstall? [20:16] ... === magicien is now known as magicien_ === magicien_ is now known as magicien_94 [20:17] DJG9282: Probably not just need to sort out your user accounts [20:18] yeah but i cannot get into root mode anymore [20:18] because i changed it [20:19] you changed root mode? [20:19] what i did [20:19] is i went into the main root account [20:19] because what i wanted to do [20:19] was make a separate "internet" account for myself [20:19] and not surf under the root account [20:19] The "main" root account ? [20:20] You mean your first user? [20:20] yes first user [20:20] ok [20:20] so i went in there [20:20] right [20:20] and i switched it all up [20:20] why? [20:20] i changed the directories [20:21] well the reason why i changed the directories was so i could still use the same folders under a new account name [20:21] unfortunately...when i tried to get into the first user account [20:21] it said "no way" [20:21] DJG9282: Riiight :-) [20:21] can you get into the new account? [20:21] nope [20:22] i am on my wife's right now [20:22] ok [20:22] does she have admin rights? [20:23] I can't seem to install the flash player/plugin for Firefox. Any suggestions? Kubuntu 8.04 Kde 4 [20:23] nope...i didn't give it to her because i was afraid she'd ruin the system hehe whoops [20:23] is there somewhere i can look to see what user apps get started at boot? [20:23] JuJuBee: install flashpugin-nonfree [20:24] going to have to fresh install huh? [20:24] DJG9282: Do you have a live CD? [20:24] yes i do === krawek is now known as DavidCC [20:24] I tried. [20:24] JuJuBee: And? [20:25] DJG9282: actually you can just reboot into maintenance mode and fix it [20:25] DJG9282: But lets do the Live CD :0 [20:25] ;-) [20:25] You are going to chroot and fix it [20:25] It claims it is installed but when I go to adobe the initial page has swf that doesn't play, When i click on it, it tells me to get the latest player [20:25] ok how would i do that? [20:25] DJG9282: I'm running out but once you get the live CD up ask someone here how to mount your drive and chroot into it [20:26] I think anyone who knows that much can help you fix back your machine [20:26] JuJuBee: restarted Firefox? [20:26] ok thanks [20:26] of coures [20:26] many times [20:27] JuJuBee: does /usr/lib/flashplugin-nonfree/libflashplayer.so exist? [20:28] yes [20:29] so does ~/.mozilla/plugins/libflashplayer.so [20:29] do you have rigths to it [20:29] in ~/.mozilla yes... in /usr yes... === joseph_ is now known as CanofRats [20:31] JuJuBee: in firefox, navigate to about:plugins and see if "shockwave flash" is listed [20:32] yes [20:32] Is it easier to get my OS up and running again through the live CD and chroot or through maintenace mode...not really experienced with this whole linux thing...anyone have suggestions? [20:34] JuJuBee: but no flash works? eg youtube? [20:34] correct [20:35] I just purged all flash from adept still about says flash installed ??? [20:36] Somtin fishy ... [20:36] * xubuntu bye [20:37] JuJuBee: you've removed flashplugin-nonfree, and restarted firefox, but flashplugin is still in about:plugins in firefox? is that right? [20:37] Yes [20:39] JuJuBee: do you still have libflashplayer.so anywhere? [20:41] Hmm, in .mozilla... removed now ok [20:42] Wow, that was very weird. after I removed from .mozilla... reinstalled everything worked... Thanks [20:43] JuJuBee: maybe it was conflicting versions of the plugin? [20:43] mmh hi there, i have a little problem, i played around with kmix a bit.. and now my microphone does not work anymore with teamspeak (and wow) [20:44] Guess so... [20:44] any idea what it could be? if i select the green dot and the red dot in kmix i can hear myseld speaking, but not in teamspeak aso [20:44] i use aoss for wow btw.. [20:45] What's up with icons on a kde4 desktop? They have a dark shadow/box around them... kind of annoying === Extrapan100 is now known as Extrapan100^BNC === xandria is now known as xandria_ === xandria_ is now known as xandria === xandria is now known as xandria_ [20:55] hi, i enabled compiz using the desktop effects applet. now my alt-tab is really really weird. it used to show a list of windows first, now it juts cycles through them randomly [20:55] also, alt-tab doesn't cycle through minimized windows. what could be the problem? [20:55] rohan: Check in #compiz [20:56] how to i set KDEWM=kwin ? [20:56] wow, kubuntu kde 4 looks slick, is that the default desktop for kubuntu? [20:56] DAMN my net. [20:57] hi, i enabled compiz using the desktop effects applet. now my alt-tab is really really weird. it used to show a list of windows first, now it juts cycles through them randomly. also, alt-tab doesn't cycle through minimized windows. what could be the problem? === rohan_ is now known as rohan [20:58] hola. [20:58] rohan: thats the compiz alt-tab there is no way to use a kde style one in compiz AFAIK, you can change the settings for it in ccsm tho [20:58] !es [20:58] En la mayoría de canales Ubuntu se comunica en inglés. Para ayuda en Español, por favor entre en los canales #ubuntu-es o #kubuntu-es. [20:58] ok.. [20:58] Rioting_pacifist: yes, but i've deleted all instances of compiz. i've disabled desktop settings too [20:59] have you tried kwin --replace [20:59] Rioting_pacifist: ok, i just tried it and it crashed whatever window manager i had [21:00] Hi all- looking at at kubuntu 8.04, and I was wondering if anyone had a feeling for how much resources it consumes compared to 6.06 (Dapper) [21:00] rohan: it should then load up kwin [21:00] in otehr words - if I move to it, will it run fatser than my current desktop, orslower? [21:00] *faster [21:08] _CrashMaster_: did you read the question i asked? [21:08] _CrashMaster_: I knew as soon as you wanted to know what hardware I was running that you had IRC disease # 3. :-) [21:08] wtf [21:08] this compiz shit is really best left to gnome [21:08] compiz works like a charm here [21:08] Rioting_pacifist: ok, i'm definitely sure i'm using compiz. anything else for me to check? [21:08] IRC disease #3 = "I dont know the answer to the question you asked but I want to say something so badly I will instead answer a question That I will make up, and I will pretend it answers the question you asked." [21:08] Compiz actually is designed for gtk2 (gnome) [21:08] <_CrashMaster_> savetheWorld: Turns out I actually have disease numbers 1,3,6, and 42. [21:09] Does anyone know if Heron will run faster or Slower than Dapper when run on the same hardware? [21:09] depends [21:10] <_CrashMaster_> savetheWorld: Or, perhaps, I don't have the answer to your question, so I will ask further question in an attempt to draw more information from you, possibly leading me the answers you're looking for. If you believe that Im wasting your time, then just politely decline my assistance and move on to the next person trying to help you. === wayne__ is now known as wayneandleanne [21:10] Rioting_pacifist: Assume same hardware and same mix of applications and usage. [21:10] Rioting_pacifist: any other factors? [21:11] without benchmarking i cant tell id guess it would run faster if you have a proprietry driver other than that itll be about the same [21:11] whats the best way to encode to h.264 using dv:rip, anybody know? [21:11] Rioting_pacifist: OK, thanks [21:12] savetheWorld: if you use firefox for many people firefox3 is faster, but konqueror is faster than both anyway [21:13] how id ff doing on memory leaks? [21:13] *is ff3 [21:14] much better than ff2 [21:15] yes, there is a big difference [21:15] good. sounds like Heron may be an improvement for me. [21:15] Thanks. [21:16] savetheWorld great [21:16] I currently stays under 200 Mo/week, whereas I used to reach 500 Mo and close it [21:16] *It currently [21:16] i could say now the problem are the extensions [21:20] Hello guys, i was told that i could use "/whatever /whatever none bind 0 0" in fstab to mount a drive i already have mounted, but in a seperate location, with fstab. but when i doo mount -a i get this "mount: not a catalog" why is that? [21:24] is possible to install edubuntu add on cd progs to kubuntu? [21:26] alguem fala portugues? [21:26] i just tried with "/olddir /newdir none bind" and it works fine [21:27] igor talvez [21:27] Lemonade[and]Fud: should work that way, i use it for several mounts here [21:28] llutz : can you take a look at my fstab and see if you see any errors? [21:28] !paste | Lemonade[and]Fud [21:28] Lemonade[and]Fud: pastebin is a service to post multiple-lined texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu.com (make sure you give us the URL for your paste - see also the channel topic) [21:28] Lemonade[and]Fud: paste it there ^^ [21:29] # /etc/fstab: static file system information. [21:29] # [21:29] # [21:29] proc /proc proc defaults 0 0 [21:29] # /dev/sda1 [21:29] UUID=b59595f0-dce8-4d96-beb0-ea487ba06104 / ext3 relatime,errors=remount-ro 0 1 [21:29] # /dev/sda5 [21:29] UUID=e8fd4c47-e732-49d3-856c-733beade40b9 none swap sw 0 0 [21:29] not everything got in [21:29] wait [21:29] not here the paste !!! [21:29] !paste | Lemonade[and]Fud use this [21:29] Lemonade[and]Fud use this: pastebin is a service to post multiple-lined texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu.com (make sure you give us the URL for your paste - see also the channel topic) [21:29] ah sry [21:30] http://paste.ubuntu.com/19455/ [21:31] Lemonade[and]Fud: change last line: /media/disk /home/bastu/downloads/media none bind 0 0 [21:31] Lemonade[and]Fud: you have to use the mountpoint not the device for that bind [21:31] nope, the same [21:31] ah [21:31] on line 13, you souldn't use the device "/dev/sdc" but the already mounted folder [21:32] ahh.. kk [21:32] that should be it [21:32] thanks [21:32] that's it, I'm too slow :) [21:32] hehe [21:32] :) [21:32] thanks guys, no error [21:34] How do I automount an ntfs partition when kubuntu boots? I keep my music library on the ntfs drive and want it available for Amarok. [21:35] Should I just put an entry in /etc/fstab ? or another way? [21:35] fstab is the place [21:35] K [21:37] What is the easiest way to figure out what /def/??? the ntfs partition is? [21:37] sudo fdisk -l|grep ntfs [21:41] make that grep -i or grep NTFS [21:41] got it, thanks [21:42] does hardy use ntfs-3g? [21:42] if a bug is reported and there's a solution then that should be stated in the header right? I mean, where can i see if the issue has been resolved please? [21:42] trying to figure out what to put into fstab /dev/sdb1 /mnt/winxp ntfs-3g defaults 0 0 ? [21:43] I have a few little issues right now but one that is very annoying is that I can not resize any windows ... I get the little arrow on the corner of any window but I can not click and drag them .. but I can hit maximize and that works [21:43] JuJuBee: yes it uses ntfs-3g. look in kmenu > system for NTFS configuration tool. It set up my fstab automatically [21:44] JuJuBee: I'm pretty sure ntfs-3g should be just ntfs in fstab... the other options i can't remember though :/ [21:44] JuJuBee: also, it's better to make the mountpoint in /media instead of /mnt [21:45] no ntfs tool using kde4 and ok will use media [21:48] weird, when I mount it I can ls using cli and see everything, but when I use Dolphin, I cannot even see /media/WINXP [21:49] Konqueror works though [21:50] JuJuBee: what about media:/ in dolphin? does that work? [21:50] JuJuBee: How are you mounting it? [21:50] JuJuBee: I think you may be mounting it with root access only. [21:50] does anyone know if the issue with: ... NetworkManager: nm_dbus_init() ... at shutdown/reboot has been fixed please? I've seen a lot of reported cases but only seen 1 workaround that won't do it for me :/ [21:51] Funny, after restarting Dolphin a couple of times it works. KDE4 seems a bit buggy still [21:52] hi guys ! [21:52] Hello sorin [21:52] Yipeeeee, my music is back... [21:53] after every shootsown , y x86_64 kubuntu 8-04 remain without 3D accel [21:53] any ideea ? [21:53] sorry [21:54] after every shootdown the graphic driver is disapearing [21:54] sorin: which driver is this? [21:55] it works fine ,with compiz , with games [21:55] nvidia glx new [21:55] your using the deb? [21:56] i use kubuntu x86_64 and that driver is the one from adept manager [21:57] yes then. well thats what i use and i have no issues. When you say the driver disappears, what happens exactly? [21:57] black screen after boot [21:58] unplugged monitor? [21:58] Can anyone help? I was just watching a css-encrypted DVD using Kaffeine. Get to DVD 2, and it complains that it can't decrypt it, when it just managed the first DVD. I'm on Hardy. Any ideas? [21:58] is loading kubuntu welcome screen and after that nothing to say just a black screen [21:59] sorin reinstall kdm [21:59] or reconfigure your xorg [21:59] ok i try to do this [22:00] because with safe recovery mode is working with generic nv driver i install the 3D driver ,but at first shootdown ,black screen again [22:05] Ahh... got it :) Was an error in the Kaffeine xine settings (was pointing to /dev/dvd instead of /dev/dvd1 === hansmbakker is now known as wind-river === rafa_ is now known as Hispa === wind-river is now known as wind-rider [22:06] Hola [22:09] i need help getting my webcam working in ubuntu its the Trust Webcam WB-1400T [22:09] i beleve it needs the gcpca driver [22:10] tried loading that driver? [22:11] yes i dont think kubuntu has it (im using gutsy) [22:12] Evening folks. just a quick question. Does kubuntu has the same sort of software that allows me to see what processes are eating cpu and ram (like windows task manager) [22:12] ksysguard [22:12] Haza: try ctrl + esc [22:12] Ahhhh [22:12] Thats it! :D [22:12] Cheers! [22:13] np ;) [22:13] * Haza has finally made the final move to all linux recently ;) [22:13] I stared by moving over the server then decided to move over for my daily use lappy [22:13] Amazing...! [22:13] dose anyone know how to get the gcpca installed [22:13] *started [22:13] modprobe gcpca [22:14] thanks [22:14] hehe yeah i've recently went all linux too... formatted my old ntfs drives ;P [22:14] FATAL: Module gcpca not found. [22:14] My only problem is im starting to think that Kubuntu will auto complete everything for me. Even IRC conversation :) [22:15] jessica_ http://mxhaard.free.fr/download.html [22:15] werid [22:15] * adz21c wishes he could go all linux but enjoys gaming too much ... thinks maybe he should mail bomb game devs till they start using opengl etc [22:15] oo i spelt it wrong god i feel so noobish [22:15] ... [22:15] sudo modprobe by the way [22:16] i spelt it gcpca its gspca [22:16] could somebody please tell me how to get the taskbar to put some sort of border around each of the window tabs? [22:16] ok thanks [22:17] no problem, noobs are affectionate animals ^^ [22:18] pteague_work: righ click panel - > adjust panel ... -> activity field - > Look: classic [22:18] pteague_work: that's freely translated by the way so don't take the "titles" too seriously ;) [22:19] adz [22:19] heard of somethg called [22:19] WINE, Cedega!!! [22:19] >_< [22:19] yea they are ok, but they dont do all games [22:19] cedege i stopped using, i was getting no where with it, so i cancelled subscription etc [22:20] wine is ok, particularly with my old games [22:20] but some of them (splinter cell for example) it fails [22:20] then use virtualization or emulation] [22:20] for splinter cell? how ..... [22:20] tzd: k, i found it in configure panel -> taskbar -> appearance -> classic ... thanks for info though, i scanned past that earlier & didn't notice it [22:21] and who gets cedega that way? ;) [22:21] pteague_work: thank for the proper translation :) [22:21] IDK... can somehere explan how to virtalize windows? [22:21] it wont work [22:22] i got windows virtualised [22:22] for the odd desktop app i need === snake_ is now known as albuntu [22:22] it cant even run star trek armada (4mb graphics card and 32mb of ram) [22:22] omg [22:23] i could run that here [22:23] well i play that via wine, but virtualised windows can;t play it [22:24] so if virtualised windows can't play star trek armada its got no hope with games such as splinter cell [22:24] :\ [22:24] thus, for the odd game i still need a windows install, but wine is getting better [22:25] star trek legacy worked straight out, no messing [22:25] hl2 seems fine as well [22:25] I've got a problem with Fuppes autostart after a fresh install. For some reason it won't start at boot. Before reinstalling kubuntu hardy it worked perfectly? [22:25] only one game of mine dosnt work with cedega or wine [22:25] :\ [22:26] join #ubuntu [22:26] well i have a couple, but tbh i don't game that much and ones i tend to play do work with wine, but for example the new splinter cell is out later this year so i will need a windows install for that, but once i completed it i doubt i will log into windows for a while [22:29] hello? [22:30] I have a question about wine, original half life, kubuntu [22:31] kyle__: just ask and someone will answer if they know [22:31] ask so we can find out if someone can help or not [22:32] when I try to play in full screen it goes to the loading screen. I can hear all the sound from the game but it never gets past the loading screen. [22:32] when I run it windowed, it shuts down when i click new game. [22:33] kyle__: really the original original game or are you playing it through steam now? [22:33] original [22:34] kyle__: Google might be able to help with that but most guides nowadays are for steam [22:34] kyle__: http://appdb.winehq.org/objectManager.php?sClass=application&iId=8 this may hold some answers, it seems to get good ratings so i would imagine it should would great, but that might have bug reports etc that might help u [22:34] thats the problem i have been running into [22:35] kyle__: have you tried the winedb database. may be some old entries left in there [22:35] checking it out now, thank you for all your help [22:36] good luck, kinda tough to solve [22:36] While installing from CD, kubuntu fails to recognize my screen, so it ends up logging in a prompt. [22:37] Same for trying to run it straight from the CD [22:38] Hmm, can i not use a wildcard character (/home/user/*) with scp to download the entire directory? [22:39] how does one list all the users and groups from the command line? [22:39] hello all [22:39] hi [22:41] thank you for your time guys ! [22:41] imy problem is solved now [22:42] i have 3d after complet shootdown [22:43] shutdown* [22:43] in bios : aperture size in sistem memory was set at 256mb [22:44] i must set to 512mb and is working now [22:44] how does one go about changing the bitrate k3b rips at [22:44] same thing in 8-04 x86 and x86_64 [22:46] engineer: thank you again ! shutdown is corect ! lol [22:48] This might be a daft question but.... ive used scp to upload files to a remote machine before... how might i use scp to download files from a remote machine? [22:48] Haza: change the order of the args; scp remote_host:path/to/files/* . [22:49] rickest: Ahhh, Cheers i will give it a try. :) [22:49] rickest: Perfect. Thank you [22:50] Haza: np [22:51] Hey all. Still looking for a Parental Controls app (web filtering, mainly) that doesn't require using a server. Any thoughts? [22:51] Haza: you can even mix & match multiple srcs, local and remote, to one dest; i.e., scp host1:somefile somefile2 host2:path/to/foo host3: # puts somefile, somefiles2, and foo on host3 [22:55] hey all, can someone suggest a web based jukebox app that wil play music on the server and not stream it to the client system? [22:57] Hi, anyone knows how to set the vpnc.conf so that it doesnt use the vpn tunnel for my private network? [22:58] and for one more network, all the others should go through vpn [22:59] Should I have any problems with a plug and play monitor? [23:00] For some reason kubunto won't open up a windowing system when I install... [23:00] And it just shows me a command prompt. [23:03] wats new peps === mike_ is now known as Guest51033 [23:06] fingertip: what version are you installing? [23:08] anyone know how i can get my sound working im using realtek hd hardware [23:15] guest51033: are you using a laptop? if so, what brand and model? === ubuntu is now known as Mr-Imacdaddy === epahl_ is now known as corsair__ [23:18] i need to register ? [23:19] !register | Mr-Imacdaddy [23:19] Mr-Imacdaddy: Information about registering your nickname: http://freenode.net/faq.shtml#userregistration - Type « /nick » to select your nickname. [23:21] im trying to find info on joining a ssl irc room using konverstion, or is their another irc client i can use? i never used kubuntu before, i just installed it, trying to keep away from windows [23:30] hello [23:30] Okay, another question :) What command do i want to do some reading on to seach for files on my HD? [23:30] shane__: Hello :) [23:30] i am having an isue and hoping someone can help [23:31] i am trying to burn a dvd i k3b and at 695 mb it exceeds the disk space,the size of dvd is 4.7 gb [23:31] i have done this before and the size should fit it is .avi [23:32] iv had this prob before in microsoft and had to switch burners nero worked [23:32] what might work well in kubuntu [23:33] shane__: there is nero linux... [23:33] is it a add remove program or do i need to googlee it and try the install manualy [23:34] shane__: well, i don't think it is free... [23:34] my power went out today, and when i rebooted my computer everything was fine except that amarok is now refusing to play mp3 [23:34] shane__: the file is 700 mb? and it won't fit on a 4 gb dvd? [23:34] Odd-rationale: ok so i dont want that then ill search out a freeware [23:34] something strange has happened when I upgraded to Hardy [23:34] i've reinstalled amarok as well as w32codecs and stuff [23:34] awag that bastard [23:35] it is 695 mb and wont go on a 4.7gb [23:35] engineer: yes :) [23:35] Odd-rationale: it is 695 mb and wont go on a 4.7gb [23:35] whenever I try to watch YouTube videos or any other Flash-enabled content, the first few seconds will play and then it stops [23:35] shane__: that is strange, i have burned a 800 mb file to a dvd... [23:35] with k3b. [23:35] I noticed that Firefox was upgraded to version 3 [23:36] is this a special issue with FF or should I reinstall the Flash plugin? [23:36] Colonel_Panic fx3 is in the repositories a while back [23:36] fx3? [23:36] reinstall it [23:36] yes, fox 3 [23:36] reinstall Firefox? [23:36] OK [23:36] Odd-rationale: i know thats where im gettin frustrated i had this also with one of the burns in micro [23:36] no [23:36] reinstall flash [23:36] no fox [23:36] oh ok [23:37] not* [23:37] what's the name of the package? [23:37] sudo apt-get install flash? [23:37] sudo apt-get install flash-nonfree [23:38] i think this is the one [23:38] ok thx will try === jansen_ is now known as jansen [23:39] Reading package lists... Done [23:39] Building dependency tree [23:39] Reading state information... Done [23:39] E: Couldn't find package flash-nonfree [23:39] !flash | Colonel_Panic [23:39] Colonel_Panic: To install Flash see https://help.ubuntu.com/community/RestrictedFormats/Flash (a recent version for !Dapper is available in !backports) - See also !Restricted and !Gnash [23:39] flashplugin-nonfree [23:39] ok thx [23:39] flashplugin-nonfree [23:40] flashplugin-nonfree is already the newest version. [23:40] 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [23:40] [23:40] hymmm... [23:40] sudo apt-get install reinstall === epahl_ is now known as corsair__ [23:41] yeah it says that's not a valid operation [23:41] --reinstall [23:41] Hello. I have a probleme with my Sound. I'm useing Hardy Kubuntu and the soundchip is SI7012. The probleme is, no sound works, but if I start amarok it does for that, though I cann't let 2 programms run at the same time [23:41] man apt-get [23:41] ffs [23:42] Neuer you need arts [23:42] kooo [23:43] Neuer, k-menu/system settings/sound system/enable sound system,then choose hardware tab/select the audio device/Advanced Linux Sound Architecture, click apply [23:44] It is activated. [23:44] Neuer, then in the terminal type ' alsamixer ', make sure the Master, PCM, Line & CD are all unmuted ,by using the "M" key' [23:45] Is [23:45] ok try , sudo /etc/init.d/alsa-utils restart in the terminal [23:46] I guess the probs is with my TV-Card. I had a similar prob with feisty but got that fixed. Under Hardy somehow the steps have no effect. [23:46] sudo /etc/init.d/alsa-utils restart [23:46] Neuer, I have to ask the obvious , do you have the ctrls in alsamixer up to 71% or so ? [23:47] Hi! I've been trying to get an NVidia card working with NVidia binary drivers on Kubuntu 8.04. This seems to be an impossible task on this distribution. Does anyone have a link or so with good documentation? [23:47] !nVidia [23:47] For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/BinaryDriverHowto [23:48] if you meen the volume settings, nop up to 100 [23:49] Neuer,don't go over 71% ...you'll just overdrive the amp inputs [23:49] Neuer, open kmix and enable Master & PCM on the output tab , then CD & IEC playback (if listed) in the Input tab , next make sure Mix & IEC958 are enabled in the Switches tab , then click on Settings/Configure Kmix and apply [23:49] hi all, does anyone know anything about windows moving to different workspaces on their own accord in hardy (i.e. firefox when link is clicked in akregator) [23:50] ive looked at launchpad and kubuntu/ubuntu forums and only found one message (without an answer) [23:51] vom, could you explain more clearly ....what "exactly' is happening ? [23:52] BluesKaj: yes, lets say firefox is open in workspace 2, and akregator in workspace 3 (i have 6 in the pager) [23:52] when i click on a link in akregator, it opens in firefox [23:52] doesn't work [23:53] BUT firefox moves from ws 2 to 3 (follows akregator) [23:53] this happens with kopete too [23:53] that's cuz you have FF as the default browser globally [23:54] BluesKaj: indeed i do [23:54] but still why is it changing desktops and not staying put ? [23:54] this didnt happen in < hardy [23:55] should i change the default browser back to default and hardcode it in akregator ? [23:55] beyond me vom , sorry ...don't use several desktops [23:55] BluesKaj: thanks anyway [23:56] Odd-rationale: ok how about this i used it as new data dvd will this play in the dvd player now [23:56] hmm hardcoding it makes it not move anymore [23:56] now to beat on kopete [23:57] how to upgrade from 3.5 to 4.1 kde? [23:57] Neuer, you could try installing libk3b2-mp3 and libxine1-ffmpeg [23:58] is there a progam for mounting ISOS in linux [23:58] Is there a way to disable the start X in safe mode thingy? I prefer to get a nice black console if X doesn't start. Easier to handle.