[Linux-cachefs] kernel panic with cachefilesd and sendmail

DAICON daicon at daicoon.org
Tue Oct 30 08:15:40 UTC 2007


Hi.

Kernel panic occurs because of the 
combination of cachefilesd and sendmail. 

Environment
  OS : CentOS 5
  Kernel : CentOS 5 standard
  NFS Client : CentOS 5 i386
  NFS Server : CentOS 5 i386

How To:
  1, Stor OS image to NFS Server.
     I used CentOS 5.

       # mkdir /mnt/nfs
       # mount -t nfs -o fsc 192.168.1.1 /mnt/nfs
       # mkdir /mnt/nfs/centos5
       # rsync -axv / /mnt/nfs/centos5

  2, Launch sendmail.

       # /etc/init.d/sendmail stop <- if running
       # cd /mnt/nfs/centos5
       # chroot .
       # /etc/init.d/sendmail start
       # exit  (exit from chroot)

  3, Connect to sendmail, and occur kernel panic.
     # telnet localhost smtp
     
     and occurs kernel panic.

I want you to fix this problem. 


---
Daicon <daicon at daicoon.org>




More information about the Linux-cachefs mailing list