Bug 895551
| Summary: | module clear doesn't work | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jan Synacek <jsynacek> | ||||
| Component: | environment-modules | Assignee: | Orion Poplawski <orion> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 18 | CC: | jsynacek, orion | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-01-26 16:05:13 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
Thanks. I forwarded this on to the modules list. clear makes modules think that no modules are loaded, but doesn't "unload" them. purge unloads them (undoing the changes they made). environment-modules-3.2.10-2.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/environment-modules-3.2.10-2.fc18 Package environment-modules-3.2.10-2.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing environment-modules-3.2.10-2.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-0964/environment-modules-3.2.10-2.fc18 then log in and leave karma (feedback). environment-modules-3.2.10-2.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 678783 [details] [Patch] fix module clear Description of problem: 'module clear' doesn't clear loaded modules. It doesn't seem to do anything at all. Version-Release number of selected component (if applicable): environment-modules-3.2.10 How reproducible: Always. Steps to Reproduce: 1. module load <a module> 2. module list (see that it's loaded) 3. module clear 4. module list (see that nothing has changed, the module is still loaded) Actual results: Loaded modules are not cleared. Expected results: Loaded modules are cleared. Additional info: I'm not sure what the difference between 'module clear' and 'module purge' is supposed to be. Man pages aren't clear about it.