User Tools

Site Tools


packet:linbpq-apt-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-apt-installation [2024/03/19 10:44] – [LinBPQ Installation using apt] m0ltepacket:linbpq-apt-installation [2024/04/29 20:13] (current) – link to the config docs 2e0itb
Line 53: Line 53:
 ===== Configuration ===== ===== Configuration =====
  
-A default config file will be placed at /etc/bpq32.cfg for editing.+A default config file will need to be placed at ''/etc/bpq32.cfg'' before bpq will start.
  
-Simple config file suitable for a basic node with a single KISS modem, e.g. NinoTNC: https://gist.github.com/M0LTE/52824537b3fe21d19baf9a66eda4db86+We ship a simple config file suitable for a basic node with a single KISS modem with the package in `/usr/share/doc/linbpq/examples/bpq32.cfg`, taken from: https://gist.github.com/M0LTE/52824537b3fe21d19baf9a66eda4db86
  
 <code> <code>
-wget -q https://gist.githubusercontent.com/M0LTE/52824537b3fe21d19baf9a66eda4db86/raw/fde7d76562bc26306543c4f7ea10ea55f509ac57/bpq32.cfg+sudo cp /usr/share/doc/linbpq/examples/bpq32.cfg /etc/bpq32.cfg
 # edit as required, then: # edit as required, then:
-sudo mv bpq32.cfg /etc/bpq32.cfg+sudo chown linbpq: /etc/bpq32.cfg 
 +sudo chmod 664 /etc/bpq32.cfg
 </code> </code>
  
-If you fully replace the config file, as opposed to editing the existing one, ensure it has the correct ownership after you do so: +Whenever you have updated the [[https://www.cantab.net/users/john.wiseman/Documents/BPQCFGFile.html|config]], restart LinBPQ:
- +
-<code> +
-sudo chown :linbpq /etc/bpq32.cfg +
-sudo chmod 644 /etc/bpq32.cfg +
-</code> +
- +
-Whenever you have updated the config, restart LinBPQ:+
  
 <code> <code>
packet/linbpq-apt-installation.1710845086.txt.gz · Last modified: 2024/03/19 10:44 by m0lte