Bug 83341
Summary: | redhat-config-users does not delete user's home directory | ||||||
---|---|---|---|---|---|---|---|
Product: | [Retired] Red Hat Public Beta | Reporter: | Peter van Egdom <p.van.egdom> | ||||
Component: | redhat-config-users | Assignee: | Brent Fox <bfox> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | |||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | phoebe | CC: | martin | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | i386 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2003-02-12 03:13:15 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: | 79578 | ||||||
Attachments: |
|
Description
Peter van Egdom
2003-02-02 22:41:45 UTC
Should be fixed in redhat-config-users-1.1.4-2. QA, please verify. [root@jkt3 root]# rpm -q redhat-config-users redhat-config-users-1.1.5-1 [root@jkt3 root]# redhat-config-users Traceback (most recent call last): File "/usr/share/redhat-config-users/mainWindow.py", line 625, in on_delete_activate rmrf(homeDir) NameError: global name 'rmrf' is not defined Oops. Should be fixed for real with redhat-config-users-1.1.5-2. Sorry about that typo. Created attachment 89948 [details]
redhat-config-users diff
1.1.5-2 is still broken. Diff for fix attached above. 1.1.5-2 behaves correctly for me on my test machine. Can you show me the machine that is having the problem? redhat-config-users-1.1.5-3 should pull in the fix. Sorry about that. OK, really not sure what is happening here, but the code is still borked. For some reason the change in mainWindow.py isn't making it into CVS. Here's the snip from the 1.1.5-3 source: for file in files: if os.path.isdir(path + '/' + file): rmrf (path + '/' + file) else: All right. Please try with 1.1.5-4. Fix confirmed with redhat-config-users-1.1.5-4. *** Bug 85338 has been marked as a duplicate of this bug. *** |