Asif Iqbal
2009-Sep-09 19:49 UTC
[Puppet Users] apache2-prefork-dev and apache2-threaded-dev
Hi I am using puppet 0.24.8 with passenger 2.2.2. and apache2 on ubuntu 9.04 I notice http://github.com/reductivelabs/puppet/tree/master/ext/rack ''s manifest.pp suggests to install `apache2-threaded-dev'' for puppet 0.25. Can I install it as well while running puppet 0.24.8? If yes, ubuntu forces to remove `apache2-prefork-dev'' . (iqbala)@sys-ubuntu:~$ sudo apt-get install apache2-threaded-dev Reading package lists... Done Building dependency tree Reading state information... Done The following packages will be REMOVED: apache2-prefork-dev The following NEW packages will be installed: apache2-threaded-dev 0 upgraded, 1 newly installed, 1 to remove and 0 not upgraded. Need to get 214kB of archives. After this operation, 8192B of additional disk space will be used. Do you want to continue [Y/n]? Should I go ahead and install apache2-threaded-dev ? I have few FIN_WAIT2 status on port 8140. Will `apache2-threaded-dev'' fix those network status hang issues as well? Thanks -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
Russ Allbery
2009-Sep-09 20:23 UTC
[Puppet Users] Re: apache2-prefork-dev and apache2-threaded-dev
Asif Iqbal <vadud3@gmail.com> writes:> I am using puppet 0.24.8 with passenger 2.2.2. and apache2 on ubuntu 9.04> I notice http://github.com/reductivelabs/puppet/tree/master/ext/rack > ''s manifest.pp > suggests to install `apache2-threaded-dev'' for puppet 0.25.> Can I install it as well while running puppet 0.24.8? > If yes, ubuntu forces to remove `apache2-prefork-dev'' .apache2-threaded-dev is the standard Apache development package on Ubuntu. I forget the story behind apache2-prefork-dev, only remember that in general you don''t want to use it.> I have few FIN_WAIT2 status on port 8140. Will `apache2-threaded-dev'' > fix those network status hang issues as well?No. That package is purely the development environment and libraries for building Apache modules and has nothing to do with the running server. -- Russ Allbery (rra@stanford.edu) <http://www.eyrie.org/~eagle/> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
Asif Iqbal
2009-Sep-09 21:07 UTC
[Puppet Users] Re: apache2-prefork-dev and apache2-threaded-dev
On Wed, Sep 9, 2009 at 4:23 PM, Russ Allbery <rra@stanford.edu> wrote:> > Asif Iqbal <vadud3@gmail.com> writes: > >> I am using puppet 0.24.8 with passenger 2.2.2. and apache2 on ubuntu 9.04 > >> I notice http://github.com/reductivelabs/puppet/tree/master/ext/rack >> ''s manifest.pp >> suggests to install `apache2-threaded-dev'' for puppet 0.25. > >> Can I install it as well while running puppet 0.24.8? >> If yes, ubuntu forces to remove `apache2-prefork-dev'' . > > apache2-threaded-dev is the standard Apache development package on > Ubuntu. I forget the story behind apache2-prefork-dev, only remember that > in general you don''t want to use it. > >> I have few FIN_WAIT2 status on port 8140. Will `apache2-threaded-dev'' >> fix those network status hang issues as well? > > No. That package is purely the development environment and libraries for > building Apache modules and has nothing to do with the running server.I went ahead and installed it and nothing broke :-) Thanks for your help> > -- > Russ Allbery (rra@stanford.edu) <http://www.eyrie.org/~eagle/> > > > >-- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---