chkconfig not starting application script on bootup
OS: Centos 5.7 My application script starts like this (/etc/init.d/myapp): #!/bin/sh # chkconfig 2345 85 60 # description: my application controller # processname: myappNAME=MyApp DIR=/opt/myapp/...
View ArticleRestarting the httpd service in RHEL returns “Stopping httpd: [FAILED]” – How...
This is my first indication of an issue: $ sudo /sbin/service httpd restart Stopping httpd: [FAILED] Starting httpd: no listening sockets available, shutting down Unable to open logs [FAILED] I know...
View ArticleAdd more ressources to Server service on Windows 7
I’m trying to configure Service service on Windows 7, to add more ressources to it. In our infrastructure there is a Linux server, which has mounted partitions from a Windows 7 machine. Partitions are...
View ArticleCrontab to restart service
I am running a web server on an AWS EC2 micro instance. The instance has ~630MB of RAM. With time, I have several httpd processes and very little free RAM. When I restart the httpd service, I end up...
View ArticleCannot reset an network interfaces without a reboot
I have edited the /etc/network/interfaces file and I use the sudo /etc/init.d/networking restart. After restart, the eth1 interfaces don’t setup properly. I need a hard reboot to enable this...
View ArticleTridion content delivery “Error while configuring ambient data framework”
I have installed the Tridion content delivery web service on a 64 bit Windows Server 2008 R2 system, intending to configure UGC. (In fact I have two services, which both exhibit the same problem). My...
View ArticleCustom VCL prevents varnish from starting
Operating System: CentOS 6 (x86_64) I have installed and configured varnish however it now is unable to start. # service varnish restart Stopping Varnish Cache: [FAILED] Starting Varnish Cache:...
View ArticleService httpd restart error
Why do i always get the error when ever i reset my httpd: Starting httpd: (98)Address already in use: make_sock: could not bind to address [::]:80 (98)Address already in use: make_sock: could not bind...
View ArticleDifference between two ways of installing tomcat as a service (Linux)
I am installing tomcat on a linux server, and would want it to be available as a service. I have found two different ways to achieve this. The first one is to copy the daemon.sh from...
View ArticleHow to start/stop service with Apache2 on Ubuntu
Using Apache, I’d like to be able to start and stop a service on the same server. Essentially, I’m looking for a way to allow Apache (or some script called by Apache) to call sudo service XXXX start....
View Article