ОС FreeBSD 6.0, Squid 2.5.STABLE14, MySQL-server-5.0.22, Squid2MySQL настраивал по интсрукции. После запуска все работает прекрасно. Но часов через 12-14 он падает с сообщением:
FATAL: logfileWrite: /var/squid/access.log: (32) Broken pipe
Squid обслуживает всего 1 пользователя.Лог (cache.log):
2006/06/07 14:41:27| Starting Squid Cache version 2.5.STABLE14 for i386-portbld-freebsd6.0...
2006/06/07 14:41:27| Process ID 68015
2006/06/07 14:41:27| With 7232 file descriptors available
2006/06/07 14:41:27| Performing DNS Tests...
2006/06/07 14:41:27| Successful DNS name lookup tests...
2006/06/07 14:41:27| DNS Socket created at 0.0.0.0, port 50146, FD 5
2006/06/07 14:41:27| Adding nameserver 127.0.0.1 from squid.conf
2006/06/07 14:41:27| helperOpenServers: Starting 5 'sqauth' processes
2006/06/07 14:41:28| Unlinkd pipe opened on FD 15
2006/06/07 14:41:28| Swap maxSize 614400 KB, estimated 47261 objects
2006/06/07 14:41:28| Target number of buckets: 2363
2006/06/07 14:41:28| Using 8192 Store buckets
2006/06/07 14:41:28| Max Mem size: 131072 KB
2006/06/07 14:41:28| Max Swap size: 614400 KB
2006/06/07 14:41:28| Rebuilding storage in /usr/local/squid/cache (CLEAN)
2006/06/07 14:41:28| Using Least Load store dir selection
2006/06/07 14:41:28| Set Current Directory to /usr/local/squid/cache
2006/06/07 14:41:28| Loaded Icons.
2006/06/07 14:41:28| Accepting HTTP connections at 192.168.0.197, port 3128, FD 17.
2006/06/07 14:41:28| Accepting ICP messages at 0.0.0.0, port 3130, FD 18.
2006/06/07 14:41:28| WCCP Disabled.
2006/06/07 14:41:28| Ready to serve requests.
2006/06/07 14:41:28| Done reading /usr/local/squid/cache swaplog (1999 entries)
2006/06/07 14:41:28| Finished rebuilding storage from disk.
2006/06/07 14:41:28| 1999 Entries scanned
2006/06/07 14:41:28| 0 Invalid entries.
2006/06/07 14:41:28| 0 With invalid flags.
2006/06/07 14:41:28| 1999 Objects loaded.
2006/06/07 14:41:28| 0 Objects expired.
2006/06/07 14:41:28| 0 Objects cancelled.
2006/06/07 14:41:28| 0 Duplicate URLs purged.
2006/06/07 14:41:28| 0 Swapfile clashes avoided.
2006/06/07 14:41:28| Took 0.3 seconds (6744.3 objects/sec).
2006/06/07 14:41:28| Beginning Validation Procedure
2006/06/07 14:41:28| Completed Validation Procedure
2006/06/07 14:41:28| Validated 1999 Entries
2006/06/07 14:41:28| store_swap_size = 22600k
2006/06/07 14:41:29| storeLateRelease: released 0 objects
2006/06/08 10:19:19| storeDirWriteCleanLogs: Starting...
2006/06/08 10:19:19| WARNING: Closing open FD 17
2006/06/08 10:19:19| Finished. Wrote 2496 entries.
2006/06/08 10:19:19| Took 0.0 seconds (1777777.8 entries/sec).
FATAL: logfileWrite: /var/squid/access.log: (32) Broken pipe
Squid Cache (Version 2.5.STABLE14): Terminated abnormally.
CPU Usage: 5.605 seconds = 2.485 user + 3.119 sys
Maximum Resident Size: 11920 KB
Page faults with physical i/o: 0
Из лога видно, что запуск был 2006/06/07 14:41:27 а падение 2006/06/07 14:41:27 c утра, т.е. когда я начал работать через Squid. После передачи логина и пароля пользователя процесс упал.
Может кто-то сталкивался с такими проблемами???