Aaron Lee
Aaron Lee
@fonyo I've started rewriting the ps1 commands to be readable for Linux but I'm coming across issues like the Unblock-File command isn't found. Does it work for you? Perhaps it...
I did some more testing. Found out some more syntax errors that I can fix. I ended up creating a bash script to run powershell. Here's a [link](https://pastebin.com/83dRXCAQ) to what...
@fonyo I put the files on my forked version of MPM. It's under a folder for [Linux](https://github.com/lee-aaron/MultiPoolMiner/tree/master/MultiPoolMinerLinux). Everything is there with my bash script and log files if you are...
@aaronsace Does the 7z extraction method occur in the Include.ps1 file? `Start-Process "7z.exe" "x $FileName -o$(Split-Path $Path)/$FolderName_Old -y -spe" -Wait` It seems like the [errors](https://github.com/lee-aaron/MultiPoolMiner/blob/master/MultiPoolMinerLinux/Logs/2017-06-15_10-15-59.txt) I'm getting is primarily due...
I did some testing recently. I started basic with unzipping zip files with the unzip command in linux but realized there were other files in different formats. I had to...
I just installed VS and Powershell for it. I'll look into changing the the aliases as they came up as warnings in the editor (ie ForEach should be ForEach-Object etc.)....
Hi @lizardruss I don't think I need to run `docker login` but it works fine on Mac without needing to do so. Running `devspace build -b` shows this now ```...
@lizardruss ``` 10:56:41 debug Run pipeline: name: build run: | make build build_images objectstorage echo "objectstorage built" 10:56:41 GOOS=linux GOARCH=amd64 go build -o build/objectstorage . 10:56:41 if [ -n ""...
Hi @lizardruss I've been still having this issue. Docker support said they don't see anything wrong with my logs from diagnostics so I'm wondering if there's some way for you...
Turns out having `containerd` on via docker extensions was causing the issues.