Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 174163

Summary: bad files permission while running in copy-pass mode
Product: Gentoo Linux Reporter: Jacek <abduleczek>
Component: [OLD] baselayoutAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***