Your message dated Thu, 10 Feb 2011 22:22:48 -0500
with message-id <1297394568.2178.9.camel@maybe-failed>
and subject line closing #495962
has caused the Debian Bug report #495962,
regarding cpio don't store large file
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
495962: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=495962
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: cpio
Version: 2.6-18.1+etch1
Severity: important
cpio don't store large file only file stat was stored without warning and with
return code 0.
Try this:
dd if=/dev/zero of=fichier bs=1024 count=3096123
>3096123+0 records in
>3096123+0 records out
>3170429952 bytes (3.2 GB) copied, 210.014 seconds, 15.1 MB/s
echo fichier | cpio -ov -F fichier.cpio
>fichier
>1 block
echo $?
>0
cat fichier.cpio | cpio -tv
>-rw-r--r-- 1 claude claude 3170429952 Aug 21 12:07 fichier
>1 block
--- End Message ---
--- Begin Message ---
fixed #495962 2.11-1
thanks
It's fixed in 2.11
maybe since before
$ dd if=/dev/zero of=fichier bs=1024 count=3096123
3096123+0 records in
3096123+0 records out
3170429952 bytes (3,2 GB) copied, 100,896 s, 31,4 MB/s
$ echo fichier | cpio -ov -F fichier.cpio
fichier
6192247 blocks
$ cat fichier.cpio | cpio -tv
-rw-r--r-- 1 rmolina rmolina 3170429952 Feb 10 21:59 fichier
6192247 blocks
Ruben
signature.asc
Description: This is a digitally signed message part
--- End Message ---