Bug 1241291
| Summary: | [abrt] dnssec-trigger: subprocess.py:1456:_execute_child:FileNotFoundError: [Errno 2] No such file or directory: '/etc/init.d/NetworkManager' | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mike Brady <mike.brady> | ||||||
| Component: | dnssec-trigger | Assignee: | Tomáš Hozza <thozza> | ||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 22 | CC: | mike.brady, pj.pandit, psimerda, pspacek, pwouters, thozza | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/e80c180c0e1258fed0fa40944a23c26497b6b517 | ||||||||
| Whiteboard: | abrt_hash:fd65fc7d471bc8727905bd48dbf35d9634619ec2 | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2015-07-10 09:59:50 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Bug Depends On: | |||||||||
| Bug Blocks: | 1182488 | ||||||||
| Attachments: |
|
||||||||
Created attachment 1050035 [details]
File: backtrace
Created attachment 1050036 [details]
File: environ
Hi. Thanks for the report. Do you use systemd? Do you use NetworkManager? Thanks in advance. *** This bug has been marked as a duplicate of bug 1221939 *** Yes to both systemd and NetworkManager. |
Version-Release number of selected component: dnssec-trigger-0.12-20.fc22 Additional info: reporter: libreport-2.6.0 cmdline: /usr/bin/python3 /usr/libexec/dnssec-trigger-script --cleanup executable: /usr/libexec/dnssec-trigger-script kernel: 4.0.6-300.fc22.x86_64 runlevel: N 5 type: Python3 uid: 0 Truncated backtrace: subprocess.py:1456:_execute_child:FileNotFoundError: [Errno 2] No such file or directory: '/etc/init.d/NetworkManager' Traceback (most recent call last): File "/usr/libexec/dnssec-trigger-script", line 704, in <module> Application(sys.argv).run() File "/usr/libexec/dnssec-trigger-script", line 459, in run self.method() File "/usr/libexec/dnssec-trigger-script", line 567, in run_cleanup self.run_restore() File "/usr/libexec/dnssec-trigger-script", line 554, in run_restore subprocess.check_call(["/etc/init.d/NetworkManager", "restart"]) File "/usr/lib64/python3.4/subprocess.py", line 556, in check_call retcode = call(*popenargs, **kwargs) File "/usr/lib64/python3.4/subprocess.py", line 537, in call with Popen(*popenargs, **kwargs) as p: File "/usr/lib64/python3.4/subprocess.py", line 858, in __init__ restore_signals, start_new_session) File "/usr/lib64/python3.4/subprocess.py", line 1456, in _execute_child raise child_exception_type(errno_num, err_msg) FileNotFoundError: [Errno 2] No such file or directory: '/etc/init.d/NetworkManager' Local variables in innermost frame: restore_signals: True start_new_session: False p2cread: -1 errread: -1 child_exception_type: <class 'OSError'> self: <subprocess.Popen object at 0x7f6047e25d30> close_fds: True c2pwrite: -1 hex_errno: bytearray(b'2') devnull_fd: None low_fds_to_close: [] creationflags: 0 pass_fds: () env: None preexec_fn: None p2cwrite: -1 orig_executable: '/etc/init.d/NetworkManager' child_exec_never_called: False args: ['/etc/init.d/NetworkManager', 'restart'] env_list: None shell: False errwrite: -1 errpipe_write: 8 c2pread: -1 executable_list: (b'/etc/init.d/NetworkManager',) executable: b'/etc/init.d/NetworkManager' part: b'' fds_to_keep: {8} errpipe_read: 7 cwd: None exception_name: bytearray(b'OSError') errno_num: 2 errpipe_data: bytearray(b'OSError:2:') err_msg: "No such file or directory: '/etc/init.d/NetworkManager'" startupinfo: None Potential duplicate: bug 1221939