Apache wont start with ssl

Apache wont start with ssl

am 31.03.2007 21:36:06 von Ryan Forrester

This is a multi-part message in MIME format.

------=_NextPart_000_0007_01C78C7B.A4869D20
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit

When attempting to start apache in SSL mode:
$ /home/servers/apache_1.3.37/bin/apachectl startssl
$ semget: No space left on device

Rebooting the machine allows me to start apache once more.. but after a
few
days, apache wil fail and the same error occurs again, and the only way
to
resolve is to reboot.
- Apache will start in mornal mode without a reboot.

error_log doesnt contain any useful information to help troubleshoot the

problem.

------=_NextPart_000_0007_01C78C7B.A4869D20
Content-Type: text/html;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns=3D"http://www.w3.org/TR/REC-html40">


charset=3Dus-ascii">











style=3D'tab-interval:.5in'>


style=3D'font-size:10.0pt'>When attempting to start apache in SSL =
mode:

size=3D2 face=3D"Courier New">$ =
/home/servers/apache_1.3.37/bin/apachectl class=3DSpellE>startssl

size=3D2
face=3D"Courier New">$ class=3DSpellE> class=3DGramE>semget: No space left on =
device

size=3D2 face=3D"Courier New">
style=3D'font-size:10.0pt'> 

t
size=3D2 face=3D"Courier New">Rebooting =
the machine allows me to start apache once more class=3DGramE>..
but after a few =

class=3DGramE>
style=3D'font-size:10.0pt'>days, apache 
class=3DSpellE>wil fail and the same error occurs again, and the =
only way to

class=3DGramE>
style=3D'font-size:10.0pt'>resolve is to =
reboot.

size=3D2 face=3D"Courier New">- Apache =
will start in class=3DSpellE>mornal
mode without a =
reboot.

size=3D2 face=3D"Courier New">
style=3D'font-size:10.0pt'> 

n
class=3DSpellE> New"> style=3D'font-size:10.0pt'>error_log class=3DSpellE>doesnt contain any useful information to help =
troubleshoot the


New Roman"> style=3D'font-size:12.0pt'>problem. face=3DArial> style=3D'font-size:10.0pt;font-family:Arial'> >







------=_NextPart_000_0007_01C78C7B.A4869D20--

____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

Re: Apache wont start with ssl

am 01.04.2007 04:09:20 von Andy Cravens

Judging from the error message "No space left on device" sounds like
some file system is full... maybe /tmp. The next time this happens open
a shell window and type:

df -k

Check the output to see if one of your file systems is full. Look at
/tmp and /swap specifically



Ryan Forrester wrote:
> When attempting to start apache in SSL mode:
> $ /home/servers/apache_1.3.37/bin/apachectl startssl
> $ semget: No space left on device
>
> Rebooting the machine allows me to start apache once more.. but after a few
> days, apache wil fail and the same error occurs again, and the only way to
> resolve is to reboot.
> - Apache will start in mornal mode without a reboot.
>
> error_log doesnt contain any useful information to help troubleshoot the
>
> problem.
>


____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

Re: Apache wont start with ssl

am 01.04.2007 07:10:16 von Dave Paris

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Occasionally, /var/spool/clientmqueue can bite you as well. The
filesystem will not show 100% used but you'll be out of inodes. (If
that happens, you'll have loads of fun clearing it out ;-)

Good Luck!
- -dsp




Andy Cravens wrote:
> Judging from the error message "No space left on device" sounds like
> some file system is full... maybe /tmp. The next time this happens open
> a shell window and type:
>
> df -k
>
> Check the output to see if one of your file systems is full. Look at
> /tmp and /swap specifically
>
>
>
> Ryan Forrester wrote:
>> When attempting to start apache in SSL mode:
>> $ /home/servers/apache_1.3.37/bin/apachectl startssl
>> $ semget: No space left on device
>>
>> Rebooting the machine allows me to start apache once more.. but after
>> a few days, apache wil fail and the same error occurs again, and the
>> only way to resolve is to reboot.
>> - Apache will start in mornal mode without a reboot.
>>
>> error_log doesnt contain any useful information to help troubleshoot the
>> problem.
>>
>
>
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFGDz62KmNPF3QynfQRAgjmAJ0XOdj2FH9O8oPRk9wD+IEEGgQHIwCf Zmjc
+urX+xVcjjO+b/XjbsSfz6c=
=cMPQ
-----END PGP SIGNATURE-----
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

RE: Apache wont start with ssl

am 01.04.2007 12:01:48 von Ryan Forrester

Yeah, tried df -h prior to this thread.. def loads of space(at least
5g), will look into what dsp said.

Thanks guys.


-----Original Message-----
From: owner-modssl-users@modssl.org
[mailto:owner-modssl-users@modssl.org] On Behalf Of Dave Paris
Sent: Sunday, April 01, 2007 3:10 PM
To: modssl-users@modssl.org
Subject: Re: Apache wont start with ssl

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Occasionally, /var/spool/clientmqueue can bite you as well. The
filesystem will not show 100% used but you'll be out of inodes. (If
that happens, you'll have loads of fun clearing it out ;-)

Good Luck!
- -dsp




Andy Cravens wrote:
> Judging from the error message "No space left on device" sounds like
> some file system is full... maybe /tmp. The next time this happens
open
> a shell window and type:
>
> df -k
>
> Check the output to see if one of your file systems is full. Look at
> /tmp and /swap specifically
>
>
>
> Ryan Forrester wrote:
>> When attempting to start apache in SSL mode:
>> $ /home/servers/apache_1.3.37/bin/apachectl startssl
>> $ semget: No space left on device
>>
>> Rebooting the machine allows me to start apache once more.. but after
>> a few days, apache wil fail and the same error occurs again, and the
>> only way to resolve is to reboot.
>> - Apache will start in mornal mode without a reboot.
>>
>> error_log doesnt contain any useful information to help troubleshoot
the
>> problem.
>>
>
>
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFGDz62KmNPF3QynfQRAgjmAJ0XOdj2FH9O8oPRk9wD+IEEGgQHIwCf Zmjc
+urX+xVcjjO+b/XjbsSfz6c=
=cMPQ
-----END PGP SIGNATURE-----
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

RE: Apache wont start with ssl

am 01.04.2007 12:10:35 von Ryan Forrester

Mqueue dir had only 5mb files in it.

[root@server15 ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
15G 5.0G 8.8G 36% /
/dev/ida/c0d0p1 99M 16M 78M 17% /boot
tmpfs 569M 0 569M 0% /dev/shm



-----Original Message-----
From: owner-modssl-users@modssl.org
[mailto:owner-modssl-users@modssl.org] On Behalf Of Dave Paris
Sent: Sunday, April 01, 2007 3:10 PM
To: modssl-users@modssl.org
Subject: Re: Apache wont start with ssl

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Occasionally, /var/spool/clientmqueue can bite you as well. The
filesystem will not show 100% used but you'll be out of inodes. (If
that happens, you'll have loads of fun clearing it out ;-)

Good Luck!
- -dsp




Andy Cravens wrote:
> Judging from the error message "No space left on device" sounds like
> some file system is full... maybe /tmp. The next time this happens
open
> a shell window and type:
>
> df -k
>
> Check the output to see if one of your file systems is full. Look at
> /tmp and /swap specifically
>
>
>
> Ryan Forrester wrote:
>> When attempting to start apache in SSL mode:
>> $ /home/servers/apache_1.3.37/bin/apachectl startssl
>> $ semget: No space left on device
>>
>> Rebooting the machine allows me to start apache once more.. but after
>> a few days, apache wil fail and the same error occurs again, and the
>> only way to resolve is to reboot.
>> - Apache will start in mornal mode without a reboot.
>>
>> error_log doesnt contain any useful information to help troubleshoot
the
>> problem.
>>
>
>
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFGDz62KmNPF3QynfQRAgjmAJ0XOdj2FH9O8oPRk9wD+IEEGgQHIwCf Zmjc
+urX+xVcjjO+b/XjbsSfz6c=
=cMPQ
-----END PGP SIGNATURE-----
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

Re: Apache wont start with ssl

am 01.04.2007 13:02:22 von Yvo van Doorn

Sounds to me like sem files have gotten the best of you. Did you
compile Apache with mm? Try using ipcclean to clean up the semaphores.

Google for ipcclean, while its intentions and uses were meant for
postgres, it basically removes the semaphores for any user (including
apache's user, what ever that may be on your server).

Btw this is more of an Apache related problem as opposed to mod_ssl
problem :-).



On 5/2/07, Ryan Forrester wrote:
> Mqueue dir had only 5mb files in it.
>
> [root@server15 ~]# df -h
> Filesystem Size Used Avail Use% Mounted on
> /dev/mapper/VolGroup00-LogVol00
> 15G 5.0G 8.8G 36% /
> /dev/ida/c0d0p1 99M 16M 78M 17% /boot
> tmpfs 569M 0 569M 0% /dev/shm
>
>
>
> -----Original Message-----
> From: owner-modssl-users@modssl.org
> [mailto:owner-modssl-users@modssl.org] On Behalf Of Dave Paris
> Sent: Sunday, April 01, 2007 3:10 PM
> To: modssl-users@modssl.org
> Subject: Re: Apache wont start with ssl
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Occasionally, /var/spool/clientmqueue can bite you as well. The
> filesystem will not show 100% used but you'll be out of inodes. (If
> that happens, you'll have loads of fun clearing it out ;-)
>
> Good Luck!
> - -dsp
>
>
>
>
> Andy Cravens wrote:
> > Judging from the error message "No space left on device" sounds like
> > some file system is full... maybe /tmp. The next time this happens
> open
> > a shell window and type:
> >
> > df -k
> >
> > Check the output to see if one of your file systems is full. Look at
> > /tmp and /swap specifically
> >
> >
> >
> > Ryan Forrester wrote:
> >> When attempting to start apache in SSL mode:
> >> $ /home/servers/apache_1.3.37/bin/apachectl startssl
> >> $ semget: No space left on device
> >>
> >> Rebooting the machine allows me to start apache once more.. but after
> >> a few days, apache wil fail and the same error occurs again, and the
> >> only way to resolve is to reboot.
> >> - Apache will start in mornal mode without a reboot.
> >>
> >> error_log doesnt contain any useful information to help troubleshoot
> the
> >> problem.
> >>
> >
> >
> > ____________________________________________________________ __________
> > Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> > User Support Mailing List modssl-users@modssl.org
> > Automated List Manager majordomo@modssl.org
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.1 (Darwin)
>
> iD8DBQFGDz62KmNPF3QynfQRAgjmAJ0XOdj2FH9O8oPRk9wD+IEEGgQHIwCf Zmjc
> +urX+xVcjjO+b/XjbsSfz6c=
> =cMPQ
> -----END PGP SIGNATURE-----
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org
>
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org
>
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

Re: Apache wont start with ssl

am 02.04.2007 12:29:10 von ohp

I'd rather think your SHMMAX is too low.
If on Linux, check /proc/kernel/shmmax (IIRC) and up it.
Hope it helps!
On Sat, 31 Mar 2007, Andy Cravens wrote:

> Date: Sat, 31 Mar 2007 20:09:20 -0600
> From: Andy Cravens
> Reply-To: modssl-users@modssl.org
> To: modssl-users@modssl.org
> Subject: Re: Apache wont start with ssl
>
> Judging from the error message "No space left on device" sounds like
> some file system is full... maybe /tmp. The next time this happens open
> a shell window and type:
>
> df -k
>
> Check the output to see if one of your file systems is full. Look at
> /tmp and /swap specifically
>
>
>
> Ryan Forrester wrote:
> > When attempting to start apache in SSL mode:
> > $ /home/servers/apache_1.3.37/bin/apachectl startssl
> > $ semget: No space left on device
> >
> > Rebooting the machine allows me to start apache once more.. but after a few
> > days, apache wil fail and the same error occurs again, and the only way to
> > resolve is to reboot.
> > - Apache will start in mornal mode without a reboot.
> >
> > error_log doesnt contain any useful information to help troubleshoot the
> >
> > problem.
> >
>
>
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org
>

--
Olivier PRENANT Tel: +33-5-61-50-97-00 (Work)
15, Chemin des Monges +33-5-61-50-97-01 (Fax)
31190 AUTERIVE +33-6-07-63-80-64 (GSM)
FRANCE Email: ohp@pyrenet.fr
------------------------------------------------------------ ------------------
Make your life a dream, make your dream a reality. (St Exupery)
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

Re: Apache wont start with ssl

am 02.04.2007 15:13:16 von Andy Cravens

Also run:

df -i

to see if you're out of inodes on any file system.



Ryan Forrester wrote:
> Mqueue dir had only 5mb files in it.
>
> [root@server15 ~]# df -h
> Filesystem Size Used Avail Use% Mounted on
> /dev/mapper/VolGroup00-LogVol00
> 15G 5.0G 8.8G 36% /
> /dev/ida/c0d0p1 99M 16M 78M 17% /boot
> tmpfs 569M 0 569M 0% /dev/shm
>
>
>
> -----Original Message-----
> From: owner-modssl-users@modssl.org
> [mailto:owner-modssl-users@modssl.org] On Behalf Of Dave Paris
> Sent: Sunday, April 01, 2007 3:10 PM
> To: modssl-users@modssl.org
> Subject: Re: Apache wont start with ssl
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Occasionally, /var/spool/clientmqueue can bite you as well. The
> filesystem will not show 100% used but you'll be out of inodes. (If
> that happens, you'll have loads of fun clearing it out ;-)
>
> Good Luck!
> - -dsp
>
>
>
>
> Andy Cravens wrote:
>
>> Judging from the error message "No space left on device" sounds like
>> some file system is full... maybe /tmp. The next time this happens
>>
> open
>
>> a shell window and type:
>>
>> df -k
>>
>> Check the output to see if one of your file systems is full. Look at
>> /tmp and /swap specifically
>>
>>
>>
>> Ryan Forrester wrote:
>>
>>> When attempting to start apache in SSL mode:
>>> $ /home/servers/apache_1.3.37/bin/apachectl startssl
>>> $ semget: No space left on device
>>>
>>> Rebooting the machine allows me to start apache once more.. but after
>>> a few days, apache wil fail and the same error occurs again, and the
>>> only way to resolve is to reboot.
>>> - Apache will start in mornal mode without a reboot.
>>>
>>> error_log doesnt contain any useful information to help troubleshoot
>>>
> the
>
>>> problem.
>>>
>>>
>> ____________________________________________________________ __________
>> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
>> User Support Mailing List modssl-users@modssl.org
>> Automated List Manager majordomo@modssl.org
>>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.1 (Darwin)
>
> iD8DBQFGDz62KmNPF3QynfQRAgjmAJ0XOdj2FH9O8oPRk9wD+IEEGgQHIwCf Zmjc
> +urX+xVcjjO+b/XjbsSfz6c=
> =cMPQ
> -----END PGP SIGNATURE-----
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org
>
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org
>
>


____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

RE: Apache wont start with ssl

am 05.04.2007 01:21:02 von Ryan Forrester

[root@server15 ~]# df -i
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/mapper/VolGroup00-LogVol00
3899392 146055 3753337 4% /
/dev/ida/c0d0p1 26104 38 26066 1% /boot
tmpfs 145583 1 145582 1% /dev/shm
[root@server15 ~]#



-----Original Message-----
From: owner-modssl-users@modssl.org
[mailto:owner-modssl-users@modssl.org] On Behalf Of Andy Cravens
Sent: Monday, April 02, 2007 11:13 PM
To: modssl-users@modssl.org
Subject: Re: Apache wont start with ssl

Also run:

df -i

to see if you're out of inodes on any file system.



Ryan Forrester wrote:
> Mqueue dir had only 5mb files in it.
>
> [root@server15 ~]# df -h
> Filesystem Size Used Avail Use% Mounted on
> /dev/mapper/VolGroup00-LogVol00
> 15G 5.0G 8.8G 36% /
> /dev/ida/c0d0p1 99M 16M 78M 17% /boot
> tmpfs 569M 0 569M 0% /dev/shm
>
>
>
> -----Original Message-----
> From: owner-modssl-users@modssl.org
> [mailto:owner-modssl-users@modssl.org] On Behalf Of Dave Paris
> Sent: Sunday, April 01, 2007 3:10 PM
> To: modssl-users@modssl.org
> Subject: Re: Apache wont start with ssl
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Occasionally, /var/spool/clientmqueue can bite you as well. The
> filesystem will not show 100% used but you'll be out of inodes. (If
> that happens, you'll have loads of fun clearing it out ;-)
>
> Good Luck!
> - -dsp
>
>
>
>
> Andy Cravens wrote:
>
>> Judging from the error message "No space left on device" sounds like
>> some file system is full... maybe /tmp. The next time this happens
>>
> open
>
>> a shell window and type:
>>
>> df -k
>>
>> Check the output to see if one of your file systems is full. Look at
>> /tmp and /swap specifically
>>
>>
>>
>> Ryan Forrester wrote:
>>
>>> When attempting to start apache in SSL mode:
>>> $ /home/servers/apache_1.3.37/bin/apachectl startssl
>>> $ semget: No space left on device
>>>
>>> Rebooting the machine allows me to start apache once more.. but
after
>>> a few days, apache wil fail and the same error occurs again, and the
>>> only way to resolve is to reboot.
>>> - Apache will start in mornal mode without a reboot.
>>>
>>> error_log doesnt contain any useful information to help troubleshoot
>>>
> the
>
>>> problem.
>>>
>>>
>>
____________________________________________________________ __________
>> Apache Interface to OpenSSL (mod_ssl)
www.modssl.org
>> User Support Mailing List
modssl-users@modssl.org
>> Automated List Manager
majordomo@modssl.org
>>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.1 (Darwin)
>
> iD8DBQFGDz62KmNPF3QynfQRAgjmAJ0XOdj2FH9O8oPRk9wD+IEEGgQHIwCf Zmjc
> +urX+xVcjjO+b/XjbsSfz6c=
> =cMPQ
> -----END PGP SIGNATURE-----
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org
>
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org
>
>


____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

RE: Apache wont start with ssl

am 05.04.2007 01:21:53 von Ryan Forrester

Nothing exists here.

[root@server15 ~]# ll /proc/kernel/shmmax
ls: /proc/kernel/shmmax: No such file or directory
[root@server15 ~]


-----Original Message-----
From: owner-modssl-users@modssl.org
[mailto:owner-modssl-users@modssl.org] On Behalf Of ohp@pyrenet.fr
Sent: Monday, April 02, 2007 8:29 PM
To: modssl-users@modssl.org
Subject: Re: Apache wont start with ssl

I'd rather think your SHMMAX is too low.
If on Linux, check /proc/kernel/shmmax (IIRC) and up it.
Hope it helps!
On Sat, 31 Mar 2007, Andy Cravens wrote:

> Date: Sat, 31 Mar 2007 20:09:20 -0600
> From: Andy Cravens
> Reply-To: modssl-users@modssl.org
> To: modssl-users@modssl.org
> Subject: Re: Apache wont start with ssl
>
> Judging from the error message "No space left on device" sounds like
> some file system is full... maybe /tmp. The next time this happens
open
> a shell window and type:
>
> df -k
>
> Check the output to see if one of your file systems is full. Look at
> /tmp and /swap specifically
>
>
>
> Ryan Forrester wrote:
> > When attempting to start apache in SSL mode:
> > $ /home/servers/apache_1.3.37/bin/apachectl startssl
> > $ semget: No space left on device
> >
> > Rebooting the machine allows me to start apache once more.. but
after a few
> > days, apache wil fail and the same error occurs again, and the only
way to
> > resolve is to reboot.
> > - Apache will start in mornal mode without a reboot.
> >
> > error_log doesnt contain any useful information to help troubleshoot
the
> >
> > problem.
> >
>
>
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org
>

--
Olivier PRENANT Tel: +33-5-61-50-97-00 (Work)
15, Chemin des Monges +33-5-61-50-97-01 (Fax)
31190 AUTERIVE +33-6-07-63-80-64 (GSM)
FRANCE Email: ohp@pyrenet.fr
------------------------------------------------------------ ------------
------
Make your life a dream, make your dream a reality. (St Exupery)
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

RE: Apache wont start with ssl

am 05.04.2007 11:41:19 von ohp

Sorry,
I meant values in /proc/sys/kernel/shmmax, /proc/sys/kernel/shmall
/proc/sys/kernel/sem

I'm quite sure one of those values is too small.

Hope it helps
On Sun, 6 May 2007, Ryan Forrester wrote:

> Date: Sun, 6 May 2007 09:20:38 +1000
> From: Ryan Forrester
> Reply-To: modssl-users@modssl.org
> To: modssl-users@modssl.org
> Subject: RE: Apache wont start with ssl
>
> Nothing exists here.
>
> [root@server15 ~]# ll /proc/kernel/shmmax
> ls: /proc/kernel/shmmax: No such file or directory
> [root@server15 ~]
>
>
> -----Original Message-----
> From: owner-modssl-users@modssl.org
> [mailto:owner-modssl-users@modssl.org] On Behalf Of ohp@pyrenet.fr
> Sent: Monday, April 02, 2007 8:29 PM
> To: modssl-users@modssl.org
> Subject: Re: Apache wont start with ssl
>
> I'd rather think your SHMMAX is too low.
> If on Linux, check /proc/kernel/shmmax (IIRC) and up it.
> Hope it helps!
> On Sat, 31 Mar 2007, Andy Cravens wrote:
>
> > Date: Sat, 31 Mar 2007 20:09:20 -0600
> > From: Andy Cravens
> > Reply-To: modssl-users@modssl.org
> > To: modssl-users@modssl.org
> > Subject: Re: Apache wont start with ssl
> >
> > Judging from the error message "No space left on device" sounds like
> > some file system is full... maybe /tmp. The next time this happens
> open
> > a shell window and type:
> >
> > df -k
> >
> > Check the output to see if one of your file systems is full. Look at
> > /tmp and /swap specifically
> >
> >
> >
> > Ryan Forrester wrote:
> > > When attempting to start apache in SSL mode:
> > > $ /home/servers/apache_1.3.37/bin/apachectl startssl
> > > $ semget: No space left on device
> > >
> > > Rebooting the machine allows me to start apache once more.. but
> after a few
> > > days, apache wil fail and the same error occurs again, and the only
> way to
> > > resolve is to reboot.
> > > - Apache will start in mornal mode without a reboot.
> > >
> > > error_log doesnt contain any useful information to help troubleshoot
> the
> > >
> > > problem.
> > >
> >
> >
> > ____________________________________________________________ __________
> > Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> > User Support Mailing List modssl-users@modssl.org
> > Automated List Manager majordomo@modssl.org
> >
>
>

--
Olivier PRENANT Tel: +33-5-61-50-97-00 (Work)
15, Chemin des Monges +33-5-61-50-97-01 (Fax)
31190 AUTERIVE +33-6-07-63-80-64 (GSM)
FRANCE Email: ohp@pyrenet.fr
------------------------------------------------------------ ------------------
Make your life a dream, make your dream a reality. (St Exupery)
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

RE: Apache wont start with ssl

am 06.04.2007 23:04:36 von Ryan Forrester

[root@server15 ~]# ll /proc/sys/kernel/shmmax
-rw-r--r-- 1 root root 0 Apr 7 05:46 /proc/sys/kernel/shmmax
[root@server15 ~]# ll /proc/sys/kernel/shmall
-rw-r--r-- 1 root root 0 Apr 7 05:47 /proc/sys/kernel/shmall
[root@server15 ~]# ll /proc/sys/kernel/sem
-rw-r--r-- 1 root root 0 Apr 7 05:47 /proc/sys/kernel/sem
[root@server15 ~]#

How do I Up the schmaxx, also, after a reboot it always works for at
least 1-2 days...

Ryan

-----Original Message-----
From: owner-modssl-users@modssl.org
[mailto:owner-modssl-users@modssl.org] On Behalf Of ohp@pyrenet.fr
Sent: Thursday, April 05, 2007 7:41 PM
To: modssl-users@modssl.org
Subject: RE: Apache wont start with ssl

Sorry,
I meant values in /proc/sys/kernel/shmmax, /proc/sys/kernel/shmall
/proc/sys/kernel/sem

I'm quite sure one of those values is too small.

Hope it helps
On Sun, 6 May 2007, Ryan Forrester wrote:

> Date: Sun, 6 May 2007 09:20:38 +1000
> From: Ryan Forrester
> Reply-To: modssl-users@modssl.org
> To: modssl-users@modssl.org
> Subject: RE: Apache wont start with ssl
>
> Nothing exists here.
>
> [root@server15 ~]# ll /proc/kernel/shmmax
> ls: /proc/kernel/shmmax: No such file or directory
> [root@server15 ~]
>
>
> -----Original Message-----
> From: owner-modssl-users@modssl.org
> [mailto:owner-modssl-users@modssl.org] On Behalf Of ohp@pyrenet.fr
> Sent: Monday, April 02, 2007 8:29 PM
> To: modssl-users@modssl.org
> Subject: Re: Apache wont start with ssl
>
> I'd rather think your SHMMAX is too low.
> If on Linux, check /proc/kernel/shmmax (IIRC) and up it.
> Hope it helps!
> On Sat, 31 Mar 2007, Andy Cravens wrote:
>
> > Date: Sat, 31 Mar 2007 20:09:20 -0600
> > From: Andy Cravens
> > Reply-To: modssl-users@modssl.org
> > To: modssl-users@modssl.org
> > Subject: Re: Apache wont start with ssl
> >
> > Judging from the error message "No space left on device" sounds like
> > some file system is full... maybe /tmp. The next time this happens
> open
> > a shell window and type:
> >
> > df -k
> >
> > Check the output to see if one of your file systems is full. Look
at
> > /tmp and /swap specifically
> >
> >
> >
> > Ryan Forrester wrote:
> > > When attempting to start apache in SSL mode:
> > > $ /home/servers/apache_1.3.37/bin/apachectl startssl
> > > $ semget: No space left on device
> > >
> > > Rebooting the machine allows me to start apache once more.. but
> after a few
> > > days, apache wil fail and the same error occurs again, and the
only
> way to
> > > resolve is to reboot.
> > > - Apache will start in mornal mode without a reboot.
> > >
> > > error_log doesnt contain any useful information to help
troubleshoot
> the
> > >
> > > problem.
> > >
> >
> >
> >
____________________________________________________________ __________
> > Apache Interface to OpenSSL (mod_ssl)
www.modssl.org
> > User Support Mailing List
modssl-users@modssl.org
> > Automated List Manager
majordomo@modssl.org
> >
>
>

--
Olivier PRENANT Tel: +33-5-61-50-97-00 (Work)
15, Chemin des Monges +33-5-61-50-97-01 (Fax)
31190 AUTERIVE +33-6-07-63-80-64 (GSM)
FRANCE Email: ohp@pyrenet.fr
------------------------------------------------------------ ------------
------
Make your life a dream, make your dream a reality. (St Exupery)
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

ssl renegotiate

am 10.04.2007 04:46:09 von Zhaohui Zheng

Hi,

Just wondering if anybody in the mail list ever tried
BIO_set_ssl_renegotiate_timeout or BIO_set_ssl_renegotiate_bytes. Can
anybody shed some light on how to use those functions?

Thanks a lot.
Zhaohui


____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org