phusion / passenger

A fast and robust web server and application server for Ruby, Python and Node.js
https://www.phusionpassenger.com/
MIT License
4.99k stars 548 forks source link

Passenger under DragonFlyBSD #818

Closed FooBarWidget closed 10 years ago

FooBarWidget commented 10 years ago

From ahuete.devel on November 16, 2011 01:59:51

What steps will reproduce the problem? 1. Install passenger using ruby 1.8.7, gems 1.6.2, passenger 3.0.9 and apache prefork 2.2.21.

  1. apachectl start (randomly startup hangs)
  2. After doing few requests in the rails app, do an apachectl stop What is the expected output? What do you see instead? - Upon 'apachectl start' I always expect that it comes up eventually. The apache process is left in wait status while the PassengerWatchdog is in nanoslp.
    • Upon 'apachectl stop' I expect it stops just fine, but weird process status is shown:

      ps axl | grep http

0  3678     1   0 152   0  91224  10680 wait   ILMs   ??    0:00.10 /usr/pkg/sbin/httpd -k start
0 12078  2123  16 159   0    616    536 -      R6LM+   2    0:00.00 grep http

ps axlH | grep -i Pass

0  3679     0  3678   0 152   0  18096   5172 nanslp SLMs   ??    0:00.18 PassengerWatchdog
0  3679     1  3678  65 181   0  18096   5172 nanslp ILMs   ??    0:00.00 PassengerWatchdog
0  3679     2  3678 128 230   0  18096   5172 -      R7LMs  ??    2:12.38 PassengerWatchdog
0  3679     3  3678 128 230   0  18096   5172 -      R2LMs  ??    2:12.39 PassengerWatchdog
0  3681     0  3679   0 152   0      0    164 -      ZLM    ??    0:00.02  (PassengerHelperA)

65534 3684 0 3679 0 152 0 0 168 - ZLM ?? 0:00.02 (PassengerLogging) 0 12081 0 2123 16 159 0 616 528 - R6LM+ 2 0:00.00 grep -i Pass

What version of Phusion Passenger are you using? Which version of Rails? Passenger 3.0.9 and Rails 2.3.11. what operating system? DragonFlyBSD Please provide any additional information below. Just contact me for anything additional I should do or provide.

Thanks a lot for the support. Cheers, Antonio Huete

Original issue: http://code.google.com/p/phusion-passenger/issues/detail?id=719

FooBarWidget commented 10 years ago

From honglilai on February 04, 2013 16:13:45

We've put a lot of attention into making sure Phusion Passenger 4 works with FreeBSD and OpenBSD. Maybe DragonFlyBSD support has also been fixed now. Can anybody confirm?

Labels: PossiblyOutdated

FooBarWidget commented 10 years ago

From ahuete.devel on February 04, 2013 16:20:41

Hi,

I am not sure when I will be able to check this out, but once I do it I'll report back.

Cheers, Antonio Huete

FooBarWidget commented 10 years ago

From honglilai on February 27, 2013 06:50:15

4.0.0 RC 2 has just been released. Can you try that version?

FooBarWidget commented 10 years ago

From honglilai on March 03, 2013 03:13:02

Labels: NeedsFeedback

FooBarWidget commented 10 years ago

From honglilai on March 31, 2013 12:55:56

Status: Stale