Skip to content

Instantly share code, notes, and snippets.

@fliiiix
Created August 23, 2017 16:01
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 fliiiix/ffa6a8d18ff86fb554b3fc562346aeb3 to your computer and use it in GitHub Desktop.
Save fliiiix/ffa6a8d18ff86fb554b3fc562346aeb3 to your computer and use it in GitHub Desktop.
iocage broken?

The iocage list command displays all jails as not running and truncates the names. Also I can not use any name for commands like console, start and many more only the uuid works.

$ iocage --version
0.9.9.1 08/01/2017
[root@titan:/home/l33tname]$ iocage list          
+-----+----------+-------+--------------+---------------+
| JID |   NAME   | STATE |   RELEASE    |      IP4      |                                                                                     
+=====+==========+=======+==============+===============+                                                                                     
| -   | aegir.l3 | down  | 11.0-RELEASE | 192.168.17.14 |                                                                                     
+-----+----------+-------+--------------+---------------+                                                                                     
| -   | helene.l | down  | 11.0-RELEASE | 192.168.17.17 |                                                                                     
+-----+----------+-------+--------------+---------------+                                                                                     
| -   | hyperion | down  | 11.0-RELEASE | 192.168.17.15 |                                                                                     
+-----+----------+-------+--------------+---------------+                                                                                     
| -   | narvi.l3 | down  | 11.0-RELEASE | 192.168.17.13 |                                                                                     
+-----+----------+-------+--------------+---------------+                                                                                     
| -   | pan.l33t | down  | 11.0-RELEASE | 192.168.17.11 |                                                                                     
+-----+----------+-------+--------------+---------------+                                                                                     
| -   | skoll.l3 | down  | 11.0-RELEASE | 192.168.17.16 |                                                                                     
+-----+----------+-------+--------------+---------------+                                                                                     
| -   | ymir.l33 | down  | 11.0-RELEASE | 192.168.17.12 |                                                                                     
+-----+----------+-------+--------------+---------------+   

[root@titan:/home/l33tname]$ iocage start aegir.l3
aegir.l3 not found!
[root@titan:/home/l33tname]$ iocage start aegir.l33t.network
aegir.l33t.network not found!
[root@titan:/home/l33tname]$ jls
   JID  IP Address      Hostname                      Path
   121  192.168.17.13   narvi.l33t.network            /ssdboot/iocage/jails/38e6688a-90a8-4575-8431-5d517827c5ea/root
   and more

Update fails also:

sudo iocage upgrade -r 11.1-RELEASE bd30b340-0854-45f0-9bf1-510e4986f5a6
Please rebuild all installed 3rd party software (e.g., programs
installed from the ports tree) and then run "/tmp/tmp0juovxyx install"
again to finish installing updates.
Installing updates... done.
No updates are available to install.
Run '/tmp/tmp0juovxyx fetch' first.
Traceback (most recent call last):
  File "/usr/local/bin/iocage", line 10, in <module>
    sys.exit(cli())
  File "/usr/local/lib/python3.6/site-packages/click/core.py", line 722, in __call__
    return self.main(*args, **kwargs)
  File "/usr/local/lib/python3.6/site-packages/click/core.py", line 697, in main
    rv = self.invoke(ctx)
  File "/usr/local/lib/python3.6/site-packages/click/core.py", line 1066, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/usr/local/lib/python3.6/site-packages/click/core.py", line 895, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/usr/local/lib/python3.6/site-packages/click/core.py", line 535, in invoke
    return callback(*args, **kwargs)
  File "/usr/local/lib/python3.6/site-packages/iocage/cli/upgrade.py", line 91, in cli
    root_path).upgrade_jail()
  File "/usr/local/lib/python3.6/site-packages/iocage/lib/ioc_upgrade.py", line 97, in upgrade_jail
    with open(self._freebsd_version, "r") as r:
FileNotFoundError: [Errno 2] No such file or directory: '/ssdboot/iocage/releases/11.1-RELEASE/root/bin/freebsd-version'
@fliiiix
Copy link
Author

fliiiix commented Aug 26, 2017

I found the problem should I open a bug report that iocage tests that?

     name    The jail name.  This is an arbitrary string that identifies a
             jail (except it may not contain a ‘.’).  Like the jid, it can be
             passed to later jail commands, or to jls(8) or jexec(8).  If no
             name is supplied, a default is assumed that is the same as the
             jid.  The name parameter is implied by the jail.conf(5) file
             format, and need not be explicitly set when using the
             configuration file.

@skarekrow
Copy link

Oh right you have dots in your name, I spaced that, sorry! No need to open a bug report, that's actually been fixed. Grab the latest code on Github, or wait for the next release and you will be able to start those jails.

You've done all the hard work, so now it's easy street to finish fixing.

@fliiiix
Copy link
Author

fliiiix commented Aug 26, 2017

Grab the latest code on Github, or wait for the next release and you will be able to start those jails.

Actually I changed the name now to only hostnames which looks nicer and is less to type.
Thanks for all your help 👍

I assume that upgrade is also only fixed on the master branch but not in the 0.9.9.1 version

$ iocage upgrade -r 11.1 aegir 
Looking up update.FreeBSD.org mirrors... 4 mirrors found.
Fetching metadata signature for 11.0-RELEASE from update5.freebsd.org... done.
Fetching metadata index... done.
Fetching 1 metadata patches. done.
Applying metadata patches... done.
Fetching 1 metadata files... done.
Inspecting system... done.

The following components of FreeBSD seem to be installed:
kernel/generic world/base world/doc world/lib32

The following components of FreeBSD do not seem to be installed:
kernel/generic-dbg src/src world/base-dbg world/lib32-dbg


Fetching metadata signature for 11.1-RELEASE from update5.freebsd.org... done.
Fetching metadata index... done.
Fetching 1 metadata patches. done.
Applying metadata patches... done.
Fetching 1 metadata files... done.
Inspecting system... done.
Fetching files from 11.0-RELEASE for merging... done.
Preparing to download files... done.
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
/tmp/tmpv4rwukez: cannot open files/.gz: No such file or directory
Attempting to automatically merge changes in files... done.

The following file will be removed, as it no longer exists in
FreeBSD 11.1-RELEASE: /boot/device.hints
Does this look reasonable (y/n)? 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment