-
Type:
Bug
-
Status: Done
-
Priority:
(None)
-
Resolution: Fixed
-
Affects Version/s: 2.4.0b1
-
Fix Version/s: Kanban_Cleanup_2020_06_20
-
Labels:
-
Days in progress:0
Using the on-prem Enterprise config, the installation command as copied and pasted from the web UI results in the following:
pi@raspberrypi:~ $ sudo bash -c 'wget https://d1b0l86ne08fsf.cloudfront.net/2.3.0b1-build1/dist-packages/debian/armhf/mender-client_2.3.0b1-build1-1_armhf.deb && \ > DEBIAN_FRONTEND=noninteractive dpkg -i --force-confdef --force-confold mender-client_2.3.0b1-build1-1_armhf.deb && \ > DEVICE_TYPE="raspberrypi3" && \ > TENANT_TOKEN="...snip..." && \ > mender setup \ > --device-type $DEVICE_TYPE \ > --quiet --server-url 192.168.7.41 \ > --server-cert="" {enterpriseSettings} && \ > systemctl restart mender-client' --2020-05-25 16:49:49-- https://d1b0l86ne08fsf.cloudfront.net/2.3.0b1-build1/dist-packages/debian/armhf/mender-client_2.3.0b1-build1-1_armhf.deb Resolving d1b0l86ne08fsf.cloudfront.net (d1b0l86ne08fsf.cloudfront.net)... 13.249.105.230, 13.249.105.208, 13.249.105.25, ... Connecting to d1b0l86ne08fsf.cloudfront.net (d1b0l86ne08fsf.cloudfront.net)|13.249.105.230|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1921594 (1.8M) [application/x-debian-package] Saving to: ‘mender-client_2.3.0b1-build1-1_armhf.deb’ mender-client_2.3.0b1-build1-1_armhf.deb 100%[=========================================================================================================================>] 1.83M 4.65MB/s in 0.4s 2020-05-25 16:49:51 (4.65 MB/s) - ‘mender-client_2.3.0b1-build1-1_armhf.deb’ saved [1921594/1921594] Selecting previously unselected package mender-client. (Reading database ... 39839 files and directories currently installed.) Preparing to unpack mender-client_2.3.0b1-build1-1_armhf.deb ... Unpacking mender-client (2.3.0b1-build1-1) ... Setting up mender-client (2.3.0b1-build1-1) ... Configuration file '/etc/mender/artifact_info' ==> File on system created by you or by a script. ==> File also in package provided by package maintainer. ==> Keeping old config file as default. WARN[0000] No server URL(s) specified in mender configuration. WARN[0000] Server entry 1 has no associated server URL. ERRO[0000] Ambiguous arguments given - unrecognized argument: {enterpriseSettings} pi@raspberrypi:~ $