-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
[Ubuntu WSL 1] rymfony server:start cannot unwrap unexisting fpm-conf.ini #12
Comments
Yup, thanks for reporting this issue! It's coming from this line, the path should be replaced with the one in the |
Sorry for closing/reopening, I've just published an attempt to fix the issue (couldn't really reproduce it). If you could retry it by downloading it (or rebuilding it with |
Thank you! I have other issues that I will try to work on (this is certainly due to my messy environment 😅): -> If I rebuild the project without this line I can run the server with the following error spammed in the console.
But I should fix this on my own since it's an error due to my environment even if I simply try it on standalone Thank you for your time 💯 |
Thanks for the details about your issue with WSL1! As I'm working on Windows too and I don't have WSL2, I'm going to look for a way to fix this. I also encountered the TCP_INFO error you mention, and I'm not yet sure to know where it comes from. I'll look at this when I have more time, unless someone wants to check it out first, of course 😄 |
@kayneth I added a basic check to deactivate But this crate or this code seems to do the trick. Maybe a WSL user could give it a try and adapt this check: https://github.com/Pierstoval/rymfony/pull/14/files#diff-95e26a75eee9a232f210ff2018e5d5c4R82-R83 |
Hi @kevinpapst! I need to replace the script by a proper crate requirement and I will add a contribution with it. 👍 One more thing: |
@kayneth I'm waiting for your contribution, because I'm still using WSL1 😉 |
As of the record, I noted that the FPM server doesn't work on my WSL1 setup. I think it is caused by microsoft/WSL#2090 / microsoft/WSL#1982 , and Microsoft announced that it will never be fixed, so for some people, Rymfony on WSL1 will be unusable 😞 |
Hello!
First, thank you for your work!
I wanted to try it out on a WSL 1 Ubuntu. Everything worked perfectly with
new:symfony
andphp:list
. Here is the result for a PHP installation done with ASDF-VMBut for
server:start
, i've got an error. I cannot write to~/.rymfony/fpm-conf.ini
. Here is the backtrace:I even
touch
the file and restarted the command but it did the same.I will try to rebuild manually the project and search for the issue and report the result here! 😄
The text was updated successfully, but these errors were encountered: