Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nginx: Error opening /dev/stdout #31

Open
razvand opened this issue Dec 27, 2023 · 0 comments
Open

nginx: Error opening /dev/stdout #31

razvand opened this issue Dec 27, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@razvand
Copy link
Contributor

razvand commented Dec 27, 2023

When running Nginx 1.15 (native mode), the following issue appears:

[    6.715998] dbg:  [libvfscore] (int) uk_syscall_r_open((const char*) 0x43fa78e43, (int) 0x441, (mode_t) 0x1a4)
[    6.731505] dbg:  [libdevfs] devfs_lookup:stdout
[    6.742795] dbg:  [libposix_fdio] (ssize_t) uk_syscall_r_write((int) 0x3, (const void *) 0x111a0, (size_t) 0x51)
[    6.757991] dbg:  [libposix_time] (int) uk_syscall_r_clock_gettime((clockid_t) 0x0, (struct timespec*) 0x10f60)
[    6.772617] dbg:  [libposix_fdio] (ssize_t) uk_syscall_r_write((int) 0x2, (const void *) 0x111b2, (size_t) 0x3f)
nginx: [emerg] open() "/dev/stdout" failed (22: Unknown error)
[    6.793821] dbg:  [libposix_fdtab] (int) uk_syscall_r_close((int) 0x4)
@razvand razvand added the bug Something isn't working label Dec 27, 2023
StefanJum added a commit to StefanJum/catalog that referenced this issue Dec 27, 2023
Update Nginx config file to not use `/dev/stdout`, since Unikraft does
not properly support it yet.

GitHub-Closes: unikraft#31
Signed-off-by: Stefan Jumarea <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

2 participants