[00:30] hi [00:31] anyone here? [00:51] my user account lost the ability to sudo apt-get packages. is this a temporary thing or do i need to change the account so it has general sudo powers? [00:58] sorry, i lost connection [01:12] cato37 does it prompt you for a password or just say you don't have permission? [01:14] it prompts for a password and then refuses. [01:14] it says i have the wrong password [01:17] And yet this same password works for all other permissions. Correct? [01:18] that is with kpackage kit. with konsole it reads that i am not in the sudousers file and the incident will be reported. is there a way to grant sudo powers to only getting packages, or is it better to just give the account sudo powers. there are kids on this account that play games, and they know the password to get into this accountl [01:18] yes. [01:18] same password. [01:19] i am a little nervous with younger ones having sudo powers and playing with the settings. [01:20] Is there another account that has the permissions already or is this the only account? [01:21] the first account has the admin powers, this is the second account, but everyone uses it. [01:21] nobody uses the primary account. [01:22] Then try it with the primary account. If that's the origional user it will have the permissions. Just log into that one when you need to install or for anything sudo related. [01:23] ic. [01:23] i feel kind of silly. [01:24] Don't. No gain in feeling silly. Also I'm pretty new too. [01:25] someone said that if i change the password of the primary account so that it is different, then i can grant sudo powers to the 2nd account, and that will solve the problem we have. sometimes when we switch accounts the computer freezes and we have to cut the power. [01:25] I just asked earlier what the compatibility was between Kubuntu and Ubuntu. [01:25] thanx ratchet. i really like kubuntu. [01:25] it beats vista hands down. [01:26] and the program selection for music, and art is excellent. [01:26] Wow you were using Vista before? That's like modern day Windows Millenium!(worst OS ever) [01:27] uac wants to know if you want to talk about vista on this channel < yes> or < no> [01:27] lol [01:27] That's what came on the hard drive that is in my desktop. I got rid of that faster than I could read the title. [01:28] i hated vista. besides crashing like clockwork, the only thing that worked was onenote. when ms switched to the ribbon on the programs, i gave up on it. [01:28] um. I don't know much about it I just know that it took forever to do anything and was nothing short of cumbersome. [01:28] I went from Vista to XP home which was a little faster but still nothing compared to Maverick Meerkat! [01:30] hi [01:30] i have a question [01:30] i am a slow learner, but Kubuntu has been great so far, and i am learning it. vista just didnt make sense. kubuntu is easier to understand the design. [01:30] !ask | icalle_13 [01:30] icalle_13: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) [01:30] what do i do so i could run lenux and windows same? [01:31] cato37: which Kubutu are you running [01:31] anything? [01:31] rats__: 10.10. [01:32] Im using 10.04 and dont see changing for a while-just too good [01:32] and have LTS [01:32] cato31: I've felt like a slow learner on this just because I've been raised on Windows. Fortunately the KDE system is easy to understand at a glance. [01:33] rats_: What's LTS? [01:33] Long Term Support - about 2 more years [01:33] icalle_13: do you mean having both on the same disk to run both when you need to run one of them, or do you mean have both microsoft and kubuntu running at the same time? [01:33] Oh yeah duh/ [01:34] icalle_13: This is a multi-step process. First, install Windows. When you do, only use part of your hard drive, not the whole thing (i.e. If you have a 160GB drive, only give Windows 80GB). Once Windows is installed, put the Ubuntu disk in the drive and restart the computer. Go through the install routine and install Ubuntu to the empty space left on your hard drive. The Ubuntu install will detect Windows and give you a boot option for it. When you' [01:34] re done, you'll have a choice of Windows or Linux whenever you turn on your computer. [01:34] This is my first non Windows OS so I can't help but love 10.10 [01:36] Ratchetman: Ya the more you use it the better it gets [01:37] I left Windows a while back and never looked back [01:37] rats_: I'm noticing that. I'm still trying to get used to commands and stuff but everyday tasks were never an issue which I liked. [01:37] kde 4.6 is out. has anyone tried it? [01:38] I've still got Windows but only because it's easier to play big release games. [01:38] Ratchetman: true from what I hear, but I'm not a gamer [01:38] Is anyone else having problems getting on to the Kubuntu forums? [01:39] I saw that it was released but I can't even fathom how I'd be able to. I definitely don't want to have to do a big instal. [01:39] quizno50: Kubuntu forums have been down all day. [01:40] i [01:40] okay... I thought it might just be my University network [01:41] anyone know how to set up the computer so your harddrive only uses half of it? one for windows and one for lenux? [01:41] i [01:42] u? [01:42] icalle_13: https://help.ubuntu.com/community/WindowsDualBoot [01:42] cato37: yep. it's the first kde 4 release i've used that's actually made me like kde === Axlin` is now known as Axlin [01:43] cato37: I'm using 4.6.1. It's great. KDE moves from strength to strength with each release. [01:44] so basically i got to manufacture my computer? [01:44] and tell it to have space for ubuntu? [01:44] so i set the kpagage to recieve the backports, and dl it like a regular program? [01:45] cato37: yeah, with ppa:kubuntu-ppa/backports [01:46] k. thanx. i have to go to the primary account. bb after its dled. [01:46] Have fun Cato37 [01:47] thanx all. [01:47] e_t_: Is it possible to just update my KDE to the new version? [01:48] Ratchetman: sudo add-apt-repository ppa:kubuntu-ppa/backports && sudo apt-get update && sudo apt-get upgrade [01:48] You have to enable the repository as Axlin indicates. [01:48] What is a repository? [01:48] after that you'll be running 4.6.1 [01:50] Ubuntu is not a "rolling release" so packages aren't updated except to fix bugs. If you want software that was released after your version of Ubuntu, you have to look for things like PPAs. A repository is a place on the Internet that stores downloadable software packages. When you apt-get update, you are refreshing your local information about what software is available from the Internet repositories. [01:53] Ok so add-apt is the function for selecting a program or system to update? [01:54] No. the command "add-apt-repository" tells your computer to look in a new place for software. The command "apt-get" is what you use to install, update, or remove software. [01:55] Got it! Gotta note that somewhere. [01:56] "and apt-get update" refreshes your repositories, and "apt-get upgrade" applies any available updates [01:56] You can look at the file /etc/apt/sources.list to see all the places apt-get normally checks for software updates. Any files in the /etc/apt/sources.list.d directory will also be checked. Sources.list.d is where add-apt-repository things go. [01:58] Is that the konsole equivalent to "Get and Remove Software" then? [01:58] Yes. [01:59] Oooooooh. [02:02] one question [02:02] is there a way i could put the lenux on a cd and install it on the computer? [02:06] Yes you can download the OS from Kubuntu.org [02:06] onto cd? [02:07] Then just burn the ISO to a cd [02:07] ohh ok [02:07] how big is it? [02:08] roughly 680MB i believe [02:08] 700 MB roughly. Just small enough to fit on your average cd [02:09] Make sure you back up any of your important files before you go off formatting your hard drive. [02:09] if my old computer wifi was messed up since i did a recovery on it owuld it fix it? [02:10] or i would still need to find the harddrive for the wifi? [02:11] hey all, i installed 4.6.x like an idiot. this PC originally had gnome/ubuntu-desktop to start with, can i revert everything back to that and reinstall kubuntu-desktop stable? [02:12] arrrghhh: http://www.psychocats.net/ubuntu/puregnome [02:13] i've tried that one before, didn't work flawlessly... [02:13] i'll try it again [02:14] icalle_13: There's a good chance that the wireless card is supported by Kubuntu so connectivity shouldn't be a problem. As to fixing a wireless network I wouldn't know. [02:14] Axlin, gives me a broken packages error :/ [02:15] ubuntu is lenux right? [02:16] ubuntu uses the linux kernel icalle_13 [02:16] lenux ? It is uses a Linux kernel yes. [02:17] Axlin, http://pastebin.com/GmSM20ah [02:17] the unmet dependencies i think are tripping it up... [02:17] i don't think the list of not installed packages would... would it? [02:18] gah i feel like such a noob. i never learn my lesson, always playing with unstable stuff :P [02:20] what it means the installation size? [02:20] icalle_13, the size of the installation...? [02:21] how much disk space you need? [02:21] idk [02:21] does it matter which one i put? [02:21] uhm... yes === besmart is now known as [C]` [02:22] it determines how much space it takes on the disk [02:22] i assume you're partitioning the drive? [02:22] ya [02:22] i got about 400gb of mem [02:22] ok [02:22] do you want ubuntu to use the full drive? [02:22] sure [02:22] Axlin, ping... can you help me with that broken packages error? [02:23] icalle_13, then have the installer do that [02:23] put it all the way to 30gb? === 92AACPVRD is now known as Ratchetman [02:23] icalle_13, it's up to you [02:23] Hello all === jvasquez is now known as jay [02:24] how much space do you want ubuntu to take up on the hard drive? do you want another OS installed at all? === Guest31106 is now known as Dragnslcr [02:24] arrrghhh: sorry, i'm off doing other things as well. you can try: $ sudo apt-get update && sudo apt-get install -f [02:24] i want to while i have windows also === jay is now known as Guest48377 [02:24] arrrghhh: -f = --fix. attempts to fix broken packages [02:24] ok === Guest48377 is now known as jay83 [02:24] and then re-try [02:25] just double checking i could bounce from ubuntu to windows right? [02:25] If I have dual monitor from PCI Express x16, can I use a PCI video card for a 3rd monitor? [02:25] icalle_13, you have to reboot to do that, unless you have a powerful enough machine to run a virtual machine [02:26] hmm [02:26] Axlin, apt-get update -f? [02:26] apt-get -f doesn't work... [02:27] apt-get install -f [02:27] d'oh, thx [02:28] hrm... didn't find anything wrong. just told me some things can be removed with autoremove, which i just did. [02:28] it didn't spit out any errors that time then? [02:29] nope. gonna update and try to remove after the update. [02:29] update && upgrade [02:30] damn... still broken packages. [02:32] arrrghhh: have you disabled the kubuntu backports repository? [02:32] ah... i bet not. [02:34] you can remove it in synaptic from settings → repositories → other software. or it will be listed in /etc/apt/sources.list.d [02:34] if you still have it, you can remove it either way. and then run an apt-get update [02:35] Does anyone here have 2 video cards on a desktop without SLI support? [02:39] i upgraded to kde 4.6. where did they put the search function on dolphin? [02:41] damn [02:41] still failing Axlin... same error. i removed some java repo i had in there as well [02:42] cato37, you don't have a search button? [02:42] sorry "find" [02:42] arrrghhh: no. it used to be in . i thought maybe the moved it for 4.6 [02:42] cato37: Which user are you on? [02:42] arrrghhh: try cleaning any partial packages and the apt cache. sudo apt-get autoclean && sudo apt-get clean [02:43] Ratchetman: i am on the 2nd user. [02:44] cato37, i have a find button, and a find option under the edit menu... [02:45] cato37: I think you can temporarily change to superuser in terminal. " sudo -i -u " I think that's how you can log into your main for a task or something. [02:45] arrrghhh: right. not find, but the dolphin > tools > search function that lets me search the files. [02:46] oh... that's all i have too. [02:46] cato37: Find File is in the tools tab [02:46] hit ctrl+F [02:48] Ratchetman: not find. the search command that was in the tools tab. [02:48] Axlin, it seemed to do something on the first run, removed a bunch of stuff... but same error when i try to do that beast remove command [02:49] cato37: Ok so they're not the same I gather. [02:49] search was a a box that allows you to configure search parameters for different files, types, etc. [02:49] arrrghhh: does it show anything if you go into synaptic → custom filters → broken? [02:49] may have to reload synaptic [02:49] let me see... === claydoh_ is now known as claydoh [02:50] 0 broken :/ [02:50] kubuntu (~kubuntu@190.48.177.233) has joined #kubuntu Kubuntu himself is now here! [02:52] Ratchetman: you scared him away. [02:52] Aww it would appear as though I have. [02:53] Axlin, so 0 broken. what next? [02:53] Shoulda logged on as invisible if he didn't want to be bothered. [02:53] arrrghhh: apart from going through each package that it's spitting out errors for and finding the bad apple... i'm about out of ideas here [02:53] it could be a different conflicting repository, if you have any [02:53] Axlin, yea that's why i wasn't a fan of that command... there's no other way? [02:54] i removed all the 3rd party ones, just ubuntu core stuff now AFAIK [02:54] well we've tried fixing broken packages, cleaning apt's cache, removing partial apps, and removing kubuntu's backports repository... not sure what else, honestly [02:55] ic what they did. they merged the find and the search functions. they got rid of the search box, and made it like xp. :( [02:56] i wonder if there is a way to access it? [02:57] does it work like the old search? i don't see the problem [02:57] if they merged it... and you haven't lost functionality... no? [02:58] no, it works like the xp search function. the old search box was more like the old norton commander or the amiga toolbox search panel [02:59] not few configuration options. i am going thru an old crashed hd trying to sort 180 gigs of files. the find functions isnt going to do it. [03:00] maybe i am missing something. i will go to the kde room, and see if they might have tucked the functions away somewhere i havent found. [03:08] ok, can someone explain this? locate *.iso turns up 1 file, while find . -size +2G turns up 8 different .iso files with small letters??? [03:08] Well my day of Kubuntu experimentation has come to a close. See you guys later. [03:10] ahhh, locate .iso turns up a bunch, odd though, I still don't quite understand it. [03:11] shane4ubuntu: the locate command works off a database that has to be updated. If you run the command "sudo updatedb", then "locate *.iso" you will probably see the files. [03:12] e_t_: well, I had already run the updatedb command as root, because I have done that before. [03:12] locate *.iso turns up one file while locate .iso turns up more than 10 different .iso files? [03:12] I didn't know that's how locate worked until I used it on FreeBSD. [03:13] I thought perhaps spaces, but most of my files don't contain spaces [03:13] e_t_: I'm fond of the locate command, so I learned real quick to run updatedb often, I usually put it as a root crontab [03:13] I'm learning to really like the find command too. [03:14] I like locate too, but it's one you can use for a long time without knowing how it works. [03:14] very true, I'm quite perplexed by this rare output though, very odd. [03:16] I usually search for things in the GUI, using programs like Recoll or Nepomuk/Strigi. [03:17] e_t_: I love cli, and do most of my heavy lifting there, though I do appreciate a nice gui. [03:18] besides nepomuk/strigi have been broke for me since switching over to kde. :(, even with a fresh install, they have issues. [03:19] Really? They've been great for me ever since the switch to the virtuoso database in 4.4. [03:20] when I first installed, it crashed indexing all the time, never did finish, upgrade to 4.x and then it completely hogged the system, until I killed it, now I'm up to 4.6 and haven't messed with it, just expect it not to work [03:22] shane4ubuntu: its been working for me since 4.5 ^^ [03:23] So...ummm... Can anyone help me on how to get minecraft to work [03:23] and have never had an issue with it since then... dont even notice it anymore [03:23] James147: i should try and turn mine back on, just haven't messed with it. [03:23] melodie_: install openjdk run it ^^ [03:24] James147: are you on 4.6? [03:24] I did O.O... my broser is firefox and it won't load either one...I get either a lzma data error or the screen in just black [03:24] James147: also did you do anything to the settings to make it run better? more efficient? [03:24] melodie_: minecraft is a java application so prity much just works ^^ though you will need the java and the Minecraft.jar file from the site [03:24] !java [03:25] To install a Java runtime on Ubuntu on 10.04 LTS and newer, see http://tinyurl.com/2ffg7cc - For the Sun Java products and browser plugin, search for the sun-java6- packages in the !partner repository on Lucid (which must be enabled), or !multiverse repository on older releases. [03:25] melodie_: download the jar ^^ rather then using a browser [03:25] oh... *Facepalm* i didn't do that [03:25] my menu bar/desktop dissapeered after a reboot. how can i get it back? [03:26] lovesthethianood: the panel? right click the desktop > add panel [03:26] (once widegts are unlocked [03:26] right clicking on nmy desktop dose not show any menu anymore [03:26] /James147 right clicking on nmy desktop dose not show any menu anymore [03:27] lovesthethianood: does the backgound not load as well? [03:27] James147: how much memory do you have nepomuk set to use? what is a good amount? I think I changed mine in the System Settings -> Desktop Search thing, under the advanced tab. [03:27] shane4ubuntu: think i am useing the default (50 if i remember correctly) [03:28] ok, thanks! Mine was set at 100, perhaps that is the default? I bumped mine up a little, because I'm off to be, I will drop it back down later if it causes an issue. [03:28] bed [03:29] shane4ubuntu: (and yes, i am on 4.6 now) [03:29] ok, night and thanks. [03:29] night [03:34] James147: How do I download the jar file >.< its so confusing... [03:34] anyone knows when kubuntu 11.04 beta would be released? [03:35] melodie_: http://www.minecraft.net/download/minecraft.jar?v=1301625329683 [03:35] ^^ click that [03:36] bigbrovar2: April something i think...no wait... let me look it up [03:37] bigbrovar2: the beta has been out for a while now [03:37] bigbrovar2: https://wiki.kubuntu.org/NattyReleaseSchedule [03:38] oh ok would have checkout kubuntu.org then for release nit and stuff [03:38] James147: Did that...the problem is actually installing it :( [03:38] melodie_: you dont install it ^^ jsut run it (in terminal type "java -jar path/to/Minecraft.jar" [03:39] melodie_: you should also be able to make it executable and just click it ^^ [03:39] as well ^^ [03:39] Unable to access jarfile path/to/Minecraft.jar [03:40] or maby not :p [03:40] melodie_: ^^ replace path/to with the actual path [03:40] and make sure you get the case right ^^ i think the newer launcher uses lowercase m [03:44] James147: Fml...ugh nothing is working :( [03:45] melodie@krusty% java -jar path/to/Minecraft.jar ~ [03:45] Unable to access jarfile path/to/Minecraft.jar [03:45] (1)melodie@krusty% java -jar path/Minecraft.jar ~ [03:45] zsh: no matches found: path/to/Minecraft(2).jar [03:45] (1)melodie@krusty% java -jar path/to/minecraft.jar ~ [03:45] melodie_: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [03:45] Unable to access jarfile path/to/minecraft.jar [03:45] melodie_: path/to/minecraft.jar is a sudo path ^^ (not real) replace it with the actual location ^^ [03:46] melodie_: try ~/Downloads/minecraft.jar ^^ though i dont actually know where you downloaded it to [03:46] !pastebin | melodie_ use pastebin for multi-line pastes [03:46] melodie_ use pastebin for multi-line pastes: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [03:47] James147: my home folder... [03:50] Does anyone here have 2 video cards on a desktop without SLI support? f I have dual monitor from PCI Express x16, can I use a PCI video card for a 3rd monitor? [03:53] i upgraded to kde 4.6. i dont no the name for it, but when you run the cursor up into the menu kicker real fast and the screen changes to show all open windows. when i do that, the computer freezes. [03:53] *i dont know the name for it [03:54] cato37: thats the present windows desktop effect [03:54] i like to use it. how do i stop it from seizing up? [03:55] James147: should i report it as a bug? === darkdelusions is now known as darkdelusions_ [04:53] how do I revoke certificate permissions in konqueror? [05:10] micahg: maybe this might help.... http://products.secureserver.net/products/faq_secureturbo.htm [05:10] TheBuntu: no, I meant in the browser itself, not the certificate [05:13] let me get konqueror installed and i see if i can figure it out [05:22] micahg: i dont see anything about certificates in konqueror [05:25] TheBuntu: hey, now you see my problem :) [05:27] what do you need to revoke certificate for [05:27] TheBuntu: I'm testing something [05:28] ohh [06:26] gah, it seams like every other boot my hd is swapping from sda to sdb. Any idea what in the world causes that and to lock it ? [06:26] Right [06:26] April 1 [06:27] :) [06:27] * Daskreech sighs [06:27] never try to discuss serious topic on 1st April. It's exhausting. [06:27] uhg [06:28] lets pretend its the 2nd already, this is annoying [06:28] Login here and ... wait A Pink Unicorn? [06:28] heh yea the ascii spam was ... phun [06:28] CartoonCat: BIOS (should) set boot preferenence [06:29] Daskreech: boot pref is as it always has been, usb stick, cd, hd (gentoo didnt do this, and kub on any of my other laptops doesnt do this) [06:29] and no, nothing is plugged into usb nad no disc is in the drive [06:29] CartoonCat: No that's Channel it can be more specific like SATA before PATA or so on [06:30] hmm no such options on this laptop [06:32] %$#, i just noticed, fstab says # / was on /dev/sdb5 during installation [06:34] how do i figure out what UUID goes to the partiton I want? [06:34] http://mail.google.com/mail/help/motion.html [06:34] !uuid [06:34] To see a list of your devices/partitions and their corresponding UUID's, run this command in a !shell: « sudo blkid » (see https://wiki.ubuntu.com/LibAtaForAtaDisks for the rationale behind the transition to UUID) [06:35] hmm [06:35] ok, blkid gives a uuid for my 4rth partition, but wow it look /way/ different then the other partitions [06:36] UUID="e0373a99-8cc8-476b-a0ab-7eda185d26da" vs UUID="62D647E6D647B8D5" [06:36] Hi! [06:37] and, mount -a isnt mounting, mmm [06:38] Need some help here. I previously installed Fedora, with a /home SEPARATE partition. Now I installed Kubuntu 10.10 replacing fedora, but now I'm not the owner of the /home on my current user [06:38] fstab /is/ the correct place for perm mounts still, yes [06:38] what can I do :( (sorry to interrupt you CartoonCat) [06:38] rulyone: your user id/group id is now different, chown -R user location [06:39] to root? or to my user? [06:39] chown -R user /home? [06:40] or chown -R root /home [06:40] ? [06:40] well, i'll try both [06:40] chown -R username /home/username (or what ever the target home directory is) [06:40] one should do the job, thx :D [06:40] tahnks [06:40] got it [06:41] well, I had to add the sudo part, thanks a LOT! [06:42] yup [06:44] rulyone: chown -R username: <--- note that /home [06:44] umm /home/username [06:44] put a colon after the username [06:44] i did this: sudo chown -R rulyone /home/rulyone [06:45] and it works, is something wrong with that? [06:45] Daskreech: what did I miss with the colon? [06:45] how do i select a file in kde 4 in dolphin [06:45] rulyone: no but you can redo it with the colon [06:45] and whats the difference with the colon? :o [06:45] cato37: either click on it or hover over it and a + will appear in the corner. click on the + [06:46] it will change to a - which will deselect when you click on it [06:46] Daskreech: and any idea why that UUID is so different? mount doesnt seam to like it [06:46] CartoonCat: the colon changes the group to match the username as well. It's a shorthand [06:46] Daskreech: i upgraded to 4.6 and no plus or minuses appear, clicking it opens it, and hovering does nothing. [06:47] Daskreech: ah! [06:47] buuuug [06:47] cato37: another option is to disable single clicks: Go to Kickoff Application launcher -> type "mouse", open Mouse (mouse settings) and choose double click to open files. [06:48] i dont want to open it, i want to select it so it can be archived with ark. [06:48] cato37: I was about to ask if you have things set to single or double click [06:48] cato37: if you just want to do something quickly hold ctrl then click on the file [06:48] that will select it [06:48] (still it's not normal not to get the "+") [06:49] k. shift and hover [06:49] cato37: do what I just told you... if you select the "double click to open files" option, you can select files by SINGLE CLICKS, just like in gnome (or window$) [06:49] CartoonCat: Any number of reasons but does the partition mount cleanly? [06:49] cato37: Found a work around? [06:49] hi stephdg [06:49] Daskreech: if I type it out /dev/sdb instead, ya [06:50] CartoonCat: /dev/sdb what? [06:50] opps, 4 [06:50] sdb4 [06:50] sorry, when i move the cursor so that "display windows"appears the screen freezes for about 20 seconds. i moved the cursor to the kickoff button too quickly. [06:50] hi Daskreech [06:51] Hello [06:51] cato37: ... does that mean you are ok? [06:51] CartoonCat: Alright does the UUID match what's in fstab? [06:51] http://pastebin.com/WKHxdU92 [06:52] Daskreech: sorry, my screen keeps freezing. [06:52] Daskreech: I got the UUID from the blkid app [06:52] cato37: also not normal. Is your HDD ok? [06:53] so /i/ put the uuid in, there was no entry before at all (i ehco'd the original mount line on, and it some times worked, namely when it coems up as sda not sdb) [06:53] and the fstab line now looks like UUID=62D647E6D647B8D5 /mnt/hd auto noauto 0 0 [06:53] i turned off the desktop effects. [06:53] CartoonCat: so the fstab uses the raw device name not the UUID? [06:53] Daskreech: it did, i changed it [06:54] Daskreech: if i set it back to /dev/sdb4, it mounts up fine [06:54] ok see how that works out then [06:54] huh. okay. now the plusses and minuses are there. [06:54] well /thats/ the problem! next boot, it likely will be called /dev/sda4 !!! [06:54] the HD /is changing between a and b with each boot/ [06:55] Daskreech: the plusses and minuses are now appearing in dolphin. it happened after i turned off the desktop effects. the effect "display windows" was freezing the screen. [06:56] cato37: ah ok Disable that effect then :) [06:58] Daskreech: any ideas whats wrong with the uuid? anyway to get some verbosity out of mount [06:58] man mount [06:59] Daskreech: sorry i am not more skilled at understanding this. i tend to be slow sometimes. thank you for your help. [06:59] ive done that, tried -v and i do get /some/ info, but it jsut ends with /nothing mounted/ [06:59] cato37: You did fine [06:59] good job on trying to disable the desktop effects. How did you do that? [07:00] CartoonCat: what was the command you tried? [07:00] mount -avv [07:01] i did read it right, -a causes it mount everything in fstab [07:01] ? [07:02] Daskreech: when i first installed kubuntu it was 10.04 and an earlier kde, and the desktop effects didnt work right. they worked fine in kubuntu 10.10 and kde 4.5 so i turned them on. [07:02] Right [07:02] CartoonCat: try mount -vv /mount/point [07:04] that mounted [07:04] shouldnt -a have caused it to mount too? [07:07] CartoonCat: Not sure can't recall trying that with a UUID [07:07] in theory I suppose yes it should [07:07] ah well, it should be good on boot now, ty very much === reisi_ is now known as reisi [07:25] Hello? Anyone here? [07:25] nope [07:25] the massive list of people in the channel is just a figment of your imagination [07:29] well that worked :-p [08:09] Hi everyone, can someone please see this paste: http://paste.ubuntu.com/588136/ ? I get an akonadi dialog everytime my pc starts Kontact - KDE is updated to 4.6.1 [08:27] naftilos76: Do you have two resources? [08:28] two resources? sorry, i don't get it. Can you pls explain? [08:35] naftilos76: press alt+F2 and type akonadi it will get you the akonadi configuration [08:35] which has the resources or where it gets information from [08:35] See if there are duplicates. [08:36] if not ask in #akonadi what the problem could be [08:37] ok thanks - let take a closer look [09:36] hello [09:37] dimi [09:37] aloo [09:37] so praes be gogoooo [09:37] eve ladam si go :) [09:37] ti [09:38] ja si go drzam [09:39] abe so stega vaj andon? [10:15] hi [10:15] hello [10:16] i have a q that is what s diffrent betwin kubuntu and ubuntu [10:16] Hello, good morning [10:18] inj3ct0r: main difference is the desktop, one is kde one is gnome === FireCrotch is now known as nickmoeck [10:20] Any netbook users here? [10:21] DonFranco83: yep? [10:22] OK, I got a strange problem [10:22] I'm using an Asus EeePC 1000H [10:22] Everything works just fine when it's on power supply [10:23] But when it's on battery, my WiFi goes crazy and doesn't work anymore [10:23] each time? [10:23] Each and every time [10:23] i have an eeepc and didn't notice that behavior [10:23] that's all I can say :/ [10:23] which wifi chip you got? [10:23] no idea [10:24] Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01) [10:25] I got a Ralink RT2860 [10:26] DonFranco83: is there any output to any log files (syslog or dmesg)? [10:28] nickmoeck: I'll give ou a fresh output of syslog and dmesg in a minute [10:33] nickmoeck: well it's always the same if you try to show your error to someone. i just unplugged it and there were no messages logged at that time to syslog or dmesg (checked it with tail -f before i unplugged) [10:34] nickmoeck: my wifi kinda kept working but kopete lost connection to msn and icq immediately. [10:34] and they won't reconnect until i plug in the cable again. i also use the google translator and ccomics plasmoids and they stop working as well [10:38] DonFranco83: Are you using WPA? [10:39] nickmoeck: WPA2 Personal [10:40] nickmoeck: but it acutally does'n care, it's the same effect even in an unencrypted network [10:40] nickmoeck: as i said, everything works fine as long as it's plugged in to the power supply [10:40] DonFranco83: Oh, okay. I've seen reports of issues with that card with WPA networks, which is why I asked. [10:43] DonFranco83: I did find a similar bug in Launchpad: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/734865 [10:43] Ubuntu bug 734865 in linux (Ubuntu) "[STAGING] RT2860 Wireless will not authenticate and connect when on battery power." [Undecided,New] [10:45] nickmoeck: unbelievable. that's exactly the error i am encountering [10:47] nickmoeck: and i'm using 11.04 as well. but i guess i had the same problem even with 10.10, that's why i reinstalled with 11.04 because the last few kernel versions all promised better wifi support ;-) [10:49] nickmoeck: thanks for the link to the bug. i'll wirte a comment on that [10:49] DonFranco83: I suggest clicking that the bug affects you as well in Launchpad, which will subscribe you to the bug, and let them know that it is indeed a bug [10:50] nickmoeck: already done :) [10:52] DonFranco83: Also, Anthony Hook is always in #ubuntu-wi-us, so maybe pop in there and talk to him about it. Maybe he found a solution and forgot to close the bug report or something [10:52] Or maybe you two working together can resolve it :) [10:53] nickmoeck: thanks for the info. [10:54] DonFranco83: glad I could help (well, sort of help) [10:54] im sorry where can i install some file libsigc-2.0.so.0 in kubuntu? [10:55] or find it [10:56] nickmoeck: thanks a lot. i was just about asking on how to file a bug report . so at least, you prevented a duplicate bug report ;) thanks!! [10:57] inj3ct0r: look it up in the package management? what do you need it for? [11:00] inj3ct0r: looks like that file is part of the package libsigc++-2.0-0c2a, so installing that package will install the file you're looking for [11:01] where is pakage management/ [11:01] ? [11:02] i search it in pakage kit [11:03] but there is no any pak where can i install and download it [11:04] search in kpackagekit for libsigc [11:04] it will offer you a couple of install candidates [11:08] is there any application available that can convert po files from one language to another? [11:10] im sorry hoe can i install skype? [11:11] go to skype.com and download the ubuntu version [11:13] im sorry to every body my kubuntu is have very low speed how can i solve it? [11:15] inj3ct0r: actually, skype should be available in the Canonical Partner Repository [11:16] inj3ct0r: enable the Partner repository, and it should show up in KPackageKit [11:17] inj3ct0r: what do you mean by "very low speed"? Low download speed? Slow to open programs? Slows down when you have multiple programs open? [11:17] slow to open files [11:19] inj3ct0r: that's generally dependent on the speed of your hard drive. If you're trying to open a large file that's on a slow hard drive, it can sometimes seem to be slow [11:22] I got this error while trying to install an application http://paste.kde.org/8675/ how can I fix this? [11:22] hi hi hi [11:23] c2tarun: make sure you use sudo :) [11:23] c2tarun: sudo apt-get install packagename [11:25] nickmoeck: I used sudo, actually I started installing a pacakge and end it by pressing ctrl+z. after that I am getting this error. [11:25] c2tarun: Ah. In that case... [11:25] !aptfix | c2tarun [11:25] c2tarun: If an APT front-end crashed and your database is locked, try this in a !terminal: « sudo fuser -vki /var/lib/dpkg/lock;sudo dpkg --configure -a » [11:25] im sorry i try to use skype but it say server cannect failed [11:25] what i should do now? === yofel_ is now known as yofel === dantti_ is now known as dantti [11:39] Hey everyone, so you guys want invites to diaspora? [11:52] hola alguien para hablar? [11:52] !es [11:52] 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. [11:53] thanks [11:53] :D [11:54] im sorry i try to use skype but it say server cannect failed === roinux is now known as roinux_ === jussi_ is now known as android === android is now known as Guest71757 === Guest71757 is now known as android [13:30] !find kde [13:30] Found: apturl-kde, firefox-kde-support, gdebi-kde, kde-config-cddb, kde-config-cron, kde-config-gtk, kde-config-touchpad, kde-icons-mono, kde-l10n-ar, kde-l10n-bg (and 592 others) http://packages.ubuntu.com/search?keywords=kde&searchon=names&suite=maverick§ion=all [13:32] !bot [13:32] Hi! I'm #kubuntu's favorite infobot, you can search my brain yourself at http://ubottu.com/factoids.cgi | Usage info: http://ubottu.com/devel/wiki/Plugins | Bot channels and general info: https://wiki.ubuntu.com/IRC/Bots [13:42] !list [13:42] This is not a file sharing channel (or network); be sure to read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ». === mren|off is now known as mren [13:56] hi [13:57] i have a problem with my kubuntu [13:58] that is when i right click in dekstop chenge dekstop background and ... do not apear insted of that application cat apear what i should do now? [14:02] no body can help me? === nhandler is now known as [N] [14:35] lastnight i used bootcdwrite.....is there anything eles...like mklivecd....bootcdwrite...did everything...it put a gig usb stick on it..it put everything on my 2 spare partitions [14:38] lastnight i used bootcdwrite.....is there anything eles...like mklivecd....bootcdwrite...did everything...it put a gig usb stick on it..it put everything on my 2 spare partitions === [N] is now known as PinkUnicorns === AndrewMC is now known as SpockVulcan [14:56] hi guys, can u help me? my wifi adapter has become disabled after the recent update, how to enable it? thx [14:57] any help is much appretiated [15:01] renat: Do you know what make and model the adapter is, and what interface it uses? (pci/usb/bluetooth etc) [15:02] well... i use notebook builtin wifi adapter (HP Compaq 530) [15:02] i suppose it is an Intel brand [15:06] renat: What is the result of: lspci -nn | grep Network [15:06] 10:00.0 Network controller [0280]: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection [8086:4222] (rev 02) [15:07] renat: Which edition of Kubuntu are you using? [15:08] 11.04 [15:09] renat: Please use #ubuntu+1 for Natty, and not here. [15:09] ok thx === Pici is now known as ZarroBoogs [15:21] Hey folks [15:28] hay is there any one [15:29] I guess they couldn't wait longer than 20 seconds to find out. [15:30] hi, how do i set up gmail accounts in kopete? [15:30] !gmail [15:30] gmail is a webmail service. For information on using it with Evolution see http://help.ubuntu.com/community/UsingGmailWithEvolution [15:30] !gtalk [15:30] Google Talk (GTalk) is an instant messaging program from Google. Currently, Google does not have an official standalone GTalk client for Linux, but supports connections from third-party clients such as !Pidgin and !Kopete | See http://www.google.com/talk/otherclients.html for more information [15:36] a process called "yes" uses nearly 50% of my cpu performance, can i "close" that process? [15:46] kujules: Yup, it's like a no-operation kind of command that just keeps spewing some text [15:47] after upgrading to 11.04 beta my pc often got reset to log in screen or tty-screen [15:47] is the problem solved? [15:48] as I can see in ubuntu's page in the 11.04 version they will be lots of changes. What about kubuntu? What changes will be in 11.04 version? [15:49] how do i invite more than one person inot a jabber chat on kopete? [15:49] Vardan, best to ask in #ubuntu+1 [15:49] or kubuntu+1? [15:50] kujules, #ubuntu+1 [15:50] i am using kubuntu [15:50] Vardan, there's no kubuntu+1 [15:50] kujules: Its still #ubuntu+1 [15:50] ubuntu+1 is both for ubuntun, kubuntu and any other version of ubuntu [15:50] okie [15:50] thank you [16:01] people I just installed kubuntu 10.10 and amarok not playing mp3 files. What packages I need for that? === cmagina-afk is now known as cmagina-office [16:03] Vardan, make sure you install kubuntu-restricted-extras [16:04] !pm | rajeevthefreak_ [16:04] rajeevthefreak_: Please ask your questions in the channel so that other people can help you, benefit from your questions and answers, and ensure that you're not getting bad advice. Please note that some people find it rude to be sent a PM without being asked for permission to do so first. [16:05] I haven't sent PM, or that is not for me ? :) [16:05] Vardan, not you [16:06] BluesKaj: how can I know about ubottu's commands? [16:06] Vardan, the person's nick that it's meant for is listed [16:07] !ubottu [16:07] Hi! I'm #kubuntu's favorite infobot, you can search my brain yourself at http://ubottu.com/factoids.cgi | Usage info: http://ubottu.com/devel/wiki/Plugins | Bot channels and general info: https://wiki.ubuntu.com/IRC/Bots [16:24] James147, connection probs ? [16:27] has anyone else tryed installing the gnome desktop package in kubuntu? It installs debian artwork for grub and the gnome wallpaper [16:33] ChrisGagnon, I did for a while , but if you want the desktop it's ubuntu-desktop that has to be installed [16:35] BluesKaj: thanks for the info :D [16:40] Anyone know the command to run Dolpin with root privedges? its just so I can edit configuration files etc [16:40] S74rk7: kdesu dolphin [16:40] I have just been using konsole and browsing to the directory and sudo open the files... [16:40] marxjohnson: Thanks mate :) [16:40] sorry, kdesudo, not kdesu [16:41] S74rk7: its best to just run kate with kdesudo and open them from there [16:41] S74rk7: ^^ its better practus to run as few applications as possible without root [16:44] <_s0phia> hi, can someone tell me why Rosegarden (music production software) doesn't output any sound? Do i need MIDI packages or some sort of MIDI software as well? >.< [16:44] James147: Yeah good point mate - thanks :) [16:44] marxjohnson: Thanks again for the info mate :) [16:44] S74rk7: np [16:58] I'm trying to repair an NTFS file system and have received errors from fsck and gparted which I've pasted here: http://pastebin.com/cSybipCJ It is a friend's HDD which had Windows XP on the partition. Windows xp was unable to recover the filesystem using chkdsk and I thought that maybe fsck would be able to recover it. [17:03] I apologize apparently fsck doesn't support checking NTFS filesystems like I thought. === Muzer is now known as MuzerAway === MuzerAway is now known as Muzer === livecd is now known as Peace- === islington_ is now known as Islington [18:01] Hi everybody === Muzer is now known as MuzerAway [18:01] I need some help [18:02] plz [18:02] anyone! [18:02] ......... [18:02] !help | pero-p [18:02] pero-p: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) [18:04] doesn't seem like he has a problem anymore :P === MuzerAway is now known as Muzer [18:06] ok, i have slow and limited internet connection and i want to download Kubuntu, for about one year ago, i downloaded Kubuntu CD version and install it, and it was good. but when i was going to install applications, it just tell me a lot of MBs to download and i can't do it because of the limitation of bandwidth. my only problem is which one is better for me, the DVD version or CD version?... [18:06] ...does DVD version has most commonly apps? [18:06] * sorry for my english if it has any mistakes ;) [18:08] the DVD contains all packages of the "main" repository [18:08] but not those in universe [18:08] so the answer varies wildly depending on what exactly you need [18:09] pero-p: DVD can be used to install other applcation as far as I know and contains most of whats in the repo ^^ though you will be downloading everything thats on the dvd rather then just what you need... its more useful when you download it from a fast connection to use on a slow connection [18:10] pero-p: downloading on a slow to use use on a slow connection seems mighty wasteful ^^ [18:10] yes, and the DVD itself can be used as a repository on any system [18:11] ^^ or another use is to download it once, then use it on many computers... [18:11] but... that's a lot of download :S [18:11] so many thanks for your answers, [18:11] my limitation disables in nights ( 2AM to 7PM ) [18:12] oh! i mean 7AM [18:12] and i can download DVD on that way, THANK YOU AL [18:12] L [18:12] i happen to share pero's problem... the only thing that makes it bearable is i dont have any download limits (not that i can cross any with such connection), i just bite it, and let updates go all night long [18:12] pero-p: the dvd also wont give you th most uptodate packages [18:13] and another thing, [18:14] can Kubuntu(or any other Linux distro) replaces with Windows? i mean games, apps, ... I currently using windows [18:14] ? [18:14] nope [18:14] windows programs work only on windows. linux programs work only on linux [18:15] though everything on windows, can have replacements on linux [18:15] and as for games... you can always use "wine" for [18:15] !wine [18:15] WINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu [18:17] is there any particular program you're interested in? [18:18] yes, i use Protesu, and OrCAD [18:18] Proteus [18:20] i think VirtualBox will help me in these apps [18:20] yes, it does [18:20] but most problem was the Games! :D, and wineHQ comes! [18:21] though i'm googling for you a little :) [18:21] Thanks Hamra, [18:21] you know, in my country you don't pay for apps! so Windows is as FREE as linux [18:21] !! [18:22] and so on, for games, [18:22] these are electronics programs... i never used them personally, or know how advanced they are. KDE has an electronics program, called KTechLab, but i dont know how professional it is [18:22] well... that's not something you're allowed to say here [18:23] ? [18:23] sorry [18:23] !piracy | pero-p [18:23] pero-p: piracy discussion and other questionably legal practices are not welcome in the Ubuntu channels. Please take this discussion elsewhere or abstain from it altogether. This includes linking to pirated software, music, and video. Also see !guidelines and !o4o [18:23] as a reminder (: [18:24] check this: http://www.gpleda.org/index.html [18:25] haha! Hamra, Thanks you very very ... much! this KTechLab and gEDA makes me crazy! very good! [18:25] you're welcome :) [18:26] http://www.linuxquestions.org/questions/linux-software-2/proteus-under-linux-677635/ [18:26] now you have enough options to choose from :) [18:28] Thanks everyone, and specially you, Hamra, [18:28] and Good bye ;) [18:28] bye bye === Muzer is now known as MuzerAway [19:00] <_s0phia> is anyone interested in helping me with Rosegarden? D: [19:01] help how? [19:02] James147: If memory serves, she can't hear any midi files [19:29] <_s0phia> yeah o.O === dave is now known as Guest90496 === SpockVulcan is now known as AndrewMC === marius is now known as Guest73746 [19:57] mariusk === marius_ is now known as Guest73746 === Guest73746 is now known as mariusb [20:31] hi to all [20:32] i have a problem with my kubuntu 10.10 that is when i make my dekstop rezoluion then when i restart changes not down [20:35] no body want to answer? [20:35] inj3ct0r: Are you using xrandr commands to do this? [20:35] no [20:36] sceen resize and rotate [20:37] If you put the xrandr commands needed into /etc/kde4/kdm/Xsession then it will be permanent [20:38] but i am a begginer could do you tell me step by step? [20:38] genii-around: or store the info in Xorg.conf [20:38] inj3ct0r: What screen settings are you putting that you would like to keep? eg: 1920x1080 60hz refresh [20:39] 1024*768 75hz ref [20:40] Hamra: xorg.conf gets overwritten fairly often, by setting up nvidia for instance [20:41] inj3ct0r: Can you please use pastebin to show the current results of the command: xrandr from konsole [20:41] !pastebin [20:41] For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [20:41] work, back in 3-4 mins [20:43] 1024x768 85.0* 75.1 [20:47] inj3ct0r: I need the part which says something like VGA-1 [20:48] VGA-1 connected 1024x768+0+0 (normal left inverted right x axis y axis) 310mm x [20:49] inj3ct0r: OK, 1 minute [20:50] inj3ct0r: Now I need result of: cvt 1024 768 85 [20:51] # 1024x768 84.89 Hz (CVT 0.79M3) hsync: 68.68 kHz; pclk: 94.50 MHz [20:51] Modeline "1024x768_85.00" 94.50 1024 1096 1200 1376 768 771 775 809 -hsync +vsync [20:55] continue plz [20:56] inj3ct0r: I'm at work and just got back to keyboard :) 1 moment [20:58] inj3ct0r: http://paste.ubuntu.com/588375/ now contains the lines you need to add to either /etc/kde4/kdm/Xsession [21:00] Or to make an /etc/X11/xorg.conf file instead with the cvt output inbetween a line saying: Section "Screen" and another line saying: EndSection [21:03] tnx [21:08] inj3ct0r: You're welcome. Also, be sure to edit or create those files with admin write priveleges. eg: kdesudo kate /etc/kde4/kdm/Xsession or so [21:16] hello [21:16] do you know how can I find a directory in my system? [21:21] silviu: In Dolphin, choose Edit, then Find and then type in the name of what you are looking for [21:22] thank you [21:22] my den linuxbox just will not run on the 2.6.35-28 kernel , obviously the kernel source graphics driver recommended won't run or breaks X , dunno which [21:22] silviu: You're welcome. [21:22] BluesKaj: Is that the latest maverick kernel? [21:23] I can run the 2.6.35-22 just fine ...yes the 28 is latest afaik , just did a clean install and updated [21:25] the default is the 22 , genii-around , then updating brings the 28 in and installs it as the default [21:25] BluesKaj: Did you have nvidia-current installed before update? [21:25] I've been trying to find a workaround for weeks [21:26] yes, that was the first HW driver I installed [21:27] genii-around, are you suggesting there's an upgraded kernel source version ? [21:28] maybe DKMS didnt build a module for some reason? [21:29] BluesKaj: It doesn't rebuild the kernel driver for nvidia when up kernel. If you can get command-line on the 35-28, remove nvidia-current, will default to nouveau. Then you should be able to get into kde and run kockey-kde and select the proprietary driver [21:29] Hamra: Yes, I had this before a few times [21:29] s/kockey-kde/jockey-kde [21:30] BluesKaj: Also if you have an xorg.conf remove nvidia reference [21:30] Hamra: Yes, my bad :) [21:31] genii, i havent used nvidia-current for a while, wouldnt removing then reinstalling nvidia-current from TTY1 rebuild the kernel module? [21:31] well genii-around , Hamra i didn't run nvidi-xconfig , so doubt ther eis one , but I'll check [21:32] ok, going over to the other box ..I'll have to reinstall the 28 kernel tho [21:32] Hamra: No. For some reason, don't know why, doesn't work. [21:33] ok , good to know that , cuz i was gonna try that :) [21:48] Hey there, is there a special channel for Kubuntu development? [21:48] I should be a bit more specific - is there a special channel for Kate development? [21:49] isn't it a #kate channel on freenode? [21:49] Checking, thanks. (: [21:49] Yep, looks good! [21:55] Heh, are the developers ever active in the #kate channel? [21:56] littlegirl: There is a #kubuntu-devel , but I'm not sure how directly involved they are with Kate. This might be more upstream with KDE [21:57] genii-around: Thanks! [21:58] littlegirl: np [22:05] is there a frontend to google reader^ [22:09] rx_: i use a so called web-app with chromium (the open source brother of chrome). Basically a browser window with nothing else than the web page inside (no browser buttons, menus etc) [22:10] gomiboy: ah ok i was looking for something tighly integrated to the desktop [22:10] with notifications etc [22:11] rx_: there is akregator for that, but it's not a "google reader frontend", it's just a rss reader :P [22:13] gomiboy: yeah i know but using rss without full history is not an option for me ;-) [22:19] !firefox [22:19] firefox is the default web-browser on Ubuntu. To install the latest version, see https://help.ubuntu.com/community/FirefoxNewVersion Installing plugins: https://wiki.ubuntu.com/FirefoxPlugins - See also !firefox4 [22:28] !firefox4 [22:28] Firefox 4 is the current stable version of Firefox. Current versions of Ubuntu do not have it (see !latest), but there is an unofficial and unsupported PPA that you can use by running the following command: sudo add-apt-repository ppa:mozillateam/firefox-stable && sudo apt-get update && sudo apt-get install firefox [22:35] hi to all [22:35] i have problem i installed some game [22:35] * genii-around makes more coffee [22:36] and now i unistall it there is some game gain in game panel how can i solve it [22:36] ? [22:37] game gain in game panel? can you say it in another way? === xeno__ is now known as xcyclist [22:47] Hamra: Yes, that was very cryptic [22:48] unfortunately, he's gone... i'm still scratching my head over it :P [22:48] hello, i can't view my kubuntu pc in land with windows pc [22:49] juan_: what do you mean in land? [22:49] juan_: You mean from Windows' Network Neighbourhood you do not see your Kubuntu computer? [22:50] network! [22:50] no i don't see [22:50] juan_: did you install samba and enable file sharing on kubuntu? [22:51] i have samba, how can i enable file sharing? [22:51] !info kdenetwork-filesharing [22:51] kdenetwork-filesharing (source: kdenetwork): network filesharing configuration module for KDE 4. In component main, is optional. Version 4:4.5.1-0ubuntu2.1 (maverick), package size 316 kB, installed size 1800 kB [22:52] juan_: You have to install the package above called kdenetwork-filesharing and then it lets you configure the samba shares === emma is now known as em [22:53] ok [22:55] ok, it's installed! [22:56] it should appear in system settings now, under sharing i'm not mistaken [22:56] juan_: So now if you go to system settings, you should see under Network and Connectivity a thing called Sharing [22:56] Hamra: Yes :) [22:57] it's funny, i asked this very same question in the mailing list a year or 2 ago... now i forgot the answer, and i dont even have or use samba anymore :P [22:57] windows sharing? [22:59] well, i can see now "sharing" in file's properties [23:00] did you try system settings first? it should have an extensive control panel for configuring shares [23:02] yes i see "sharing" and when i open that apear "windows sharing" dialog [23:02] need username and password [23:04] that is all? [23:08] i can't see the windows pc from kubuntu [23:09] and windows cant see my kubuntu pc [23:09] what is the name of the windows PC? [23:09] logistica [23:09] when i make ping logisitca, work! [23:10] try in dolphin, putting in address bar: [23:10] smb://logistica [23:11] can't connect to server smb:/logistica/ [23:11] are you sure windows has active shares, and has proper home network configuration? [23:12] 101% sure! i'm in my job [23:12] i cant see windows to windows === marta is now known as Guest32044 [23:13] let's try something else to troubleshoot... do you know the IP of logisitica? if so, try smb://ip_address [23:14] yesterday my laptop was runing with ubuntu the sharing work [23:14] sorry my english ins soo bad! [23:15] smb://ip_address say time_out [23:16] did you reaplce your IP in it? [23:17] of course [23:17] 10.0.06 === MuzerAway is now known as Muzer [23:17] 10.0.0.6 [23:17] hmm.... [23:17] do you have a firewall in ubuntu? [23:17] deactivated! [23:17] iptables configured, or something? [23:17] ok... [23:18] the kubuntu's firewall by default [23:19] i did't was touch iptables config [23:20] let's think.... [23:21] i was install the gui to samba [23:21] it's weird... i never needed any configuration to see windows shares... Live CDs were able to see them :S [23:22] but then i remove it [23:22] can i remove samba complete and then reinstall then? [23:24] you can try... doubt it'll change much though [23:25] how can do that? [23:25] the samba packages are to let kubuntu have shares... but it doesnt need much to see windows shares... i dont know why this is happening [23:25] remove samba an all configuration [23:29] ill reboot and try........... ill be back [23:48] hello hamra [23:48] hi [23:48] i fixed the problem [23:50] now i can see windows pc from ubuntu, the problem was the firewall, i remove it and samba, now i'll install samba again [23:50] but now i can see the windows pcs [23:50] is safely remove the firewall ufw? [23:51] really depends on your situation... i dont have any firewall here, but i'm behind a router === Islington is now known as Islington_TROLLA [23:53] why not just disable it? sudo ufw disable [23:53] me too, in my office are about 10 pcs all with windows, my laptops have kubuntu i have mysql and use it like server to practice [23:54] Axlin, i try that but don't works [23:54] does it say it's inactive when you run sudo ufw status? [23:54] yes [23:55] odd [23:55] i need reboot before that? [23:56] well disable = remove i same, just disable is there but dont working! [23:56] is same* [23:58] Hi - I'm having a problem with a program called gmFSK on Kubuntu Lucid - its an older program that needs to access /dev/dsp directly. This seems to cause a problem with pulseaudio. Any advice on how to make it work? I've tried padsp and pasuspender, but still can't get it to work.\