BIND 10 #2715: bindclt bails out on non ASCII characters
BIND 10 Development
do-not-reply at isc.org
Tue Feb 12 11:32:28 UTC 2013
#2715: bindclt bails out on non ASCII characters
---------------------------------+-----------------------------------------
Reporter: cas | Owner:
Type: defect | Status: new
Priority: medium | Milestone: New Tasks
Component: bind-ctl | Resolution:
Keywords: | CVSS Scoring:
Sensitive: 0 | Defect Severity: Medium
Sub-Project: DNS | Feature Depending on Ticket:
Estimated Difficulty: 0 | Add Hours to Ticket: 0
Total Hours: 0 | Internal?: 0
---------------------------------+-----------------------------------------
Comment (by cas):
b10-cmdctl-usermgr has the same issue:
{{{
[root at inline bind10]# b10-cmdctl-usermgr
Desired Login Name:bind10admin
Choose a password:
Re-enter password:
create new account successfully!
continue to create new account by input 'y' or 'Y':y
Desired Login Name:admin
Choose a password:Traceback (most recent call last):
File "/usr/local/sbin/b10-cmdctl-usermgr", line 124, in <module>
main()
File "/usr/local/sbin/b10-cmdctl-usermgr", line 106, in main
pwd1 = getpass.getpass("Choose a password:")
File "/usr/local/lib/python3.3/getpass.py", line 71, in unix_getpass
passwd = _raw_input(prompt, stream, input=input)
File "/usr/local/lib/python3.3/getpass.py", line 132, in _raw_input
line = input.readline()
File "/usr/local/lib/python3.3/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 6:
ordinal not in range(128)
}}}
--
Ticket URL: <http://bind10.isc.org/ticket/2715#comment:1>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list