Sorry took a while to test this.
The updater is unable to determine current version:
2024-06-01T11:37:26-07:00 INFO storagenode-updater/loop.go:18 Downloading versions. {"Process": "storagenode-updater", "Server Address": "https://version.storj.io"}
2024-06-01T11:37:26-07:00 INFO storagenode-updater/update.go:22 Current binary version {"Process": "storagenode-updater", "Service": "storagenode", "Version": "v1.104.5"}
2024-06-01T11:37:26-07:00 INFO storagenode-updater/update.go:33 Version is up to date {"Process": "storagenode-updater", "Service": "storagenode"}
2024-06-01T11:37:26-07:00 ERROR storagenode-updater/loop.go:33 Error updating service. {"Process": "storagenode-updater", "Service": "storagenode-updater", "error": "unable to determine binary version", "errorVerbose": "unable to determine binary version\n\tmain.binaryVersion:40\n\tmain.update:17\n\tmain.loopFunc:31\n\tstorj.io/common/sync2.(*Cycle).Run:99\n\tmain.cmdRun:138\n\tstorj.io/common/process.cleanup.func1.4:393\n\tstorj.io/common/process.cleanup.func1:411\n\tgithub.com/spf13/cobra.(*Command).execute:983\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:1115\n\tgithub.com/spf13/cobra.(*Command).Execute:1039\n\tstorj.io/common/process.ExecWithCustomOptions:112\n\tstorj.io/common/process.ExecWithCustomConfigAndLogger:77\n\tmain.main:22\n\truntime.main:267"}
main.loopFunc
/go/src/storj.io/storj/cmd/storagenode-updater/loop.go:33
storj.io/common/sync2.(*Cycle).Run
/go/pkg/mod/storj.io/common@v0.0.0-20240425113201-9815a85cbc32/sync2/cycle.go:99
main.cmdRun
/go/src/storj.io/storj/cmd/storagenode-updater/cmd.go:138
storj.io/common/process.cleanup.func1.4
/go/pkg/mod/storj.io/common@v0.0.0-20240425113201-9815a85cbc32/process/exec_conf.go:393
storj.io/common/process.cleanup.func1
/go/pkg/mod/storj.io/common@v0.0.0-20240425113201-9815a85cbc32/process/exec_conf.go:411
github.com/spf13/cobra.(*Command).execute
/go/pkg/mod/github.com/spf13/cobra@v1.8.0/command.go:983
github.com/spf13/cobra.(*Command).ExecuteC
/go/pkg/mod/github.com/spf13/cobra@v1.8.0/command.go:1115
github.com/spf13/cobra.(*Command).Execute
/go/pkg/mod/github.com/spf13/cobra@v1.8.0/command.go:1039
storj.io/common/process.ExecWithCustomOptions
/go/pkg/mod/storj.io/common@v0.0.0-20240425113201-9815a85cbc32/process/exec_conf.go:112
storj.io/common/process.ExecWithCustomConfigAndLogger
/go/pkg/mod/storj.io/common@v0.0.0-20240425113201-9815a85cbc32/process/exec_conf.go:77
main.main
/go/src/storj.io/storj/cmd/storagenode-updater/main.go:22
runtime.main
/usr/local/go/src/runtime/proc.go:267
Executed as:
/usr/local/bin/storagenode-updater run \
--config-dir "/mnt/storagenode/config" \
--identity-dir "/mnt/storagenode/identity/storagenode" \
--binary-location "/usr/local/bin/storagenode" \
--service-name "storagenode" \
--restart-method service
Full logs
storagenode_updater.log
root@test-updater:~ # cat /var/log/storagenode_updater.log
2024-06-01T11:10:06-07:00 INFO process/exec_conf.go:318 Configuration loaded {"Process": "storagenode-updater", "Location": "/mnt/storagenode/config/config.yaml"}
2024-06-01T11:10:06-07:00 INFO process/exec_conf.go:328 Invalid configuration file key {"Process": "storagenode-updater", "Key": "contact.external-address"}
2024-06-01T11:10:06-07:00 INFO process/exec_conf.go:328 Invalid configuration file key {"Process": "storagenode-updater", "Key": "server.address"}
2024-06-01T11:10:06-07:00 INFO process/exec_conf.go:328 Invalid configuration file key {"Process": "storagenode-updater", "Key": "operator.wallet"}
2024-06-01T11:10:06-07:00 INFO process/exec_conf.go:328 Invalid configuration file key {"Process": "storagenode-updater", "Key": "storage2.database-dir"}
2024-06-01T11:10:06-07:00 INFO process/exec_conf.go:328 Invalid configuration file key {"Process": "storagenode-updater", "Key": "operator.wallet-features"}
2024-06-01T11:10:06-07:00 INFO process/exec_conf.go:328 Invalid configuration file key {"Process": "storagenode-updater", "Key": "healthcheck.details"}
2024-06-01T11:10:06-07:00 INFO process/exec_conf.go:328 Invalid configuration file key {"Process": "storagenode-updater", "Key": "console.address"}
2024-06-01T11:10:06-07:00 INFO process/exec_conf.go:328 Invalid configuration file key {"Process": "storagenode-updater", "Key": "healthcheck.enabled"}
2024-06-01T11:10:06-07:00 INFO process/exec_conf.go:328 Invalid configuration file key {"Process": "storagenode-updater", "Key": "operator.email"}
2024-06-01T11:10:06-07:00 INFO process/exec_conf.go:328 Invalid configuration file key {"Process": "storagenode-updater", "Key": "storage.allocated-bandwidth"}
2024-06-01T11:10:06-07:00 INFO process/exec_conf.go:328 Invalid configuration file key {"Process": "storagenode-updater", "Key": "server.private-address"}
2024-06-01T11:10:06-07:00 INFO process/exec_conf.go:328 Invalid configuration file key {"Process": "storagenode-updater", "Key": "storage.allocated-disk-space"}
2024-06-01T11:10:06-07:00 INFO process/exec_conf.go:328 Invalid configuration file key {"Process": "storagenode-updater", "Key": "storage.path"}
2024-06-01T11:10:06-07:00 INFO process/tracing.go:73 Anonymized tracing enabled {"Process": "storagenode-updater"}
2024-06-01T11:10:06-07:00 DEBUG tracing collector monkit-jaeger@v0.0.0-20240221095020-52b0792fa6cd/thrift.go:149 started {"Process": "storagenode-updater"}
2024-06-01T11:10:06-07:00 DEBUG process/debug.go:39 debug server listening on 127.0.0.1:54783 {"Process": "storagenode-updater"}
2024-06-01T11:10:06-07:00 INFO storagenode-updater/cmd.go:119 Running on version {"Process": "storagenode-updater", "Service": "storagenode-updater", "Version": "v0.0.0"}
2024-06-01T11:10:06-07:00 INFO storagenode-updater/loop.go:18 Downloading versions. {"Process": "storagenode-updater", "Server Address": "https://version.storj.io"}
2024-06-01T11:10:10-07:00 INFO storagenode-updater/update.go:22 Current binary version {"Process": "storagenode-updater", "Service": "storagenode", "Version": "v1.104.5"}
2024-06-01T11:10:10-07:00 INFO storagenode-updater/update.go:33 Version is up to date {"Process": "storagenode-updater", "Service": "storagenode"}
2024-06-01T11:10:10-07:00 ERROR storagenode-updater/loop.go:33 Error updating service. {"Process": "storagenode-updater", "Service": "storagenode-updater", "error": "unable to determine binary version", "errorVerbose": "unable to determine binary version\n\tmain.binaryVersion:40\n\tmain.update:17\n\tmain.loopFunc:31\n\tstorj.io/common/sync2.(*Cycle).Run:99\n\tmain.cmdRun:138\n\tstorj.io/common/process.cleanup.func1.4:393\n\tstorj.io/common/process.cleanup.func1:411\n\tgithub.com/spf13/cobra.(*Command).execute:983\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:1115\n\tgithub.com/spf13/cobra.(*Command).Execute:1039\n\tstorj.io/common/process.ExecWithCustomOptions:112\n\tstorj.io/common/process.ExecWithCustomConfigAndLogger:77\n\tmain.main:22\n\truntime.main:267"}
main.loopFunc
/go/src/storj.io/storj/cmd/storagenode-updater/loop.go:33
storj.io/common/sync2.(*Cycle).Run
/go/pkg/mod/storj.io/common@v0.0.0-20240425113201-9815a85cbc32/sync2/cycle.go:99
main.cmdRun
/go/src/storj.io/storj/cmd/storagenode-updater/cmd.go:138
storj.io/common/process.cleanup.func1.4
/go/pkg/mod/storj.io/common@v0.0.0-20240425113201-9815a85cbc32/process/exec_conf.go:393
storj.io/common/process.cleanup.func1
/go/pkg/mod/storj.io/common@v0.0.0-20240425113201-9815a85cbc32/process/exec_conf.go:411
github.com/spf13/cobra.(*Command).execute
/go/pkg/mod/github.com/spf13/cobra@v1.8.0/command.go:983
github.com/spf13/cobra.(*Command).ExecuteC
/go/pkg/mod/github.com/spf13/cobra@v1.8.0/command.go:1115
github.com/spf13/cobra.(*Command).Execute
/go/pkg/mod/github.com/spf13/cobra@v1.8.0/command.go:1039
storj.io/common/process.ExecWithCustomOptions
/go/pkg/mod/storj.io/common@v0.0.0-20240425113201-9815a85cbc32/process/exec_conf.go:112
storj.io/common/process.ExecWithCustomConfigAndLogger
/go/pkg/mod/storj.io/common@v0.0.0-20240425113201-9815a85cbc32/process/exec_conf.go:77
main.main
/go/src/storj.io/storj/cmd/storagenode-updater/main.go:22
runtime.main
/usr/local/go/src/runtime/proc.go:267
rc.d daemon
root@test-updater:~ # cat /usr/local/etc/rc.d/storagenode_updater
#!/bin/sh
# PROVIDE: storagenode_updater
# REQUIRE: LOGIN FILESYSTEMS netwait
# KEYWORD: SHUTDOWN
. /etc/rc.subr
name=storagenode_updater
rcvar=${name}_enable
load_rc_config $name
: "${storagenode_updater_storage_path:="/mnt/storagenode"}"
: "${storagenode_updater_enable:=yes}"
: "${storagenode_updater_executable:="/usr/local/bin/storagenode-updater"}"
: "${storagenode_updater_node_binary_location:="/usr/local/bin/storagenode"}"
: "${storagenode_updater_node_service_name:="storagenode"}"
: "${storagenode_updater_config_dir:="${storagenode_updater_storage_path}/config"}"
: "${storagenode_updater_identity_dir:="${storagenode_updater_storage_path}/identity/storagenode"}"
pidfile="/var/run/${name}.pid"
pidfile_child="/var/run/${name}_child.pid"
command="/usr/sbin/daemon"
command_args="-f -H \
-o \"/var/log/${name}.log\" \
-P \"${pidfile}\" \
-p \"${pidfile_child}\" \
-u root \
\"${storagenode_updater_executable}\" run \
--config-dir \"${storagenode_updater_config_dir}\" \
--identity-dir \"${storagenode_updater_identity_dir}\" \
--binary-location \"${storagenode_updater_node_binary_location}\" \
--service-name \"${storagenode_updater_node_service_name}\" \
--restart-method service"
run_rc_command "$1"
etc/rc.conf
root@test-updater:~ # cat /etc/rc.conf
cron_flags="$cron_flags -J 15"
# Disable Sendmail by default
sendmail_enable="NO"
sendmail_submit_enable="NO"
sendmail_outbound_enable="NO"
sendmail_msp_queue_enable="NO"
# Run secure syslog
syslogd_flags="-c -ss"
# Enable IPv6
ipv6_activate_all_interfaces="YES"
ifconfig_epair0b="SYNCDHCP"
netwait_ip="1.1.1.1"
storagenode_identity_dir="/mnt/storagenode/identity/storagenode"
storagenode_config_dir="/mnt/storagenode/config"
storagenode_storage_path="/mnt/storagenode"
storagenode_updater_config_dir="/mnt/storagenode/config"
storagenode_updater_identity_dir="/mnt/storagenode/identity/storagenode"
storagenode_enable="YES"
storagenode_updater_enable="YES"
newsyslog_enable="YES"
netwait_enable="YES"
file info
root@test-updater:~ # file /usr/local/bin/storagenode
/usr/local/bin/storagenode: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), statically linked, for FreeBSD 12.3, FreeBSD-style, Go BuildID=xDRDdBUz-ti8IopWt5ao/5rWb1BXF4cehNI_Me4Zh/VO3gJB0EUrUtUqkasl2K/UJLOwf_nDvlmL8RkDepC, with debug_info, not stripped
root@test-updater:~ # /usr/local/bin/storagenode version
2024-06-01T11:21:48-07:00 INFO Anonymized tracing enabled {"Process": "storagenode"}
Release build
Version: v1.104.5
Build timestamp: 14 May 24 13:20 PDT
Git commit: f3a059560507912f8c471e838826a77b56b459a7
root@test-updater:~ # file /usr/local/bin/storagenode-updater
/usr/local/bin/storagenode-updater: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), statically linked, for FreeBSD 12.3, FreeBSD-style, Go BuildID=IlKqOlZj4fKpm3U7ZYrN/q7GXJ5FzeKW05Vg1Rdwd/qjwtc0Dqy2eg1IT670xB/UbCXjc1hcRWvbUhTgFnY, with debug_info, not stripped
root@test-updater:~ # /usr/local/bin/storagenode-updater version
2024-06-01T11:22:08-07:00 INFO process/tracing.go:73 Anonymized tracing enabled {"Process": "storagenode-updater"}
Development build
Build timestamp: 29 May 24 03:58 PDT
Git commit: 930e83b946a665b2d1b38978d957706b9a5f21d1