* 3.6.0 kernel - ext4 corruption, or?
@ 2012-10-24 12:15 Justin Piszcz
2012-10-24 13:36 ` Steven J. Magnani
2012-10-24 14:40 ` tytso
0 siblings, 2 replies; 5+ messages in thread
From: Justin Piszcz @ 2012-10-24 12:15 UTC (permalink / raw)
To: linux-kernel
Hi,
I read there was a bug in 3.6.2, is there also one in 3.6.0, or can someone
help explain this?
I did boot systemrescuecd 3.0.0 and ran fsck.ext4 -f partition and there
were no errors reported.
Seems the inode for the directory is missing?
# grep 10.0.0.11 -r /etc
/etc/posfix.old/master.cf:10.0.0.11:smtp inet n - -
- 1 postscreen
# ls -l /etc/posfix.old/master.cf
-rw-r--r-- 1 root root 13236 Oct 28 2011 /etc/posfix.old/master.cf
# ls -ld /etc/postfix.old
ls: cannot access /etc/postfix.old: No such file or directory
Justin.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 3.6.0 kernel - ext4 corruption, or?
2012-10-24 12:15 3.6.0 kernel - ext4 corruption, or? Justin Piszcz
@ 2012-10-24 13:36 ` Steven J. Magnani
2012-10-24 14:40 ` tytso
1 sibling, 0 replies; 5+ messages in thread
From: Steven J. Magnani @ 2012-10-24 13:36 UTC (permalink / raw)
To: Justin Piszcz; +Cc: linux-kernel
False alarm? :
On Wed, 2012-10-24 at 08:15 -0400, Justin Piszcz wrote:
> # grep 10.0.0.11 -r /etc
> /etc/posfix.old/master.cf:10.0.0.11:smtp inet n - -
> - 1 postscreen
>
> # ls -l /etc/posfix.old/master.cf
> -rw-r--r-- 1 root root 13236 Oct 28 2011 /etc/posfix.old/master.cf
>
> # ls -ld /etc/postfix.old
> ls: cannot access /etc/postfix.old: No such file or directory
This is not the same directory (posTfix).
------------------------------------------------------------------------
Steven J. Magnani "I claim this network for MARS!
www.digidescorp.com Earthling, return my space modulator!"
#include <standard.disclaimer>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 3.6.0 kernel - ext4 corruption, or?
2012-10-24 12:15 3.6.0 kernel - ext4 corruption, or? Justin Piszcz
2012-10-24 13:36 ` Steven J. Magnani
@ 2012-10-24 14:40 ` tytso
2012-10-24 15:53 ` Justin Piszcz
1 sibling, 1 reply; 5+ messages in thread
From: tytso @ 2012-10-24 14:40 UTC (permalink / raw)
To: Justin Piszcz, Steven J. Magnani; +Cc: linux-kernel
On Wed, Oct 24, 2012 at 08:15:37AM -0400, Justin Piszcz wrote:
>
> I read there was a bug in 3.6.2, is there also one in 3.6.0, or can someone
> help explain this?
The problem which we are currently trying to investigate was
reportedly introduced in v3.6.1. So far that's about how we know; we
have two users who have reported it, but I and other ext4 developers
haven't been able to reproduce it yet.
> # grep 10.0.0.11 -r /etc
> /etc/posfix.old/master.cf:10.0.0.11:smtp inet n - -
> - 1 postscreen
>
> # ls -l /etc/posfix.old/master.cf
> -rw-r--r-- 1 root root 13236 Oct 28 2011 /etc/posfix.old/master.cf
>
> # ls -ld /etc/postfix.old
> ls: cannot access /etc/postfix.old: No such file or directory
>
Looks like you or some script renamed /etc/postfix to /etc/posfix.old
as part some upgrade?
- Ted
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: 3.6.0 kernel - ext4 corruption, or?
2012-10-24 14:40 ` tytso
@ 2012-10-24 15:53 ` Justin Piszcz
2012-10-24 18:39 ` Theodore Ts'o
0 siblings, 1 reply; 5+ messages in thread
From: Justin Piszcz @ 2012-10-24 15:53 UTC (permalink / raw)
To: tytso, 'Steven J. Magnani'; +Cc: linux-kernel
-----Original Message-----
From: tytso@mit.edu [mailto:tytso@mit.edu]
Sent: Wednesday, October 24, 2012 10:40 AM
To: Justin Piszcz; Steven J. Magnani
Cc: linux-kernel@vger.kernel.org
Subject: Re: 3.6.0 kernel - ext4 corruption, or?
On Wed, Oct 24, 2012 at 08:15:37AM -0400, Justin Piszcz wrote:
>
> I read there was a bug in 3.6.2, is there also one in 3.6.0, or can
someone
> help explain this?
The problem which we are currently trying to investigate was
reportedly introduced in v3.6.1. So far that's about how we know; we
have two users who have reported it, but I and other ext4 developers
haven't been able to reproduce it yet.
Got it.
> # grep 10.0.0.11 -r /etc
> /etc/posfix.old/master.cf:10.0.0.11:smtp inet n - -
> - 1 postscreen
>
> # ls -l /etc/posfix.old/master.cf
> -rw-r--r-- 1 root root 13236 Oct 28 2011 /etc/posfix.old/master.cf
>
> # ls -ld /etc/postfix.old
> ls: cannot access /etc/postfix.old: No such file or directory
>
Looks like you or some script renamed /etc/postfix to /etc/posfix.old
as part some upgrade?
Whoops-- sorry about that, typo, so for now (concerning the other bug) it's
best to stay with 3.6.0 until the bug is found, thank you.
Justin.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 3.6.0 kernel - ext4 corruption, or?
2012-10-24 15:53 ` Justin Piszcz
@ 2012-10-24 18:39 ` Theodore Ts'o
0 siblings, 0 replies; 5+ messages in thread
From: Theodore Ts'o @ 2012-10-24 18:39 UTC (permalink / raw)
To: Justin Piszcz; +Cc: 'Steven J. Magnani', linux-kernel
On Wed, Oct 24, 2012 at 11:53:47AM -0400, Justin Piszcz wrote:
>
> The problem which we are currently trying to investigate was
> reportedly introduced in v3.6.1. So far that's about how we know; we
> have two users who have reported it, but I and other ext4 developers
> haven't been able to reproduce it yet.
>
> Got it.
Sorry, typo, we believe that it was introduced in v3.6.2; there were
no ext4-related changes between v3.6 and v3.6.1.
- Ted
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-10-24 18:39 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-24 12:15 3.6.0 kernel - ext4 corruption, or? Justin Piszcz
2012-10-24 13:36 ` Steven J. Magnani
2012-10-24 14:40 ` tytso
2012-10-24 15:53 ` Justin Piszcz
2012-10-24 18:39 ` Theodore Ts'o
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).