unikraft / catalog

Unikraft Applications & Examples Catalog
23 stars 29 forks source link

fix(library): Update Nginx config #32

Closed StefanJum closed 6 months ago

StefanJum commented 6 months ago

Update Nginx config file to not use /dev/stdout, since Unikraft does not properly support it yet.

nderjung commented 6 months ago

Hi, this is untrue: https://github.com/unikraft/unikraft/blob/staging/lib/devfs/stdout.c#L94-L104

I believe the issue you are trying to tackle is related in fact with a bug or config mismatch with vfstab and devfs.

StefanJum commented 6 months ago

Hi, this is untrue: https://github.com/unikraft/unikraft/blob/staging/lib/devfs/stdout.c#L94-L104

I believe the issue you are trying to tackle is related in fact with a bug or config mismatch with vfstab and devfs.

Agree, but the underlying issue might take some time to get fixed, so I would add this as a quick fix. Up to you though.

LE: The actual issue was not that hard to find, this pr should fix it, so after that is done we can close this pr.

nderjung commented 6 months ago

Closing as unikraft#1231 is now merged and the image boots and operates as expected.