!RCGCDJxOHaxcHBDHCI:matrix.org

vaultwarden

1189 Members
Bitwarden API server written in Rust: https://github.com/dani-garcia/vaultwarden | https://github.com/dani-garcia/vaultwarden/releases/tag/1.31.0354 Servers

Load older messages


SenderMessageTime
26 Jul 2024
@blackdex:matrix.orgBlackDexI'm also not seeing that error at all. Not via FireFox or Chrome/Chromium08:46:54
@jakob:schuerz.atJakobimage.png
Download image.png
08:47:41
@jakob:schuerz.atJakobimage.png
Download image.png
08:47:56
@jakob:schuerz.atJakobThis is the dev-console in firefox when i reload my vault. 08:48:11
@blackdex:matrix.orgBlackDexLooks like cache or something else too me that quickly. But not sure08:49:03
@jakob:schuerz.atJakobnow it is empty again and the js-console says on reload 08:50:06
@jakob:schuerz.atJakobimage.png
Download image.png
08:50:07
@blackdex:matrix.orgBlackDexWhich web-vault version are you using?08:50:11
@blackdex:matrix.orgBlackDexBecause empty vault is a known issue of an older web-vault version08:50:33
@jakob:schuerz.atJakobpuh.... just from the container vaultwarden:latest 08:50:40
@jakob:schuerz.atJakob
In reply to @jakob:schuerz.at

hi guys i have a BIG Problem...
Yesterday i updated my vaultwarden-container

My systemd-unit for vaultwarden is this

# /etc/systemd/system/vaultwarden.service                                                                                                                                                                          
[Unit]                                                                                                                                                                                                             
Description=Vaultwarden container                                                                                                                                                                                  
Requires=docker.service                                                                                                                                                                                            
After=docker.service                                                                                                                                                                                               
                                                                                                                                                                                                                   
[Service]                                                                                                                                                                                                          
RemainAfterExit=true                                                                                                                                                                                               
Restart=always                                                                                                                                                                                                     
EnvironmentFile=/etc/default/vaultwarden.conf                                                                                                                                                                      
#ExecStartPre=/usr/local/bin/generate_vaultwarden_admintoken                                                                                                                                                       
#ExecStart=/usr/bin/docker run -e ${ADMINTOKEN} --name vaultwarden -v /vw-data/:/data/ -p 8080:80 vaultwarden/server:latest                                                                                        
ExecStartPre=-/usr/bin/docker pull vaultwarden/server:latest                                                                                                                                                       
ExecStartPre=-/usr/bin/docker stop vaultwarden                                                                                                                                                                     
ExecStartPre=-/usr/bin/docker rm vaultwarden                                                                                                                                                                       
ExecStart=/usr/bin/docker run -d --restart unless-stopped -v /vw-data/:/data/ -p 8080:80 --name vaultwarden  vaultwarden/server:latest                                                                             
#ExecStart=/usr/bin/docker start vaultwarden                                                                                                                                                                       
#ExecStop=/usr/bin/docker kill vaultwarden                                                                                                                                                                         
#ExecStart=/usr/bin/docker start -a vaultwarden                                                                                                                                                                    
ExecStop=/usr/bin/docker stop -t 2 vaultwarden                                                                                                                                                                     
                                                                                                                                                                                                                   
[Install]                                                                                                                                                                                                          
WantedBy=default.target                                                                                                                                                                                            

So systemctl restart vaultwarden did the job.

i run this a few minutes before
08:51:02
@blackdex:matrix.orgBlackDexSo, nothing is overruled08:51:40
@blackdex:matrix.orgBlackDexWhat do the logs of the container say?08:51:59
@jakob:schuerz.atJakobHave closed my browser and reopened it agein and go to my vault This is, what i get now08:52:56
@jakob:schuerz.atJakobimage.png
Download image.png
08:52:58
@jakob:schuerz.atJakobnot more... 08:53:09
@jakob:schuerz.atJakob

The container-logs say

[2024-07-26 08:49:06.378][request][INFO] POST /identity/connect/token
[2024-07-26 08:49:06.413][response][INFO] (login) POST /identity/connect/token => 200 OK
[2024-07-26 08:49:06.454][request][INFO] GET /api/sync?excludeDomains=true
[2024-07-26 08:49:06.481][request][INFO] GET /notifications/hub?access_token=eyJ0eXAiOiJKV1QiL
[2024-07-26 08:49:06.481][vaultwarden::api::notifications][INFO] Accepting Rocket WS connection from 10.0.100.36
[2024-07-26 08:49:06.481][response][INFO] (websockets_hub) GET /notifications/hub?<data..> => 200 OK
[2024-07-26 08:49:06.526][response][INFO] (sync) GET /api/sync?<data..> => 200 OK
[2024-07-26 08:49:08.497][vaultwarden::api::notifications][INFO] Closing WS connection from 10.0.100.36
[2024-07-26 08:49:13.367][request][INFO] POST /identity/connect/token
[2024-07-26 08:49:13.375][response][INFO] (login) POST /identity/connect/token => 200 OK
[2024-07-26 08:49:13.424][request][INFO] GET /api/sync?excludeDomains=true
[2024-07-26 08:49:13.428][request][INFO] GET /notifications/hub?access_token=eyJ0eXAiOiJKV1QiL
[2024-07-26 08:49:13.428][vaultwarden::api::notifications][INFO] Accepting Rocket WS connection from 10.0.100.36
[2024-07-26 08:49:13.429][response][INFO] (websockets_hub) GET /notifications/hub?<data..> => 200 OK
[2024-07-26 08:49:13.482][response][INFO] (sync) GET /api/sync?<data..> => 200 OK
[2024-07-26 08:49:27.392][request][INFO] GET /admin/organizations/overview
[2024-07-26 08:49:27.400][response][INFO] (organizations_overview) GET /admin/organizations/overview => 401 Unauthorized
[2024-07-26 08:51:18.744][request][INFO] GET /admin/organizations/overview
[2024-07-26 08:51:18.746][response][INFO] (organizations_overview) GET /admin/organizations/overview => 401 Unauthorized
[2024-07-26 08:51:24.553][vaultwarden::api::notifications][INFO] Closing WS connection from 10.0.100.36
[2024-07-26 08:51:24.562][vaultwarden::api::notifications][INFO] Closing WS connection from 10.0.100.36
[2024-07-26 08:51:38.078][request][INFO] POST /identity/connect/token
[2024-07-26 08:51:38.089][response][INFO] (login) POST /identity/connect/token => 200 OK
[2024-07-26 08:51:38.333][request][INFO] GET /api/sync
[2024-07-26 08:51:38.380][response][INFO] (sync) GET /api/sync?<data..> => 200 OK
08:53:22
@jakob:schuerz.atJakoboh... fuck... 08:53:40
@blackdex:matrix.orgBlackDexThat looks like some files which are not loading08:53:48
@blackdex:matrix.orgBlackDex * That looks like some files which are not being able to load08:53:57
@jakob:schuerz.atJakob
Filesystem      Size  Used Avail Use% Mounted on
udev            941M     0  941M   0% /dev
tmpfs           192M   18M  175M  10% /run
/dev/sda1        19G   18G     0 100% /
tmpfs           960M     0  960M   0% /dev/shm
tmpfs           5.0M     0  5.0M   0% /run/lock
overlay          19G   18G     0 100% /var/lib/docker/overlay2/9120d69b618c0261c185e0d08f62df401676116c73cb64b154fdf370b0095005/merged
tmpfs           192M     0  192M   0% /run/user/0
WorkdirFS        19G   18G     0 100% /root/Work
tmpfs           192M     0  192M   0% /run/user/3000
overlay          19G   18G     0 100% /var/lib/docker/overlay2/ce6a1310a5ccb0a0e18e4cc672fbed712716b2cd510989fcdbabcfc6116524eb/merged
08:53:57
@jakob:schuerz.atJakobfilesystem full... 08:54:07
@blackdex:matrix.orgBlackDexAh08:54:12
@blackdex:matrix.orgBlackDexThat is probably not good either 😛08:54:14
@blackdex:matrix.orgBlackDexThat might cause these strange behaviors08:54:35
@blackdex:matrix.orgBlackDexTime to cleanup08:54:39
@jakob:schuerz.atJakobbut thank you very much for your fast try to help 🙂09:02:18
@guala75:matrix.org@guala75:matrix.org joined the room.09:52:20
@guala75:matrix.org@guala75:matrix.org left the room.09:53:20
@shady:s4mple.deshady joined the room.19:28:44

There are no newer messages yet.


Back to Room ListRoom Version: 9