I have installed java/linux-sun-jre17 and other deps fine. sysutils/linux-crashplan also installs fine, and everything looks OK to my untrained eye (I'm new to FreeBSD).
I can start the service OK, but it dies straight a few seconds after with the following error:
There's another thread on this subject which points to an edit which needs to be made to run.conf, but it's not relevant to me as the line to add is already present.
I'm out of ideas so any new ones considered!
Thanks in advance
I can start the service OK, but it dies straight a few seconds after with the following error:
Code:
[root@misspiggy /usr/ports/sysutils/linux-crashplan]# /usr/local/etc/rc.d/crashplan start && tail -F /var/log/crashplan/engine_error.log
Starting CrashPlan Engine ... Using standard startup
OK
java.security.ProviderException: init failed
at sun.security.provider.NativePRNG$RandomIO.getMixRandom(Unknown Source)
at sun.security.provider.NativePRNG$RandomIO.implNextBytes(Unknown Source)
at sun.security.provider.NativePRNG$RandomIO.access$200(Unknown Source)
at sun.security.provider.NativePRNG.engineNextBytes(Unknown Source)
at java.security.SecureRandom.nextBytes(Unknown Source)
at java.math.BigInteger.randomBits(Unknown Source)
at java.math.BigInteger.<init>(Unknown Source)
at java.math.BigInteger.largePrime(Unknown Source)
at java.math.BigInteger.probablePrime(Unknown Source)
at sun.security.rsa.RSAKeyPairGenerator.generateKeyPair(Unknown Source)
at java.security.KeyPairGenerator$Delegate.generateKeyPair(Unknown Source)
at com.code42.crypto.RSAKeyUtility.generateKeyPair(RSAKeyUtility.java:50)
at com.backup42.service.CPService.initPeerControllers(CPService.java:649)
at com.backup42.service.CPService.start(CPService.java:451)
at com.backup42.service.CPService.main(CPService.java:1865)
Caused by: java.io.IOException: No such device or address
at java.io.FileInputStream.readBytes(Native Method)
at java.io.FileInputStream.read(Unknown Source)
at sun.security.provider.NativePRNG$RandomIO.readFully(Unknown Source)
... 15 more
There's another thread on this subject which points to an edit which needs to be made to run.conf, but it's not relevant to me as the line to add is already present.
I'm out of ideas so any new ones considered!
Thanks in advance