BIND 10 #2012: bindctl needs a home

BIND 10 Development do-not-reply at isc.org
Wed May 30 20:04:20 UTC 2012


#2012: bindctl needs a home
---------------------------------+-----------------------------------------
            Reporter:  jreed     |                        Owner:
                Type:  defect    |                       Status:  new
            Priority:  very low  |                    Milestone:  New Tasks
           Component:  bind-ctl  |                     Keywords:
           Sensitive:  0         |              Defect Severity:  Low
         Sub-Project:  Core      |  Feature Depending on Ticket:
Estimated Difficulty:  0         |          Add Hours to Ticket:  0
         Total Hours:  0         |                    Internal?:  0
---------------------------------+-----------------------------------------
 bindctl assumes home directory exists (or writable):

 {{{
 Could not chdir to home directory /home/jreed: No such file or directory
 jreed at oldgit:/$ bindctl
 [TEMP MESSAGE]: username :root  password :bind10
 Username:root
 Password:
 ["login success "]
 Traceback (most recent call last):
   File "/usr/local/bin/bindctl", line 151, in <module>
     result = tool.run()
   File "/usr/local/lib/python3.1/site-packages/bindctl/bindcmd.py", line
 137, in run
     if not self.login_to_cmdctl():
   File "/usr/local/lib/python3.1/site-packages/bindctl/bindcmd.py", line
 242, in login_to_cmdctl
     CSV_FILE_NAME)
   File "/usr/local/lib/python3.1/site-packages/bindctl/bindcmd.py", line
 183, in _save_user_info
     os.mkdir(dir, 0o700)
 OSError: [Errno 2] No such file or directory: '/home/jreed/.bind10/'
 }}}

 This is an odd/rare case so low priority. But traceback output is
 unfriendly.

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


More information about the bind10-tickets mailing list