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

Permission issue with /opt/teamcity/temp #38

Open
adepretis opened this issue May 26, 2020 · 3 comments
Open

Permission issue with /opt/teamcity/temp #38

adepretis opened this issue May 26, 2020 · 3 comments
Assignees

Comments

@adepretis
Copy link

When running TC within Kubernetes with securityContext and fsGroup: 1000 and runAsUser: 1000 (the UID/GID of the image's tcuser there is a problem with /opt/teamcity/temp:

It seems the directory (/opt/teamcity/temp) is not writable. TeamCity requires it to be writable.
/opt/teamcity/temp/testfile.txt (Permission denied)

This problem has been introduced with c00ea88 and should be fixed with a simple chown tcuser:tcuser on /opt/teamcity/temp.

@AhmetEkmekci
Copy link

Same issue on Windows image

It seems the directory (C:\TeamCity\bin\..\temp) is not writable. TeamCity requires it to be writable. C:\TeamCity\bin\..\temp\testfile.txt (Access is denied)

@LBalsa
Copy link

LBalsa commented Nov 7, 2020

Same issue on Windows image

It seems the directory (C:\TeamCity\bin\..\temp) is not writable. TeamCity requires it to be writable. C:\TeamCity\bin\..\temp\testfile.txt (Access is denied)

Having the same problem, any updated on a fix?

@AhmetEkmekci
Copy link

AhmetEkmekci commented Nov 9, 2020

Same issue on Windows image
It seems the directory (C:\TeamCity\bin\..\temp) is not writable. TeamCity requires it to be writable. C:\TeamCity\bin\..\temp\testfile.txt (Access is denied)

Having the same problem, any updated on a fix?

Running the container with this fixed my problem; -v C:\TeamCity\temp:C:\TeamCity\temp

Documentation does not mention it, I think it should.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants