Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Error in uwsgi script #194

Open
savary opened this issue Jan 14, 2025 · 2 comments
Open

Error in uwsgi script #194

savary opened this issue Jan 14, 2025 · 2 comments
Assignees

Comments

@savary
Copy link

savary commented Jan 14, 2025

When starting the FLAT docker container, we also have the following errors in logs:
Running migrations:
No migrations to apply.

chown: cannot access 'dbparseme': No such file or directory
chmod: cannot access 'dbparseme': No such file or directory
Starting FLAT via uwsgi...
I'm not sure if it comes with FLAT or if it originates from our custom configuration.
We do have a dbparseme database:

parseme@parseme:~/mysql_data$ sudo ls dbparseme/
auth_group.frm auth_permission.ibd auth_user_user_permissions.frm django_content_type.frm
...

I would be grateful for any hint...

@proycon
Copy link
Owner

proycon commented Jan 15, 2025 via email

@proycon proycon self-assigned this Jan 15, 2025
@savary
Copy link
Author

savary commented Jan 21, 2025

On Tue Jan 14, 2025 at 4:01 PM CET, Agata Savary wrote:
When starting the FLAT docker container, we also have the following errors in logs:
Running migrations:
No migrations to apply.

chown: cannot access 'dbparseme': No such file or directory
chmod: cannot access 'dbparseme': No such file or directory
You can ignore these if you have a MySQL database, it's not a problem.
Great.
I'll apply a small fix to suppress these needless warnings.
Thank you.

Starting FLAT via uwsgi...
I'm not sure if it comes with FLAT or if it originates from our custom configuration.
We do have a dbparseme database:

@.***:~/mysql_data$ sudo ls dbparseme/ auth_group.frm auth_permission.ibd auth_user_user_permissions.frm django_content_type.frm ...`
Ok, but this is served via MySQL, FLAT/foliadocserve doesn't need direct
file access here, so this is fine.
Access to the database is working right? All starts fine? The log doesn't really indicate a
problem either.
I confirm: All starts fine and the access to the database works.

Thank you.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants