Hallo rendegast,
die Sache bei mir ist mysteriös:
bin jetzt in squeeze drin, schau Dir das mal an:
Code: Alles auswählen
uwe@debian-uwe:~$ ls -l /usr/
insgesamt 152
drwxr-xr-x 2 root root 36864 6. Jul 20:47 bin
drwxr-xr-x 2 root root 4096 20. Jun 14:09 games
drwxr-xr-x 37 root root 4096 6. Jul 20:18 include
drwxr-xr-x 129 root root 61440 6. Jul 20:47 lib
drwxrwsr-x 10 root staff 4096 23. Aug 2008 local
drwxr-xr-x 2 root root 4096 22. Jan 12:48 opt
drwxr-xr-x 2 root root 12288 6. Jul 20:18 sbin
drwxr-xr-x 187 root root 12288 6. Jul 20:18 share
drwxrwsr-x 2 root src 4096 8. Jul 09:19 src
drwxr-xr-x 2 root root 4096 5. Jul 2008 X11R6
uwe@debian-uwe:~$ su
Passwort:
debian-uwe:/home/uwe# mount /dev/sda6 /mnt
debian-uwe:/home/uwe# ls -l /mnt/usr/
insgesamt 176
drwxr-xr-x 2 root root 53248 16. Mai 20:47 bin
drwxr-xr-x 2 root root 4096 17. Feb 12:41 games
drwxr-xr-x 37 root root 4096 16. Mai 20:22 include
drwxr-xr-x 161 root root 69632 16. Mai 20:47 lib
drwxrwsr-x 10 root staff 4096 23. Aug 2008 local
drwxr-xr-x 2 root root 4096 22. Jan 12:48 opt
drwxr-xr-x 2 root root 12288 16. Mai 20:22 sbin
drwxr-xr-x 269 root root 12288 16. Mai 20:22 share
drwxrwsr-x 11 root src 4096 6. Jul 09:10 src
drwxr-xr-x 2 root root 4096 5. Jul 2008 X11R6
debian-uwe:/home/uwe# ls -l /mnt/usr/src/
insgesamt 33948
drwxr-sr-x 21 root src 4096 17. Nov 2007 linux-2.6.23
drwxr-sr-x 22 root src 4096 7. Mai 2008 linux-2.6.24.2
drwxr-sr-x 23 root src 4096 24. Jun 2008 linux-2.6.25.1
drwxr-xr-x 23 uwe uwe 4096 6. Jul 19:10 linux-2.6.26.2
drwxr-sr-x 24 root src 4096 21. Okt 2008 linux-2.6.27.2
drwxr-sr-x 24 root src 4096 27. Jan 15:57 linux-2.6.28
drwxr-sr-x 24 root src 4096 16. Feb 14:02 linux-2.6.28.4
drwxrwxr-x 24 root root 4096 7. Apr 20:43 linux-2.6.29.1
drwxr-sr-x 23 root src 4096 6. Jul 19:12 linux-2.6.30.1
-rw-r--r-- 1 root src 3467624 14. Feb 2008 linux-image-2.6.15.4_2.6.15.4-10.00.Custom_i386.deb
-rw-r--r-- 1 root src 4378080 17. Nov 2007 linux-image-2.6.23_2.6.23-10.00.Custom_i386.deb
-rw-r--r-- 1 root src 4150744 12. Feb 2008 linux-image-2.6.24.2_2.6.24.2-10.00.Custom_i386.deb
-rw-r--r-- 1 root src 3822130 24. Jun 2008 linux-image-2.6.25.1_2.6.25.1-10.00.Custom_i386.deb
-rw-r--r-- 1 root src 3883488 12. Aug 2008 linux-image-2.6.26.2_2.6.26.2-10.00.Custom_i386.deb
-rw-r--r-- 1 root src 3928772 21. Okt 2008 linux-image-2.6.27.2_2.6.27.2-10.00.Custom_i386.deb
-rw-r--r-- 1 root src 4133652 27. Jan 15:57 linux-image-2.6.28_2.6.28-10.00.Custom_i386.deb
-rw-r--r-- 1 root src 3404332 16. Feb 14:02 linux-image-2.6.28.4_2.6.28.4-10.00.Custom_i386.deb
-rw-r--r-- 1 root src 3485916 7. Apr 20:43 linux-image-2.6.29.1_2.6.29.1-10.00.Custom_i386.deb
debian-uwe:/home/uwe#
sda6 ist lenny. Wie man sieht, ist da meist das SetGID-Flag gesetzt, u.a. für /usr/src. Außer bei 2.6.30.1 konnte ich jeden kernel als deb mit
make-kpkg --initrd kernel_image
bauen. Das SetGID-Flag wird, wenn keine weiteren Optionen gesetzt sind, an die Unterverzeichnisse weitervererbt, wenn ich das nicht falsch sehe:
Code: Alles auswählen
debian-uwe:/home/uwe# mkdir /usr/src/test
debian-uwe:/home/uwe# ls -l /usr/src/
insgesamt 4
drwxr-sr-x 2 root src 4096 8. Jul 09:52 test
make-kpkg hatte sich auch nicht daran gestöhrt, daß ich bei 2.6.26.2 cp -a gemacht hatte.
Ich entpacke 2.6.30.1 jetzt neu, kopiere die .config aus lenny in das neue Verzeichnis unter squeeze und melde mich wieder, wenn es Ergebnisse gibt.
Viele Grüße!
Uwe Pr.