-
Notifications
You must be signed in to change notification settings - Fork 94
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
Crash when opening mounted home folder #1893
Comments
This is likely due to creating nested volumes in your home folder. Add |
Tried uncommenting all shares in afp.conf except home, still crash. |
Can you please try creating a "afp-data" subdir in your home dir, then update afp.conf with:
This will ensure you have a clean shared home volume, so that we can exclude any other environmental factor. This callstack looks identical to the one I ran into in #1235 which makes me agree with NJRoadfan's assessment that the root cause is traces of nested netatalk volumes. |
Its likely that once you nest folders, some old invalid CNID values are hanging around on files in folders. Running |
I added a hint about rebuilding the CNID database to the error log message. |
Netatalk v4.1.0 crashes when trying to open my mounted home folder.
This happens with both BasiliskII with MacOS 7.6.1 and QEmu with MacOS 9.2.2.
Wonder if this also has something to do with libxml, since the home folder contains
the folder "Hämtningar" (Downloads)...
Running on Ubuntu 20.04.6 LTS
My afp.conf:
Logs
netatalk.log
GDB trace:
The text was updated successfully, but these errors were encountered: