搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Random broken pipe while using 'dhclient' in serverside code

  • 1 个回答
  • 1 人有此问题
  • 3 次查看
  • 最后回复者为 anishgeorge

more options

CentOS 7.3 Mozilla Firefox 52.2.0 (64) Web Server and framework : Django Firefox is showing 'undefined' error randomly (once in 20-30 attempts) while acquiring IP for bridge network interface using 'dhclient' . The sequence of command is, tunctl -t tap0 -u `id -un` -g `id -gn` brctl addbr $bridge ifconfig tap0 up brctl addif $bridge tap0 ifdown ens160 ifconfig ens160 0.0.0.0 promisc up brctl addif $bridge ens160 ifconfig $bridge hw ether xx:xx:xx:xx:xx:xx dhclient -r $bridge dhclient $bridge ifconfig $bridge up

Web server is giving 'Broken Pipe' error. This issue cannot reproduce in other browsers. The entire setup is running in Vsphere-VM. The same issue reproduced with Apache webserver also. In the broken pipe cases dhclient is taking more time.

CentOS 7.3 Mozilla Firefox 52.2.0 (64) Web Server and framework : Django Firefox is showing 'undefined' error randomly (once in 20-30 attempts) while acquiring IP for bridge network interface using 'dhclient' . The sequence of command is, tunctl -t tap0 -u `id -un` -g `id -gn` brctl addbr $bridge ifconfig tap0 up brctl addif $bridge tap0 ifdown ens160 ifconfig ens160 0.0.0.0 promisc up brctl addif $bridge ens160 ifconfig $bridge hw ether xx:xx:xx:xx:xx:xx dhclient -r $bridge dhclient $bridge ifconfig $bridge up Web server is giving 'Broken Pipe' error. This issue cannot reproduce in other browsers. The entire setup is running in Vsphere-VM. The same issue reproduced with Apache webserver also. In the broken pipe cases dhclient is taking more time.

所有回复 (1)

more options

Django Console output