SystemLink Forum

cancel
Showing results for 
Search instead for 
Did you mean: 

deploy RT package via systemlink

using systemlink to deploy RT app and ecountered issue as:

Arguments [ [ { "__kwarg__": true, "pkgs": [ { "rtcounter1": "5.1.0-1" } ], "refresh": true, "install_recommends": true, "restart_if_required": true } ], [ { "__kwarg__": true, "attr": [ "description", "displayname", "displayversion", "group", "packager", "priority", "url", "uservisible", "version", "wininsttype", "storeproduct" ] } ] ] Detailed Results [ "Traceback (most recent call last): File \"/usr/lib/python3.5/site-packages/salt/minion.py\", line 1834, in _thread_multi_return ret['return'][ind] = func(*args, **kwargs) File \"/usr/lib/python3.5/site-packages/salt/modules/opkg.py\", line 598, in install info={'errors': errors, 'changes': ret} salt.exceptions.CommandExecutionError: Problem encountered installing package(s).

 

Additional info follows: changes: ---------- errors: - Collected errors: * Solver encountered 1 problem(s): * Problem 1/1: * - package testrt-package-5.0.0-0.armv7a-vfp conflicts with ni-lv-package-builder-startup-app provided by rtcounter1-5.1.0-1.armv7a-vfp * * Solution 1: * - do not ask to install a package providing rtcounter1 = 5.1.0-1 * Solution 2: * - do not ask to install testrt-package-5.0.0-0.armv7a-vfp ", null ] We don’t have testrt-package-5.0.0-0.armv7a-vfp in installed or in the package.

0 Kudos
Message 1 of 2
(1,794 Views)

From the Installed tab in SystemLink select the View filter and select Hidden.  This will make sure everything shows up and double check that testrt-package is not in the list, because the target clearly thinks it is installed.

 

If you have SSH access to the target via something like Putty you can also run "opkg list-installed | grep testrt-package" to double check if it is installed and run "opkg remove testrt-package" from the terminal to uninstall it.

0 Kudos
Message 2 of 2
(1,783 Views)