Displaying 2 results from an estimated 2 matches for "fc0200000000".
Did you mean:
fc000000000
2020 Aug 04
1
Re: nbdkit build failure in Koji
...ocks. Perhaps we should
use -lt in that test to detect if the file got smaller?
Also I was interested in what filesystem the builders are using (since
I still cannot reproduce any of this without Koji). So I added
‘stat -f .’ in the %check section. It printed:
File: "."
ID: fc0200000000 Namelen: 255 Type: xfs
Block size: 4096 Fundamental block size: 4096
Blocks: Total: 33538048 Free: 25172957 Available: 25172957
Inodes: Total: 67108864 Free: 66469270
I believe the builder is running Fedora 32, at least going by the
kernel version. (This surprised me as I th...
2020 Aug 03
2
Re: nbdkit build failure in Koji
On 8/1/20 12:39 PM, Richard W.M. Jones wrote:
> On Sat, Aug 01, 2020 at 08:46:11AM +0100, Richard W.M. Jones wrote:
>>
>> One thing I noticed which is a bit odd is:
>>
>> $ rm file; for f in {0..1023}; do printf '%1024s' .; done > file; stat -c "%b %B" file
>> 2048 512
>> $ rm file; for f in {0..1023}; do printf '%1024s' .