Custom Query (463 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (31 - 33 of 463)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Ticket Resolution Summary Owner Reporter
#31 fixed Wrong exit status of init script rainer rainer
Description

If loading of the baseline database fails, the init script still reports successful startup. This is due to the fact that the database is only loaded after the daemon has forked, so the exit of the daemon remains unnoticed. The solution would be to load the baseline database earlier, though this may cause a delay in the boot sequence.

#32 fixed Database init is broken if GrowingLogFiles is used with signed database rainer rainer
Description

Due to a flaw in control flow logic, GrowingLogFiles indiscriminately tries to reload the database to check for previous size/checksum of a file, even in init mode. If the database has to be signed, the result is incomplete init, and thus many reports about new files upon first check run.

#33 fixed Compiling on cygwin is broken rainer rainer
Description

On cygwin, the assembly for the tiger checksum cannot be compiled, thus we need to check for __CYGWIN__ and use the C source (just like for MacOS X).

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.