<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.freedesktop.avahi">
    <title>gmane.comp.freedesktop.avahi</title>
    <link>http://permalink.gmane.org/gmane.comp.freedesktop.avahi</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1887"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1886"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1885"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1884"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1883"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1882"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1881"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1880"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1879"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1878"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1877"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1876"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1875"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1874"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1873"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1872"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1871"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1870"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1869"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1868"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1887">
    <title>Multiple Interface (avahi 0.6.25)</title>
    <link>http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1887</link>
    <description>&lt;pre&gt;Hello All,

I have a device with multiple interfaces (eth0, and wireless(ra0) ) and
they are configured with avahi-autoipd IP addresses.

eth0:avahi -&amp;gt; 169.254.66.17
ra0:avahi -&amp;gt;169.254.129.129

In my host machine, the wireless (ra0) interface is only available at this
time and I am able to communicate to the said device thru adhoc.
I can ping the 169.254.129.129 which is good but, the problem is I can ping
the eth0 (169.254.66.17) too.

Is there a way to fix the said problem?.

Thanks,

john
&lt;/pre&gt;</description>
    <dc:creator>John Tobias</dc:creator>
    <dc:date>2012-05-14T22:34:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1886">
    <title>How to add an alias for the .local domain</title>
    <link>http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1886</link>
    <description>&lt;pre&gt;Hello

I would like to give an additional name to my .local domain, so any 
avahi-daemon host is accessible as either
hostname.local
or
hostname.xe-test

Is that possible with avahi ? I could not find any documentation about 
it. I have an /etc/mdns.allow file containing both names:

.local
.xe-test

Still no name resolving for .xe-test.

I have avahi 0.6.25 on CentOS 6.2 (0.6.25-11.el6) x86_64 and nss-mdns 
0.10 (0.10-8.el6)

Thank you,
Timothy Madden

&lt;/pre&gt;</description>
    <dc:creator>Timothy Madden</dc:creator>
    <dc:date>2012-05-10T00:59:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1885">
    <title>[PATCH] build-sys: fix parallel install in avahi-utils</title>
    <link>http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1885</link>
    <description>&lt;pre&gt;The moment install-exec-local is called, we might still not have
created ${DESTDIR}/${bindir} so we should make sure to create it
first, and then try to chdir into it.

Signed-off-by: Diego Elio Pettenò &amp;lt;flameeyes&amp;lt; at &amp;gt;flameeyes.eu&amp;gt;
---
 avahi-utils/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/avahi-utils/Makefile.am b/avahi-utils/Makefile.am
index a644b4a..1abc79a 100644
--- a/avahi-utils/Makefile.am
+++ b/avahi-utils/Makefile.am
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -54,7 +54,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; avahi_set_host_name_CFLAGS = $(AM_CFLAGS)
 avahi_set_host_name_LDADD = $(AM_LDADD) ../avahi-client/libavahi-client.la ../avahi-common/libavahi-common.la
 
 install-exec-local:
-cd $(DESTDIR)/$(bindir) &amp;amp;&amp;amp; \
+$(mkdir_p) $(DESTDIR)/$(bindir) &amp;amp;&amp;amp; \
+cd $(DESTDIR)/$(bindir) &amp;amp;&amp;amp; \
 rm -f avahi-resolve-host-name avahi-resolve-address avahi-browse-domains avahi-publish-address avahi-publish-service &amp;amp;&amp;amp; \
 $(LN_S) avahi-resolve avahi-resolve-host-name &amp;amp;&amp;amp; \
 $(LN_S) avahi-resolve avahi-resolve-address &amp;amp;&amp;amp; \
&lt;/pre&gt;</description>
    <dc:creator>Diego Elio Pettenò</dc:creator>
    <dc:date>2012-05-01T00:09:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1884">
    <title>Package dbus-1 was not found in the pkg-config search path.</title>
    <link>http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1884</link>
    <description>&lt;pre&gt;*Hi,*
*
*
*I am trying to build avahi for our embedded MPC5200B powerpc running Linux
2.6.34.4.*
*I am getting the following configure error.*

Package dbus-1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `dbus-1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'dbus-1' found
Error: Couldn't determine the version of your D-Bus package.
  This is probably an error in this script, please report it
  along with the following information:
      Base D-Buss version =''
      DBUS_VERSION_MAJOR='0'
      DBUS_VERSION_MINOR='0'
      DBUS_VERSION_MICRO='0'

*Can someone help me to locate where my problem is?*
*
*
*
*
*Here is my build script:*

#!/bin/sh


##
# Builds  avahi for Linux x86
##
AVAHI_ROOT=/opt/vendors/avahi
AVAHI_VER=avahi-0.6.30
AVAHI_BUILD=linux_x86_build
AVAHI_INSTALL=linux_x86_install
CONFIG_LOG=config-linux_x86.log
BUILD_LOG=build-linux_x86.log
INSTALL_LOG=install-linux_x86.log

EXPAT_INCLUDE=/opt/vendors/Expat/include/expat-2_0_1
EXPAT_LIB&lt;/pre&gt;</description>
    <dc:creator>Robert McCullough</dc:creator>
    <dc:date>2012-04-30T14:00:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1883">
    <title>Re: Memory consumption</title>
    <link>http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1883</link>
    <description>&lt;pre&gt;

As mentioned, this will only minimize address space, not memory
usage. Allocating a biggre stack comes at virtually no cost -- as long
as it is never accessed. Unless you turned off lazy allocation in Linux
chasing this allocation is a waste of time. You are chasing a ghost.

Have you turned off lazy allocation on Linux?

(Note that the event loop logic in avahi is fully abstracted, you can
implement your own logic, and run the stuff in your own thread with your
own parameters. AvahiThreadedPoll is just one implementation, but
nothing you actually have to use.

Lennart

&lt;/pre&gt;</description>
    <dc:creator>Lennart Poettering</dc:creator>
    <dc:date>2012-04-12T10:46:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1882">
    <title>Re: Memory consumption</title>
    <link>http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1882</link>
    <description>&lt;pre&gt;Am 11. April 2012 17:44 schrieb Lennart Poettering &amp;lt;lennart-mdGvqq1h2p+GdvJs77BJ7Q&amp;lt; at &amp;gt;public.gmane.org&amp;gt;:

This limits the size of the stack of the main thread in the first
place and then that value is used by pthread_create() for the size of
the stack allocation. I've tried setting setrlimit(RLIMIT_STACK,...)
to a smaller value before calling avahi_threaded_poll_new|start(), but
that doesn't alter the allocation.


Yes.

Regards!
-f
&lt;/pre&gt;</description>
    <dc:creator>Frank Lahm</dc:creator>
    <dc:date>2012-04-12T09:45:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1881">
    <title>Re: Memory consumption</title>
    <link>http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1881</link>
    <description>&lt;pre&gt;


This might simply be the stack for the thread, which you can influence
with "ulimit -s" in its size.

However, note that having a large stack doesn't actually mean that this
uses a lot of memory, it just reserves address space, which is only
backed when needed. Hence, most likely this is really a
non-issue. (i.e. don't confuse reservation of memory with reservation of
address space!)

Lennart

&lt;/pre&gt;</description>
    <dc:creator>Lennart Poettering</dc:creator>
    <dc:date>2012-04-11T15:44:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1880">
    <title>Re: Memory consumption</title>
    <link>http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1880</link>
    <description>&lt;pre&gt;Am 11. April 2012 16:50 schrieb Frank Lahm &amp;lt;franklahm&amp;lt; at &amp;gt;googlemail.com&amp;gt;:

Would it make sense to extend the Avahi API so that a parameter could
be passed which is then used to call pthread_attr_setstacksize() for
the thread?

-f
_______________________________________________
avahi mailing list
avahi&amp;lt; at &amp;gt;lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/avahi
&lt;/pre&gt;</description>
    <dc:creator>Frank Lahm</dc:creator>
    <dc:date>2012-04-11T15:41:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1879">
    <title>Re: Memory consumption</title>
    <link>http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1879</link>
    <description>&lt;pre&gt;Am 10. April 2012 22:26 schrieb Lennart Poettering &amp;lt;lennart-mdGvqq1h2p+GdvJs77BJ7Q&amp;lt; at &amp;gt;public.gmane.org&amp;gt;:

I had checked with Valgrind memcheck before to no avail. I've looked
at massif as to your recommendation and that is indeed quite revealing
(this requires the --pages-as-heap=yes option as the large allocation
is apparently not done via malloc et al):

$ sudo valgrind --tool=massif --pages-as-heap=yes --detailed-freq=1
/usr/local/netatalk/sbin/afpd -d
...
^C

Looking at the last snapshot:

$ ms_print ...
...
--------------------------------------------------------------------------------
  n        time(i)         total(B)   useful-heap(B) extra-heap(B)    stacks(B)
--------------------------------------------------------------------------------
 61  1,283,953,675       84,291,584       84,291,584             0            0
100.00% (84,291,584B) (page allocation syscalls) mmap/mremap/brk,
--alloc-fns, etc.
...
-&amp;gt;12.45% (10,493,952B) 0x6B32F99: mmap (in /lib/libc-2.7.so)
| -&amp;gt;12.44% (10,489,856B) 0x6848AEF: p&lt;/pre&gt;</description>
    <dc:creator>Frank Lahm</dc:creator>
    <dc:date>2012-04-11T14:50:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1878">
    <title>Re: Memory consumption</title>
    <link>http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1878</link>
    <description>&lt;pre&gt;

I don't see where the Avahi client libraries cuould do such a big
allocation. My only guess is that this is actually the D-Bus library
that does this (it maintains a message cache). To figure this out it
might be worth to plot the memory usage with a tool like valgrind's
massif tool?

Lennart

&lt;/pre&gt;</description>
    <dc:creator>Lennart Poettering</dc:creator>
    <dc:date>2012-04-10T20:26:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1877">
    <title>Memory consumption</title>
    <link>http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1877</link>
    <description>&lt;pre&gt;Hi all,

I'm one of the Netatalk (OpenSource AFP fileserver) devs. We use Avahi
via avahi_threaded_poll and friends in order to register the AFP
server with mdns.
We call the Avahi setup stuff once in our main process `afpd` here
[1]. Handling user sessions is done by forking childs.

As it seems, when calling the Avahi setup functions, a big chunk of
memory is taken:

With Avahi registration:

$ s pmap 14083
14083:   /usr/local/netatalk/sbin/afpd -d -F /usr/local/netatalk/etc/afp.conf
0000000000400000    308K r-x--  /usr/local/netatalk/sbin/afpd
000000000064c000     24K rw---  /usr/local/netatalk/sbin/afpd
0000000000652000    116K rw---    [ anon ]
000000001fd34000    280K rw---    [ anon ]
000000004068d000      4K -----    [ anon ]
000000004068e000  10240K rw---    [ anon ]

Without Avahi registration:

$ s pmap 14233
14233:   /usr/local/netatalk/sbin/afpd -d -F /usr/local/netatalk/etc/afp.conf
0000000000400000    308K r-x--  /usr/local/netatalk/sbin/afpd
000000000064c000     24K rw---  /usr/local/netatalk&lt;/pre&gt;</description>
    <dc:creator>Frank Lahm</dc:creator>
    <dc:date>2012-04-10T13:23:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1876">
    <title>Multiple AvahiThreadedPolls in the same process</title>
    <link>http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1876</link>
    <description>&lt;pre&gt;Hi all,

Is it possible/safe to have multiple AvahiThreadedPolls running in the
same process?   (In an ideal world, I wouldn't be doing this, but I do
have my reasons.)

I ask because I am running into trouble.  In my program, each poll has
an associated client and service browser for the same service.
Everything looks to be functioning fine until I attempt to resolve a
service.  At that point, any number of crashes may be experienced.  If
I run with only one poll, I don't experience these crashes, and
resolutions complete successfully.  I am using no globals to track the
poll, client, or browser, so I don't anticipate conflict due to my
code.

I guess I am wondering if I have a bug in my code or if this simply
isn't expected to work.

Please find below some sample stack traces.

Thanks for your time,

Joe Hasbani
Pure Storage


Program received signal SIGSEGV, Segmentation fault.
#0  0x00007fffeeb64bfc in ?? () from /lib/x86_64-linux-gnu/libdbus-1.so.3
#1  0x00007fffeeb64c69 in ?? () from /lib/x86_64-linux-&lt;/pre&gt;</description>
    <dc:creator>Joe Hasbani</dc:creator>
    <dc:date>2012-03-19T19:52:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1875">
    <title>Re: The reflector option in networks with loops</title>
    <link>http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1875</link>
    <description>&lt;pre&gt;Anybody?

2012/3/13 David Dyja &amp;lt;d.dyja-oe7qfRrRQfekNM68Nv64ybNAH6kLmebB&amp;lt; at &amp;gt;public.gmane.org&amp;gt;

&lt;/pre&gt;</description>
    <dc:creator>David Dyja</dc:creator>
    <dc:date>2012-03-14T17:26:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1874">
    <title>Re: Bonjour emulation by Avahi on Ubuntu</title>
    <link>http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1874</link>
    <description>&lt;pre&gt;Avahi can be difficult to grok... I just went through this transition and
it was not easy due to missing docs for low level stuff such as the PollApi.

Here is some advice depending on your situation:

A. You want to avoid creating new threads and use your own select/poll:

You have to create a AvahiWatch and AvahiTimer classes that will insert
file descriptors into your event loop. See poll API for
Qt&amp;lt;http://avahi.sourcearchive.com/documentation/0.6.10/qt-watch_8cpp-source.html&amp;gt;
or
Lua bindings for
lubyk&amp;lt;https://github.com/lubyk/lubyk/tree/master/modules/mdns/core&amp;gt;
(has
both mac and linux code) as examples.

B. You can live with some extra threads:

Use the AvahiThreadedPoll &amp;lt;http://avahi.org/wiki/RunningAvahiClientAsThread&amp;gt; to
run avahi in its own event loop.

C. You use Qt or Glib as event loop: you can use libavahi-qt
and libavahi-glib respectively.

Good luck.

Gaspard

On Tue, Feb 21, 2012 at 1:31 AM, Kirk Reistroffer &amp;lt;kreistroffer-KtrgwEVz+4Y&amp;lt; at &amp;gt;public.gmane.org&amp;gt;wrote:



&lt;/pre&gt;</description>
    <dc:creator>Gaspard Bucher</dc:creator>
    <dc:date>2012-03-14T07:49:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1873">
    <title>The reflector option in networks with loops</title>
    <link>http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1873</link>
    <description>&lt;pre&gt;Hello,

I'm doing some testing in a network with multiple routers and loops.

In the simplest form, I have three routers connected in a triangle running
Avahi with the "reflector" option activated.

Everything seems to be working fine, the hosts connected to the three
subnets see each other just fine and there is no packet storm due to the
loop.

My question to the developpers is why isn't there a problem? since the
reflector just forwards the multicast packets and changes the source
address the queries should loop infinitetly, right?

So is there a mechanism to stop the packet storm so it's ok to use the
reflector option in looped networks, or it should be avoided?

Kind regards,
David Dyja
&lt;/pre&gt;</description>
    <dc:creator>David Dyja</dc:creator>
    <dc:date>2012-03-13T13:10:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1872">
    <title>Re: PTR query responses</title>
    <link>http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1872</link>
    <description>&lt;pre&gt;2012/3/12 Christiano F. Haesbaert &amp;lt;haesbaert-/WJDqAo4zMcBXFe83j6qeQ&amp;lt; at &amp;gt;public.gmane.org&amp;gt;:

I understand the point of view, first get the PTR response, and then
resolve what you want to use.
But it does not explain, why the same avahi versions and the same
configurations does act differently (and normally more than a PTR
record is send).
&lt;/pre&gt;</description>
    <dc:creator>Markus Rathgeb</dc:creator>
    <dc:date>2012-03-12T18:42:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1871">
    <title>Re: PTR query responses</title>
    <link>http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1871</link>
    <description>&lt;pre&gt;
Because the PTR response is what takes part in the enumeration phase,
when you get the SRV/TXT/A records, you actually resolving the
services.

In a normal cenario, you don't want every SRV/TXT/A (you don't want to
resolve them all), you want to enumerate all possible services, and
you (the user) picks one, you resolve it (ask for the SRV/TXT/A).

It's been over a year since I implemented mdns/dns-sd and my mind is a bit fusy.

&lt;/pre&gt;</description>
    <dc:creator>Christiano F. Haesbaert</dc:creator>
    <dc:date>2012-03-12T17:33:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1870">
    <title>Re: PTR query responses</title>
    <link>http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1870</link>
    <description>&lt;pre&gt;2012/3/12 Markus Rathgeb &amp;lt;maggu2810-gM/Ye1E23mwN+BqQ9rBEUg&amp;lt; at &amp;gt;public.gmane.org&amp;gt;:

I have had a look at the sending a response packet logic:

===
[reponse-sched.c] static void
send_response_packet(AvahiResponseScheduler *s, AvahiResponseJob *rj)
calls
[reponse-sched.c] static int
packet_add_response_job(AvahiResponseScheduler *s, AvahiDnsPacket *p,
AvahiResponseJob *rj)

[reponse-sched.c] static int
packet_add_response_job(AvahiResponseScheduler *s, AvahiDnsPacket *p,
AvahiResponseJob *rj)
calls
[server.c] void avahi_server_enumerate_aux_records(AvahiServer *s,
AvahiInterface *i, AvahiRecord *r, void (*callback)(AvahiServer *s,
AvahiRecord *r, int flush_cache, void* userdata), void* userdata) {

For class AVAHI_DNS_CLASS_IN and type AVAHI_DNS_TYPE_PTR
the "existing" AVAHI_DNS_TYPE_SRV and AVAHI_DNS_TYPE_SRV entries for
the name should be added.

For class AVAHI_DNS_CLASS_IN and type AVAHI_DNS_TYPE_SRV
the "existing" AVAHI_DNS_TYPE_A and AVAHI_DNS_TYPE_AAAA entries for
the name should be added

...
===

So, why c&lt;/pre&gt;</description>
    <dc:creator>Markus Rathgeb</dc:creator>
    <dc:date>2012-03-12T17:28:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1869">
    <title>Re: PTR query responses</title>
    <link>http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1869</link>
    <description>&lt;pre&gt;2012/3/12 Christiano F. Haesbaert &amp;lt;haesbaert-/WJDqAo4zMcBXFe83j6qeQ&amp;lt; at &amp;gt;public.gmane.org&amp;gt;:

Thank you for the reply.

avahi-browse shows the service.
avahi-resolve-hostname could resolve the A record.

The windows command line tool dns-sd seems also to be working (-B and
-G v4 hostname).

I got the error with some tools written by colleagues.
So I do not say it is an error of avahi (it could be an error in the
implementation of the tools).

The mutlicast PTR question for the special service is done to get a
list of all machines that are offering that service (no "known answer"
included).
So it is possible to request the A record for every machine that sends
an answer and no A record in the answer was included.

The question is: Why are always the four record types in the answer
and now one machine replies with only one record type in the answer (I
never seen this before and after restart of avahi I see four record
types again for this machine)?
The restart of avahi was done after about four hours.
&lt;/pre&gt;</description>
    <dc:creator>Markus Rathgeb</dc:creator>
    <dc:date>2012-03-12T16:25:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1868">
    <title>Re: PTR query responses</title>
    <link>http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1868</link>
    <description>&lt;pre&gt;
There is a feature called something like "Known Answer Suppression",
the querierer includes the known answers in the query packet, under
the AN section, so the the one getting queried won't include the known
answers in the reply.

Not sure if I made myself clear, try using avahi-browse, if the
service ain't there, it's wrong.
&lt;/pre&gt;</description>
    <dc:creator>Christiano F. Haesbaert</dc:creator>
    <dc:date>2012-03-12T16:12:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1867">
    <title>PTR query responses</title>
    <link>http://permalink.gmane.org/gmane.comp.freedesktop.avahi/1867</link>
    <description>&lt;pre&gt;Hello!
I have here multiple machines with the same setup.
Normally if a multicast question for a PTR "_srv._proto.local" is
made, the machines reply with a multicast response containing four
records, the types PTR, TXT, SRV, A.
This morning I see (wireshark) a machine that reply contains only the
PTR record -- missing the TXT, SRV and A type.
If a multicast question for the A record of the machine's name is
requested, the machine answered with a multicast respone given the A
record.
After a restart of the avahi daemon of this machine, the machine's
reply to the PTR question contains all four records (PTR, TXT, SRV, A)
again.
What's going on?
Could someone explain me, how I could run in that situation and
whether it is correct or not (why)?
Thanks in advance,
Markus
&lt;/pre&gt;</description>
    <dc:creator>Markus Rathgeb</dc:creator>
    <dc:date>2012-03-12T16:08:33</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.freedesktop.avahi">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.freedesktop.avahi</link>
  </textinput>
</rdf:RDF>

