Esta mensagem é gerada por um módulo do kernel chamado worm
:
[myhost ~]% lsmod | grep worm
worm 39172 0
[myhost ~]% grep "Worm initializing..." /usr/diags/kernmods/worm/worm.c
printk(KERN_ALERT "Worm initializing...");
A partir dos comentários no código-fonte do módulo:
worm.c -- x86 Linux wormhole driver for diagnostics for 2.2.x Kernels
Este módulo do kernel é fornecido pelo pacote field_diags_xe_x86
, que fornece ferramentas de diagnóstico para hardware SGI:
[myhost ~]% rpm -qf /usr/diags/kernmods/worm/worm.c
field_diags_xe_x86-3.24-4a.x86_64
[myhost ~]% rpm -qi field_diags_xe_x86-3.24-4a.x86_64
Name : field_diags_xe_x86 Relocations: (not relocatable)
Version : 3.24 Vendor: SGI Inc.
Release : 4a Build Date: Wed 05 Nov 2008 07:42:58 AM MST
Install Date: Thu 04 Dec 2008 11:29:46 AM MST Build Host: hook.americas.sgi.com
Group : Applications/System Source RPM: field_diags_xe_x86-3.24-4a.src.rpm
Size : 103026006 License: SGI
Signature : (none)
Packager : Developer dsd on machine hook
URL : http://wwwcf.americas.sgi.com/PUBLIC/diags/Menus/sn2mhome.html
Summary : SGI Altix XE X86 Online Diagnostics
Description :
The SGI Altix XE X86 Online Diagnostics software package.
Portanto, essa mensagem em dmesg
não é mal-intencionada, embora o módulo do kernel possa ter um nome ruim.