Hi guys,
Not sure what I touched, but when I run this command I get an error:
Thanks...
Not sure what I touched, but when I run this command I get an error:
Code:
freezr ) doas poudriere ports -u -p latest
[00:00:00] Updating portstree "latest" with git+https...fatal: unable to access 'https://git.FreeBSD.org/ports.git/': Could not resolve host: git.FreeBSD.org
[00:00:22] Error: fail
freezr ) ping -c1 git.FreeBSD.org
[DOES NOT CONNECT]
freezr ) cat /etc/resolv.conf
# Generated by resolvconf
nameserver 75.75.75.75
nameserver 75.75.76.76
#nameserver 127.0.0.1
#options edns0
freezr ) cat /usr/local/etc/poudriere.conf
ZPOOL=zroot
FREEBSD_HOST=https://download.freebsd.org
RESOLV_CONF=/etc/resolv.conf
BASEFS=/usr/local/poudriere
DISTFILES_CACHE=/usr/ports/distfiles
USE_PORTLINT=yes
export SOCKS5_PROXY=localhost:12000
# TUNING
PARALLEL_JOBS=4
ALLOW_MAKE_JOBS=yes
MAX_EXECUTION_TIME=86400
USE_TMPFS=all
TMPFS_LIMIT=10
CCACHE_DIR=/var/cache/ccache
CCACHE_ENABLE=yes
Thanks...