March 29, 2024, 03:58:45 PM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: access.log not getting updated  (Read 3668 times)

Offline nkhetia

  • Linux Noob !
  • *
  • Posts: 24
access.log not getting updated
« on: June 16, 2008, 11:21:31 PM »
Hi,

I had this issue earlier and could resolve it but how that i cant recall. now again access.log in not getting updated.
squid is running which i confirmed by running ps. Any other specific thing do i need to check..?


thanks in advance
Nilesh
 


Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
Re: access.log not getting updated
« Reply #1 on: June 18, 2008, 04:47:47 PM »
either the disk is full or where the access.log is , it is not having sufficient privileges to write on access.log
Or
something is messy in squid config file where it describes about access.log location. Please verify its location and also make sure whatever location is, should be writable by squid.

Offline nkhetia

  • Linux Noob !
  • *
  • Posts: 24
Re: access.log not getting updated
« Reply #2 on: June 19, 2008, 02:43:13 AM »
- the disk is having enough space..
- the permissions and location of the access.log file is according to requirement ( i also tried 777 on access.log)

But i found few other facts :

- it does update when the client starts browsing or any other activity on internet such as updating packages,etc.
- but it does not update when server is accessing internet..

so does it mean all the requests coming from server itself is not going through squid but the requests from clients are going through squid. ?