avahi note
➜ ~ sudo pkg install avahi
Password:
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
The following 6 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
avahi: 0.6.31_1
avahi-gtk: 0.6.31_4
libglade2: 2.6.4_8
xmlcatmgr: 2.2_2
avahi-header: 0.6.31
avahi-autoipd: 0.6.31
Number of packages to be installed: 6
140 KiB to be downloaded.
Proceed with this action? [y/N]: y
Fetching avahi-0.6.31_1.txz: 100% 744 B 0.7kB/s 00:01
Fetching avahi-gtk-0.6.31_4.txz: 100% 32 KiB 33.0kB/s 00:01
Fetching libglade2-2.6.4_8.txz: 100% 66 KiB 67.8kB/s 00:01
Fetching xmlcatmgr-2.2_2.txz: 100% 22 KiB 22.2kB/s 00:01
Fetching avahi-header-0.6.31.txz: 100% 3 KiB 2.7kB/s 00:01
Fetching avahi-autoipd-0.6.31.txz: 100% 17 KiB 17.2kB/s 00:01
Checking integrity... done (0 conflicting)
[1/6] Installing xmlcatmgr-2.2_2...
[1/6] Extracting xmlcatmgr-2.2_2: 100%
+ Creating /usr/local/share/sgml/catalog
+ Registering CATALOG catalog.ports (SGML)
+ Creating /usr/local/share/sgml/catalog.ports
+ Creating /usr/local/share/xml/catalog
+ Registering nextCatalog catalog.ports (XML)
+ Creating /usr/local/share/xml/catalog.ports
[2/6] Installing libglade2-2.6.4_8...
[2/6] Extracting libglade2-2.6.4_8: 100%
[3/6] Installing avahi-header-0.6.31...
[3/6] Extracting avahi-header-0.6.31: 100%
[4/6] Installing avahi-gtk-0.6.31_4...
===> Creating groups.
Using existing group 'avahi'.
===> Creating users
Using existing user 'avahi'.
[4/6] Extracting avahi-gtk-0.6.31_4: 100%
[5/6] Installing avahi-autoipd-0.6.31...
===> Creating groups.
Creating group 'avahi-autoipd' with gid '588'.
===> Creating users
Creating user 'avahi-autoipd' with uid '588'.
[5/6] Extracting avahi-autoipd-0.6.31: 100%
[6/6] Installing avahi-0.6.31_1...
Message from xmlcatmgr-2.2_2:
The following catalogs are installed:
1) /usr/local/share/sgml/catalog
The top level catalog for SGML stuff. It is not changed
by any ports/packages except textproc/xmlcatmgr.
2) /usr/local/share/sgml/catalog.ports
This catalog is for handling SGML stuff installed under
/usr/local/share/sgml. It is changed by ports/packages.
3) /usr/local/share/xml/catalog
The top level catalog for XML stuff. It is not changed
by any ports/packages except textproc/xmlcatmgr.
4) /usr/local/share/xml/catalog.ports
This catalog is for handling XML stuff installed under
/usr/local/share/xml. It is changed by ports/packages.
xdg-desktop-menu: No writable system menu directory found.
----------------------------------------------------------------------------------------------------------------------------------------
Wolfram Mathematica 11.1 Installer
----------------------------------------------------------------------------------------------------------------------------------------
Copyright (c) 1988-2017 Wolfram Research, Inc. All rights reserved.
WARNING: Wolfram Mathematica is protected by copyright law and international treaties. Unauthorized reproduction or distribution may
result in severe civil and criminal penalties and will be prosecuted to the maximum extent possible under law.
Enter the installation directory, or press ENTER to select /usr/local/Wolfram/Mathematica/11.1:
> /opt/mma
Create directory (y/n)?
> y
Now installing...
[*************************************************************************************************************************************]
Type the directory path in which the Wolfram Mathematica script(s) will be created, or press ENTER to select /usr/local/bin:
> /home/aaron/bin
WARNING: No Avahi Daemon was detected so some Kernel Discovery features will not be available. You can install Avahi Daemon using your
distribution's package management system.
Go to http://avahi.org for more information.
Installation failed. See /opt/mma/InstallErrors.
Enter the installation directory, or press ENTER
to select /usr/local/Wolfram/Mathematica/11.1:
> /home/aaron/Wolfram/Mathematica/11.1
Create directory (y/n)?
> y
Now installing...
[***********************************************]
Type the directory path in which the Wolfram
Mathematica script(s) will be created, or press
ENTER to select /usr/local/bin:
> /home/aaron/Wolfram/Mathematica/11.1/bin
Create directory (y/n)?
> y
WARNING: Avahi Daemon is not active on your
system so some Kernel Discovery features will
not be available.
Try activating the avahi-daemon service by
running (as root):
systemctl enable avahi-daemon
Installation complete.
➜ ~ sudo systemctl enable avahi-daemon
[sudo] password for aaron:
Created symlink /etc/systemd/system/dbus-org.freedesktop.Avahi.service -> /usr/lib/systemd/system/avahi-daemon.service.
Created symlink /etc/systemd/system/multi-user.target.wants/avahi-daemon.service -> /usr/lib/systemd/system/avahi-daemon.service.
Created symlink /etc/systemd/system/sockets.target.wants/avahi-daemon.socket -> /usr/lib/systemd/system/avahi-daemon.socket.
➜ ~