Borys Popławski

Results 177 comments of Borys Popławski

Could you provide us with a trace log of Gramine execution? (add `loader.log_level = "all"` to the manifest) > The program uses PyTorch's multiprocessing which doesn't work. Why it does...

> The output is like 4.2 MB file with 55k lines. I am pasting last few lines of it as Github comment doesn't allow pasting the full output. You can...

Please first check your manifest file. As for the error in `poll` - hard to say, there is not much happening there, although there are some socket flag warning -...

There's a building section on the same site you've linked: https://gramine.readthedocs.io/en/latest/devel/building.html

Why cannot this be a simple library preloaded into the application (and somehow run, depending on the app runtime, e.g. in C it could juts define a global constructor to...

> It could be that way, however, it might make things complicated for users to deal with. How exactly? > Regarding the case 1, the way you described could be...

> What @boryspoplawski seems to suggest is to implement integration with Project Amber in exactly the same way as we did in RA-TLS and Secret Prov to this date. Exactly....

> The amber in the pathname could be replaced with a generic name if desired, I don't think we need any new pathnames at all. @bigdata-memory could you respond to...

> > > It could be that way, however, it might make things complicated for users to deal with. > > > > > > How exactly? > > >...

Maybe `passthrough_sanitized_resolv_conf` manifest option? And write a `log_always` message saying we have such option if we detect user having `/etc/resolv.conf` in `allowed_files`?