【uWSGI】 listen queue of socket (fd: 3) 错误分析
摘要:现在django的应用基本都是使用uWSGI来部署,类似下面 listen queue of socket "127.0.0.1:9001" (fd: 3) 的错误出现过2次,下面说下这两次错误出现的解决的过程。 出错场景 centos 6.6 uWSGI2.0 nginx1.6 错误日志截取 1
阅读全文
ODOO V11 PDF报表打印问题
摘要:我们知道Odoo是通过wkhtmltopdf工具将HTML格式的报表转换为pdf报表。所以,如果系统中没有安装该工具,则在打印报表时会提示该工具缺失并只能显示HTML格式的报表。 安装wkhtmltopdf很简单,但是如果您用的是Debian/Ubuntu系统,请勿用下面的命令安装: 我们知道Odo
阅读全文
odoo lessc错误解决方式
摘要:sudo ln -s "$(which nodejs)" /usr/bin/nodesudo apt-get install -y nodejssudo npm install -g npm Install Less and accessories:sudo npm install -g less
阅读全文
When I install odoo it say me, “Could not execute command 'lessc'”?
摘要:odoo could not execute command lessc 的问题 解决方案: #apt-get install node-less 解决方案: #apt-get install node-less 解决方案: #apt-get install node-less
阅读全文
DataError: new encoding (UTF8) is incompatible with the encoding of the template database (SQL_ASCII)
摘要:I copy-paste solution from Tauras link. In console run psql: sudo -u postgres psql postgres then in psql console execute sequence of commands: update
阅读全文
Can not create graphically new user
摘要:Impacted versions: 10.0 community Steps to reproduce: create user without image Current behavior:stack trace with : "cannot determine region size; use
阅读全文