LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 01-23-2013, 12:20 PM   #1
Turbocapitalist
LQ Guru
 
Registered: Apr 2005
Distribution: Linux Mint, Devuan, OpenBSD
Posts: 7,310
Blog Entries: 3

Rep: Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721
Apache2 error log entries without timestamp


I've inherited a system with Apache2. It is creating error logfile entries that lack time stamps and I am not sure where they are coming from. There are quite a few during a 24 hour period and they look like these:

Code:
...
/usr/bin/diff3: No newline at end of file
/usr/bin/diff3: No newline at end of file
/usr/bin/diff3: No newline at end of file
/usr/bin/diff3: No newline at end of file
/usr/bin/diff3: standard output: Broken pipe
/usr/bin/diff3: standard output: Broken pipe
/usr/bin/diff3: No newline at end of file
/usr/bin/diff3: No newline at end of file
/usr/bin/diff3: write failed
...
Would there be other applications besides httpd that write to the error log?

Last edited by Turbocapitalist; 01-23-2013 at 12:21 PM.
 
Old 01-23-2013, 03:01 PM   #2
linux-sys-adm
LQ Newbie
 
Registered: Oct 2012
Distribution: Debian
Posts: 21

Rep: Reputation: Disabled
From the error it seems you are running MediaWiki. The /usr/bin/diff3 error messages are a symptom of the problem. The real issue is PHP memory exhaustion. Increase the memory limit within LocalSettings.php, by increasing this:
Code:
ini_set( 'memory_limit', '32M' );

You can also just comment out the line and increase the limit globally in php.ini

As for the logs check out:
http://www.mediawiki.org/wiki/Manual...debug_log_file
 
1 members found this post helpful.
Old 01-24-2013, 05:06 AM   #3
Turbocapitalist
LQ Guru
 
Registered: Apr 2005
Distribution: Linux Mint, Devuan, OpenBSD
Posts: 7,310

Original Poster
Blog Entries: 3

Rep: Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721Reputation: 3721
Thanks. I'll look into that.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Timestamp dmesg entries loadedmind Linux - Server 3 06-26-2012 04:02 PM
Strange log entries in apache log under debian... hacking tentative ? strelok Linux - Security 4 11-11-2009 06:55 AM
apache2 error.log seg faults jhwilliams Linux - Software 6 01-15-2009 07:21 PM
Can Samhain log my entries in /var/log/secure and /var/log/mesage to a central server abefroman Linux - Software 2 04-13-2008 04:13 PM
apache error log entries synaptical Linux - Security 3 01-26-2004 01:28 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 09:37 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration