BIND 10 #1449: socket.error: [Errno 13] Permission denied
BIND 10 Development
do-not-reply at isc.org
Fri Dec 2 14:48:10 UTC 2011
#1449: socket.error: [Errno 13] Permission denied
-------------------------------+-----------------------------------------
Reporter: jreed | Owner:
Type: defect | Status: new
Priority: minor | Milestone: New Tasks
Component: msgq | Keywords:
Sensitive: 0 | Defect Severity: N/A
Sub-Project: Core | Feature Depending on Ticket:
Estimated Difficulty: 0 | Add Hours to Ticket: 0
Total Hours: 0 | Internal?: 0
-------------------------------+-----------------------------------------
BIND 10 should not be so noise if --user user doesn't have permission:
{{{
2011-12-02 08:42:24.600 DEBUG [b10-boss.boss] BIND10_STARTED_PROCESS_PID
started b10-msgq (PID 23167)
Traceback (most recent call last):
File
"/home/reed/builder/work/BIND10/20111201141511-NetBSD5-i386/install/libexec/bind10-devel/b10-msgq",
line 545, in <module>
setup_result = msgq.setup()
File
"/home/reed/builder/work/BIND10/20111201141511-NetBSD5-i386/install/libexec/bind10-devel/b10-msgq",
line 194, in setup
self.setup_listener()
File
"/home/reed/builder/work/BIND10/20111201141511-NetBSD5-i386/install/libexec/bind10-devel/b10-msgq",
line 180, in setup_listener
raise e
File
"/home/reed/builder/work/BIND10/20111201141511-NetBSD5-i386/install/libexec/bind10-devel/b10-msgq",
line 173, in setup_listener
self.listen_socket.bind(self.socket_file)
socket.error: [Errno 13] Permission denied
2011-12-02 08:42:29.771 ERROR [b10-boss.boss]
BIND10_COMPONENT_START_EXCEPTION component msgq failed to start: Unable to
connect to c-channel after 5 seconds
2011-12-02 08:42:29.771 ERROR [b10-boss.boss] BIND10_COMPONENT_FAILED
component msgq (pid None) failed with unknown exit status
}}}
Instead of traceback it should have a clear BIND 10 log message.
By the way, why "unknown" exit status?
--
Ticket URL: <http://bind10.isc.org/ticket/1449>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list