mainDazuko - Support: sr #104763, problem installing dazuko with...

 
 

sr #104763: problem installing dazuko with debian package

Submitter:  luke <lucesei>
Submitted:  Wed 19 Oct 2005 09:27:53 PM UTC
   
 
Assigned to:  None Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Jump to the original submission

Tue 19 Jun 2007 03:47:38 PM UTC, comment #8: 

In /var/log/messages you should see a useful error message. Then the FAQ may be able to help you further:

http://www.dazuko.org/tload.shtml

John Ogness <ogman>
Group administrator
Tue 29 May 2007 09:47:12 PM UTC, comment #7: 

I'm using KUBUNTU Fiesty and it just updated the Linux Kernel to 2.6.20-16.  I was able to install everything but when it was time to modprobe dazuko, it gives me this message...

<quote>FATAL: Error inserting dazuko (/lib/modules/2.6.20-16-386/kernel/ubuntu/fs/dazuko/dazuko.ko): Invalid argument </quote>

I'm stuck and at a loss at what to do next... can someone help me please?

Thanks

Tim

Tim Gelvin <tgelvin>
Sat 31 Mar 2007 08:51:19 AM UTC, comment #6: 

Hi

In Debian Etch, the linux-kbuild package don't provides kernel deps sources. If you want manually build dazuko yuo need add --without-deps:

$ tar xzvf dazuko-2.3.2.tar.gz
$ cd dazuko-2.3.2
$ ./configure --without-deps --enable-syscalls --mapfile=/boot/System.map
$ make
$ su
# make test
# make install
# modprobe dazuko
# exit

Jorge Maroto <jmaroto>
Fri 02 Mar 2007 04:50:25 PM UTC, comment #5: 

The new Etch kernels include the capability module "built-in". This module does not permit Dazuko to load, which is why the configure script is saying:

verifying capabilities are not built-in... built-in :(
error: capabilities are built-in to the kernel:                          
        you will need to recompile a kernel with capabilities
        as a kernel module

In order to use Dazuko you will need to build a new kernel or manually build Dazuko. Manually building Dazuko is probably easier and can (most likely) be done with:

$ tar xzvf dazuko-2.3.2.tar.gz
$ cd dazuko-2.3.2
$ ./configure --enable-syscalls --mapfile=/boot/System.map
$ make
$ su
# make test
# make install
# modprobe dazuko
# exit

John Ogness <ogman>
Group administrator
Thu 01 Mar 2007 09:13:32 PM UTC, comment #4: 

I'm trying to install on Debian (etch) an also i have a compile error issue. I think that i have all packages installed.
thank you


(file #12084)

charly <rasolrac>
Wed 14 Jun 2006 11:52:12 AM UTC, comment #3: 

This is similar for http://www.dazuko.org/files/dazuko-source_2.2.1-1_all.deb on Ubuntu Dapper with module-assistant and the kernel-headers installed. Seems like the libc6 headers cannot be found in linux_conf.c:

----- linux_conf_make.out:
linux_conf.c:7:19: Fehler: stdio.h: No such file or directory
linux_conf.c: In Funktion »main«:
linux_conf.c:64: Warnung: implizite Deklaration der Funktion »printf«
linux_conf.c:64: Warnung: unverträgliche implizite Deklaration der eingebauten Funktion »printf«
-----

Installing build-essential with "apt-get install build-essential" solves the open dependencies.

Redirected this to the Debian bug tracking? In fact, one could argue if module-assistant should depend on build-essential or libc6-dev? At least it is a dependency.

Anonymous
Fri 09 Jun 2006 11:35:05 PM UTC, comment #2: 

Please try the latest version, 2.2.1.

http://www.dazuko.org/tgen.shtml#DEBIAN

John Ogness <ogman>
Group administrator
Thu 20 Oct 2005 09:23:14 AM UTC, comment #1: 

Hi,

Could you post the complete contents of the buildlog file?

/var/cache/modass/dazuko-source*buildlog*

John Ogness <ogman>
Group administrator
Wed 19 Oct 2005 09:27:53 PM UTC, original submission:  

Hi, I'm trying to install Dazuko (on Debian obviously), using the *.deb package. I have module-assistant + kernel-headers etc... regularly installed, as prescribed. I installed the deb package (dpkg -i...) with no problems, but when I run 'm-a a-i dazuko', I get an error. Going through the log file, I get the error:
" no rule to make target clean. Stop ".
Could you kindly suggest what is wrong, and (hopefully), what can I do to fix this problem?

Thanks a lot for your help.

luke <lucesei>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #12084:  dazuko-error-log~ added by rasolrac (4KiB - application/octet-stream)
file #10193:  dazuko-source.buildlog.2.6.15-23-386.1150282507 added by None (2KiB - text/x-diff - dazuko-source_2.2.1-1_all.deb buildlog on Ubuntu Dapper with module-assistant and the kernel-headers installed)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by tgelvin (Posted a comment)
  • -email is unavailable- added by jmaroto (Posted a comment)
  • -email is unavailable- added by ogman (Posted a comment)
  • -email is unavailable- added by rasolrac (Updated the item)
  •  

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-03-19 ogman Assigned toogman None
    2007-03-01 rasolrac Attached File- Added dazuko-error-log~, #12084
    2006-06-14 None Attached File- Added dazuko-source.buildlog.2.6.15-23-386.1150282507, #10193
    2005-11-14 ogman Assigned toNone ogman

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code