bugDazuko - Bugs: bug #18638, problem install APT debian testing...

 
 

bug #18638: problem install APT debian testing kernel 2.6.18-3-686

Submitter:  None
Submitted:  Sat 30 Dec 2006 03:51:10 AM UTC
   
 
Status:  None Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 22 Jan 2007 09:35:53 AM UTC, comment #1: 

Unfortunately this kernel has security/capabilities built-in to the kernel. The Dazuko Debian package will not work with such a configured kernel. Your only options are either:

1. Build a new kernel with capabilities as a kernel module. Then you can load dazuko first, followed by capabilities.

OR

2. Build Dazuko manually using the --enable-syscalls configure option.

John Ogness <ogman>
Group administrator
Sat 30 Dec 2006 03:51:10 AM UTC, original submission:  

dh_clean
/usr/bin/make clean
make[1]: entrant dans le répertoire « /usr/src/modules/dazuko »
make[1]: quittant le répertoire « /usr/src/modules/dazuko »
rm -rf .tmp_versions Makefile debian/control.backup
/usr/bin/make  -f debian/rules kdist_clean kdist_config binary-modules
make[1]: entrant dans le répertoire « /usr/src/modules/dazuko »
dh_clean
/usr/bin/make clean
make[2]: entrant dans le répertoire « /usr/src/modules/dazuko »
make[2]: * Pas de règle pour fabriquer la cible « clean ». Arrêt.
make[2]: quittant le répertoire « /usr/src/modules/dazuko »
make[1]: [kdist_clean] Erreur 2 (ignorée)
rm -rf .tmp_versions Makefile debian/control.backup
sed -e 's/_KFLAV_/686/' < debian/control.modules.in.in.flavor > debian/control.modules.in
for templ in /usr/src/modules/dazuko/debian/dazuko-modules-_KVERS_.postinst /usr/src/modules/dazuko/debian/dazuko-modules-_KVERS_.postinst.modules.in; do \
    cp $templ `echo $templ | sed -e 's/_KVERS_/2.6.18-3-686/g'` ; \
  done
for templ in `ls debian/*.modules.in` ; do \
    test -e ${templ%.modules.in}.backup || cp ${templ%.modules.in} ${templ%.modules.in}.backup 2>/dev/null || true; \
    sed -e 's/##KVERS##/2.6.18-3-686/g ;s/#KVERS#/2.6.18-3-686/g ; s/_KVERS_/2.6.18-3-686/g ; s/##KDREV##/2.6.18-7/g ; s/#KDREV#/2.6.18-7/g ; s/_KDREV_/2.6.18-7/g  ' < $templ > ${templ%.modules.in}; \
  done
./configure --without-library --without-example-c --kernelsrcdir=/lib/modules/2.6.18-3-686/build
checking host system type... Linux
checking for make utility... ok (make)
checking for C compiler... ok (gcc-4.1)
kernel build source in /lib/modules/2.6.18-3-686/build... yes
acquiring Linux kernel code configuration... ok
checking if Linux is RSBAC patched... no
checking if devfs is enabled... no
discovered host system... Linux (2.6.18)
checking if security module support is enabled... yes
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
make[1]: * [kdist_config] Erreur 1
make[1]: quittant le répertoire « /usr/src/modules/dazuko »
make: * [kdist_build] Erreur 2

Anonymous

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by ogman (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-03-19 ogman Assigned toogman None
    2007-01-22 ogman Assigned toNone ogman

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code