mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #1210] issue after installation #856
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#856
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 @valderaplets on GitHub (Oct 31, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1210
Hi i have this issue after installing bitwarden with rust :
i don't understand why ...
this is my config :
and
and
and the systemd :
@valderaplets commented on GitHub (Oct 31, 2020):
If i run the script in command line, is OK. But not with systemd
@mqus commented on GitHub (Nov 1, 2020):
Hm... To me this looks like an issue with the counts of e.g. nproc or nofile. What is your system setup? Do you run this in a VM/Container? in a shared host? What OS/Distribution (and version) do you use?
Grawlinson got a very similar issue while trying to run bitwarden_rs in a LXC container and solved it by removing the LIMITNPROC line in the systemd file[1]
[1] https://aur.archlinux.org/packages/bitwarden_rs/#pinned-729736
@valderaplets commented on GitHub (Nov 1, 2020):
yes in a container LXC. debian 10.6
thank, it's works !
perfect =)