[oe] Help?

Martin Jansa martin.jansa at gmail.com
Sun Oct 30 13:54:18 UTC 2011


On Sun, Oct 30, 2011 at 08:00:28AM -0500, David Thomas wrote:
> I had a feeling it was a process issue. It is happening on bb.fire.event and so I was thinking it has something to do with that event wanting to do something unallowed.

I do not remember the exact error, but I would check the permissions on
/dev/shm or /run/shm (depends on your distribution).

Regards,

> 
> 
> 
> 
> On Oct 30, 2011, at 7:53 AM, Martin Panter wrote:
> 
> >>> On Sat, Oct 29, 2011 at 04:50:58PM -0500, David Thomas wrote:
> >>>> File "/home/dthomas/bitbake/lib/bb/cooker.py", line 529, in
> >>>> parseConfigurationFiles
> >>>>   bb.event.fire(bb.event.ConfigParsed(), self.configuration.data)
> >>>> IOError: [Errno 1] Operation not permitted
> > 
> > “Operation not permitted” is EPERM, which is different from EACCESS
> > “Permission denied”. Normally you get the permission denied issue for
> > file permission issues, and “not permitted” for trying to do something
> > like killing a root process as a normal user.
> > 
> > Have you tried using strace on bitbake? See if you can find if there's
> > an actual system call returning EPERM just before Python raises the
> > IOError exception.
> > 
> > -Marty
> > 
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel at lists.openembedded.org
> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20111030/4afa72e9/attachment-0002.sig>


More information about the Openembedded-devel mailing list