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

Help with Issues updating GNU/Linux SAV from Enterprise Console Server over HTTP

Ok, this is my setup:

Enterprise Console Server v.4  (Windows 2003)

Windows 2003 SAV Endpoint Security and Control v.9 configured to update via  ECS

Fedora Core 12  SAV client v.6  configured to update via ECS

The win2k3 client update works just fine, updating via netbios work groups

The Fedora box was updating normally via updates directly from Sophos.   I have been tasked to get Fedora to update

via the ECS over HTTP.  I got file access to the CIDs directory up and running via IIS files sharing over port 80.

The following is my configuration of of the Linux SAV client:

[root@myserver]# ./savsetup
Welcome to Sophos Anti-Virus interactive configuration

[1] Auto-updating configuration
[2] Sophos Anti-Virus GUI configuration
[q] Quit
What do you want to do? [1]
> 1

[1] Display update configuration

Configure primary update source:
[2] From Sophos
[3] From own server

Configure secondary update source:
[4] From Sophos
[5] From own server

[q] Quit
What do you want to do? [1]
> 3

Configuring primary update source to be own server.
Website or directory from which to update? [http://64.241.25.88/CIDs]
> http://1.2.3.4.5/CIDs

Username for update source on your own server? (blank username indicates no authentication is required) []
> SophosUpdateMgr

Password for update source on your own server?
>
Do you need a proxy to access update source on your own server? Yes(Y)/No(N) [N]
> N

[1] Display update configuration

Configure primary update source:
[2] From Sophos
[3] From own server

Configure secondary update source:
[4] From Sophos
[5] From own server

[q] Quit
What do you want to do? [1]
> q

[root@myserver]# ./savupdate
Downloading http://1.2.3.4/CIDs/master.upd
Downloading http://1.2.3.4/master.upd
FATAL: Automatic update aborted

I have tried this also without a user name or password(I am able to download files from the IIS share via a webrowser with no

username or password).

Any help with this would be grealty appreciated.

Here is the tail end of savd.log:

<log><category>update.check</category><level>FATAL</level><domain>cidrep</domain><msg>%sMSG_APP_FAIL</msg><time>1271776548</time><arg>MSG_EVENT_SEVERITY_FATAL</arg></log>
<log><category>update</category><level>FATAL</level><domain>cidrep</domain><msg>%sMSG_APP_FAIL</msg><time>1271778935</time><arg></arg></log>
<log><category>update.check</category><level>FATAL</level><domain>cidrep</domain><msg>MSG_SFL_UPDATE_FAILED %s</msg><time>1271778935</time><arg>INP2552webmailstest.itc.nps.gov</arg></log>
<log><category>update.check</category><level>FATAL</level><domain>cidrep</domain><msg>%sMSG_MASTERINDEX_READ_FAIL %s</msg><time>1271778935</time><arg>MSG_EVENT_SEVERITY_ERROR</arg><arg>http://64.241.25.88/CIDs/master.upd</arg></log>
<log><category>update.check</category><level>FATAL</level><domain>cidrep</domain><msg>%sMSG_COMPOUNDSINK_REPLICATE_FAIL %s</msg><time>1271778935</time><arg>MSG_EVENT_SEVERITY_ERROR</arg><arg>/opt/SOPHOS-AV/update/cache/Primary</arg></log>
<log><category>update.check</category><level>FATAL</level><domain>cidrep</domain><msg>%sMSG_PKG_PROCESSING_FAIL %s</msg><time>1271778935</time><arg>MSG_EVENT_SEVERITY_ERROR</arg><arg>Primary</arg></log>
<log><category>update.check</category><level>FATAL</level><domain>cidrep</domain><msg>%sMSG_MASTERINDEX_READ_FAIL %s</msg><time>1271778935</time><arg>MSG_EVENT_SEVERITY_ERROR</arg><arg>http://64.241.25.88/master.upd</arg></log>
<log><category>update.check</category><level>FATAL</level><domain>cidrep</domain><msg>%sMSG_COMPOUNDSINK_REPLICATE_FAIL %s</msg><time>1271778935</time><arg>MSG_EVENT_SEVERITY_ERROR</arg><arg>/opt/SOPHOS-AV/update/cache/Secondary</arg></log>
<log><category>update.check</category><level>FATAL</level><domain>cidrep</domain><msg>%sMSG_PKG_PROCESSING_FAIL %s</msg><time>1271778935</time><arg>MSG_EVENT_SEVERITY_ERROR</arg><arg>Secondary</arg></log>
<log><category>update.check</category><level>FATAL</level><domain>cidrep</domain><msg>%sMSG_APP_FAIL</msg><time>1271778935</time><arg>MSG_EVENT_SEVERITY_FATAL</arg></log>

:2488


This thread was automatically locked due to age.