Halfe
Explorer
- Joined
- Apr 24, 2013
- Messages
- 94
I'm trying to install nano on my jail. but pkg doesn't find nano in list.
This is what my Jail Template looks like.
am i using the wrong Repository? how can i change it so I can install correctly again. Been having this issue for about a week trying to googleit to find a sollution.
been trying to update pkg
Internett works
Code:
# pkg install nano Updating FreeBSD repository catalogue... pkg: Repository FreeBSD has a wrong packagesite, need to re-create database [Sonarr] Fetching meta.txz: 100% 968 B 1.0kB/s 00:01 [Sonarr] Fetching packagesite.txz: 100% 5 MiB 5.4MB/s 00:01 Processing entries: 0% pkg: wrong architecture: freebsd:9:x86:32 instead of FreeBSD:9:amd64 pkg: repository FreeBSD contains packages with wrong ABI: freebsd:9:x86:32 Processing entries: 100% pkg: Unable to update repository FreeBSD All repositories are up-to-date. pkg: No packages available to install matching 'nano' have been found in the repositories
This is what my Jail Template looks like.

am i using the wrong Repository? how can i change it so I can install correctly again. Been having this issue for about a week trying to googleit to find a sollution.
Code:
# pkg install mono Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. All repositories are up-to-date. pkg: No packages available to install matching 'mono' have been found in the repositories # pkg install mediainfo Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. All repositories are up-to-date. pkg: No packages available to install matching 'mediainfo' have been found in the repositories
been trying to update pkg
Code:
# pkg update Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. All repositories are up-to-date. # pkg upgrade Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. All repositories are up-to-date. Checking for upgrades (0 candidates): 100% Processing candidates (0 candidates): 100% Checking integrity... done (0 conflicting) Your packages are up to date.
Internett works
Code:
ping google.com PING google.com (80.202.12.245): 56 data bytes 64 bytes from 80.202.12.245: icmp_seq=0 ttl=57 time=8.608 ms 64 bytes from 80.202.12.245: icmp_seq=1 ttl=57 time=8.091 ms 64 bytes from 80.202.12.245: icmp_seq=2 ttl=57 time=7.986 ms 64 bytes from 80.202.12.245: icmp_seq=3 ttl=57 time=7.908 ms ^C --- google.com ping statistics --- 4 packets transmitted, 4 packets received, 0.0% packet loss round-trip min/avg/max/stddev = 7.908/8.148/8.608/0.273 ms