Bug 128461
| Summary: | htpasswd error: could not determine temp dir | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jan ONDREJ <ondrejj> |
| Component: | apr | Assignee: | Joe Orton <jorton> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1 | ||
| 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: | 2006-02-21 19:04:39 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: | |||
Thanks for the report. This is a bug in the APR package; fixed packages are in testing and will be pushed live today hopefully. http://www.redhat.com/archives/fedora-test-list/2004-July/msg00457.html *** This bug has been marked as a duplicate of 128144 *** Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040618 Galeon/1.3.16 Description of problem: htpasswd fails, can't update .htpasswd files. Version-Release number of selected component (if applicable): httpd-2.0.50-1.0 How reproducible: Always Steps to Reproduce: 1.htpasswd -c -m test test 2.type 2x password 3. Actual Results: [root@router tmp]# htpasswd -m -c t t New password: Re-type new password: htpasswd: could not determine temp dir [root@router tmp]# Expected Results: [root@router tmp]# /tmp/htpasswd -m -c t t New password: Re-type new password: Adding password for user t [root@router tmp]# Additional info: Tested on 2 Fedora Core 1 system with this httpd. Working with older httpd package directly from FC1 (not from updates). Working fine on latest update for Fedora Core 2.