* XFS internal error xfs_trans_cancel at line 1164 of file fs/xfs/xfs_trans.c
@ 2009-05-20 6:58 Eddie Atherton
2009-05-20 15:19 ` Eric Sandeen
2009-05-25 0:51 ` Dave Chinner
0 siblings, 2 replies; 5+ messages in thread
From: Eddie Atherton @ 2009-05-20 6:58 UTC (permalink / raw)
To: xfs
I'm trying to install a clean Slackware 12.2 (2.6.27.7) under ESXi, and
can almost guarantee getting this error immediately after formatting the
root partition. It's happened 4 out of the 5 times I've tried, so far.
The sequence of commands, after digging through the install scripts,
that lead to this failure are just:
mkfs.xfs
mount
mkdir
Apologies for posting the stack trace as a couple of jpg's, but it's the
only way I could capture them, as I don't have any VMs set up, yet, that
have conectivity to upload any files. The stack trace can be found at:
http://www.bogolinux.net/xfs_crash_a.JPG
http://www.bogolinux.net/xfs_crash_b.JPG
I'm guessing that it's something to do with this running under a VM, but
is there any way to stop it happening.
Cheers,
Eddie
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: XFS internal error xfs_trans_cancel at line 1164 of file fs/xfs/xfs_trans.c
2009-05-20 6:58 XFS internal error xfs_trans_cancel at line 1164 of file fs/xfs/xfs_trans.c Eddie Atherton
@ 2009-05-20 15:19 ` Eric Sandeen
2009-05-20 16:51 ` Eddie Atherton
2009-05-25 0:51 ` Dave Chinner
1 sibling, 1 reply; 5+ messages in thread
From: Eric Sandeen @ 2009-05-20 15:19 UTC (permalink / raw)
To: stunnel; +Cc: xfs
Eddie Atherton wrote:
> I'm trying to install a clean Slackware 12.2 (2.6.27.7) under ESXi, and
> can almost guarantee getting this error immediately after formatting the
> root partition. It's happened 4 out of the 5 times I've tried, so far.
>
> The sequence of commands, after digging through the install scripts,
> that lead to this failure are just:
>
> mkfs.xfs
> mount
> mkdir
>
> Apologies for posting the stack trace as a couple of jpg's, but it's the
> only way I could capture them, as I don't have any VMs set up, yet, that
> have conectivity to upload any files. The stack trace can be found at:
>
> http://www.bogolinux.net/xfs_crash_a.JPG
> http://www.bogolinux.net/xfs_crash_b.JPG
>
> I'm guessing that it's something to do with this running under a VM, but
> is there any way to stop it happening.
>
> Cheers,
> Eddie
Not sure what that is offhand, seems odd. xfs_mkdir() is getting some
error and cancelling a dirty transaction. Perhaps someone on the list
remembers better than me, a few causes of this were fixed but I don't
remember details. Any chance you can try, say, .28 or .29? :)
-Eric
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: XFS internal error xfs_trans_cancel at line 1164 of file fs/xfs/xfs_trans.c
2009-05-20 15:19 ` Eric Sandeen
@ 2009-05-20 16:51 ` Eddie Atherton
0 siblings, 0 replies; 5+ messages in thread
From: Eddie Atherton @ 2009-05-20 16:51 UTC (permalink / raw)
To: Eric Sandeen; +Cc: xfs
[-- Attachment #1.1: Type: text/plain, Size: 1391 bytes --]
Eric Sandeen wrote:
> Eddie Atherton wrote:
>
>> I'm trying to install a clean Slackware 12.2 (2.6.27.7) under ESXi, and
>> can almost guarantee getting this error immediately after formatting the
>> root partition. It's happened 4 out of the 5 times I've tried, so far.
>>
>> The sequence of commands, after digging through the install scripts,
>> that lead to this failure are just:
>>
>> mkfs.xfs
>> mount
>> mkdir
>>
>> Apologies for posting the stack trace as a couple of jpg's, but it's the
>> only way I could capture them, as I don't have any VMs set up, yet, that
>> have conectivity to upload any files. The stack trace can be found at:
>>
>> http://www.bogolinux.net/xfs_crash_a.JPG
>> http://www.bogolinux.net/xfs_crash_b.JPG
>>
>> I'm guessing that it's something to do with this running under a VM, but
>> is there any way to stop it happening.
>>
>> Cheers,
>> Eddie
>>
>
> Not sure what that is offhand, seems odd. xfs_mkdir() is getting some
> error and cancelling a dirty transaction. Perhaps someone on the list
> remembers better than me, a few causes of this were fixed but I don't
> remember details. Any chance you can try, say, .28 or .29? :)
>
I'm not sure I can, because it's not a running system, where I can just
recompile the kernel myself. It's the Slack installer, that comes as a
bootable initrd.img.
Cheers,
Eddie
> -Eric
>
>
>
[-- Attachment #1.2: Type: text/html, Size: 2008 bytes --]
[-- Attachment #2: Type: text/plain, Size: 121 bytes --]
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: XFS internal error xfs_trans_cancel at line 1164 of file fs/xfs/xfs_trans.c
2009-05-20 6:58 XFS internal error xfs_trans_cancel at line 1164 of file fs/xfs/xfs_trans.c Eddie Atherton
2009-05-20 15:19 ` Eric Sandeen
@ 2009-05-25 0:51 ` Dave Chinner
2009-05-25 4:06 ` Eddie Atherton
1 sibling, 1 reply; 5+ messages in thread
From: Dave Chinner @ 2009-05-25 0:51 UTC (permalink / raw)
To: Eddie Atherton; +Cc: xfs
On Tue, May 19, 2009 at 11:58:35PM -0700, Eddie Atherton wrote:
> I'm trying to install a clean Slackware 12.2 (2.6.27.7) under ESXi, and
> can almost guarantee getting this error immediately after formatting the
> root partition. It's happened 4 out of the 5 times I've tried, so far.
>
> The sequence of commands, after digging through the install scripts,
> that lead to this failure are just:
>
> mkfs.xfs
> mount
> mkdir
That's bizarre. Can you provide a xfs_metadump image of the fs after
the shutdown has occurred?
Cheers,
Dave.
--
Dave Chinner
david@fromorbit.com
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: XFS internal error xfs_trans_cancel at line 1164 of file fs/xfs/xfs_trans.c
2009-05-25 0:51 ` Dave Chinner
@ 2009-05-25 4:06 ` Eddie Atherton
0 siblings, 0 replies; 5+ messages in thread
From: Eddie Atherton @ 2009-05-25 4:06 UTC (permalink / raw)
To: Dave Chinner; +Cc: xfs
[-- Attachment #1.1: Type: text/plain, Size: 862 bytes --]
Dave Chinner wrote:
> On Tue, May 19, 2009 at 11:58:35PM -0700, Eddie Atherton wrote:
>
>> I'm trying to install a clean Slackware 12.2 (2.6.27.7) under ESXi, and
>> can almost guarantee getting this error immediately after formatting the
>> root partition. It's happened 4 out of the 5 times I've tried, so far.
>>
>> The sequence of commands, after digging through the install scripts,
>> that lead to this failure are just:
>>
>> mkfs.xfs
>> mount
>> mkdir
>>
>
> That's bizarre. Can you provide a xfs_metadump image of the fs after
> the shutdown has occurred?
>
I can try, but it's kinda difficult, as this happens in a VM, where I
don't have a filesystem to capture the data to, or any "communication"
to the "outside world" to transfer it out. But, hey, that's what
challenges are all about.
Cheers,
Eddie
> Cheers,
>
> Dave.
>
[-- Attachment #1.2: Type: text/html, Size: 1370 bytes --]
[-- Attachment #2: Type: text/plain, Size: 121 bytes --]
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-05-25 4:06 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-20 6:58 XFS internal error xfs_trans_cancel at line 1164 of file fs/xfs/xfs_trans.c Eddie Atherton
2009-05-20 15:19 ` Eric Sandeen
2009-05-20 16:51 ` Eddie Atherton
2009-05-25 0:51 ` Dave Chinner
2009-05-25 4:06 ` Eddie Atherton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox