"Patrick Shirkey" <[EMAIL PROTECTED]> writes:

> On 8:35:36 am 09/27/07 Scott Gifford <[EMAIL PROTECTED]> wrote:
>> "Patrick Shirkey" <[EMAIL PROTECTED]> writes:
>>
>> >  On 6:24:09 am 09/27/07 "Patrick Shirkey" <[EMAIL PROTECTED]
>> > m> wrote:
>> >>  On 6:38:05 pm 09/26/07 Scott Gifford <[EMAIL PROTECTED]> wrote:
>>
>> [...]
>>
>> >  I definitely don't have dccm installed. I have checked the logs
>> >  and the relevant message is below. What it says is that the ppp0
>> >  device is registered and stays connected but het ppp1 device is
>> >  registered and then disconnected quickly.
>>
>> So you're using vdccm?  Or something else?
>>
>
> I running vdccm-0.9.3 fedora package

0.10.0 is available from the SynCE SourceForge page, or you could try
the one from SVN.  Maybe it contains some useful bug fixes.

[...]

>> At any rate, the way to debug it is to run vdccm with debugging
>> cranked up, and see what happens when you plug the device in.
>>
>
> ok.
>
> **********************
>  vdccm -d 5 -f -i
> [static void Utils::runScripts(std::string, std::string):229] Running
> script: /home/patrick/.synce/scripts/dccm.sh start

[...]

> [void DeviceManager::addConnectedDevice(WindowsCEDeviceBase*):72] Device
> connected: 192.168.131.129

[...]

OK, so I see one device connect, but not the other one.  That's what
you're seeing in this log, right?

The second device is bringing its PPP interface up, right?  A few
ideas:

  * See if you can ping the device before the ppp interface goes away.

  * Run tcpdump on the ppp interface and see if the device is trying
    to connect to vdccm.

  * Use netstat or lsof to verify that vdccm is listening on address
    "0.0.0.0"

  * Run strace on vdccm to see if it's getting the connection request.

Hope this helps,

----Scott.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
SynCE-Devel mailing list
SynCE-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synce-devel

Reply via email to