[00:06] how do i fix broken packages? === Heinz|Hawi is now known as Heinz_ [00:11] any ideas why I loose my screen resolution setting when I restert my computer [00:11] zus: what do you mean? [00:11] zus try sudo apt-get install -f [00:12] typos king i began watching a video and it asked for some packages to install then halfway it says i've broken packages... [00:13] ArGGu^^, what does that -f do? [00:13] -f[ix] [00:13] :) [00:14] i set my resolution for 1024x768 but after i restart my box it reverts back to 1600x1200 [00:15] thanks [00:15] rats: do a manual edit to /etc/X11/xorg.conf [00:17] Ill try that Typos_King thanks [00:17] k [00:22] brb foods here :) [00:48] hi, theres something weird with my system.. [00:49] modprobe cannot find evdev, even in i have installed the driver ( xf86-input-evdev ) and hal can find the device [00:51] maybe is not what modprobe wants name wise [00:51] maybe is called something else [00:51] Typos_King, that is possible [00:52] i dont know if i can paste the related output from hal here.. [00:54] its in the pastebin now [00:54] http://paste.ubuntu.com/443036/ [00:56] .. I see nothing related to evdev :| [00:57] yes, and thats weird.. [00:58] i get garbled text if i type cat /dev/input/event9, so the device is OK [00:58] * and movemy finger around on the screen [00:58] right [00:58] why are you probing it? [00:59] because i cannot get it to work. [01:00] get what to work? [01:00] the touchscrren of course [01:01] there is a bug related to it: http://www.google.no/url?sa=t&source=web&ct=res&cd=6&ved=0CEEQFjAF&url=https%3A%2F%2Fbugs.launchpad.net%2Fbugs%2F577257&ei=3J4FTKKHB52SOJ7pgIYF&usg=AFQjCNEy6kMuUuWuUHJNDqfM7upUj9pATQ [01:01] but the solution mentioned on that page doesnot work. [01:02] .. [01:02] I do see a xserver-xorg-input-evtouch package in the repos [01:02] there's also a tslib [01:02] too [01:03] there IS a file that are related to syaptics here /usr/share/hal/fdi/policy/20thirdparty/11-x11-synaptics.fdi [01:04] that'd be for the touchpad, not a touchscreen I'd think [01:04] my toucpad mouse does work. [01:05] k === v is now known as vorian [01:06] there is alsoa wacom file.. but nothing related to cf-29/touchscreen.. [01:09] what about something about 'evtouch'? [01:10] nope [01:10] moin [01:11] but there is a file with the same name as the one mentioned on that page. [01:11] that deals with the QEMU USB Table [01:12] maybe it is possible to overwrite that file, perhaps that can help ? [01:13] it is at /usr/share/hal/fdi/policy/10osvendor/10-x11-input.fdi [01:19] i have renamed the orginal 10-x11-input.fdi file to 10-x11-input.fdi.backup and made a new 10-X11-input.fdi file with the recommended settings.. [01:20] i will reboot now, if i dont show up here againin about 30 minutes.... whell, you know what happened :P [01:22] she [01:22] what the ***? [01:22] anyhow, -s [01:27] my .gtkrc-2.0-kde file disappears when i logout/back in [01:27] i removed kubuntu-defualt-settings cause it was causing to many bugs [01:45] no, that did not work... [01:45] my keyboard and other inputs died. [01:46] good night! === Spawn is now known as Deathspawn [02:06] does anybody know where can I get xlibs-dev? === codolio is now known as dolio [02:20] how long does it take for kde updates to hit the mirrors? like 4.4.4 came out today, and the mirrors are still on 4.4.2. [02:21] Usually takes a day or two to get to backports [02:22] 4.4.3 has been out for 3 weeks. [02:25] Kubuntu packages for 4.4.3 got built almost a month ago [02:26] Looks like the same day as KDE released [02:27] Wonder why i never got the update? [02:28] Do you have the updates repository enabled? [02:31] Dragnslcr: I have "important security updates" and "recommended updates" checked. [02:36] I am going off of what "about kde" says in dolphin. Is there a way i can check my version from cli? [02:37] rsouthard: You're trying to check what version of KDE you have installed? [02:37] contrast: yes. I know i am 4.4.x [02:38] contrast: just dont know what .x version i am on. [02:38] apt-cache policy kdelibs5 [02:39] That'll show what version you have installed as well as any other versions which are available in the repositories you have configured. [02:40] thats 4.4.2-2-0ubuntu [02:40] thanks [02:40] No problem... Are you trying to upgrade to the 4.4.4 release that came out today? [02:41] Yes. [02:42] Does kubuntu use different repositories than ubuntu? I am on an ubuntu install then i ran apt-get install kubuntu-desktop. [02:42] nope, same repos [02:42] 4.4.4 isnt in the main repos [02:43] should be in a PPA i think [02:43] rsouthard- I think 4.4.3 is in the "Unsupported" repository [02:44] gotcha. i could grab it by enabling the kubuntu-beta-backports you think? [02:44] Yeah, 4.4.4 is in the main Kubuntu PPA. IIRC, you can run "sudo add-apt-repository ppa:kubuntu-ppa" to add it, but you might want to double-check kubuntu.org to be sure. [02:48] I'm trying to burn a DVD, but K3b keeps saying "cdrecord has no permission to open the device." Under the Permissions column for the device in K3bSetup, it says "666 root,cdrom". I'm in the cdrom group, so I'm not sure why it's giving this error. Any ideas? [02:49] rsouthard- sorry, KDE updates are just in the PPA [02:49] rsouthard- http://www.kubuntu.org/news/kde-4.4.4 [02:49] Someone needs to update the topic here [02:50] 666 has to do with your file permissions. you need to get it back to 775. there is no execute in there. [02:51] Ahh... So just "sudo chmod 775 /dev/sr0"? [02:51] not sure you can do that on a device. [02:51] you could launch k3b as root. [02:52] or add yourself to the root group [02:53] Yeah, I considered that. I'd rather actually fix whatever the problem is though. [02:53] that is understandable. what are the permissions for your /dev/sr0? [02:54] Well I just ran that command and they're 775 now, but it's still saying the same thing. [02:54] That is odd. [02:54] "ls -lh /dev/sr0" returns this: brwxrwxr-x+ 1 root cdrom 11, 0 2010-06-01 21:33 /dev/sr0 [02:54] what about the permission on the file that you are trying to read? [02:55] or that k3b is trying to read? [02:55] -rw-r--r-- [02:55] also, what is your umask? 002? [02:55] Erm... Not sure. How do I check that? [02:55] umask [02:56] 0022 [02:56] that is good. [02:57] What's weird is I burned a disc earlier with no problem. When I tried to burn another one right after that, this started. :\ === pavel_ is now known as estres [02:58] That sets permission for newly created file 777--0222=755 or -rwx-r-x-r-x [02:59] i am at a loss. sorry. had a similar problem with nfs...and burning. but it was a /etc/exports problem not so much as local perms. [02:59] Erm... I just made a new file to check that, its permissions are 644 (-rw-r--r--) [02:59] hi there, any one know why I can not conect to the internet? I have to erase the /home/user/.kde directory and then I only can acces to my wireless networ by gnome === miguel is now known as Guest18076 [02:59] Well, thanks anyway. :) [02:59] a little help here please [03:00] contrast: were you root when you did that? [03:00] Nope. [03:00] that is ok. that is normal. [03:01] 'Kay... Well, thanks for your efforts. [03:01] np. sorry i couldnt be more help. no great with permissions. [03:01] not* [03:01] No problem. [03:02] post your issue on serverfault.com or kubuntu forums. serverfault has some really sharp admins on there that always help me out. [03:03] Nice, thanks for the tip. [03:05] yw. [03:36] boob [03:36] well [03:36] this looks.... [03:36] fun [03:57] Hi, I believe that my upgrade did not complete and now I have no access (wired or wireless). How can I manually force an update (not a re-install) from a CD source? [03:59] Hey, does anyone have any idea about KDE 4.5 beta1 packages? Is anybody actively working on them? I'd like KDE 4.5, and I don't mind helping out with packaging. [04:02] can I use a recovery shell to format the HD or to install (or re-install) kubuntu from a cd? [04:04] You may be able to use it to format the disk, but I would advise against it. Rather, boot from a Kubuntu CD (or, even better, a USB flash drive imaged with Kubuntu) and install that way. [04:04] well i burnt another cd with kubuntu in it but the dvdrom wont read it [04:05] i rebooted 10 times and still wont show up [04:05] Is the BIOS set to boot from CD/DVD? [04:05] yes [04:06] Hmm… The disc may not have properly been burnt. Are you able to access the CD from within recovery mode? [04:06] i dont know how to do that [04:08] Is the machine with Kubuntu on it accessible right now? [04:09] yeah i have it right next to me [04:09] Are you in the terminal now? [04:10] im in the recovery shell [04:10] so yeah i guess [04:10] but, i have no access to the internet >.> [04:11] What is the output of the command 'ls /dev/scd*' (without quotes)? [04:11] cannot access /dev/scd: no such file [04:13] brb [04:13] Okay. === pavel_ is now known as estres [04:14] any one had problem with the wifi conection? [04:15] Not recently. What wifi chip do you have, and what problems have you been having? [04:15] is not problem of the chip because in gnome works fine [04:15] actually I am using gnome to... [04:15] What problem have you been having? [04:16] *gasp* blasphemer! (kidding) [04:16] the kde not conect to the wifi network [04:16] Which version of Kubuntu are you using? [04:16] kde does not conect to the wifi network [04:16] 10.04 [04:17] Was this a fresh install, or did you upgrade from a previous version? [04:19] well I have to erase /home/user/.kde [04:19] because some problems with the desktops [04:21] Is your system fully up to date? [04:21] I think so [04:21] I think kde network manager is the problem [04:22] is installed in v0.7 [04:22] version [04:24] aoueoa: ok thank you, I will try another thing [04:25] According to Ubuntu's package information (http://packages.ubuntu.com/lucid/network-manager-kde), your network manager is out of date. Are you perhaps still using knetworkmanager? [04:25] Oh. you just quit. Never mind. [04:26] Does anyone have any idea about KDE 4.5 beta1 packages? Is anybody actively working on them? I'd like KDE 4.5, and I don't mind helping out with packaging. [04:39] KDE froze on my hp mini 210 on logout [04:39] i am using ubuntu netbook remix and install kde using apt-get [04:40] Did you install kubuntu-desktop or kubuntu-netbook? [04:41] i installed kde-base [04:42] Are you using KDM or still using GDM? [04:43] (on the login screen, does it say Ubuntu [not Kubuntu])? [04:51] Hi, since my upgrade to 10.04 LTS and a restart I have no network at all! I have already reviewed https://bugs.launchpad.net/ubuntu/+bug/555571 and even when I stop and restart the network-manager service it automatically overwrites my settings from true for wireless to false, and is completely unable to get an IP address at all [04:52] Mousing over the Network Manage icon in the tool bar gives the message: Networking information unavailable [04:52] ifconfig does display eth0 but no IP address [04:53] Are you able to get online from that machine at all (with ethernet)? [04:54] no [04:55] Not even by plugging in? Hmm… [04:55] What if you log out of KDE, press ctrl-alt-f1 and login in the terminal (while plugged in)? [04:55] not any more... originally after my upgrade I could, but after failed sleep and forced reboot... nothing [04:57] aoueoa: Network is unreachable ... is the message returned [04:57] I even swapped the cables between my desktop (this machine I'm typing on) to no effect [04:58] NIC lights show proper connection [04:59] If you go into the terminal (make sure you're logged out of kdm), type 'sudo stop network-manager;sudo /etc/init.d/networking restart' (all with the ethernet plugged in), does it give you an IP address? [04:59] (you can check by running ifconfig) [05:01] Now there is no eth0, only lo [05:02] I had manually added a connection to the manager before... now that removed it, and I have nothing [05:02] try adding the following two lines to /etc/network/interfaces: [05:02] auto eth0 [05:03] iface eth0 inet dhcp [05:03] then run 'sudo ifup eth0' [05:05] (you can use 'sudo nano /etc/network/interfaces' to edit that file from within the terminal) [05:06] i am using kdm, there is no menson of ubuntu [05:08] aoueoa: that's ok, trying to learn vi... ok, got an IP now [05:08] and can ping yahoo.com [05:09] now how to get back to the UI? [05:11] Vbitz: Is there any specific reason you only want the base of KDE and not the full Kubuntu suite? If not, the easiest way to make sure there are fewer bugs is to install either kubuntu-desktop (if you want the desktop version of KDE with the panel at the bottom) or kubuntu-netbook (if you want the kubuntu netbook remix, which you can see at https://wiki.kubuntu.org/Kubuntu/Netbook). [05:11] i did not want it to change anything with the system expect the login screen [05:12] corigo: woah, hold on. This is only a temporary stopgap. The answer to the question is to press alt-F7 (or in some cases alt-F8). [05:13] corigo: But we still need to diagnose your Network Manager problems. We should be able to do this from within KDE, though, so you can feel free to log back into KDE if you feel more comfortable there. [05:13] ah... what's next? [05:14] Vbitz: In what way did KDE crash on logout? [05:14] stoped at a blinking cuser [05:14] on a black background [05:17] aoueoa: relaunching KDE desktop the Networking Manager icon still shows the same message: Networking information not available [05:17] corigo: I'm not a Network Manager expert, but generally what works is to purge the system. It's a bit of a sledgehammer where a scalpel would be more appropriate, but it tends to work. What packages does it list as installed when you run 'dpkg --get-selections | grep network'? (note, that's a pipe [shift-backspace on most keyboards] between selections and grep) [05:18] also note i can not switch to a tty [05:18] corigo: We have completely disabled network manager, so right now that should be correct. Instead we're using Linux's old-fashioned, built-in networking capability (one which is terrible with wifi, which is why network manager was created). [05:19] Vbitz: Were you logging out or shutting down? [05:19] Logging out [05:21] Vbitz: I see. Is the machine still in this state? [05:21] kdenetwork: install, kdenetwork-filesharing: install, knetworkconf: install, libqt4-network: install, libqtscript4-network: install, network-manager: install, network-manager-kde: install, network-manager-pptp: install, network-manager-pptp-gnome: install, networkstatus: deinstall, plasma-widget-networkmanagement: deinstall [05:21] no using the power switch shuts it down normaly [05:23] corigo: you said you're on 10.04, right? [05:24] I ran the update using the builtin system [05:24] Vbitz: Does it do this every time you log out of KDE? [05:24] I don't know if it failed or not [05:24] it has happend twice today out of 3 logouts [05:24] corigo: Try running 'sudo apt-get update;sudo apt-get dist-upgrade' [05:25] Vbitz: Were all of these trying to logout from the menu? What happens if you use the k menu to try to shut down or reboot instead? [05:25] i was using kickstart [05:27] running ... [05:28] Vbitz: That's fine. This still applies, as I believe kickstart uses the same methods for logout etc. as the default K menu. My questions are still applicable. [05:28] yes all using the same method [05:29] corigo: An incomplete upgrade can cause a lot of nasty problems. Let's try this first and maybe it'll fix itself. [05:29] Vbitz: What happens if you use the menu to try to reboot? Does it tend to crash then? [05:30] not sure, i will check now, brb [05:30] That was my first and primary goal... but without a network connection I was dead in the water [05:31] corigo: Yeah, I figured. Network Manager can be pretty finicky still. The team working on it are doing very well, though. [05:32] no crash on reboot [05:32] I wish there was a group working on Kimpanel as well [05:33] Vbitz: And the machine is fully up to date (you've run the update manager or 'sudo apt-get update;sudo apt-get dist-upgrade' today)? [05:34] ok done with the upgrade [05:34] corigo: How many people are working on kimpanel? [05:35] As far as I can tell, only the occassional volunteer when they are free. End of story... and it is a major stumbling block for many foreign language users [05:35] corigo: okay, what does the same command (dpkg ... network) output now? [05:35] Should I restart [05:35] It says all is upgraded and up-to-date [05:36] corigo: I meant the command 'dpkg --get-selections | grep network'. [05:36] ah [05:36] corigo: Don't restart yet. [05:36] nochange [05:37] corigo: I see. Unfortunately, not speaking any languages that don't use the latin alphabet, I'd be pretty useless trying to improve that program. [05:38] aoueoa: all it needs to do is support the Unicode standard, foreign language capability is not relevant [05:39] corigo: You should probably uninstall knetworkconf. It has been deprecated for over a year. [05:40] corigo: Then perhaps I don't quite get what it does. I thought it was to allow input in non-latin alphabets. [05:41] Vbitz: Is your ubuntu system up to date? [05:41] mostly [05:41] right, using key codings. i.e. I type 2 ascii characters and it replaces them with a pre-defined unicode value [05:42] how do I uninstall knetworkconf? [05:42] Vbitz: What is not up to date? [05:42] corigo: 'sudo apt-get --purge remove knetworkconf' [05:43] corigo: So what problems is it having? [05:43] kdebase-runtime [05:43] Vbitz: Please update that. This may fix your problem. [05:44] updated [05:45] ok, removed, but other than that previous messages unchanged [05:46] checking [05:47] problem looks to be fixed thanks [05:48] also is there a openoffice.org chaneal [05:48] corigo: Okay, so now i think we should tackle Network Manager itself. [05:50] Vbitz: You're welcome. And I always suggest running all of the updates available to you. (If it says there's a new version of Ubuntu available, I would suggest waiting for a weekend or another time when you have a bit of time to play with things, but any updates that appear in your update manager are highly recommended, as they tend to fix a lot of bugs). [05:50] thanks === ratliff__ is now known as ratliff [05:51] I'm transfixed [05:51] I mean, I'm ready [05:53] corigo: Haha! Okay, the best strategy I can come up with is the brute force approach. That is: 'sudo apt-get --purge remove network-manager network-manager-kde network-manager-pptp network-manager-pptp-gnome networkstatus plasma-widget-networkmanagement' [05:54] hmm... ok, give me a minute [05:54] This will purge (remove and remove configurations for) all of the listed packages. For the ones that aren't installed, that will simply clean up some files that are left behind. For the ones that are installed, it uninstalls them and cleans up those files. [05:57] sorry, I was very very naughty and started an upgrade to 4.4.4 [06:00] corigo: That's okay. I completely understand. [06:01] I'm in Mac OS X right now, but as soon as I reboot my machine is getting 4.5 beta 1 from the experimental repository. I'm busy doing the same with my desktop (which is in another room, but I'm using SSH to update it). [06:02] I take it that you've tried KDE on OSX? [06:03] corigo: I've tried it, but I never found it to work that well. I'm always optimistic, though, and I'm going to try it again as soon as 4.5 gets into either fink or MacPorts. [06:04] If I didn't hate Mac keyboards soo very much, and KDE was stable on OS X... then I might finally consider owning a Mac again. [06:05] What don't you like about Mac keyboards? [06:05] Requires Function keys to use Home, End, Page Up, Page Down, etc. [06:06] (I hate mice... every time I have to touch a mouse I'm unhappy) [06:07] I don't mind the little red dot in the middle of my ThinkPad keyboard so much, but it is still a nuiscance and a distration [06:07] Ahh… yes, that can get a bit annoying on my laptop. Although on a desktop or when my laptop is sitting in its Borg-like state on my desk (no joke - I currently have 8 things plugged into my MBP, and that's only counting my USB hub as one device). [06:09] Oops. Incomplete sentence. When I have it in this space, I use my external keyboard and mouse (purely by coincidence, the keyboard is an Apple keyboard (this one http://en.wikipedia.org/wiki/File:Apple_Pro_Keyboard_%28open_top%29.jpg [06:09] but a US keyboard). [06:09] Ooh, cool new Kimpanel with 4.4.4 will have to try it [06:10] Cool! Hope it works better! [06:11] But this keyboard, in addition to feeling more substantial (I hate Apple's new USB/wireless keyboards because they feel like laptop keyboards and thus feel like they're going to break any moment), actually has home/end, etc. [06:13] nice [06:14] Ok, brute forced ... but it said for the two "deinstall" packages of networkstatus and plasma-widget-networkmanagement ... that they are not installed, and therefore not removed [06:15] That should be correct. But now it should have purged everything to do with them. [06:16] Now grep network gives me: kdenetwork: install, kdenetwork-filesharing: install, libqt4-network: install, libqtscr-network:install, networkstatus: deinstall, and plasma-widget-networkmanagement: deinstall [06:16] Now you want me to run the distupgrade again? [06:17] Hmm… Didn't remove the networkstatus and plasma-widget-networkmanagement stuff as I expected. Oh well… It's not important (it was purely for tidyness's sake). [06:17] No need to run dist-upgrade again. [06:17] You need to reinstall Network Manager and the surrounding applications. 'sudo apt-get install network-manager network-manager-kde' should take care of it. [06:18] Now it is requesting a system restart [06:19] (to complete the update) [06:20] That should be okay. [06:20] In fact, after a reboot, in theory everything should work. [06:24] Ok, Toolbar icon on hover now says "Unmanaged" [06:25] Also at startup I keep getting "Nepomuk Semantic Desktop needs the Virtuoso RDF server to store its data. [06:26] I do have an IP, and can ping yahoo.com, but don't know if that is left over from our previous hack [06:28] The Nepomuk thing is related to this bug: https://bugs.launchpad.net/ubuntu/+source/kdebase/+bug/500212 [06:28] I believe all you need to do for that (This is a KDE 4.4 thing) is install virtuoso-server [06:28] ('sudo apt-get install virtuoso-server') [06:28] Are you able to use your Network Manager applet now? [06:29] (You may need to put it back on your panel, since removing the package may have told KDE not to show it anymore). [06:32] when I do an AltF2 search I see Network Connections and KnetworkManager [06:32] I do still have an icon in my panel and it is reporting "Unmanaged" [06:33] Hmm… === Olli-93_ is now known as Olli-93 [06:33] try running 'sudo restart network-manager' [06:34] It popped up a message: Networking system disabled [06:36] try ifconfig in konsole maybe to see [06:37] Still have an IP and can ping yahoo [06:37] k [06:37] well_laid_lawn: I got him to put eth0 in his /etc/network/interfaces file to temporarily workaround the problem to perform a system update. [06:37] Network Manager is also still cacheing my older connection information despite the purge [06:38] good idea [06:38] corigo: It seems bug 555571 is still plaguing you. [06:39] corigo: Have you tried this workaround? https://bugs.launchpad.net/ubuntu/+bug/555571/comments/14 [06:39] Even after the 4.4.4 upgrade as well [06:41] Yes, but when I did it before and it rebuild the file it set the WirelessEnabled=false ... the others are true [06:41] Have you tried that after purging and reinstalling network manager? [06:42] well_laid_lawn: How good are you with Network Manager? [06:43] Just retried... same result... [06:43] aoueoa: I remove it and just use a static ip in the interfaces file/// [06:43] well_laid_lawn: while that's great for the moment, not great for using wireless ... this is my laptop [06:45] well_laid_lawn: Crap. Me too (on my desktop - my laptop has never had a problem with Network Manager, and I just dearly hope it stays that way). I was really hoping you'd be a magical Network Manager guru who actually knows what he's doing with the app. [06:45] aoueoa: it seems every man and his dog has issues with it lately... [06:45] It would make a pleasant change from me trying to figure it out… [06:45] whats the problem with network manager ? [06:46] It's not managing... it doesn't show any of my hardware [06:46] and are you talking about network-manager , knetworkmanager or nm-applet specifically ? [06:46] mase_wk: corigo is having problems that look a lot like bug 555571. https://bugs.launchpad.net/ubuntu/+bug/555571/ [06:46] all 3 [06:46] k, looking [06:48] ah i've hit this before. i basically killall knetworkmanager && nm-applet [06:48] then right click it and hit enable-networking [06:48] and then if i'm bothered by it i'll kill nm-applet and restart knetworkmanager [06:48] its kind of a hassle though [06:51] mase_wk: nice idea... but it literally isn't seeing my NICs. When I do the killall and relaunch KNetworkManager, I don't have an option to enable [06:51] corigo: ok but do you get that with nm-applet as well ? [06:51] My options are: New Wired Connection, Enable Wireless (greyed out and can't be selected), Manage connections [06:51] i don't have the option to enable with knetworkmanager [06:51] but i do with nm-applet [06:51] Yes [06:52] Those are my options from the Applet [06:52] corigo: and you get the same options from knetworkmanager also ? [06:52] No [06:53] k so an ifconfig -a in konsole can see your device ? [06:53] KnetworkManager shows the manually created wired connection, and one vestigal wireless connection, but won't do anything with either of them [06:54] Yes, eth0 lo wlan0 [06:54] ahhh!! im going nuts!! [06:54] corigo: ok, and does ifconfig wlan0 up restore the enable wireless in nm-applet ? [06:55] no [06:55] wlan0 has never been missing, it is just network manager that fails to recognize it [06:55] i didn't say it was missing [06:55] the ifconfig wlan0 up just tells it to power up [06:56] if I run ifconfig without the -a wlan0 doesn't display [06:56] ah ... misread your instructions [06:56] SIOCSIFFLAGS: Unknown error 132 [06:56] are you root when your trying to do this ? [06:57] or using sudo ? [06:58] sudo [06:58] corigo: what does dmesg say ? [06:58] is there an issue with the driver perhaps ? [06:59] that overflowed my terminal buffer... [07:00] corigo: so is this only when your resume from suspend you encounter this [07:00] or is it all the time ? [07:02] all the time [07:02] Even after a brute force removal of all network manager and re-install... plus an upgrade to 4.4.4 [07:03] kde 4.4.4? [07:03] Originally the wireless disappeared shortly after upgrading to 9.10, then shortly after that I upgraded to 10.04 (hoping to resolve the wireless issue in 9.10), and after a sleep crash no wired network either [07:04] ani_: yes, just did that 30 minutes ago [07:04] what happend than? [07:04] no change [07:04] kde network manager still giving problem [07:04] same here [07:05] looking at dmesg I don't see anything other than Intel HDA starting normally... I think that is my network card [07:05] it's te sound card [07:05] s/te/the [07:05] ah [07:05] how can I send to a text file? [07:05] !intelhda [07:05] For fixing your Intel HDA sound this page has useful information https://help.ubuntu.com/community/HdaIntelSoundHowto [07:06] !paste [07:06] For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [07:06] ..I mean how to send dmesg to a text file? [07:06] dmesg > dmesg.text [07:07] just like that - or read the log it comes from [07:07] /var/log/syslog [07:08] messages === ani_ is now known as super_aniX [07:09] the best way to use dmesg for teouble shooting is to run dmesg | tail -n 20 then insert/restart/whatever then repeat the command [07:11] paste.ubuntu.com/443154/ [07:12] what does "proc" or "/proc" means? [07:13] process [07:13] SkEmO: /proc is in the filesystem - try cat /proc/cpuinfo [07:14] 1.335267 ... eth0: no errors in dmesg [07:15] 7.023530 iwlagn: Intel driver loaded [07:16] 1.how to get autologin,please? no need to insert root pw at startup. 2.what is the param to have to type sudo and stay as root for more time than do sudo pw, please? [07:17] corigo: sorry for coming in late but wasn't the issue that the nics were working just not in knetworkmanager? [07:18] yes, which effectively leaves me unable to use wireless, and I've had to manually set eth0 [07:18] corigo: thought about just swapping knetworkmanager for wicd? [07:18] my resolution has dropped down to 800x600, I think it's something to do with my nvidia driver as it says its not running whenever I start up X. any ideas where to set the resolution or how to make the driver work properly? [07:18] !info wicd [07:18] wicd (source: wicd): wired and wireless network manager - metapackage. In component universe, is optional. Version 1.7.0+ds1-2 (lucid), package size 39 kB, installed size 88 kB [07:19] paul__: http://www.ubuntugeek.com/howto-install-nvidia-drivers-manually-on-ubuntu-10-04-lucid-lynx.html [07:19] Never heard of it [07:19] haha processor 0 [07:19] well_laid_lawn many thanks [07:19] obert: for #2 - try sudo -s or sudo -i [07:20] grrr and why if i launch kate from yakuake then press ctrl+z to do other things,the app will be freezed? [07:22] obert: iirc ctrl+z in most editors is the undo keys [07:22] isnt ctrl+z to come back to shell,for instance after i typed man foobar? [07:23] yes,i assumed that [07:23] lots of apps use it obert [07:23] what do you do then? just opens a new shell window? === dave is now known as Guest74005 [07:23] obert: the q button will end a man page too [07:24] oh :) then for the main question on how to launch an app from yakuake then continue to work on shell,what is the good way? [07:24] mmm [07:24] obert: put an & at the end - like kate & [07:25] well_laid_lawn: Could not connect to wicd's D-Bus interface. [07:25] i mean.i'd type kate foobar and it is opens kate foobar,then the shell looks freezed. so i try to press ctrl+z to come back to shell and kate will be freezed [07:25] filezilla& too? like that? [07:26] obert: a space before the & normally [07:26] uh thanks [07:27] IBusInputContext::createInputContext: no connection to ibus-daemon - i get still this [07:27] corigo: I don't use any networkmanager here - does ps aux | grep dbus return two or more lines? [07:28] more [07:28] obert: while starting kate? [07:28] corigo: then it is running [07:29] uhmf sudo -i then i'll be root, and to come back user? why i dont feel man intuitive and clear. [07:29] any app [07:29] it is running [07:29] obert: type exit to leave sudo -i [07:30] Or Ctrl+D [07:30] no man for exit?? [07:30] bah. [07:30] Also don't worry about the dbus message [07:30] but it doesn't see my wireless (or any) networks [07:30] any wireless that is. [07:31] corigo: you may need to restart the networking [07:31] i must get more practice with this [07:31] also dolphin is a nightmare to be used. but mkdir looks ancient [07:31] obert: took me ages to learn [07:32] i'm older than ages:P [07:32] heh [07:32] You mean in Kubuntu? I've already restarted the router, and confirmed connection on my Android [07:33] I've downloaded the nvidia driver (.run file) but I'm unable to execute it. I set permission to 755 and tried to run it from a shell but it says must be run as root. using sudo doesn't work, permission denied. Is there another way? [07:33] corigo: sudo service networking restart [07:33] try sudo -i [07:33] :P [07:33] thanks obert [07:33] paul__: Chmod it 777 [07:33] Or chown root [07:33] Dunno [07:34] chown root gives permission denied, operation not permitted [07:34] gonna try -i method [07:34] paul__: exit to come back user from root heh [07:34] Or use the packages instead [07:35] how do you configure plasma bottom bar to get usability of the pc? [07:35] obert: what do you mean? [07:35] the running the file as sudo -i gives file not found [07:35] even when using ./ [07:35] i saw some bottom bars with the apps that were added to it [07:35] sort of [07:36] paul__: sudo -i would have changed the dir [07:36] click the bean and add plasmoids [07:36] oh how do we deal with that? [07:36] paul__: where is the .run file? [07:36] cd back to the dir, or type the full path to the file [07:37] gimme some cool tips,come on :P [07:37] some more :) [07:37] well_laid_lawn: /home/user/Downloads [07:37] will try full file [07:37] I never should have upgraded from 9.01 [07:37] 9.04 [07:37] paul__: then type cd /home/user/Downloads - then do the run thing [07:38] To enable automatic logon in Ubuntu, you will need to open and run GNOME Display Manager (also known as Logon Window Preference) as root. ?? [07:38] mah [07:38] kdesu /usr/sbin/gdmsetup [07:38] corigo: newer isn't always better - i still use dapper here [07:39] obert: that won't work in kubuntu - it uses kdm not gdm [07:39] using sudo -i with full path gives permission denied. attempting to chown to root:root also gives permission denied. any ideas? [07:39] mhm i was too fast to read [07:39] alt+f2 kdesu /usr/sbin/gdmsetup inserted pw [07:39] paul__: ls -l /path/to/.run/file [07:39] well_laid_lawn: what version of KDE? [07:39] who owns it paul__ [07:40] and i hope to can recover my old hd.damnit [07:40] corigo: I use fluxbox :] [07:40] well_laid_lawn: its owned by user [07:40] was downloaded from browser [07:41] paul__: is there a x in the begginning of the ls -l output - it might not be executable [07:41] chmod +x .run [07:41] well_laid_lawn it looks like this: -rwxr-xr-x 1 paul paul [07:41] k [07:43] paul__: you'll have to look for a readme in the files you d/loaded mate [07:43] it's only one file [07:43] it sucks. [07:43] k [07:43] one min [07:45] anyone there [07:45] well_laid_lawn: I just saw instructions saying to run it as root and use the "sh" command. must be a script or some sort eh. I tried to do it with sudo but it said "can't open" [07:45] paul__, why not use the nvidia driver package [07:45] paul__: that link I gave said to use the command sudo sh .run file [07:45] i have a proble with kpackagekit can anyone help me [07:45] wicd doesn't help... even after system restart not finding any wireless networks [07:45] WindPower: someone posted me a web url saying to install the latest driver from nvidia website. I'm having problems getting the package driver to load [07:46] paul__: so doing sudo sh ".run file" ? [07:46] well_laid_lawn: yeah that's what I tried just now..but maybe the permission has changed when I did +x? [07:46] paul__: have you installed the nvidia binary driver before on this comp? [07:46] well_laid_lawn yes [07:47] paul__: it is working? [07:47] well_laid_lawn it worked initially, but since doing an update every time I restart X the nvidia driver no longer works properly I get a message saying it couldn't load and to take action. [07:47] my resolution is 800x600 [07:48] paul__: it happens me too [07:48] :-/ [07:48] paul__: I meant the run script now is it working " well_laid_lawn: yeah that's what I tried just now..but maybe the permission has changed when I did +x?" [07:48] sometimes it works as yesterday it was working fine, not sure what I did to make it work [07:48] paul__: are you using the 9 series [07:48] today its not working again [07:49] well_laid_lawn oh sorry, no its not running. it says cannot open. [07:49] paul__: you need to do the 8 steps in order from that link [07:49] phoenix__ 7 series [07:49] well_laid_lawn ok sorry will try again [07:49] k [07:49] :] [07:50] paul__: after every kernel update , i have to reinstall the nvidia driver, but now after 10.04 it is solved [07:50] phew [07:50] hopefully this will fix it properly then [07:51] paul__: what is your kubuntu version [07:51] I'm using 10.04 [07:51] uhmf.looks like i'd removed all apps from bottom plasma-desktop [07:51] from an upgrade from 9.10 [07:51] even the windows looks like too big,sometimes [07:52] add objects,dont see any submit buttons. [07:53] paul__: ha ha ha , my nvidia driver crashed after update, i tried to reinstall but no success. i tried the driver from nvidia website, but it failed, i freshly installed kubuntu [07:53] paul__: did you try the command line arguments while installing the nvidia driver [07:54] phoenix__: there's this link i gave to paul__ - http://www.ubuntugeek.com/howto-install-nvidia-drivers-manually-on-ubuntu-10-04-lucid-lynx.html [07:55] dunno. [07:55] phoenix__ I didn't try anything like that, just ticked the option for the driver support is all I did. it seems very tempramental eh, sometimes it will work and other times not. restarting X seems to fix it sometimes if you create a new X config or use the backup one, something like that [07:55] has anyone upgraded to kde 4.4.4? hope its safe to do so? cus I heard someone complaining of kopete crashing randomly :-| === bigbrovar__ is now known as bigbrovar [07:56] phoenix__ I like the nvidia server as I use the twinview with 2 monitors for charting software.. but now the server app is not showing any of the twinview stuff. [07:56] paul__: did you try the solution in the link that well_laid_lawn gave you [07:56] the markets are open and i'm losing a fortune...f'kin X [07:57] bigbrovar: I updated today, no issue, but I don't use kopete [07:58] WindPower: thanks, updating as we speak [07:58] phoenix__ gonna go through it properly just now, I only downloaded the script initially and tried to run it...I should of read the instructions through properly first === jayne_ is now known as jayne [07:58] howdy [07:58] well i just fired up the new kubuntu [07:58] i must say its the best looking linux disto ive seen [07:59] whats the story you guys got some graphic artists no one else has [07:59] those guys have worked really hard [07:59] I don't think there is a developer in here this early vot [07:59] That's good to hear vot, though kubuntu is pretty much kde, no extra artwork [07:59] 10.04 looks amazing [08:00] paul__: it does [08:00] So you should thank the people in #kde too [08:00] the desktop is of the quality of a commercial desktop yea the new kde and plasma desktop are great [08:01] I need some sleep, bye [08:01] looks like i'd destroied all:P [08:01] gnite WindPower [08:01] its like mac and windows had a baby:P === diana is now known as Guest46152 [08:02] haha yes [08:02] right click on bottom right part,add objects->nothing happens [08:06] i'm not having much luck today :-/ [08:06] I tried to open the module blacklist but it hasn't opened [08:06] gksudo gedit /etc/modprobe.d/blacklist.conf <-- nothing happened, after it asked for sudo pass [08:06] obert: in your home folder there should be a folder in .kde somewhere called plasma yes? [08:07] if I try to run the command again, I get: No protocols specified. (gedit:8556): Gtk-WARNING **: cannot open display: :0.0 [08:07] sudo kate /etc/modprobe.d/blacklist.conf insted of "gksudo gedit /etc/modprobe.d/blacklist.conf" [08:08] thanks === elementalbrand is now known as lorbrito [08:08] !kdesudo [08:08] In KDE use « kdesudo » (or « kdesu » for Feisty and earlier) to run graphical applications with root privileges when you have to. Never just use "sudo"! | See http://psychocats.net/ubuntu/graphicalsudo to find out why [08:08] paul__: the instruction given are for ubuntu, you have to correct some to use it with kubunru [08:09] phoenix__ same :-/ will try vi instead [08:09] paul__: X isn't running? [08:09] X is running, it's bizarre [08:09] try vim then [08:09] ok [08:09] paul__: can you paste the xorg error log [08:10] sure [08:11] I've updated the blacklist just completing the final steps if this fails I will paste error log [08:12] paul__: ok [08:12] what is the purpose of plasma red ball??:D [08:15] and mostly how to remove the red ball from my plasma?:P [08:18] applications don't show up in the task bar anymore. how do i fix this? [08:26] unable to run the .run file with sudo [08:26] says "unable to open" when doing sudo sh .run [08:26] it says permission denied when I try and chown it to root, or copy it to /.root [08:27] any ideas? [08:27] I think the only solution looks like enabling root user password and su to root [08:27] erm [08:28] are you trying to run the script in the current directory ? [08:28] also what are the permissions on the files [08:28] you should be able to do sudo ./.run [08:28] How do I get desktop effects to work in 10.04 with the new nouveau driver? [08:28] but sudo .run won't work [08:28] or rather sudo sh .run won't work [08:29] sorry major problems here, running at 640x480 [08:29] mase_wk: i'm running it from /home/user with the full path specified [08:29] mase_wk: the .run file is set to 755 and is user:user [08:30] ok so your doing sudo sh /home/user/.run ? [08:30] exactly [08:30] How can I comment out a section in my /etc/network/interfaces file? [08:30] paul_____: what is the contents of that file ? [08:30] (what is the terminology for opening and closing a comment) [08:30] does it have #!/bin/sh at the top ? [08:30] mase_wk: I'm not sure, it's the driver from Nvidia website to install the latest driver binary [08:31] will check [08:31] corigo: a # at the start of the line is a commented line [08:31] ah ok [08:31] paul_____: any reason why your not using the driver in the partner repositories ? [08:31] interesting, when I opened it said "Incomplete last line][converted" maybe a bad file? [08:32] yeh sounds corrupted. [08:32] the top looks like this: #! /bin/sh [08:32] i will try and download it again [08:32] paul_____: unless you really need the latest nvidia driver for something i would stick with what is available in the partner repo [08:33] paul_____: the nvidia driver is annoying even for experienced users. [08:39] P.S. My kids must have disabled my wireless using the hardware switch on my laptop... can now use wireless via network manager... [08:40] the "rfkill list" command was the key to figuring it out. [08:41] Not sure what happened to the wired connection and why that wasn't being managed. [08:44] mase_wk: damn :-/ [08:45] ? [08:47] i have no idea why im getting d/c from here [08:47] happening frequently now [08:47] things are repeating too [08:48] doh, I have 5 irc connections! i hate this "window list" thing. I preferred the old style taskmanager [08:49] ok sorry about that guys [08:49] im back to my original one [08:49] user error :-p [08:50] hola [08:50] !es | ivan_ [08:50] ivan_: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter. [08:50] espania [08:51] hi, I have a problem with icons: in some programs I see lot of "?" icons [08:51] yes [08:51] strange, if I move the mouse on those "?" they sometimes change to the correct icon and then change back to "ß" [08:52] this is driving me nuts [08:52] so did I miss anything? I'm on Lucid and latest KDE SC 4.4.4 [08:52] skramer_: sounds like a bad icon set - the mouseover works but not the rest [08:53] I'm trying to install the nividia driver but it won't let me run the .run file with sudo. says "cannot open" [08:53] well_laid_lawn: but I just use the standard oxygen icons... [08:53] paul__: you said it was a bad d/load before [08:54] well_laid_lawn: i have just re-downloaded it with wget and deleted the old file first [08:54] skramer_: did you upgrade to lucid or a fresh install? [08:54] well_laid_lawn: upgrade [08:54] paul__: did you redo what showed the last d/load was bad as a check? [08:54] yeah [08:55] well_laid_lawn: the problem only exists on laptop, the VM install on desktop doesn't have such problem although it's also upgraded from Karmic [08:55] skramer_: you can try in konsole sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade to pull in anything missing [08:55] well_laid_lawn: same message: [Incomplete last line][converted] 1478 [08:55] 91 lines, 63733388 characters [08:56] well_laid_lawn: ok, I'll try this [08:56] paul__: sounds like another bad d/load - might be worthwhile trying what mase_wk suggested earlier [08:57] ok will try it [08:57] well_laid_lawn: it says there is nothing else to be installed. [08:58] how do I enable root [08:58] skramer_: you ran those three commands with the && between? [08:58] paul__: you can sudo bash [08:58] to get a root prompt [08:58] oh cool [08:58] well_laid_lawn: sure, I did ;-) [08:58] k [08:59] I need coffee [08:59] that's why things are not working. it's 9am and I haven't had any [09:00] heh [09:00] woah I did it [09:00] how can i get the best font settings on Kword? [09:00] I did sudo bash...then cd /root... then wget the file to there, then sh ./run...bingo! [09:00] bawww: install a font that you like? [09:00] its installing [09:01] skramer_: all i can suggest is to dpkg-reconfigure the oxygen icons theme - you'll have to search for it in the package manager tho [09:01] must of been permission prob on the folders in user tree [09:01] paul__: erm using wget as root is not a good idea [09:01] needs must :-/ [09:01] you could wget the file [09:01] and copy it as root [09:01] i tried that but it failed :( [09:01] well_laid_lawn: ok, thank you [09:01] mase_wk: i meant the best font rendering? [09:02] I got to quit X to run it [09:02] brb [09:02] if its a permissions issue then it doesn't matter who you wget as [09:10] hi guys [09:11] is their some way to add a "computer" icon to the desktop like gnome [09:11] can someone tell me how to mount a sambashare on a kubunu? [09:13] you can connect to samba shares via computer->remote cant u [09:13] thanks everyone for your help earlier. I'm pleased to say I now have the nividia driver installed and the server is running...graphics are back to max resolution and twinview is enabled =) [09:14] err computer -> network [09:14] now time for a much earned coffee break [09:35] whats the story with mouse intergration [09:35] when running kubuntu under virtualbox [09:41] ah its ok [09:41] it updated my kernel and broke built module i guess === codolio is now known as dolio [09:55] oh wow i see the opengl provided through vbox's 3d integration isnt sufficient === redlion is now known as MamaXc [10:37] help now install inUtileBar ? [10:37] now run ? === octavian is now known as hadrian [10:44] здрасти [10:52] !ru | inch [10:52] inch: Пожалуйста посетите #ubuntu-ru для получения помощи на русском языке / Pozhalujsta posetite #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke [11:04] !inUtileBar [11:15] this can't be right.. I want to install unrar, apt wants to uninstall loads of totally unrelated stuff http://pastebin.ca/1875881 [11:25] daedaluz: try "sudo aptitude install -f" to search for and try to fix broken packages (incl. dependencies) and see if it wants to do the same/similar thing. [11:28] Atritas: http://pastebin.ca/1875893 it wants to reinstall purged packages and still remove whole bunch of packages I want. dependencies, has apt heard of them? [11:29] how can the wireless subsystem be reset? it looks like the wireless hangs (after working properly for a few minutes) [11:30] daedaluz: Well it seems you have unsatisifed dependencies which resulted in a consistency problem with your dpkg-database. Although it's rare this *can* happen if you sometimes use "aptitude" and sometimes you use "apt-get" which do work differently when handling dependencies (and reverse dependencies). [11:32] daedaluz: The easiest thing would be to follow the suggestion and then reinstall and/or purge packages again to your liking. The alternative would be to track down and fix the inconsitencies by hand, which is not only tedious but also not worth it for those few packages IMHO. [11:40] Atritas: what? aptitude and apt-get do things incompatibly? oh wow. [11:40] well, thanks for help, opted to remove "unneeded" packages [11:41] daedaluz: Not incompatibly per se, just different... afaik apt-get does not track reverse dependencies at all. [11:41] So, if you install with aptitude and remove with apt-get for instance it's not guaranteed that all depending packages are removed, too. Wether or not hey are still in use. [11:42] daedaluz: which - in turn - would make a perfect match for your packages that mysteriously "want to be uninstalled" :-) [11:44] Atritas: okay, so I guess that my habit of using aptitude on cli and synaptics habit of using apt on gui do not match [11:45] daedaluz: Perhaps... But it's nothing to worry really. It's just a few unneccessary packages that are left over. You can always find those with the package "deborphan", too. [11:47] I wonder how much of a effort it would be to trash all that apt-get, apt-cache, deborphan and aptitude clusterf'ck and reinstate zypper or pacman instead [11:47] hi [11:51] daedaluz: Without wanting to start a religous war, i personally prefer dpkg as i find its architecture superior. But without any emotion: It's just another way to manage packages... I'm perfectly able to f'ck up a rpm-based system using zypper, rug, etc., too :-) [11:52] Hi ever[ybody here is the problem: i had as a MBR partition the one with the SUSE linux and through that (and the GRUB loader) i was able to boot the UBUNTU partition which isnt bootable by itself... now the SUSE partition is broken(the hd is broken) and i cannot boot the UBUNTU PARTITION ...what can i do in order to make the ubuntu part bootable???? thnzxxx === kubuntu is now known as sheytan [12:08] Hi there [12:08] after my yesterday upgrade to kde 4.4.4 i have tooo much processes running with '?' [12:08] know issue? [12:08] any way to fix it? === omega is now known as Guest82762 [12:20] how can the wireless subsystem be reset? it looks like the wireless hangs after working properly for a few minutes [12:27] no one? [12:27] ive got sometimes three the same processes [12:27] they all have got '?' [12:31] ok guys I have a funny problem I get this "grep-status: executable name not found; reading from standard input" when I press tab after "sudo apt-get purge" [12:32] apparle: do you have grep-status? [12:33] Torch: how do I find that? which package? [12:33] !find grep-status [12:33] File grep-status found in dctrl-tools [12:38] I am unable to remove the package dlocate [12:39] help me with this http://paste.ubuntu.com/443282/ [12:42] apparle: "dpkg --purge dlocate" gives the same result? [12:42] Atritas: I didn't try that, but purging with aptitude fixed it === thunderstruck is now known as gnomefreak [13:06] ciao [13:22] Hello, is anyone else experiencing Kubuntu 10.04 regularly hitting 100% CPU and freezing? [13:26] <_4strO> MickOat: no pb @ home [13:27] uhmf i get the bBall runnin in my plasma. how to stop it&remove it? [13:27] <_4strO> MickOat: look at the taskmanager wich process take all CPU [13:27] gettin mad:P [13:27] taskmanager in kubuntu? [13:28] <_4strO> obert: dont know, kill the process ? [13:28] u mean system monitor? [13:28] <_4strO> yep [13:28] <_4strO> ctrl + esc [13:28] dunno how to kill it. sudo kill bBall returns 'i need an ID' [13:29] <_4strO> (sorry about app names, i have french name) [13:29] killall -9 bBall [13:29] if kill nameapp is [13:29] uhm [13:30] no process found [13:30] I checked forums and launchpad... seems to be a bug affecting some people [13:30] system seems ok at the moment but can randomly go to 100% CPU and freeze... [13:31] i have no idea. [13:32] no info in the web too. wth is that red ball? [13:32] when i do right click over one app it'll shows 'remove app' and that's good. but nothing about this red ball:) [13:33] red ball? you mean the bouncy ball widget? [13:34] <_4strO> obert: killall -9 bball [13:34] none [13:34] _4strO: bball=no process found [13:35] <_4strO> obert: is it the red ball ? [13:35] mhm [13:35] <_4strO> just right click on it [13:36] add obj -> red ball (dunno why i've took that,though) [13:36] i cannot right click.it is moving [13:37] it should stop after a while... :P [13:37] its a bouncy ball... [13:37] it is since this morning that is runnin [13:37] lol [13:37] what's the purpose of that bball too..is it a game? [13:38] or just a nightmare? [13:38] <_4strO> just fun [13:38] hmm... its bouncyness might be set a bit high :P [13:38] fun??! pacman is fun.this is a stressfull thing:P [13:38] yes it is.so fast [13:38] you should be able to grab it with your mouse pointer [13:39] i cannot take it via mouse: too fast [13:40] if this is fun,kubuntu is a very weird people :P [13:41] /usr/share/kde4/services/plasma-applet-bball.desktop === jtechidna is now known as JontheEchidna [13:43] no idea. [13:44] obert ~/.kde/share/config/plasma-desktop-appletsrc [13:44] remove section where is plugin=BbalL [13:44] and logout and login [13:44] see if that helps [13:45] sudo kate ~/.kde/share/config/plasma-desktop-appletsrc ? [13:45] no need to sudo [13:45] kinda sucks if your bouncy ball widget has gone crazy :P [13:46] just comment it? [13:47] well I thin you can just remove it [13:47] *think [13:47] #commented [13:47] that file just have information of widget what you have running [13:47] I just tried to lock widgets to see if it stops the bouncy ball and it does [13:48] When I unlocked widgets again mine didn't bounce around and I could remove it [13:49] weird. i'd commented it saved and closed kate, reopened it and now it no finds that commented line [13:50] block objects doesnt helps. i try to reboot (if that means logout and login) [13:51] no, lock widgets [13:51] click on plasma icon top left of screen [13:52] click on "lock widgets" [13:52] nothing happens [13:53] the ball doesn't stop? [13:53] i feel stupid. [13:53] no [13:53] oh dear [13:53] you have a rogue bouncy ball... [13:53] :P [13:55] damnit. [13:55] it worked for me... [13:57] uff finally. [13:57] You got it? [13:58] reduced zoom. locked objects. got lucky to can click over the ball and i opened its settings,reduced all settings to 0,unlocked widgets removed ball [13:58] uarf [13:58] yay :D [13:59] now instead smoke a cigarette i should take a very big cigar:P [13:59] but trust me.red ball IS NOT funny:P [13:59] <_4strO> lol [13:59] and dunno why man kill doesnt shows any all-9 [13:59] The red ball is evil >:D [13:59] I have a small function that fetches web content for me: http://paste.pocoo.org/show/221011/ . Dealing with the character encoding can be tricky. Here you see I look for the HTTP charset, and if not present assume/force utf-8. Is there a better way using the standard libraries? A trick for also looking at the HTML meta tag? [14:00] MickOat: than kubuntu man should advice their users:P [14:00] obert: I've honestly never heard of the bouncy ball doing that before [14:01] but do you feel happy with man or is just about me that i never understand how to use their explanations? [14:01] ? [14:01] MickOat: just enable it, click 'auto bouncing' and set high bouncying speed:P [14:01] I look for the simple solution [14:01] obert: No. :P [14:02] come on..it is fun :P [14:03] come away from the bouncy ball [14:03] kill -9 -1 mah [14:04] uh killall(1). [14:05] well i dont feel man so intuitive still [14:07] or maybe i just need to get more practice [14:08] thanks a lot people [14:08] no problemo [14:08] So what's with the VPN tab in the network manager? [14:08] can't do anything with it [14:09] Do I need to install network-manager-openvpn-kde for this to be enabled or something? [14:11] no problemo?:) [14:11] you're welcome [14:12] yes yes:P [14:15] well some tools looks nice [14:15] do you got some preferred tools/config? [14:19] I dunno [14:21] :) [14:22] how do i find all files ending with fdi using the command prompt? [14:23] find -name '*fdi' [14:23] thanks ! === shadeslayer is now known as shadeslayer_ [14:36] http://kubuntuforums.net/forums/index.php?topic=3112239.0 [14:39] help [14:56] compiz time:) [14:57] i have a lot of time to spend today. [14:57] in useless stuff:P [14:58] I prefer kwin [15:01] MickOat: never heard about [15:01] killall -9 amsn shouldnt works? [15:01] Hi, today I got updates to kde 4.4.4 and I updated the system but now glxgears and glxinfo show Segmentation Fault, the strange thing is Gnome does works properly [15:02] obert: kwin is part of kde [15:02] found it.thanks [15:02] still downloadin compiz [15:03] you dont use kwin? [15:03] no [15:03] Have you used KDE with effects enabled? [15:03] these are my first try on linux [15:04] obert: KDE already has composite effects, it doesn't need compiz [15:04] i see.but too late [15:04] apt-get is runnin already [15:06] sigh.graph signs here too. [15:06] cant wait for new machine to arrive [15:08] is there know problems with the installer in 10.04? [15:08] some issues about bball [15:08] I've got a call from one of my friends telling that it crashed when he should be allowed to select language [15:09] and a second time on the partions screen [15:10] he also tells that the system gets very very slow when starting the installer [15:11] rohdef: yes, same thing happened to me today... you have to click the "update installer" link when the installer first starts [15:11] rohdef: after that it installs fine [15:11] is there a way to ctrl+f over yakuake after done a locate? [15:11] MickOat, told him that, thanks a lot [15:12] np [15:44] Anyone else having problems to get the kdm login screen back when closing the last X session? (e.g. via "awesome" for me, but the same with kwin/plasma/default, too): I just get a blank screen, no way to get to a VT - can only reset the computer. [15:45] does not happen when using gdm instead of kdm, and "kdmctl reserve" works to get a new login screen (before logging out of the last session). Using Lucid. [15:46] Hi guys! I just installed kubunut-desktop on my lucid gnome install, and my sound isnt working :S [15:52] Drknzz, you must set the channels in mixer [15:52] The mixer is in the tray by default [15:52] human: i just figured that out, its kinda weird they come pre-muted, eh? [15:53] human: I just thought KDE had sound problems as in the first stable releases [15:53] You can type alsamixer in terminal and set it correctly. [15:54] Drknzz, I have 9.10 and it works here [15:55] I have Lucid [16:01] Drknzz, you have tryed to set channels in tray? Have you sound in GNOME? [16:08] <_jam> when I click on KRandRTray after transferring the screen to an external VGA monitor, both my laptop and external screen go blank. [16:08] <_jam> If i right-click on the tray and use the provided contextual menu to enable my laptop display and then disable the external display, everything is fine [16:08] <_jam> my google-fu is returning mostly several year old reports that do not seem relevant anymore. is this a known problem [16:09] <_jam> oh, and right clicking and selecting "Configure display" causes the same blanking problem [16:10] <_jam> I'm able to hit the console and restart kdm and get the screen back (though it goes back to a 1024x768 resolution instead of the native resolution) [16:11] <_jam> is there a CLI program that I can use to restore the screen on one of the monitors? [16:15] Hello [16:18] Hey guys, i got a ATI ASUS EAH 4670 graphic card, and was woundering if theres any drivers for it, atm i got a driver for radeon but its not working 100% === gerlosgm is now known as gerlos [16:18] !fglrx | sebastian [16:18] sebastian: For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/BinaryDriverHowto [16:21] thank you [16:24] ok guys, got a Webcam that identifies itself as "Bus 001 Device 003: ID 13d3:5094 IMC Networks " in lsusb, picture is upside down. Anyone have any suggestions? [16:24] i dont understand it says [Radeon HD 4670] but the radeon drivers dont work as they should, i use the asus driver in windows and it works perfectly, but its not available for linux [16:24] i got forced rebooted when i'd tried to load a site that is using flash (seems) === gerlosgm is now known as gerlos [16:25] sebastian: ATI provides fglrx drivers for Linux. I'm using them right now with my Radeon 5770 card. They work well. [16:25] but i got asus not ati my bad [16:26] but its radeon aswell [16:26] sebastian: My card is also an Asus. ATI makes the GPU, though. [16:27] the problem is, when i use the opensource driver, xbmc works great, but it dont transfer sound through the hdmi cable to my tv, but it does on the official driver, but then the picture dont work on xmbc xD [16:27] i hate alice.it === pikachu is now known as winnrar [16:28] any ideas for me, DarthFrog? [16:29] you usually have all the answers! lol [16:29] odhinn: Thanks for your confidence. :-) I've never used a web cam, sorry. [16:29] lol...thanks anyway, I shoulda known it wouldn't be that easy! [16:30] odhinn: Personally, I'd just turn the camera upside down. :-) [16:30] unfortunately....it's built-in to a laptop [16:30] turn ur laptop upside down :) [16:31] ROFL....I tried that....it's hard to Skype like that! [16:31] all the ppl in Denny's thought I'd gone nuts! [16:31] isnt there any settings in skype where u can transform the picture the opposite way? [16:32] I actually don't know, I don't really yse Skype [16:32] *use [16:32] so what program are u using for ur cam? [16:32] I was just trying to get it working to video chat with Kopete [16:33] I found that it's a known issue with this kind of laptop, but couldn't find a fix [16:34] odhinn: If it's important to you, why not disable the on-board camera and pick up a cheap external USB one? [16:35] was gonna keep that for a last resort [16:36] I'm fairly new to Linux, but only "this time around", I decided this time I was gonna stay put and try to "fix" my problems rather than resorting back to Winblows....lmao [16:36] but, that's ok....I'll figure it out sometime or another.... [16:36] good thing I don't use the webcam that often, eh? [16:37] It gives you a different view of the world. :-) [16:37] hehe [16:37] I suppose one could say that [16:38] anyone knows a good media center with gpu acceleration except xbmc? [16:38] sorry, sebastian, I don't...don't really use one either [16:39] sebastian: Check out Mythbuntu [16:39] but thats an OS tho isnt it? [16:40] It's Ubuntu/Kubuntu with MythTV & control center utility. [16:40] By default, it uses XFCE but you can install either Kubuntu or Ubuntu desktop. [16:40] ok thx [16:40] XFCE is good, tho. [16:41] i like eyecandy tho :D [16:41] lmao [16:41] I've never actually used/seen XFCE [16:42] * odhinn [16:42] !xubuntu | odhinn [16:42] odhinn: Xubuntu is Ubuntu with Xfce instead of !GNOME. More info at http://www.xubuntu.org and http://wiki.ubuntu.com/Xubuntu/ - To install from Ubuntu: « sudo apt-get install xubuntu-desktop » - Join #xubuntu for support - See also: !Ubuntu and !Xubuntu-Channels [16:42] oops [16:42] i cant even activate the desktop effects with any driver, the fglrx or the standard one [16:44] thanks, DarthFrog, I know what it is, just haven't used/seen it [16:44] I'm partial to KDE [16:46] anyone knows why it says composition effects is not supported on ur system when i got the fglrx drivers? [16:47] WB, sebastian, and no, sorry [16:47] ok, on top of that i get some screen flashes also [16:48] that's one thing I CAN identify with....from time to time I get a flash across the bottom third of my screen [16:49] but I just have an onboard Intel gpu [16:50] its weird cause the driver that comes with kubuntu is better then the fglrx, but the difference is that i can transfer sound through my hdmi with the fglrx [16:50] my sound stopped working... I am told that a sound device was disconnected and when I check what it is it says that there is no playback/recording through the pulseaudio server [16:54] what is the command line to install a .bin file. adobe AIR is the file in question [16:55] epimeth: that happened to me about two days ago, I ignored it and kept doing what I was doing, now it has playback.recording through the pulseaudio server, don't think I did anything to achieve that result tho [16:55] odhinn: I was ignoring it for a while because sound kept working, but now sound isn't working anymore! [16:56] It is my experience that PulseAudio in Kubuntu is much more trouble than it's worth. I yank it out every time. [16:56] have you rebooted since you got the msg? [16:56] yank it out how, DarthFrog [16:56] ? [16:56] odhinn: sudo apt-get remove pulseaudio [16:57] DarthFrog: and what is used instead? Does alsa take over? [16:57] !phonon | epimeth [16:58] Hmm, Botty doesn't know Phonon. [16:58] lol [16:58] !phonon [16:58] so, the truth is revealed....Botty isn't omniscient after all! [16:59] odhinn: Botty is just like Jessica Rabbit. :-) [16:59] DarthFrog: so apt-get install phonon? And it will automagically take over? [16:59] She's just coded that way. [16:59] ROFLMAO [16:59] epimeth: No, not needed. Phonon is part and parcel of KDE 4. [16:59] can somebody give me a quick hint on how to share a local printer over network (kubuntu lucid) [16:59] epimeth: All you need do is yank out PulseAudio. [17:00] doesn't Phonon use the xine backend by default? [17:00] so why do we have pulseaudio? Wait... is that the gnome one? I accidentally installed ubuntu so I've retained some artifacts from there [17:00] primarily want to share over local network to other kubuntu lucid installations ... in a second step also for some windows xp clients [17:00] odhinn: By default, yes. But you can use GStreamer if you wish. [17:00] !samba | delight [17:00] delight: Samba is the way to cooperate with Windows environments. Links with more info: https://wiki.ubuntu.com/MountWindowsSharesPermanently and https://help.ubuntu.com/10.04/serverguide/C/windows-networking.html - Samba can be administered via the web with SWAT. [17:00] I tried that...still in a CC list on the bug report from it....lol [17:01] DarthFrog: well samba is not the primary target [17:01] Sound is a clusterfsck in Kubuntu Karmic & Lucid. [17:01] want to share from kubuntu to kubuntu ... don't need the samba (hopefully) for that [17:01] nod [17:02] delight: You said you want Windows clients. Linux will also use Samba printers. [17:02] well not primarily [17:02] In some cases, Samba is a better solution for Linux than native solutions. [17:03] delight: Then check out CUPS and IPP. [17:03] I still have Gstreamer backend installed, but I had to let it defer to xine or it causes several things to crash at app startup [17:03] !cups | delight [17:03] delight: Printing in Ubuntu is done with cups. See https://help.ubuntu.com/community/Printers - https://wiki.ubuntu.com/HardwareSupportComponentsPrinters - http://linuxprinting.org - Printer sharing: https://wiki.ubuntu.com/NetworkPrintingFromWindows [17:03] DarthFrog: I'm restarting... I hope pulseaudio was the problem :-) [17:04] hurry back , epimeth [17:04] you a football fan, DarthFrog? [17:05] odhinn: Yes. [17:05] let me guess, MU? [17:05] <- is Canadian. [17:06] who's your team, then? [17:06] <- is one of your southern 'brothers' [17:06] Um, chatting & off-topic discussion isn't allowed on channel, sorry. [17:06] oh....sorry then [17:07] back to sound then...do you know what would cause my sound level to be super-low, even with all the sliders at max? [17:08] ^ mine does that, too... if anyone has suggestions, that'd be great [17:10] anyone know the command line to install a .bin file? [17:10] razd, odhinn , seems to be a prob for many ,my setup included, depends on the soundcard but intelhda seem suffer most. [17:11] yush....that's the model I have [17:11] DarthFrog: the point is i cant find the config to share the printer in "kcmshell4 system-config-printer-kde" [17:11] DarthFrog: nope... no sound :-( [17:12] none at all, epimeth? [17:12] nada [17:13] DT[AtWork], .bin files are usually exe files , should just work by clicking on it or ./nameoffile in the konsole [17:13] check your multimedia settings make sure it's not still trying to use the Pulseaudio server [17:13] clicking want wine to open it. but thaks for the command [17:13] crunchbang has so many thing screwed up o.O [17:13] I removed my Pulseaudio and it is still listed for some reason [17:14] I just set it to defer to the hardware === yofel_ is now known as yofel [17:15] pulseaudio isn't there [17:15] odhinn, purge pulseaudio, it will be gone but it will still show in syssettings/media, even tho it doewsn't do anything [17:15] clicking on "test" for HDA Intel (STAC92XX) doesn't do anything [17:16] !intelhda |epimeth [17:16] epimeth: For fixing your Intel HDA sound this page has useful information https://help.ubuntu.com/community/HdaIntelSoundHowto [17:16] cheers BluesKaj ... long time no see :-) [17:16] keeps telling me "command not found" [17:16] hi epimeth :) [17:17] DT[AtWork], cd to the filepath in the terminal then run the ./filename [17:18] tried that [17:18] ./AIR.bin says "permission denied" [17:18] DT[AtWork], what is the app? [17:18] adobe AIR [17:18] DT[AtWork], try sudo [17:18] adding sudo gets me "command not found" [17:21] tried to re download it, same issue [17:23] DT[AtWork], http://www.air-tutorial.com/installing-adobe-air-on-linux [17:25] why thank you [17:26] i get redirected to the same download >.> [17:26] reading the rest of the article [17:27] I think the first(and only) comment holds the crux of the matter, DT[AtWork]... [17:28] i folowed the rest of the directions and it works [17:28] thaks BluesKaj [17:28] WOOT! [17:29] BluesKaj: all right, lets see if it worked... restart! :-) [17:29] the first comment applies to the old beta version of AIR for Linux. that doesn't exist anymore [17:29] ahhh [17:31] now lets see it tweek deck runs! [17:33] that would be a negative. seems kwallet is interfering >.> [17:33] BluesKaj: didn't work :-( [17:33] oh well, i'll figure the rest out myself, thanks for the help! [17:33] unless, of course, I chose the wrong model... is there any way to test without restarting? [17:38] from http://wiki.debian.org/InstallingDebianOn/Dell/XPSm1530 I have the correct model, but still no sound... [17:42] it works! I had to turn up the volume in alsamixer :-) [17:42] niiice [17:42] cheers peeps [17:43] damn...i got finally s2disk workin on 10.4.) [17:43] how can we master in kubuntu [17:45] Hi all! [17:46] Does anyone copy? [17:47] how can i learn about server administration with in the single system [17:52] sravanje, explain what you are trying to do pls ,your Q is rather vague [17:53] sravanje: you mean with only a shell on your hands? [17:55] yes, i mean only with shell or on command prompt [17:55] i want to learn linux administration [17:56] sravanje: Then just get stuck into it. Just do it. The best way is to solve problems. [17:57] sravanje: Read an awful lot of material about Linux itself. [17:57] Hi, could you help? How to set up multitouch on my laptop on kubuntu 10.04? [17:57] that sounds like a tuffy [17:57] gribs: well touchscreens are not entirely supported [17:58] no, i'm mean touchpad [17:58] sravanje: Download the kernel source code from kernel.org and compile yourself a new kernel from stratch. Install this new kernel. :-) [17:58] i mean with in the single system not with in tha lan atleast how can we operates all the things through kubuntu [17:58] gribs: you might have more luck with ubuntu [17:59] DarthFrog: I'd like to learn how to compile my own kernel from scratch...can you suggest some resources? [17:59] sravanje: well the first thing about linux administration is package management... imo [17:59] odhinn: theres the ubuntu wiki [18:00] it has good instructions on how to compile your own kernel [18:00] any other suggestions for reading material? [18:00] !kernel > odhinn [18:00] odhinn, please see my private message [18:00] shadeslayer_: Package management is important, I agree. But first should be simply learning how Linux runs, what the directories are and setting run-levels. [18:01] DarthFrog: well that and understanding the FS,how dirs work,what goes where is important too [18:01] anyways im out of time.. gtg :P [18:01] shadeslayer_: Exactly. Otherwise you'll end up with a dog's breakfast. [18:02] DarthFrog: was that you sending me the msg from ubottu? [18:02] nvm [18:02] just saw the line where shadeslayer did it [18:03] i have 2 os's windowsxp sp2 & kubuntu in my system accessing through grub file in the boot time, but when i format c drive for windows , i am unable to accessing to kubuntu because my grub file is missing what can i do? [18:03] !windows [18:03] For discussion on Microsoft software, or help with same, please visit ##windows. See http://launchpad.net/distros/ubuntu/+bug/1 http://linux.oneandoneis2.org/LNW.htm and /msg ubottu equivalents [18:04] oops:) [18:04] sravanje: when you install windows, it destroys your grub installation in the MBR, you need to reinstall grub from the LiveCD [18:04] odhinn: No, it was shadeslayer. [18:04] it's sad. But i should enable shmconfig, right? How to do this? [18:04] I learned that the hard way as well...lol [18:04] !grub [18:04] grub is the default boot manager for Ubuntu releases before Karmic (9.10). Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - GRUB how-tos: https://help.ubuntu.com/community/GrubHowto - See !grub2 for Karmic onwards. [18:05] oops again [18:05] in which option i can install only grub with live cd [18:05] !grub2 [18:05] GRUB2 is the default Ubuntu boot manager since Karmic. For more information and troubleshooting on GRUB2 please refer to https://wiki.ubuntu.com/Grub2 === WindPower_ is now known as WindPower [18:06] sravanje: https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows [18:08] I wish the powers that be would update ubottu's grub info to a more current state. [18:09] thanks all of you [18:09] lmao....if wishes were horses, beggars would ride....... [18:09] good luck, sravanje [18:10] it's not too much to ask , since there have been 2 releases since that grub botscript was relavent [18:12] in ubuntu 9.04 , when installing after restart, in manual option, it is giving accessing only to make one partition, if we want extra partition in the installation time it is not giving chance , so, how can we do this at install time or after installing [18:14] sravanje, download gparted live cd iso , burn to disk and use it to edit, resize, format etc your partitions [18:15] how can we download gparted live cd iso from where [18:15] it's been my experience that using a separate partition editor is easier than the live ikubuntu install cd [18:17] sravanje, http://gparted.sourceforge.net/download.php [18:17] how it is using a separate partition editor, where is it available for us [18:18] sravanje, a hint , google-linux is your friend :) [18:18] so.. for some reason.. I rebooted my computer (silly power outage) and now my KDE profile says the network-manager is disabled. [18:19] csgeek_, right click on it in the panel , manage connections [18:20] I can get to it from the system settings.. right click it shows as: "Network Manager Disabled" [18:20] and no other options [18:22] csgeek_, in the terminal ,sudo /etc/init.d/networking restart [18:22] did that already [18:23] wifi or ethernet, csgeek_? [18:24] I'm also getting this line: resolvconf: Error: /etc/resolv.conf must be a symlink which I'm not quiet sure how to fix === andrea is now known as Guest72440 [18:26] csgeek_, sudo dhclient wlan0 or eth0 , whatever you use [18:26] resolv.conf must be a symlink?? Never came across that one. My resolv.conf isn't a symlink. [18:27] could be a setting in resolv.conf that needs to be fixed === csgeek_ is now known as csgeek [18:30] hmm.. well resolv.conf gets overwritten by dhcp/network manager you use [18:31] I don't see how adjusting resolv.conf would fix the issue. But anyways.. I'm more interested in network manager for now [18:32] csgeek, I asked if you are wifi or ethernet / [18:34] both [18:34] I can get on using sudo [18:35] I'd just need the network manager to respond. [18:35] csgeek, which one are trying to use , then ? [18:35] basically it's not managing any internet connection. [18:35] wired [18:36] my point was that the UI doesn't seem to be able to communicate with whatever service is running. I can configure wired, wireless, vpn but it doesn't do anything on any connection [18:37] i need a webcam for skype on my home PC. running kubuntu 10.04 and skype, what's a good webcam? [18:37] i'm looking for a firsthand confirmation of one that just plugs in and works [18:38] ok csgeek , open /etc/network/interfaces in the run command or the terminal, check this tutorial , http://www.cyberciti.biz/tips/howto-ubuntu-linux-convert-dhcp-network-configuration-to-static-ip-configuration.html [18:41] csgeek is the network manager disabled? or networking disabled? [18:44] csgeek I found google that someone had networking disabled on kubuntu, but network manager was running [18:44] and he got it working with these commands [18:44] sudo service network-manager stop [18:44] cd /var/lib/NetworkManager/ [18:44] sudo rm NetworkManager.state [18:44] sudo service network-manager start [18:44] ArGGu^^: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. === octavian is now known as diocletian [18:46] ArGGu^^, that's if you want to use network manager , in some cases it's best just use /etc/network/interfaces [18:49] hmm.. no idea [18:49] followed ArGGu^^'s instructions.. that got me a new icon. Then I had to kill -9 the knetworkmanager and restart it and now it's working === xerox1 is now known as _PicAssO_ [18:52] seems to be an issue that's more then just me... [18:53] WB, DarthFrog [18:53] odhinn: Tnx. Just rebooted into the new KDE. :-) [18:53] new? [18:53] is there a new version? [18:53] 4.4.4 [18:53] In the PPA. [18:54] nice [18:54] what's the best way to implement it? [18:54] why is it that KNetworkManager needs a KWallet password every time I boot up? I told KWallet to store the password [18:54] odhinn: sudo apt-get update && sudo apt-get dist-upgrade after you've enabled the PPA archive. [18:55] razd: You have to give it permission to access KWallet. [18:56] not sure if I've enabled the PPA or not...how would one check? [18:58] http://www.boingboing.net/oimages/danielrobotgameboy.jpg :P [18:58] DarthFrog: is that in the KWallet settings? I thought I checked the "remember these settings" dialog (or whatever it says) the first time it asked for a password [18:59] man I wish I still had one of those original brick-sized Gameboys... I think a giant robot could have sneaked up on me while I was playing my old one... it was so fun [19:08] razd: I've never played around with KWallet, I just use it. :-) [19:10] curses! well, thanks for the tip... I'll search around to see if I can find where I might give appropriate permissions === esperegu is now known as mrHacksaw [19:35] hi, is there a way to check which process is occupying a particular port? === razd is now known as razed === razed is now known as razd [20:19] can anybody tell me how to purge or uninstall screensaver feature? [20:20] no [20:20] so you're stuck with it too, huh? [20:20] no [20:20] lol [20:20] no [20:22] ok, does anybody know how to turn off screensaver? because no matter what setting I modify the damn thing still goes off every 10 minutes [20:26] [20:26] [20:26] Tukz: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [20:26] I mean, I'd like to purge libkscreensaver5, but Synaptic say it would break kpackagekit, kde-desktop, and others [20:28] why you want to purge it [20:28] because I can't disable it [20:28] and I would never need it in the first place\ [20:29] leave it so. it dont need much space on disk [20:29] I don't need space, I simply need my system to take it upon itself to choose to automatically do things I have specifically told it not to do [20:30] can you turn off the screen saver in your control panel, maybe in the display section? [20:30] obvoiusly that doesn't work [20:30] or power saving? [20:30] I know how to hit the apply button etc. [20:30] :) [20:30] ... [20:31] heya jono [20:33] ok I did find a "dim display" in powersave that I overlooked. thanks SpaceMan [20:35] hey ZachK_ === xerox1 is now known as _PicAssO_ [20:55] ok, ill try in here since ubuntu is a no-go [20:55] i screwed up, installed arping which removed network-manager. i now have no wifi so i cant apt-get network-manager to fix the issue [20:56] i have downloaded all the packages for the karmic main,multi,universe repos, added it to the sources.list, did the update and it read in the packages [20:57] but when i apt-get install network-manager, it says that it can't find the file. i thought the repos contained the files... what is wrong here? [20:58] j2daosh: Configure wpa_supplicant manually to get wifi working again. [20:58] i tried, it didn't work [20:58] it fails at the dhclient step [20:58] That's likely an authentication issue. [20:59] well i have since restarted and now i dont have a wireless adapter according to my iwlist [20:59] all i have is the loopback when i do an ifconfig [21:00] ok, so now how to i get my adapters recognized by the system again? [21:01] i just tried ifup ath0;ifup wlan0; but it says it is ignoring unknown adapters ath0 and wlan0 [21:03] someone got experience with ddclient and dyndns.org? [21:04] vaguely [21:04] !ping timezone ;) [21:04] Error: I am only a bot, please don't think I'm intelligent :) [21:04] y? [21:04] it is asking to create a ddclient.conf but dunno where i should locate it [21:04] is ddclient the perl version? [21:05] no idea [21:05] yep [21:05] ok hold on [21:05] yes it is [21:06] there's 'generate conf file by create ddclient.conf (and anyway i got a wizard via yakuake that will fails when i lauch ddclient from there) [21:06] but it is weird that they dont had added a path where to save ddclient.conf [21:06] it is like when you buy a hd and they forget to give you cables. [21:06] put it in /etc/ [21:06] mah [21:06] ok thanks [21:07] here is page [21:07] http://www.dyndns.com/support/kb/using_ddclient_with_dyndns_services.html [21:08] bah. locate ddclient.conf didnt returns /etc/ddclient.conf but now it says it is already exsists [21:08] uhmf === leon is now known as Guest96613 === Guest96613 is now known as LvV [21:12] no way. [21:13] lol [21:14] i do sudo dpkg-reconfigure ddclient then the wizard starts but when i arrive to chooce which domains i want to keep updates it'll returns 'host is empty or wrong username and pw, close this wizard and redo sudo dpkg-reconfigure ddclient [21:14] same as before i had edit ddclient.conf [21:14] and at last,i'm OT. [21:15] WARNING: file /etc/ddclient.conf: Cannot open file '/etc/ddclient.conf'. [21:16] whats the perms [21:16] ls -ltr /etc/ddclient [21:17] * [21:18] you can always just look at the page i posted eariler. you can copy one of those, paste it into your ddclient.conf, change the variables to whatever you need them changed to, save it, and then it should just work [21:19] hello [21:20] so, I maximized dolphin, logged out and then logged back in and dolphin was maximized , but past the nautilus bar and past the tilebar. how do I fix this? [21:20] i have some problem with python3 is there someone for help? [21:21] i'm not sure if my distro on the schools lab computers is fully kbuntu or not. [21:22] j2daosh: -rwxrwxrwx 1 [21:22] and btw i started from that page:P [21:22] obert != lamer === jamie_ is now known as A5c11Char5et [21:26] mah [21:28] everytime i reopen the .conf file it'll be empty [21:28] sorry what [21:28] eh.dont gettin anything usefull [21:29] hrmm [21:29] join #launchpad [21:29] well i cant troubleshoot it presently cuz my linux laptop doesn't have internet so i cant load up ddclient to check [21:30] thanks the same === enrico_ is now known as ranchj [21:32] weird anyway === jamie_ is now known as A5c11Char5et [21:39] hey all [21:40] hey you [21:40] on my notbook, where i installed lucid, i have a touchpad, but i can't configure it in lucid's systemsettings. [22:01] Could anyone direct me to how to display images in links2 [22:05] prova [22:11] è la prima volta che usu questo come fa ccio per scaricare? [22:11] !it | bilo [22:11] bilo: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette) [22:11] grazie ,ci provo === fred_ is now known as Guest93505 [22:30] ??? [22:33] Hi === lo is now known as Guest96081 [22:35] hello === ewoerner_ is now known as ewoerner [23:05] has anyone else had problems with system stability since upgrading to the latest version? [23:06] as in, I came into the office a week ago, to find my system slowed to a crawl, unuable. I checked the vitals, to find nepomuk using 6G of RAM (11G virt, 6G res). [23:06] I killed and disabled it. [23:07] since then, I've found that after a few days of uptime, the system suddenly loses the ability to write to the disk, and I have to reboot (as in, the whole thing crashes). [23:07] I'm assuming this is some HAL or dbus BS? [23:07] wtf? [23:18] Hi. Is there a way to convert 32bit Kubuntu to 64bit preserving system and app settings ? [23:30] help, I just accidently deleted a file, but it's still open in another program. how can I restore it?(it's a movie file, so no save-as option) [23:47] ok, Issue solved === jhutchins_lt2 is now known as jhutchins_lt [23:51] does anyone have a ppa for ktorrent 4. [23:55] http://www.finalcog.com/undelete-open-file-from-inode [23:58] Hi room. I just installed KDE through the kubuntu-desktop package from Ubuntu. I can't get compositing to be enabled...even though my gfx drivers are installed. Help?