-
Notifications
You must be signed in to change notification settings - Fork 248
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
Windows support #111
Comments
The reason for that is that |
So I'm wondering what magic this guy used to get it up and running on Windows Server 2012? https://community.openhab.org/t/habpanel-reloaded-modern-theme-skin-custom-widgets/43883/66 |
Maybe this was used? |
The problem contains in two parts: |
Thank You...Thank You....Thank You.. I made the following changes: tail.js index.js Started up frontail and boom....I now have it working..... Thanks again for the information!!! |
@KidSquid1 I tried to change the two file as your instruction and re run frontail c:\temp\syslog , but still got: Error: spawn tail ENOENT is there any thing i can do? thanks! |
hi @mthenw , it looks like @mojoaxel did some great work in replacing native tail with nodejs version. Have these modifications been merged into your repo? I ask as I recently installed on windows server (from NPM) and I got same error that the other guys got & had to manually patch If your answer is yes, then perhaps NPM needs updating? Cheers. |
I'm happy to merge those changes. @mojoaxel please open a new PR. |
* fix: replace native tail with fs-tail-stream fixes #111 * fix: use options.buffer as start parameter * feat: add additional windows support * feat: add additional windows support
I published v4.9.0 with Windows support |
installed uing npm command, and when executin below command, getting below error? how to make it work in windows?
frontail C:\Users\Test\Downloads\apache-samples\apache-error_log\error_log\syslog
Error received:
events.js:183
throw er; // Unhandled 'error' event
^
Error: spawn tail ENOENT
at _errnoException (util.js:1022:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:190:19)
at onErrorNT (internal/child_process.js:372:16)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
at Function.Module.runMain (module.js:686:11)
at startup (bootstrap_node.js:187:16)
at bootstrap_node.js:608:3
The text was updated successfully, but these errors were encountered: