Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"bitwarden.sh start" does not work #3901

Closed
1 task done
bedenko opened this issue Mar 15, 2024 · 1 comment
Closed
1 task done

"bitwarden.sh start" does not work #3901

bedenko opened this issue Mar 15, 2024 · 1 comment
Labels

Comments

@bedenko
Copy link

bedenko commented Mar 15, 2024

Steps To Reproduce

No containers:

# docker ps -a
CONTAINER ID   IMAGE     COMMAND   CREATED   STATUS    PORTS     NAMES

Start bitwarden.sh:

# ./bitwarden.sh start
 _     _ _                         _            
| |__ (_) |___      ____ _ _ __ __| | ___ _ __  
| '_ \| | __\ \ /\ / / _` | '__/ _` |/ _ \ '_ \ 
| |_) | | |_ \ V  V / (_| | | | (_| |  __/ | | |
|_.__/|_|\__| \_/\_/ \__,_|_|  \__,_|\___|_| |_|

Open source password management solutions
Copyright 2015-2024, 8bit Solutions LLC
https://bitwarden.com, https://github.com/bitwarden

===================================================

WARNING: This script is running as the root user!
If you are running a standard deployment this script should be running as a dedicated Bitwarden User as per the documentation.
Do you still want to continue? (y/n): y
Continuing....
bitwarden.sh version 2024.2.3
Docker version 24.0.5, build %{shortcommit_cli}
Docker Compose version v2.24.6

[+] Pulling 11/11
 ✔ icons Pulled                                                                                                                                                                                                                          1.2s 
 ✔ mssql Pulled                                                                                                                                                                                                                          1.2s 
 ✔ api Pulled                                                                                                                                                                                                                            1.2s 
 ✔ web Pulled                                                                                                                                                                                                                            1.2s 
 ✔ identity Pulled                                                                                                                                                                                                                       1.2s 
 ✔ attachments Pulled                                                                                                                                                                                                                    1.2s 
 ✔ events Pulled                                                                                                                                                                                                                         1.2s 
 ✔ nginx Pulled                                                                                                                                                                                                                          1.2s 
 ✔ sso Pulled                                                                                                                                                                                                                            1.2s 
 ✔ admin Pulled                                                                                                                                                                                                                          1.2s 
 ✔ notifications Pulled                                                                                                                                                                                                                  1.2s 
[+] Running 0/0
 ⠋ Container bitwarden-web            Creating                                                                                                                                                                                           0.0s 
 ⠋ Container bitwarden-mssql          Creating                                                                                                                                                                                           0.0s 
 ⠋ Container bitwarden-icons          Creating                                                                                                                                                                                           0.0s 
 ⠋ Container bitwarden-events         Creating                                                                                                                                                                                           0.0s 
 ⠋ Container bitwarden-notifications  Creating                                                                                                                                                                                           0.0s 
 ⠋ Container bitwarden-attachments    Creating                                                                                                                                                                                           0.0s 
 ⠋ Container bitwarden-sso            Creating                                                                                                                                                                                           0.0s 
 ⠋ Container bitwarden-api            Creating                                                                                                                                                                                           0.0s 
 ⠋ Container bitwarden-identity       Creating                                                                                                                                                                                           0.0s 
Error response from daemon: Conflict. The container name "/bitwarden-identity" is already in use by container "c8d8ec8946013fc4000051cfdd8a99d1da25a5859095bd074cfe10612fb25453". You have to remove (or rename) that container to be able to reuse that name.

Created containers:

# docker ps -a
CONTAINER ID   IMAGE                              COMMAND            CREATED         STATUS    PORTS     NAMES
d3c3a0eca5a8   bitwarden/web:2024.2.5             "/entrypoint.sh"   6 seconds ago   Created             bitwarden-web
3f8a06bc32af   bitwarden/attachments:2024.2.3     "/entrypoint.sh"   6 seconds ago   Created             bitwarden-attachments
1755e86a321c   bitwarden/mssql:2024.2.3           "/entrypoint.sh"   6 seconds ago   Created             bitwarden-mssql
b31efc0ce462   bitwarden/notifications:2024.2.3   "/entrypoint.sh"   6 seconds ago   Created             bitwarden-notifications

Expected Result

bitwarden to start up.

Actual Result

Bitwarden does not start up

Screenshots or Videos

No response

Additional Context

No response

Build Version

2024.2.3

Environment

Self-Hosted

Environment Details

Linux 6.6.13-200.fc39.x86_64

Issue Tracking Info

  • I understand that work is tracked outside of Github. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress.
@bedenko bedenko added the bug label Mar 15, 2024
@bedenko
Copy link
Author

bedenko commented Mar 15, 2024

Sorry, scratch that. It works now.
Reboot helped.
For clearance: i have Fedora CoreOS and looks like i was in a middle of zincati upgrade.

@djsmith85 djsmith85 closed this as not planned Won't fix, can't repro, duplicate, stale Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants