Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 174163 - bad files permission while running in copy-pass mode
Summary: bad files permission while running in copy-pass mode
Status: RESOLVED DUPLICATE of bug 174921
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-11 15:00 UTC by Jacek
Modified: 2007-05-05 06:08 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jacek 2007-04-11 15:00:18 UTC
cpio create bad files permission while running in copy-pass mode.
Here http://lists.gnu.org/archive/html/bug-cpio/2006-11/msg00000.html is solution for it. Please applay this patch(es) for current stable version in portage.
tnx
j

Reproducible: Always

Steps to Reproduce:
1. ls -l /sbin/insmod
2. -rwxr-xr-x 1 root root 6680 Feb 15 11:17 /sbin/insmod
3. cd /sbin; find insmod |cpio -pdmL /tmp/
4. ls -l /tmp/insmod
5.-rw-------  1 root    root      6680 Apr 11 16:41 insmod

Actual Results:  
-rw-------  1 root    root      6680 Apr 11 16:41 insmod

Expected Results:  
-rwxr-xr-x 1 root root 6680 Feb 15 11:17 /sbin/insmod
Comment 1 SpanKY gentoo-dev 2007-05-05 06:08:57 UTC

*** This bug has been marked as a duplicate of bug 174921 ***