Solved I can't install packages with pkg

hi
I have FreeBSD 10.2, I can't install packages with pkg.
For example: pkg upgrade
Code:
Proceed with this action? [y/N]: y
pkg: http://pkg.FreeBSD.org/FreeBSD:10:amd64/quarterly/All/zenity-3.16.3.txz: Not Found
root@sinfram:~ #
or
Code:
root@sinfram:/usr/home/pmzt # pkg install fusefs-ext4fuse
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
   fusefs-ext4fuse: 0.1.3,1

The process will require 42 KiB more space.
16 KiB to be downloaded.

Proceed with this action? [y/N]: y
Fetching fusefs-ext4fuse-0.1.3,1.txz: 100%  16 KiB  16.7kB/s  00:01  
pkg: cached package fusefs-ext4fuse-0.1.3,1: size mismatch, fetching from remote
Fetching fusefs-ext4fuse-0.1.3,1.txz: 100%  16 KiB  16.7kB/s  00:01  
pkg: cached package fusefs-ext4fuse-0.1.3,1: size mismatch, cannot continue
root@sinfram:/usr/home/pmzt #
 
Back
Top