Hi,
I am observing build failures in Fedora build system (Koji) due to
failing test 'long-pattern-perf' test. I think it's due to variable
load on the builders, thus the time measurement of the run is not
reliable. From one run I got:
$base_ms = 20
$b10x_ms = 550 / 20 = 27
which triggers the fai
hi all,
I am quite surprised that my grep (suddenly?) has problems with large files:
fiano:~$ ls -l todelete.txt
-rw-r--r-- 1 brunni users 2981338204 Nov 4 13:40 todelete.txt
fiano:~$ grep test todelete.txt
grep: todelete.txt: Value too large for defined data type
I work with files > 2GB
On 04 Nov 2015 14:07, Michael Brunnbauer wrote:
> I am quite surprised that my grep (suddenly?) has problems with large files:
>
> fiano:~$ ls -l todelete.txt
> -rw-r--r-- 1 brunni users 2981338204 Nov 4 13:40 todelete.txt
> fiano:~$ grep test todelete.txt
> grep: todelete.txt: Value too lar
On Wed, Nov 4, 2015 at 8:23 AM, Jaroslav Skarvada wrote:
> Hi,
>
> I am observing build failures in Fedora build system (Koji) due to
> failing test 'long-pattern-perf' test. I think it's due to variable
> load on the builders, thus the time measurement of the run is not
> reliable. From one run I