搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Random broken pipe while using 'dhclient' in serverside code

  • 1 回覆
  • 1 有這個問題
  • 4 次檢視
  • 最近回覆由 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