-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compression: unable to mount uncompressed logs directory in the container #29
Comments
The bug occurs when passing a relative path to We'll fix it in the next release. Thanks for reporting it! |
Hi @kirkrodrigues, I got another error stating attribute 'inputlist_path' not in the config file.
I assume it is reading the config file at the location /opt/.clp-mini-cluster.yaml in the container. Or is there supposed to be a different config file? Please let me know. |
Looking at the code, line 269 seems to contain a If not, could you tell me what operating system you extracted the package on? |
@kirkrodrigues, No changes have been made in the code after extracting. I used packager on Ubuntu v20.04.3 LTS to build a new package. |
Hi @BasantaChaulagain , currently, we are unable to reproduce the error you encountered. Can you download the pre-packaged CLP package from this link and perform the compression again? This package is generated inside a Ubuntu 20.04 docker image. If this package works correctly while the manually generated package has problems, then there may be some environment issue on your side. We can take investigate the environment problem with you. To begin the investigation, please upload the file |
Hi @jackluo923, I tried the pre-built package and it worked. I then manually re-built the package and it worked as well. Perhaps it was due to environment issue on my side. Thanks for your help. |
Hello,
I am unable to compress the log file as the path for uncompressed logs is not mounted in the container. Please see the logs below for further inspection.
CLP starts successfully. uncomp_logs is the <uncompressed_logs-dir>
Upon compressing, it gives the following error:
There indeed is no mentioned directory in the container.
I checked the permission of the uncompressed-log-directory and it is user:docker. Is there anything else I need to check
The text was updated successfully, but these errors were encountered: