On 12/20/2010 08:18 AM, xinglp wrote:
> ksym_mod.c line 184
>
> if ( ksyms == NULL )
> {
> if ( errno == ENOENT )
> Syslog(LOG_INFO, "No module symbols loaded - "
> "kernel modules not enabled.\n");
> else
> Syslog(LOG_ERR, "Error loading kernel symbols " \
> "- %s\n", strerror(errno));
> // fclose(ksyms); //<<<<<<<<<<<
> return(0);
> }
>
>
Nice one!
+1
/Joachim
Received on Mon Dec 20 2010 - 09:27:44 CET
This archive was generated by hypermail 2.2.0 : Mon Dec 20 2010 - 09:27:50 CET