Ralf Hildebrandt put forth on 3/4/2011 6:53 AM: > * Denis Shulyaka <shuly...@gmail.com>: >> Hi list! >> >> I'm trying to run postfix on my OpenWrt system. I have successfully >> compiled it and now I can send mails, but when I try to receive a >> mail, smtpd crashes and I can see this in the system log: >> >> Mar 4 14:46:29 shulyaka mail.info postfix/smtpd[18020]: connect from >> mail-bw0-f52.google.com[209.85.214.52] >> Mar 4 14:46:29 shulyaka kern.alert kernel: CPU 0 Unable to handle kernel >> paging request at virtual address 00000050, epc == 800fbdb4, ra == 800fbdf8 >> Mar 4 14:46:29 shulyaka mail.warn postfix/master[16781]: warning: process >> /usr/libexec/postfix/smtpd pid 18020 killed by signal 11 >> Mar 4 14:46:29 shulyaka mail.warn postfix/master[16781]: warning: >> /usr/libexec/postfix/smtpd: bad command startup -- throttling > > Sounds like you run out of memory. > But let's see what the others say...
AFAIK OOM will throw a different error. More than likely his problem is a MIPS kernel compile issue or a problem with his RAM. Googling "Unable to handle kernel paging request" turns up some interesting results, this one on the first page likely being the most relevant, though 6 years old. http://www.linux-mips.org/archives/linux-mips/2004-10/msg00314.html The OP needs to follow the troubleshooting procedure in the above thread, and if he can't solve it alone, take it up on lkml. -- Stan