2019-09-20 - hschneider, Admin
Cookie Disclaimer: This forum uses only essential, anonymous session cookies (xmailforum*), nothing to be scared of.
XMail Forum · Newbies read here ! All about SMTP,MX-Records,DNS etc. | Help Search Members Calendar |
Welcome Guest ( Log In | Register ) | Resend Validation Email |
hschneider |
Posted: Nov 14 2003, 09:55 AM
|
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
The way how threads are handled by the kernel has changed since since kernel 2.4.1.
See http://www.redhat.com/docs/manuals/linux/R...ease-notes/x86/ for details. Since XQM and XQMAgent use threads extensively, they are both affected by this change. To avoid crashes, you should wrap them into a startup script which forces the system to emulate the old thread scheme: ------------------------------ #!/bin/sh export LD_ASSUME_KERNEL=2.4.1 ./xqmwin # or ./xqmagent ------------------------------ Don't forget to do chmod 755 scriptname -------------------- Bye,
Harald -- Download XMail Queue Manager 1.46 NOW: XMail Server Tools -- Cross platform remote queue management! -- Message analyzing on the fly! -- Builtin diagnostics knowledge base! -- Manages multiple mail queues! Sponsored by CD-Produktion und DVD-Produktion and Homestaging Saarland - Immobilien schneller verkaufen in der Region Saarland, Rheinland-Pfalz und Luxembourg |
hschneider |
Posted: Dec 1 2003, 02:12 PM
|
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
XQM >= 1.43 and Agent >= 1.36 come with such script included.
Just start them with the .sh file. -------------------- Bye,
Harald -- Download XMail Queue Manager 1.46 NOW: XMail Server Tools -- Cross platform remote queue management! -- Message analyzing on the fly! -- Builtin diagnostics knowledge base! -- Manages multiple mail queues! Sponsored by CD-Produktion und DVD-Produktion and Homestaging Saarland - Immobilien schneller verkaufen in der Region Saarland, Rheinland-Pfalz und Luxembourg |
hschneider |
Posted: Jan 22 2004, 12:14 AM
|
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
It is urgently recommended to put LD_ASSUME_KERNEL also into your XMail startup script, since the new threading engine causes XMail's threads to behave unpredictable. Symptoms are mem exhaustion and crashes. After switching back to 2.4.1, it will run stable as a rock again ...
-------------------- Bye,
Harald -- Download XMail Queue Manager 1.46 NOW: XMail Server Tools -- Cross platform remote queue management! -- Message analyzing on the fly! -- Builtin diagnostics knowledge base! -- Manages multiple mail queues! Sponsored by CD-Produktion und DVD-Produktion and Homestaging Saarland - Immobilien schneller verkaufen in der Region Saarland, Rheinland-Pfalz und Luxembourg |
atomant |
Posted: Feb 3 2004, 12:38 PM
|
No - I'm not an answering script ... Group: Admin Posts: 1776 Member No.: 427 Joined: 18-January 03 |
Attention: Don't use LD_ASSUME_KERNEL ... in both startup scripts. I have found out that if I use in Xmail and xqmagent this env variable then I can't connect to the xqmagent. Using only at Xmail startup script and not for xqmagent solved my problem.
-------------------- Bye,
Sasa ------------------------------------------------------------------- All electric machines work on smoke...when the smoke escape from machines, they don't work anymore Windows: "Where do you want to go today?" Linux: "Where do you want to go tomorrow?" FreeBSD: "Are you guys coming or what?" |