/[LeafOK_CVS]/lbbs/INSTALL.md
ViewVC logotype

Diff of /lbbs/INSTALL.md

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.4 by sysadm, Sun Oct 5 13:08:25 2025 UTC Revision 1.5 by sysadm, Sun Oct 12 13:01:15 2025 UTC
# Line 26  To install LBBS, please perform the foll Line 26  To install LBBS, please perform the foll
26     sudo useradd bbs     sudo useradd bbs
27    
28  5) Install binary files and data files    5) Install binary files and data files  
29     sudo make install     sudo make install  
30       chown -R bbs:bbs /usr/local/lbbs
31    
32  6) Modify following configuration files    6) Modify following configuration files  
33     Default configuration files is saved as *.default, you should rename them first.       Default configuration files is saved as *.default, you should rename them first.  
# Line 41  To install LBBS, please perform the foll Line 42  To install LBBS, please perform the foll
42     ssh-keygen -t rsa -C "Your Server Name" -f ssh_host_rsa_key     ssh-keygen -t rsa -C "Your Server Name" -f ssh_host_rsa_key
43    
44  9) Startup    9) Startup  
45     sudo /usr/local/lbbs/bin/bbsd     sudo -u bbs /usr/local/lbbs/bin/bbsd
46    
47  10) Set up systemd    10) Set up systemd  
48     Create your own /usr/lib/systemd/system/lbbs.service from the sample at conf/lbbs.service.default, and make any change if necessary.       Create your own /usr/lib/systemd/system/lbbs.service from the sample at conf/lbbs.service.default, and make any change if necessary.  
49     Reload daemon config and start the service.       Reload daemon config and start the service.  
50    
51    11) Cleanup on abnormal service termination  
52       In case of any unexpected failure or improper operation which results in abnormal termination of lbbs process, manual cleanup of shared memory / semaphore might be required before re-launch the process. Run the following command to check first:  
53       sudo -u bbs ipcs  
54       There should be no item owned by bbs. Otherwise, run the following command to cleanup:  
55       sudo -u bbs ipcrm -a


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1