Most Valued Members ewong 8 Posted March 22 Most Valued Members Share Posted March 22 Hi, I don't know if there's been changes, but I'm running the mirror tool to update the repos (really the mirror tool repo actually deletes the whole repo and starts over again, but I suspect I'm missing something to prevent it from doing that). Right now, I'm getting the following: CRepositoryMirrorCreator: 2024-03-22 15:11:26 [INFO] Repository: Downloading repository package 'http://repository.eset.com/v1/com/eset/apps/business/eea/windows/v11/11.0.2044.0/uPCU/2814754195439616/eea_nt64.dup' CGetFileCommon: 2024-03-22 15:11:26 [INFO] Starting Download of object http://repository.eset.com/v1/com/eset/apps/business/eea/windows/v11/11.0.2044.0/uPCU/2814754195439616/eea_nt64.dup [operation_id=430125661] CRepositoryMirrorCreator: 2024-03-22 15:11:27 [INFO] Repository: Successfully downloaded repository package 'http://repository.eset.com/v1/com/eset/apps/business/eea/windows/v11/11.0.2044.0/uPCU/2814754195439616/eea_nt64.dup' to '/opt/tmp/repo/8efe-c684-679b-8498/eea_nt64.dup' CRepositoryMirrorCreator: Verifying integrity of downloaded repository package 'http://repository.eset.com/v1/com/eset/apps/business/eea/windows/v11/11.0.2044.0/uPCU/2814754195439616/eea_nt64.dup' CRepositoryMirrorCreator: Successfully verified downloaded repository package (checksum: 819274b8ee89a07f9040ad8ef90dda27242fe055) CRepositoryMirrorCreator: File "/opt/repo/com/eset/apps/business/eea/windows/v11/11.0.2044.0/uPCU/2814754195439616/eea_nt64.dup" exist. Replacing with new CGetFileCommon: 2024-03-22 15:11:27 [INFO] Starting Download of object http://repository.eset.com/v1/com/eset/apps/business/eea/windows/v11/11.0.2044.0/uPCU/2814754195439616/eea_nt64.dup.changelog.html [operation_id=2126413493] CGetFileCommon: 2024-03-22 15:11:27 [INFO] Downloading of object http://repository.eset.com/v1/com/eset/apps/business/eea/windows/v11/11.0.2044.0/uPCU/2814754195439616/eea_nt64.dup.changelog.html passed, downloaded size : 862, expected size: 862 [operation_id=2126413493] CRepositoryMirrorCreator: 2024-03-22 15:11:27 [WARNING] Downloading product: http://repository.eset.com/v1/com/eset/apps/business/eea/windows/v11/11.0.2044.0/uPCU/2814754195439616/eea_nt64.dup (file: http://repository.eset.com/v1/com/eset/apps/business/eea/windows/v11/11.0.2044.0/uPCU/2814754195439616/eea_nt64.dup.changelog.html ) failed with: Permission denied Might anyone know what the issue could be? I used the following command: MirrorTool --intermediateRepositoryDirectory /tmp/repo --mirrorType regular --repositoryServer http://repository.eset.com/v1 \ --outputRepositoryDirectory /var/repo --filterFilePath /var/data/info.json Where info.json is: { "use_legacy": false, "defaults": { "languages": [ "en_US" ], "platforms": [ "x64", "x86" ], "os_types": [ "windows", "linux" ] }, "products": [ { "app_id": "com.eset.apps.business.era.agent", "version": ">9.1.3295.0" }, { "app_id": "com.eset.apps.business.era.server.linux", "version": ">8.0.0.0" }, { "app_id": "com.eset.apps.business.ees.windows", "version": ">8.0.0.0" }, { "app_id": "com.eset.apps.business.eea.windows", "version": ">8.0.0.0" }, { "app_id": "com.eset.apps.business.era.server.windows", "version": ">8.0.0.0" }, { "app_id": "com.eset.apps.business.era.webconsole", "version": ">8.0.0.0" }, { "app_id": "com.eset.apps.business.eea.linux.g2", "version": ">9.1.11.0" }, { "app_id": "com.eset.apps.business.efs.windows", "version": ">=7.3.12009.0" }, { "app_id": "com.eset.apps.business.era.mdm", "version": ">8.0.0.0" }, { "app_id": "com.eset.apps.business.efs.linux", "version": ">7.2.578.0" }, { "app_id": "com.eset.apps.business.ees.mac", "version": ">=6.10.300.1" }, { "app_id": "com.eset.apps.business.eea.mac", "version": ">=6.10.300.1" }, { "app_id": "com.eset.tools.installers.bootstrapper_era", "version": ">=4.0.17.0" }, { "app_id": "com.eset.apps.business.eea.linux", "version": ">=4.0.95.0" }, { "app_id": "com.eset.apps.business.esa.windows", "version": ">=3.0.20.0" }, { "app_id": "third_party.apps.apache.http_proxy", "version": ">=2.4.33.1" }, { "app_id": "com.eset.apps.business.ech", "version": ">1.0.37.0" }, { "app_id": "com.eset.apps.business.era.rdsensor", "version": ">=1.1.615.1" } ] } Thanks Ed Link to comment Share on other sites More sharing options...
Administrators Marcos 5,235 Posted March 22 Administrators Share Posted March 22 The file http://repository.eset.com/v1/com/eset/apps/business/eea/windows/v11/11.0.2044.0/uPCU/2814754195439616/eea_nt64.dup.changelog.html is available and can be downloaded. It's most likely a problem with permissions for the folder in which the tool downloads mirror files. Link to comment Share on other sites More sharing options...
Most Valued Members ewong 8 Posted March 25 Author Most Valued Members Share Posted March 25 On 3/22/2024 at 5:22 PM, Marcos said: The file http://repository.eset.com/v1/com/eset/apps/business/eea/windows/v11/11.0.2044.0/uPCU/2814754195439616/eea_nt64.dup.changelog.html is available and can be downloaded. It's most likely a problem with permissions for the folder in which the tool downloads mirror files. Hi Marcos, The folder that I store the repo in is /opt/repo and it is owned by the user mirror. drwxrwxr-x. 4 mirror mirror 36 Mar 25 07:59 . drwxrwxr-x. 5 mirror mirror 62 Mar 25 07:58 .. drwxrwxr-x. 3 mirror mirror 18 Mar 25 07:58 com drwxrwxr-x. 3 mirror mirror 18 Mar 25 07:59 third_party Is this the correct permissions? I'm not sure what happened. It was working before and I didn't even change anything. I've disabled SELinux and am seeing if that's it. Though I am still getting the following: CRepositoryMirrorCreator: 2024-03-25 08:18:57 [INFO] CMetadataProcessorV3: Downloading file from http://repository.eset.com/v1/com/eset/apps/business/eea/window s/v11/11.0.2032.0/uPCU/2533279220170752/eea_arm64.dup.eula/manifest.erm has failed 3 times. CRepositoryMirrorCreator: 2024-03-25 08:18:58 [INFO] CMetadataProcessorV3: Downloading file from http://repository.eset.com/v1/com/eset/apps/business/eea/window s/v11/11.0.2032.0/uPCU/2533279220170752/eea_nt32.dup.eula/manifest.erm has failed 3 times. CRepositoryMirrorCreator: 2024-03-25 08:19:00 [INFO] CMetadataProcessorV3: Downloading file from http://repository.eset.com/v1/com/eset/apps/business/eea/window s/v11/11.0.2032.0/uPCU/2533279220170752/eea_nt64.dup.eula/manifest.erm has failed 3 times. CRepositoryMirrorCreator: 2024-03-25 08:19:01 [INFO] CMetadataProcessorV3: Downloading file from http://repository.eset.com/v1/com/eset/apps/business/eea/window s/v11/11.0.2032.0/uPCU/2814749900406784/eea_arm64.dup.eula/manifest.erm has failed 3 times. Thanks Edmund Link to comment Share on other sites More sharing options...
Most Valued Members ewong 8 Posted March 25 Author Most Valued Members Share Posted March 25 I'm not entirely sure what's going on. I've setenforce 0, and it is downloading stuff, but just all the eula items. None of the binaries. CRepositoryMirrorCreator: 2024-03-25 10:01:41 [ERROR] Downloading product: http://repository.eset.com/v1/com/eset/apps/business/eea/windows/v11/11.0.2044.0/uPCU/2251804243460096/eea_nt32.dup (file: http://repository.eset.com/v1/com/eset/apps/business/eea/windows/v11/11.0.2044.0/uPCU/2251804243460096/eea_nt32.dup.changelog.html ) failed with : Permission denied CRepositoryMirrorCreator: 2024-03-25 10:01:41 [INFO] Processing package with name: ESET Endpoint Security, language: en_US,legacy info: 0 CRepositoryMirrorCreator: 2024-03-25 10:01:41 [INFO] Repository: Downloading repository package 'http://repository.eset.com/v1/com/eset/apps/business/ees/windows/v11/11.0.2044.0/uPCU/2533274923565056/ees_nt32.dup' CGetFileCommon: 2024-03-25 10:01:41 [INFO] Starting Download of object http://repository.eset.com/v1/com/eset/apps/business/ees/windows/v11/11.0.2044.0/uPCU/2533274923565056/ees_nt32.dup [operation_id=3559626358] CRepositoryMirrorCreator: 2024-03-25 10:01:41 [INFO] Repository: Successfully downloaded repository package 'http://repository.eset.com/v1/com/eset/apps/business/ees/windows/v11/11.0.2044.0/uPCU/2533274923565056/ees_nt32.dup' to '/opt/tmp/repo/5082-f7b9-0dc5-8581/ees_nt32.dup' CRepositoryMirrorCreator: Verifying integrity of downloaded repository package 'http://repository.eset.com/v1/com/eset/apps/business/ees/windows/v11/11.0.2044.0/uPCU/2533274923565056/ees_nt32.dup' CRepositoryMirrorCreator: Successfully verified downloaded repository package (checksum: 0a9269f76f89c72a60b9f113db0529fa47edd13e) CGetFileCommon: 2024-03-25 10:01:41 [INFO] Starting Download of object http://repository.eset.com/v1/com/eset/apps/business/ees/windows/v11/11.0.2044.0/uPCU/2533274923565056/ees_nt32.dup.changelog.html [operation_id=2343632639] CGetFileCommon: 2024-03-25 10:01:42 [INFO] Downloading of object http://repository.eset.com/v1/com/eset/apps/business/ees/windows/v11/11.0.2044.0/uPCU/2533274923565056/ees_nt32.dup.changelog.html passed, downloaded size : 862, expected size: 862 [operation_id=2343632639] CRepositoryMirrorCreator: 2024-03-25 10:01:42 [WARNING] Downloading product: http://repository.eset.com/v1/com/eset/apps/business/ees/windows/v11/11.0.2044.0/uPCU/2533274923565056/ees_nt32.dup (file: http://repository.eset.com/v1/com/eset/apps/business/ees/windows/v11/11.0.2044.0/uPCU/2533274923565056/ees_nt32.dup.changelog.html ) failed with: Permission denied Here's the dir listing for /opt/repo/com/eset/apps/eea/windows/v11/ drwxrwxr-x. 6 mirror mirror 82 Mar 25 09:40 . drwxrwxr-x. 7 mirror mirror 75 Mar 25 09:33 .. drwxrwxr-x. 9 mirror mirror 185 Mar 25 09:33 11.0.2032.0 drwxrwxr-x. 9 mirror mirror 185 Mar 25 09:35 11.0.2032.1 drwxrwxr-x. 9 mirror mirror 185 Mar 25 09:40 11.0.2044.0 drwxrwxr-x. 9 mirror mirror 185 Mar 25 09:42 11.0.2044.1 dir listing of /opt/repo/com/eset/apps/eea/windows/v11/11.0.2044.1/ total 4 drwxrwxr-x. 9 mirror mirror 185 Mar 25 09:42 . drwxrwxr-x. 6 mirror mirror 82 Mar 25 09:40 .. drwxrwxr-x. 2 mirror mirror 26 Mar 25 09:41 eea_arm64_full.msi.eula drwxrwxr-x. 2 mirror mirror 26 Mar 25 09:42 eea_arm64.msi.eula drwxrwxr-x. 2 mirror mirror 26 Mar 25 09:41 eea_nt32_full.msi.eula drwxrwxr-x. 2 mirror mirror 26 Mar 25 09:41 eea_nt32.msi.eula drwxrwxr-x. 2 mirror mirror 26 Mar 25 09:41 eea_nt64_full.msi.eula drwxrwxr-x. 2 mirror mirror 26 Mar 25 09:41 eea_nt64.msi.eula drwxrwxr-x. 32 mirror mirror 4096 Mar 25 09:42 uPCU And in eea_nt32_full.msi.eula total 4 drwxrwxr-x. 2 mirror mirror 26 Mar 25 09:41 . drwxrwxr-x. 9 mirror mirror 185 Mar 25 09:42 .. -rw-rw-r--. 1 mirror mirror 514 Mar 25 09:41 manifest.erm So it is downloading things, just the manifest.erm files and nothing else. Going to try to delete the whole of /opt/repo/com/eset/apps/eea/ and see if things work . Ed Link to comment Share on other sites More sharing options...
Most Valued Members ewong 8 Posted March 25 Author Most Valued Members Share Posted March 25 I deleted the whole of eset/apps/business, and after running it and I'm still getting the following error: Error: Downloading product: http://repository.eset.com/v1/com/eset/apps/business/eea/windows/v11/11.0.2044.0/uPCU/full/eea_nt64.fup (file: http://repository.eset.com/v1/com/eset/apps/business/eea/windows/v11/11.0.2044.0/uPCU/full/eea_nt64.fup.changelog.html ) failed with : Permission denied Downloading product: http://repository.eset.com/v1/com/eset/apps/business/eea/windows/v11/11.0.2044.0/uPCU/2814754196946944/eea_nt64.dup (file: http://repository.eset.com/v1/com/eset/apps/business/eea/windows/v11/11.0.2044.0/uPCU/2814754196946944/eea_nt64.dup.changelog.html ) failed with : Permission denied Downloading product: http://repository.eset.com/v1/com/eset/apps/business/ees/windows/v11/11.0.2044.0/uPCU/2251804243787776/ees_nt32.dup (file: http://repository.eset.com/v1/com/eset/apps/business/ees/windows/v11/11.0.2044.0/uPCU/2251804243787776/ees_nt32.dup.changelog.html ) failed with : Permission denied Downloading product: http://repository.eset.com/v1/com/eset/apps/business/ees/windows/v11/11.0.2044.0/uPCU/2814754197274624/ees_nt64.dup (file: http://repository.eset.com/v1/com/eset/apps/business/ees/windows/v11/11.0.2044.0/uPCU/2814754197274624/ees_nt64.dup.changelog.html ) failed with : Permission denied Downloading product: http://repository.eset.com/v1/com/eset/apps/business/eea/windows/v11/11.0.2044.0/uPCU/full/eea_nt32.fup (file: http://repository.eset.com/v1/com/eset/apps/business/eea/windows/v11/11.0.2044.0/uPCU/full/eea_nt32.fup.changelog.html ) failed with : Permission denied Downloading product: http://repository.eset.com/v1/com/eset/apps/business/ees/windows/v11/11.0.2044.0/uPCU/2251804243460096/ees_nt64.dup (file: http://repository.eset.com/v1/com/eset/apps/business/ees/windows/v11/11.0.2044.0/uPCU/2251804243460096/ees_nt64.dup.changelog.html ) failed with : Permission denied Downloading product: http://repository.eset.com/v1/com/eset/apps/business/eea/windows/v11/11.0.2044.0/uPCU/2251804243460096/eea_nt32.dup (file: http://repository.eset.com/v1/com/eset/apps/business/eea/windows/v11/11.0.2044.0/uPCU/2251804243460096/eea_nt32.dup.changelog.html ) failed with : Permission denied Downloading product: http://repository.eset.com/v1/com/eset/apps/business/ees/windows/v11/11.0.2044.0/uPCU/2533274923565056/ees_nt32.dup (file: http://repository.eset.com/v1/com/eset/apps/business/ees/windows/v11/11.0.2044.0/uPCU/2533274923565056/ees_nt32.dup.changelog.html ) failed with : Permission denied Downloading product: http://repository.eset.com/v1/com/eset/apps/business/ees/windows/v11/11.0.2044.0/uPCU/2533279219187712/ees_nt64.dup (file: http://repository.eset.com/v1/com/eset/apps/business/ees/windows/v11/11.0.2044.0/uPCU/2533279219187712/ees_nt64.dup.changelog.html ) failed with : Permission denied Downloading product: http://repository.eset.com/v1/com/eset/apps/business/ees/windows/v11/11.0.2044.0/uPCU/2533274923565058/ees_nt32.dup (file: http://repository.eset.com/v1/com/eset/apps/business/ees/windows/v11/11.0.2044.0/uPCU/2533274923565058/ees_nt32.dup.changelog.html ) failed with : Permission denied Downloading product: http://repository.eset.com/v1/com/eset/apps/business/eea/windows/v11/11.0.2044.0/eea_nt64.msi (file: http://repository.eset.com/v1/com/eset/apps/business/eea/windows/v11/11.0.2044.0/eea_nt64.msi.changelog.html ) failed with : Permission denied Downloading product: http://repository.eset.com/v1/com/eset/apps/business/ees/windows/v11/11.0.2044.0/uPCU/2251804241756163/ees_nt32.dup (file: http://repository.eset.com/v1/com/eset/apps/business/ees/windows/v11/11.0.2044.0/uPCU/2251804241756163/ees_nt32.dup.changelog.html ) failed with : Permission denied Downloading product: http://repository.eset.com/v1/com/eset/apps/business/ees/windows/v11/11.0.2044.0/uPCU/2533274923565056/ees_nt64.dup (file: http://repository.eset.com/v1/com/eset/apps/business/ees/windows/v11/11.0.2044.0/uPCU/2533274923565056/ees_nt64.dup.changelog.html ) failed with : Permission denied Downloading product: http://repository.eset.com/v1/com/eset/apps/business/ees/windows/v11/11.0.2044.0/uPCU/2814754195439616/ees_nt64.dup (file: http://repository.eset.com/v1/com/eset/apps/business/ees/windows/v11/11.0.2044.0/uPCU/2814754195439616/ees_nt64.dup.changelog.html ) failed with : Permission denied ... But the thing I am confused about is there are files in those directories. For instance, ees/windows/v11/11.0.2044.0/ has the following: total 603680 drwxrwxr-x. 2 mirror mirror 26 Mar 25 11:00 ees_arm64_full.msi.eula drwxrwxr-x. 2 mirror mirror 26 Mar 25 11:00 ees_arm64.msi.eula -rw-rw-r--. 1 mirror mirror 246542336 Mar 25 11:48 ees_nt32_full.msi -rw-rw-r--. 1 mirror mirror 862 Mar 25 11:48 ees_nt32_full.msi.changelog.html drwxrwxr-x. 2 mirror mirror 26 Mar 25 11:00 ees_nt32_full.msi.eula -rw-rw-r--. 1 mirror mirror 55066624 Mar 25 12:05 ees_nt32.msi -rw-rw-r--. 1 mirror mirror 862 Mar 25 12:05 ees_nt32.msi.changelog.html drwxrwxr-x. 2 mirror mirror 26 Mar 25 11:00 ees_nt32.msi.eula -rw-rw-r--. 1 mirror mirror 255766528 Mar 25 11:58 ees_nt64_full.msi -rw-rw-r--. 1 mirror mirror 862 Mar 25 11:58 ees_nt64_full.msi.changelog.html drwxrwxr-x. 2 mirror mirror 26 Mar 25 11:00 ees_nt64_full.msi.eula -rw-rw-r--. 1 mirror mirror 60772352 Mar 25 11:44 ees_nt64.msi -rw-rw-r--. 1 mirror mirror 862 Mar 25 11:44 ees_nt64.msi.changelog.html drwxrwxr-x. 2 mirror mirror 26 Mar 25 11:00 ees_nt64.msi.eula drwxrwxr-x. 38 mirror mirror 4096 Mar 25 11:00 uPCU So it isn't a directory permission issue since it does save files. Now if I take one particular file error for example: Downloading product: http://repository.eset.com/v1/com/eset/apps/business/eea/windows/v11/11.0.2044.0/eea_nt64.msi (file: http://repository.eset.com/v1/com/eset/apps/business/eea/windows/v11/11.0.2044.0/eea_nt64.msi.changelog.html ) failed with : Permission denied Both eset/apps/business/eea/windows/v11/11.0.2044.0/eea_nt64.msi exists (with md5sum : 1c47594d8c955bb9f9112a1d7260ef2d), as well as the changelong (eea_nt64.msi.changelog.html) At this point, I'm confused with the errors. Thanks Ed Link to comment Share on other sites More sharing options...
Administrators Marcos 5,235 Posted March 25 Administrators Share Posted March 25 Could you try temporarily setting full permissions for all users to the mirror folder and subfolders to see if it starts working then? sudo chmod -R 777 mirror_folder Link to comment Share on other sites More sharing options...
Most Valued Members ewong 8 Posted March 26 Author Most Valued Members Share Posted March 26 14 hours ago, Marcos said: Could you try temporarily setting full permissions for all users to the mirror folder and subfolders to see if it starts working then? sudo chmod -R 777 mirror_folder Hi Marcos, Doesn't look like it's working as I'm still getting this kind of error: CGetFileCommon: 2024-03-26 11:22:12 [INFO] Downloading of object http://repository.eset.com/v1/com/eset/apps/business/ees/windows/v11/11.0.2044.0/uPCU/2814749901389824/ees_nt32.dup.changelog.html passed, downloaded size : 862, expected size: 862 [operation_id=2429086406] CRepositoryMirrorCreator: 2024-03-26 11:22:12 [WARNING] Downloading product: http://repository.eset.com/v1/com/eset/apps/business/ees/windows/v11/11.0.2044.0/uPCU/2814749901389824/ees_nt32.dup (file: http://repository.eset.com/v1/com/eset/apps/business/ees/windows/v11/11.0.2044.0/uPCU/2814749901389824/ees_nt32.dup.changelog.html ) failed with: Permission denied and CRepositoryMirrorCreator: Verifying integrity of downloaded repository package 'http://repository.eset.com/v1/com/eset/apps/business/ees/windows/v11/11.0.2044.0/uPCU/2814749901127680/ees_nt32.dup' CRepositoryMirrorCreator: Successfully verified downloaded repository package (checksum: 8783fbd1157fd59f25756433d0247f2040a727ee) CGetFileCommon: 2024-03-26 11:23:01 [INFO] Starting Download of object http://repository.eset.com/v1/com/eset/apps/business/ees/windows/v11/11.0.2044.0/uPCU/2814749901127680/ees_nt32.dup.changelog.html [operation_id=3519360925] CGetFileCommon: 2024-03-26 11:23:03 [INFO] Downloading of object http://repository.eset.com/v1/com/eset/apps/business/ees/windows/v11/11.0.2044.0/uPCU/2814749901127680/ees_nt32.dup.changelog.html passed, downloaded size : 862, expected size: 862 [operation_id=3519360925] CRepositoryMirrorCreator: 2024-03-26 11:23:03 [WARNING] Downloading product: http://repository.eset.com/v1/com/eset/apps/business/ees/windows/v11/11.0.2044.0/uPCU/2814749901127680/ees_nt32.dup (file: http://repository.eset.com/v1/com/eset/apps/business/ees/windows/v11/11.0.2044.0/uPCU/2814749901127680/ees_nt32.dup.changelog.html ) failed with: Permission denied But there are files that are being downloaded: CRepositoryMirrorCreator: 2024-03-26 12:17:40 [INFO] Repository: Successfully downloaded repository package 'http://repository.eset.com/v1/com/eset/apps/business/era/server/windows/v9/9.1.1296.0/server_x64.msi' to '/opt/tmp/repo/2945-518c-468d-b260/server_x64.msi' CRepositoryMirrorCreator: Verifying integrity of downloaded repository package 'http://repository.eset.com/v1/com/eset/apps/business/era/server/windows/v9/9.1.1296.0/server_x64.msi' CRepositoryMirrorCreator: Successfully verified downloaded repository package (checksum: 2e1c080deddeb8f37ec40affb8e520d901ebdcf4) CGetFileCommon: 2024-03-26 12:17:41 [INFO] Starting Download of object http://repository.eset.com/v1/com/eset/apps/business/era/server/windows/v9/9.1.1296.0/server_x64.msi.changelog.html [operation_id=40760782] CRepositoryMirrorCreator: 2024-03-26 12:17:42 [INFO] Processing package with name: ESET PROTECT Server, language: en_US,legacy info: 0 CRepositoryMirrorCreator: 2024-03-26 12:17:42 [INFO] Repository: Downloading repository package 'http://repository.eset.com/v1/com/eset/apps/business/era/server/windows/v9/9.1.1295.0/server_x64.msi' CGetFileCommon: 2024-03-26 12:17:42 [INFO] Starting Download of object http://repository.eset.com/v1/com/eset/apps/business/era/server/windows/v9/9.1.1295.0/server_x64.msi [operation_id=594737683] CRepositoryMirrorCreator: 2024-03-26 12:17:43 [INFO] Repository: Successfully downloaded repository package 'http://repository.eset.com/v1/com/eset/apps/business/era/server/windows/v9/9.1.1295.0/server_x64.msi' to '/opt/tmp/repo/bbf1-45e8-f7c0-2129/server_x64.msi' CRepositoryMirrorCreator: Verifying integrity of downloaded repository package 'http://repository.eset.com/v1/com/eset/apps/business/era/server/windows/v9/9.1.1295.0/server_x64.msi' So I'm not entirely sure what the issue is. Thanks Edmund Link to comment Share on other sites More sharing options...
Administrators Marcos 5,235 Posted March 27 Administrators Share Posted March 27 Please raise a support ticket to find out what the issue is. Link to comment Share on other sites More sharing options...
Most Valued Members Solution ewong 8 Posted March 28 Author Most Valued Members Solution Share Posted March 28 (edited) I got a response from the tech support. It ended up the issue was because there were some files in the temporary repository that somehow got the wrong permission. After fixing that, (chmod -R 775 <temp repo dir>), it now works. So in conclusion, aside for @Marcos's idea of the mirror permissions, I also need to ensure the temp repo folder's permissions are correct. Edited March 28 by ewong Link to comment Share on other sites More sharing options...
Recommended Posts