From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-user+bounces-109096-garchives=archives.gentoo.org@lists.gentoo.org>) id 1NsY1F-0002qJ-1a for garchives@archives.gentoo.org; Fri, 19 Mar 2010 08:57:25 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3772BE09BF; Fri, 19 Mar 2010 08:56:52 +0000 (UTC) Received: from mail-yw0-f180.google.com (mail-yw0-f180.google.com [209.85.211.180]) by pigeon.gentoo.org (Postfix) with ESMTP id 16F51E09BF for <gentoo-user@lists.gentoo.org>; Fri, 19 Mar 2010 08:56:52 +0000 (UTC) Received: by ywh10 with SMTP id 10so1538594ywh.10 for <gentoo-user@lists.gentoo.org>; Fri, 19 Mar 2010 01:56:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=SyUCu1WsbZ+s3Qn0JPye6kypyKQ0Am/qG6YUPmnEpsU=; b=GO4xGMrSS3nJm44AuDqiGP7I7zBtGwz/tZuYvUbBT/jhlC8KI0x/Zs0GtdwMCu+VRM 3BLpSW/GO6zeXn0cQFrElfcBEatJEjnKxCRa601y+1IQuwavPcy315OCuvNKWfKGAe+J Mcw0sG0KP30EJwY3j3NXN9HLvhsbgTKebZTI0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=pd1LCI0QBck3+Ce6PtuUetzjj4aSCSDOb4/kCq4eyhHWws21uYO/Etxg7oSA+84Ae2 wIoda066qrty8eZ0oTEswmq8EoyF+uONzqIQEYcl9Cn073fd6YCcqnGmESKyazvG5bQI IeMNMgF2QFzFYIQl6EBO0Vp6n4k0FJ1pcGZr4= Received: by 10.100.22.32 with SMTP id 32mr6556600anv.153.1268989011279; Fri, 19 Mar 2010 01:56:51 -0700 (PDT) Received: from [192.168.1.2] (adsl-0-94-43.jan.bellsouth.net [65.0.94.43]) by mx.google.com with ESMTPS id 14sm598234gxk.15.2010.03.19.01.56.48 (version=SSLv3 cipher=RC4-MD5); Fri, 19 Mar 2010 01:56:49 -0700 (PDT) Message-ID: <4BA33C4F.1030106@gmail.com> Date: Fri, 19 Mar 2010 03:56:47 -0500 From: Dale <rdalek1967@gmail.com> User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100304 Gentoo/2.0.3 SeaMonkey/2.0.3 Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: CUPS and hp OfficeJet Pro References: <loom.20100318T142317-279@post.gmane.org> <4BA23040.10405@gmail.com> <loom.20100318T153341-587@post.gmane.org> <loom.20100318T170516-59@post.gmane.org> <4BA25787.9000301@gmail.com> <loom.20100318T191030-254@post.gmane.org> <4BA28522.409@gmail.com> <4BA28DB0.10809@kutulu.org> In-Reply-To: <4BA28DB0.10809@kutulu.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: a844cfd1-a311-4aee-acf3-3d3e6b9487c2 X-Archives-Hash: 3bf8870087ab71bb8c94c8a98c22f57a Mike Edenfield wrote: > On 3/18/2010 3:55 PM, Dale wrote: > > >> I think avahi is a KDE thing. I don't really know what zeroconf is. If >> I recall correctly, some package said it had to have that so I turned it >> on. No clue what it is even after looking up the definition with euse. >> May as well be Greek. ;-) >> > Zeroconf is a set of technologies that are supposed to generate a fully > working IP network with no user or operator intervention. It includes > three basic parts: link-local network config (e.g. IPv4LL), distribution > hostname resolution (multicast DNS), and automatic service and device > discovery (DNS service discovery). > > Used in the context of applications or services, you're usually talking > specifically about the autodiscovery portion, which allows applications > to find services and network devices automatically. It was primarily > invented at Apple, who developed mDNS and DNS-SD, and is built into OS X > as Bonjour. > > Avahi is just a free-software implementation of Bonjour (which was > originally under the not-entirely-free Apple Public License), and from > what I've read has practically overtaken Bonjour in terms of performance > and features. > > Back onto the topic at hand: emerging cups with +zeroconf allows it to > respond to service discovery requests. By default CUPS uses > mDNSResponder, which is Apple's implementation; with +avahi is uses > avahi instead. This means any Mac on your network will automatically > see CUPS printers, as will any Linux client with avahi properly > installed. Windows machines with iTunes or Safari installed probably > have Bonjour as well, so they'd also benefit. > > On a side-note: CUPS 1.4 stopped supporting Avahi and only supports > Apple's implementation, so the Gentoo devs have disabled zeroconf > support completely until CUPS 1.5 (or whatever) brings back native Avahi > support. > > --Mike > > > Thanks for the corrections. I thought it was a KDE thing because KDE pulled it in on here. It appears to have more than one use. That's good. Dale :-) :-)