GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
aprsc(8) FreeBSD System Manager's Manual aprsc(8)

aprsc - An APRS-IS network server

aprsc [-t chrootdir] [-u setuid_username] [-c config_file_name] [-f] [-n logname] [-r log_dir] [-e loglevel_token] [-o logdestination_token] [-h]

The aprsc (pronounced a-purrs-c) is a plain APRS-IS server intended to be used on the core and Tier2 APRS-IS servers. It is written in the C language, and it runs on Linux and Unix servers.

If you need igate or other radio-interfacing features, the aprsc is not for you.

The aprsc has following runtime options:

Run the aprsc in a chroot(2) subdirectory. Use also the -u option below.
When running the aprsc in chroot(2) subdirectory, it should be running there with a non-privileged user account. This option defines that account, which must be found at the system account database.
Define explicit configuration file name. Default is "aprsc.conf" in current directory.

fork(2) the program ro tun in the background.
Define a name by which this instance of the aprsc is known in the log. Useful when you have multiple instances running.
For file based logging, do it all in given directory. There is no default log directory.
The supported tokens are following with their corresponding priority values EMERG(0), ALERT(1), CRIT(2), ERROR(3), WARNING(4), NOTICE(5), INFO(6), DEBUG(7). This option defines a logging cutoff where events with higher numeric value than the given cutoff are dropped internally. The default cutoff is INFO.
The supported tokens are following: none, stderr, syslog, and file.

The logging has multiple options:


Disable logging completely

Log to stderr of the running users console session Do not use this when runtime option -f is being used.

Use syslog(3) mechanism to send logging events to system syslogd(8), When running under chroot(2) this may require that the syslogd is configured to have log event receiving named socket within that chroot area.

The logging goes to configured directory using file names: aprsc.log, and aprsc.access.log. which autorotate with up to N older versions, each with M megabytes of size when the rotation happens. Configuration of N and M is done with aprsc.conf(7).

To be written..

https://groups.google.com/forum/#!forum/aprsc

Matti Aarnio OH2MQK (man page), Heikki Hannikainen OH7LZB (main software), Javier Henderson K4JH (lots of feedback).

2.1.10-gd72a17c - 2025 July 04

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.