Skip to content

Instantly share code, notes, and snippets.

@bgoodr
Created July 19, 2018 05:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bgoodr/b134bac04fcc2243005b4ed88dabb208 to your computer and use it in GitHub Desktop.
Save bgoodr/b134bac04fcc2243005b4ed88dabb208 to your computer and use it in GitHub Desktop.
brentg@oryx:~$ sudo systemctl disable avahi-daemon
[sudo] password for brentg:
Synchronizing state of avahi-daemon.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install disable avahi-daemon
Removed /etc/systemd/system/sockets.target.wants/avahi-daemon.socket.
Removed /etc/systemd/system/dbus-org.freedesktop.Avahi.service.
brentg@oryx:~$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
avahi-dnsconfd snapd
2 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 11.7 MB/11.8 MB of archives.
After this operation, 733 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://us.archive.ubuntu.com/ubuntu artful-updates/main amd64 snapd amd64 2.33.1+17.10ubuntu1 [11.7 MB]
Fetched 11.7 MB in 1s (7,173 kB/s)
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
(Reading database ... 283872 files and directories currently installed.)
Preparing to unpack .../avahi-dnsconfd_0.6.32-1ubuntu1.1_amd64.deb ...
Unpacking avahi-dnsconfd (0.6.32-1ubuntu1.1) over (0.6.32-1ubuntu1) ...
Preparing to unpack .../snapd_2.33.1+17.10ubuntu1_amd64.deb ...
Unpacking snapd (2.33.1+17.10ubuntu1) over (2.32.9+17.10) ...
Setting up avahi-dnsconfd (0.6.32-1ubuntu1.1) ...
avahi-daemon.socket is a disabled or a static unit, not starting it.
Processing triggers for ureadahead (0.100.0-20) ...
Setting up snapd (2.33.1+17.10ubuntu1) ...
Installing new version of config file /etc/apparmor.d/usr.lib.snapd.snap-confine.real ...
Installing new version of config file /etc/profile.d/apps-bin-path.sh ...
snapd.snap-repair.service is a disabled or a static unit, not starting it.
Processing triggers for systemd (234-2ubuntu12.4) ...
Processing triggers for man-db (2.7.6.1-2) ...
brentg@oryx:~$ sudo systemctl enable avahi-daemon
Synchronizing state of avahi-daemon.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable avahi-daemon
Created symlink /etc/systemd/system/dbus-org.freedesktop.Avahi.service → /lib/systemd/system/avahi-daemon.service.
Created symlink /etc/systemd/system/sockets.target.wants/avahi-daemon.socket → /lib/systemd/system/avahi-daemon.socket.
brentg@oryx:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment