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: Jan 10 2004, 05:15 PM
|
||
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
-------------------- 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 13 2004, 11:09 AM
|
||
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
This phenomena seems to dissappear, when you: - build XMail _without_ -static (this dements the mail above) - additionally put 'export LD_ASSUME_KERNEL=2.4.1' in your XMail startup script. Looks like the problem here is the same like with XQM Agent: The new threading scheme introduced with RH9 causes unpredictable behavior of multi-threaded applications. Therefore the LD_ASSUME_KERNEL env var exists, which will force the kernel to emulate the old threadiing scheme. Source (read from bottom to top):
-------------------- 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 14 2004, 01:09 PM
|
||
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
-------------------- 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 19 2004, 11:17 AM
|
||
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
-------------------- 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: Jan 19 2004, 03:04 PM
|
No - I'm not an answering script ... Group: Admin Posts: 1776 Member No.: 427 Joined: 18-January 03 |
It is important for all users running kernel > 2.4.1 which also includes RH8 users with updated kernel to the latest version.
-------------------- 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?" |
leyland |
Posted: Feb 5 2004, 12:37 PM
|
Newbie Group: Members Posts: 9 Member No.: 577 Joined: 13-May 03 |
Same Here.. Today keeping Crash... ..
I tested 1.5 1.6 1.7 same problem added LD_ASSUME_KERNEL=2.4.1, same problem. It will not fix. Before 5-FEB-2004 without this kind crash. Config :- RH 7.3 Glibc 2.2.5-44 RPM GCC 2.96-113 RPM CELRON 2G 512MB RAM Anti Virus Filter SpamAssAssin Filter Every hour receive 200-500 Emails Best Regards, Leyland |
hschneider |
Posted: Feb 5 2004, 01:12 PM
|
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
What is the output of
uname -a Replace your export LD_ASSUME_KERNEL=2.4.1 by export LD_ASSUME_KERNEL="2.4.1" Where is your export statement located? In your XMail startup script ? Sure that THIS script is executed? -------------------- 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 |
leyland |
Posted: Feb 5 2004, 03:01 PM
|
||
Newbie Group: Members Posts: 9 Member No.: 577 Joined: 13-May 03 |
[root@sun root]# uname -a Linux sun.os.st 2.4.22 #2 Sun Sep 21 13:50:10 HKT 2003 i686 unknown [root@sun root]# |
||
hschneider |
Posted: Feb 5 2004, 03:13 PM
|
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
Fact is, that you need LD_ASSUME_KERNEL to be set. Please check all other things mentioned above.
-------------------- 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 |
leylandhk |
Posted: Mar 9 2004, 02:40 AM
|
||
Newbie Group: Members Posts: 4 Member No.: 578 Joined: 13-May 03 |
I HAVE BEEN ADDED #! /bin/sh export LD_ASSUME_KERNEL="2.4.1" /var/MailRoot/bin/XMail -Md -Ms /var/MailRoot -FI 127.0.0.1:0 -Pt 60 -St 60 -Sl -SI 0.0.0.0:8025 -SI 0.0.0.0:25 -PI 0.0.0.0:8110 -PI 0.0.0.0:110 Today it crashed again!!!!! I still dunno what happen! ; |
||
hschneider |
Posted: Mar 9 2004, 07:55 AM
|
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
1.17 has a small mem leak, which can cause coredumps under certain conditions. Please use the latest 1.18 pre release:
http://www.xmailserver.org/xmail-1.18.tar.gz -------------------- 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 |
vegetto34 |
Posted: Mar 16 2004, 11:26 AM
|
Member Group: Members Posts: 89 Member No.: 988 Joined: 16-March 04 |
I have not noticed this on my RH 9 install... Maybe because I only have 2 users and not that much traffic? my server has been up 24/7 for the past month and i've been able to send and receive e-mails without a problem.
amd k6-2 550mhz w/ 128 megs ram. it would have crashed a lot since it doesn't have much room or CPU power to run it well. i'd love to put in a P4 system but for my low traffic it would be overkill... (although administrating it would be much faster) |
hschneider |
Posted: Mar 16 2004, 12:09 PM
|
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
In most cases 1.17 runs stable. But when it crashes, an update to 1.18 is the cure.
-------------------- 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 |