I did have an app that works find on R14 and I’m trying to install it on the new firmware and R17 but problem when installing on the FS30S
What I do have on console but perhaps it is not the real problem. Oct 14 15:29:46 | supervisor[728]/supervisor T=main | app.c CreateFileLink() 1507 | Could not stat file at ‘/sbin/genl-ctrl-list’. No such file or directory Oct 14 15:29:46 | supervisor[728]/supervisor T=main | app.c CreateFileLink() 1624 | Failed to create link at ‘/sbin/genl-ctrl-list’ in app ‘serieTcpNetworkNew’. Oct 14 15:29:46 | supervisor[728]/supervisor T=main | app.c app_Start() 2954 | Failed to set Smack rules or set up app area.
What I did is install new firmware on the FX30S, changing package to R17 in my project, cleaning, building and installing.
This issue can not be reproduced on FX30S firmware R17.0 at my side.
Make sure that the legato framework version in Developer Studio is the same as your FX30S (18.06.5).
Support for Developer Studio has ended and the Legato plugin for VSCode is now the currently supported IDE. You can use VSCode.
Thanks @Donald,
I’m now OK with the install of VSCode but it is on ubuntu and I need a VirtualBox. Then it works.
But my problem was with the “adef” file as there were a requires: { dir: { /sbin /sbin … but the instruction fails on install as a program in /sbin was a link…
Regards.
sbin is a standard subdirectory of the root directory in Linux. They are mostly administrative tools, that should be made available only to the root user.