1. download Mapple-BBS at
http://processor.tfcis.org/~itoc/doc/101_install.htm
2.
-root- # mkdir /home/bbs
-root- # vipw
// bsd
bbs:*:9999:99::0:0:BBS Administrator:/home/bbs:/bin/tcsh
// linux
bbs:x:9999:999:BBS Administrator:/home/bbs:/bin/bash
-root- # joe /etc/group
// bsd
bbs:*:99:bbs
// linux
bbs:*:999:bbs
shell:
You have modified /etc/passwd.
You may need to modify /etc/shadow for consistency.
Please use the command `vipw -s' to do so.
-root- # passwd bbs
shell:
passwd: Authentication service cannot retrieve authentication info
passwd: password unchanged
// probably cause edit /etc/shadow failed
then manually edit vi /etc/shadow
or the above might replace by simply using "adduser bbs" command
-root- # tar xvfz /tmp/MapleBBS-3.10-20yymmdd-PACK.tgz -C /home/
-root- # chown -R bbs:bbs /home/bbs
2/28/2008
Mapple-bbs on Ubuntu
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment