Netdata Agent failed to update

Ubuntu 20.04LTS, kernel 5.4.0-70-generic. During this mornings Anacron job to update Netdata the below was reported by the cronjob:

/etc/cron.daily/netdata-updater:
curl: (28) Resolving timed out after 10000 milliseconds
/tmp/netdata-updater-uHBGE3nWW0/netdata-updater.sh: line 298: cd: too many arguments
Wed 07 Apr 2021 08:27:47 AM CDT : INFO:  Current Version: 00103000000003
Wed 07 Apr 2021 08:27:47 AM CDT : INFO:  Latest Version: 00103000000011
./netdata-latest.tar.gz: OK
run-parts: /etc/cron.daily/netdata-updater exited with return code 1

Hi @chris.pollock :wave: Thanks for reporting the problem!

There is open issue in the netdata repo /tmp/netdata-updater-XXX/netdata-updater.sh: line 298: cd: too many arguments · Issue #10931 · netdata/netdata · GitHub

We are looking into it.

1 Like

Thanks @ilyam8 for the quick update.

Fixed in Don’t use glob expansion in argument to `cd` in updater. by Ferroin · Pull Request #10936 · netdata/netdata · GitHub