R
Runtipi2w ago
Beard

Windows app not installing

I'm trying to install the windows app on Runtipi, however I am getting an error. I think it might be due to some residue files since I tried installing this earlier whilst having some (now resolved) issues with Runtipi. but other than that I have no clue. I installed runtipi on proxmox with the community helper scripts, if that helps.
5 Replies
Beard
BeardOP2w ago
Logs:
runtipi | backend: 2025-01-14T21:31:21.378Z - info > Running docker compose with args --env-file /app-data/windows/app.env --project-name windows -f /data/apps/windows/docker-compose.yml -f /data/repos/29ca930bfdaffa1dfabf5726336380ede7066bc53297e3c0c868b27c97282903/apps/docker-compose.common.yml up --detach --force-recreate --remove-orphans --pull always
runtipi | backend: 2025-01-14T21:31:22.897Z - error > Failed to install app windows: Command failed: docker-compose --env-file /app-data/windows/app.env --project-name windows -f /data/apps/windows/docker-compose.yml -f /data/repos/29ca930bfdaffa1dfabf5726336380ede7066bc53297e3c0c868b27c97282903/apps/docker-compose.common.yml up --detach --force-recreate --remove-orphans --pull always
runtipi | time="2025-01-14T21:31:21Z" level=warning msg="/data/apps/windows/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion"
runtipi | time="2025-01-14T21:31:21Z" level=warning msg="/data/repos/29ca930bfdaffa1dfabf5726336380ede7066bc53297e3c0c868b27c97282903/apps/docker-compose.common.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion"
runtipi | windows Pulling
runtipi | windows Pulled
runtipi | Container windows Recreate
runtipi | Container windows Recreated
runtipi | Container windows Starting
runtipi | Error response from daemon: error gathering device information while adding custom device "/dev/kvm": no such file or directory
runtipi |
runtipi | backend: 2025-01-14T21:31:21.378Z - info > Running docker compose with args --env-file /app-data/windows/app.env --project-name windows -f /data/apps/windows/docker-compose.yml -f /data/repos/29ca930bfdaffa1dfabf5726336380ede7066bc53297e3c0c868b27c97282903/apps/docker-compose.common.yml up --detach --force-recreate --remove-orphans --pull always
runtipi | backend: 2025-01-14T21:31:22.897Z - error > Failed to install app windows: Command failed: docker-compose --env-file /app-data/windows/app.env --project-name windows -f /data/apps/windows/docker-compose.yml -f /data/repos/29ca930bfdaffa1dfabf5726336380ede7066bc53297e3c0c868b27c97282903/apps/docker-compose.common.yml up --detach --force-recreate --remove-orphans --pull always
runtipi | time="2025-01-14T21:31:21Z" level=warning msg="/data/apps/windows/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion"
runtipi | time="2025-01-14T21:31:21Z" level=warning msg="/data/repos/29ca930bfdaffa1dfabf5726336380ede7066bc53297e3c0c868b27c97282903/apps/docker-compose.common.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion"
runtipi | windows Pulling
runtipi | windows Pulled
runtipi | Container windows Recreate
runtipi | Container windows Recreated
runtipi | Container windows Starting
runtipi | Error response from daemon: error gathering device information while adding custom device "/dev/kvm": no such file or directory
runtipi |
Stavros
Stavros2w ago
This means your device doesn't support kvm virtualization
Nicolas
Nicolas2w ago
Probably you need to mount /dev/kvm in your proxmox LXC
Skullky
Skullky2w ago
I just tried, it's easy as that
No description
No description
Beard
BeardOP2w ago
Thanks! That worked!

Did you find this page helpful?