Error after podman container startup #2715

Closed
opened 2026-04-06 03:58:23 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @filovitch on 11/19/2020

Hi everyone,
When I start a birtwarden_rs rootless container under podman, I have this error at startup.

[filovitch@podman-host podman]$ podman run -d --name bitwarden -v /home/filovitch/podman/bitwarden/data/:/data/:Z -e ROCKET_PORT=8080 -e LOG_FILE=/data/bitwarden.log -p 8081:8080 docker.io/bitwardenrs/server:latest
ERRO[0000] exit status 1                                
ERRO[0000] Unit 5ffc321833dedb69b7b9c32e053e6136ae9c9d47073def6cc65cf1f7c895bd06.service not found. 
5ffc321833dedb69b7b9c32e053e6136ae9c9d47073def6cc65cf1f7c895bd06
[filovitch@podman-host podman]$ cat bitwarden/data/bitwarden.log 
[2020-11-19 07:33:06.369][start][INFO] Rocket has launched from http://0.0.0.0:8080  
[filovitch@podman-host podman]$ podman logs bitwarden
/--------------------------------------------------------------------\
|                       Starting Bitwarden_RS                        |
|                           Version 1.17.0                           |
|--------------------------------------------------------------------|
| This is an *unofficial* Bitwarden implementation, DO NOT use the   |
| official channels to report bugs/features, regardless of client.   |
| Send usage/configuration questions or feature requests to:         |
|   https://bitwardenrs.discourse.group/                             |
| Report suspected bugs/issues in the software itself at:            |
|   https://github.com/dani-garcia/bitwarden_rs/issues/new           |
\--------------------------------------------------------------------/

[2020-11-19 07:33:06.369][start][INFO] Rocket has launched from http://0.0.0.0:8080
[filovitch@podman-host podman]$ 

The container is running but I suppose this error is not normal.

My config is:

[filovitch@podman-host podman]$ cat /etc/redhat-release 
CentOS Linux release 8.2.2004 (Core) 
[filovitch@podman-host podman]$ podman version
Version:            1.6.4
RemoteAPI Version:  1
Go Version:         go1.13.4
OS/Arch:            linux/amd64
*Originally created by @filovitch on 11/19/2020* Hi everyone, When I start a birtwarden_rs rootless container under podman, I have this error at startup. ``` [filovitch@podman-host podman]$ podman run -d --name bitwarden -v /home/filovitch/podman/bitwarden/data/:/data/:Z -e ROCKET_PORT=8080 -e LOG_FILE=/data/bitwarden.log -p 8081:8080 docker.io/bitwardenrs/server:latest ERRO[0000] exit status 1 ERRO[0000] Unit 5ffc321833dedb69b7b9c32e053e6136ae9c9d47073def6cc65cf1f7c895bd06.service not found. 5ffc321833dedb69b7b9c32e053e6136ae9c9d47073def6cc65cf1f7c895bd06 [filovitch@podman-host podman]$ cat bitwarden/data/bitwarden.log [2020-11-19 07:33:06.369][start][INFO] Rocket has launched from http://0.0.0.0:8080 [filovitch@podman-host podman]$ podman logs bitwarden /--------------------------------------------------------------------\ | Starting Bitwarden_RS | | Version 1.17.0 | |--------------------------------------------------------------------| | This is an *unofficial* Bitwarden implementation, DO NOT use the | | official channels to report bugs/features, regardless of client. | | Send usage/configuration questions or feature requests to: | | https://bitwardenrs.discourse.group/ | | Report suspected bugs/issues in the software itself at: | | https://github.com/dani-garcia/bitwarden_rs/issues/new | \--------------------------------------------------------------------/ [2020-11-19 07:33:06.369][start][INFO] Rocket has launched from http://0.0.0.0:8080 [filovitch@podman-host podman]$ ``` The container is running but I suppose this error is not normal. My config is: ``` [filovitch@podman-host podman]$ cat /etc/redhat-release CentOS Linux release 8.2.2004 (Core) [filovitch@podman-host podman]$ podman version Version: 1.6.4 RemoteAPI Version: 1 Go Version: go1.13.4 OS/Arch: linux/amd64 ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#2715