[PR #69] [MERGED] You can't reinstall 2+ containers in the same time #81

Closed
opened 2026-02-27 22:07:32 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sibprogrammer/owp/pull/69
Author: @unkn0w
Created: 1/20/2017
Status: Merged
Merged: 1/20/2017
Merged by: @sibprogrammer

Base: masterHead: master


📝 Commits (1)

  • 82c0c0e when two or more users reinstall containers, one of this CT will be broken, because every operation uses same temp file.

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 app/models/virtual_server.rb (+1 -1)

📄 Description

when two or more users reinstall containers, one (or more) of this CT will be broken, because every operation uses same temp file. This issue occurs on my server with 500+ CT on it, every few days. This simple patch fix it.

After my patch, every user will have separate temp file, and multiple reinstalls in same time will be possible.

This is first pull-request in my life, so sorry if I'm doing something wrong :)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sibprogrammer/owp/pull/69 **Author:** [@unkn0w](https://github.com/unkn0w) **Created:** 1/20/2017 **Status:** ✅ Merged **Merged:** 1/20/2017 **Merged by:** [@sibprogrammer](https://github.com/sibprogrammer) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`82c0c0e`](https://github.com/sibprogrammer/owp/commit/82c0c0e360d85d053f244e72067dbd9429db2196) when two or more users reinstall containers, one of this CT will be broken, because every operation uses same temp file. ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `app/models/virtual_server.rb` (+1 -1) </details> ### 📄 Description when two or more users reinstall containers, one (or more) of this CT will be broken, because every operation uses same temp file. This issue occurs on my server with 500+ CT on it, every few days. This simple patch fix it. After my patch, every user will have separate temp file, and multiple reinstalls in same time will be possible. This is first pull-request in my life, so sorry if I'm doing something wrong :) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:07:32 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/owp#81
No description provided.