Bug 468720
| Summary: | Spin2 leaves /.tmp and /.dbus directories | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tom London <selinux> |
| Component: | anaconda | Assignee: | Dave Cantrell <dcantrell> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | anaconda-maint-list, dcantrell, tcallawa |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-11-08 02:57:14 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: | 469046 | ||
|
Description
Tom London
2008-10-27 16:27:29 UTC
In network.py, the /.tmp directory was still being used. My mistake. The /.dbus directory is not coming from anaconda. I am testing out a patch for removal of the /.tmp usage before I commit it. Removed our remaining uses of /.tmp I cannot find anywhere in anaconda where we use /.dbus, so if that's still around, it's got to be another component. The /.tmp fix will be in anaconda-11.4.1.52-1. When that appears in rawhide, can you test installing and see if /.tmp is gone? Uhhh... I've not tested anaconda before. Let me look for some "directions" on the web.... /.tmp is confirmed gone. However /.dbus is still around. The contents are a file that processes using display :9 to find the D-Bus session bus. The DBUS_SESSION_BUS_ADDRESS is unix:abstract=/tmp/dbus-<goo>,guid=<goo> Is that where anaconda starts the dbus session? I just did an install of the latest rawhide and I'm not seeing /.dbus anywhere on the system. Are we sure this is still happening? I don't see it post-install any more either. Closing. |