[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Dazuko-devel] redirfs 0.6 patch for dazuko-2.3.6-pre2
From: |
Frantisek Hrbata |
Subject: |
[Dazuko-devel] redirfs 0.6 patch for dazuko-2.3.6-pre2 |
Date: |
Thu, 12 Feb 2009 15:03:58 +0100 |
Hi,
I am implementing dazuko support for our upcoming avg 8 for
linux/freebsd. I found out that it is faster for me to adjust the
dazuko-2.3.6-pre2 version to work with the latest redirfs 0.6 version,
then to prepare some virtual environment or to patch the linux
kernel.
So here is the patch. It will allow you to run dazuko-2.3.6-pre2 with
the latest linux kernels >= 2.6.25 as the redirfs filter. I am using
it with vanilla kernel 2.6.28.
How to proceed:
1) download and install the latest redirfs 0.6
- you can use the following INSTALL file
http://www.redirfs.org/svn/redirfs/tags/dummyflt-0.3/src/dummyflt/INSTALL
2) download dazuko-2.3.6-pre2.tar.gz
- http://dazuko.dnsalias.org/files/dazuko-2.3.6-pre2.tar.gz
3) unpack the dazuko-2.3.6-pre2.tar.gz package
4) copy dazuko-2.3.6-pre2_redirfs-0.6.patch into the dazuko-2.3.6-pre2
directory
5) go to the dazuko-2.3.6-pre2 and apply the patch
$ patch -p1 < dazuko-2.3.6-pre2_redirfs-0.6.patch
6) copy the Module.symvers file from redirfs source directory into the
dazuko-2.3.6-pre2
7) configure dazuko
$ ./configure --enable-redirfs --redirfsdir=<full path to the redirfs source
directory>
8) compile a load dazuko module
$ make
# insmod dazuko.ko
I hope maybe somebody will find this useful.
-FH
dazuko-2.3.6-pre2_redirfs-0.6.patch
Description: Text Data
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Dazuko-devel] redirfs 0.6 patch for dazuko-2.3.6-pre2,
Frantisek Hrbata <=