[Bug 5096] Value too large for defined data type
bugzilla at busybox.net
bugzilla at busybox.net
Sun Dec 2 19:49:47 UTC 2012
https://bugs.busybox.net/show_bug.cgi?id=5096
--- Comment #3 from camelot at gmx.li 2012-12-02 19:49:44 UTC ---
BusyBox v1.20.2 shows "Value too large for defined data type" by "df" applet.
This only if a dav2fs share is mounted. This worked some while ago
strace -f /bin/df
...
statfs("/proc/fs/nfsd", {f_type=0x6e667364, f_bsize=4096, f_blocks=0,
f_bfree=0, f_bavail=0, f_files=0, f_ffree=0, f_fsid={0, 0}, f_namelen=0}) = 0
statfs("/var/media/autofs", {f_type=0x187, f_bsize=4096, f_blocks=0, f_bfree=0,
f_bavail=0, f_files=0, f_ffree=0, f_fsid={0, 0}, f_namelen=0}) = 0
statfs("/var/media/autofs/GMX", 0x7fb59f28) = -1 EOVERFLOW (Value too large for
defined data type)
brk(0x49f000) = 0x49f000
brk(0x4a0000) = 0x4a0000
write(2, "df: /var/media/autofs/GMX: Value"..., 65df: /var/media/autofs/GMX:
Value too large for defined data type
) = 65
read(3, "", 4096) = 0
close(3) = 0
exit(1) = ?
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the busybox-cvs
mailing list