Daniel Markstedt
Daniel Markstedt
A few requirements: - Create an artifact that is a tarball with the webmin module dir structure (in parallel to the netatalk release tarball) - When webmin is detected, run...
Alternative approach: Make webmin a submodule of the main repo, and have a custom script that modifies the config file and runs its build system.
Discarding this for now. Lots of complexity for little gain.
Achieved with https://github.com/Netatalk/netatalk/pull/1532
I can observe the same in the latest `main` code, macOS Ventura. Further down in the log I get this, where afpd detects a file create request for the same...
@seiman Were you attempting to address this issue with your PRs in https://github.com/Netatalk/netatalk/pull/98 and https://github.com/Netatalk/netatalk/pull/99 by any chance?
Unfortunately the improvements in https://github.com/Netatalk/netatalk/pull/849 didn't actually address this particular issue (although they improved other scenarios.)
For the record: There is an easy way to observe this, by using the `fce` sample app: ``` $ ./build/bin/misc/fce -h localhost listener: waiting to recvfrom... FCE Start ID: 1,...
A fix is prepared in https://github.com/Netatalk/netatalk/pull/2027 The problem was due to a missing event registration in `afp_copyfile()` Now the FCE event log looks something like this with macOS clients. ```...
megatron was removed from 3.x / main a while ago. The code is still alive in the 2.x branches. Some testing to make sure that these tools still work is...