Bug 1577518

Summary: [abrt] dnssec-trigger: check_call(): subprocess.py:291:check_call:subprocess.CalledProcessError: Command '['unbound-control', 'flush_zone', '.']' returned non-zero exit status 1.
Product: [Fedora] Fedora Reporter: Christian Stadelmann <fedora>
Component: dnssec-triggerAssignee: Paul Wouters <pwouters>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 28CC: code, dominik, pemensik, pj.pandit, pwouters, thozza
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/453b8e395f3696a423a2f7d163f4fe5c5c85384d
Whiteboard: abrt_hash:a7f47c177720888e355566968b327789d7ade692;VARIANT_ID=workstation;
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-12-06 09:13:02 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:
Attachments:
Description Flags
File: backtrace
none
File: cpuinfo
none
File: namespaces none

Description Christian Stadelmann 2018-05-12 16:55:22 UTC
Version-Release number of selected component:
dnssec-trigger-0.15-4.fc28

Additional info:
reporter:       libreport-2.9.5
cmdline:        /usr/bin/python3 -sE /usr/libexec/dnssec-trigger-script --update
crash_function: check_call
exception_type: subprocess.CalledProcessError
executable:     /usr/libexec/dnssec-trigger-script
interpreter:    python3-3.6.5-1.fc28.x86_64
kernel:         4.16.7-300.fc28.x86_64
runlevel:       N 5
type:           Python3

Truncated backtrace:
subprocess.py:291:check_call:subprocess.CalledProcessError: Command '['unbound-control', 'flush_zone', '.']' returned non-zero exit status 1.

Traceback (most recent call last):
  File "/usr/libexec/dnssec-trigger-script", line 748, in <module>
    main()
  File "/usr/libexec/dnssec-trigger-script", line 735, in main
    Application(sys.argv).run()
  File "/usr/libexec/dnssec-trigger-script", line 470, in run
    self.method()
  File "/usr/libexec/dnssec-trigger-script", line 632, in run_update
    self.run_update_global_forwarders()
  File "/usr/libexec/dnssec-trigger-script", line 655, in run_update_global_forwarders
    UnboundZoneConfig._control([config.flush_command, "."])
  File "/usr/libexec/dnssec-trigger-script", line 306, in _control
    subprocess.check_call(["unbound-control"] + args, stdout=DEVNULL, stderr=DEVNULL)
  File "/usr/lib64/python3.6/subprocess.py", line 291, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['unbound-control', 'flush_zone', '.']' returned non-zero exit status 1.

Local variables in innermost frame:
cmd: ['unbound-control', 'flush_zone', '.']
retcode: 1
kwargs: {'stdout': <_io.BufferedWriter name='/dev/null'>, 'stderr': <_io.BufferedWriter name='/dev/null'>}
popenargs: (['unbound-control', 'flush_zone', '.'],)

Potential duplicate: bug 1489169

Comment 1 Christian Stadelmann 2018-05-12 16:55:30 UTC
Created attachment 1435461 [details]
File: backtrace

Comment 2 Christian Stadelmann 2018-05-12 16:55:31 UTC
Created attachment 1435462 [details]
File: cpuinfo

Comment 3 Christian Stadelmann 2018-05-12 16:55:33 UTC
Created attachment 1435463 [details]
File: namespaces

Comment 4 Christian Stadelmann 2018-06-13 05:45:14 UTC
*** Bug 1489171 has been marked as a duplicate of this bug. ***

Comment 5 Dominik 'Rathann' Mierzejewski 2018-07-10 10:08:48 UTC
Similar problem has been detected:

Resumed from suspend and connected to a Wi-Fi network.

reporter:       libreport-2.9.5
cmdline:        /usr/bin/python3 -sE /usr/libexec/dnssec-trigger-script --update
crash_function: check_call
exception_type: subprocess.CalledProcessError
executable:     /usr/libexec/dnssec-trigger-script
interpreter:    python3-3.6.5-1.fc28.x86_64
kernel:         4.17.3-200.fc28.x86_64
package:        dnssec-trigger-0.15-5.fc28
reason:         subprocess.py:291:check_call:subprocess.CalledProcessError: Command '['unbound-control', 'flush_zone', '.']' returned non-zero exit status 1.
runlevel:       N 5
type:           Python3
uid:            0

Comment 6 Tomáš Hozza 2018-12-06 09:13:02 UTC

*** This bug has been marked as a duplicate of bug 1547476 ***