Acknowledged
Created: Jul 20, 2023
Updated: Jul 25, 2023
Previous ID: LINCD-13056
Found In Version: 10.23.30.1
Severity: Standard
Applicable for: Wind River Linux LTS 23
Component/s: Userspace
1. Create an image with sssd;
2. Boot up a target device with this image and login;
3. Check the shebang of the python script:
root@intel-x86-64:/opt/wr-test# cat /usr/libexec/sssd/sss_analyze
#!/usr/bin/env python
from sssd import sss_analyze
sss_analyze.run()
root@intel-x86-64:/opt/wr-test# rpm -qf /usr/libexec/sssd/sss_analyze
sssd-2.7.4-r0.corei7_64
1) git clone --depth 1 --branch WRLINUX_10_23_LTS git://pek-git.wrs.com/wrlinux-x
2) setup.sh --machine intel-x86-64 --dl-layers=1 --distros wrlinux --templates feature/xfce feature/dhcp-server-kea feature/ipv6 feature/kubernetes feature/netplan feature/nfsd feature/nftables feature/ntp feature/package-management feature/sftp-server feature/vsomeip feature/wireguard --dl-layers=1
3). ./environment-setup-x86_64-wrlinuxsdk-linux
4) . ./oe-init-build-env build_test
5) vim conf/local.conf
IMAGE_INSTALL:append = " sssd"
6) bitbake wrlinux-image-std
7) boot on target and harddisk startup
8) run command as problem descriptio
9) check the shebang of python script as described