Bug#522155: conduit: Does not start because of "File format not recognized"

2009-04-01 Thread Michael Fladischer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jose Carlos Garcia Sogo wrote:
> Can you check what is in /usr/bin/conduit.real?

My conduit.real looks the same as in SVN rev 1774:

$ cat /usr/bin/conduit.real
#!/usr/bin/python
"""
This module tests whether conduit appears
to be running from the source directory.

If this is the case it will modify the conduit
constants such as SHARED_DATA_DIR to reflect this
environment.

Copyright: John Stowers, 2006
License: GPLv2
"""
import sys
import os.path

#support running uninstalled
_dirname = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
if os.path.exists(os.path.join(_dirname,"ChangeLog")):
sys.path.insert(0, _dirname)

import conduit
import conduit.Logging
import conduit.Main
app = conduit.Main.Application()

Running `stat` on it shows:

$ LC_ALL=C stat /usr/bin/conduit.real
  File: `/usr/bin/conduit.real'
  Size: 579 Blocks: 8  IO Block: 4096   regular file
Device: fe00h/65024dInode: 5376Links: 1
Access: (0755/-rwxr-xr-x)  Uid: (0/root)   Gid: (0/root)
Access: 2009-04-01 16:15:43.393190413 +0200
Modify: 2008-12-21 13:12:50.0 +0100
Change: 2009-04-01 10:57:40.849190245 +0200
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAknTeEYACgkQeJ3z1zFMUGb94ACfcBEPgcE92TTdedWns0AHEh3z
F98An0rkrQUP2cMDElyfzlyt+vurwEYz
=YXhK
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#522155: conduit: Does not start because of "File format not recognized"

2009-04-01 Thread Jose Carlos Garcia Sogo
On Wed, Apr 1, 2009 at 11:11 AM, Fladischer Michael
 wrote:
> Package: conduit
> Version: 0.3.15-1
> Severity: normal
>
> Result of trying to start conduit:
>
> $ conduit
> WARNING: COULD NOT FIND FIREFOX LIBRARIES
> WARNING: CONDUIT MAY CRASH UNEXPECTEDLY
> WARNING: PLEASE TALK TO THE PERSON WHO PACKAGED CONDUIT
> [Main                ][INFO   ] Conduit v0.3.15 Installed: True
> (Main.py:99)

This error is normal

> "/usr/bin/conduit.real": not in executable format: File format not
> recognized

Can you check what is in /usr/bin/conduit.real? Edit it with a text
editor and look if it seems like the file in
http://svn.gnome.org/viewvc/conduit/tags/0.3.15/conduit/conduit.real?view=markup
If it seems like garbage, please try to reinstall conduit ('apt-get
install --reinstall conduit'). This kind of error can be sometimes
produced because of a corrupted filesystem.

Please, report back.

-- 
José Carlos García Sogo
  js...@debian.org



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#522155: conduit: Does not start because of "File format not recognized"

2009-04-01 Thread Fladischer Michael
Package: conduit
Version: 0.3.15-1
Severity: normal

Result of trying to start conduit:

$ conduit
WARNING: COULD NOT FIND FIREFOX LIBRARIES
WARNING: CONDUIT MAY CRASH UNEXPECTEDLY
WARNING: PLEASE TALK TO THE PERSON WHO PACKAGED CONDUIT
[Main][INFO   ] Conduit v0.3.15 Installed: True
(Main.py:99)
[Main][INFO   ] Python: 2.5.4 (r254:67916, Feb 18 2009,
03:00:47) 
[GCC 4.3.3] (Main.py:100)
[Main][INFO   ] Platform Implementations:
GnomeVfs,webkit,GConf (Main.py:101)
[Main][INFO   ] Using UI: gtk (Main.py:131)
[gtkui.Canvas][INFO   ] Module Information: goocanvas v(0, 10,
0) (/usr/lib/pymodules/python2.5/goocanvasmodule.so) (Canvas.py:25)
[modules.AVConverter ][INFO   ] Module Information: gst v(0, 10, 14)
(/usr/lib/python2.5/site-packages/gst-0.10/gst/__init__.pyc)
(AudioVideoConverterModule.py:23)
[modules.Backpack][INFO   ] Module Information: backpack
(/usr/lib/conduit/modules/BackpackModule/backpack/backpack.pyc)
(BackpackModule.py:22)
[modules.Evolution   ][INFO   ] Module Information: evolution v(2, 2, 2)
(/usr/lib/pymodules/python2.5/gtk-2.0/evolution/__init__.pyc)
(EvolutionModule.py:25)
[modules.Facebook][INFO   ] Module Information: pyfacebook v0.1
(/usr/lib/conduit/modules/FacebookModule/pyfacebook/__init__.pyc)
(FacebookModule.py:30)
[modules.Feed][INFO   ] Module Information: feedparser v4.1
(/usr/lib/pymodules/python2.5/feedparser.pyc) (FeedModule.py:20)
[modules.Feed][INFO   ] Patching feedparser issue #100
(FeedModule.py:26)
[modules.Flickr  ][INFO   ] Module Information: flickrapi v1.1
(/usr/lib/conduit/modules/FlickrModule/flickrapi/__init__.pyc)
(FlickrModule.py:26)
[modules.Google  ][INFO   ] Module Information: gdata
(/usr/lib/conduit/modules/GoogleModule/gdata/__init__.pyc)
(GoogleModule.py:45)
[modules.Network ][INFO   ] Network support enabled
(NetworkModule.py:30)
[modules.Network ][DEBUG  ] Starting AvahiAdvertiser server
(Server.py:35)
[modules.Network ][DEBUG  ] Announcing avahi conduit service
(Peers.py:159)
[modules.iPod][INFO   ] Module Information: gpod v(0, 7, 0)
(/usr/lib/python2.5/site-packages/gpod/__init__.pyc) (iPodModule.py:43)
[dataproviders.VolumeFactory][DEBUG  ] Adjusted mount: file:///boot
(VolumeFactory.py:25)
[dataproviders.VolumeFactory][DEBUG  ] Adjusted mount: file:///boot
(VolumeFactory.py:25)
[gtkui.UI][INFO   ] Main window constructed  (thread:
140458284361456) (UI.py:202)
[SyncSet ][INFO   ] Restoring Sync Set from
/home/users/FladischerMichael/.config/conduit/settings.xml
(SyncSet.py:195)
[Conduit ][DEBUG  ] Enabling Two Way Sync (Conduit.py:244)
[Conduit ][DEBUG  ] Enabling Auto Sync (Conduit.py:270)
[SyncSet ][DEBUG  ] Restoring FolderTwoWay to (source=True)
(SyncSet.py:60)
[Conduit ][DEBUG  ] Adding twoway dataprovider into source
position (Conduit.py:140)
[SyncSet ][DEBUG  ] Restoring FolderTwoWay to (source=False)
(SyncSet.py:60)
[Conduit ][DEBUG  ] Adding twoway dataprovider into sink
position (Conduit.py:146)
[Conduit ][DEBUG  ] Enabling Two Way Sync (Conduit.py:244)
[SyncSet ][DEBUG  ] Restoring FolderTwoWay to (source=True)
(SyncSet.py:60)
[Conduit ][DEBUG  ] Adding twoway dataprovider into source
position (Conduit.py:140)
[SyncSet ][DEBUG  ] Restoring FolderTwoWay to (source=False)
(SyncSet.py:60)
[Conduit ][DEBUG  ] Adding twoway dataprovider into sink
position (Conduit.py:146)
[Conduit ][DEBUG  ] Enabling Two Way Sync (Conduit.py:244)
[SyncSet ][DEBUG  ] Restoring FolderTwoWay to (source=True)
(SyncSet.py:60)
[Conduit ][DEBUG  ] Adding twoway dataprovider into source
position (Conduit.py:140)
[SyncSet ][DEBUG  ] Restoring FolderTwoWay to (source=False)
(SyncSet.py:60)
[Conduit ][DEBUG  ] Adding twoway dataprovider into sink
position (Conduit.py:146)
[Conduit ][DEBUG  ] Enabling Two Way Sync (Conduit.py:244)
[SyncSet ][DEBUG  ] Restoring FolderTwoWay to (source=True)
(SyncSet.py:60)
[Conduit ][DEBUG  ] Adding twoway dataprovider into source
position (Conduit.py:140)
[SyncSet ][DEBUG  ] Restoring FolderTwoWay to (source=False)
(SyncSet.py:60)
[Conduit ][DEBUG  ] Adding twoway dataprovider into sink
position (Conduit.py:146)
[Conduit ][DEBUG  ] Enabling Two Way Sync (Conduit.py:244)
[SyncSet ][DEBUG  ] Restoring TomboyNoteTwoWay to
(source=True) (SyncSet.py:60)
[modules.Tomboy  ][INFO   ] Using Tomboy Version (0, 12, 2)
(TomboyModule.py:139)
[Conduit ][DEBUG  ] Adding twoway dataprovider into source
position (Conduit.py:140)
[SyncSet ][DEBUG  ] Restoring FolderTwoWay to (source=False)
(SyncSet.py:60)
[Conduit ][DEBUG  ] Adding twoway dataprovider into sink
position (Conduit.py:146)
"/usr/bin