[00:02] Hello People. [00:05] f [00:05] ok, I have loaded the driver into ndiswrapper and it is not showing up. I need some assistance in getting wifi to work. Used to use this save driver using ndiswrapper in gentoo and it wifi card used to work fine. [00:08] actually, I have installed the driver and ndiswrapper fine. iwlist wlan0 scan works. [00:08] how do I get knetworkmanager to see it? [00:15] My friends can't hear me on skype, can anyone help??? [00:15] I can actually hear myself through my own speakers if I unmute "Front Mic" in "Mixer" , but she can't hear me on her end [00:17] hey, how do i get my ntfs drive to mount by default in kubuntu? [00:17] im having some trouble with my sata and ide drives switching names each time i reboot [00:18] also, the window decorator does not seem to load in 8.10 beta so i'm left with useless boxes for programs that i can't minipulate or focus on [00:19] Mike [00:19] go to ubuntu+1 [00:19] mike-solidus: ask in #ubuntu+1 [00:20] kk [00:20] can someone please help me? everytime i click on a URL in konversation it opens quanta but i want it to open firefox can anyone help me? [00:20] what's quanta? [00:21] a webdev IDE [00:21] :) === maxi_ is now known as bayman [00:25] freaky[t]: in Konqueror, settings / Configure Konqueror, file associations / text [00:25] add or change the applications [00:26] there is probably an easier way to change it, but I don't know it [00:33] ive uninstalled quanta now it works ... [01:01] I dont have any close min or max buttons [01:04] NewtoUbuntu: try alt+F2 kwin --replace [01:06] Hi !! I am experiencing a strange KDE behaviour : instead of displaying the usual desktop ( with trash, applications icons ...) , KDE displays my home directory *on* the desktop. any idea what could cause that ? [01:07] alt f2 does nothing [01:08] also, I am using a laptop with another monitor plugged in.. With windoze, the laptop monitor goes out.. How can I fix that on this one? [01:09] NewtoUbuntu: ok open konsole and try it [01:09] kwin --replace [01:09] h/o [01:10] its on the new windows that pop up.. thx any help with the duel monitor? === root is now known as Guest44204 [01:16] hey all [01:16] * twylight fires his lazer [01:17] once upon a time i think i remember someone telling me that custom kernels were 'not supported'. is that accurate? if so, what does that mean? [01:19] administrator_: When you compile your own custom kernel or apply some patch which makes it differ from the provided kernels, trying to track down a problem can be mind-bogglingly difficult. [01:19] Hence not supported [01:20] genii: with that in mind i think im gonna load my oldconfig in menuconfig, and just build as a module the one driver i need [01:20] found some docs to get me started [01:20] https://help.ubuntu.com/community/Kernel/Compile [01:20] Yup, very helpful there [01:21] genii: any truth to the rumor that there is a 8165 wlan module in the next kernel [01:21] administrator_: No idea. Someone in #ubuntu-devel or so may know however [01:22] Also possibly #ubuntu+1 [01:23] #ubuntu-kernel [01:24] to the bat mobile [01:24] Pici: Nice. There are so many dev channels etc now [01:25] If SSH is giving me segfault, would a reinstall fix it? [01:28] eeek [01:28] check your ram [01:28] (guess) === unix is now known as Lu|Hilight [01:34] hey, can I use kcron to run a task every 5 minutes? [01:35] Or even every minute if you like [01:35] how? I don't see such an option in that front end [01:40] Schuenemann: My error. It does not allow for lesser increments than 5 minutes. Do you need more often than that? [01:41] (can manually do it with crontab) [01:42] actually, I haven't defined my time frame yet. But for 5 minutes I would have to select daily and push all buttons, right? [01:43] crontab is a bit more complicated [01:43] Schuenemann: Yes, select all in every category for every 5 minutes ad infinitum [01:47] genii, how can I know if the task was ran? [01:50] * twylight has the sads ;_; [01:50] Schuenemann: Check /var/log/sysd [01:51] Schuenemann: /var/log/syslog rather [01:52] thanks [01:52] np [01:55] chairman here [01:55] k [01:56] how do i get the compiz fusion look. u know like all the web pages looking like a box and the rubber band look [01:57] !compiz | chairman [01:57] chairman: Kubuntu is not shipping with compiz installed or enabled by default. You can still install it and have your eyecandy goodness from KMenu -> System -> Desktop Effects - further help in #compiz-fusion [01:57] Theres also a slightly out of date compiz ubuntu wiki page. [01:57] but it has good info [01:58] i just installed Kubuntu 8.04 ....and i did install the xtra effect part on it [01:58] https://help.ubuntu.com/community/CompositeManager/CompizFusion [02:00] is this for KDE4 AS WELL? [02:00] caps = cruise control for fail [02:00] stfu [02:00] You do not want to mix kde4 and compiz... the 2 are a bit... 'one OR the other' [02:00] ok [02:01] kde4 is supposed to be having its own compiz-ish type features.. but its still a work in progress [02:02] genii, I have a ruby script that opens a HTTP connections and then sends an e-mail. It works perfectly when I call it, but using cron it isn't sending me anything [02:02] what could be a reason for that? [02:03] Schuenemann: Specify long paths [02:03] genii, sorry, what do you mean? [02:04] Oct 8 22:00:01 otto-desktop /USR/SBIN/CRON[6888]: (otto) CMD (ruby /home/otto/submarino.rb) [02:04] it seems it was executed correctly [02:05] Schuenemann: It runs fine under that name from cli ? (without sudo or such) [02:06] yes, I copy/pasted that [02:07] is it possible to see the output of the task? [02:07] Schuenemann: Maybe put /usr/bin/ruby [02:08] let's see [02:11] Oct 8 22:10:01 otto-desktop /USR/SBIN/CRON[6967]: (otto) CMD (/usr/bin/ruby1.8 /home/otto/submarino.rb) [02:11] nothing =/ [02:21] anybody have any questions [02:21] yes, why my script works when I call it but not when cron calls it? [02:22] /usr/bin/ruby1.8 /home/otto/submarino.rb are you sure that ruby1.8 is correct? [02:22] yes, I copied and pasted that [02:22] I tried with 'ruby' only before [02:23] isn't there a way to see the output of the task? [02:23] You choud set the script exectable. and make the first line call #!/usr/bin/ruby [02:23] then ya dont need to do that long a command. [02:24] then it will be like shell script? [02:24] it is a sshell script now. :) technically... [02:24] but this will save one step. [02:24] ok, worth trying... [02:24] i wonder if the path or somthing is the issue [02:24] I doubt it... as I said, copy/paste works [02:25] there isn't any limitation in cron about HTTP requests or e-mail, right? [02:25] cron commands like that do also get ran as root i belive . your cut/paste is running it as a user.. [02:25] as root without password? [02:27] cron jobs get ran as root.. unless ya so some other tweaking onit.. i belive [02:27] !cron [02:27] cron is a way to schedule execution of software/scripts. See https://help.ubuntu.com/community/CronHowto - There is also a decent Howto at http://www.tech-geeks.org/contrib/mdrone/cron&crontab-howto.htm [02:27] Now i think theres a way users can have theior own crontab entrys also.. but i forget how [02:28] in YOUR case i think that space in the 'command' is causing the issues [02:28] ok, but about making the script executable... I add that line and call it as 'sh script.ryb' ? [02:28] .rb* === ingramn is now known as Pregunton [02:29] If SSH is giving me segfault, would a reinstall fix it? [02:29] command '/usr/bin/ruby1.8 /home/otto/submarino.rb' MIGHT also work [02:29] draik, doubtfull.. but you can try [02:29] Any way to fix a segfault? [02:29] Dr_willis_, isn't that the command I'm trying? [02:29] Schuenemann, using the #!/whatever stuff and setting the script executable.. you do NOT need to do 'sh anything' it 'is' a command. [02:30] Schuenemann, in your crontab you may need to quote the WHOLE command + arguments [02:30] Or use the #!/bin/whatever thing.. and make it executable [02:31] you mean to make that the first script line, right? [02:31] scripting 101... [02:31] first line of a script 'she-bang' notation.. [02:31] #!/path/to/command [02:32] Thats common for most every scripting language.. [02:32] then you make the script 'executable' and you call it as you do any other normal command. [02:32] chmod +x scriptname [02:32] ./scriptname [02:32] hmm [02:32] u [02:33] let me try the quotes before (2 minutes to test) [02:33] http://www.math.umd.edu/~dcarrera/ruby/0.3/chp_01/programs.html [02:33] i like she-bang better... i always just said hash-bang [02:33] details the whole #! thing [02:33] :) [02:33] The whole shebang! [02:34] got it [02:34] (except for the shebang part) [02:34] i don't like sharp bang, sounds rather painful [02:35] btw, cron isn't calling it as root [02:35] she-bang is just fun to say because i can sound like william hung [02:35] Oct 8 22:15:01 otto-desktop /USR/SBIN/CRON[6990]: (otto) CMD (/usr/bin/ruby1.8 /home/otto/submarino.rb) [02:36] well, the quotes didn't make any different [02:38] How do I reinstall an app? [02:41] what app [02:41] ssh [02:41] how did you break ssh? [02:42] ugh [02:42] go into the console [02:42] sudo apt-get install ssh [02:42] I didn't do anything. It just wouldn't respond. Segfault [02:42] It's installed and current [02:42] ok [02:43] then sudo apt-get remove ssh] [02:43] *ssh [02:43] and then install it [02:45] Ok [02:45] ssh: connect to host 192.x.y.z port 22: Connection refused [02:46] try ssh'ing to savanna.pridelands.org 22 [02:46] if it connects, tell me [02:47] Yes, but asks for a password [02:48] yeah I thought so [02:48] ok then SSH is working and it's the server that's fuxxored [02:49] I'm trying to SSH into my laptop from my desktop and vice-versa [02:49] ... [02:57] twylight: What do you want to know? [CTCP] Received unknown CTCP-time request from twylight [02:57] try ssh localhost :) [02:58] its 10:00 here [02:58] tume for work [02:58] your client doesn't support the ctcp time request [03:04] twylight: please do NOT ctcp the channel [03:07] anyone can tell me how to add this as a startup script : # nvidia-settings -a InitialPixmapPlacement=2 -a GlyphCache=1 [03:10] can anyone tell me how to create a startup script with this line inside ? [03:10] # nvidia-settings -a InitialPixmapPlacement=2 -a GlyphCache=1 [03:25] screw you, cron/kcron [03:40] any question anybody [03:42] how do I get a colored grub screen? [03:54] hey just received latest intrepid updates and now network manager doesn't work (fixed it in regular ubuntu but same solution doesn't work with kubuntu). Any ideas? [03:55] isnt intrepid still beta? [03:55] yes [03:55] then you need to go to #ubuntu+1 for help === tania is now known as tania_ === tania_ is now known as tania [04:01] it worked but when i want to move window pages it doesn't give the rubber band effect [04:50] gethotnewstuff is unable to detect my internet connection :( [04:54] pavi: You using KNewStuff (kde 3.5.x) or KNewStuff2 (kde 4.x) or another entirely different version (possibly gnome) === m3thod is now known as method === method is now known as m3thod_ [05:09] Hello People. [05:09] Any samba users here? I have configured via dolphin and cfg file the user shared with guest ok = yes. however windows is still asking me for a password when accessing a share.... [05:12] boa noite [05:12] tem alguem ai [05:14] ow karai === genii-2 is now known as genii [05:43] can anyone tell me how to compress files into a .jar file from command line pls? [05:43] !compress [05:43] Sorry, I don't know anything about compress [05:44] !love [05:44] Love is like racing across the frozen tundra on a snowmobile which flips over, trapping you underneath. At night, the ice-weasels come. [05:44] there you go [05:44] ok :) [06:40] l === michel is now known as MikHel [06:57] Hi! [06:58] I am trying to figure out where my sound volume up and sound volume down key actions are defined... [06:58] Anybody knows? === giuseppe is now known as Guest26881 === ubuntu_ is now known as kblin [07:27] how do you know if your on alpha or beta? (Ibex) [07:30] Where are the media key actions specified? [07:31] kabotage: you are on the beta when your packages update to the latest packages [07:33] I have determined they are not defined in any hot keys under the keyboad shortcuts options. No definition for volume in there and yet the keys have an effect... just that they have the wrong one.... [07:34] supert0nes: thanks! [07:35] np [07:39] nice thing about linux distributions is that once you are on the current release and run your updater you are always up to date :) [07:42] some distributions even have a rolling release system with no big upgrades necessary. different strokes for different folks heh === callaway is now known as limpy [08:14] hola! how to create new users in KDE4.1.2 == kubuntu Interpid beta [08:14] the users I create can't log into the system === callaway is now known as karlyasmin [08:21] glade88: just do: sudo adduser [08:21] sudo adduser tshado62 [08:22] jussi01: why cant kuser do it? [08:23] yes.. this works [08:23] glade88: no idea, I never use it, its simpler to do that ;) [08:24] jussi01: heh.. right, but if it's a bug, i'd post a report.. thanks === ronnie is now known as AMD-64-Linux_Pow === AMD-64-Linux_Pow is now known as AMD-Linux-Power [08:54] anyone awake here to answer a graphics question? [08:57] Shot [08:57] I just got a new amd64 puter & have to use the onboard graphics, it's ATI, does kubuntu have trouble with ATI cards, when I used nvidia it always worked fine, = ) [08:58] proble probabily is the amd64 compatibility ... [08:58] !ati [08:58] For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/BinaryDriverHowto [08:59] it usually fowls up when I reboot to enable the 3D accellerator option, I'll check that out thanks = ) [09:01] its a geoforce??' [09:02] no ATI, think their called ATi Radeon aren't they? [09:03] somewhere i've read about no compatibility of driver video with AMD 64 ... [09:04] hmm, so would the newest cards PCI-expresss not work with linux at all?, thats what this ones suppose to use [09:06] new pci-2 is a commercial choose [09:06] now is not still implemented [09:08] try this https://help.ubuntu.com/community/BinaryDriverHowto [09:08] follow your card === tim is now known as timandlife [09:10] k thanks i bookmarked it, tho I hate ta think ill have to exchange this computer, if kubuntu won't work with pci-express, hmmm ill do some searching too === pascalFR is now known as PascalFR [09:22] !sudo [09:22] sudo is a command to run programs with superuser privileges ("root"). Look at https://help.ubuntu.com/community/RootSudo for more information. For graphical applications see !gksu (Gnome), or !kdesu (KDE) [09:23] hello! [09:24] anyone can help to config the printer KONICA with Kubuntu 8.10, please? [09:24] I'd like a conventional root/user seperation like on any other linux dist for ubuntu - how can that be achieved? [09:26] no one? [09:27] kelly2008: patience. google. openprinting.org. [09:27] someone can help me with repositories [09:27] ?? [09:27] kelly2008: http://www.openprinting.org/printer_list.cgi [09:28] amerigo: be more specific about your problem [09:29] i can't install konqueror from repositories [09:29] request install result: BREAK [09:29] amerigo: konqueror is part of KDE and should be installed with it. what version of kubuntu? [09:30] dexterf it stop running [09:30] and now it result not installed [09:30] when i ask to install from adept [09:31] it say that the result of request of installation in "BREAAK". It stop me [09:32] amerigo: what version of kubuntu? [09:32] instead of dapper 6.06 [09:32] * kelly2008 is away: Gone away for now [09:32] dapper 6.06 [09:33] amerigo: did you add other repositories lately? [09:33] yes [09:33] from ppa extera [09:33] amerigo: which ones, how, and to what purpose? [09:33] I don't know "ppa extera" [09:33] i'm sending [09:33] !paaste [09:34] Sorry, I don't know anything about paaste [09:34] !paste [09:34] 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) [09:34] kelly2008: !away === kozz_ is now known as kozz [09:34] (am I using the bot right...?) [09:36] * kelly2008 is back. [09:37] tnx DexterF [09:37] http://paste.ubuntu.com/55549/ [09:37] but couldn't find the solution there [09:37] sorry for wait [09:38] the thing is that i can see the printer and all the parameters are ok, but when i send something...nothing happens! :( [09:38] DexterF: now this repositories is disabled [09:39] but i can download what i need [09:39] but i can't [09:39] amerigo: and there's your problem: ppa is for: gutsy, hard, itrepid (7.10, 8.04, 8.10). your dapper is way too old. if your machine is powerful enough I suggest upgrading to 8.04 anyway. [09:39] what's in ppa anyway? [09:39] kelly2008: usb or LAN printer? [09:39] i'm sorry, i'm barnd new in Linux environemnt [09:40] Hi [09:40] probably is the solution .... anyway i don't remember... [09:40] what's the cmd to see if the printer is seen by my system, pls? === afi is now known as Julien [09:40] kelly2008: what does LP say about the printer? supported? well? poor? not at all? [09:40] LAN printer [09:40] DexterF: but i don't won't to loose my data === Julien is now known as Julien_ [09:41] How to upgrade on line? [09:41] kelly2008: ah. been to the CUPS page already or did you conf it via KDE? === Julien_ is now known as Julien908977 [09:41] amerigo: you shouldn't. to be sure make some backups. [09:41] well i conf it trought KDE [09:42] without konqueror so i don't have samba configuration AND i can't share in my laN this file... [09:42] DexterF: this is the problem [09:43] i had this open office doc to print, so i did locate the printer name and put it "as default" [09:43] that's all i did [09:43] amerigo: you dont need konq to conf samba. write a smb.conf manually. google for the syntax [09:43] before i see the line LAN from here [09:43] kelly2008: wellll.... fire up your fav browser and point it to: localhost:631 [09:44] yes bat how can manipulate my folder without konqueror [09:44] give your username/pass there. see where it takes you. [09:44] amerigo: ah, ok. well, after removing that ppa repos, did you run sudo aptitude update? [09:44] and when i try to print a doc, anything seems good, no advise at all but nothing happens after [09:45] yes may be [09:45] i've done several procedures [09:45] i dont knox what 'fire up' means , sorry (i use firefox as browser) [09:46] amerigo: maybe a few too much? seriuously, backup your home dir and go for an upgrade [09:46] kelly2008: "fire up" like "start" :) firefox is fine [09:46] it's 17Gb [09:47] amerigo: so? [09:47] where i can backup? [09:47] to another hard disk...? [09:47] yes in this moment [09:47] i have spece enought [09:48] but in a windows folder in an other machine [09:48] that i can't see [09:48] i don't know how to see [09:48] from here [09:49] i have also a dosktop connection that seems that work [09:49] i can see desktop from other pc [09:49] but one desktop and the other are separate [09:49] I can' t share [09:50] . [09:50] this last is a kubuntu [09:51] complicated isn't ?? [09:55] DexterF: tnx a lot [09:55] the link asks me a loggin and psswrd, should i create it?? [10:01] DexterF: it works!!! THANK YOU SO MUCH!!!i wish a nice day :) [10:02] wish you [10:03] how on earth do I remove Gnome in Hardy? Removing ubuntu-desktop doesn't seem to work any more [10:04] !purekde [10:04] If you want to remove all !Gnome packages and have a default !Kubuntu system follow the instructions here « https://help.ubuntu.com/community/PureKDE » [10:04] thanks [10:13] hmm... running the command on that page also seems to remove kubuntu for some reason [10:13] and network-manager \o/ [10:13] good thing I know how to do networking from the command-line else I'd be screwed right now ;) [10:16] Last question: it possible to install konqueror from CD? [10:24] Hi all [10:24] I need help === croozer is now known as leesin [10:25] hi [10:26] my headphone is not working [10:26] Could someone help me? [10:26] #ubu tu [10:26] #ubuntu [10:28] where are u guys? === david is now known as Guest33000 [10:29] hrm... that command pretty-much hosed KDE as well [10:29] I wonder if it does that for everyone, or just me O.o [10:29] hi [10:30] hi [10:30] SlimeyPete could u help me [10:30] sorry randry, I don't know anything about sound [10:30] most of the time my Linux boxes have non-functioning sound because I can't be bothered to fix it [10:30] who knows? [10:31] what is generic 14f .. [10:34] Can anyone help? [10:34] Where should I put mount points? /mnt ? or... /media ? [10:36] #classroom [10:36] sancho21 do u know how to gwt sound from headphone? [10:37] gwt? [10:37] randry: what is gwt? [10:37] get [10:37] *get [10:37] sorry [10:37] Just plug the headphone to sound output like speaker [10:38] ? [10:38] my headphone is not working [10:38] i did [10:38] What about speaker? [10:38] but doesn't work [10:38] speaker doesn't work too? [10:38] speakers works fine [10:39] There should be no problem. Except, your headphones are too advance so that it require windows to install drivers [10:39] and when I tape alsamixer I can't find the headphone and microphone bar [10:39] Do u use intel sound card? [10:40] yes [10:40] Intel [10:40] may be [10:41] But what is Generic 14f...? [10:41] lspci | grep audio to tell [10:42] no result [10:43] * SlimeyPete wonders what the protocol is on the wiki. If he finds that a command screws his system, who does he discuss it with before editing the page? [10:43] and even my wireless is not working [10:44] !intelhda | randry try this [10:44] randry try this: For fixing your Intel HDA sound this page has useful information https://help.ubuntu.com/community/HdaIntelSoundHowto [10:44] sancho21 what should I do? [10:46] ok thanks [10:46] What version of kubuntu you are using now? [10:46] I will try this [10:46] Ok, good luck [10:46] ubuntu 6.06 dapper drake [10:46] I've resolved the case for Ubuntu 7.10 by recompiling alsa and do many tricks [10:47] But I think the problem should be resolved in Ubuntu 8.04 [10:48] when typing alsamixer , I got only Master and PCM volume control [11:12] I'm getting that warning about encrypted DVDs in Kaffeine. I've fiddled with the xine settings, but any other dvd.device than /dev/dvd1 causes Kaffeine to SIGSEGV when I try to access the drive. I've installed libdvdcss2 via Medibuntu. What's next? [11:12] I've got this message: "media:///sda" is not a valid location. WHAT should I do? [11:14] amerigo: Believe it! It isn't, as far as I can make out. Where did you get that message? [11:15] I've put my usb key in lubuntu system [11:15] I can see it on desktop [11:15] but i can't open [11:15] with that message [11:15] . [11:17] MAY BE KONQUEROR FAILURE? [11:17] amerigo: Sounds like something odd in your mount table. cat /etc/fstab and see if anything looks odd. If you're not sure, stick it in a pastebin and people here will take a look. [11:20] !paste [11:20] 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) [11:21] sda is a disk you want a partition so sda1 then amerigo [11:22] this is http://paste.ubuntu.com/55560/ [11:22] etfb: now published [11:24] favro: more clear please [11:25] amerigo: Now execute the command mount and post the output of that. [11:25] amerigo: With the usb key in the drive. [11:25] amerigo: With the usb key in the slot, I mean. [11:37] buenas [11:37] alguien tiene idea como pued asociar una aplicación a un archivo?? [11:37] tengo un log de mi ftp que quiero abrir con algún editor de texto pero no se como [11:37] !es [11:37] 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:37] no saves [11:37] etfb: in a console? [11:37] amerigo: Yes. [11:38] prova la shell [11:38] on the desktop it give me error [11:38] Which error? [11:38] si con la sell se como se hace [11:38] only mount? === geek__ is now known as faileas [11:38] pero necesito aprender a asociar un programa a un tipo de archivo determinado [11:38] amerigo: Yes. Without any arguments it lists what is mounted. [11:39] cia-o [11:39] Try to open with shell [11:39] etfb: this is http://paste.ubuntu.com/55565/ [11:39] mcasanova is gay [11:39] ciao luca [11:39] ciao bellezza [11:39] ma c'è qualche italiano qua? [11:40] no tutti spagnoli e che ne so [11:40] !it [11:40] anche cinesi? [11:40] gh [11:40] !it [11:40] ok I get it [11:40] Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (click col tasto destro sul nome del canale per entrare) [11:40] by [11:41] etfb: remember that i have konqueror not installed and not installable [11:41] amerigo: Why is that? [11:41] it's defoult browser [11:44] i can see usb content [11:44] using nautilus [11:45] i am not able to open synaptic package manager. THis is the error "The APT Database could not be opened! This may be caused by incorrect APT configuration or some similar problem. Try running apt-setup and apt-get update in terminal and see if it helps to resolve the problem." Please help [11:45] etfb: NOo iddeas????? [11:45] etfb: i'm going to format all [11:45] can somebody help me with that [11:46] guys please help me with this [11:46] see you it was a really pleasure. That you for all at anybody [11:46] manish: tried running apt-setup and apt-get update in terminal [11:46] with sudo [11:47] sudo=super admin [11:47] see you after reinstally [11:47] try the operation with sudo [11:47] just a min [11:48] How do I turn off the kio stuff for ptp cameras? I want to use a diff app, and KDE keeps mounting my camera [11:48] for apt-setup the reply is "bash: apt-setup: command not found. [11:49] manish: try sudo apt-get update [11:49] and for the apt-get update it gives me the same error that synaptic gives me [11:49] E: Malformed line 58 in source list /etc/apt/sources.list (dist parse) [11:49] ma mica mi parlo da solo [11:49] nn sn mica pazzo [11:50] manish: can you paste /etc/apt/sources.list/ [11:50] !paste [11:50] 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) [11:51] http://paste.ubuntu.com/55568/ [11:51] u can see it here [11:53] can you find something [11:55] favro can you see something in the output [11:57] thanks favro i got it right [11:57] thanks for your support [11:57] manish: put a comment (#) in front of the last line then sudo apt-get upadate again [11:57] i deleted the line [11:57] k [11:57] and now everything is working [11:58] can you help me with one more thing that is keeping me awake for 15 nights now [11:58] in #kubuntu-kde4 they might know the right line to add [11:58] maybe I dunno yet :) [11:59] any ideas on how to disable the kio interface for cameras? I've got another program I want to use to talk to the camera instead of kio/kde/digikam [12:02] actually i want to connect internet using reliance data card [12:02] i have been trying this for 15 days now but to no success [12:03] can you help me with that [12:03] manish: I wouldn't know about those... [12:03] k no probs [12:04] i think i need to surf the net more rigrously and religiously [12:04] thanks any ways [12:05] having some info helps - does the card show up in lspci or sudo lshw or similar? [12:24] yo yo yo [12:25] any idea how to connect internet using reliance data card [12:25] manish__: what does lspci say it is? [12:25] actionparsnip still i have not figured out how to view webcam in my laptop [12:25] ya just a moment [12:26] I can't play a DVD via Kaffeine because it says it's encrypted, but installing the CSS thingy doesn't work. What do I do next? [12:26] etfb: http://www.ubuntugeek.com/playing-encrypted-dvds-in-ubuntu.html [12:26] where do these encrypted dvds come from [12:26] Bus 005 Device 002: ID 064e:a101 Suyin Corp. [12:26] Bus 005 Device 001: ID 0000:0000 [12:26] Bus 004 Device 001: ID 0000:0000 [12:26] Bus 003 Device 001: ID 0000:0000 [12:26] Bus 002 Device 006: ID 19d2:fffd [12:26] Bus 002 Device 001: ID 0000:0000 [12:27] Bus 001 Device 001: ID 0000:0000 [12:27] manish__: please use pastebin in future [12:27] ok sorry actionparsnip [12:28] my kernel detects the modem its in device 6 [12:28] manish__: http://ubuntuforums.org/archive/index.php/t-654307.html [12:28] can you see that [12:28] but after this i dont know what to do [12:29] manish__: http://freedomyug.wordpress.com/2007/08/18/reliance-data-card-howto/ [12:29] manish__: its there for you, read the text [12:29] i tried it but not successful [12:30] ActionParsnip: Nope, doesn't work. I already installed libdvdcss2, and I get the same message. [12:30] i think i get caught in teh fifth step [12:30] etfb: ive never come across an encrypted dvd but ive seen folks asking loads [12:30] manish__: of which guide? [12:31] ActionParsnip: They're all encrypted, really; CSS is pretty common for commercial DVDs. The trouble is that libdvdcss used to fix it, but with this one it's not working. [12:31] etfb: then all i can suggest is www.ask.com www.google.com [12:32] atfb: or ask in here later, or in #ubuntu [12:32] ActionParsnip: I have prayed to Google, but She has not seen fit to answer my prayer with truth... [12:32] ActionParsnip: Might try #ubuntu, but it seems to be a bug in Kaffeine, so I don't know how far I'll get... [12:32] etfb: you could contact kaffeine devs [12:33] can you explain what does it mean [12:33] as i am unable to save the file i create === manish__ is now known as manish [12:33] actually i have tried all the links google offers (first 4 pages) [12:33] manish: which guide are you following. I gave you 2 [12:33] of the link you just gave me [12:33] manish: again, I gave you 2 [12:33] i got only one [12:33] ActionParsnip: manish__: http://freedomyug.wordpress.com/2007/08/18/reliance-data-card-howto/ [12:34] ActionParsnip: manish__: http://ubuntuforums.org/archive/index.php/t-654307.html [12:34] I gave you 2 [12:34] one for your card thing and one for webcam [12:34] which one [12:35] the second is on webcam and it does not give solution too [12:35] and my computer recognises the webcam when i do lsusb [12:35] manish: sudo apt-get install ekiga [12:35] is there any way to make grub more verbose? I want to see why it takes so long to from BIOS to the grub menu, currently it takes several minutes [12:35] but first i need to concentrate on the net connection thing so that i have access to net at homw also [12:35] manish: is implied by "with ekiga" [12:36] underwraps_2K, i noticed on one of my machines it takes quite a bit of time also.. not several mins.. but about a min... [12:37] underwraps_2K, it only started doing it after i installed some extra hard drives.. not sure if grub is doing some sort of delay waiting for them all to spin up or whats going on [12:37] manish: you need to run the few commands it says in the blue boxes then you will get the args for the modprobe [12:37] good [12:39] ekiga i have installed [12:39] you told me to install it yesterday [12:39] but even it does not work [12:43] clear [12:50] dr_Willis: but why does grub seem to pause, when booting from CD there is no delay - I assume because there is no grub [12:50] the Redmond OS don't have any delays :( [12:51] underwraps_2K, in my case.. it seems to do with the other drives.. If i knew more id say so. I would check the grub homepage, and perhaps ubuntu forums. There may be somthing we are missing. [12:52] http://ubuntuforums.org/showthread.php?t=412655 [12:52] first google hit for 'grub menu slow to appear' :) [12:53] google is far to easy ;) [12:53] This guy has his slow if he reboots.. but from a cold boot.. its fast... [12:53] now thats.. very weird. [12:56] grub menu slow - in google has some interesting hits also... [12:56] but a lot of the stuff dosent make sence.. :) I dont see how some of the 'logic' is logical.. in some of the discussions im finding on the topic [12:59] underwraps_2K, one guy fixed it by just reinstalling grub to the mbr.. not sure why that would change anything.. unless grub is scannng all the disks for its stage1/stage2 files.. and a reinstall makes it look in the right place first [13:09] !paste [13:09] 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) [13:12] i think that i've found a bug in Kubuntu 8.10 [13:12] see this -> http://paste.ubuntu.com/55608/ [13:12] dig and nslookup are not working correctly with IPv6 [13:12] i've removed the dvd-rw (/dev/scd1) and now, at boot after the step "waiting for resume device", the boot splash (gui) go in text mode... how can i solve this? [13:13] at kubuntu 8.04 it's working correctly, so i think that there is a little problem [13:15] my bind9 setup is working correctly (tested with kubuntu 8.04). and ipv6 is also working correctly at kubuntu 8.10. but the DIG and NSLOOKUP tool are not working. [13:17] what kinda backup programs do you reccomend for kubuntu ? i'd like to backup from whole partitions ala /sda5 to backing up a filetree with exclusions like /home minus /home/jack/Data. doesn't have to write to dvd or anything, but big plus if it compresses. have used dd before but looking for something a little slicker :) [13:17] Got a question about encrypted dvd playing/ripping === graga is now known as zhou2 [13:18] no one? [13:18] guys there is a pitch noise from my headphone , any suggestion? [13:18] Anyone... [13:18] The question would be: How to do it? [13:25] JackWinter: have you tried Keep? it's installed by default. [13:26] Zombie_: you can play encrypted DVD's if you have libdvdcss2 installed [13:26] nope [13:27] libdvdcss2 is installed and still I get the error message from Kaffeine [13:27] Zombie_: ripping them is beyond the scope of this channel. [13:27] actually, the newer version from medibuntu doesn't work and neither does the older version installed from that script [13:27] np on ripping them [13:28] thought since I couldn't play them, maybe I could iso them and play the iso's [13:28] no such luck... :( [13:28] Zombie_: I assume the error is something along the lines of "DVD encrypted..." [13:29] From Kaffeine, yes. "DVD encrypted, run sudo ....install_dvdcss..." [13:29] hello all [13:29] is here any bot to have some quick tips or? [13:29] from k9copy I get "libdvdread: error cracking css for ..." [13:29] o-dog: ubottu [13:29] how does it work? [13:29] Zombie_: which DVD is it? [13:29] which I foundout is fixed by libdvdcss [13:30] o-dog: msg it though rather than do it here [13:30] Pirates of the Caribbean: At Worlds End [13:30] I just wanna watch the dvd I rented... [13:31] Zombie_: which version of kubuntu are you using? [13:31] 8.04.1 [13:31] and you are using the medibuntu a [13:31] er [13:31] and you have the medibuntu package currently installed? [13:31] I shouldn't be? [13:32] I followed the instructions here: https://help.ubuntu.com/community/Medibuntu [13:32] so, I think so [13:32] can you pastebin apt-cache polcy libdvdcss2 [13:32] sorry apt-cache policy libdvdcss2 [13:33] what's pastebin? [13:33] !pastebin [13:33] 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) [13:34] Well, it says: Installed: (none) [13:34] so...I don't have libdvdcss installed? [13:34] Zombie_: nope [13:34] but I do have libdvdcss2 [13:34] do you see a candidate? [13:34] Candidate: 1.2.9-2medibuntu4 [13:35] for libdvdcss2 [13:35] ok, sudo apt-get install libdvdcss2 [13:35] Installed: 1.2.9-2medibuntu4 [13:35] It's already installed... [13:35] libdvdcss2 is already the newest version [13:36] when I insert an audio cd into my drive, I get a popup that indicates I have several options, including open in a new window. when I do this it gives me the option of copying in several different formats. One option that is missing is flac. do I need to install something to get flac? [13:37] should I install libdvdcss? [13:37] as opposed to, or in conjuction with, libdvdcss2? [13:37] Zombie_: libdvdcss2 is what you need and if you have it installed.. [13:37] that was my thoughts... [13:37] hence why I came to the experts [13:37] Zombie_: type kaffeine in a terminal and then try to play the dvd [13:38] that is run kaffeine from a terminal [13:38] ok [13:38] whatcha lookin for? [13:38] you should get a load of output in the terminal when you try to play. [13:38] yep [13:38] can you paste that to a pastebin? [13:38] the one the catches most attlibdvdread: Error cracking CSS key for /VIDEO_TS/VTS_08_0.VOB (0x00399346)ention is [13:39] err...um... [13:39] Zombie_: all the output you get [13:39] working on it. [13:40] You need this, right: http://paste.ubuntu.com/55621/ [13:40] yup thanks [13:41] What's wierd is that it plays the previews and then, when I try to get to the menu it gives me the encrypted error [13:42] can someone answer my question, please? [13:43] it's seeing libdvdcss ok [13:43] !flac | White_Pelican [13:43] White_Pelican: 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 [13:43] ty [13:44] dr_Willis: http://paste.debian.net/18844/ [13:44] I just timed my start up [13:45] since when is flac a restricted format? [13:46] probably some silly patent thing [13:47] Patents aren't silly... [13:47] they help control..... [13:47] actually I think it is free [13:47] man, I can't even TYPE that with a straight face... [13:47] it was listed under free format [13:47] Zombie_: try http://download.videolan.org/pub/libdvdcss/1.2.10/deb/ [13:48] Zombie_: choose the appropriate package and see if that helps. [13:48] * White_Pelican is confused [13:48] k. Gimme a few, please. [13:48] And thanks for the help so far. [13:50] Nope, same thing [13:50] White_Pelican: some of their software is BSD and some is GPL, I can only imagine it's "restricted" because of patent issues. [13:51] Zombie_: hm, I really do not know what else to suggest. [13:51] Ok....no worries. [13:51] I'll figure something out. [13:52] can you confirm kaffeine is using the newer version? [13:52] Using libdvdcss version 1.2.10 f [13:52] so, I think so [13:52] same trick as before, run kaffeine in a terminal and look for Using libdvdcss version ... [13:53] I don't see the "error cracking..." line like before [13:53] it got the key for all the VOBs [13:53] hmmm [13:53] Oh well.. [13:53] but kaffeine still complains? [13:53] no loss, I guess I'll just actually have to use the DVD player sitting by the TV [13:53] Yep [13:54] one other alternative is to try vlc [13:54] does the previews but when I hit 'D' for the menu it pops up the dialog... [13:54] I might try that later... [13:54] Zombie_: test with other DVD's too, maybe it's jsut that disk [13:54] I thought about doing that. [13:54] I might in a little while when I get up [13:54] I'm really lazy today... [13:54] :) [13:54] I've had problems with a Disney DVD before [13:55] hmmm [13:55] thanks anyway [13:55] Nothing ventured, nothing gained... [13:55] Zombie_: no probs. [13:56] Anyone good with suspend/resume stuff on a Laptop? [13:56] I just upgraded to hardy (yes, I know, I'm late) and thought I'd have a look at kde4. What version of KDE4 is the "kubuntu-kde4-desktop" meta package? 4.0? 4.1? 4.1.2? [13:57] Zombie_: I'm at a laptop. What's the problem? [13:57] No problems, I just want to run a script that interacts with the X display on resume and it doesn't seem to want to work correctly [13:58] Oh, and I haven't enabled any extra repositorys as far as I know. [13:58] Zombie_: I'm not that good with suspend/resume I'm afraid. Don't think I am anyway. [13:58] osh_, 4.0.something I believe [13:58] no worries [13:58] Zombie_: But do explain the problem and perhaps someone will pick it up? [13:59] ppa version should be 4.1.2 [13:59] I use a dualscreen setup at work, but don't carry around the extra monitor when I leave my desk. [14:00] I have a script that uses xrandr to change the desktop size from 2 monitors to 1, and it works flawlessly [14:00] the problem occurs when I try to run it at a resume [14:00] MrKennie: And this is ppa is found where? Can't seem to find anything about it on kubuntu.org [14:00] who use dropbox? [14:01] it seems that xrandr doesn't see the change in hardware when the script gets run [14:01] http://www.kubuntu.org/news/kde-4.1.2 [14:01] osh_: ^^ [14:01] Zombie_: Out of my league I'm afraid. :-/ [14:01] has the repos for it there [14:01] I print the output to a log and when the monitor is disconnected, xrandr is reporting that it is conneted [14:01] osh_: No probs at all [14:01] MrKennie: Thanks a lot. Just what I need. [14:01] np [14:01] I tend to do odd things that no one else on the planet seems to want to do [14:03] Zombie_: suspend/hibernate/resume can be funky at the best of times anyway. [14:03] unfortunately... [14:04] work in progress I suppose [14:04] unfortunately.... [14:04] one of the minor problems with linux [14:07] I love linux but I probably have to switch to Vista with my new job. Linux doesn't work well in a business environment. Connecting to ms-exchange, sharing documents in sharepoint and writing MS-office-docs. Unfortunatly. :-( [14:08] I could probably get it to work, but it would cost me time and effort best spent somewhere else. :-/ [14:11] When is kubuntu 8.10 releasing [14:11] !intrepid | apparle [14:11] apparle: Alpha Software: Intrepid Ibex is the code name for K/ubuntu 8.10, due October 2008 - #ubuntu+1 for discussion. Kubuntu Intrepid will have KDE 4 as the default Desktop Environment - see https://wiki.kubuntu.org/KubuntuIntrepidVersion | Warning lots of breaking software between now and October! [14:11] apparle: er, the 30th. [14:11] * Pici fixes factoid. [14:12] !intrepid ~= s/October 2008/October 30th 2008/ [14:12] Nothing changed there [14:12] does it have any improvements regarding detection of sound cards === jussi_ is now known as _nasu [14:14] has katapult been developed for KDE4 [14:16] What is the name of KDE4 amarok [14:19] Time to try out kde4 [14:23] is there any KDE4 version of katapult [14:26] when 8.10 is released, will the support channel be #kubuntu-kde4 or this only [14:26] here [14:27] will the kde4 channel be deleted [14:27] not sure [14:29] What is katapult, exactly? [14:29] did you ever press Alt-Space in KDE3 [14:29] sorry [14:29] yep [14:29] it always screws me up [14:30] did you ever press Alt+Space in kubuntu 7.10 [14:30] Zombie_: it's a kind of search as you type launcher [14:31] run dialog in kde4 does a similar thing [14:31] Any idea why Konsole does not allow me to select a font for a session? [14:31] interesting.... === Carnage` is now known as Carnage\ [14:32] yacc: you probably need to edit the font for the session you are using [14:32] very interesting... [14:32] MrKennie: does the run dialog also search songs as you play, if amarok is on [14:32] MrKennie, nope, a new session not yet used at all => http://drop.io/jslthao [14:33] apparle: that I do not know :) [14:33] hi to all [14:34] anybody know anything about arandr? [14:34] how can i restore the main window of amarok ? if i click the play button from amarok mini player it crushing my x server [14:35] dont know why [14:35] or urandr? [14:38] Thor: press PL in the mini player? [14:39] i tried but it restarting my x server [14:40] is there any combinations of keys ? === Carnage` is now known as Carnage\ [14:43] Thor: were you using any visualisations? [14:44] no [14:44] MrKennie: sorry I was disconnected. Can the search bar in KDE4 search through songs when amarok is ON [14:45] apparle: I'm not sure actually. [14:45] i modified the amarokrc file and now it appears that everyting return back to normal [14:45] are you on KDE4 [14:46] I'm not running kde4 so I'm unable find out either. [14:46] Thor: any ideas what it was? [14:46] Thor: the modification you made [14:46] nope [14:48] i modified only this line: Show Player Window by changing the value from true>false. [14:48] I'm not sure if anyone else knows this, but grub hangs with an error 11: bad device string if you have 2 title fields, even if everything else is correct [14:48] hm, strange it should crash, though [14:49] have there been any improvements regarding sound cards in 8.10 [14:49] but still dont know what caused such behaviour === Carnage` is now known as Carnage\ [14:49] apparle: best ask in #ubuntu+1 [14:51] szakulec: what is your device string currently? [14:53] it's 3694251f-28f2-430d-86aa-05c03eb04abe [14:53] hola! suppose we have an upstream bug for KDE. So if I report the bug there and attach a link to the upstream bug, will that be okay. (ie to post a bug knowing that it's triaged) [14:53] I found it out when I went to fix up my bootloader from upgrading my other partition [14:53] where can I get help regarding sound card installation [14:54] szakulec: ah I see [14:54] apparle: what's the problem? [14:56] I don't here any sound [14:57] does sound work when you plug headphones in? === Carnage` is now known as Carnage\ [14:58] no [14:59] hardware is ok coz sound plays in windows [15:00] apparle: if you open kmix, do you get the usual channels like Master & PCM? === Roy_Muzz is now known as Roy_M [15:02] no [15:02] alsa mixer gives some error [15:03] apparle: what is the error ? [15:03] where can I change my workgroup? [15:04] MrKennie: It don't remember exactly but its like snd_ctl not found or something like that [15:05] apparle: cat /proc/asound/cards [15:06] afeijo: /etc/samba/smb.conf [15:06] I am not sitting on my PC [15:08] thanks MrKennie [15:08] I need to restart something after edit the file? [15:09] afeijo:/etc/init/smb restart [15:09] :) [15:09] afeijo: /etc/init.d/smb restart [15:10] I figured that it was init.d, but I dont have smb file, wierd === Carnage` is now known as Carnage\ [15:10] afeijo: you probably don;t have the samba server installed [15:11] so I need the server in my workstation? I thought only my ubuntu server needed it [15:11] afeijo: are you setting it up as a server? [15:11] no, just on my machine to access my network [15:11] I check on my adept, samba is installed [15:11] and samba-common [15:12] should just work [15:12] as a client [15:12] I can access other machines, so there is not much missing :) [15:13] if you open dolphin and go to network -> Samba Shares you should in theory see your other machines [15:14] afeijo: or you can type smb:/ or [15:14] yeah, dolphin shows me other domains and machines! thanks, that shall be enough. And I found on Control Panel where to change my workgroup === Carnage` is now known as Carnage\ === Extrapan100^BNC is now known as Extrapan100 === Carnage` is now known as Carnage\ [15:28] i've removed the dvd-rw (/dev/scd1) and now, at boot after the step "waiting for resume device", the boot splash (gui) go in text mode... how can i solve this? [15:28] hi [15:28] what is the name of the kde3 app that brings up the system settings? i'm in kde4 and keed to increase font sizes for kde3 apps [15:28] nm found it [15:29] kcontrol? [15:29] das the one indeed [15:30] thank ya === Carnage` is now known as Carnage\ === genii-2 is now known as genii [15:43] hi guys. let's say i want to change the module options for my ipw2200, is it the same to do it with /etc/modprope.d/ipw2200 or i need /etc/modprobe.d/ipw2200.modprobe? === Carnage` is now known as Carnage\ === Carnage` is now known as Carnage\ === Carnage` is now known as Carnage\ [16:01] hi folks [16:01] what is the best tool for formatting an external hdd?? [16:04] i need help [16:04] my desktops dissapeared [16:04] i see everything black [16:05] do you see the mouse pointer? [16:07] adri__: try reboot [16:08] Hello! Not a Kubuntu question in strict sense, is there any project management tool (even basic) present in the distro? === Carnage` is now known as Carnage\ [16:11] is there any program in kubuntu like snagit in windows ? [16:12] luca_b, a quick search shows some possible results http://packages.ubuntu.com/search?keywords=project&searchon=all&suite=hardy§ion=all [16:12] Please need help [16:12] Geass_Ancelott, what is snagit? [16:13] program to capture desktop [16:13] like smart capture [16:13] yeah, hit the printscreen button [16:13] There is a screen capture (KSnap or KScreen, I think) [16:13] KSnapshot [16:13] thanks Daisuke_Ido [16:13] Geass_Ancelott: gimp can do that too [16:13] try different key combos with printscreen [16:14] ctrl+prtscn, alt+prtscn [16:14] MuelleJ: thanks, I'll take a look [16:14] i know some do different sorts of captures, though i don't recall what's what right off the top of my head [16:14] btw: qtparted sucks, gparted is 1000times better [16:14] thanks for the info [16:16] Yes gparted is better than qparted === Carnage` is now known as Carnage\ === Extrapan100 is now known as Extrapan100^BNC [16:26] hello, i have an adept problem... I want to remove kde-guidance-powermanager, and when I type it into the search it shows up and then disappears mmediately... === Carnage` is now known as Carnage\ [16:27] try from the konsole: sudo aptitude purge kde-guidance-powermanager [16:27] removing it's no problem... jus tadept has a bug [16:29] maybe...if so, file a bug report [16:29] !nvidia [16:29] For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/BinaryDriverHowto [16:29] you would do the community a big favour ;) [16:30] senorpedro: I have about 5 to file then fromteh beta testing [16:30] test [16:31] CQ: thats whats beta testing is for, finding bugs and reporting them :) [16:34] Where shoudl I report it? Launchpad under buntu, or where? [16:34] !bugs [16:34] If you find a bug in Ubuntu or any of its derivatives, please file a bug report at: http://bugs.launchpad.net/ubuntu - Bugs in/wishes for the bots can be filed at http://launchpad.net/ubuntu-bots [16:35] thanks === Carnage` is now known as Carnage\ [16:36] hi [16:36] how to install breyl on kubuntu fiesty fawn === mohsin is now known as Guest99250 [16:36] how to install breyl on kubuntu fiesty fawn [16:36] any one got any idea [16:37] !beryl [16:37] Beryl has been merged with Compiz to form Compiz-Fusion. New Beryl installs are discouraged. See also !compiz [16:37] how can i say to the system that i don't have /dev/scd1 ? (i've removed it) [16:38] i have an external hdd formatted with ext3, but when i plug it in the automounter mounts it in a way that the desktop user has no write permissions. how can i make the automounter to mount with write permissions for the desktop-user? [16:38] yes pici [16:38] beryl [16:38] !compiz | Guest99250 [16:38] Guest99250: Kubuntu is not shipping with compiz installed or enabled by default. You can still install it and have your eyecandy goodness from KMenu -> System -> Desktop Effects - further help in #compiz-fusion [16:46] i guys [16:47] hi [16:47] hi [16:47] i'm comes back === Carnage` is now known as Carnage\ [16:49] how to compile a repostry [16:52] I can't figure out how to get links sent to me by email or IM to stop opening in konqueror and open in firefox, can anyone help me? === Roy_Muzz is now known as Roy_M [16:54] biagidp_: what is your email app? [16:54] biagidp_: and im [16:56] biagidp_: you can set the application defaults under 'System Settings'>'Default Applications' but not all apps honor that setting (gtk ones don't in my experience) [16:57] Dvd kino [16:58] !dvd [16:58] For playing DVD, see http://help.ubuntu.com/ubuntu/desktopguide/C/video.html - "libdvdcss2" can be found at !Medibuntu or (for Feisty and earlier) http://wiki.ubuntu.com/SeveasPackages - Try k9copy (available in !Universe) for backing up DVDs [16:58] !kino [16:58] Sorry, I don't know anything about kino === Carnage` is now known as Carnage\ [17:00] !media [17:00] Audio (Ogg, MP3...) players: Audacious, Banshee, Beep Media Player, Listen, Quod Libet, Rhythmbox, Exaile, XMMS (GTK/Gnome based) and Amarok, JuK (Qt/KDE based). Video players: Totem, Xine, MPlayer, VLC, Kaffeine - See also !codecs [17:00] !codecs [17:00] 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 [17:01] !flash [17:01] 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 === Copertone is now known as Kopertone [17:01] !Restricted [17:01] For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also http://help.ubuntu.com/ubuntu/desktopguide/C/common-tasks-chap.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats [17:01] !Gnash [17:01] An open source flash replacement. It is still beta software. For current status or for more info http://www.gnu.org/software/gnash/ === mofux_ is now known as mofux_bbl [17:04] simply question [17:04] 8.04.1 what veersion is? [17:05] hi [17:05] hi [17:05] amerigo: you mean the codename? [17:05] year [17:05] hardy [17:05] DexterF: you welcomw [17:05] anyone know a good bitmap based drawing program? (drawing, not photo retouche, so not gimp or krita) [17:06] amerigo: oh, hey. how far did you come with your system? I had to leave, work. [17:06] i've reistalled all [17:06] amerigo: saved your home? [17:06] now 8.04 [17:06] in part... [17:06] i've saved only path of work [17:07] DexterF: so i don't know how will be [17:07] I solve the problem of my headphone but I still have a pitch noise from it [17:07] DexterF: but i think good [17:07] didn't understand the "path" remark, sorry [17:07] ANy idea how do i cancel noise === Carnage` is now known as Carnage\ [17:08] it's a Video [17:08] so i've saved only the path [17:09] the instruction [17:09] i'll be back in few moments === root is now known as Tsiroto === Carnage` is now known as Carnage\ === kubuntu_ is now known as teschd [17:26] anyone knows how to get wireless working [17:26] when does 8.10 suppose to come? === genii-2 is now known as genii [17:30] bence 30 october [17:30] Does anybody know if firefox 3.1 is already available in some ubuntu repo? [17:30] question... kde-guidance-powermanager says it's not installed, but it's running in the system tray... any clue how that happens??? [17:32] I'm having some trouble with getting a daemon script to start (on 8.04). I've added it to /etc/init.d and it starts fine when I invoke it manually. I also added symlinks in the run level directories with update-rc.d but it doesn't run on start. === k4v is now known as m4v [17:45] how can i find out if i have something installed [17:46] for example gimpshop [17:46] if i cant find it in adept [17:46] hi [17:46] i need some help for kubuntu [17:47] ? [17:47] okay... [17:47] i've removed the dvd-rw (/dev/scd1) and now, at boot after the step "waiting for resume device", the boot splash (gui) go in text mode... how can i solve this? [17:48] unless you tell us what's wrong, we can't help. contrary to popular belief, mind-reading classes are not mandatory for ubuntu support channels [17:48] i am able to connect to net on kubuntu ... and use all things like messenger n irc .. but i am not able to use knoquereor to brwowse === Carnage` is now known as Carnage\ [17:48] ya i was just typing [17:49] i am trying to use konqueror to browse ..but unable to do so [17:51] does it have work offline mode like mozilla..? [17:55] rakkesh: does what? [17:55] can anyone tell how to install firefox from ubuntu cd to kubuntu .. as downloading is taking too much time [17:56] rakkesh: add the cd as a repo then install as normal [17:56] i already hv ubuntu cd [17:56] rakkesh: i am not aware what version is on the cd [17:57] what version of cd do you have? kubuntu 8.04? [17:58] ya [17:58] same version of ubuntu n kubuntu [17:58] if i don't remember bad, on that cd there is a firefox 3 beta... [17:59] 8.04 [17:59] yes [18:00] ya i thought to install it as i m not able to browse net on konqueror [18:01] rakkesh: yes, but what's happen if you type: http://91.189.94.249 in konqueror? [18:02] hello, can someone recomend me a good gui based partition application? [18:02] An error occurred while loading http://www.yahoo.com: [18:02] Could not connect to host http://www.yahoo.com/. [18:02] i get this in konqueror [18:03] rakkesh: weird... [18:03] djdarkman: gparted [18:03] had same prob with firefox but it would work after selecting online mode from file menu [18:06] i can't seem to figure out what is eating away at my hard drive, anyone have an idea? [18:08] anyone there? === snikker_ is now known as snikker [18:08] E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it? how to solve this error [18:11] did you type sudo in front of the command? [18:11] it usually means you don't have enough access rights to that folder [18:11] ya [18:12] sudo apt-get install firefox-3.0 [18:12] well i logged off and closed all programs still [18:12] its coming like that [18:12] do you have adept opened? [18:12] no closed [18:13] i had read we hv to delete some file as workaround for that to work if [18:13] tht happens in case [18:14] i read that you have to : sudo dkpg --configure -a [18:14] k i deleted the lock file n now its working [18:14] :) [18:15] thanks neways [18:17] is there something wrong with the livecd version of the beta? [18:18] like what ? [18:18] when i run it off cd the screen turns half green when its supposed to load kde. tried on two pcs with the same result [18:18] maybe a bad copy ? [18:19] sigma halt green? [18:19] EagleScreen: yeah, whats up with it? [18:20] nothing [18:20] :) [18:20] EagleScreen: has the livecd version not been finished yet? [18:21] i dont know [18:21] well no, but something so obvious shouldnt be there [18:22] if with 2 pc's [18:22] most likely bad cd [18:22] sigma if you want ot install kubuntu 8.10, try unsing Alternate CD [18:22] hi ppl [18:22] good evning [18:22] Is there already a repo or deb file which I can use to run firefox 3.1? [18:23] correction, install firefox 3.1 :) === Carnage` is now known as Carnage\ [18:23] hmmm [18:24] u can get it from the packages list I think [18:24] that was the case when I used the system years ago [18:24] H|V_3ala2: Don't see it anywhere there.. [18:25] what system u use? [18:25] Kubuntu?what version? [18:25] Kubuntu 8.10 [18:25] u r lucky [18:25] I heard it was in some 8.10 repo but I don't see it :) [18:26] I'm still have a problem installin it [18:26] H|V_3ala2: lucky? that it works? :) [18:26] haha [18:26] hello [18:26] I have some problems.. wifi is dead in the water ATM [18:26] haha [18:26] But.. no FF3.1 here [18:26] hello ubuntu === ubuntu_ is now known as Simmo [18:26] wifi doesn work? [18:26] that sux [18:27] do you have an intel wireless card? [18:27] szakulec: worse, broadcomm [18:27] one of those bmc43xx things [18:27] mine is atheros [18:28] phoenixz: I asked because mine (iwl3945) sometimes gets stuck, and if I remove and re-insert the driver, it starts working again [18:28] hmmm [18:28] you could try that and see if it works: sudo rmmod driver ; sudo modprobe driver [18:28] szakulec: Not a driver problem aparently.. seems to work okay, but it looks like there is some problem with encrypted connections at the very moment it needs to open up the wallet manager [18:29] EagleScreen: na il just wait for final. just wanted to take a look at it and test drive the new apps. could me having a nvidia card be causing the problems? [18:29] sigma nvidia is usually the best option for Linux [18:30] dudes it's still beta [18:30] they will fix it [18:30] you also can try booting disabling splash [18:30] EagleScreen: yeah but kde4 had major issues with it wrt performance [18:31] but we should report bugs to help them gettin it done [18:31] yeah i run a server on my pc so i dont run the beta's, just the finals [18:32] server is defrent [18:32] no not ubuntu server [18:32] i mean a LAMP install on kubuntu:) [18:32] oh [18:33] do u know how to fix the bios year? [18:33] oh does anyone know if openoffice is ever planning to integrate kde4? [18:33] bios year? [18:33] yea [18:34] it says my bios year is 0 [18:34] xD [18:34] tried all the boot options [18:34] noacpi,,,,acpi=off [18:35] witam [18:35] hi [18:35] cant say i have ever run into that error before [18:35] hi [18:35] neither I [18:36] except when I had a celeron laptop [18:36] that's an experience I will ever try it again [18:36] never [18:37] celeron boots fast but fails on multitasks [18:38] ACPI: DMI BIOS year==0, assuming ACPI-capable machine.......anyone knows what to do? [18:39] well oo3 looks good, seems to run a bit faster. just needs kde4 integration [18:39] kde4 rocks [18:40] yeah it does, oxygen needs a bit of work though [18:40] i think 4.2 will be great [18:40] here we wait [18:40] somthin happens when u wait,,,,u get somthin [18:41] suppose to be better [18:42] no1 here supports nothin [18:43] why they r here?,,,,huh! [18:43] !vnc [18:43] VNC is a protocol for remote desktop. https://help.ubuntu.com/community/VNCOverSSH describes how to use it securely. It works best over fast connections, otherwise look at !FreeNX === j is now known as Guest27744 === Guest27744 is now known as j_ [18:48] ACPI: DMI BIOS year==0, assuming ACPI-capable machine [18:54] !Vino [18:54] Sorry, I don't know anything about vino [18:54] !vino [19:14] jestem z polski [19:14] jest tu jakiś inny polak? [19:15] ehh nie ma nikogo :P [19:15] kurde no odezwij się ktoś :P [19:17] !pl | czarny [19:17] czarny: Mozesz uzyskac pomoc w jezyku polskim na #ubuntu-pl [19:18] hi all [19:18] how can I rip audio streams from streaming sites? [19:19] I know how it can be done in M$ xp [19:19] but I have no idea how to do it in ubuntu [19:20] in M$ I use winpcap+networkminer [19:20] is there anything similar to that? [19:21] is there ANYONE in here? [19:21] this room is DEAD [19:22] soussou: I would imagine that vlc could probably do it [19:23] soussou: you gotta realize that people here are in different timezones [19:23] ACPI: DMI BIOS year==0, assuming ACPI-capable machine === Ardarandir1 is now known as Ardarandir [19:23] soussou: mplayer can do some stuff like that too [19:23] sos [19:23] sos [19:23] ACPI: DMI BIOS year==0, assuming ACPI-capable machine [19:23] soussou: and ffmpeg as well. Here is a link http://linux.byexamples.com/archives/229/extract-audio-from-video-or-online-stream/ === CoJaBo is now known as CoJaBo-old [19:24] soussou: mplayer -noframedrop -dumpstream "" -dumpfile [19:25] Anyone know how to configure xorg with dpkg-reconfigure xserver-xorg being broken by missing the battery module (which I have NO need for)? [19:25] Used to be some x programs to do that, but I can't remember what they were :-(. [19:26] 800x600 just sucks and I know this ancient Voodoo 3000 will do 1024x768. [19:26] TIA [19:28] I'm having some trouble with getting a daemon script to start (on 8.04). I've added it to /etc/init.d and it starts fine when I invoke it manually. I also added symlinks in the run level directories with update-rc.d but it doesn't run on start. [19:28] namelessjon_: Is it set executable? [19:30] genii: Yeah, and it works fine when I do '/etc/init.d/couchdb start' [19:32] namelessjon_: Does it need to be executed as certain username? [19:33] genii: when I run it manually, it is run as root. [19:33] !vnc [19:33] VNC is a protocol for remote desktop. https://help.ubuntu.com/community/VNCOverSSH describes how to use it securely. It works best over fast connections, otherwise look at !FreeNX [19:33] namelessjon_: Ah, thats why no "sudo" in your example of calling it then [19:34] genii: But arn't init scripts run as root? [19:34] genii: During the boot process, that is [19:34] namelessjon_: They can be run as any username, but this is defined within the script usually [19:35] Hello People. [19:35] genii: Yes, but what I meant was 'They are invoked as root' (What the script does with those root priviliges, including changing user, is surely up to it?) [19:36] does anyone how sound setup is in kubuntu? while running mplayer is shows errors of opening oss or alsa. It uses AO ARTS. Don't want the arts sound server.... [19:37] namelessjon_: Yes. What does ls -l /etc/init.d/couchdb report (rwx and user:group properties) [19:39] namelessjon_: Also do you have #! /bin/sh as first line in file [19:39] 755 root root, same as every other script in there. [19:40] genii: And yes, it starts with #!/bin/sh -e === sars is now known as ka_sars [19:43] any experts here? [19:44] I mean an expert [19:45] where is the god of linux? [19:47] H|V_3ala2: don't ask to ask, don't take polls. just ask your question [19:47] ACPI: DMI BIOS year==0, assuming ACPI-capable machine.....failure of bootin live Cd [19:47] rickest?? r u another bot? [19:48] human? [19:48] battery low? [19:48] hi [19:48] huh! [19:48] hi master [19:48] asl [19:48] how is it goin? [19:48] pls [19:49] 21 male an Arab [19:49] live in Egypt [19:49] ok [19:49] 18 macedoia [19:49] male [19:49] welcome man [19:50] how is goin there? [19:50] thanks [19:50] its good [19:50] had an end to all wars? [19:50] not yet [19:50] it will soon [19:50] that's what's bad [19:51] so any ideas how to stop arts server to just use plain alsa? [19:51] can i join an another irc chanel [19:51] some ppl r very greedy to rule [19:51] yea [19:52] u can find a list [19:52] how to do that [19:52] type /list [19:52] up there u find a paper with # [19:52] next to the heart [19:52] namelessjon_: Hmm. PErhaps it's dependant on some other services being started first. (in /etc/rcX.d number order) [19:52] if u r using Mirc [19:53] genii: it's currently running at 99 :/ [19:55] how can i find macedonian channel [19:55] namelessjon_: Weird. No other immediate ideas come to mind on why it can't run then [19:56] genii: Yeah, thats about where I got to as well. :/ Thanks anyway [19:58] namelessjon_: Is the script dependent on something within X ? [19:59] (since then it will not be able to successfully run until desktop (or possibly just kdm/gdm) is up) [20:00] north macedonian or south? [20:00] north [20:01] hmm did you tried /list command? [20:01] there is a #macedonia channel but you need to be invited [20:02] or whatever [20:02] i didn't find anything that says macedonia [20:04] who can invite me there [20:07] genii: I doubt it very much. It's a database server [20:07] ok [20:26] Hello people. I received a 6.06 Kubuntu install CD. I installed it here, but I don't see how to upgrade on internet my 6.06 version to last stable version. Can anyone help please? [20:27] Bonjour, j'ai installé la version 6.06 de Kubuntu, et je voudrais l upgrader à la derniere version stable connue de Kubuntu... via internet, mais je sais pas comment faire. Qqn peut m'aider svp? === dbglt is now known as dstambou [20:29] hi, do anybody know how to affect which process will be started at which tty? [20:30] the default setting si terminal on tty1-6 and Xorg on 7 and I want to change it. [20:34] coubeatczech: Look in /etc/event.d [20:38] I found there files tty1-tty6 which I assume specify tty1-tty6. And what about xorg on 7? how to affect 7? === homer is now known as Guest16603 [20:45] how do i get the desktop cube and compiz fusion [20:48] !compiz | chairman [20:48] chairman: Kubuntu is not shipping with compiz installed or enabled by default. You can still install it and have your eyecandy goodness from KMenu -> System -> Desktop Effects - further help in #compiz-fusion [20:48] * genii slides Tm_T a large Kubuntu mug of coffee [20:49] genii: danke shön [20:50] Tm_T: bitte [20:58] i just installed fluxbox, but i want to still use KDE's Alt-f2 run command program... what's the program called to launch it from a terminal?? [21:10] hi, i have been running ubuntu 7.04, just now i installed kde-desktop, when i logged in the mouse started acting up and now it won't respond at all... [21:10] i have a laptop, dell latitude, using synaptic driver i believe [21:10] any suggestions? [21:12] h [21:21] hi [21:22] i have some problems connecting to a wpa-psk wifi with rt2500 [21:22] the /etc/network/interfaces look like this: [21:22] auto ra0 [21:22] iface ra0 inet dhcp [21:22] pre-up iwpriv ra0 set AuthMode=WPAPSK [21:22] pre-up iwpriv ra0 set EncrypType=TKIP [21:22] pre-up iwpriv ra0 set WPAPSK=whatever [21:22] wireless-essid adh [21:22] wireless-mode managed [21:22] wireless-channel 5 [21:22] but when i do /etc/init.d/networking start it doesn't work [21:22] but [21:23] if I enter the iwpriv commands manually [21:23] and i do a dhclient ra0 after [21:23] then i get connection [21:23] any ideas? [21:24] * jsq shakes head [21:24] no-one seems to care about kubuntu in here ;) [21:24] lol [21:25] doesn't the KNetworkManager takes care of all of that? [21:29] does not seem to [21:29] it just ask me for wep key [21:31] maybe if i turn my comp off for awhile the mouse will fix itself... [21:35] i can't get the virtual desktop i need help === robson is now known as robson4115 [21:40] To a new user of Kubuntu, should they download Kubuntu with KDE 3 or KDE 4? [21:46] Hello all...anyone in here involved in packaging the amarok 2 packages (amarok-neon, amarok-nightly) for Hardy? === sfs is now known as _StefanS_ [21:50] hawke_: what's the issue? [21:51] Riddell: I was just going to ask if there were any plans for Intrepid, since the hardy packages have some dependencies that don't exist in intrepid [21:52] * genii puts on another pot of coffe [21:53] coffee, even [21:53] café? :-) [21:53] hawke_: it's apachelogger's project, I imagine he'll switch it to intrepid at some point [21:53] Why konsole is aware of so little fonts ? When I do fc-match Monospace|wc -l, there 254 fonts. KOnsole shows less than 10 [21:53] hawke_: No, I'm at work. But I live on the stuff [21:53] Why ? [21:54] genii: I was just referring to alternate words for coffee, which were also similar to your misspelling. Anyway. [21:54] i can't get the xtra desktops? [21:55] i did the system setting to 5 n still get 2 [21:55] chairman: If you mean you're not seeing a cube but only a single side or two sides in compiz, please ask in #compiz-fusion [21:57] question .... can i use kubuntu with server-undernet ... if so .. how? [21:58] terry: Is your question: Can I use Konversation or Pidgin or Kopete to logon to undernet irc as well as freenode, the answer is yes [21:59] hi guys [21:59] genii ... yes [21:59] any one knows a best mp4 convertor for my sony [22:00] pls help [22:00] terry: You can log on to whatever irc server you like. setting it depends on what client. But also on the fly you can do usually something like /server newservername [22:01] tamil [22:02] genii ... thanks .... how do i find undernet ... mirc is already built with windows [22:04] genii .. i,m a lamer ... did i forget to say that [22:05] hello.. I want to know the packagename for gtk engine kde4. (ie if I report a but for gtk apps on kde4, which package should I be hinting?) [22:06] !search qt-gtk [22:06] Found: [22:06] =) [22:06] !search gtk-qt [22:06] there is a gtk-qt-engine [22:06] is that it? [22:06] yes glade88, thats it [22:07] okay, thanks emilsedgh [22:08] emilsedgh: gtk-qt-engine does just the theming part of gtk apps in KDE [22:08] yes glade88, i think its a gtk theming engine that uses Qt to draw all widgets so they look like a Qt app. [22:09] glade88: an no, it wont affect file open/save dialogs, etc. [22:09] emilsedgh: if I wish to report a bug that indicates a spoiled system-tray icon of a gtk app in kde4.1, what should I be ponting to? [22:10] *pointing [22:10] glade88: search.i think there are some bugs reported about that already. [22:14] ppl [22:14] L === pelle is now known as p90sv [22:21] Hi is knetworkmanager working with wpa? [22:29] Marekt: I believe I have knetworkmanager working with wpa at home === Timmy is now known as TimS === pelle is now known as p90sv [22:39] is 8.10 going to have KDE4? === giuseppe is now known as Guest72762 [22:41] Kage_Jittai, yes. I belive it wil be the default [22:41] HI everyone, My kubuntu is very very slow and video and audio are not fluid... can you help me, please! [22:42] Guest72762: whats your PC's CPU speed, and how much memory do you have [22:42] Guest72762, you have intalled the proper video card drivers also? that can be a big issue [22:42] 2.8GHz and 512M ram [22:43] Dr_willis_: I hade this problem after update linux image 386 === Guest72762 is now known as giuseppe_ [22:44] Guest72762: open a process manager like KSysGuard and see if something is eating the CPU [22:45] Kage_Jittai: Now I check... but I need time :( [22:45] Kage_Jittai: it's so slow... but before installi linux image 386 my kubuntu was fast [22:45] hmmmm [22:46] Kage_Jittai: have you got any idea? Please.... I don't want to format my notebook [22:46] giuseppe_: no need for that [22:47] Kage_Jittai: I see... nevermind... [22:47] I would open a performance monitor and see if something is eating your CPU [22:47] anyone can help me? [22:47] Kage_Jittai: well, my cpu is @ 85% [22:48] Kage_Jittai: the first one in Ksysguard... the second firefox [22:49] how much is firefox using? [22:49] Kage_Jittai: around 21% [22:50] Kage_Jittai: Ksysguard around 45% and then other processes [22:50] how about memory wise, how much memory is being used? [22:50] Kage_Jittai: Xorg around 12% [22:51] Kage_Jittai: physical memory is 435M [22:51] Kage_Jittai: and my video memory is 64 shared [22:51] Kage_Jittai: [22:51] Kage_Jittai: 64Mb [22:51] how much of it is being used [22:53] Kage_Jittai: apache2 (it runs for two times... two process called apache2) uses 232M x2 [22:53] kage [22:53] Kage_Jittai: Xorg 220M [22:53] Kage_Jittai: firefox 178M [22:53] then no memory free [22:53] you said you had 512MB? [22:54] Kage_Jittai: correct [22:54] your over using your memory [22:54] Kage_Jittai: I guess I use all memory available [22:54] Kage_Jittai: any idea how to solve it? [22:54] stop apache2 is using more then it should [22:54] how [22:54] kill process? [22:54] try stopping apache2 and see if it speeds up any [22:54] no [22:55] sudo /etc/init.d/apache stop [22:55] I believe [22:55] it might be apache2 === Timmy is now known as TimS [22:57] Kage_Jittai: done but no effect... [22:57] Is there a way to make it so that the start menu is like the classic windows menu? [22:58] giuseppe_: hmmmm [22:58] giuseppe_: percentage wise, how does your memory look? [22:58] Kage_Jittai: just a second [23:00] Kage_Jittai: swap memory used is very very low [23:00] swap memory being used at all is normally not idea [23:01] Kage_Jittai: so... can it depend from kernel? [23:01] giuseppe_: the kernel update should not had caused your system to slow down [23:02] Kage_Jittai: so... no idea? [23:02] increase your free memory [23:03] Kage_Jittai: how? [23:03] pastebin the results of "ps aux" [23:03] where? Here? [23:04] No [23:04] http://pastebin.ca/ [23:05] Kage_Jittai: please, wait [23:05] I am [23:06] hello [23:06] heike: hi [23:06] Kage_Jittai: it's so sloooooooooowwwwwwwwww! === PC12-Sala3-381 is now known as armandon20 [23:07] hola disculpen la pregunta algun este canal es en español, soy nuevo en esto [23:07] !es [23:07] 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. [23:08] muchas gracias [23:08] :) [23:08] hello [23:09] Hi Jitta [23:09] hi srizz [23:09] im having trouble installing the ubuntu cd on my bros laptop [23:09] ubuntu or kubuntu? [23:10] ubuntu, i get this error after the install option is selected ... undevd-event [1545]: run_program: ' /sbin/modprobe ' abnormal exit [23:11] srizz: which install option [23:11] Kage_Jittai: another detail... sometime when I start my kubuntu ot works fine but after a little of time (it's randomic) it becomes very very sclow!) [23:12] the main one after you boot from the disc [23:13] srizz: are you using the latest disc? [23:13] giuseppe_: sounds like memory leak problem [23:13] giuseppe_: try logging out, and selecting the option restart X [23:13] Kage_Jittai: are you sure it's www.pastebin.ca? [23:13] Kage_Jittai: yes [23:14] Kage_Jittai: just got it in the mail [23:14] no www [23:15] giuseppe@Giuseppe-mobile:~$ ps aux [23:15] USER PID PU %MEM VSZ RSS TTY STAT START TIME COMMAND [23:15] root 1 0.0 0.3 2952 1852 ? Ss Oct09 0:01 /sbin/init [23:15] root 2 0.0 0.0 0 0 ? S< Oct09 0:00 [kthreadd] [23:15] root 3 0.0 0.0 0 0 ? SN Oct09 0:00 [ksoftirqd/0] [23:15] root 4 0.0 0.0 0 0 ? S< Oct09 0:00 [watchdog/0] [23:15] join #paste [23:15] Kage_Jittai: I'm sorry [23:16] srizz: what type of laptop is it? [23:16] hello! I have question, i am looking for a regular expression: match everything but )) [23:17] giuseppe_: try #flood [23:17] Kage_Jittai: toshiba satellite [23:18] srizz: how old? [23:18] Kage_Jittai: like a week [23:18] what model [23:18] in which channel can I ask my regexp question? [23:18] #flood [23:18] #php or #perl, maybe [23:18] Kage_Jittai: what do you mean? [23:18] Kage_Jittai: A305-S6872 [23:19] giuseppe_: #flood channel [23:19] (02:16:40) (philipp) hello! I have question, i am looking for a regular expression: match everything but )) - palishsya ))) [23:20] giuseppe_: we are not having much luck lol [23:21] Kage_Jittai: just a monute... I try in another mode [23:22] giuseppe_: try http://rafb.net/paste [23:22] Kage_Jittai: try in http://paste.ubuntu.com [23:23] or that [23:23] it does not matter [23:23] Kage_Jittai: any ideas [23:23] srizz: have you tried graphics safe mode? [23:23] Kage_Jittai: http://paste.ubuntu.com/55803/ [23:23] Kage_Jittai: i'll go try it [23:23] Kage_Jittai: do you see it? [23:24] yes [23:25] giuseppe_: is it running slow ATM? [23:25] Kage_Jittai: did you see any strange process? [23:26] ATM? [23:26] what do you mean? [23:26] At the monument [23:26] yes [23:26] Kage_Jittai: video and audio [23:27] Kage_Jittai: no go [23:27] Kage_Jittai: and also grafic and mouse pointer are sloooow [23:27] ! [23:29] can you have 2 gmail email accounts per person or do they only let you have 1 gmail email account per person? [23:30] Kage_Jittai: any idea? [23:30] giuseppe_: when you reboot, you can press esc, and try using your old kernel [23:31] too see if it is a kernel issue [23:31] Kage_Jittai: I already tried selecting the old kernel from GRUB [23:31] Kage_Jittai: but same problem [23:31] is it possible it depends on driver memory? [23:32] hmmmmmm [23:32] Kage_Jittai: but why at beginning it works fine and after some minutes it becomes slow [23:32] ? [23:33] Kage_Jittai: "Hmmmmmmmmmmm"... what do you mean? Am I wrong to choose old kernel? [23:33] No [23:33] I am just thinking [23:33] ok :) [23:33] what does "uptime" say? [23:33] video setup? [23:33] uptime? [23:33] run that command [23:34] give me a second... too slow! [23:34] hi [23:34] 00:34:31 up 1:01, 1 user, load average: 3.55, 2.60, 2.39 [23:35] eeks [23:35] Kage_Jittai: what doe it mean? [23:35] means your system is running slow [23:35] Kage_Jittai: I don't understand... [23:36] press ctrl + alt + backspace, save anything that needs saving first [23:36] Kage_Jittai: do you know how to solve the problem? === giuseppe is now known as Guest14556 [23:40] Kage_Jittai: sorry but I pressed ctrl+alt+backspace === Guest14556 is now known as giuseppe_ [23:40] I know [23:40] Kage_Jittai: can you write one more time? [23:41] is it running any faster? [23:41] Kage_Jittai: I did not real it [23:41] no [23:41] I have not typed anything [23:41] Hi, any from italy? [23:41] !it | gpp [23:41] gpp: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (click col tasto destro sul nome del canale per entrare) [23:41] Kage_Jittai: well it is slow [23:42] Thanks [23:42] Kage_Jittai: 00:41:57 up 1:08, 1 user, load average: 4.19, 4.41, 3.31 [23:42] Kage_Jittai: it is slow like before [23:43] can it depend from acpi or apm? [23:43] hmmmm [23:44] what does free -m report [23:45] total used free shared buffers cached [23:45] Mem: 487 426 61 0 23 181 [23:45] -/+ buffers/cache: 221 266 [23:45] Swap: 854 34 820 [23:45] Kage_Jittai: It seems I don't use swap memory, correct? [23:46] not atm [23:46] according to this, you have free memory [23:46] Kage_Jittai: no other idea? [23:47] giuseppe_: a few [23:47] Kage_Jittai: well, now I have to go bed... Thanks a lot btw... see you another day, ok? [23:48] no problem [23:48] Kage_Jittai: eventually can you write me to my email? [23:48] Ill lurk in this channel, just page me some day [23:49] Kage_Jittai: ok... so thanks a lot and see you again [23:49] Ciao! [23:56] hi all [23:57] I need nvidia drivers installed and the ones that kubuntu had ready for me some just doesnt work [23:57] first time it hasent worked out of the box. [23:57] joseph: did you try the restricted drivers? [23:57] lol, crap [23:57] Iknew I was missing something [23:58] :) [23:59] I just sold this pc and I'm in a bit of a rush to deliver it