Unable to update PKG or install new packages

Status
Not open for further replies.

catnas

Explorer
Joined
Dec 12, 2015
Messages
57
I'm running: FreeNAS-9.10.2-U6


Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking for upgrades (188 candidates): 100%
Processing candidates (188 candidates): 100%
The following 165 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
<snip>

Installed packages to be UPGRADED:
<snip>

Installed packages to be REINSTALLED:
<snip>

Number of packages to be installed: 16
Number of packages to be upgraded: 106
Number of packages to be reinstalled: 43

The process will require 42 MiB more space.
399 MiB to be downloaded.

Proceed with this action? [y/N]: y
pkg: http://pkg.FreeBSD.org/freebsd:10:x86:64/latest/All/webp-0.6.1.txz: Not Found
[root@MyJail/]#


And another one:


[root@Gallery /]# pkg install ffmpeg
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 16 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
<snip>

Number of packages to be installed: 16

The process will require 90 MiB more space.
18 MiB to be downloaded.

Proceed with this action? [y/N]: y
pkg: http://pkg.FreeBSD.org/freebsd:10:x86:64/latest/All/ffmpeg-3.4.2_1,1.txz: Not Found
[root@MyJail/]#


There was a one-time error/notification the first time I ran the command that I bypassed indicating that there was a version mismatch IIRC. It asked if I wanted to override and I declined because I figured that was for the newest release of FreeNAS. Now I'm wondering if I screwed up.

Appreciate any help! Thanks
 

catnas

Explorer
Joined
Dec 12, 2015
Messages
57
Solved with:
pkg update -f

and then overrode the version mismatch.

Hopefully this doesn't break anything
 
Status
Not open for further replies.
Top