All public logs

Jump to navigation Jump to search

Combined display of all available logs of Pavlov VR Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 16:23, 23 February 2023 MessiahPenguin talk contribs created page Troubleshooting Servers (Created page with "== Troubleshooting == To run the server without outputting the heartbeat: <pre>./PavlovServer.sh | sed '/heartbeat/d'</pre> To monitor the logs (without heartbeat) from another terminal: <pre>tail -f -n10000 /home/steam/pavlovserver/Pavlov/Saved/Logs/Pavlov.log | grep -v 'Sending heartbeat to masterserver'</pre> Check your CPU Clock Speed with: <pre>lscpu | grep MHz</pre> === Server won't start === Error message: <pre> ln: failed to create hard link '/home/steam/...")