User Tools

Site Tools


packet:linbpq_pi_installation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
packet:linbpq_pi_installation [2023/04/28 09:26] m0gzppacket:linbpq_pi_installation [2023/10/01 22:20] (current) – [Installing LinBPQ on a Raspberry Pi] m0lte
Line 2: Line 2:
  
 This is a document which describes the general case of installing and configuring LinBPQ on a Pi - this is probably not the instructions to establish a node specific to the OARC national packet project network. This is a document which describes the general case of installing and configuring LinBPQ on a Pi - this is probably not the instructions to establish a node specific to the OARC national packet project network.
 +
 +**NB this process has now been superseded since one of our members has kindly established an apt repo containing a build of LinBPQ.\\ 
 +See [[packet:linbpq-apt-installation]] for a guide.**
  
 ===== Assumptions ===== ===== Assumptions =====
Line 122: Line 125:
 Group=szymon Group=szymon
 </code> </code>
-4. Restart the bpq service:+4. Run the setcap command to allow access to lower ports and captures as needed: 
 +<code> 
 +sudo setcap "CAP_NET_ADMIN=ep CAP_NET_RAW=ep CAP_NET_BIND_SERVICE=ep" ~/linbpq/linbpq 
 +</code> 
 +5. Restart the bpq service:
 <code> <code>
 sudo systemctl start bpq sudo systemctl start bpq
packet/linbpq_pi_installation.1682673969.txt.gz · Last modified: 2023/04/28 09:26 by m0gzp