* Re: txftrans.c:4498 -- TXF_HARD_ERROR
@ 2013-01-08 21:53 Rushikesh Jadhav
0 siblings, 0 replies; 8+ messages in thread
From: Rushikesh Jadhav @ 2013-01-08 21:53 UTC (permalink / raw)
To: xen-api@lists.xen.org, xen-devel
[-- Attachment #1.1: Type: text/plain, Size: 468 bytes --]
Apologies for missing Subject.
On Wed, Jan 9, 2013 at 3:21 AM, Rushikesh Jadhav <2rushikeshj@gmail.com>wrote:
> Hello List,
>
> Please help me in diagnosing below error in /var/log/messages
>
> HVM1[16586]: txftrans.c:4498 -- TXF_HARD_ERROR (0xC01A002B) for RM:
> fffff8800d099000
>
> Im unable to find any google reference related to above C file or its
> source code. http://lmgtfy.com/?q=txftrans.c
>
> Thanks for reading and helping.
>
> Regards,
> Rushikesh
>
[-- Attachment #1.2: Type: text/html, Size: 867 bytes --]
[-- Attachment #2: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: txftrans.c:4498 -- TXF_HARD_ERROR
[not found] <CAO9XypXAfH6PKXM3MHyO5LvQNReLAkfRERm1mbhw=39t5zRdJg@mail.gmail.com>
@ 2013-01-10 10:04 ` Ian Campbell
[not found] ` <1357812259.7989.317.camel@zakaz.uk.xensource.com>
1 sibling, 0 replies; 8+ messages in thread
From: Ian Campbell @ 2013-01-10 10:04 UTC (permalink / raw)
To: Rushikesh Jadhav; +Cc: xen-devel@lists.xen.org, xen-api@lists.xen.org
On Tue, 2013-01-08 at 21:53 +0000, Rushikesh Jadhav wrote:
>
>
> Please help me in diagnosing below error in /var/log/messages
>
> HVM1[16586]: txftrans.c:4498 -- TXF_HARD_ERROR (0xC01A002B)
> for RM: fffff8800d099000
This message was printed by your dom1 kernel, via the PV drivers.
Google suggests to me that txftrans.c is a Windows Vista source file,
but I don't especially want to follow that trail to far for fear of
seeing something I shouldn't.
I've no idea what the message might mean though.
Ian.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: txftrans.c:4498 -- TXF_HARD_ERROR
[not found] ` <1357812259.7989.317.camel@zakaz.uk.xensource.com>
@ 2013-01-10 21:37 ` Rushikesh Jadhav
[not found] ` <CAO9XypVcg=RLYf67kxdoH+xnoJdKOTaT1WaYPYs0hjN5cb_6cg@mail.gmail.com>
1 sibling, 0 replies; 8+ messages in thread
From: Rushikesh Jadhav @ 2013-01-10 21:37 UTC (permalink / raw)
To: Ian Campbell; +Cc: xen-devel@lists.xen.org, xen-api@lists.xen.org
[-- Attachment #1.1: Type: text/plain, Size: 896 bytes --]
On Thu, Jan 10, 2013 at 3:34 PM, Ian Campbell <Ian.Campbell@citrix.com>wrote:
> On Tue, 2013-01-08 at 21:53 +0000, Rushikesh Jadhav wrote:
> >
> >
> > Please help me in diagnosing below error in /var/log/messages
> >
> > HVM1[16586]: txftrans.c:4498 -- TXF_HARD_ERROR (0xC01A002B)
> > for RM: fffff8800d099000
>
> This message was printed by your dom1 kernel, via the PV drivers.
>
> Google suggests to me that txftrans.c is a Windows Vista source file,
> but I don't especially want to follow that trail to far for fear of
> seeing something I shouldn't.
>
> I've no idea what the message might mean though.
>
> Ian.
>
> Thanks Ian,
I have also stopped perusing the file and error. Its just bugging me every
hour :(
I'm surprised that this error and file is never reported anywhere and I
don't think my Windows DomU is any special to generate such error.
- Rushikesh
[-- Attachment #1.2: Type: text/html, Size: 1341 bytes --]
[-- Attachment #2: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: txftrans.c:4498 -- TXF_HARD_ERROR
[not found] ` <CAO9XypVcg=RLYf67kxdoH+xnoJdKOTaT1WaYPYs0hjN5cb_6cg@mail.gmail.com>
@ 2013-01-11 9:20 ` Ian Campbell
2013-01-11 13:15 ` Mats Petersson
[not found] ` <1357896054.9456.92.camel@zakaz.uk.xensource.com>
2 siblings, 0 replies; 8+ messages in thread
From: Ian Campbell @ 2013-01-11 9:20 UTC (permalink / raw)
To: Rushikesh Jadhav; +Cc: xen-devel@lists.xen.org, xen-api@lists.xen.org
On Thu, 2013-01-10 at 21:37 +0000, Rushikesh Jadhav wrote:
> I have also stopped perusing the file and error. Its just bugging me
> every hour :(
> I'm surprised that this error and file is never reported anywhere and
> I don't think my Windows DomU is any special to generate such error.
A bit more googling suggests that TXF is Transactional NTFS
http://en.wikipedia.org/wiki/Transactional_NTFS
Furthermore http://msdn.microsoft.com/en-us/library/cc704588.aspx
("NTSTATUS values") tells me that 0xC01A002B is STATUS_LOG_STATE_INVALID
"The log service is not in the correct state to perform a requested
action."
It might be wise to run the Windows equivalent of fsck.
That wiki page suggests that TXF is not widely used, perhaps one of your
applications in the VM is one of the minority which do use it?
This seems to me like an issue which is internal to the VM but it might
still be useful to know the guest configuration. Are you using PV
drivers at all? Can you post your guest configuration please. What
version of Xen are you running etc.
Ian.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: txftrans.c:4498 -- TXF_HARD_ERROR
[not found] ` <CAO9XypVcg=RLYf67kxdoH+xnoJdKOTaT1WaYPYs0hjN5cb_6cg@mail.gmail.com>
2013-01-11 9:20 ` Ian Campbell
@ 2013-01-11 13:15 ` Mats Petersson
[not found] ` <1357896054.9456.92.camel@zakaz.uk.xensource.com>
2 siblings, 0 replies; 8+ messages in thread
From: Mats Petersson @ 2013-01-11 13:15 UTC (permalink / raw)
To: xen-devel
On 10/01/13 21:37, Rushikesh Jadhav wrote:
>
>
> On Thu, Jan 10, 2013 at 3:34 PM, Ian Campbell <Ian.Campbell@citrix.com
> <mailto:Ian.Campbell@citrix.com>> wrote:
>
> On Tue, 2013-01-08 at 21:53 +0000, Rushikesh Jadhav wrote:
> >
> >
> > Please help me in diagnosing below error in
> /var/log/messages
> >
> > HVM1[16586]: txftrans.c:4498 -- TXF_HARD_ERROR (0xC01A002B)
> > for RM: fffff8800d099000
>
The error code, according to this random site google found:
http://repo.meh.or.id/Windows/ntstatus.txt
means "STATUS_LOG_STATE_INVALID", which doesn't really give us much more
leads as to what it actually does/means. It almost sounds like the code
in that file is doing something the rest of the system is not expecting.
C01Axxxx are all "STATUS_LOG_XXXX" error messages.
However, there are also a bunch of {4,8,C}019xxxx error messages which
mentions transactions and similar things - it may be that at some point,
these have been renumbered to be C01Axxxx range? No 2B in the ones I
could find tho'.
--
Mats
>
> This message was printed by your dom1 kernel, via the PV drivers.
>
> Google suggests to me that txftrans.c is a Windows Vista source file,
> but I don't especially want to follow that trail to far for fear of
> seeing something I shouldn't.
>
> I've no idea what the message might mean though.
>
> Ian.
>
> Thanks Ian,
>
> I have also stopped perusing the file and error. Its just bugging me
> every hour :(
> I'm surprised that this error and file is never reported anywhere and
> I don't think my Windows DomU is any special to generate such error.
>
> - Rushikesh
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: txftrans.c:4498 -- TXF_HARD_ERROR
[not found] ` <1357896054.9456.92.camel@zakaz.uk.xensource.com>
@ 2013-01-11 19:05 ` Rushikesh Jadhav
[not found] ` <CAO9XypUkJ_cCu3u3N2TzCFnWwZYa83OVHCp=RdhAUEw-hf5nPA@mail.gmail.com>
1 sibling, 0 replies; 8+ messages in thread
From: Rushikesh Jadhav @ 2013-01-11 19:05 UTC (permalink / raw)
To: Ian Campbell; +Cc: xen-devel@lists.xen.org, xen-api@lists.xen.org
[-- Attachment #1.1: Type: text/plain, Size: 1488 bytes --]
On Fri, Jan 11, 2013 at 2:50 PM, Ian Campbell <Ian.Campbell@citrix.com>wrote:
> On Thu, 2013-01-10 at 21:37 +0000, Rushikesh Jadhav wrote:
>
> > I have also stopped perusing the file and error. Its just bugging me
> > every hour :(
> > I'm surprised that this error and file is never reported anywhere and
> > I don't think my Windows DomU is any special to generate such error.
>
> A bit more googling suggests that TXF is Transactional NTFS
> http://en.wikipedia.org/wiki/Transactional_NTFS
>
> Furthermore http://msdn.microsoft.com/en-us/library/cc704588.aspx
> ("NTSTATUS values") tells me that 0xC01A002B is STATUS_LOG_STATE_INVALID
> "The log service is not in the correct state to perform a requested
> action."
>
> It might be wise to run the Windows equivalent of fsck.
>
> That wiki page suggests that TXF is not widely used, perhaps one of your
> applications in the VM is one of the minority which do use it?
>
> This seems to me like an issue which is internal to the VM but it might
> still be useful to know the guest configuration. Are you using PV
> drivers at all? Can you post your guest configuration please. What
> version of Xen are you running etc.
>
> Ian.
>
>
Hi Ian,
Thanks for checking.
Its a simple Windows 2008 VM with default xs-tools PV drivers hosted on
XCP1.1 with Xen 3.4.2. It has 2 drives Local C: and iSCSI LUN D:
Local VM Disk format is lvm over iscsi and the extra disk is directly
mounted via iSCSI using iSCSI initiator within VM.
- Rushikesh
[-- Attachment #1.2: Type: text/html, Size: 2155 bytes --]
[-- Attachment #2: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: txftrans.c:4498 -- TXF_HARD_ERROR
[not found] ` <CAO9XypUkJ_cCu3u3N2TzCFnWwZYa83OVHCp=RdhAUEw-hf5nPA@mail.gmail.com>
@ 2013-01-15 10:33 ` Ian Campbell
[not found] ` <1358246022.15691.40.camel@zakaz.uk.xensource.com>
1 sibling, 0 replies; 8+ messages in thread
From: Ian Campbell @ 2013-01-15 10:33 UTC (permalink / raw)
To: Rushikesh Jadhav; +Cc: xen-devel@lists.xen.org, xen-api@lists.xen.org
On Fri, 2013-01-11 at 19:05 +0000, Rushikesh Jadhav wrote:
> Its a simple Windows 2008 VM with default xs-tools PV drivers hosted
> on XCP1.1 with Xen 3.4.2. It has 2 drives Local C: and iSCSI LUN D:
> Local VM Disk format is lvm over iscsi and the extra disk is directly
> mounted via iSCSI using iSCSI initiator within VM.
Is there anything other than this one message in the logs?
Have you looked into Windows own logging (event viewer et al?). If you
could determine which filesystem was causing this error that might give
you something to go on.
The iSCSI target is the same for both C: and D:, just the method of
connecting is different?
Ian.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: txftrans.c:4498 -- TXF_HARD_ERROR
[not found] ` <1358246022.15691.40.camel@zakaz.uk.xensource.com>
@ 2013-01-15 20:06 ` Rushikesh Jadhav
0 siblings, 0 replies; 8+ messages in thread
From: Rushikesh Jadhav @ 2013-01-15 20:06 UTC (permalink / raw)
To: Ian Campbell; +Cc: xen-devel@lists.xen.org, xen-api@lists.xen.org
[-- Attachment #1.1: Type: text/plain, Size: 1119 bytes --]
On Tue, Jan 15, 2013 at 4:03 PM, Ian Campbell <Ian.Campbell@citrix.com>wrote:
> On Fri, 2013-01-11 at 19:05 +0000, Rushikesh Jadhav wrote:
>
>
> > Its a simple Windows 2008 VM with default xs-tools PV drivers hosted
> > on XCP1.1 with Xen 3.4.2. It has 2 drives Local C: and iSCSI LUN D:
> > Local VM Disk format is lvm over iscsi and the extra disk is directly
> > mounted via iSCSI using iSCSI initiator within VM.
>
> Is there anything other than this one message in the logs?
>
> Have you looked into Windows own logging (event viewer et al?). If you
> could determine which filesystem was causing this error that might give
> you something to go on.
>
> The iSCSI target is the same for both C: and D:, just the method of
> connecting is different?
>
> Ian.
>
> There is no other error besides this one.
I checked windows event viewer but there was no message related to NTFS,
may be it is in "Info" type and I'll probably need to search by some event
ID. I'll give another try.
C: is the normal VHD on xen. Its same as you boot a VM from local SR.
D: is the one which uses iSCSI LUN. I hope I'm not confusing.
[-- Attachment #1.2: Type: text/html, Size: 1565 bytes --]
[-- Attachment #2: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2013-01-15 20:06 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <CAO9XypXAfH6PKXM3MHyO5LvQNReLAkfRERm1mbhw=39t5zRdJg@mail.gmail.com>
2013-01-10 10:04 ` txftrans.c:4498 -- TXF_HARD_ERROR Ian Campbell
[not found] ` <1357812259.7989.317.camel@zakaz.uk.xensource.com>
2013-01-10 21:37 ` Rushikesh Jadhav
[not found] ` <CAO9XypVcg=RLYf67kxdoH+xnoJdKOTaT1WaYPYs0hjN5cb_6cg@mail.gmail.com>
2013-01-11 9:20 ` Ian Campbell
2013-01-11 13:15 ` Mats Petersson
[not found] ` <1357896054.9456.92.camel@zakaz.uk.xensource.com>
2013-01-11 19:05 ` Rushikesh Jadhav
[not found] ` <CAO9XypUkJ_cCu3u3N2TzCFnWwZYa83OVHCp=RdhAUEw-hf5nPA@mail.gmail.com>
2013-01-15 10:33 ` Ian Campbell
[not found] ` <1358246022.15691.40.camel@zakaz.uk.xensource.com>
2013-01-15 20:06 ` Rushikesh Jadhav
2013-01-08 21:53 Rushikesh Jadhav
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.