Bug#361026: Kernel support check from #360420 breaks working config

2006-04-06 Thread Frank Mehnert
Problem is that you most probably did not enable CONFIG_KALLSYMS_ALL in your Linux config. I would suggest to test for a function name rather than for a variable name. Then this test would also work with CONFIG_KALLSYMS_ALL=n. -- ## Dept. of Computer Science, Dresden University of Technology, Germ

Bug#361026: Kernel support check from #360420 breaks working config

2006-04-05 Thread sacrificial-spam-address
Package: nfs-kernel-server Version: 1:1.0.7-7 Severity: Important It checks for the "nfsd_version" symbol, which my kernel doesn't have, thus refusing to start and causing grief. Commenting out the grep of /proc/kallsyms in /etc/init.d/nfs-kernel-server fixed the problem. Thank you for maintaini