similar to: Apache won't start, semaphores exhausted

Displaying 20 results from an estimated 100 matches similar to: "Apache won't start, semaphores exhausted"

2009 Jul 23
2
how to calculate how many semaphores already use on server?
we have following setup on sysctl.conf: kernel.sem = 256 32000 128 142 I tried to startup database and have error happen. I knew problem come from SEMMNS (32000) is not enough. Does anyone know how to calculate how many semaphores already use on system? Thanks. %ipcs -s ------ Semaphore Arrays -------- key semid owner perms nsems 0x963683ec 4751396 oracle
2008 Nov 14
1
Dedicated Servers
Hi,I am looking for a reliable provider that can provide 3 dedicated linux servers asap. Unfortunately, the provider I have used for YEARS has become way too slack in recent times and we have to move on. Cheers, Sahil -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081114/e06232f4/attachment.htm
2018 Jun 01
2
Cannot Load A Package
Hi All, I am trying to download semnet package but getting the error: package not available for R version 3.4.4. I tried downloading it from install.packages('semnet',repos='http://cran.us.r-project.org') and install.packages('semnet',repos='http://cran.revolutionanalytics.com/') and even the https://cran.r-project.org/src/contrib/semnet.tar.gz but doesnt seem to
2007 Jul 31
1
Misterious Yum install Error: "package ... is reduced"
Hi, Here is a newbie to Yum on Centos 5. I got an interesting yet misterious problem here. When I rolled a mod_jk package and tried to install it onto a bunch of Centos 5 boxes with comand 'yum -e 10 -d 10 install mod_jk', it fails with the messages at end; and so mod_jk just ended up ignored. But when I manually run 'rpm -ivh --test mod_jk...rpm' on command line it reports
2005 Mar 23
9
Apache Web Server mod_jk configuration
Has anyone done configuration of apache webserver with Tomcat 5.5.7 I cannot integrate them together?> Any help will be appreciated Regards Vaneet Vaneet Sharma executive manager iDeasTank Limited an iwg business dolphins'' court po 388 valletta, m-malta/europe mobile: +356 9943 8263 skype: CALLVANEET fax: +356 9952 8888 phone: +356 9942 8888 vaneet@iwg.info call me on
2004 Mar 12
0
OpenLdap and Apache Questions
Hello, Darren: I read your post on the newsgroup: <http://lists.samba.org/archive/samba/2003-September/073808.html> I read your post when I was having trouble configuring my apache server to work with ldap. After reading your post, I installed the openldap library on my solaris 8 machine. I have a question, when you install the library, and configure the apache server with the following
2010 Apr 13
4
Useless use of AllowOverride
Hello, While i m trying to start my apache server i am getting following error. [Wed Apr 14 01:47:58 2010] [warn] Useless use of AllowOverride in line 31 of /home/tomcat/conf/mod_jk.conf. [Wed Apr 14 01:47:58 2010] [warn] Useless use of AllowOverride in line 36 of /home/tomcat/conf/mod_jk.conf. Please let me know if you have any solution regarding this. Thanks & Regards Manoj
2008 Sep 06
0
Unable to compile mod_jk on Centos 5.2 64-bit (solved)
On Tue, Sep 2, 2008 at 4:11 PM, Farkas Levente <lfarkas at lfarkas.org> wrote: > ankush grover wrote: >> Hi Friends, >> >> I am trying to compile mod_jk on Centos 5.2 64-bit but I am getting >> apxs not found. Whereas apxs is already there on the server > Hi, Problem was apr-devel 64 bit was not installed and it seems to be a bug on centos 5.2 where apr-devel
2006 Feb 02
4
AjpRails; Rails runner using AJP13
Hello, all. I released AjpRails 0.1.0. AjpRails is a script for running Ruby on Rails. Rails this script runs uses AJP13(Apache JServ Protocol 1.3) instead of CGI or FastCGI, to cooperate with your HTTPd. Its RubyForge project is: http://rubyforge.org/projects/ruby-ajp/ Project home page is: http://ruby-ajp.rubyforge.org/wiki/wiki.pl Now, AjpRails is slower and much more unstable than
2004 Dec 06
1
Help: Apache2, Tomcat5 and jk2_connector
Hello, Does any have Apache 2.0.49 with tomcat 5.5.4 and jakarta-tomcat-connectors-jk2-2.0.4 working??? Apache was allready installed with CentOS 3 I installed tomcat with it's tar.gz file and instalation was good. but I installed first the j2sdk-1_4_2_06-linux-i586 java version... everything was OK... but when I try to install the jakarta-tomcat-connector I get an error when executing the
2001 Feb 26
1
Semaphores
I am running Samba 2.0 and occasionally get a "semaphore timeout period has expired" message when accessing Samba shares on a Digital UNIX 4.0e server. Does anyone know what kernel semaphore settings should be. Or could a upgrade to 2.0.7 help. I new to Samba and am very green with this product. Thanks David
1998 Sep 16
0
SUNOS: Samba grabs all semaphores
Ole, Semaphores are a very cheap system resource in SunOS 4.1.x. You can easily bump up the max number using adb, without even recompiling the kernel. _seminfo: _seminfo+0 semmap 30 _seminfo+4 semmni 256 _seminfo+8 semmns 1024 _seminfo+0xc semmnu 1024 _seminfo+0x10 semmsl 1024 _seminfo+0x14 semopm 100 _seminfo+0x18 semume 256 _seminfo+0x1c semusz 2064
2008 Feb 06
1
POSIX semaphores in CentOS 5.1?
According to the man pages for sem_wait, etc., POSIX semaphores are available in Linux 2.6 (with the right NTPL threading in glibc). However, I have a program that compiles just fine but won't link because it can't find the library for the semaphore operations. What am I missing? I ran a find and grep through all the libc's on the system and they turned up nothing: $ find /lib
1998 Sep 15
1
SUNOS: Samba grabs all semaphores, breaking other softwares (PR#9755)
Ole.H.Nielsen@fysik.dtu.dk wrote: > > SAMBA grabs ALL available semaphores minus 1 on SunOS 4.1.3, > where the kernel has 60, see /usr/include/sys/sem.h: > #define SEMMNS 60 /* # of semaphores in system */ > > This is a MAJOR PROBLEM to us, since our backup software > (IBM ADSM) also needs available semaphores for the client > part to work. Hence we can
2005 Apr 05
1
Jakarta-Tomcat 1.2.10 problem
The connector is not loading my servlets? I am writing down my httpd.conf and workers.properties Httpd.conf LoadModule jk_module modules/mod_jk.so <ifModule mod_jk.c> JkWorkersFile /usr/local/jakarta-tomcat-5.5.4/conf/workers.properties JkLogFile /etc/httpd/logs/mod_jk.log JkLogLevel info JkOptions +ForwardKeySize +ForwardURICompat -ForwardDirectories JkLogStampFormat "[%a %b %d
2008 Sep 02
1
Unable to compile mod_jk on Centos 5.2 64-bit
Hi Friends, I am trying to compile mod_jk on Centos 5.2 64-bit but I am getting apxs not found. Whereas apxs is already there on the server type apxs apxs is /usr/sbin/apxs ./configure CFLAGS=' -arch x86_64 ' APXSLDFLAGS=' -arch x86_64 ' --with-apxs=/usr/sbin/apxs checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu
2005 Mar 22
0
Centos 3.3 ( Apache WebServer integration with Tomcat
Hello all, I am new to CentosOS. I am trying to connect Apache Webserver with Tomcat 5.5.7 using mod_jk. Well, if you go there: http://www.export4u.co.uk ( Apacher webserver is running but it is not integrated with Tomcat. ) Java , Tomcat are already installed on the my machine 1) I have installed mod_jk.so ( I put into modules directory in etc/httpd/modules/ ? Am I putting mod_jk.so in
2007 Sep 02
1
apache mod_jk?
Is this really not in CentOS 5? or maybe buried in javaland somewhere? thanks, John Hinton
1999 Oct 23
3
semaphores and Solaris 7 8/99
I just installed the 8/99 release of Solaris 7 on three Sun Ultra 10's and it seems to have broken Samba. I am running Samba 2.0.5a and it works fine on an Ultra 10 running the 5/99 release of Solaris 7. All of the Ultra 10's are using the 64 bit kernel. This is the errors that I am getting. [1999/10/22 21:09:56, 0] locking/shmem_sysv.c:sysv_shm_open(597) ERROR: root did not create the
2011 Mar 26
2
Verify tomcat config
I'm going to retire an old RHEL3 server and move the services to CentOS5. In particular, the web server is giving me a headache. On the old box, there's a hacked-up httpd/mod_jk/tomcat setup, and CentOS is perfect for the new box because the required components are included and the whole setup "just works" straight from installation. There seems to be surprisingly little