[00:00] The above finds all files and directories named savage, and does that -ok action on them [00:00] geirha: whiche mine or urs ? [00:00] find ~ -name savage \( -type d -o -type f \) -ok rm {} \; [00:01] ok but why those \ and () [00:02] ohh well the () i got but why the \ b4 the em [00:02] because AND has higher precedence than OR. [00:02] You need to escape them from the shell, because () are special characters to the shell. [00:02] ahh wht they do actualy [00:03] their real job in shell ? [00:03] runs commands in a subshell [00:03] http://mywiki.wooledge.org/SubShell [00:03] meanin can you pls explain [00:04] ok cool ill give a read [00:04] dude ur awesom [00:04] tnx [00:04] a lot [00:04] Also see http://mywiki.wooledge.org/UsingFind for more help on the find command. [00:04] ok and can i ask you if iddnt get sumthin in there ? [00:05] I'm about to go off to bed, but you can ask in #bash [00:08] ok tnx : ) [02:46] 'lo all [02:52] hi duanedesign [02:57] heya phillw === phillw is now known as phillw_away === RealEyes is now known as Laggg [06:49] Hi. Typing on my phone. Ubuntu 10.04, attempting to connect to internet. Unable to get wired or wireless working, although wireless was working awhile ago. Can anyone help me? === Laggg is now known as RealEyes [07:23] phaytmobile, I don't know if I can help but I will try. Have you tried ifconfig in a terminal? === Laggg is now known as Laggg|conky [08:40] what would this command do? sudo add-apt-repository ppa:conkyhardcore/ppa [08:42] Laggg|conky: that would add the repository (conkyhardcore) to your sources list [08:42] that way you can download all new packages/updates from there [08:43] how can i update ALL of them at once? [08:43] well, I shouldn't say *all*, but it would allow you to install/update whatever packages are in that repository [08:43] the last command i ran was: sudo apt-get update && sudo apt-get install conkyforecast [08:43] how do I install 'all' the packages? [08:43] you can still use the regular update manager and apt-get to do updates/upgrades [08:43] in that repo lol [08:44] Laggg|conky: well, you can either make a list and do it manually (sudo apt-get install packx packy packz...) [08:44] or you could use Synaptic which may be easier [08:44] there is a 'Source' filter on the left side which will show you all the available packages in whatever repository you select [08:45] so if you click on the 'Source' filter and then the 'ppa:conkyharcore/ppa' repo it will list all available packages [08:46] or rather it is named 'Origin' not 'Source' sorry [08:49] i think im doing it correctly [08:50] that's good :) [08:50] any issues? [08:51] W: Failed to fetch http://ppa.launchpad.net/conkyhardcore/ppa/ubuntu/pool/main/c/conkybanshee/conkybanshee_2.05_all.deb [08:51] Something wicked happened resolving 'ppa.launchpad.net:http' (-5 - No address associated with hostname) [08:51] all the packages failed [08:52] hmm... [08:53] odd, that link works for me :/ [08:53] try to refresh your package list again, does it show any errors? [08:54] i clicked refresh and it's DLing a bunch of files now [08:54] but they are all failing again [08:55] do you have a proxy or anything else that you're connecting through? [08:55] Could not download all repository indexes [08:55] Nope, no proxy. [08:55] Failed to fetch http://archive.ubuntu.com/ubuntu/dists/lucid/Release.gpg Something wicked happened resolving 'archive.ubuntu.com:http' (-5 - No address associated with hostname) [08:56] hmm... that's from Ubuntu now, not the PPA repo as before [08:56] are you running Lucid or Maverick? [08:56] lucid I take it from the repository name above ;) [08:58] Lucid. [08:58] maybe I need to check for updates? Log out and then back in or something? [08:59] I suppose, logging out or rebooting couldn't hurt [09:04] Laggg|conky: are you using a wireless connection? [09:04] nope lol [09:05] Laggg|conky: well it looks like there's a lot of good info in this thread: http://ubuntuforums.org/archive/index.php/t-1475399.html [09:06] especially post #23: http://ubuntuforums.org/showpost.php?p=9397572&postcount=23 [09:11] Laggg|conky: any luck with that so far? [09:12] i tried updating and its still giving me errors. [09:13] W: Failed to fetch http://packages.medibuntu.org/dists/lucid/non-free/i18n/Translation-en_US.bz2 Something wicked happened resolving 'packages.medibuntu.org:http' (-5 - No address associated with hostname) [09:13] and you changed your DNS address(s)? [09:19] DNS? [09:24] yes, as mentioned in the forum thread I posted above, this is most likely a DNS issue [09:24] it seems to have solved this issue for others with the same problem [09:24] especially post #23: http://ubuntuforums.org/showpost.php?p=9397572&postcount=23 [09:28] swoody: that worked out swell [09:29] Laggg|conky: oh? That's very good to hear :) [09:30] what does this E: /var/cache/apt/archives/conkydeluge-pre120_2.13_all.deb: trying to overwrite '/usr/bin/conkyDeluge', which is also in package conkydeluge 0 [09:32] E: /var/cache/apt/archives/conkydeluge-pre120_2.13_all.deb: trying to overwrite '/usr/bin/conkyDeluge', which is also in package conkydeluge 0 [09:32] hmmm... [09:33] it looks like there are two different versions of the same package, I would suggest trying to remove it and then reinstall it how you just tried [09:36] well im going to sleep now [09:36] thx for the help though [09:36] see you around tomorrow maybe :) [11:09] Good morning. Anybody there that can help a Xubuntu newbie? [11:11] I installed Xubuntu 10.4 but I cannot play mp3 files, Exaile keeps on saying "You do not have a decoder installed to handle this file. You might need to install the necessary plugins." Googling I get in a mess about which packages I need. [11:13] Activate the medibuntu repos and then install the w32codecs (or w64codecs) and also the xubuntu-restricted-extras, and you should have just about every codec you could ever need. [11:13] http://www.medibuntu.org/ [11:13] Thanks, let's try... [11:14] Pleasure [11:36] morning all [11:36] Good evening! [11:36] :-) [11:38] Hm. Does gstreamer use w32codecs? I thought only mplayer used that. [11:39] Good mid-day [11:42] It works! Thanks Silver_Fox_! [11:42] xine also uses w32codecs geirha [11:42] So, not only mplayer [11:42] Pleasure jordi [11:43] gstreamer uses them also geirha i believe [11:44] I see [11:46] Hello zeroseven0183 and duanedesign [12:39] is it possible to block a packet so it can't be installed by mistake? [12:41] if I for example want to be sure that a library I don't want gets installed because of a game I depends on it. [13:01] bobo123: you want to prevent a package from being installed [13:02] and that package is a dependency of another package you want to insstall [13:06] bobo123: To block a package for apt-get you need to edit /etc/apt/preferences [13:09] bobo123: http://entwinery.blogspot.com/2009/09/preventing-gcj-from-being-installed-by.html [13:10] duanedesign: I just looked around in Synaptic and it seems that if I select "Lock version" in the menu Packet for a packet that isn't installed, it will not install that packet (but strangely enough thinks it is ok to install programs that depend on it anyway) [13:11] ahh.. nice webpage. yeah that is of course a reason too :-) === phillw_away is now known as phillw [14:44] http://img835.imageshack.us/i/snap1q.png/ << can any one tell me whats that ? === IAmNotThatGuy is now known as Mohan_chml [17:21] . [17:32] Hi! Could anyone help me? I've installed Ubuntu 10.4 and configured empathy for instant mailing. Empathy remember my password (I don't like that). Is there any way to configure Empathy in order to ask password every time I use it? [19:39] afternoon all [19:43] duanedesign, Goodafternoon dude... [19:44] o/ === Jp is now known as Guest43632 === pedro__ is now known as pedro3005 [21:09] Question: I'm on an iMac and Ubuntu won't recognize my AUX OUTPUT. How do I fix this? [21:27] hello Laggg [21:49] hi, some used with success RhythmBox to download podcast ? (lucid lynx x64) [21:50] kikela: Yep! [21:54] squaregoldfish, all the podcast i tried to download i have a download failure flag. Works with Gpodder but if i can use Rhythmbox i prefer [21:54] i need some special parmameters ? [21:56] Not that I'm aware of. Have you checked the the podcast download location in Preferences? [21:58] yes, but i have always a failure to download [21:58] I was just checking that the directory that rhythmbox tries to download to actually exists. [21:59] If that's OK, try running rhythmbox from the terminal and see if it prints any errors when downloading. [22:02] i launched rhythmbox from terminal but i have no return on the terminal when it tries to download [22:08] You can run rhythmbox in debug mode: rhythmbox --debug &> rhythmbox-debug.txt [22:08] See if that says anything useful. [22:15] the only thing is this ((17:12:50) [0x18c8040] [rb_threads_init] rb-util.c:482: GMutex isn't recursive) [22:15] in debug mode, it don't start downloading [22:15] something that whould be cool is if error messages written to the terminal window by a gui program, would pop up as a dialogbox instead if the program wasn't started from a terminal windows but from the normal program menu :-) [22:16] and after is this :(17:12:50) [0x18c8040] [main] main.c:185: going to create DBus object [22:17] and after : THE END [22:17] no more entries in rhythmbox debug txt [22:18] Hmm. Well, if you're not getting any messages from the debug log I'm stumped. Better ask at the forums or the rhythmbox mailing list. Sorry I can't be of more help. [22:19] squaregoldfish, thank you very much for your help i'll try to find a gnome channel [22:24] kikela: do you have an ipod/iphone attached to the computer? [22:34] hey paultag got a little laugh for ya [22:34] paultag: http://xkcd.com/364/ [22:35] zkriesse: heh [22:35] zkriesse: one of my friends put that on my facebook wall a few days ago [22:36] lol [22:37] Does anyone remember the name of the app that gives Ubuntu Blackberry support? [22:37] duanedesign, sorry but i must leave because my laptop battery is down [22:37] nhandler: yeah berry or something [22:37] nhandler: doctormo did work on that [22:37] nhandler: barry [22:37] nhandler: https://help.ubuntu.com/community/PortableDevices/Blackberry [22:38] thanks phillw :3 [22:38] Perfect. Thanks paultag and phillw. It is for someone in my loco [22:38] nhandler: awesome :) [22:38] nhandler: tell them to email doctormo with issues [22:38] Will do paultag [22:38] nhandler: I am always looking to give him more work, and he knows it. He loves that project ungodly :) [22:38] nhandler: killer [22:39] Back to my PHP rendering engine :) [23:01] zkriesse: got to say http://xkcd.com/371/ made me laugh