Hello. It's my first time dealing with freebsd.
Just installed it on bear metal Intel NUC. Installation was OK, but after that I'm unable to bootstrap pkg.
For me it's look like network works well, but pkg for some reason can't bootstrap itself. I've tried to change mirror in /usr/local/etc/pkg/repos/FreeBSD.conf with
I've tried all urls for amd64 from here - http://pkg.freebsd.org . None of them works. I can ping, but pkg can't bootstrap. What do I do wrong? Thanks.
Upd. Info about NIC
Just installed it on bear metal Intel NUC. Installation was OK, but after that I'm unable to bootstrap pkg.
Code:
root@freebsd-nuc:~ # uname -a
FreeBSD freebsd-nuc 13.1-RELEASE FreeBSD 13.1-RELEASE releng/13.1-n250148-fc952ac2212 GENERIC amd64
root@freebsd-nuc:~ # ifconfig
re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=8209b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC,LINKSTATE>
ether 94:c6:91:1e:98:92
inet 192.168.77.15 netmask 0xffffff00 broadcast 192.168.77.255
media: Ethernet autoselect (100baseTX <full-duplex>)
status: active
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6>
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2
inet 127.0.0.1 netmask 0xff000000
groups: lo
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
root@freebsd-nuc:~ # ping -c 4 pkg.freebsd.org
PING pkgmir.geo.freebsd.org (213.138.116.73): 56 data bytes
64 bytes from 213.138.116.73: icmp_seq=0 ttl=45 time=64.400 ms
64 bytes from 213.138.116.73: icmp_seq=1 ttl=45 time=63.791 ms
64 bytes from 213.138.116.73: icmp_seq=2 ttl=45 time=64.869 ms
64 bytes from 213.138.116.73: icmp_seq=3 ttl=45 time=63.676 ms
--- pkgmir.geo.freebsd.org ping statistics ---
4 packets transmitted, 4 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 63.676/64.184/64.869/0.482 ms
root@freebsd-nuc:~ # pkg bootstrap
The package management tool is not yet installed on your system.
Do you want to fetch and install it now? [y/N]: y
Bootstrapping pkg from pkg+http://pkg.FreeBSD.org/FreeBSD:13:amd64/quarterly, please wait...
*nothing happens for hours*
Code:
FreeBSD: {
url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly",
}
Upd. Info about NIC
Code:
iwm0@pci0:2:0:0: class=0x028000 rev=0x10 hdr=0x00 vendor=0x8086 device=0x24fb subvendor=0x8086 subdevice=0x2110
vendor = 'Intel Corporation'
device = 'Dual Band Wireless-AC 3168NGW [Stone Peak]'
class = network
re0@pci0:3:0:0: class=0x020000 rev=0x15 hdr=0x00 vendor=0x10ec device=0x8168 subvendor=0x8086 subdevice=0x2067
vendor = 'Realtek Semiconductor Co., Ltd.'
device = 'RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller'
class = network
subclass = ethernet