mirror of
https://github.com/ovh/the-bastion.git
synced 2026-05-09 16:35:33 +02:00
[GH-ISSUE #473] Error when installing with ttyrec #122
Labels
No labels
answered
bug
documentation
enhancement
enhancement
feature
feature
kept-open-for-info
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/the-bastion#122
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @Seyfle on GitHub (Apr 22, 2024).
Original GitHub issue: https://github.com/ovh/the-bastion/issues/473
Hello,
I'm trying to install the bastion without docker, when I run the command
/opt/bastion/bin/admin/install --new-installI have the following error~ [!] Couldn't chown ttyrec directory (Invalid argument).Did I do something wrong ?
Thanks for your reply :).
@codyro commented on GitHub (Apr 22, 2024):
What version of Perl are you running?
@Seyfle commented on GitHub (Apr 22, 2024):
Hello Cody,
I'm using Perl v5.30.0.
@dwydler commented on GitHub (May 3, 2024):
Which operating system and version do you use?
@speed47 commented on GitHub (Jul 3, 2024):
@Seyfle This is as if the accountCreate helper got invalid arguments from the accountCreate plugin, regarding the UID to use, which shouldn't happen. Without more info or debug logs, I can't investigate.
Please enable debug (https://ovh.github.io/the-bastion/administration/configuration/bastion_conf.html?highlight=debug#debug), retry, and post the logs here if you still have the error.
@speed47 commented on GitHub (Oct 16, 2024):
Closing as inactive, please reopen with the debug logs if needed :)
@Hugo1380 commented on GitHub (Jan 9, 2025):
I had a similar error, I don't know if it was exactly the same error, but for me the problem was that I had installed The Bastion on an unprivileged Proxmox container. After several retries, I tried using a privileged container, which seems to be the solution in my case.
My guess, which needs to be confirmed, is that in unprivileged mode the container cannot create an account if the UUIDs are 99999 and 99998.
I hope this can helps others.