immense / immense/Remotely

Warnings in the logs

Open
#748 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C#
Stars
5.1k
Forks
1.6k
PR merge metrics
No merged PRs in 30d

Description

Hi All hoping some one can help... I am running Remotely on OMV (Linux)/ Docker / Portainer,

using docker compose
*****
version: '3.3'
services:
remotely:
container_name: remotely
restart: unless-stopped
ports:
- '5000:5000'
volumes:
- '/srv/dev-disk-by-uuid-53b48872-4a71-43a9-8c94-a6d9670ae08f/dockerdata/remotely:/remotely-data'
image: 'immybot/remotely:latest'

******

In portainer logs from start up,
******
Entered main script.
Starting Remotely server.
[09:56:15 WRN] Storing keys in a directory '/root/.aspnet/DataProtection-Keys' that may not be persisted outside of the container. Protected data will be unavailable when container is destroyed. {EventId={Id=60, Name="UsingEphemeralFileSystemLocationInContainer"}, SourceContext="Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository", ThreadId=1}
[09:56:19 WRN] No XML encryptor configured. Key {94dc2de1-5c39-4c03-bd17-c4be853cec1f} may be persisted to storage in unencrypted form. {EventId={Id=35, Name="NoXMLEncryptorConfiguredKeyMayBePersistedToStorageInUnencryptedForm"}, SourceContext="Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager", ThreadId=1}
[09:56:20 WRN] Failed to determine the https port for redirect. {EventId={Id=3, Name="FailedToDeterminePort"}, SourceContext="Microsoft.AspNetCore.HttpsPolicy.HttpsRedirectionMiddleware", RequestId="0HMU0Q9ACKRA2:00000001", RequestPath="/hubs/service/negotiate", ConnectionId="0HMU0Q9ACKRA2", ThreadId=13}
[09:56:43 WRN] Device has not been set in the context items. {SourceContext="Remotely.Server.Hubs.AgentHub", TransportConnectionId="Hu9M3QRLky72uPVjg7YUPw", RequestId="0HMU0Q9ACKRBO:00000001", RequestPath="/hubs/service", ConnectionId="0HMU0Q9ACKRBO", ThreadId=15}

*******

What are the Errors? Would any of this be the cause of my systems droping on and off all the time... its only been an issue since the most recent 2 or so updates. Both windows and Linux clients.

Thanks this is an amazing program.

Rob

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the supplied Docker Compose configuration and Portainer startup logs, especially the ASP.NET Data Protection, HTTPS redirection, and Remotely.Server.Hubs.AgentHub warnings. Reproduce the reported client dropouts on both Windows and Linux clients, then determine whether any warning occurs with a disconnect and identify the configuration or runtime component involved. Done means the cause is isolated or the warnings are shown to be unrelated.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp, docker, docker-compose, linux
Domain
backend, devops, networking
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.