-
Notifications
You must be signed in to change notification settings - Fork 827
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 on start: io_setup() failed (38: Function not implemented) #3014
Comments
I can't actually repro this, on 17627.
No errors in That might or might not mean the [Separately if there are problems with some php script or another, please file under a different cover; best by running the script from the commandline and grabbing an |
@sanzc can you run your nginx (not via |
My configuration (Ubuntu 16):
#reboot
sudo nano /etc/nginx/nginx.conf
sudo nano /etc/nginx/sites-enabled/site.loc
sudo nano /etc/php/7.2/fpm/pool.d/site.loc.conf
Add symlink "/mnt/c/project" -> /var/www/site.loc
Windows hosts
|
same issue |
same issue here. It seems that some kernel function haven't implemented.
|
I very recently joined the Insider Programme just to see if I could get this working. Previously I was on OS Build 17134.254 (1803) and the upgrade has taken me to 17751.1 (1809) and I'm happy to say that, for my use case, this is no longer an issue. So, for those who aren't on the Insider Programme or don't want to be, it looks like this issue is addressed in time for 1809's release. |
Closing for lack of strace. If the issue persists in 1809, please feel encouraged to spawn a new issue following CONTRIBUTING.md. |
Operating System Information:
Windows Build Number: 10.0.16299.248
Issue:
Nginx log shows error on (re)start
[emerg] 1251#1251: io_setup() failed (38: Function not implemented)
Steps to reproduce:
Install WLS (tried with fresh Ubuntu and Debian installation)
Update/Upgrade (apt update && apt upgrade)
Install nginx from official nginx repo (http://nginx.org/en/linux_packages.html - tried with stable and mainline)
Run nginx (service nginx start)
Look at error.log (cat /var/log/nginx/error.log)
Behavior:
Despite the error I tried to set up nginx with php7.2-fpm. Static files work but it can't correctly serve php files, the browser just keep loading forever. But no other error is shown in nginx and php-fpm logs.
The text was updated successfully, but these errors were encountered: