You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ sudo cmake --build . --target install
[0/1] Install the project...
-- Install configuration: "Debug"
-- Installing: /usr/local/lib/systemd/system/deviceupdate-agent.service
Usage: install.sh configuration_dir configuration_file home_dir log_dir data_dir
Expected 5 command line args, but got 4
Create the 'adu' group.
Error: 'adu' group already exists.
-- Installing: /usr/local/bin/AducIotAgent
-- Set runtime path of "/usr/local/bin/AducIotAgent" to ""
-- Installing: /usr/local/bin/adu-shell
-- Installing: /usr/local/bin/adu-swupdate.sh
-- Installing: /var/lib/adu/extensions/sources/libcurl_content_downloader.so
-- Installing: /var/lib/adu/extensions/sources/libdeliveryoptimization_content_downloader.so
-- Set runtime path of "/var/lib/adu/extensions/sources/libdeliveryoptimization_content_downloader.so" to ""
-- Installing: /var/lib/adu/extensions/sources/libcontoso_component_enumerator.so
-- Installing: /var/lib/adu/extensions/sources/libmicrosoft_delta_download_handler.so
-- Set runtime path of "/var/lib/adu/extensions/sources/libmicrosoft_delta_download_handler.so" to ""
-- Installing: /var/lib/adu/extensions/sources/libmicrosoft_apt_1.so
-- Set runtime path of "/var/lib/adu/extensions/sources/libmicrosoft_apt_1.so" to ""
-- Installing: /var/lib/adu/extensions/sources/libmicrosoft_script_1.so
-- Set runtime path of "/var/lib/adu/extensions/sources/libmicrosoft_script_1.so" to ""
-- Installing: /var/lib/adu/extensions/sources/libmicrosoft_simulator_1.so
-- Set runtime path of "/var/lib/adu/extensions/sources/libmicrosoft_simulator_1.so" to ""
-- Installing: /var/lib/adu/extensions/sources/libmicrosoft_swupdate_2.so
-- Set runtime path of "/var/lib/adu/extensions/sources/libmicrosoft_swupdate_2.so" to ""
-- Installing: /var/lib/adu/extensions/sources/libmicrosoft_steps_1.so
-- Set runtime path of "/var/lib/adu/extensions/sources/libmicrosoft_steps_1.so" to ""
The text was updated successfully, but these errors were encountered:
Expected Behavior
CMakelist.txt mentions 4 variables
${ADUC_CONF_FOLDER} ${ADUC_CONF_FILE} ${ADUC_LOG_FOLDER} ${ADUC_DATA_FOLDER}
iot-hub-device-update/daemon/CMakeLists.txt
Line 10 in 3e95b9a
but
install.sh
expects 5 variablesiot-hub-device-update/daemon/install.sh
Line 15 in 3e95b9a
Seems that home_dir variable is missing.
Does it map to
ADUC_HOME_FOLDER
?Current Behavior
Error on install
Steps to Reproduce
Provide a detailed set of steps to reproduce the bug.
./scripts/build.sh -c -u --build-packages
cd out
sudo cmake --build . --target install
Device Information
Debian 11
amd64
N/A
*DU Agent Version (run 'sudo -u adu /usr/bin/AducIotAgent -v'):
Logs
The text was updated successfully, but these errors were encountered: