mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Unable to generate new reverse proxy #204
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @martin-77 on 7/29/2024
CloudPanel version(s) affected
2.4.2
Description
running instance of cloudpanel - each minor-update made since 2.0 or 2.1, not sure. from time to time I made manual updates by apt update && apt upgrade.
Existing sites are running fine, on generating a new reverse proxy, this error occurs:
An error has occurred, error message: Command " : /usr/bin/sudo /usr/sbin/useradd -p $(/usr/bin/sudo /usr/bin/cat /tmp/.clp_tmp_e95bc231738dcc32f8ad71230e73fbfdcc990002 | /usr/bin/openssl passwd -6 -stdin) -m 'bumms-test' -k '/home/clp/htdocs/app/files/resources/etc/skel/site-user' -s '/bin/bash' -d '/home/bumms-test' " failed, error message: configuration error - unknown item 'NONEXISTENT' (notify administrator) configuration error - unknown item 'PREVENT_NO_AUTH' (notify administrator) configuration error - unknown item 'NONEXISTENT' (notify administrator) configuration error - unknown item 'PREVENT_NO_AUTH' (notify administrator)Fun Fact: the user and the group bumms-test is generated.
when deleting by userdel bumms-test next error occurs:
the folder bumms-test is generated with fitting user and group
How to reproduce
Try to generate a new reverse proxy from gui
Possible Solution
no idea how to fix
Additional Context