Jai Pradeesh
Jai Pradeesh
@TooTallNate Any update on this? ``` make: Entering directory '/home/loco/altair/node_modules/pty.js/build' CXX(target) Release/obj.target/pty/src/unix/pty.o ../src/unix/pty.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE PtyFork(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/unix/pty.cc:222:34: warning: ignoring return value of ‘int chdir(const char*)’, declared with attribute warn_unused_result...
@sunxfancy @berdario Any update on this?
@sunxfancy Which version? Node (or) this module?
@jmls @spiralgen This is happening because some of the module you use is still dependent on [email protected] Look at this : `npm ERR! Failed at the [email protected] install script 'node-gyp...
@ramseydsilva Could you post the `npm-debug.log` file?
This missing ones are `op_command` and `op_commandreply`. As per docs, both these opcodes are - Cluster internal and should not be implemented by clients or drivers. - Changed in version...
@adriansr https://github.com/elastic/beats/pull/6440 works?
#### freenode/#mongodb logs - 2018-02-27 ``` 15:41 < dolftax> In need of pcap files to test OP_COMMAND and OP_COMMANDREPLY opcodes // How to trigger them? 15:46 dolftax: let me check...
@adriansr What do you think?
Okay. So, if we don't maintain a list of supported opcodes, then in those cases, `Err Unknown operation code` would be printed. PR #6440 adds `OP_COMMAND` and `OP_COMMANDREPLY`. But, say...