BIND 10 #361: msgq too noisy if missing directory for socket file

BIND 10 Development do-not-reply at isc.org
Mon Oct 4 14:25:37 UTC 2010


#361: msgq too noisy if missing directory for socket file
---------------------+------------------------------------------------------
  Reporter:  jreed   |            Owner:     
      Type:  defect  |           Status:  new
  Priority:  minor   |        Milestone:     
 Component:  msgq    |         Keywords:     
 Sensitive:  0       |   Estimatedhours:  0  
     Hours:  0       |         Billable:  1  
Totalhours:  0       |         Internal:  0  
---------------------+------------------------------------------------------
 {{{
 [bind10] Started b10-msgq (PID 20052)
 Traceback (most recent call last):
   File "/home/reed/opt/bind10/libexec/bind10-devel/b10-msgq", line 436, in
 <module>
     setup_result = msgq.setup()
   File "/home/reed/opt/bind10/libexec/bind10-devel/b10-msgq", line 171, in
 setup
     self.setup_listener()
   File "/home/reed/opt/bind10/libexec/bind10-devel/b10-msgq", line 157, in
 setup_listener
     raise e
   File "/home/reed/opt/bind10/libexec/bind10-devel/b10-msgq", line 150, in
 setup_listener
     self.listen_socket.bind(self.socket_file)
 socket.error: [Errno 2] No such file or directory

 Traceback (most recent call last):
   File "/home/reed/opt/bind10/sbin/bind10", line 766, in <module>
     main()
   File "/home/reed/opt/bind10/sbin/bind10", line 717, in main
     startup_result = boss_of_bind.startup()
   File "/home/reed/opt/bind10/sbin/bind10", line 302, in startup
     c_channel.process.kill()
   File "/usr/pkg/lib/python3.1/subprocess.py", line 1337, in kill
     self.send_signal(signal.SIGKILL)
   File "/usr/pkg/lib/python3.1/subprocess.py", line 1327, in send_signal
     os.kill(self.pid, sig)
 OSError: [Errno 3] No such process
 }}}

 Maybe msgq should create missing directory if needed. If that is the case
 maybe the socket file name should be separated into directory name and the
 basename.

-- 
Ticket URL: <http://bind10.isc.org/ticket/361>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list