| Summary: | [abrt] tuxcut-5.0-15.fc19: TuxCut.py:124:gw_mac:AttributeError: 'TuxCut' object has no attribute '_iface' | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | long | ||||||
| Component: | tuxcut | Assignee: | Mosaab Alzoubi <moceap> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 19 | CC: | moceap | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/ad28f24d240f3778f7c5b7d898416f67db28a5e6 | ||||||||
| Whiteboard: | abrt_hash:6db78fbec6ca8acdb535a9ac9727e98891140b0f | ||||||||
| Fixed In Version: | tuxcut-5.1-1.fc19 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2013-12-28 23:35:55 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Attachments: |
|
||||||||
Created attachment 835869 [details]
File: backtrace
Created attachment 835870 [details]
File: environ
tuxcut-5.1-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/tuxcut-5.1-1.fc19 Package tuxcut-5.1-1.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing tuxcut-5.1-1.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-23630/tuxcut-5.1-1.fc19 then log in and leave karma (feedback). tuxcut-5.1-1.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: When the program started the interface was in Arabic. Since I could not tell what it was asking me I pressed the X window button to close it, at which point it opened some more windows and then when attempting to close those it blew up. Version-Release number of selected component: tuxcut-5.0-15.fc19 Additional info: reporter: libreport-2.1.9 cmdline: python2 /usr/share/tuxcut/run.py executable: /usr/share/tuxcut/run.py kernel: 3.11.9-200.fc19.x86_64 runlevel: N 5 type: Python uid: 0 Truncated backtrace: TuxCut.py:124:gw_mac:AttributeError: 'TuxCut' object has no attribute '_iface' Traceback (most recent call last): File "/usr/share/tuxcut/run.py", line 18, in <module> tux = TuxCut() File "/usr/share/tuxcut/TuxCut.py", line 51, in __init__ self._gwMAC = self.gw_mac(self._gwIP) File "/usr/share/tuxcut/TuxCut.py", line 124, in gw_mac arping = sp.Popen(['arp-scan','--interface',self._iface,self._gwIP],stdout = sp.PIPE) AttributeError: 'TuxCut' object has no attribute '_iface' Local variables in innermost frame: gwip: '10.119.84.254' self: <TuxCut.TuxCut object at 0x1db09e0>