Brian wrote: > 2003/08/06 14:10:19| storeAufsOpenDone: (11) Resource temporarily unavailable > 2003/08/06 14:10:19| /squid/s00/00/83/00008369 > 2003/08/06 14:10:19| storeSwapOutFileClosed: dirno 0, swapfile 00008369, errflag=-1 > (11) Resource temporarily unavailable > i'm getting these constantly. what information do i need to give you guys to help > me fix it? google returns very little useful info.
I haven't a clue - I get a lot of "storeAufsOpenDone: (#) No such file or directory" errors (not at all the same as your error) but I do notice from my daily extract of errors/messages found in cache.log that the number varies roughly in proportion to the number of "Software caused connection abort" type messages. Could be unrelated but I am curious what other errors appear in your cache.log, near/around the same errors. As to what info you should have provided. I'd suggest the following: 1. what do you mean by constantly? I.e. how many errors a day (egrep -i "storeAufsOpenDone" cache.log | wc -l) 2. what kind of machine/platform/cpu you are running on 3. how much RAM it has 4. how many and how large of disks you are using for your cache - are they 1 single disk per cache_dir entry as they should be or some RAID which ideally they shouldn't be (this matters since the "resource unavailable" problem might be disk i/o contention/bottleneck type problems). 5. output of squid -v 6. results of "egrep 'cache_[dmsr]' squid.conf" (to get cache_dir, cache_mem, cache_replacement_policy, and cache_swap). 7. There are probably other pertinent lines of your conf file you should send - if you think of them send them 8. Any setup specifics you may have (firewall on squid box, using transparent proxy, etc. etc.) Sorry I don't have any answers but the above info might help get a clearer idea of the problem thanks, Adam
