On Wed, Jul 19, 2017 at 3:31 AM, Justin Cinkelj <justin.cink...@gmail.com>
wrote:

> I also tried with/without cli, debug/release build, and did clean it
> before rebuild
> ./scripts/build -j4 mode=release clean
> ./scripts/build -j4 mode=release image=nginx
>
> And it still works
> justin_cinkelj@jcpc:~/devel/mikelangelo/osv-fc25/osv$ scripts/run.py
> --forward tcp:8888::80
> qemu-system-x86_64: -redir tcp:8888::80: The -redir option is deprecated.
> Please use '-netdev user,hostfwd=...' instead.
> OSv v0.24-403-gb88aa48
> eth0: 192.168.122.15
> WARNING: af_local::ioctl(FIOASYNC) stubbed
> WARNING: fcntl(F_SETOWN) stubbed
> initgroups() stubbed
>
> justin_cinkelj@jcpc:~/devel/mikelangelo/osv-fc25/osv/apps$ curl
> http://localhost:8888/index.html
> <!DOCTYPE html>
> <html>
> <head>
> <title>Welcome to nginx!</title>
>
> Nadav, how do you build image? I guess on FC26, and you somehow tell
> ./scripts/build to use specific gcc version? I doubt that is relevant, but
> I just cant reproduce.
>

Sorry, I tried again now, and it worked!
Maybe I forgot to clean something before... I'm sure I recompiled OSv with
your new patches (because otherwise I wouldn't have seen the new
"unimplemented" abort), but perhaps something with nginx itself was built
incorrectly, and a "scripts/build clean" fixed it.

So now it works exactly as it does for you. Thanks!

By the way, I have two different build machines, one with Fedora 25 and gcc
6.3.1 which I normally use (and used to try nginx), and a seperate one with
Fedora 26 and gcc 7, which I used only to debug the OSv problems with gcc 7.
I'm not moving my main build machine to gcc 7 until issue
https://github.com/cloudius-systems/osv/issues/890 is resolved :-(


>
> Also, can you try to send nginx logs to stderr - the ngnix.conf already
> has the required lines, just for that purpose :). But, they are commented
> out. I guess something in worker code fails, then worker doesn't really
> start up, its code returns, and master code gets executed.
>
> --
> You received this message because you are subscribed to the Google Groups
> "OSv Development" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to osv-dev+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osv-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to