On Sun, 11.05.08 15:45, Miguel Lopes Santos Ramos ([EMAIL PROTECTED]) wrote:
> > Having multiple services in the same group should work fine, but > > requires different service names/types for each service you define. > > It's not what you want to do here anyway. > > So, the reason why the service file I'm attaching bellow doesn't work is > because > the service type is the same, right? Exactly. You tried to register two services with exactly the same identifier. The identifier being the tuple made from the service name, service type and domai. For both services you defined here they are "Epson em %h", "_printer._tcp" and "local". Syslog should have shown something like "Local collision" or suchlike to inform you about this issue. Lennart -- Lennart Poettering Red Hat, Inc. lennart [at] poettering [dot] net ICQ# 11060553 http://0pointer.net/lennart/ GnuPG 0x1A015CC4 _______________________________________________ avahi mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/avahi
