-
-
Notifications
You must be signed in to change notification settings - Fork 323
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
Segmentation violation on FreeBSD 13.1 #620
Comments
I'm able to replicate this if the As for us, I'll mark this as an error message issue, so we can print out something more user-friendly when this happens in the future. |
Previously, app would panic and admins would see unhelpful errors. This closes #620
We do ship the |
The |
It is possible that the binary is looking for the |
@clausecker do you have |
@thebaer We have the user run the command
to generate the configuration file. We do not edit the config file afterwards. A sample config file generated from this command looks like this:
The writefreely daemon is started with its working directory being |
@realseb1g Does the problem still occur if you execute this command from |
The problem does not occur anymore when executing the command from |
@realseb1g Thanks, I'll note this as a possible workaround. @thebaer what do you recommend we do to fix this? Is there an easy way to correctly set these configuration keys on initial config generation? |
There isn't anything built in to the application to set those values. But the config process only alters values it asks about. So you could supply a default
|
@thebaer That's a good idea! I'll go ahead and try that. |
I am trying to set up a fresh install of writefreely 0.13.2 on FreeBSD 13.1 (MySQL backend) and getting a segfault when trying to create an admin user (i selected the multi-user instance option during configuration).
The package is directly from FreeBSD repositories.
The text was updated successfully, but these errors were encountered: