lgperson 发表于 2012-11-02 13:00

boa的cgi问题

写了个登陆CGI页面,form窗口post到cgi上,提示No space left on device
192.168.0.50 - - request "POST /cgi-bin/UserManagerCGI.cgi?login HTTP/1.1" ("/www/cgi-bin/UserManagerCGI.cgi"): write body: No space left on device


在x86上页面都正常的,但在arm上就提示上面错误
用df -li看,inode没用完
boa目录建立在/www下

root@freescale /www/cgi-bin$ df -li
Filesystem            Inodes   IUsed   IFree IUse% Mounted on
rootfs                117600   27852   89748   24% /
/dev/root             117600   27852   89748   24% /
tmpfs                  58116    2686   55430    5% /dev
shm                  58116       1   58115    1% /dev/shm
rwfs                   58116      53   58063    1% /mnt/rwfs
rwfs                   58116      53   58063    1% /tmp
rwfs                   58116      53   58063    1% /var

linux_c_py_php 发表于 2012-11-02 13:40

write body: No space left on device

cgi的输出太大了, 内存装不下了吧.
页: [1]
查看完整版本: boa的cgi问题