LinuxGSM icon indicating copy to clipboard operation
LinuxGSM copied to clipboard

[Project Zomboid] Missing dependencies: rng-tools on server startup [BUG]

Open fallen-seraph opened this issue 2 years ago • 3 comments

Basic info

  • Distro: Ubuntu 22.04
  • Game: Project Zomboid
  • Command: /pzserver start
  • LinuxGSM version: [v20.1.3]

Further Information

A clear description of what the bug is and any ideas on how to resolve it. Plus any further context that might be relevant to the issue.

To Reproduce

Steps to reproduce the behaviour:

  1. Go to run ./pzserver start after initial setup
  2. See error

Expected behaviour

Start PZserver without missing dependancy error which tries to install dependancy every startup

fallen-seraph avatar Jun 28 '22 23:06 fallen-seraph

Update file: lgsm/data/ubuntu-22.04.csv

Line 80: pz,openjdk-16-jre,rng-tools

to read

pz,openjdk-16-jre,rng-tools-debian

I've not done a pull request before so I don't want to mess it up :(

fallen-seraph avatar Jun 28 '22 23:06 fallen-seraph

also on Ubuntu 22.04 LTS and encountering this error.

wargamesqcf avatar Jun 29 '22 22:06 wargamesqcf

Created a PR to fix this, also added a update for java as well to use the later LTS version.

h3o66 avatar Jun 30 '22 17:06 h3o66

I don't believe this is actually completed, I'm still receiving this error. Additionally, now the line fix of line 80@ /home/pzserver/lgsm/data/ubuntu-22.04.csv

no longer works and has changed to line 81.

willyum000 avatar Feb 05 '23 08:02 willyum000

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

github-actions[bot] avatar Feb 12 '24 00:02 github-actions[bot]