Patrick TJ McPhee

Results 8 comments of Patrick TJ McPhee

I don't have a strong opinion one way or another, but before you do it consider my recent pull request #51. That wasn't a response to this issue, but I...

There's no problem with the definition in dummythread. The problem is that your system imports pthread.h after dummythread has tired to stub out all the pthread methods. What the error...

"`extern void pthread_testcancel (void);`" is an ANSI C prototype for a function which doesn't take an argument. What we have in dummypthread is a C-preprocessor definition for a macro which...

The problem is with the first byte of the message (labelled by wireshark as "Header flags"). The one that's failing has 0x12, but this is invalid -- there are no...

As a work-around, try running this in your shell before the mosquitto_passwd command: $ umask 077 $ mosquitto_passwd -c pass.txt lew I suggest you also do this as the user...

Maybe an obvious question, before running that command, did you run mosquitto ? That should run the broker in the foreground with quite a lot of debug output. Once that's...

You're not giving a lot of information here. Look for error information in the mosquitto logs. You might want to try running mosquitto in verbose mode (-v flag) while you're...

Taking a guess, suppose you had a common config file for a bunch of machines which had both a public and private network. You want to listen on the internal...