Youve right. Its old problem with xfs. Ive this files on xfs filesystem
and when my system have power failure, filesystem have actualy opened
files for writing filled by zeros.
This is your output.
Best regards,
 Pavel Mlčoch.

[EMAIL PROTECTED]:~$ for i in /var/lib/dpkg/info/*.md5sums; do python -c
'import sys; c = open(sys.argv[1]).read(); print sys.argv[1], ("\0" in
c)' $i; done | grep True
/var/lib/dpkg/info/gnome-keyring.md5sums True
/var/lib/dpkg/info/libbonoboui2-dev.md5sums True
/var/lib/dpkg/info/libcupsys2-dev.md5sums True
/var/lib/dpkg/info/libgnome2-dev.md5sums True
/var/lib/dpkg/info/libgnome-desktop-dev.md5sums True
/var/lib/dpkg/info/libgnome-keyring-dev.md5sums True
/var/lib/dpkg/info/libstartup-notification0-dev.md5sums True
[EMAIL PROTECTED]:~$ 

Martin Pitt píše v Po 26. 03. 2007 v 11:35 +0000:
> So there seems to be a md5sum file with NULL bytes in it. Would be
> really interesting to learn which one that is, since it sounds like a
> bug. I'll intercept it in apport, though.
> 
> Can you please run this command on your computer in a Terminal and
> copy&paste the output here?
> 
> for i in /var/lib/dpkg/info/*.md5sums; do python -c 'import sys; c =
> open(sys.argv[1]).read(); print sys.argv[1], ("\0" in c)' $i; done |
> grep True
> 
> Thank you!
> 
> ** Changed in: apport (Ubuntu)
>    Importance: Undecided => Low
>      Assignee: (unassigned) => Martin Pitt
>        Status: Unconfirmed => In Progress
>

-- 
[apport] apport-gtk crashed with TypeError in get_modified_files()
https://launchpad.net/bugs/96050

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to