Re: [fpc-devel] Synapse hangs in ARM-Linux

2013-01-30 Thread Michael Schnell
On 01/28/2013 08:03 PM, waldo kitty wrote: i'm trying to make sure i'm following along here because i'm also using synapse for a project... Do you know where to find the Synapse Powers ? I do hope (and feel) they are interested in helping to make this work and fix potential problems in the

Re: [fpc-devel] Synapse hangs in ARM-Linux

2013-01-30 Thread Tomas Hajny
On Wed, January 30, 2013 10:04, Michael Schnell wrote: On 01/28/2013 08:03 PM, waldo kitty wrote: i'm trying to make sure i'm following along here because i'm also using synapse for a project... Do you know where to find the Synapse Powers ? I do hope (and feel) they are interested in

Re: [fpc-devel] Synapse hangs in ARM-Linux

2013-01-30 Thread Michael Schnell
On 01/30/2013 12:12 PM, Tomas Hajny wrote: The dedicated support list for Synapse might be a better place for potential issues related to Synapse Did so, Hoping to see both of you over there... -Michael ___ fpc-devel maillist -

Re: [fpc-devel] Synapse hangs in ARM-Linux

2013-01-30 Thread waldo kitty
On 1/30/2013 04:04, Michael Schnell wrote: On 01/28/2013 08:03 PM, waldo kitty wrote: i'm trying to make sure i'm following along here because i'm also using synapse for a project... Do you know where to find the Synapse Powers ? no, sorry, i do not... i haven't seen them in the synapse

Re: [fpc-devel] Synapse hangs in ARM-Linux

2013-01-29 Thread Michael Schnell
I'll do another test and report... -Michael ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] Synapse hangs in ARM-Linux

2013-01-29 Thread Michael Schnell
Follow-up: I d/l'ed the most recent Synapse snapshot and when compiling I get: Compiling ./synapse/synautil.pas jedi.inc(512,4) Error: Illegal assembler style specified INTEL This is easily fixed by commenting out the appropriate line in jedi.inc, but it shows that this Synapse version is

[fpc-devel] Synapse hangs in ARM-Linux

2013-01-28 Thread Michael Schnell
Hi, (Any Synapse experts around :-) ? ) With the great help from Thomas (who taught me to understand how the Linker works and that it's error messages are not what I supposed them to be) I have been able to compile and partly run my Snapse-based project - that already runs fine on Windows

Re: [fpc-devel] Synapse hangs in ARM-Linux

2013-01-28 Thread Luca Olivetti
Al 28/01/13 11:47, En/na Michael Schnell ha escrit: (Supposedly any Browser does this under the hood without the user noticing it.) I don't think so. Anyway, it can be that your problem is too long a connection timeout (which is system dependent). There was a patch a while ago to synapse to

Re: [fpc-devel] Synapse hangs in ARM-Linux

2013-01-28 Thread Michael Schnell
On 01/28/2013 12:18 PM, Luca Olivetti wrote: Anyway, it can be that your problem is too long a connection timeout (which is system dependent). This would be hours, then. But maybe it is that way on that system. There was a patch a while ago to synapse to add a ConnectionTimeout, but I don't

Re: [fpc-devel] Synapse hangs in ARM-Linux

2013-01-28 Thread Tomas Hajny
On Mon, January 28, 2013 11:47, Michael Schnell wrote: . . I tried to reproduce this with a more simple project, just accessing a non-existing IP address, but I found that while on Windows here Synapse issues a time out (after some seconds, exactly like when the Heating Controller fails to

Re: [fpc-devel] Synapse hangs in ARM-Linux

2013-01-28 Thread Michael Schnell
On 01/28/2013 12:27 PM, Tomas Hajny wrote: While I don't know how to fix your problem, this no route to host should be possible to solve (whether it helps you in reproducing and fixing your issue is another question). What is the IP address and netmask of your device and what is the

Re: [fpc-devel] Synapse hangs in ARM-Linux

2013-01-28 Thread Luca Olivetti
Al 28/01/13 12:26, En/na Michael Schnell ha escrit: On 01/28/2013 12:18 PM, Luca Olivetti wrote: Anyway, it can be that your problem is too long a connection timeout (which is system dependent). This would be hours, then. But maybe it is that way on that system. Well, then it's not it. The

Re: [fpc-devel] Synapse hangs in ARM-Linux

2013-01-28 Thread Michael Schnell
On 01/28/2013 12:49 PM, Luca Olivetti wrote: Well, then it's not it. The default connection timeout should be 20 seconds. This is a slightly propriety Linux distribution by QNAP. So we can't be sure... -Michael ___ fpc-devel maillist -

Re: [fpc-devel] Synapse hangs in ARM-Linux

2013-01-28 Thread Luca Olivetti
Al 28/01/13 12:49, En/na Luca Olivetti ha escrit: Al 28/01/13 12:26, En/na Michael Schnell ha escrit: On 01/28/2013 12:18 PM, Luca Olivetti wrote: Anyway, it can be that your problem is too long a connection timeout (which is system dependent). This would be hours, then. But maybe it is that

Re: [fpc-devel] Synapse hangs in ARM-Linux

2013-01-28 Thread Michael Schnell
In fact I feel that no Route is the more appropriate Error message. When trying to access a not known local IP, the system should issue an ARP request that will time out much faster than the Connect Timeout. After this a no Route Error should be generated by the system. -Michael

Re: [fpc-devel] Synapse hangs in ARM-Linux

2013-01-28 Thread waldo kitty
On 1/28/2013 05:47, Michael Schnell wrote: I tried to reproduce this with a more simple project, just accessing a non-existing IP address, but I found that while on Windows here Synapse issues a time out (after some seconds, exactly like when the Heating Controller fails to answer), when