Open oberstet opened 8 years ago
I have the same problem on FreeBSD 11-RELEASE.
I maybe found out the solution. You need to run the mds
first. It runs on 172.23.0.1:1104.
sudo $(jetpack config path.libexec)/mds
Then, try to run a pod again. It's running!
me@hostside % sudo jetpack run -t 3c240940-8613-4d69-be46-08eb6927d979
FreeBSD ?.?.? (UNKNOWN)
Welcome to FreeBSD!
Release Notes, Errata: https://www.FreeBSD.org/releases/
Security Advisories: https://www.FreeBSD.org/security/
FreeBSD Handbook: https://www.FreeBSD.org/handbook/
FreeBSD FAQ: https://www.FreeBSD.org/faq/
Questions List: https://lists.FreeBSD.org/mailman/listinfo/freebsd-questions/
FreeBSD Forums: https://forums.FreeBSD.org/
Documents installed with the system are in the /usr/local/share/doc/freebsd/
directory, or can be installed later with: pkg install en-freebsd-doc
For other languages, replace "en" with a language code like de or fr.
Show the version of FreeBSD installed: freebsd-version ; uname -a
Please include that output and any error messages when posting questions.
Introduction to manual pages: man man
FreeBSD directory layout: man hier
Edit /etc/motd to change this login announcement.
root@3c240940-8613-4d69-be46-08eb6927d979:~ #
The problem is that running mds
is documented right above the section of Building Images in README.md. I think it should be moved into a proper place (in the Getting Started section?).
@raviqqe Ah, makes sense. Yeah, moving this crucial bit of info into the Getting Started section: +1
I'm aware this is an issue tracker, but I failed to find a mailing list or such, and am stuck following the Getting Started guide =(
Please help .. would be greatly appreciated!
I have closely followed the INSTALL.md and the Getting Started, but I am stuck at:
This is my configuration:
and this is my env
and
The external interface (igb0) is the default gateway to the internet, but there is a firewall (on another system) that will block anything but ports 80/443.
What could I try/do?
Thanks again for any help!