On Wed, Nov 23, 2022 at 10:25 AM, Marek Belisko wrote: > > Hi, > > On Wed, Nov 23, 2022 at 9:41 AM apoplawski via lists.yoctoproject.org > <[email protected]> wrote: > >> Hi, >> >> I have a similar problem. First, you need to disable pseudo before >> executing. >> On begin of the line containing sudo cryptsetup add environment variable >> definition: PSEUDO_DISABLED=1. This, however, does not solve the problem >> of executing sudo. I've noticed from the recipe point of view, all files >> you don't own >> are nobody:nogroup. This happens whether the task is in fakeroot or not. > > OK so adding PSEUDO_DISABLE=1 doesn't solve an issue. It's the same like > before.
In my case, adding PSEUDO_DISABLE=1 makes /etc/sudoers.conf problem go away. However, I am left with an error about running sudo: | sudo must be owned by uid 0 and have the setuid bit set I think main problem is ownership of files in task perspective. I don't know why files are nobody:nogroup. I spent some time on that but not found solution. > > Any idea what was changed and why it was working in dunfell and not in > kirkstone? > >> -- >> Adam Popławski > > BR, > > marek > -- > as simple and primitive as possible > ------------------------------------------------- > Marek Belisko - OPEN-NANDRA > Freelance Developer > > Ruska Nova Ves 219 | Presov, 08005 Slovak Republic > Tel: +421 915 052 184 > skype: marekwhite > twitter: #opennandra > web: http://open-nandra.com
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#58625): https://lists.yoctoproject.org/g/yocto/message/58625 Mute This Topic: https://lists.yoctoproject.org/mt/95191553/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
