Re: Beta 15 works! (but it's broken in a different way :)

From: Michael O'Reilly <michael@dont-contact.us>
Date: 17 Feb 1998 11:58:07 +0800

Oskar Pearson <oskar@is.co.za> writes:
> > aioClose(dup(0));
>
> hmm... I did this on the machine with the libs version problems, but
> not on this machine... I put it in 'disk_init' in disk.c though... since
> the function was completely empty I guessed that it was supposed to
> go there... this is what 'configured_once' is used for, no?

Probably. :) It's harmless anyway.
 
> > store_rebuild.c line 461, change to read
> Sure this is the right line number?

Bugger. 451.

            }
            d->entry = readdir(d->td); /* skip . and .. */
            d->entry = readdir(d->td);
            if (!d->entry && errno == ENOENT)
                ^^^^^^^^^^^^^
                debug(20, 1) ("storeGetNextFile: directory does not exist!.\n");
            debug(20, 3) ("storeGetNextFile: Directory %s\n", d->fullpath);

  
> 1998/02/17 04:58:44| comm_select: time out: 887684324.
> 1998/02/17 04:58:44| eventRun: Running 'storeMaintainSwapSpace'
> 1998/02/17 04:58:44| eventAdd: Adding 'storeMaintainSwapSpace', in 1 seconds
>
> My machine is still fairly slow though, but I think it's because it's
> rebuilding the store log from disk... or does that process stop here?
>
> 1998/02/17 04:49:31| storeGetNextFile: Directory /usr/local/squid/cache/0F/FF
> 1998/02/17 04:49:31| storeGetNextFile: flag=1, 0: /00/00
> 1998/02/17 04:49:31| storeRebuildFromDirectory: DIR #0 done!

How many cache dirs do you have set?
 

Michael.
Received on Tue Jul 29 2003 - 13:15:46 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:11:43 MST