Replies: 4 comments 9 replies
-
What CrashPlan server is used ? You should have an URL displayed behind the window that asks for the password. It should start with something like |
Beta Was this translation helpful? Give feedback.
-
Only when attempting to hit the local client on 192.168.x.x:5800
I can log in just fine through the web site
…On Mon, Aug 5, 2024 at 9:14 AM Jocelyn Le Sage ***@***.***> wrote:
To come back to your unable to fetch crashplan server environment
insufficient randomness error: this might be a temporary problem. Do you
still have the same error when trying to login ?
—
Reply to this email directly, view it on GitHub
<#469 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AILNQX7ZUHU3KUXFZBZBTEDZP53FBAVCNFSM6AAAAABL7HERBCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMRUGMZDEOI>
.
You are receiving this because you authored the thread.Message ID:
<jlesage/docker-crashplan-pro/repo-discussions/469/comments/10243229@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
I also had the same issue with the "unable to fetch" error. Running the container on my synology nas. I was able to get logged in by opening the side window on the left of the screen. The one that auto hides. From there I could copy the provided URL to my local clipboard and auth outside of the virtual display inside the browser. Copying from the "copy" button next to the URL did not bring the text to my local clipboard. Not sure if I will have to go through this procedure each time, but I login to crashplan infrequently, so not a HUGE issue for me @jlesage THANK YOU for updating to the latest version!!! |
Beta Was this translation helpful? Give feedback.
-
Sorry for the delay
the output you asked for
ash-4.4# docker exec crashplan-pro curl https://console.us2.crashplan.com
% Total % Received % Xferd Average Speed Time Time Time
Current
Dload Upload Total Spent Left
Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:--
0
ash-4.4#
ash-4.4# docker exec crashplan-pro ls -l /dev/random
crw-rw-rw- 1 root root 1, 8 Aug 4 23:11 /dev/random
ash-4.4# docker exec crashplan-pro ls -l /dev/urandom
crw-rw-rw- 1 root root 1, 9 Aug 4 23:11 /dev/urandom
…On Tue, Aug 6, 2024 at 7:35 AM Jocelyn Le Sage ***@***.***> wrote:
Do you get the same error if you execute docker exec <container name>
curl https://console.us2.crashplan.com ?
Also, could you share the output of the following commands:
- docker exec <container name> ls -l /dev/random
- docker exec <container name> ls -l /dev/urandom
—
Reply to this email directly, view it on GitHub
<#469 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AILNQXY5PC4VDYRRWPDXSNTZQCYJPAVCNFSM6AAAAABL7HERBCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMRVGI4DKMQ>
.
You are receiving this because you authored the thread.Message ID:
<jlesage/docker-crashplan-pro/repo-discussions/469/comments/10252852@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
Curious if there is a known issues with client access on synology headless implementation after latest release.
I made sure docker is latest version avail from package center.
Pulled latest cpp image
reset and restarted the container.
Attempted to access the client via ip:5800 get prompted for UID PAssword and Authenticator key
When I enter the correct values i get the following
unable to fetch crashplan server environment insufficient randomness
Reviewing the logs I see the following - though it looks like the services all start up
error: Ignoring /opt/base/etc/logrotate.conf because it is writable by group or others.
ERROR: service 'CrashPlanEngine' failed to be started: not ready after 30000 msec, giving up.
Any thoughts on this would be appreciated
Beta Was this translation helpful? Give feedback.
All reactions