Opened 8 years ago
Closed 8 years ago
#120 closed defect (fixed)
cpio: -m option always fails
Reported by: | dmik | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | *none | Version: | |
Severity: | medium | Keywords: | |
Cc: |
Description
Here is a test case:
LANG=C echo test > test_file echo test_file > file_list cpio -pdum test_dir < file_list
It fails with this:
cpio: test_dir/test_file: Cannot utime: Permission denied
Removing the -m
option fixes the error.
Change History (2)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Component: | → *none |
---|---|
Resolution: | → fixed |
Status: | new → closed |
With r1750 this is fixed. Rpm is available in exp
Note:
See TracTickets
for help on using tickets.
We should check cpio sources to see why
utime()
fails exactly. This may be a kLIBC problem (or the passwd environment setup problem).