<HTML>
<HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="OPENWEBMAIL" name=GENERATOR>
</HEAD>
<BODY bgColor=#ffffff>
You've got a underlying problem that is more important than the tune2fs Robert.  
<br />
<br />I suspect you've got a drive that is probably failing.  That's why the system keeps remounting the partition as read-only.  When it encounters enough errors in a partition to suspect data corruption/loss - it remounts the partition as read-only to protect the data.  I've recently fought the same problem with a non-BX Linux system, and only solved it replacing the drive and recovering as much data as FSCK was able to fix.
<br />
<br />If I were you, the first thing I'd do is cmuExport every site and mysqldump every database on the server - and copy them off-box.  That way - you've got a solid backup of the data on that server.  Then start testing that drive - I suspect it will come up with a lot of errors indicating upcoming failure.
<br />
<br />
<br />Chuck
<br />
<br />
<br /><font size="2"><b>---------- Original Message 
-----------</b>
<br />
From: Robert Fitzpatrick <robert@webtent.org> 

<br />
To: BlueOnyx <blueonyx@blueonyx.it> 

<br />
Sent: Sun, 06 Jan 2013 12:02:09 -0500 

<br />
Subject: [BlueOnyx:11914]  tune2fs 

<br />

<br />> I have a 5106 server that keeps making /tmp read-only and producing the 

<br />> 

following errors... 
<br />> 
<br />> 

Jan  5 04:27:26 webremote kernel: EXT3-fs error (device dm-3): 
<br />> 

ext3_lookup: unlinked inode 17 in dir #2 
<br />> 

Jan  5 04:27:26 webremote kernel: EXT3-fs error (device dm-3): 
<br />> 

ext3_journal_start_sb: Detected aborted journal 
<br />> 

Jan  5 04:27:26 webremote kernel: EXT3-fs error (device dm-3): 
<br />> 

ext3_lookup: unlinked inode 17 in dir #2 
<br />> 
<br />> 

The dm-3 is the /tmp partition, I found info that I need to remove the 
<br />> 

journal, check disk and readd the journal like this in single user mode... 

<br />> 
<br />> 

tune2sf -O ^has_journal /dev/<dev> 
<br />> 

e2fsck -f /dev/<dev> 
<br />> 

tune2sf -j /dev/<dev> 
<br />> 
<br />> 

My problem is the distro does not have the tune2fs command. Can someone 
<br />> 

tell me if there is a package that has this command that can be 
<br />> 

installed via yum or how to resolve otherwise? 
<br />> 
<br />> 

Thanks, Robert 
<br />> 

-- 
<br />> 

Robert <robert@webtent.org> 
<br />> 

_______________________________________________ 
<br />> 

Blueonyx mailing list 
<br />> 

Blueonyx@mail.blueonyx.it 
<br />> 

<a target="_blank" href="http://mail.blueonyx.it/mailman/listinfo/blueonyx">http://mail.blueonyx.it/mailman/listinfo/blueonyx</a> 

<br /><b>------- End of Original Message 
-------</b>
<br />

</font>

</BODY>
</HTML>