Daniel Blendea

Results 5 comments of Daniel Blendea

Thanks, I'm trying to build a proof of concept app, using SAFE. So I'll be watching this.

Same problem occurs on Windows 7, using rtop 1.0 with Go 1.5.1. rtop is running in command prompt (cmd.exe). rtop: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none],...

I think this occurs because the teamcity agent runs under **buildagent** user and the folders and files created during agent instalation (**/opt, /tmp**) are rw only for root:root. I tried...

One workaround is to set the environment variable COMPlus_EnableDiagnostics=0 in all the containers where dotnet runs. The variable is used to determine whether the clr will write some debug information...

They are run using docker-compose: teamcity-server: restart: always image: jetbrains/teamcity-server:latest container_name: teamcity hostname: 'teamcity' depends_on: - "db" environment: - COMPlus_EnableDiagnostics=0 ports: - 8111:8111 volumes: - /docker/teamcity/data:/data/teamcity_server/datadir - /docker/teamcity/logs:/opt/teamcity/logs labels: -...