You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This tool looks like something that could be useful to me. I'm mostly developing on my Mac, however the build runs on Windows (VM). I'd like to mirror two folders, as the virtual network share just is too damn slow.
I can't get it to startup, and I'm unsure where to take it from here. watchman.exe is in the same folder as where I'm running this command from.
> java -version
java version "1.8.0_231"
> java -cp mirror-all.jar mirror.Mirror server
Exception in thread "main" java.lang.UnsatisfiedLinkError: The operation completed successfully.
at jnr.ffi.provider.jffi.AsmRuntime.newUnsatisifiedLinkError(AsmRuntime.java:40)
at jnr.posix.WindowsLibC$jnr$ffi$0.getrlimit(Unknown Source)
at jnr.posix.BaseNativePOSIX.getrlimit(BaseNativePOSIX.java:244)
at jnr.posix.BaseNativePOSIX.getrlimit(BaseNativePOSIX.java:254)
at mirror.SystemChecks.checkFileDescriptorLimit(SystemChecks.java:51)
at mirror.SystemChecks.checkLimits(SystemChecks.java:39)
at mirror.Mirror$BaseCommand.run(Mirror.java:97)
at mirror.Mirror.main(Mirror.java:55)
The text was updated successfully, but these errors were encountered:
Hi @Bouke, yeah unfortunately I've only personally needed to support Linux and so haven't investigated Windows support. I'd be happy to accept PRs though!
@Bessonov that's interesting, but no I haven't tried that. I don't have any Windows machines available and could probably find a virtualbox / something to run, but haven't really been that curious about it.
stephenh
changed the title
Could this tool run on Windows?
Support running on Windows
Oct 12, 2020
Just to confirm, WSL works. The performance is not as good as with running it on Windows, but once the initial sync is done it is more than fast enough.
This tool looks like something that could be useful to me. I'm mostly developing on my Mac, however the build runs on Windows (VM). I'd like to mirror two folders, as the virtual network share just is too damn slow.
I can't get it to startup, and I'm unsure where to take it from here.
watchman.exe
is in the same folder as where I'm running this command from.The text was updated successfully, but these errors were encountered: