similar to: Avoiding killall

Displaying 20 results from an estimated 1000 matches similar to: "Avoiding killall"

2008 Nov 15
0
killall kills god
I was having a problem with cap deploys where you get: Couldn''t find any pid file in ... matching ''dispatch.[0-9]*.pid'' based on the suggestion of another post I implemented the following in deploy.rb which does successful terminate all the Ruby process but this includes God. desc "restart override" task :restart, :roles => :app do run "killall -9
2003 Nov 13
2
Apache leaks sensitive info in PHP phpinfo() calls
Hi, I wanted to get some opinions on this subject before I submit a PR about it. I don't know if there are any pitfalls with the 'fix' I suggested and though it best to run it past people here before submitting. If there's a better place to post this please let me know (freebsd-ports?). The send-pr output I was about to send explains everything so I'll just paste it here:
2008 May 15
2
config checks and service bounces
Puppeteers, I''ve seen things in the documentation to make me think this is possible but I''m not sure how to implement it. Here''s what I''d like to do: puppetd pulls down a config file, say httpd.conf BEFORE puppetd moves it to $path, I''d like to have it check it''s integrity with apachectl configtest IF configtest passes, then puppetd should
2006 May 26
3
mongrel_rails cluster::start problem with multiple runs?
mongrel_rails cluster::start doesn''t seem to pay attention to whether or not the processes exist or not. If you run it twice, the first set of processes are created, then then second run will overwrite the log/{pidfiles} files with the new process numbers. Problem is that the second group of processes are gone, since the first ones had the port open. I''d think that the right
2007 Sep 28
1
nut + usb + udev with kernel 2.6.22
Hi all, Here's a brief history of my adventure: I purchased a CyberPower 685 AVR and decided to connect it through USB to my Gentoo linux machine running kernel 2.6.22. While the device was detected properly and added to /dev, it was added with the wrong permissions (gid was set to 'usb' instead of 'nut', as it was expected to be according to the rules under
2017 Mar 15
2
Centos7 and apachectl
I am looking at: https://httpd.apache.org/docs/2.4/vhosts/index.html I tried: |apachectl -S | And no output. Even stopping httpd, no output. How to we see how apache parsed the config files? thank you
2011 Feb 15
3
apache 2 and php 5.2
Hi originally I installed php 4 on centos 5.5 and then a few repos including the remi repo to upgrade to php5, which seems to upgrade/work without any issues. However when I make a change to the /etc/php.ini file it doesn't look like apache is seeing it, for example if I change the post_max_size and upload_max_file to 25M each apache still sees the default 2M. I also removed the /etc/php.ini
2009 Jun 10
5
Deploying with Passenger question
Hi, I followed the instructions for deploying a site with Passenger from the screencast that is on the Phusion Passenger site and it didn''t work. I am using Dreamhost to host my site- could the problem be on their end? Someone suggested that I do: passenger-install-apache2-module on my command line but I already did that when I first installed Passenger and the Passenger Pref pane
2005 Jul 02
2
Rebooting not working
Hi! I've installed NUT 2.0.2 to work with my MGE Protection Center and it works but for one thing. When I reboot the computer, at startup upsdrvctl/newhidups can't find the UPS so I have to manually unplug, replug and start upsdrvctl/upsd every time. I've installed from sourcecode onto a Gentoo machine. Where should I look for the problem (USB/hotplug/newhidups/somewhere else)?
2006 Dec 15
2
Boot load wcfxo does not configure self under Ubuntu 6
When booting Ubuntu 6.06.1 (Linux 2.6.15-27-386), wcfxo would load but not configure. I have three ways to manually force wcfxo to configure: 1) ztcfg, 2) modprobe -f wcfxo, or of course 3) unload and reload wcfxo. Each works equally well. As a workaround, now I have to put ztcfg in rc.local, which Debian doesn't favour. I had compiled the same zaptel under Ubuntu 5.02.0 on two
2006 Apr 29
10
A Good Tutorial on Params and Variables
I have found various posts about instance variables, session variables and parameters (each of which seems to use differnet syntax and have different view on the "best practice") I would like to find a single, reliable source that provides a good overview on all of it. Specifically, I would like to learn how to pass parameters between controllers and how to set session variables so
2010 Sep 02
2
PHP.ini question 5.5CentOS
I can't seem to figure out why any changes I make to php.ini and restart apache (apachectl stop|start; grep of any httpd processes), the settings do not update. php -r "phpinfo();" | grep Configuration Configuration File (php.ini) Path => /etc/php.ini Configuration I installed extensions via yum and they don't show up. # rpm -qa|grep php php-gd-5.1.6-27.el5
2006 Mar 03
1
Problem with oracle&httpd...
Hi, I have CentOS 4.2 installed on my PC and I've successfully installed Oracle 10g along with apache web server(httpd) and perl-DBD-Oracle. The problem is trying to connect to oracle to oracle from a CGI script. I defined all of the environment variables(ORACLE_HOME, LD_LIBRARY_PATH, PERL5LIB) in httpd.conf as well as apachectl scripts but I am getting the following error in the
2007 Jan 20
2
startup script at bootup
How I can start mongrel apache in the order it must be started after a re-boot automatically? I am using "mongrel_rails cluster::start" in a script after a login...like this... cd /home/sa/workspace/studio mongrel_rails cluster::start /usr/local/apache2/bin/apachectl start Thanks, Jim _________________________________________________________________ Type your favorite song.? Get a
2008 Jun 11
2
apachectl gracefult causes Signal 11 crash after 6.3 to 7.0 upgrade [SOLVED]
It seems a php-extensions bug. If you comment the mhash.so in /usr/local/etc/php/extensions.ini as: ;entension=mhash.so all works fine and you don't get anymore httpd crash (signal 11) if you use 'apachectl graceful'. Maybe will be a good idea to open PR for this? I hope it helps someone.... (I'm very surprised that this isn't a documented bug in 7.0 yet) -- Thanks, Jordi
2007 Oct 17
2
Preflight check / lint
Hi, Am writing scripts to manage configuration management and Asterisk. I would like to be able to point the asterisk binary at config directory with an asterisk.conf in it, and for asterisk to run a pre- flight check. A bit like a pint check in php, 'apachectl configtest' and lots of other tools. asterisk will then exit with 0 on a safe config, and 1 on a bad config. I can
2008 Jul 03
6
Apache HOW-TO?
Can anyone please recommend a good tutorial on how to deploy a rails app on apache? My system info is: linux (non-debian) ruby 1.8.6 (2007-03-13 patchlevel 0) [i686-linux] gem -v 1.2.0 rails -v Rails 2.0.2 apachectl -v Server version: Apache/2.0.59 Thank you for any help! -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message
2005 May 14
2
different ways to disable https in apache...
Hello, I built apache+openssl+mod_ssl. It is working fine, and I have been starting the server with: apachectl startssl Recently, however, I have decided that I will not be doing anything over https (for a while, at least) with this web server, so for security reasons, I want to only run on port 80. So now I start the server with: apachectl start And it runs without SSL. My question is, is
2015 Dec 15
2
CentOS 7 (1511) is released
On 12/15/2015 03:51 PM, Leon Fauster wrote: > Am 15.12.2015 um 14:31 schrieb Zdenek Sedlak <dev at apgrco.com>: >> On 12/15/2015 02:23 PM, Dennis Jacobfeuerborn wrote: >>> On 15.12.2015 03:22, John R Pierce wrote: >>>> On 12/14/2015 3:46 PM, Wes James wrote: >>>> >>>> most service updates will restart the service >>> >>>
2006 Aug 04
2
Can you explain me this behaviour please?
Hi, I found a behaviour of rsync I cannot explain. 1) rsync -vaS --delete-after --include-from=/etc/rsync.inc --exclude-from=/etc/rsync.ex / server:/ 2) rsync -vaS --relative --delete-after --include-from=/etc/rsync.inc --exclude-from=/etc/rsync.ex / server:/ I sync most of one server to another as a fallback server. I had the relative option first (dont know anymore why), then