Ich nutzte einen virtuellen Server VPS. Ich möchte von diesem VPS auf anderen Netzwerk einen VPN abbilden. Allerdings unterstützt der Kernel kein IPsec und PFKEY. Dewsgen wollte ich einen neuen Keren installieren. Meine aktuelle Kernel ist 2.6.18-028stab070.5.
Ich wollte den Kernel 2.6.36 installieren aus http://kernel.org/. Dafür habe ich diese Tutorial genutzt http://www.cyberciti.biz/tips/compiling ... el-26.html.
Wenn ich versuche diese Befehle zu nutzen
Code: Alles auswählen
update-grub
- Searching for GRUB installation directory ... found: /boot/grub
warning: grub-probe can't find drive for /dev/vzfs.
grub-probe: error: Cannot find a GRUB drive for /dev/vzfs. Check your device.map.
Wenn ich versuche
Code: Alles auswählen
ls dev
Code: Alles auswählen
agpgart console fd i2c-4 log loop5 midi01 mixer net ram0 ram14 ram5 rmidi0 smpte0 stdin tty3 tty9
audio core full i2c-5 loop0 loop6 midi02 mixer1 null ram1 ram15 ram6 rmidi1 smpte1 stdout tty4 urandom
audio1 dsp i2c-0 i2c-6 loop1 loop7 midi03 mixer2 port ram10 ram16 ram7 rmidi2 smpte2 tty tty5 vzfs
audio2 dsp1 i2c-1 i2c-7 loop2 mem midi1 mixer3 ptmx ram11 ram2 ram8 rmidi3 smpte3 tty0 tty6 xconsole
audio3 dsp2 i2c-2 initctl loop3 midi0 midi2 mpu401data pts ram12 ram3 ram9 sequencer sndstat tty1 tty7 xvda
audioctl dsp3 i2c-3 kmem loop4 midi00 midi3 mpu401stat ram ram13 ram4 random shm stderr tty2 tty8 zero
PS: ich benutze STRATO V-PowerServer M mit Debian5
Danke im Voraus
Younes