He avanzado algo más, pero no lo suficiente

View: New views
2 Messages — Rating Filter:   Alert me  

He avanzado algo más, pero no lo suficiente

by fernando-50 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Cuando intento hacer el enlace me sale esto,con independencia del estado
de sync-engine:

# create_partnership.py "Linux desktop" "Contacts,Calendar,Tasks"

Creating partnership...
error: failed to create partnership
   org.freedesktop.DBus.Python.AttributeError: Traceback (most recent
call last):
  File "/usr/lib/python2.5/site-packages/dbus/service.py", line 696, in
_message_cb
    retval = candidate_method(self, *args, **keywords)
  File "/usr/lib/python2.5/site-packages/SyncEngine/kernel.py", line
689, in CreatePartnership
    id=self.PshipManager.CreateNewPartnership(name, sync_items).info.id
  File "/usr/lib/python2.5/site-packages/SyncEngine/pshipmgr.py", line
457, in CreateNewPartnership
    self.engine.rapi_session.SetConfig("Sync.Sources", source)
AttributeError: 'NoneType' object has no attribute 'SetConfig

Desde la GUI de Mutisync me aparece esto:

Traceback (most recent call last):
  File "/usr/lib/opensync/python-plugins/synce-opensync-plugin-2x.py",
line 152, in get_changeinfo
    self._TriggerSync()
  File "/usr/lib/opensync/python-plugins/synce-opensync-plugin-2x.py",
line 117, in _TriggerSync
    self.engine.Synchronize()
  File "/usr/lib/python2.5/site-packages/dbus/proxies.py", line 140, in
__call__
    **keywords)
  File "/usr/lib/python2.5/site-packages/dbus/connection.py", line 607,
in call_blocking
    message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Python.Exception:
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/dbus/service.py", line 696, in
_message_cb
    retval = candidate_method(self, *args, **keywords)
  File "/usr/lib/python2.5/site-packages/SyncEngine/kernel.py", line
512, in Synchronize
    pship = self._CheckAndGetValidPartnership()
  File "/usr/lib/python2.5/site-packages/SyncEngine/kernel.py", line
259, in _CheckAndGetValidPartnership
    raise Exception("No current bound partnership, need to create one")
Exception: No current bound partnership, need to create one

Member 2 of type synce-opensync-plugin had an error while getting
changes: Error during get_changeinfo() method
DEBUG:SynCE:disconnect() called
Member 2 of type synce-opensync-plugin just disconnected
Member 1 of type kdepim-sync just sent all changes
Member 1 of type kdepim-sync just disconnected
All clients have disconnected
The sync failed: Unable to read from one of the members
DEBUG:SynCE:finalize() called

Lo que es lógico ya que no hay asociación.

Un saludo, Fernando Acero



- --

Fernando Acero Martín <fernando(punto)acero(en)hispalinux(punto)es>
Mandriva 2007 user: ACER77-577857-XB / Registered Linux User #294896
e-learning libre en https://developer.berlios.de/projects/migueloo/
Root certificate
http://www.cert.fnmt.es/content/pages_std/certificados/FNMTClase2CA.cer
GPG ID 0x41C2B825 Fingerprint CDA3 B170 0EDD EB6D EE07 18DE 6BE2 63DE
41C2 B825
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mandriva - http://enigmail.mozdev.org

iD8DBQFI23q3a+Jj3kHCuCURAhT9AJ469ZmbMy1+camk6/L72hYViuG/mACcCgI/
03X1c613mXqAJuQoMNil7ys=
=1KZM
-----END PGP SIGNATURE-----



smime.p7s (4K) Download Attachment

Re: He avanzado algo más, pero no lo suficiente

by Adrián Díaz Q. :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Fernando:

Disculpa que sea un poco escueto, pero en www,synce.org esta todo esplicado, yo segui las indicaciones y funciono. Tambien puedes ver aqui http://www.synce.org/moin/SynceInstallation/Mandriva. Ojo, hay un solo pero, recuerda que las PPC sólo aguantan dos pc, asi que si ya tienes los dos vas a tener que eliminar uno para agregar tu Linux. Hay un problema en la sincronización, sólo ejecutala la primera vez, ya que si la ejecutas manualmente te duplicara los contactos. Puedes utilizar todo por medio de interfaz gráfica. Si puedo mañana te envío los print de pantalla.

Saludos


--- El jue 25-sep-08, Fernando Acero Martín <facero@...> escribió:

> De: Fernando Acero Martín <facero@...>
> Asunto: [Expert-es] He avanzado algo más, pero no lo suficiente
> A: expert-es@...
> Fecha: jueves, 25 septiembre, 2008, 8:49 am
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Cuando intento hacer el enlace me sale esto,con
> independencia del estado
> de sync-engine:
>
> # create_partnership.py "Linux desktop"
> "Contacts,Calendar,Tasks"
>
> Creating partnership...
> error: failed to create partnership
>    org.freedesktop.DBus.Python.AttributeError: Traceback
> (most recent
> call last):
>   File
> "/usr/lib/python2.5/site-packages/dbus/service.py",
> line 696, in
> _message_cb
>     retval = candidate_method(self, *args, **keywords)
>   File
> "/usr/lib/python2.5/site-packages/SyncEngine/kernel.py",
> line
> 689, in CreatePartnership
>     id=self.PshipManager.CreateNewPartnership(name,
> sync_items).info.id
>   File
> "/usr/lib/python2.5/site-packages/SyncEngine/pshipmgr.py",
> line
> 457, in CreateNewPartnership
>    
> self.engine.rapi_session.SetConfig("Sync.Sources",
> source)
> AttributeError: 'NoneType' object has no attribute
> 'SetConfig
>
> Desde la GUI de Mutisync me aparece esto:
>
> Traceback (most recent call last):
>   File
> "/usr/lib/opensync/python-plugins/synce-opensync-plugin-2x.py",
> line 152, in get_changeinfo
>     self._TriggerSync()
>   File
> "/usr/lib/opensync/python-plugins/synce-opensync-plugin-2x.py",
> line 117, in _TriggerSync
>     self.engine.Synchronize()
>   File
> "/usr/lib/python2.5/site-packages/dbus/proxies.py",
> line 140, in
> __call__
>     **keywords)
>   File
> "/usr/lib/python2.5/site-packages/dbus/connection.py",
> line 607,
> in call_blocking
>     message, timeout)
> dbus.exceptions.DBusException:
> org.freedesktop.DBus.Python.Exception:
> Traceback (most recent call last):
>   File
> "/usr/lib/python2.5/site-packages/dbus/service.py",
> line 696, in
> _message_cb
>     retval = candidate_method(self, *args, **keywords)
>   File
> "/usr/lib/python2.5/site-packages/SyncEngine/kernel.py",
> line
> 512, in Synchronize
>     pship = self._CheckAndGetValidPartnership()
>   File
> "/usr/lib/python2.5/site-packages/SyncEngine/kernel.py",
> line
> 259, in _CheckAndGetValidPartnership
>     raise Exception("No current bound partnership,
> need to create one")
> Exception: No current bound partnership, need to create one
>
> Member 2 of type synce-opensync-plugin had an error while
> getting
> changes: Error during get_changeinfo() method
> DEBUG:SynCE:disconnect() called
> Member 2 of type synce-opensync-plugin just disconnected
> Member 1 of type kdepim-sync just sent all changes
> Member 1 of type kdepim-sync just disconnected
> All clients have disconnected
> The sync failed: Unable to read from one of the members
> DEBUG:SynCE:finalize() called
>
> Lo que es lógico ya que no hay asociación.
>
> Un saludo, Fernando Acero
>
>
>
> - --
>
> Fernando Acero Martín
> <fernando(punto)acero(en)hispalinux(punto)es>
> Mandriva 2007 user: ACER77-577857-XB / Registered Linux
> User #294896
> e-learning libre en
> https://developer.berlios.de/projects/migueloo/
> Root certificate
> http://www.cert.fnmt.es/content/pages_std/certificados/FNMTClase2CA.cer
> GPG ID 0x41C2B825 Fingerprint CDA3 B170 0EDD EB6D EE07 18DE
> 6BE2 63DE
> 41C2 B825
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.9 (GNU/Linux)
> Comment: Using GnuPG with Mandriva -
> http://enigmail.mozdev.org
>
> iD8DBQFI23q3a+Jj3kHCuCURAhT9AJ469ZmbMy1+camk6/L72hYViuG/mACcCgI/
> 03X1c613mXqAJuQoMNil7ys=
> =1KZM
> -----END PGP SIGNATURE-----


      ____________________________________________________________________________________
Premios MTV 2008¡En exclusiva! Fotos, nominados, videos, y mucho más! Mira aquí http://mtvla.yahoo.com/