Has anyone found a solution to Request Entity Too Large problem or BB and CC ASIC status?
Hello,
I tried to update the firmware to fix the "BB' problem on chain#13 (like suggested by bitmain support), result: it change nothing, I still have the "BB" status.
To fix the "
Request Entity Too Large problem" problem when upload firmware on web insterface:
Connect in SSH to miner, and add on /etc/lighttpd.conf:
server.max-request-size = 1000000
server.network-backend = "writev"
server.upload-dirs=("/mnt/tmp")
Commands:
$ ssh root@192.168.0.XXX
$ echo 'server.max-request-size = 1000000' >> /etc/lighttpd.conf
$ echo 'server.network-backend = "writev"' >> /etc/lighttpd.conf
$ echo 'server.upload-dirs=("/mnt/tmp")' >> /etc/lighttpd.conf