-
Notifications
You must be signed in to change notification settings - Fork 388
Unexpected exit code from freshclam: 127 #217
Comments
Does this mean that the definitions are not in the S3 bucket? |
START RequestId: 6a9ed9db-148d-4e4b-89cf-6f30688a9228 Version: $LATEST |
You may want to check your S3 permissions for the lambda function role and bucket policy as S3 always responds with does not exist if permission is denied. |
the iam permissions assigned to the lambda execution role is s3:* and there is no bucket policy. do i need to install libtool-ltdl |
it appears that the code is skipping 'to_download = clamav.update_defs_from_s3(
|
i added in a count of 'to_download' Attempting to create directory /tmp/clamav_defs. |
If someone could help understand that the issue is here.
Attempting to create directory /tmp/clamav_defs.
Starting freshclam with defs in /tmp/clamav_defs.
Unexpected exit code from freshclam: 127.
File does not exist: main.cld
File does not exist: main.cvd
File does not exist: daily.cld
File does not exist: daily.cvd
File does not exist: bytecode.cld
The text was updated successfully, but these errors were encountered: