• Here I am again...

    From Flavio Bessa@4:80/1 to All on Sun Jan 30 14:28:11 2022
    Hello,

    Ok, here I am with some new JAMNNTPD questions.

    I have been playing around with raspberry pi, and would like to try to use jamnntpd with it.

    I was able to donwload it and install using apt-get install jamnntpd, and it
    is now running as a service into my system.

    Question is: How do I generate a config file for it, and where should it be located?

    Regards,
    Flavio
    --- Mystic BBS v1.12 A46 2020/08/26 (Linux/64)
    * Origin: Fidonet Brasil - R80 Internet Gateway (4:80/1)
  • From Oli@2:280/464.47 to Flavio Bessa on Sun Jan 30 19:43:12 2022
    Flavio wrote (2022-01-30):

    Hello,

    Ok, here I am with some new JAMNNTPD questions.

    I have been playing around with raspberry pi, and would like to try to use jamnntpd with it.

    I was able to donwload it and install using apt-get install jamnntpd, and it is now running as a service into my system.

    Question is: How do I generate a config file for it, and where should it be located?

    pi@raspberrypi:~ $ ls -l /etc/jamnntpd.*
    -rw-rw-r-- 1 root ftn 521 Oct 4 2019 /etc/jamnntpd.allow
    -rw-r--r-- 1 root ftn 170 Jan 9 11:04 /etc/jamnntpd.config
    -rw-rw-r-- 1 root ftn 3634 Jan 27 11:45 /etc/jamnntpd.groups
    -rw-rw-r-- 1 root ftn 1200 Oct 25 2019 /etc/jamnntpd.users
    -rw-rw-r-- 1 root ftn 2854 Sep 15 14:05 /etc/jamnntpd.xlat

    ---
    * Origin: Birds aren't real (2:280/464.47)
  • From Tommi Koivula@2:221/1 to Flavio Bessa on Sun Jan 30 22:02:13 2022
    Hi Flavio.

    30 Jan 22 14:28, you wrote to All:

    I have been playing around with raspberry pi, and would like to try to use jamnntpd with it.

    I was able to donwload it and install using apt-get install jamnntpd, and it
    is now running as a service into my system.

    Question is: How do I generate a config file for it, and where should it be
    located?

    jamnntpd -create /etc/jamnntpd.config

    'Tommi

    --- GoldED+/LNX 1.1.5-b20210402
    * Origin: rpi.rbb.bbs.fi (2:221/1)
  • From Oli@2:280/464.47 to Tommi Koivula on Sun Jan 30 21:13:39 2022
    Tommi wrote (2022-01-30):

    Question is: How do I generate a config file for it, and where
    should it be located?

    jamnntpd -create /etc/jamnntpd.config

    Debian/Ubuntu also has /etc/default/jamnntpd

    IIRC you have to comment out the DAEMON_ARGS line or it will override the options in /etc/jamnntpd.config

    ---
    * Origin: Birds aren't real (2:280/464.47)
  • From Tommi Koivula@2:221/1 to Oli on Thu Feb 3 20:13:54 2022
    On 30.1.2022 22:13, Oli -> Tommi Koivula :

    Question is: How do I generate a config file for it, and where
    should it be located?

    jamnntpd -create /etc/jamnntpd.config

    Debian/Ubuntu also has /etc/default/jamnntpd

    IIRC you have to comment out the DAEMON_ARGS line or it will override
    the options in /etc/jamnntpd.config

    I never noticed that default file... Just commented out DAEMON_ARGS line. I see nothing different. Well, it says: "# Additional options that are passed to the Daemon." So nothing additional. :)

    I run Jamnntpd on Linux (Ubuntu) only in this rpi2 test system.

    'Tommi

    ---
    * Origin: rbb.fidonet.fi (2:221/1.0)
  • From Oli@2:280/464.47 to Tommi Koivula on Thu Feb 3 22:33:39 2022
    Tommi wrote (2022-02-03):

    On 30.1.2022 22:13, Oli -> Tommi Koivula :

    Debian/Ubuntu also has /etc/default/jamnntpd

    IIRC you have to comment out the DAEMON_ARGS line or it will override
    the options in /etc/jamnntpd.config

    I never noticed that default file... Just commented out DAEMON_ARGS line.
    I see nothing different. Well, it says: "# Additional options that are
    passed to the Daemon." So nothing additional. :)

    I run Jamnntpd on Linux (Ubuntu) only in this rpi2 test system.

    If you have the same option in jamnntpd.config and in /etc/default/jamnntpd, the one in DAEMON_ARGS line is used. See my origin line.

    /etc/jamnntpd.config:
    -origin "Birds aren't real"

    /etc/default/jamnntpd:
    DAEMON_ARGS="-origin DAEMON_ARGS"

    ---
    * Origin: DAEMON_ARGS (2:280/464.47)
  • From Paul Quinn@3:640/1138 to Oli on Sat Feb 5 19:46:34 2022
    Hi! Oli,

    On 4/2/22 07:33, Oli wrote to Tommi Koivula:

    I run Jamnntpd on Linux (Ubuntu) only in this rpi2 test system.

    This test with NNTP runs in a (512Mb) RAM VM with an old Puppy Linux v4.21[2008](Linux 2.6.25.16), with Mystic 1.12A47 (as a tosser, four times an hour) and an old binkD Tommi spotted the other day.

    If you have the same option in jamnntpd.config and in /etc/default/jamnntpd, the one in DAEMON_ARGS line is used. See my
    origin line.

    /etc/jamnntpd.config:
    -origin "Birds aren't real"

    /etc/default/jamnntpd:
    DAEMON_ARGS="-origin DAEMON_ARGS"

    ---
     * Origin: DAEMON_ARGS (2:280/464.47)

    Args? What args? Pirate country?

    I've only ever used an original config; I never knew about the a-a-g-s. :)

    Cheers,
    Paul.

    --- Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0
    * Origin: Paul's private test node (3:640/1138)
  • From Tommi Koivula@2:221/1 to Paul Quinn on Sun Feb 6 22:18:45 2022
    On 5.2.2022 11:46, Paul Quinn wrote:

    Hi! Oli,

    On 4/2/22 07:33, Oli wrote to Tommi Koivula:

    I run Jamnntpd on Linux (Ubuntu) only in this rpi2 test system.

    This test with NNTP runs in a (512Mb) RAM VM with an old Puppy Linux v4.21[2008](Linux 2.6.25.16), with Mystic 1.12A47 (as a tosser, four
    times an hour) and an old binkD Tommi spotted the other day.

    I did? Oh yes, I remember now. :)

    ---
    * Origin: nntp://rbb.fidonet.fi - Lake Ylo - Finland (2:221/1.0)
  • From Flavio Bessa@4:801/188 to Oli on Mon Feb 21 13:04:41 2022
    On 30 Jan 2022, Oli said the following...

    pi@raspberrypi:~ $ ls -l /etc/jamnntpd.*
    -rw-rw-r-- 1 root ftn 521 Oct 4 2019 /etc/jamnntpd.allow
    -rw-r--r-- 1 root ftn 170 Jan 9 11:04 /etc/jamnntpd.config
    -rw-rw-r-- 1 root ftn 3634 Jan 27 11:45 /etc/jamnntpd.groups
    -rw-rw-r-- 1 root ftn 1200 Oct 25 2019 /etc/jamnntpd.users
    -rw-rw-r-- 1 root ftn 2854 Sep 15 14:05 /etc/jamnntpd.xlat

    Thanks! Files are there, was able to edit the config.

    ... Press SPACEBAR once to abort, or twice to save changes

    --- Mystic BBS v1.12 A47 2021/12/25 (macOS/64)
    * Origin: Saturn's Orbit BBS - Private System (4:801/188)