Jump to content

Recommended Posts

Posted
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
 ~  # 

 

 

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

This site uses cookies. By clicking "I accept" or continuing to browse the site, you authorize their use in accordance with the Privacy Policy.