Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
install:nix:createdir [2010/02/23 16:49] – created deuceinstall:nix:createdir [2010/02/23 17:18] deuce
Line 1: Line 1:
 ====== Installation directory ====== ====== Installation directory ======
  
-The installation directory is the parent directory of your entire BBS.  All of the [[directories:index|directories]] are created in here.+The installation directory is the parent directory of your entire BBS.  All of the [[dir:index|directories]] are created in here.
  
 ===== Discussion ===== ===== Discussion =====
Line 14: Line 14:
   ln: creating symbolic link `/home/~sbbs' to `~sbbs': Permission denied   ln: creating symbolic link `/home/~sbbs' to `~sbbs': Permission denied
   useradd: unable to lock password file   useradd: unable to lock password file
 +
 +[[http://xkcd.com/149/|{{ http://imgs.xkcd.com/comics/sandwich.png|Proper User Policy apparently means Simon Says.}}]]
 You do not have permissions to perform the specified action. You do not have permissions to perform the specified action.
   * Generally, only root can add users and modify the / directory.  If you //are// the administrator, prefix the command line with ''sudo'' ie: ''sudo mkdir /sbbs''   * Generally, only root can add users and modify the / directory.  If you //are// the administrator, prefix the command line with ''sudo'' ie: ''sudo mkdir /sbbs''
Line 19: Line 21:
   * Use a subdirectory of your home directory to install Synchronet.   * Use a subdirectory of your home directory to install Synchronet.
  
-  \-bash: useradd: command not found+<code>-bash: useradd: command not found</code>
 There are a few possibliities here: There are a few possibliities here:
   - You do not have the correct search path.   - You do not have the correct search path.
Line 29: Line 31:
  
   sudo useraded -m -n sbbs   sudo useraded -m -n sbbs
 +
   * Ask your system administrator to create a new user for you.   * Ask your system administrator to create a new user for you.
   * Use a subdirectory of your home directory to install Synchronet.   * Use a subdirectory of your home directory to install Synchronet.