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

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
install:nix:createdir [2010/02/23 17:18] deuceinstall:nix:createdir [2010/02/23 17:18] deuce
Line 10: Line 10:
  
 ===== Common Errors ===== ===== Common Errors =====
- 
-[[http://xkcd.com/149/|{{ http://imgs.xkcd.com/comics/sandwich.png|Proper User Policy apparently means Simon Says.}}]] 
  
   mkdir: cannot create directory `/sbbs': Permission denied   mkdir: cannot create directory `/sbbs': Permission denied
   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''