[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; curl https://github.com/storj/storj/releases/download/v1.13.1/storagenode-updater_windows_amd64.exe.zip -o “$env:TEMP\storagenode-updater_windows_amd64.exe.zip” INFO
Version is up to date {“Service”: “storagenode”}
Expand-Archive “$env:TEMP\storagenode-updater_windows_amd64.exe.zip” "C:\Program Files\Storj\Storage Node" INFO
Version is up to date {“Service”: “storagenode-updater”}
Start-Service storagenode-updater INFO
Stop/Shutdown request received.
Get-Content “$env:ProgramFiles/Storj/Storage Node/storagenode-updater.log” -tail 10
2020-09-26T22:04:40.421+0200 ERROR Error updating service. {“Service”: “storagenode-updater”, “error”: “open C:\Program Files\Storj\Storage Node\storagenode-updater.1.13.1.exe: The file exists.”, “errorVerbose”: “open C:\Program Files\Storj\Storage Node\storagenode-updater.1.13.1.exe: The file exists.\n\tmain.downloadBinary:62\n\tmain.updateSelf:64\n\tmain.loopFunc:36\n\tstorj.io/common/sync2.(*Cycle).Run:152\n\tmain.cmdRun:116\n\tstorj.io/private/process.cleanup.func1.4:353\n\tstorj.io/private/process.cleanup.func1:371\n\tgithub.com/spf13/cobra.(*Command).execute:840\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:945\n\tgithub.com/spf13/cobra.(*Command).Execute:885\n\tstorj.io/private/process.ExecWithCustomConfig:88\n\tstorj.io/private/process.Exec:65\n\tmain.(*service).Execute.func1:55\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:57”}
2020-09-26T22:14:57.005+0200 INFO Stop/Shutdown request received.
2020-09-26T22:14:57.500+0200 INFO Configuration loaded {“Location”: “C:\Program Files\Storj\Storage Node\config.yaml”}
2020-09-26T22:14:57.514+0200 INFO Invalid configuration file value for key {“Key”: “log.level”}
2020-09-26T22:14:57.514+0200 INFO Invalid configuration file value for key {“Key”: “log.output”}
2020-09-26T22:14:57.528+0200 INFO Running on version {“version”: “v1.13.1”}
2020-09-26T22:14:57.528+0200 INFO Downloading versions. {“Server Address”: “https://version.storj.io”}
2020-09-26T22:14:58.198+0200 INFO Version is up to date {“Service”: “storagenode”}
2020-09-26T22:14:58.198+0200 INFO Version is up to date {“Service”: “storagenode-updater”}
2020-09-26T22:15:45.595+0200 INFO Stop/Shutdown request received.
PS C:\Windows\system32>
Por favor, presione Ctrl-C dos veces.
cls
Luego proceda:
Stop-Service storagenode-updater;
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; curl https://github.com/storj/storj/releases/download/v1.13.1/storagenode-updater_windows_amd64.exe.zip -o "$env:TEMP\storagenode-updater_windows_amd64.exe.zip";
Expand-Archive "$env:TEMP\storagenode-updater_windows_amd64.exe.zip" "C:\Program Files\Storj\Storage Node\" -Force;
Start-Service storagenode-updater;
Get-Content "$env:ProgramFiles/Storj/Storage Node/storagenode-updater.log" -tail 10;
Windows PowerShell
Copyright (C) Microsoft Corporation. Todos los derechos reservados.
Prueba la nueva tecnología PowerShell multiplataforma https://aka.ms/pscore6 PS C:\Windows\system32> Stop-Service storagenode-updater; >> >> [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; curl https://github.com/storj/storj/releases/download/v1.13.1/storagenode-updater_windows_amd64.exe.zip -o “$env:TEMP\storagenode-updater_windows_amd64.exe.zip”;
Expand-Archive “$env:TEMP\storagenode-updater_windows_amd64.exe.zip” "C:\Program Files\Storj\Storage Node" -Force;
Start-Service storagenode-updater;
Get-Content “$env:ProgramFiles/Storj/Storage Node/storagenode-updater.log” -tail 10;
2020-09-26T22:29:17.526+0200 INFO Invalid configuration file value for key {“Key”: “log.level”}
2020-09-26T22:29:17.526+0200 INFO Invalid configuration file value for key {“Key”: “log.output”}
2020-09-26T22:29:17.537+0200 INFO Running on version {“version”: “v1.13.1”}
2020-09-26T22:29:17.537+0200 INFO Downloading versions. {“Server Address”: “https://version.storj.io”}
2020-09-26T22:29:18.267+0200 INFO Version is up to date {“Service”: “storagenode”}
2020-09-26T22:29:18.267+0200 INFO Version is up to date {“Service”: “storagenode-updater”}
2020-09-26T22:44:17.537+0200 INFO Downloading versions. {“Server Address”: “https://version.storj.io”}
2020-09-26T22:44:18.253+0200 INFO Version is up to date {“Service”: “storagenode”}
2020-09-26T22:44:18.253+0200 INFO Version is up to date {“Service”: “storagenode-updater”}
2020-09-26T22:48:57.104+0200 INFO Stop/Shutdown request received.
PS C:\Windows\system32>
¿Está funcionando?
Get-Service storagenode*
It worked for me after entering the command you told me and finally Start-Service storagenode, until I enter this last step, the node did not start.
Stop-Service storagenode-updater;
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; curl https://github.com/storj/storj/releases/download/v1.13.1/storagenode-updater_windows_amd64.exe.zip -o “$env:TEMP\storagenode-updater_windows_amd64.exe.zip”;
Expand-Archive “$env:TEMP\storagenode-updater_windows_amd64.exe.zip” “C:\Program Files\Storj\Storage Node” -Force;
Start-Service storagenode
We just released a version that fixes this problem as well.
Please read this:
Follow follow the instructions if you still face an failing updater.
I just rebooted the computer for update. I just realized that since the last update, it is necessary to start the node manually when I restart the computer.
You can try this:
Then try to reboot Windows to check that it’s working. The storagenode should start after the full load of network and all needed services after reboot.
i had to manually start it again
Did you wait for at least 5 minutes after the full load?
getting this as well… posting the logs to show whats going on… seems its been happening since 13.1 version… still getting it in 14.7 too
2020-10-11T19:43:52.485+0800 | INFO | Downloading versions. | {“Server Address”: “https://version.storj.io”} |
---|---|---|---|
2020-10-11T19:43:53.695+0800 | INFO | New version is being rolled out but hasn’t made it to this node yet | {“Service”: “storagenode”} |
2020-10-11T19:43:53.695+0800 | INFO | Download started. | {“From”: “https://github.com/storj/storj/releases/download/v1.14.4/storagenode-updater_windows_amd64.zip”, “To”: “C:\WINDOWS\TEMP\storagenode-updater_windows_amd64.917487583.zip”} |
2020-10-11T19:43:57.709+0800 | ERROR | Error updating service. | {“Service”: “storagenode-updater”, “error”: “open C:\Program Files\Storj\Storage Node\storagenode-updater.1.14.4.exe: The file exists.”, “errorVerbose”: “open C:\Program Files\Storj\Storage Node\storagenode-updater.1.14.4.exe: The file exists.\n\tmain.downloadBinary:62\n\tmain.updateSelf:64\n\tmain.loopFunc:36\n\tstorj.io/common/sync2.(*Cycle).Run:152\n\tmain.cmdRun:116\n\tstorj.io/private/process.cleanup.func1.4:353\n\tstorj.io/private/process.cleanup.func1:371\n\tgithub.com/spf13/cobra.(*Command).execute:840\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:945\n\tgithub.com/spf13/cobra.(*Command).Execute:885\n\tstorj.io/private/process.ExecWithCustomConfig:88\n\tstorj.io/private/process.Exec:65\n\tmain.(*service).Execute.func1:55\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:57”} |
2020-10-11T19:58:52.496+0800 | INFO | Downloading versions. | {“Server Address”: “https://version.storj.io”} |
2020-10-11T19:58:53.683+0800 | INFO | Download started. | {“From”: “https://github.com/storj/storj/releases/download/v1.14.4/storagenode_windows_amd64.zip”, “To”: “C:\WINDOWS\TEMP\storagenode_windows_amd64.245256626.zip”} |
2020-10-11T19:58:58.322+0800 | INFO | Download finished. | {“From”: “https://github.com/storj/storj/releases/download/v1.14.4/storagenode_windows_amd64.zip”, “To”: “C:\WINDOWS\TEMP\storagenode_windows_amd64.245256626.zip”} |
2020-10-11T19:58:59.802+0800 | INFO | Restarting service. | {“Service”: “storagenode”} |
2020-10-11T19:58:59.803+0800 | INFO | Service restarted successfully. | {“Service”: “storagenode”} |
2020-10-11T19:58:59.805+0800 | INFO | Download started. | {“From”: “https://github.com/storj/storj/releases/download/v1.14.4/storagenode-updater_windows_amd64.zip”, “To”: “C:\WINDOWS\TEMP\storagenode-updater_windows_amd64.157812073.zip”} |
2020-10-11T19:59:01.480+0800 | ERROR | Error updating service. | {“Service”: “storagenode-updater”, “error”: “open C:\Program Files\Storj\Storage Node\storagenode-updater.1.14.4.exe: The file exists.”, “errorVerbose”: “open C:\Program Files\Storj\Storage Node\storagenode-updater.1.14.4.exe: The file exists.\n\tmain.downloadBinary:62\n\tmain.updateSelf:64\n\tmain.loopFunc:36\n\tstorj.io/common/sync2.(*Cycle).Run:152\n\tmain.cmdRun:116\n\tstorj.io/private/process.cleanup.func1.4:353\n\tstorj.io/private/process.cleanup.func1:371\n\tgithub.com/spf13/cobra.(*Command).execute:840\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:945\n\tgithub.com/spf13/cobra.(*Command).Execute:885\n\tstorj.io/private/process.ExecWithCustomConfig:88\n\tstorj.io/private/process.Exec:65\n\tmain.(*service).Execute.func1:55\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:57”} |
2020-10-11T20:13:52.501+0800 | INFO | Downloading versions. | {“Server Address”: “https://version.storj.io”} |
2020-10-11T20:13:53.580+0800 | INFO | Version is up to date | {“Service”: “storagenode”} |
2020-10-11T20:13:53.580+0800 | INFO | Download started. | {“From”: “https://github.com/storj/storj/releases/download/v1.14.4/storagenode-updater_windows_amd64.zip”, “To”: “C:\WINDOWS\TEMP\storagenode-updater_windows_amd64.954891188.zip”} |
2020-10-11T20:13:58.318+0800 | ERROR | Error updating service. | {“Service”: “storagenode-updater”, “error”: “open C:\Program Files\Storj\Storage Node\storagenode-updater.1.14.4.exe: The file exists.”, “errorVerbose”: “open C:\Program Files\Storj\Storage Node\storagenode-updater.1.14.4.exe: The file exists.\n\tmain.downloadBinary:62\n\tmain.updateSelf:64\n\tmain.loopFunc:36\n\tstorj.io/common/sync2.(*Cycle).Run:152\n\tmain.cmdRun:116\n\tstorj.io/private/process.cleanup.func1.4:353\n\tstorj.io/private/process.cleanup.func1:371\n\tgithub.com/spf13/cobra.(*Command).execute:840\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:945\n\tgithub.com/spf13/cobra.(*Command).Execute:885\n\tstorj.io/private/process.ExecWithCustomConfig:88\n\tstorj.io/private/process.Exec:65\n\tmain.(*service).Execute.func1:55\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:57”} |
2020-10-11T20:28:52.490+0800 | INFO | Downloading versions. | {“Server Address”: “https://version.storj.io”} |
2020-10-11T20:28:53.503+0800 | INFO | Version is up to date | {“Service”: “storagenode”} |
2020-10-11T20:28:53.503+0800 | INFO | Download started. | {“From”: “https://github.com/storj/storj/releases/download/v1.14.4/storagenode-updater_windows_amd64.zip”, “To”: “C:\WINDOWS\TEMP\storagenode-updater_windows_amd64.095413123.zip”} |
2020-10-11T20:28:58.004+0800 | ERROR | Error updating service. | {“Service”: “storagenode-updater”, “error”: “open C:\Program Files\Storj\Storage Node\storagenode-updater.1.14.4.exe: The file exists.”, “errorVerbose”: “open C:\Program Files\Storj\Storage Node\storagenode-updater.1.14.4.exe: The file exists.\n\tmain.downloadBinary:62\n\tmain.updateSelf:64\n\tmain.loopFunc:36\n\tstorj.io/common/sync2.(*Cycle).Run:152\n\tmain.cmdRun:116\n\tstorj.io/private/process.cleanup.func1.4:353\n\tstorj.io/private/process.cleanup.func1:371\n\tgithub.com/spf13/cobra.(*Command).execute:840\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:945\n\tgithub.com/spf13/cobra.(*Command).Execute:885\n\tstorj.io/private/process.ExecWithCustomConfig:88\n\tstorj.io/private/process.Exec:65\n\tmain.(*service).Execute.func1:55\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:57”} |
2020-10-13T01:58:55.166+0800 | INFO | Downloading versions. | {“Server Address”: “https://version.storj.io”} |
---|---|---|---|
2020-10-13T01:58:56.363+0800 | INFO | Version is up to date | {“Service”: “storagenode”} |
2020-10-13T01:58:56.363+0800 | INFO | Download started. | {“From”: “https://github.com/storj/storj/releases/download/v1.14.4/storagenode-updater_windows_amd64.zip”, “To”: “C:\WINDOWS\TEMP\storagenode-updater_windows_amd64.861183009.zip”} |
2020-10-13T01:59:01.177+0800 | ERROR | Error updating service. | {“Service”: “storagenode-updater”, “error”: “open C:\Program Files\Storj\Storage Node\storagenode-updater.1.14.4.exe: The file exists.”, “errorVerbose”: “open C:\Program Files\Storj\Storage Node\storagenode-updater.1.14.4.exe: The file exists.\n\tmain.downloadBinary:62\n\tmain.updateSelf:64\n\tmain.loopFunc:36\n\tstorj.io/common/sync2.(*Cycle).Run:152\n\tmain.cmdRun:116\n\tstorj.io/private/process.cleanup.func1.4:353\n\tstorj.io/private/process.cleanup.func1:371\n\tgithub.com/spf13/cobra.(*Command).execute:840\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:945\n\tgithub.com/spf13/cobra.(*Command).Execute:885\n\tstorj.io/private/process.ExecWithCustomConfig:88\n\tstorj.io/private/process.Exec:65\n\tmain.(*service).Execute.func1:55\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:57”} |
2020-10-13T02:13:55.190+0800 | INFO | Downloading versions. | {“Server Address”: “https://version.storj.io”} |
2020-10-13T02:13:56.459+0800 | INFO | New version is being rolled out but hasn’t made it to this node yet | {“Service”: “storagenode”} |
2020-10-13T02:13:56.459+0800 | INFO | Download started. | {“From”: “https://github.com/storj/storj/releases/download/v1.14.7/storagenode-updater_windows_amd64.zip”, “To”: “C:\WINDOWS\TEMP\storagenode-updater_windows_amd64.981551372.zip”} |
2020-10-13T02:14:00.694+0800 | INFO | Download finished. | {“From”: “https://github.com/storj/storj/releases/download/v1.14.7/storagenode-updater_windows_amd64.zip”, “To”: “C:\WINDOWS\TEMP\storagenode-updater_windows_amd64.981551372.zip”} |
2020-10-13T02:14:02.504+0800 | INFO | Restarting service. | {“Service”: “storagenode-updater”} |
2020-10-13T02:28:55.179+0800 | INFO | Downloading versions. | {“Server Address”: “https://version.storj.io”} |
2020-10-13T02:28:56.315+0800 | INFO | New version is being rolled out but hasn’t made it to this node yet | {“Service”: “storagenode”} |
2020-10-13T02:28:56.315+0800 | INFO | Download started. | {“From”: “https://github.com/storj/storj/releases/download/v1.14.7/storagenode-updater_windows_amd64.zip”, “To”: “C:\WINDOWS\TEMP\storagenode-updater_windows_amd64.662049531.zip”} |
2020-10-13T02:29:00.621+0800 | ERROR | Error updating service. | {“Service”: “storagenode-updater”, “error”: “open C:\Program Files\Storj\Storage Node\storagenode-updater.1.14.7.exe: The file exists.”, “errorVerbose”: “open C:\Program Files\Storj\Storage Node\storagenode-updater.1.14.7.exe: The file exists.\n\tmain.downloadBinary:62\n\tmain.updateSelf:64\n\tmain.loopFunc:36\n\tstorj.io/common/sync2.(*Cycle).Run:152\n\tmain.cmdRun:116\n\tstorj.io/private/process.cleanup.func1.4:353\n\tstorj.io/private/process.cleanup.func1:371\n\tgithub.com/spf13/cobra.(*Command).execute:840\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:945\n\tgithub.com/spf13/cobra.(*Command).Execute:885\n\tstorj.io/private/process.ExecWithCustomConfig:88\n\tstorj.io/private/process.Exec:65\n\tmain.(*service).Execute.func1:55\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:57”} |
2020-10-13T02:43:55.265+0800 | INFO | Downloading versions. | {“Server Address”: “https://version.storj.io”} |
2020-10-13T02:43:56.391+0800 | INFO | New version is being rolled out but hasn’t made it to this node yet | {“Service”: “storagenode”} |
2020-10-13T02:43:56.391+0800 | INFO | Download started. | {“From”: “https://github.com/storj/storj/releases/download/v1.14.7/storagenode-updater_windows_amd64.zip”, “To”: “C:\WINDOWS\TEMP\storagenode-updater_windows_amd64.804186142.zip”} |
2020-10-13T02:44:00.671+0800 | ERROR | Error updating service. | {“Service”: “storagenode-updater”, “error”: “open C:\Program Files\Storj\Storage Node\storagenode-updater.1.14.7.exe: The file exists.”, “errorVerbose”: “open C:\Program Files\Storj\Storage Node\storagenode-updater.1.14.7.exe: The file exists.\n\tmain.downloadBinary:62\n\tmain.updateSelf:64\n\tmain.loopFunc:36\n\tstorj.io/common/sync2.(*Cycle).Run:152\n\tmain.cmdRun:116\n\tstorj.io/private/process.cleanup.func1.4:353\n\tstorj.io/private/process.cleanup.func1:371\n\tgithub.com/spf13/cobra.(*Command).execute:840\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:945\n\tgithub.com/spf13/cobra.(*Command).Execute:885\n\tstorj.io/private/process.ExecWithCustomConfig:88\n\tstorj.io/private/process.Exec:65\n\tmain.(*service).Execute.func1:55\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:57”} |
2020-10-13T22:43:57.154+0800 | INFO | Downloading versions. | {“Server Address”: “https://version.storj.io”} |
---|---|---|---|
2020-10-13T22:43:58.392+0800 | INFO | New version is being rolled out but hasn’t made it to this node yet | {“Service”: “storagenode”} |
2020-10-13T22:43:58.392+0800 | INFO | Download started. | {“From”: “https://github.com/storj/storj/releases/download/v1.14.7/storagenode-updater_windows_amd64.zip”, “To”: “C:\WINDOWS\TEMP\storagenode-updater_windows_amd64.996242222.zip”} |
2020-10-13T22:44:02.332+0800 | ERROR | Error updating service. | {“Service”: “storagenode-updater”, “error”: “open C:\Program Files\Storj\Storage Node\storagenode-updater.1.14.7.exe: The file exists.”, “errorVerbose”: “open C:\Program Files\Storj\Storage Node\storagenode-updater.1.14.7.exe: The file exists.\n\tmain.downloadBinary:62\n\tmain.updateSelf:64\n\tmain.loopFunc:36\n\tstorj.io/common/sync2.(*Cycle).Run:152\n\tmain.cmdRun:116\n\tstorj.io/private/process.cleanup.func1.4:353\n\tstorj.io/private/process.cleanup.func1:371\n\tgithub.com/spf13/cobra.(*Command).execute:840\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:945\n\tgithub.com/spf13/cobra.(*Command).Execute:885\n\tstorj.io/private/process.ExecWithCustomConfig:88\n\tstorj.io/private/process.Exec:65\n\tmain.(*service).Execute.func1:55\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:57”} |
2020-10-13T22:58:57.158+0800 | INFO | Downloading versions. | {“Server Address”: “https://version.storj.io”} |
2020-10-13T22:58:58.399+0800 | INFO | Download started. | {“From”: “https://github.com/storj/storj/releases/download/v1.14.7/storagenode_windows_amd64.zip”, “To”: “C:\WINDOWS\TEMP\storagenode_windows_amd64.239862965.zip”} |
2020-10-13T22:59:02.599+0800 | INFO | Download finished. | {“From”: “https://github.com/storj/storj/releases/download/v1.14.7/storagenode_windows_amd64.zip”, “To”: “C:\WINDOWS\TEMP\storagenode_windows_amd64.239862965.zip”} |
2020-10-13T22:59:04.309+0800 | INFO | Restarting service. | {“Service”: “storagenode”} |
2020-10-13T22:59:04.310+0800 | INFO | Service restarted successfully. | {“Service”: “storagenode”} |
2020-10-13T22:59:04.310+0800 | INFO | Download started. | {“From”: “https://github.com/storj/storj/releases/download/v1.14.7/storagenode-updater_windows_amd64.zip”, “To”: “C:\WINDOWS\TEMP\storagenode-updater_windows_amd64.259386512.zip”} |
2020-10-13T22:59:05.625+0800 | ERROR | Error updating service. | {“Service”: “storagenode-updater”, “error”: “open C:\Program Files\Storj\Storage Node\storagenode-updater.1.14.7.exe: The file exists.”, “errorVerbose”: “open C:\Program Files\Storj\Storage Node\storagenode-updater.1.14.7.exe: The file exists.\n\tmain.downloadBinary:62\n\tmain.updateSelf:64\n\tmain.loopFunc:36\n\tstorj.io/common/sync2.(*Cycle).Run:152\n\tmain.cmdRun:116\n\tstorj.io/private/process.cleanup.func1.4:353\n\tstorj.io/private/process.cleanup.func1:371\n\tgithub.com/spf13/cobra.(*Command).execute:840\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:945\n\tgithub.com/spf13/cobra.(*Command).Execute:885\n\tstorj.io/private/process.ExecWithCustomConfig:88\n\tstorj.io/private/process.Exec:65\n\tmain.(*service).Execute.func1:55\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:57”} |
2020-10-13T23:13:57.133+0800 | INFO | Downloading versions. | {“Server Address”: “https://version.storj.io”} |
2020-10-13T23:13:58.333+0800 | INFO | Version is up to date | {“Service”: “storagenode”} |
2020-10-13T23:13:58.333+0800 | INFO | Download started. | {“From”: “https://github.com/storj/storj/releases/download/v1.14.7/storagenode-updater_windows_amd64.zip”, “To”: “C:\WINDOWS\TEMP\storagenode-updater_windows_amd64.508428463.zip”} |
2020-10-13T23:14:02.015+0800 | ERROR | Error updating service. | {“Service”: “storagenode-updater”, “error”: “open C:\Program Files\Storj\Storage Node\storagenode-updater.1.14.7.exe: The file exists.”, “errorVerbose”: “open C:\Program Files\Storj\Storage Node\storagenode-updater.1.14.7.exe: The file exists.\n\tmain.downloadBinary:62\n\tmain.updateSelf:64\n\tmain.loopFunc:36\n\tstorj.io/common/sync2.(*Cycle).Run:152\n\tmain.cmdRun:116\n\tstorj.io/private/process.cleanup.func1.4:353\n\tstorj.io/private/process.cleanup.func1:371\n\tgithub.com/spf13/cobra.(*Command).execute:840\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:945\n\tgithub.com/spf13/cobra.(*Command).Execute:885\n\tstorj.io/private/process.ExecWithCustomConfig:88\n\tstorj.io/private/process.Exec:65\n\tmain.(*service).Execute.func1:55\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:57”} |
2020-10-13T23:28:57.137+0800 | INFO | Downloading versions. | {“Server Address”: “https://version.storj.io”} |
2020-10-13T23:28:58.169+0800 | INFO | Version is up to date | {“Service”: “storagenode”} |
2020-10-13T23:28:58.170+0800 | INFO | Download started. | {“From”: “https://github.com/storj/storj/releases/download/v1.14.7/storagenode-updater_windows_amd64.zip”, “To”: “C:\WINDOWS\TEMP\storagenode-updater_windows_amd64.868908098.zip”} |
2020-10-13T23:29:01.913+0800 | ERROR | Error updating service. | {“Service”: “storagenode-updater”, “error”: “open C:\Program Files\Storj\Storage Node\storagenode-updater.1.14.7.exe: The file exists.”, “errorVerbose”: “open C:\Program Files\Storj\Storage Node\storagenode-updater.1.14.7.exe: The file exists.\n\tmain.downloadBinary:62\n\tmain.updateSelf:64\n\tmain.loopFunc:36\n\tstorj.io/common/sync2.(*Cycle).Run:152\n\tmain.cmdRun:116\n\tstorj.io/private/process.cleanup.func1.4:353\n\tstorj.io/private/process.cleanup.func1:371\n\tgithub.com/spf13/cobra.(*Command).execute:840\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:945\n\tgithub.com/spf13/cobra.(*Command).Execute:885\n\tstorj.io/private/process.ExecWithCustomConfig:88\n\tstorj.io/private/process.Exec:65\n\tmain.(*service).Execute.func1:55\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:57”} |
Please, try this:
Oh look! Another SNO with the broken windows updater!
Would it not be better to create a thread and pin it so everyone can easily find the answer?
Too many pinned threads
They will stop working at some point, so lets keep this feature is used as minimal as possible.
The instruction was given in the Release Notes, but without a such script. So my post just extends it.
I would like to suggest you to subscribe on that tag: Topics tagged official-changelog to have this information as soon as possible.
done, its resolved =)
i think the node is updated… it just wasn’t restarted so the dashboard doesn’t reflect, cause i monitored the task in task manager and traffic was still moving from storjnode… it wouldn’t have been long till windows update forces me to reboot the system and it would have worked correctly again