LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions
User Name
Password
Linux - Distributions This forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on... Note: An (*) indicates there is no official participation from that distribution here at LQ.

Notices


Reply
  Search this Thread
Old 05-04-2014, 12:15 PM   #1
sadeghalmahdi
LQ Newbie
 
Registered: Dec 2011
Posts: 4

Rep: Reputation: Disabled
dazuko install problem


Hi
i want install dazuko on my linux with this Spec:
[root@dbbackup dazukofs-3.1.4]# uname -r
2.6.39-300.26.1.el5uek
[root@dbbackup dazukofs-3.1.4]# rpm -qa | grep kernel
kernel-uek-devel-2.6.39-300.26.1.el5uek
kernel-uek-firmware-2.6.39-300.26.1.el5uek
kernel-uek-2.6.39-300.26.1.el5uek
kernel-headers-2.6.18-348.el5
kernel-devel-2.6.18-348.el5
kernel-2.6.18-348.el5

when i install dazukofs-3.1.4 this error shown
[root@dbbackup dazukofs-3.1.4]# make -C /lib/modules/2.6.18-348.el5/build SUBDIRS="`pwd`" modules
make: Entering directory `/usr/src/kernels/2.6.18-348.el5-x86_64'
CC [M] /tmp/dazuko/dazukofs-3.1.4/super.o
/tmp/dazuko/dazukofs-3.1.4/super.c: In function ‘dazukofs_evict_inode’:
/tmp/dazuko/dazukofs-3.1.4/super.c:74: error: implicit declaration of function ‘end_writeback’
/tmp/dazuko/dazukofs-3.1.4/super.c: At top level:
/tmp/dazuko/dazukofs-3.1.4/super.c:108: error: unknown field ‘evict_inode’ specified in initializer
/tmp/dazuko/dazukofs-3.1.4/super.c:108: warning: initialization from incompatible pointer type
/tmp/dazuko/dazukofs-3.1.4/super.c: In function ‘dazukofs_read_super’:
/tmp/dazuko/dazukofs-3.1.4/super.c:167: error: ‘struct nameidata’ has no member named ‘path’
/tmp/dazuko/dazukofs-3.1.4/super.c:168: error: ‘struct nameidata’ has no member named ‘path’
/tmp/dazuko/dazukofs-3.1.4/super.c:198: error: implicit declaration of function ‘path_put’
/tmp/dazuko/dazukofs-3.1.4/super.c:198: error: ‘struct nameidata’ has no member named ‘path’
/tmp/dazuko/dazukofs-3.1.4/super.c: In function ‘init_caches’:
/tmp/dazuko/dazukofs-3.1.4/super.c:271: warning: passing argument 5 of ‘kmem_cache_create’ from incompatible pointer type
/tmp/dazuko/dazukofs-3.1.4/super.c:271: error: too few arguments to function ‘kmem_cache_create’
/tmp/dazuko/dazukofs-3.1.4/super.c:279: error: too few arguments to function ‘kmem_cache_create’
/tmp/dazuko/dazukofs-3.1.4/super.c:287: error: too few arguments to function ‘kmem_cache_create’
/tmp/dazuko/dazukofs-3.1.4/super.c:295: error: too few arguments to function ‘kmem_cache_create’
make[1]: *** [/tmp/dazuko/dazukofs-3.1.4/super.o] Error 1
make: *** [_module_/tmp/dazuko/dazukofs-3.1.4] Error 2
make: Leaving directory `/usr/src/kernels/2.6.18-348.el5-x86_64'

when install dazukofs-3.1.4 on kernel 2.6.39 this error

[root@dbbackup dazukofs-3.1.4]# make -C /lib/modules/2.6.39-300.26.1.el5uek/build SUBDIRS="`pwd`" modules
make: Entering directory `/usr/src/kernels/2.6.39-300.26.1.el5uek'
CC [M] /tmp/dazuko/dazukofs-3.1.4/super.o
/tmp/dazuko/dazukofs-3.1.4/super.c: In function ‘dazukofs_read_super’:
/tmp/dazuko/dazukofs-3.1.4/super.c:163: error: implicit declaration of function ‘path_lookup’
/tmp/dazuko/dazukofs-3.1.4/super.c: In function ‘dazukofs_get_sb’:
/tmp/dazuko/dazukofs-3.1.4/super.c:209: error: implicit declaration of function ‘get_sb_nodev’
/tmp/dazuko/dazukofs-3.1.4/super.c: At top level:
/tmp/dazuko/dazukofs-3.1.4/super.c:309: error: unknown field ‘get_sb’ specified in initializer
/tmp/dazuko/dazukofs-3.1.4/super.c:309: warning: initialization makes integer from pointer without a cast
/tmp/dazuko/dazukofs-3.1.4/super.c:309: error: initializer element is not computable at load time
/tmp/dazuko/dazukofs-3.1.4/super.c:309: error: (near initialization for ‘dazukofs_fs_type.fs_flags’)
make[1]: *** [/tmp/dazuko/dazukofs-3.1.4/super.o] Error 1
make: *** [_module_/tmp/dazuko/dazukofs-3.1.4] Error 2
make: Leaving directory `/usr/src/kernels/2.6.39-300.26.1.el5uek'

when install dazuko 3.0.0
[root@dbbackup dazukofs-3.0.0]# make -C /lib/modules/2.6.18-348.el5/build SUBDIRS="`pwd`" modules
make: Entering directory `/usr/src/kernels/2.6.18-348.el5-x86_64'
CC [M] /tmp/dazuko/dazukofs-3.0.0/inode.o
/tmp/dazuko/dazukofs-3.0.0/inode.c: In function ‘dazukofs_permission’:
/tmp/dazuko/dazukofs-3.0.0/inode.c:472: error: ‘struct nameidata’ has no member named ‘path’
/tmp/dazuko/dazukofs-3.0.0/inode.c:473: error: ‘struct nameidata’ has no member named ‘path’
/tmp/dazuko/dazukofs-3.0.0/inode.c:475: error: ‘struct nameidata’ has no member named ‘path’
/tmp/dazuko/dazukofs-3.0.0/inode.c:476: error: ‘struct nameidata’ has no member named ‘path’
/tmp/dazuko/dazukofs-3.0.0/inode.c:478: error: ‘struct nameidata’ has no member named ‘path’
/tmp/dazuko/dazukofs-3.0.0/inode.c:479: error: ‘struct nameidata’ has no member named ‘path’
/tmp/dazuko/dazukofs-3.0.0/inode.c:488: error: ‘struct nameidata’ has no member named ‘path’
/tmp/dazuko/dazukofs-3.0.0/inode.c:489: error: ‘struct nameidata’ has no member named ‘path’
make[1]: *** [/tmp/dazuko/dazukofs-3.0.0/inode.o] Error 1
make: *** [_module_/tmp/dazuko/dazukofs-3.0.0] Error 2
make: Leaving directory `/usr/src/kernels/2.6.18-348.el5-x86_64'
how Do i DO ????
Help please
 
Old 05-04-2014, 01:47 PM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by sadeghalmahdi View Post
Hi
i want install dazuko on my linux with this Spec:
[root@dbbackup dazukofs-3.1.4]# uname -r
2.6.39-300.26.1.el5uek
[root@dbbackup dazukofs-3.1.4]# rpm -qa | grep kernel
kernel-uek-devel-2.6.39-300.26.1.el5uek
kernel-uek-firmware-2.6.39-300.26.1.el5uek
kernel-uek-2.6.39-300.26.1.el5uek
kernel-headers-2.6.18-348.el5
kernel-devel-2.6.18-348.el5
kernel-2.6.18-348.el5

how Do i DO ???? Help please
The first thing you need to do, is to read the documentation from their website, and follow it. The README file in the dazuko documentation is VERY clear:
Quote:
Originally Posted by Dazuko Documentation
DazukoFS was written to work with a particular kernel version. Refer to the README included in the package to see which version it was written for. In order to support other kernel versions, various patches have been included in the package. If DazukoFS was not written for your running kernel, a patch may be available to modify DazukoFS code for your kernel.
...and that README says it is written for version 2.6.36...you are using 2.6.39. And apparently that code hasn't been updated for three years...so there aren't patches available, as far as I can see.

You also have the kernel source for 2.6.18 installed, but are using the 2.6.39 kernel...that is a mismatch. Get the correct header files installed for your system. What version/distro of Linux are you using?
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Please help ! Fedora Core 9 patch Dazuko patch-dazuko-linux-2.6.26.diff.gz R03L Fedora 3 10-22-2008 09:11 AM
Dazuko is loading in the kernel but my application is failing to register with dazuko sharad Linux - Kernel 1 02-24-2007 02:53 PM
Fedora core 5 AntiVir / Dazuko install problem batterhead Linux - Security 1 06-12-2006 04:22 AM
Problem compiling dazuko Alexo Linux - Newbie 8 06-04-2005 09:22 AM
clamav - dazuko install problem ssfrstlstnm Debian 2 01-30-2005 11:15 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions

All times are GMT -5. The time now is 11:10 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration