search for: 791b

Displaying 7 results from an estimated 7 matches for "791b".

Did you mean: 791
2017 Jul 30
1
Can't use proxy after client upgrade
...vert that >> commit than switch to older version? > > Version 1.0.29 should be fine. But if you want, try checking out tinc > from git, and then do: > > git revert 3c37fe38019ec9c08be6158a4f64128fc83ed605 Works like a charm, thanks! Best, -Nikolaus -- GPG Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F »Time flies like an arrow, fruit flies like a Banana.« -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 1011 bytes Desc: not available URL: <http://www.tin...
2017 Jul 29
3
Can't use proxy after client upgrade
...the other proxy types. For now the workaround is to use > 1.0.29 or earlier if you need this. I'll let you know when this is > fixed. Could you tell me which commit this is? I'd rather just revert that commit than switch to older version? Best, -Nikolaus -- GPG Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F »Time flies like an arrow, fruit flies like a Banana.«
2017 Aug 06
3
[SFTP] Read from write-only file not returning error
...file write only), and then following up with a SSH_FXP_READ, the server responds with a SSH_FXP_STATUS indicating that all data has been read. Shouldn't the server signal some kind of error instead? Or am I making a mistake in parsing the response? Thanks, -Nikolaus -- GPG Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F ?Time flies like an arrow, fruit flies like a Banana.?
2017 Jul 03
2
Can't use proxy after client upgrade
...lt;unknown> (78.53.225.26 port 35908) Metadata socket read error for <unknown> (78.53.225.26 port 35908): Connection reset by peer Closing connection with <unknown> (78.53.225.26 port 35908) Purging unreachable nodes Anyone able to help? Best, -Nikolaus -- GPG Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F »Time flies like an arrow, fruit flies like a Banana.«
2005 Sep 20
0
Handling SIP 404 event
...ample, dialing an invalid number on another softswitch on the network: -- Executing Dial("SIP/sip7110-8118", "SIP/7234@softswitch|60|r") in new stack -- Called 7234@softswitch -- Got SIP response 404 "Not Found" back from 172.16.23.31 -- SIP/softswitch-791b is circuit-busy == Everyone is busy/congested at this time At the moment my dialplan logic will respond with "nobody is available to take your call at the moment. goodbye", unless that extension has a mailbox. I'd like to be able to branch out and play a different message when a 40...
2007 Apr 18
3
[RFC, PATCH 4/24] i386 Vmi inline implementation
...+#define vmi_translation_begin 781b +#define vmi_translation_end 782b +#define vmi_translation_len (vmi_translation_end - vmi_translation_begin) + +/* Finally, emit the padded native sequence */ +#define vmi_padded_start \ + 791:; +#define vmi_padded_finish \ + 792:; +#define vmi_padded_begin 791b +#define vmi_padded_end 792b +#define vmi_padded_len (vmi_padded_end - vmi_padded_begin) + +#define vmi_call(name) \ + call .+5+name + +/* + * Pad out the current native instruction sequence with a series of nops; + * the nop used is 0x66* 0x90 which is data16 nop or xchg %ax, %ax. We + * p...
2007 Apr 18
3
[RFC, PATCH 4/24] i386 Vmi inline implementation
...+#define vmi_translation_begin 781b +#define vmi_translation_end 782b +#define vmi_translation_len (vmi_translation_end - vmi_translation_begin) + +/* Finally, emit the padded native sequence */ +#define vmi_padded_start \ + 791:; +#define vmi_padded_finish \ + 792:; +#define vmi_padded_begin 791b +#define vmi_padded_end 792b +#define vmi_padded_len (vmi_padded_end - vmi_padded_begin) + +#define vmi_call(name) \ + call .+5+name + +/* + * Pad out the current native instruction sequence with a series of nops; + * the nop used is 0x66* 0x90 which is data16 nop or xchg %ax, %ax. We + * p...