getting error whu\ile loading in netfilter hook

2005-02-17 Thread Deepti Patel
Hi, I am using fedora 2.6.5 and trying to load a module in netfilter's hook. But it is giving me error and could not find out what needs to be done. Error: [EMAIL PROTECTED] Deepti]# make -f Makefile_lkm make -C /lib/modules/2.6.5-1.358/build SUBDIR=/root/Deepti modules make[1]: Entering directo

[no subject]

2005-02-17 Thread Deepti Patel
Hi I am getting an error while inserting an hello world program. [EMAIL PROTECTED] deepti]$ /sbin/insmod hello-2.ko insmod: error inserting 'hello-2.ko': -1 Operation not permitted I haven't logged in as root. For inserting a module do I need to logged in as root? I will really appretiate any

Getting errors in compilation of Hello World!

2005-02-09 Thread Deepti Patel
Hi all, I am new to Linux. I am tring to load a module in kernel of 'Fedora core2'. I wrote a simple Hello world program and tring to compile it with Makefile. I tried 3 differnt types of make file but still it is giving me error. I will really appritiate any help. Here is my Hello world progra