----- Original Message -----
OK, while running on the appliance itself, again, try running
without
the System.map argument. It will presumably still fail as shown above.
On that appliance, what is the output from these commands:
$ cat /proc/kallsyms | grep cpu_possible_mask
$ nm -Bn /usr/lib/debug/lib/modules/3.9.10-100.fc17.x86_64/vmlinux | grep
cpu_possible_mask
$ grep cpu_possible_mask /boot/System.map
Sorry -- the second line above should be: $ nm -Bn vmlinux | grep cpu_possible_mask
Dave