• [wiki.synchro.net] page changed: service:ircd

    From wiki.synchro.net@VERT to All on Thu Dec 20 17:00:36 2018
    Wiki edit of http://wiki.synchro.net/service:ircd by wkitty42:
    [Introduction] tobe -> to be
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From wiki.synchro.net@VERT to All on Thu Dec 20 17:03:55 2018
    Wiki edit of http://wiki.synchro.net/service:ircd by wkitty42:
    [Installation] code tags around conf lines for readability
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From wiki.synchro.net@VERT to All on Thu Dec 20 17:54:35 2018
    Wiki edit of http://wiki.synchro.net/service:ircd by wkitty42:
    [Linking to the Synchronet IRC Network (irc.synchro.net)] code tags around conf and log examples
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Nightfox@VERT/DIGDIST to wiki.synchro.net on Sat Dec 22 10:54:05 2018
    Re: [wiki.synchro.net] page changed: service:ircd
    By: wiki.synchro.net to All on Thu Dec 20 2018 05:00 pm

    Wiki edit of http://wiki.synchro.net/service:ircd by wkitty42: [Introduction] tobe -> to be

    Or not to be.. That's the question.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From mark lewis@VERT to Nightfox on Sun Dec 23 12:37:16 2018
    On 2018 Dec 22 10:54:04, you wrote to wiki.synchro.net:

    Wiki edit of http://wiki.synchro.net/service:ircd by wkitty42:
    [Introduction] tobe -> to be

    Or not to be.. That's the question.

    i was wondering who would make that comment :lol:

    )\/(ark

    Always Mount a Scratch Monkey
    Do you manage your own servers? If you are not running an IDS/IPS yer doin' it wrong...
    ... On a hot day, refresh yourself with a cold war - Leninade
    ---
    * Origin: (1:3634/12.73)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From wiki.synchro.net@VERT to All on Wed Mar 4 11:56:20 2020
    Wiki edit of http://wiki.synchro.net/service:ircd by nelgin:
    Added ipv6 oline to faq
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From wiki.synchro.net@VERT to All on Fri Nov 13 21:25:39 2020
    Wiki edit of http://wiki.synchro.net/service:ircd by mlong:
    [Using JSexec to run the IRCd] with systemd
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From wiki.synchro.net@VERT to All on Fri Nov 13 21:30:07 2020
    Wiki edit of http://wiki.synchro.net/service:ircd by mlong:
    [Using JSexec with systemd] syslog
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From wiki.synchro.net@VERT to All on Fri Nov 13 22:12:41 2020
    Wiki edit of http://wiki.synchro.net/service:ircd by mlong:
    [Using JSexec with systemd] A includes S
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From mlong@VERT to wiki.synchro.net on Mon Jan 11 12:59:37 2021
    Wiki edit of http://wiki.synchro.net/service:ircd by mlong:
    secure connections on ircd
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From digital man@VERT to wiki.synchro.net on Mon Jan 11 17:05:07 2021
    Wiki edit of http://wiki.synchro.net/service:ircd by digital man:
    [Using JSexec with systemd] type=simple is wrong for daemonized program (sbbs -d)
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From digital man@VERT to wiki.synchro.net on Mon Jan 11 17:06:06 2021
    Wiki edit of http://wiki.synchro.net/service:ircd by digital man:
    [Using JSexec with systemd] whoops. changed the wrong service file
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Dream Master@VERT/CIAD to digital man on Mon Jan 11 22:11:00 2021
    Re: [wiki.synchro.net] page changed: service:ircd
    By: digital man to wiki.synchro.net on Mon Jan 11 2021 05:05 pm

    Wiki edit of http://wiki.synchro.net/service:ircd by digital man:
    [Using JSexec with systemd] type=simple is wrong for daemonized program (sbbs -d)

    You can also be a little creative this way too:

    [Unit]
    Description=Synchronet BBS IRCD
    After=syslog.target network.target

    [Service]
    Type=simple
    Environment=SBBSROOT=/sbbs SBBSCTRL=/sbbs/ctrl SBBSEXEC=/sbbs/exec/
    User=sbbs
    Group=sbbs
    StandardOutput=syslog
    StandardError=inherit
    SyslogIdentifier=sbbs-ircd
    SyslogFacility=local4
    ExecStart=/sbbs/exec/jsexec -A -l /sbbs/exec/ircd.js

    [Install]
    WantedBy=default.target

    Explain why you think Type=forking is appropriate. Does jsexec -A -I daemonize the process? The switches indicate that all logging should go to stdout and to continue looping until terminated.

    Dream Master

    ---
    þ Synchronet þ Caught in a Dream - Coming Soon!
  • From Digital Man@VERT to Dream Master on Mon Jan 11 23:56:04 2021
    Re: [wiki.synchro.net] page changed: service:ircd
    By: Dream Master to digital man on Mon Jan 11 2021 10:11 pm

    Re: [wiki.synchro.net] page changed: service:ircd
    By: digital man to wiki.synchro.net on Mon Jan 11 2021 05:05 pm

    Wiki edit of http://wiki.synchro.net/service:ircd by digital man:
    [Using JSexec with systemd] type=simple is wrong for daemonized program (sbbs -d)

    You can also be a little creative this way too:

    [Unit]
    Description=Synchronet BBS IRCD
    After=syslog.target network.target

    [Service]
    Type=simple
    Environment=SBBSROOT=/sbbs SBBSCTRL=/sbbs/ctrl SBBSEXEC=/sbbs/exec/
    User=sbbs
    Group=sbbs
    StandardOutput=syslog
    StandardError=inherit
    SyslogIdentifier=sbbs-ircd
    SyslogFacility=local4
    ExecStart=/sbbs/exec/jsexec -A -l /sbbs/exec/ircd.js

    [Install]
    WantedBy=default.target

    Explain why you think Type=forking is appropriate. Does jsexec -A -I daemonize the process?

    No. I followed up that wiki page edit with another that fixed that.
    --
    digital man

    Sling Blade quote #12:
    Karl (re hammer): I don't rightly know. I just kinda woke up holding it.
    Norco, CA WX: 57.5øF, 26.0% humidity, 0 mph SW wind, 0.00 inches rain/24hrs
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Andre@VERT to wiki.synchro.net on Sat Feb 12 18:03:57 2022
    Wiki edit of http://wiki.synchro.net/service:ircd by Andre:
    [About this document] Fixed knowledge pre-reqs bullet list formatting.
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From nelgin@VERT to wiki.synchro.net on Mon Feb 27 00:18:07 2023
    Wiki edit of http://wiki.synchro.net/service:ircd by nelgin:
    [Linking to the Synchronet IRC Network (irc.synchro.net)] Added touch to recycle ircd
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From digital man@VERT to wiki.synchro.net on Sat Sep 9 10:40:27 2023
    Wiki edit of http://wiki.synchro.net/service:ircd by digital man:
    [Using JSexec with systemd] Refer to the ircd.service file from the Git repo instead of copy/pasting stale example here
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net