This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Ok What am I missing?

I installed ACC a few weeks ago and pointed 3 firewalls to it.  I was expecting to see install packages under the up2date tab, but I don't see any Cached files.  I have tried to manually sync also but it still shows 0 files.

Did I miss something? [:S] 

Thanks!


This thread was automatically locked due to age.
Parents
  • Hi,

    I suppose you are talking about the Up2Date Cache functionality in ACC?

    Did you configure the Up2Date settings on the devices to use an Up2Date Cache? 

    V7 WebAdmin :
    * Management >> Up2Date >> Advanced
    * Check boxes 
       - "Use an Up2Date cache"
       - "Use configured ACC server as Up2Date cache"

    V6 WebAdmin:
    * Configure ACC as upstream proxy for Up2Date

    Cheers,
    Henning
  • This only 1 of the issues I have with ACC 1.4. When I use that configuration on the remote devices, they send back emails that the Update Installations fail. However when I turn that off and just leave them to do it directly on their own, everything works fine. The other problem is the frequent port scan alerts detected from the ACC by the ASG that is in front of it on my network.

    Really hope there is a simple solution to both of the above.
  • Hi,

    please do not mix issues. If you have multiple problems, please open one thread for each.

    Regarding the Up2Date problem, it may help if you could kindly provide an excerpt from the /var/log/squid_access.log logfile on ACC.

    Cheers
Reply
  • Hi,

    please do not mix issues. If you have multiple problems, please open one thread for each.

    Regarding the Up2Date problem, it may help if you could kindly provide an excerpt from the /var/log/squid_access.log logfile on ACC.

    Cheers
Children
  • Thanks. Sorry about that and I have started a new thread for the second issue. On the first issue, as a newbie please forgive my ignorance, how do I get the snip you asked for?
  • Hi,

    no problem at all. You need to secure copy the logfile in question from the ACC. It is located at /var/log/squid_access.log - best would be after trying to prefetch up2dates with your proxied ASG devices.

    Cheers
  • I am having the same issue mgaposer, and the help would be much appreciated. How can I secure copy a file when I am denied doing so with loginuser and root?
    Command used:
    pscp loginuser@ipaddress:/var/log/squid_access.log c:\temp\squid_access.txt
    Result:
    scp: /var/log/squid_access.log: Permission denied

    Esentially this is a few of the last entries in the squid_assess.log:

    acc:/var/log # 2008:04:29-22:35:32 (none) squid_access[2503]: 1209522932.413   2101 10.168.8.1
    bash: syntax error near unexpected token `none'
    acc:/var/log # TCP_MISS/200 2368 (null) CONNECT 69.10.147.76:443 -/DIRECT 69.10.147.76
    bash: syntax error near unexpected token `('
    acc:/var/log # 2008:04:29-22:35:48 (none) squid_access[2503]: 1209522948.543   6074 10.168.62.1
    bash: syntax error near unexpected token `none'
    acc:/var/log #  TCP_MISS/200 2368 (null) CONNECT 69.10.147.76:443 -/DIRECT 69.10.147.76
    bash: syntax error near unexpected token `('
    acc:/var/log # 2008:04:29-22:35:54 (none) squid_access[2503]: 1209522954.706   1442 10.168.64.1
    bash: syntax error near unexpected token `none'
    acc:/var/log #  TCP_MISS/200 2368 (null) CONNECT 213.144.15.5:443 -/DIRECT 213.144.15.5
    bash: syntax error near unexpected token `('
    acc:/var/log # 2008:04:29-22:38:22 (none) squid_access[2503]: 1209523102.575    725 10.168.68.1
    bash: syntax error near unexpected token `none'
    acc:/var/log #  TCP_MISS/200 2352 (null) CONNECT 213.144.15.5:443 -/DIRECT 213.144.15.5
  • Hi,

    you need to copy the file to a location readable by the "loginuser" first. E.g.

    # cp /var/log/squid_access.log /tmp/
    # chmod 755 /tmp/squid_access.log

    Then you can do

    # scp loginuser@ipaddress:/tmp/squid_access.log .

    Cheers,
    Henning

    P.S. But the log seems fine. What is the problem you are actually facing?