Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
========== NEW LOG SECTION ==========1 02/12/08 09:21:52 290 (spawning-device) [1;00mStarting... 1[1;00m1 02/12/08 09:21:52 290 (spawning-device) [1;00mFound /usr/pluto/bin/Cybrotech_Integra_BM[1;00m
05 02/12/08 9:21:52.370 [33;1mStarting device 290 Cybrotech Automation[0m <0xb68388e0>05 02/12/08 9:21:52.370 [33;1mStarting device 290 Cybrotech Automation: /usr/bin/screen -d -m -S Cybrotech_Automation-290 /usr/pluto/bin/Spawn_Device.sh 290 localhost Cybrotech_Integra_BM[0m <0xb68388e0>05 02/12/08 9:22:05.631 [33;1mTimeout waiting for device registration[0m <0xb68388e0>
my case is even funnier. My script gets started and reports everything ok (it also receives OKs from DCERouter when registering), but it says in Launch manager that timeout has gone by for device registering process, so it probably shuts down tcp connections after 15 mins. My device continues to work, but it works only on one way - sending events to DCErouter, but not receiving any...
Quote from: bulek on February 16, 2008, 12:42:18 ammy case is even funnier. My script gets started and reports everything ok (it also receives OKs from DCERouter when registering), but it says in Launch manager that timeout has gone by for device registering process, so it probably shuts down tcp connections after 15 mins. My device continues to work, but it works only on one way - sending events to DCErouter, but not receiving any...The timeout of waiting for media device registration is 10 seconds - does your device take more time to startup and register with the DCERouter? Additionally: if you will start device manually from the command line - does the webUI contain line "Registered: Yes" in the properties of this device, when it is fully started up (this line reflects the status of device registration with the router).
02/19/08 1:00:34.292 Socket::ReceiveString2 ReceiveData failed m_Socket: -1 Incoming_Conn Socket 146 192.168.0.1 dev 290 <0x7eccab90>05 02/19/08 1:00:34.292 Router::RemoveAndDeleteSocket 0x81eca20 290 <0x7eccab90>05 02/19/08 1:02:52.512 The target device 384 (routed to 290) has not registered. <0xb6c5ab90>dce
I'd like to ask a small trick for Linux guys: how to search through all logs for particular string (in my case that would be name of device, or date when something happened) ?