This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

getting email from Cron Daemon about MSG534

Old posts that have not been replied to for several years.
Locked
m
mntkz

getting email from Cron Daemon about MSG534

Post by mntkz »

Message 2:
From mntkz@x1-6-00-04-5a-57-84-86.attbi.com Tue Nov 19 22:17:01 2002
Date: Tue, 19 Nov 2002 22:17:00 -0500 (EST)
From: mntkz@x1-6-00-04-5a-57-84-86.attbi.com (Cron Daemon)
To: mntkz@x1-6-00-04-5a-57-84-86.attbi.com
Subject: Cron <mntkz@x1-6-00-04-5a-57-84-86> /home/mntkz/egaz/eggdrop eggdrop.conf

[22:17] LANG: No lang files found for section core.
[22:17] --- Loading eggdrop v1.6.13 (Tue Nov 19 2002)
[22:17] * MSG534

Eggdrop v1.6.13 (C) 1997 Robey Pointer (C) 2002 Eggheads


----
whats wrong with this one? language files are in place ... its in /home/mntkz/egaz/language/

im getting lots of emails.. every minute one email like this.
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

The error message quite clearly states the files don't exists.

Have you check the permissions for them.

Have you checked that you are laoding the correct langauge files, and that they are named correctly?

Have you edited them in any way?
m
mntkz

found the problem

Post by mntkz »

found the problem. Files were in the place. my bro that has root access to server edited inetd file :) and added weird line. that runs every minute file /home/mntkz/egaz/eggdrop eggdrop.conf
when i deleated that line it was all good and running :) sorry about no good post :) just i was wondering what the hell happened :) it took long time to figure it out :)
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Inetd would never have any effect like this.

inetd is responsible for lauching programs to manage an incoming netowrk connection, wihtout having to run that program as a demon in the background.

If your borther has added a line that will listen for connections on the port you are chosing for your eggdrop, then yes, this will cause issues, but not the ones you discribed.

The ones you discribed showed language issues, which are 101% unrelatedto network connections.

IE, if files are missing, then a network connection isn't gonna fix it.
Locked