@stefanbenten commented on GitHub:
We are in the process of migrating the tool to the Storj network with PR #266 . Waiting for review and test from @aspacca .
@stefanbenten commented on GitHub:
I just took a look at the host and fixed the issue. Every now and then it rans out of memory.
@Whoffie commented on GitHub:
It has returned on command line uploads for me
@georgalis commented on GitHub:
try like this...
if sshd -T >/dev/null 2>&1; then echo t ; else echo n ; fi
@bernstei commented on GitHub:
Here is the debug output
-----DEBUG-----
################### COMMANDS START BELOW THIS LINE ###################
## Must be run as root
if [[ $EUID…
@stefanbenten commented on GitHub:
I checked the current host and it seems to operate fine, besides being very busy.
@bernstei commented on GitHub:
Replacing the &2> with 2&> definitely works. Replacing it with your suggestion, &>, also works.
@robertgendler commented on GitHub:
That's weird...try replacing that if statement with
if sshd -T &>/dev/null; then
Lets see if that works.
@robertgendler commented on GitHub:
Fixed that boo boo.
@bernstei commented on GitHub:
I assume that for ventura this is only merged into ventura. What's the best way to deal with that if we want to use Ventura with the STIG, which is in `dev_ventura…
@bernstei commented on GitHub:
The actual checks work now, too, so as far as I'm concerned you can close this issue.
@robertgendler commented on GitHub:
@bernstei just merged it up to dev_ventura_stig
@robertgendler commented on GitHub:
All merged into the OS branches.