Avahi dependancies

I've just setup a new arch machine with my favourite distro when I noticed a potential problem.
I run kdemod, and there's an option in kmenu to start "Avahi Zeroconf Browser".  I tried it out and nothing happened.  Next I tried the program from the konsole.  The response back was that avahi-discover depended on avahi, pygtk and python-dbus.  For some reason I didn't have avahi and dbus-python installed.
Is there some missing dependancies (I've also posted to the kdemod forum)?

Where did avahi-discover come from?   pacman -Qo $(which avahi-discover) - that package should probably depend on avahi

Similar Messages

  • Failed to start org.freedesktop.Avahi

    Every time during boot i see a message:
    dbus[725]    [system] Failed to activate service 'org.freedesktop.Avahi': timed out
    What cause that service failed to start? Why it is trying to be loaded? Should be?
    My system is msi wind u100 with arch and recent updates:
    Linux msi 3.0-ARCH #1 SMP PREEMPT Sat Aug 6 16:49:00 CEST 2011 i686 Intel(R) Atom(TM) CPU N270 @ 1.60GHz GenuineIntel GNU/Linux
    rc.conf content, if it's relevant:
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime"
    # USEDIRECTISA: use direct I/O requests instead of /dev/rtc for hwclock
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="pl_PL.UTF-8"
    HARDWARECLOCK="localtime"
    USEDIRECTISA="no"
    TIMEZONE="Europe/Warsaw"
    KEYMAP="pl"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    MODULES=(uvcvideo acpi_cpufreq cpufreq_ondemand cpufreq_powersave !ati_remote !lirc_atiusb)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="msi"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (eth0="dhcp")
    # Wireless: See network profiles below
    #Static IP example
    #eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
    #eth0="dhcp"
    INTERFACES=(eth0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.0.1"
    ROUTES=(!gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This now requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng dbus hal crond bluetooth alsa wicd !samba kdm !cups !lircd)
    Last edited by bagheera (2011-08-14 08:48:29)

    bagheera wrote:
    karol wrote:You're still using the old rc.conf setup - why? You're blacklisting modules in rc.conf, even though it doesn't work anymore.
    #MOD_BLACKLIST=() #deprecated
    It's commented out, so it doesn't matter
    I was talking about
    MODULES=(uvcvideo acpi_cpufreq cpufreq_ondemand cpufreq_powersave !ati_remote !lirc_atiusb)
    http://www.archlinux.org/news/changes-t … cklisting/
    Before this change you could
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.

  • After Reinstallation: avahi user and message bus errors

    I did a re-install of OSX 10.6.3 on a working copy, updated all software and did a permission repair. I however now get these console errors that did not happen before:
    11.05.10 11:59:06 com.apple.SystemStarter[29] Starting D-Bus System Bus
    11.05.10 11:59:06 com.apple.SystemStarter[29] Unknown username "avahi" in message bus configuration file
    11.05.10 11:59:06 com.apple.SystemStarter[29] Failed to start message bus: Could not get UID and GID for username "messagebus"
    The re-installation forgot to set something that was working on my system before. Could anyone please help me to correct this issue by hand?
    Cheers,
    Reto

    In the console window during boot. I've now done a clean install of OSX and the errors went away. They were entirely related to the process of re-installing the system over my existing copy. It seems that the re-installation is not entirely complete.
    Reto

  • Avahi-daemon doesn't start, no "ck_daemon"

    Hello. Two weeks ago or so I realized during boot that Avahi daemon fails to start. Now I've debugged it and it seems like it's start sequence attempts to use "ck_daemon" command, which is not available. How can I obtain this executable or substitute it?
    Last edited by Thar (2012-01-25 14:48:44)

    What are the contents of 'cat /etc/rc.d/functions' and 'cat /etc/rc.d/avahi-daemon'? (Use [ code ] blocks)
    'ck_daemon' is a function defined within '/etc/rc.d/functions' which should be sourced as part of the daemon script.

  • Kdelibs with avahi

    I have modified the kdelibs PKGBUILD from abs to use avahi instead of mdnsresponder, it anyone wants it.
    Just place this in the abs dir for kdelibs:
    # $Id: PKGBUILD,v 1.53 2006/01/27 15:56:49 tpowa Exp $
    # Contributor: Roman Kreisel <[email protected]>
    # Maintainer: Tobias Powalowski <[email protected]>
    pkgname=kdelibs-avahi
    pkgver=3.5.1
    kdever=3.5.1
    pkgrel=1
    pkgdesc="KDE Core Libraries"
    url="http://www.kde.org"
    groups=('kde')
    depends=('arts>=1.5.1' 'db' 'libxslt' 'pcre' 'libart-lgpl' 'openexr' 'avahi' 'jasper'
    'fam' 'bzip2' 'openssl' 'libidn' 'perl' 'aspell' 'heimdal' 'acl' 'libtiff' 'qt>=3.3.5')
    makedepends=('cups')
    provides=('kdelibs')
    conflicts=('kdelibs')
    # for easier build, just uncomment the mirror you want to use
    mirror="ftp.solnet.ch/mirror/KDE" # updated every 2 hours, very fast for Europe
    # mirror="ftp.kde.org/pub/kde/" # main server
    # mirror="ibiblio.org/pub/mirrors/kde/" # ibiblio mirror
    source=(ftp://$mirror/stable/$kdever/src/kdelibs-$pkgver.tar.bz2
    applications.menu.patch kdeprintrc.patch fileshareset-wrapper.c kde-menu.patch xdg-icon-lookup.patch
    html_misc.patch
    http://helios.et.put.poznan.pl/~jstachow/pub/kdnssd-avahi_0.1.2.orig.tar.gz)
    build() {
    # Source the QT and KDE profile
    [ "$QTDIR" = "" ] && source /etc/profile.d/qt.sh
    [ "$KDEDIR" = "" ] && source /etc/profile.d/kde.sh
    # start building
    cd $startdir/src/kdelibs-$pkgver
    patch -Np1 -i $startdir/src/kde-menu.patch || return 1
    patch -Np0 -i $startdir/src/xdg-icon-lookup.patch || return 1
    patch -Np0 -i $startdir/src/applications.menu.patch || return 1
    # fix for kdebindings
    patch -Np4 -i ../html_misc.patch || return 1
    #automake
    ./configure --prefix=/opt/kde --with-distribution="Arch Linux" --with-alsa
    --disable-dependency-tracking --disable-debug
    --enable-dnotify --enable-sendfile --without-hspell
    --enable-gcc-hidden-visibility --enable-final --disable-dnssd
    # --enable-final # remove this if you build with < 512mb ram.
    make || return 1
    make DESTDIR=$startdir/pkg install || return 1
    # Hack-ish way to get Avahi support
    cd $startdir/src/kdnssd-avahi-0.1.2
    ./configure --prefix=/opt/kde
    cd kdnssd-avahi && make mocs && make
    cd ../
    make || return 1
    make DESTDIR=$startdir/pkg install
    # Set cups as default printing system
    cd $startdir/pkg/opt/kde/share/config
    patch -Np0 -i $startdir/src/kdeprintrc.patch || return 1
    # fix that stupid fileshareset suid problem
    mv $startdir/pkg/opt/kde/bin/fileshareset $startdir/pkg/opt/kde/bin/fileshareset.pl
    gcc -Wall $startdir/src/fileshareset-wrapper.c -o $startdir/pkg/opt/kde/bin/fileshareset
    chmod 0755 $startdir/pkg/opt/kde/bin/fileshareset.pl
    chmod 4755 $startdir/pkg/opt/kde/bin/fileshareset
    rm $startdir/pkg/opt/kde/bin/filesharelist
    cd $startdir/pkg/opt/kde/bin/
    ln -s fileshareset.pl filesharelist
    md5sums=('2a22193ae7c23f3759b02723dab02d30' 'a66270abcdd0dcb2e28d3b2464927ff6'
    '6061c259247f56f0ede21deabfad2732' '60ab1a486895d6c18ef334ec958c48d6'
    'e94aef45b5a59fe58c7cc085ab1dd3ae' '3627a48526fefa2fe2beeff43f35ac0f'
    'ac1421ba31fe20e8108b5ffb509b11b0' '36e7073d39d692c9f45b22c1044eb563')

    Well, I got one report claiming this as a success, you just need avahi started before getting into kde or else kicker will go bonkers

  • Can't get avahi to work

    I'm trying to set up avahi so that I can access my machine under <hostname>.local. But it doesn't seem to be doing what I want it to do.
    I started up avahi-daemon with
    $ sudo systemctl start avahi-daemon.service
    And it seems to be working, looking at its status:
    sudo systemctl status avahi-daemon.service
    ● avahi-daemon.service - Avahi mDNS/DNS-SD Stack
    Loaded: loaded (/usr/lib/systemd/system/avahi-daemon.service; disabled)
    Active: active (running) since Tue 2014-10-07 12:09:57 CDT; 7min ago
    Main PID: 12443 (avahi-daemon)
    Status: "avahi-daemon 0.6.31 starting up."
    CGroup: /system.slice/avahi-daemon.service
    ├─12443 avahi-daemon: running [mymachine.local]
    └─12444 avahi-daemon: chroot helper
    Oct 07 12:09:57 mymachine avahi-daemon[12443]: Joining mDNS multicast group on interface enp3s0.IPv4 with ad...223.
    Oct 07 12:09:57 mymachine avahi-daemon[12443]: New relevant interface enp3s0.IPv4 for mDNS.
    Oct 07 12:09:57 mymachine avahi-daemon[12443]: Network interface enumeration completed.
    Oct 07 12:09:57 mymachine avahi-daemon[12443]: Registering new address record for fe80::ff49:1575:7f8:e996 o...0.*.
    Oct 07 12:09:57 mymachine avahi-daemon[12443]: Registering new address record for fe80::d227:88ff:fe84:7809 ...0.*.
    Oct 07 12:09:57 mymachine avahi-daemon[12443]: Registering new address record for 10.0.13.223 on enp3s0.IPv4.
    Oct 07 12:09:57 mymachine avahi-daemon[12443]: Registering HINFO record with values 'X86_64'/'LINUX'.
    Oct 07 12:09:57 mymachine avahi-daemon[12443]: Server startup complete. Host name is mymachine.local. Loca...468.
    Oct 07 12:09:58 mymachine avahi-daemon[12443]: Service "mymachine" (/services/ssh.service) successfully es...hed.
    Oct 07 12:09:58 mymachine avahi-daemon[12443]: Service "mymachine" (/services/sftp-ssh.service) successful...hed.
    Hint: Some lines were ellipsized, use -l to show in full.
    However, I can't ping mymachine.local:
    $ ping mymachine.local
    ping: unknown host mymachine.local
    And I can't access it through http or ssh either. Hmmm... ok, looking at the arch wiki article, it says that you should run
    $ avahi-autoipd -D
    But if I run this command as-is, I get an error:
    $ avahi-autoipd -D
    Missing interface name.
    Which, after some head-scratching, seemed to be fixed when I appended the interface of my ethernet card:
    $ avahi-autoipd -D enp3s0
    $
    OK, but it still doesn't work What do I need to do to make avahi publish my .local address?

    Hi,
    Check out this link: https://wiki.archlinux.org/index.php/av … resolution
    you need to install the nss-mdns package (and lib32-nss-mdns in case of 32bit applications), and then modify your /etc/nsswitch.conf
    Change this line:
    hosts: files dns myhostname
    to
    hosts: files mdns_minimal [NOTFOUND=return] dns myhostname
    Then simply restart the avahi-daemon and avahi-dnsconfd.service and it should work fine.

  • A Question about Avahi

    I have installed Avahi on a 64-bit system, but have so far not been able to make it discover anything. I noticed in a Fedora wiki that 64-bit systems need both 'nss-mdns' and 'lib32-nss-mdns'. On AUR's website 'lib32-nss-mdns' is flagged as outdated, while Yaourt offers it as current. However, the PKGBUILD is wrong and the alternative PKGBUILDS offered by non-maintainers don't seem to work here - or I am overlooking something.
    If 'lib32-nss-mdns' really is needed for Avahi to work on 64-bit systems, I would suggest it be moved to Extra and proper maintenance... If it isn't needed, my problem is different. Does Avahi work under Arch without 'lib32-nss-mdns'?

    With this PKGBUILD:
    _pkgsourcename=nss-mdns
    pkgname=lib32-nss-mdns
    pkgver=0.10
    pkgrel=2
    pkgdesc="glibc plugin providing host name resolution via mDNS"
    arch=('x86_64')
    url="http://0pointer.de/lennart/projects/nss-mdns/"
    license=('LGPL')
    depends=('glibc')
    makedepends=()
    backup=('etc/mdns.allow')
    install=
    source=(http://0pointer.de/lennart/projects/nss-mdns/$_pkgsourcename-$pkgver.tar.gz)
    md5sums=('03938f17646efbb50aa70ba5f99f51d7')
    build() {
        echo "cd $startdir/src/$_pkgsourcename-$pkgver"
        echo "$startdir"
        cd $startdir/src/$_pkgsourcename-$pkgver
        ./configure  --prefix=/usr --libdir=/usr/lib
        make
    package() {
      cd ${scrdir}/${_pkgsourcename}-${pkgver}
      make  DESTDIR=${pkgdir} install
    compiling seems to go well, but building the package fails with the foll error: "/tmp/yaourt-tmp-user/aur-lib32-nss-mdns/./PKGBUILD: line 28: cd: /lib32-nss-mdns-0.10: No such file or directory" (line 28 being: "cd ${scrdir}/${_pkgsourcename}-${pkgver}".
    I am still suspicious of '_pkgsourcename', but what do I know ;( As for 'aur-lib32-nss-mdns', I am calling Yaourt from /home/user/aur.
    Last edited by whaler (2012-06-03 22:22:02)

  • How can pkg-get resolve and install dependancies for a selected package?

    Hi all,
    i am using pkg-get for installing phpmyadmin an a solaris 10 os.
    when i do "pkg-get -i phpmyadmin", hi try to install apache2 but he cannot because he don't want to install the dependancies for his package
    -bash-3.00# pkg-get -i phpmyadmin
    WARNING: gpg not found
    No existing install of CSWphpmyadmin found. Installing...
    Pre-existing local file phpmyadmin-3.1.2,REV=2009.02.27-SunOS5.8-all-CSW.pkg.gz matches checksum
    Keeping existing file
    Analysing special files...
    Trying to install dependancy apache2
    No existing install of CSWapache2 found. Installing...
    Pre-existing local file apache2-2.2.11,REV=2009.03.29-SunOS5.8-all-CSW.pkg.gz matches checksum
    Keeping existing file
    Analysing special files...
    Trying to install dependancy apache2c
    Error: dependancies for apache2c not up to date.
    You may call pkg-get again with '-v -u apache2c' to see which ones
    Or, call pkg-get with 'upgrade all' to bring all installed pkgs up to date
    ERROR: install of CSWapache2c failed
    ERROR: could not install required dependancies for CSWapache2
    Once dependancies are up to date, call
            /opt/csw/bin/pkg-get -i apache2
    to (re)install
    ERROR: install of CSWapache2 failed
    ERROR: could not install required dependancies for CSWphpmyadmin
    Once dependancies are up to date, call
            /opt/csw/bin/pkg-get -i phpmyadmin
    to (re)installif i want to install apache2c, he don't want, because he don't have the dependancies, etc....it's infernal, i try "pkg-get -u" for upgrade all package, but it's don't resolve any thing.....
    have we a way for configuring pkg-get for installing the dependancies by himself? (like apt-get)
    another pb : when i try to install one of the dependancies, i have the messsage "Les conventions d'administration syst&#65533;me n'autorisent la cr&#65533;ation que
    d'une seule copie du module <CSWggettextrt>. Or, le nombre maximal de
    copies de module admis en m&#65533;me temps et sur le m&#65533;me syst&#65533;me est d&#65533;j
    atteint.
    "sorry it's in french but it said that he don't want to install the package because "the system administrattion convention allow only one copy of the package", it is because it's already installed?
    thank for your help....

    Hi
    For the last problem, what does
    pkginfo | grep gettext
    show?
    Paul

  • Journalctl with no PID message for cups and avahi contemporary failure

    I have facing a persistent problem with avahi-daemon and cups as systemd services. They have been enabled but fallen in a failed state as being started. Any investigation of the failures by journalctl (using _PID=) returned no useful info (log period only). Is there another way how to find why the services failed? A dependency between cups and avahi should be IMHO optional and recommended only for those using printers connected remotedly (or managable by users in cups.conf).  I cannot identify wheather the failures are caused by systemd issue, some wrong config file or missing some needed file. Any idea? Thank you all.

    Had similar issue with my HP Deskjet F4500C All in one printer, here's what I did:
    make sure these packages are installed or install them
    pacman -S cups cups-pdf hplip pyqt3 python2-pyqt
    pacman -S system-config-printer-gnome
    rc.d cups start
    To add device and install hp driver:
    1. Run ‘hp-setup’ as root.
    2. Click ‘Show Advanced Options’ button and check-enable ‘Manual Discovery’.
    3. Enter IP address 192.168.59.63 in the ‘…device ID…’ entry and click ‘Next’ to install driver.
    run system-config-printer as root, to add printer
    # system-config-printer
    click “Add”, Select Device -> Network Printer -> input the IP address of the printer such as “192.168.1.3″, click “Find” -> “Process”
    you should be ok from here, if not some further steps:
    If you encounter the following error:
    File “/usr/share/system-config-printer/newprinter.py”, line 1531, in getNetworkPrinterMakeModel
    debugprint (host + “: ” + args)
    TypeError: cannot concatenate ‘str’ and ‘list’ objects
    You should comment out the error line at 1531 of newprinter.py, and then continue to add the printer.
    4). Finally, you can run hp-check to see what problems exists for the printer.

  • Browse LAN with Avahi

    I want to browse my LAN, but when I go into nautilus, the only things there are "Windows Network" and "SFTP File Transfer on <hostname>". I've installed Avahi, the daemons are started and I've added "capability" to my modules. So how do I browse files on my LAN? I've installed Bonjour on my windows dual boot for Avahi and avahi is installed and up and running on the Arch Linux partition too.

    Perhaps you could describe you network in a little more detail.
    Is this a Workgroup home network or are you connected to a Domain server?
    If this is a workgroup are you connecting to the internet via a cable or DSL router?
    Do other computers on your network connect OK?
    Has your S10e ever worked properly on the network?
    Are you connecting via a wireless access point or LAN cable? 
    What do you Ping on and from where?
    Can you Ping OK on another networked computer?
    Open up a DOS Prompt (aka command prompt, DOS Box). and type IPCONFIG  /ALL <enter>. Do you get a compatible IP address and subnet mask? You should also get the gateway IP address.

  • [SOLVED] avahi sftp mount problem

    greetings,
    i hope i'm posting this in the right subforum (the other abvious choice would have been networking), but since this is likely to be a configuration issue, i'll post here. sorry, i'm kind of a newbie here.
    sso.. i'm using a thinkpad t42, i've installed arch linux for the second time (please be patient with me, lol), and i've set up everything correctly: i have the latest gnome (2.30), and kernel. uname -a:
    Linux YURI 2.6.32-ARCH #1 SMP PREEMPT Mon Mar 15 20:08:25 UTC 2010 i686 Intel(R) Pentium(R) M processor 1.60GHz GenuineIntel GNU/Linux
    yesterday, i've messed around a bit with my rc.conf, and now everytime i try to mount a mac share via avahi/sftp, i only see nautilus's 'opening *insert-share-name-here*', and a certain process (gvfsd-sftp) eats all my processor resources. the share never actually gets mounted. i'm guessing some kernel module is not loaded, or there's a problem with the order of my daemons.
    i've searched around in on the wiki, on the forums and in google, but to no avail. everything is supposed to be in order. if someone can help, please do.
    modules array from rc.conf:
    MODULES=(acpi-cpufreq cpufreq_ondemand cpufreq_conservative cpufreq_userspace cpufreq_powersave fuse !slhc !thinkpad-acpi e1000 ipw2100)
    daemons array:
    DAEMONS=(syslog-ng dbus hal crond alsa !network rpcbind nfs-common nfs-server netfs ntpd avahi-daemon networkmanager gdm)
    thank you,
    bamdad
    Last edited by bamdad (2010-04-03 12:01:35)

    update:
    it seems, rc.conf has nothing to do with the problem. i'll leave it here for reference, but i tried logging in to gnome as root, and voilá, i could connect without a problem. so there had to be something messed up with my gnome settings. i had a crash yesterday, during which i was logged in to the other computer.
    so i popped open Accessories>Passwords and Encryption keys from the gnome menu and deleted the [email protected] and [email protected] (interestingly, there wasn't an [email protected], and the problem was resolved.
    my guess is that the crash somehow messed up my stored login information, and thus gvfsd-sftp went crazy trying to authenticate. if you happen to have the same problem, try the solution above.
    Last edited by bamdad (2010-04-03 12:07:18)

  • [SOLVED] Avahi + service-types.db.pacnew

    Hi there,
    just a quick question: With the latest updates came avahi-0.6.31-6 to my system (Arch_x64). Pacman told me:
    Warning: /usr/lib/avahi/service-types.db installed as /usr/lib/avahi/service-types.db.pacnew
    Does anybody know, if I have to check something before using the .pacnew? I tried to have a look with meld, but that doesn't work - obviously - because the files in question are binary files
    Last edited by swordfish (2013-03-03 11:25:27)

    From looking at `$ pacman -Qii avahi`, I gather that /usr/lib/avahi/service-types.db file is marked for backup. Searching the 'net, I found that this (binary) file can be regenerated when you make any local changes to /usr/share/avahi/service-types and reinstall Avahi.
    Looking at the changes to the avahi package, I found this change adding it to the list of backup files, apparently related to this bug report: FS#33930 - [avahi] missing backups.
    So I guess that unless you have made any local changes, it's OK to replace the original with the .pacnew.
    As always, if you don't trust my judgement, ask the package maintainer or the upstream developers :-)
    Last edited by ackalker (2013-03-01 17:12:49)

  • Avahi everywhere...

    Hi,
    I'm currently configuring a lightweight production desktop using Arch, for use in public libraries around here, in replacement of your CentOS 5 desktops. Starting from a base system, I add X11, the XFCE desktop environment, and then applications one by one, given they are needed. I've been a long-time Slackware user before, so I find the KISS philosophy of Arch very appealing.
    Well, some details don't seem as KISS as they could be.
    Example 1: CUPS. pacman -S cups draws in various stuff, among which avahi. I don't remember this thing being a CUPS dependency.
    Example 2: K3B. Since there's no equivalent for burning apps, I've always been using this for burning, the more so since it only needs qt, kdelibs and some multimedia stuff. Same thing here: pacman -S k3b draws in a lot of stuff, among which avahi.
    Now I'm pondering: clutter my system, or rebuild CUPS and K3B?

    kikinovak wrote:Hi,
    Example 1: CUPS. pacman -S cups draws in various stuff, among which avahi. I don't remember this thing being a CUPS dependency.
    zeroconf based detection of printers was added in cups 1.3. finally, imho!
    Last edited by baze (2008-04-11 05:27:51)

  • Avahi development libs[SOLVED]

    Hello. I'm trying to get pulseaudio work with my airport express and have found this:
    http://www.pulseaudio.org/ticket/69 . It seems like the avahi development libraries is a dependency. I can't find anything like that. Where can I find themSorry. My misstake
    Last edited by jai134 (2009-03-28 13:16:23)

    avahi is the package that you want

  • Avahi selective publishing

    Sorry for my poor english but in my language forum I not have response... My server have two interfaces (eth0, bond0), i want avahi publishing netatalk in eth0 and samba with interface bond0... at default avahi publish all service in all interfaces! And if I deny one interface from avahi-daemon.conf this interface is not longer utilized at all.
    Editing afp.conf and smb.conf not help, only deny access at specified interface, but is always published with avahi. If i deny bond0 in afp.conf my Mac not able to connect, it grab the first avahi published interface and this is bond0 (or eth0... is random).
    The server have 2 interface in two subnet, the Mac is the same. If a do a manual connection (without avahi) always work.
    Exist a solution?

    I have to give up?

Maybe you are looking for