Re: [AMaViS-user] Problem with Amavisd-new forking children endlessly

2005-12-28 Thread Mike Wesner

Mark Martinec wrote:


Mike,

 


In Gregory's case it was a systemwide ldap problem, discovered by strace:
| I ran the strace -f and it looks like some sort of ldap (!?) problem
| now. It segfaults right after trying to load .ldaprc from the
| /var/amavis directory. Nothing mentioning ldap in my amavisd.conf file,
| however LDAP is used for other things on the system.
 


What steps should I take to try to fix this.
   



First you need to find out what is wrong.

 


I updated/re-installed perl and its modules and openldap works
just fine.  How do I use the "strace -f"?
   



man strace

for example:
 # su vscan
 $ strace -f -t -o 0.log amavisd debug

strace can also attach to an already running process,
using option -p

 


Is anyone else using Fedora Core 4?
If so, did amavis work out of the box?
   



Don't know. I'd say that for most people it would work
out of the box, otherwise we would see more complaints
on the mailing list.

 Mark


 



I think my perl install is just messed up.  I am not sure how. All I 
have done is follow the INSTALL file that came with amavis.  I do know 
that amavisd-new works fine with fedora core 4 because I tried it on one 
of my other FC4 machines and it runs fine.  very odd.






---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/


Re: [AMaViS-user] Problem with Amavisd-new forking children endlessly

2005-12-28 Thread Mark Martinec
Mike,

> >In Gregory's case it was a systemwide ldap problem, discovered by strace:
> >| I ran the strace -f and it looks like some sort of ldap (!?) problem
> >| now. It segfaults right after trying to load .ldaprc from the
> >| /var/amavis directory. Nothing mentioning ldap in my amavisd.conf file,
> >| however LDAP is used for other things on the system.
>
> What steps should I take to try to fix this.

First you need to find out what is wrong.

> I updated/re-installed perl and its modules and openldap works
> just fine.  How do I use the "strace -f"?

man strace

for example:
  # su vscan
  $ strace -f -t -o 0.log amavisd debug

strace can also attach to an already running process,
using option -p

> Is anyone else using Fedora Core 4?
> If so, did amavis work out of the box?

Don't know. I'd say that for most people it would work
out of the box, otherwise we would see more complaints
on the mailing list.

  Mark


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/


Re: [AMaViS-user] Problem with Amavisd-new forking children endlessly

2005-12-26 Thread Mike Wesner

Mark Martinec wrote:


Mike,

 


I am using: Amavisd-new-2.3.2 (from tar.gz)
Fedora Core 4 (selinux disabled)
Net::Server 0.90 (I tried older versions also, no difference)
I have run amavis before on fedora core 4, but I cant figure out what is
different this time around.

When starting up amavis using my init script or "amavisd debug"
everything goes well until "Net::Server: Parent ready for children." and
then it repeats...
 Net::Server: Starting "1" children
I have maxchildren set to 3, but other values dont help. The message
above just repeats forever. (sometimes the number is 2 or 3, instead of 1)
   



See the thread:
 http://marc.theaimsgroup.com/?t=11234936304

Perhaps one of the Perl modules being initialized at that point crashes the 
program, or there is some system library problem.

Could be ldap,  BerkeleyDB, Digest::MD5.

In Gregory's case it was a systemwide ldap problem, discovered by strace -f:

| I ran the strace -f and it looks like some sort of ldap (!?) problem now.
| It segfaults right after trying to load .ldaprc from the /var/amavis
| directory. Nothing mentioning ldap in my amavisd.conf file, however LDAP
| is used for other things on the system.

 Mark
 



What steps should I take to try to fix this.  I updated/re-installed 
perl and its modules and openldap works just fine.  How do I use the 
"strace -f"?


Is anyone else using Fedora Core 4?  If so,  did amavis work out of the box?

-mike




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/


Re: [AMaViS-user] Problem with Amavisd-new forking children endlessly

2005-12-26 Thread Mark Martinec
Mike,

> I am using: Amavisd-new-2.3.2 (from tar.gz)
> Fedora Core 4 (selinux disabled)
> Net::Server 0.90 (I tried older versions also, no difference)
> I have run amavis before on fedora core 4, but I cant figure out what is
> different this time around.
>
> When starting up amavis using my init script or "amavisd debug"
> everything goes well until "Net::Server: Parent ready for children." and
> then it repeats...
>   Net::Server: Starting "1" children
> I have maxchildren set to 3, but other values dont help. The message
> above just repeats forever. (sometimes the number is 2 or 3, instead of 1)

See the thread:
  http://marc.theaimsgroup.com/?t=11234936304

Perhaps one of the Perl modules being initialized at that point crashes the 
program, or there is some system library problem.
Could be ldap,  BerkeleyDB, Digest::MD5.

In Gregory's case it was a systemwide ldap problem, discovered by strace -f:

| I ran the strace -f and it looks like some sort of ldap (!?) problem now.
| It segfaults right after trying to load .ldaprc from the /var/amavis
| directory. Nothing mentioning ldap in my amavisd.conf file, however LDAP
| is used for other things on the system.

  Mark


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/


[AMaViS-user] Problem with Amavisd-new forking children endlessly

2005-12-25 Thread Mike Wesner

Hello,

I am using:
Amavisd-new-2.3.2 (from tar.gz)
Fedora Core 4 (selinux disabled)
Net::Server 0.90 (I tried older versions also, no difference)
I have run amavis before on fedora core 4, but I cant figure out what is 
different this time around.


When starting up amavis using my init script or "amavisd debug" 
everything goes well until "Net::Server: Parent ready for children." and 
then it repeats...


Net::Server: Starting "1" children

I have maxchildren set to 3, but other values dont help. The message 
above just repeats forever. (sometimes the number is 2 or 3, instead of 1)


Any help is appreciated.


Mike Wesner



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/