Bug#286121: more on this bug

2005-04-18 Thread Robert Millan
Hey, I found out more interesting stuff about this. > 19:24 < nyu> i found where the bug is > 19:25 < nyu> if (bkgrdflag == 0 && mntp != NULL && (mntp->f_flag & > ST_RDONLY) == 0) > 19:25 < nyu> resolved = 0; > 19:25 < nyu> this line (in main.c) sets resolved to 0 and it

Bug#286121: more on this bug

2005-03-06 Thread Robert Millan
Maybe this helps: 18:57 < nyu> looks like the statvfs check for wether fs is mounted read-write isn't correct 18:57 < nyu> it thinks the fs is always mounted writable, hence disables the clean flag [...] 19:24 < nyu> i found where the bug is 19:25 < nyu> if (bkgrdflag == 0 && mntp != NU