TheBB Posted March 1 Posted March 1 45 минут назад, mel сказал: Подскажите где можно взять пакет bird3 ? собрать самостоятельно 46 минут назад, mel сказал: Тут нет не собирали, т.к. 2.15 уже не собирается (MPLS since Linux 4.6) 50 минут назад, mel сказал: Но не устанавливается на ... KN-2710 Спойлер ~ # ~ # tar x -zvf bird3_3.0.1-r1_aarch64_cortex-a72.ipk ./debian-binary ./data.tar.gz ./control.tar.gz ~ # ~ # tar x -zvf data.tar.gz ./ ./etc/ ./etc/bird.conf ./etc/init.d/ ./etc/init.d/bird ./lib/ ./lib/upgrade/ ./lib/upgrade/keep.d/ ./lib/upgrade/keep.d/bird3 ./usr/ ./usr/sbin/ ./usr/sbin/bird ~ # ~ # file ./usr/sbin/bird ./usr/sbin/bird: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-musl-aarch64.so.1, no section header ~ # ~ # ./usr/sbin/bird -h Usage: bird [--version] [--help] [-c <config-file>] [OPTIONS] Options: -c <config-file> Use given configuration file instead of /etc/bird.conf -d Enable debug messages and run bird in foreground -D <debug-file> Log debug messages to given file instead of stderr -f Run bird in foreground -g <group> Use given group ID -h, --help Display this information -l Look for a configuration file and a control socket in the current working directory -p Test configuration file and exit without start -P <pid-file> Create a PID file with given filename -R Apply graceful restart recovery after start -s <control-socket> Use given filename for a control socket -u <user> Drop privileges and use given user ID --version Display version of BIRD ~ # ~ # ./usr/sbin/bird --version BIRD version 3.0.1 ~ # ./usr/sbin/bird -c ./etc/bird.conf ~ # ~ # pgrep -alf bird 8023 ./usr/sbin/bird -c ./etc/bird.conf ~ # Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.