Troubleshooting
DocMoto server fails to install on Catalina Server
If users have issues installing the DocMoto server on macOS Catalina server version failing to install follow these steps:
- Open Terminal application.
- Sign in as the machine's super user by typing:
sudo -s
- Enter the super user password and press enter.
- Change directory to /etc:
cd /etc
- Create a file named sysctl.conf:
touch sysctl.conf
- Edit the sysctl.conf file. To open type:
vi sysctl.conf
- Enter i to access Insert mode.
- Copy and paste the following syntax:
kern.sysv.shmmax=4194304 kern.sysv.shmmin=1 kern.sysv.shmmni=32 kern.sysv.shmseg=8 kern.sysv.shmall=1024
- Save the file by typing:
:x
- Reboot the machine.
- Install DocMoto server.
- Install DocMotoServer.prefpane.