Hello, Recently I installed Debian Linux 6 (Squeeze, kernel 2.6.32-5-amd64 #1 SMP) via netinst on an IBM eServer platform. The system has dual AMD Opteron processors. While transferring lots of data from the original server this server was expected to replace, I noticed errors appearing repeatedly every 4 minutes or so in the ssh sessions: Message from syslogd@jupiter at Jul 24 07:30:07 ... kernel:[43618.440106] Northbridge Error, node 0 Message from syslogd@jupiter at Jul 24 07:30:07 ... kernel:[43618.440304] Invalid GART PTE entry during table walk. The errors appeared regularly, and it seemed only during very large data transfers across the network. As soon as the file transfers (using rsync) were completed, the errors stopped appearing. These messages show on all ssh sessions I had open to that server. After some searching, I found a Linux kernel patch from Borislav Petkov at AMD where the exact error message was listed. I also searched the Debian lists and found this bug report (600487) but that seemed related to X which I don't use on this particular machine, plus, the symptoms I see are triggered by data transfers via the network interface. The following document from AMD however gave me the best information, but doesn't yet explain why the errors appear in the ssh sessions, much less why this appears during bulk data transfers. AMD states these messages should be suppressed. http://support.amd.com/us/Processor_TechDocs/... On Page 333 I read:
On Sun, 2011-07-24 at 17:19 +0200, Jaap Hoetmer wrote:
> Hello,
>
> Recently I installed Debian Linux 6 (Squeeze, kernel 2.6.32-5-amd64 #1
> SMP) via netinst on an IBM eServer platform. The system has dual AMD
> Opteron processors.
>
> While transferring lots of data from the original server this server
> was expected to replace, I noticed errors appearing repeatedly every 4
> minutes or so in the ssh sessions:
>
> Message from syslogd@jupiter at Jul 24 07:30:07 ...
> kernel:[43618.440106] Northbridge Error, node 0
>
> Message from syslogd@jupiter at Jul 24 07:30:07 ...
> kernel:[43618.440304] Invalid GART PTE entry during table walk.[...]
I think this should be fixed in 2.6.32-35.
Which package version do you have installed?
Ben.
Thanks, Ben.
I am not too familiar with non-stock kernels. I did have a look at all
the kernel.org release notes, but could not find the specific error in
any of them. Anyway, as my note mentioned, I suspected it to be needing
a later kernel and it didn't seem to have any negative impact on the
running of the machine.
Where can I find the release notes of the 2.6.32-35 kernel?
Thanks, regards, JaapLe 24.07.2011 19:00, Ben Hutchings a écrit :
> [...]
> I think this should be fixed in 2.6.32-35.
>
> Which package version do you have installed?
>
> Ben.
>
On Mon, Jul 25, 2011 at 12:23:13AM +0200, Jaap Hoetmer wrote:
> Thanks, Ben.
> I am not too familiar with non-stock kernels.I am referring to Debian kernel package version 2.6.32-35, which
is the current version in stable (Debian 6.0.2). The command
'dpkg -s linux-image-2.6.32-5-amd64' will show the current package
version (among other things).
[...]
> Where can I find the release notes of the 2.6.32-35 kernel?In the Debian changelog.
Ben.
On Mon, Jul 25, 2011 at 10:21:31AM +0100, Ben Hutchings wrote: > On Mon, Jul 25, 2011 at 12:23:13AM +0200, Jaap Hoetmer wrote: > > Thanks, Ben. > > I am not too familiar with non-stock kernels. > I am referring to Debian kernel package version 2.6.32-35, which > is the current version in stable (Debian 6.0.2). The command > 'dpkg -s linux-image-2.6.32-5-amd64' will show the current package > version (among other things).And /proc/version contains informations about the running kernel. Bastian