Brice Figureau

Results 79 comments of Brice Figureau

It would be interesting to see if that works with the normal windows `winrs` client. If you get the same error then that's probably not the fault of this winrm...

@toren77, thanks this shows the connection is possible, but doesn't validate the other end winrm handler is correctly enabled. I was more thinking about using another winrm client, such as...

I know this is a long time with no answers on this PR, but can you please squash those commit in a more coherent patch set. Oh, and also move...

Hi, Thanks for your comment. While that's true there's no escaping of the CDATA, I doubt it would form a valid command anyway :) I find it particularly difficult to...

@rgl, Indeed we can consider the responsibility of escaping to be in the winrm library. It's simpler. `xml.EscapeText` would definitely work, it would be interesting to test. The problem with...

Well, you have packaged the application, now you just need to install it: `dpkg -i ../mysql-snmp_1.2-1_all.deb` and run it.

How big is the uploaded file? If your test is across a fast network (or localhost which is ultra-fast) you won't see anything, except if the uploads takes more than...

Hi @Dineshk77 , Thanks for reporting this issue. Unfortunately I don't think you'll be able to solve this issue by reading stdout/stdin. I'm not sure, but I believe that this...

The HTTP error 401 means that the winrm server didn't authorize the request. Unfortunately this is hard to troubleshoot. First check that the password is indeed correct, if it's the...

Sorry for the late answer. What version of snmpd are you running? Check that agentX is actually enabled in your snmpd.conf and that the agentX socket perms allow mysql-snmp to...