Unable to install PaperMC

Creating a bug report/issue

Required Information

  • DietPi version |
    G_DIETPI_VERSION_CORE=8
    G_DIETPI_VERSION_SUB=20
    G_DIETPI_VERSION_RC=1
    G_GITBRANCH=‘master’
    G_GITOWNER=‘MichaIng’
    G_LIVE_PATCH_STATUS[0]=‘applied’
  • Distro version | bullseye 0
  • Kernel version | Linux DietPi 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux
  • Architecture | arm64
  • SBC model | RPi 4 Model B (aarch64)
  • Power supply used | not sure, from vilros
  • SD card used | 128 GB SanDisk extreme

Additional Information (if applicable)

  • Software title | PaperMC (181)
  • Was the software title installed freshly or updated/migrated? Freshly
  • Can this issue be replicated on a fresh installation of DietPi? Should be possible
    ← If you sent a “dietpi-bugreport”, please paste the ID here →
  • Bug report ID | a249075b-d095-4bd9-b2ed-be03efd22c47

Steps to reproduce

  1. Enter dietpi-software, attempt to install PaperMC

Expected behaviour

  • PaperMC installing

Actual behaviour

  • The “chown -R papermc:papermc /mnt/dietpi_userdata/papermc” command, which is part of the installation, fails to run.

Extra details

  • Installing without Geyser/Floodgate

Can you share the full error message please?

checked the bug report and it seems issue is following

chown: invalid group: ‘papermc:papermc’

Which is strange as the primary group is always pre-created and defaults to same name as user for new users. Just tested on a demo system without issues.

Can you share following

tail -5 /etc/group
frp:x:993:
postgres:x:122:
jellyfin:x:123:
postfix:x:119:
postdrop:x:120:

can you check following

getent group papermc

if it doesn’t return anything, create the group manually and rerun the installation

groupadd -r papermc
dietpi-sotware install 181