Sauvegarde impossible

Vous pouvez poser ici des questions en français.

Sauvegarde impossible

Post by thibaud » Thu Aug 18, 2011 3:30 pm

Bonjour,

J'ai réalisé plusieurs annotations autour d'un enregistrement audio (format .ogg), visibles sur la ligne de temps et dans la boîte "prise de notes". Maintenant, je souhaite sauvegarder mon travail. Dans Fichier/Sauvegarder recueil, j'ai beau mettre des noms qui utilisent les extensions proposées (xml, azp, apl), dans des dossiers différents, aucun fichier n'est créé (les droits des dossiers sont en 777).

Seul la sauvegarde de la session semble écrire un fichier, mais il tient sur une seule ligne :
Code: Select all
<advenetool:package-list xmlns:advenetool="http://experience.univ-lyon1.fr/advene/ns/advenetool" />

A noter que peu d'exportations fonctionnent (mêmes symptômes), mais parmi celles-ci, l'export au format Advene 2 semble fonctionner : un fichier xml est créé, je l'ai placé ici : http://thibaud.hulin.free.fr/doc/Analys ... dvene2.xml
Est-il possible de le réutiliser ? En effet, j'ai ouvert advene avec l'utilisateur root et j'ai ouvert le fichier en question, mais rien ne s'est passé (présence d' "Assertion error" dans le log root).

Je n'ai pas fermé ma session ni mon ordinateur, mais j'aimerai bien sauvegarder et retrouver mon travail au format advene !...

Voici mon log en mode utilisateur : ~/.advene/advene.log :

Code: Select all
Advene v. 0.46 release 20110405 (svn 7270) run at 18/08/11 15:18:55 CEST on linux2
Using localedir /usr/share/locale
Using gstreamer to play sounds
ctypes RSVG support
mediacontrol: using gstreamer
SVG: Using rsvgoverlay element
gstreamer: gstreamer: using xvimagesink
gstreamer: Reparent 0x9000042L
SVG: Using rsvgoverlay element
gstreamer: check player
Port 1234 not free on '127.0.0.1'
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/advene/core/controller.py", line 354, in process_queue
method(*args, **kw)
File "/usr/lib/pymodules/python2.7/cherrypy/process/wspbus.py", line 184, in start
self.publish('start')
File "/usr/lib/pymodules/python2.7/cherrypy/process/wspbus.py", line 147, in publish
output.append(listener(*args, **kwargs))
File "/usr/lib/pymodules/python2.7/cherrypy/_cpserver.py", line 90, in start
ServerAdapter.start(self)
File "/usr/lib/pymodules/python2.7/cherrypy/process/servers.py", line 53, in start
wait_for_free_port(*self.bind_addr)
File "/usr/lib/pymodules/python2.7/cherrypy/process/servers.py", line 251, in wait_for_free_port
raise IOError("Port %r not free on %r" % (port, host))
IOError: Port 1234 not free on '127.0.0.1'

Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/advene/gui/main.py", line 3037, in slow_update_display
if self.gui.win.get_title().endswith('(*)') ^ self.controller.package._modified:
AttributeError: 'NoneType' object has no attribute '_modified'
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/advene/gui/widget.py", line 216, in update_widget
self.draw(self.cached_context, bwidth, bheight)
File "/usr/lib/pymodules/python2.7/advene/gui/widget.py", line 574, in draw
color=self.container.get_element_color(self.annotationtype)
File "/usr/lib/pymodules/python2.7/advene/gui/views/timeline.py", line 847, in get_element_color
color=self.controller.get_element_color(element)
File "/usr/lib/pymodules/python2.7/advene/core/controller.py", line 1568, in get_element_color
c=self.build_context(here=element)
File "/usr/lib/pymodules/python2.7/advene/core/controller.py", line 719, in build_context
u'snapshot': self.package.imagecache,
AttributeError: 'NoneType' object has no attribute 'imagecache'
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/advene/gui/views/timeline.py", line 2851, in focus_in
w.set_highlight(True)
File "/usr/lib/pymodules/python2.7/advene/gui/widget.py", line 545, in set_highlight
self.update_widget()
File "/usr/lib/pymodules/python2.7/advene/gui/widget.py", line 216, in update_widget
self.draw(self.cached_context, bwidth, bheight)
File "/usr/lib/pymodules/python2.7/advene/gui/widget.py", line 574, in draw
color=self.container.get_element_color(self.annotationtype)
File "/usr/lib/pymodules/python2.7/advene/gui/views/timeline.py", line 847, in get_element_color
color=self.controller.get_element_color(element)
File "/usr/lib/pymodules/python2.7/advene/core/controller.py", line 1568, in get_element_color
c=self.build_context(here=element)
File "/usr/lib/pymodules/python2.7/advene/core/controller.py", line 719, in build_context
u'snapshot': self.package.imagecache,
AttributeError: 'NoneType' object has no attribute 'imagecache'
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/advene/gui/widget.py", line 216, in update_widget
self.draw(self.cached_context, bwidth, bheight)
File "/usr/lib/pymodules/python2.7/advene/gui/widget.py", line 574, in draw
color=self.container.get_element_color(self.annotationtype)
File "/usr/lib/pymodules/python2.7/advene/gui/views/timeline.py", line 847, in get_element_color
color=self.controller.get_element_color(element)
File "/usr/lib/pymodules/python2.7/advene/core/controller.py", line 1568, in get_element_color
c=self.build_context(here=element)
File "/usr/lib/pymodules/python2.7/advene/core/controller.py", line 719, in build_context
u'snapshot': self.package.imagecache,
AttributeError: 'NoneType' object has no attribute 'imagecache'
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/advene/gui/views/timeline.py", line 2869, in focus_out
w.set_highlight(False)
File "/usr/lib/pymodules/python2.7/advene/gui/widget.py", line 545, in set_highlight
self.update_widget()
File "/usr/lib/pymodules/python2.7/advene/gui/widget.py", line 216, in update_widget
self.draw(self.cached_context, bwidth, bheight)
File "/usr/lib/pymodules/python2.7/advene/gui/widget.py", line 574, in draw
color=self.container.get_element_color(self.annotationtype)
File "/usr/lib/pymodules/python2.7/advene/gui/views/timeline.py", line 847, in get_element_color
color=self.controller.get_element_color(element)
File "/usr/lib/pymodules/python2.7/advene/core/controller.py", line 1568, in get_element_color
c=self.build_context(here=element)
File "/usr/lib/pymodules/python2.7/advene/core/controller.py", line 719, in build_context
u'snapshot': self.package.imagecache,
AttributeError: 'NoneType' object has no attribute 'imagecache'
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/advene/gui/popup.py", line 101, in create_element
cr.popup()
File "/usr/lib/pymodules/python2.7/advene/gui/edit/create.py", line 322, in popup
d=self.build_widget(modal)
File "/usr/lib/pymodules/python2.7/advene/gui/edit/create.py", line 75, in build_widget
i=self.generate_id()
File "/usr/lib/pymodules/python2.7/advene/gui/edit/create.py", line 72, in generate_id
return self.controller.package._idgenerator.get_id(self.type_)
AttributeError: 'NoneType' object has no attribute '_idgenerator'
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/advene/gui/widget.py", line 216, in update_widget
self.draw(self.cached_context, bwidth, bheight)
File "/usr/lib/pymodules/python2.7/advene/gui/widget.py", line 574, in draw
color=self.container.get_element_color(self.annotationtype)
File "/usr/lib/pymodules/python2.7/advene/gui/views/timeline.py", line 847, in get_element_color
color=self.controller.get_element_color(element)
File "/usr/lib/pymodules/python2.7/advene/core/controller.py", line 1568, in get_element_color
c=self.build_context(here=element)
File "/usr/lib/pymodules/python2.7/advene/core/controller.py", line 719, in build_context
u'snapshot': self.package.imagecache,
AttributeError: 'NoneType' object has no attribute 'imagecache'
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/advene/gui/views/timeline.py", line 2851, in focus_in
w.set_highlight(True)
File "/usr/lib/pymodules/python2.7/advene/gui/widget.py", line 545, in set_highlight
self.update_widget()
File "/usr/lib/pymodules/python2.7/advene/gui/widget.py", line 216, in update_widget
self.draw(self.cached_context, bwidth, bheight)
File "/usr/lib/pymodules/python2.7/advene/gui/widget.py", line 574, in draw
color=self.container.get_element_color(self.annotationtype)
File "/usr/lib/pymodules/python2.7/advene/gui/views/timeline.py", line 847, in get_element_color
color=self.controller.get_element_color(element)
File "/usr/lib/pymodules/python2.7/advene/core/controller.py", line 1568, in get_element_color
c=self.build_context(here=element)
File "/usr/lib/pymodules/python2.7/advene/core/controller.py", line 719, in build_context
u'snapshot': self.package.imagecache,
AttributeError: 'NoneType' object has no attribute 'imagecache'
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/advene/gui/widget.py", line 216, in update_widget
self.draw(self.cached_context, bwidth, bheight)
File "/usr/lib/pymodules/python2.7/advene/gui/widget.py", line 574, in draw
color=self.container.get_element_color(self.annotationtype)
File "/usr/lib/pymodules/python2.7/advene/gui/views/timeline.py", line 847, in get_element_color
color=self.controller.get_element_color(element)
File "/usr/lib/pymodules/python2.7/advene/core/controller.py", line 1568, in get_element_color
c=self.build_context(here=element)
File "/usr/lib/pymodules/python2.7/advene/core/controller.py", line 719, in build_context
u'snapshot': self.package.imagecache,
AttributeError: 'NoneType' object has no attribute 'imagecache'
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/advene/gui/views/timeline.py", line 2869, in focus_out
w.set_highlight(False)
File "/usr/lib/pymodules/python2.7/advene/gui/widget.py", line 545, in set_highlight
self.update_widget()
File "/usr/lib/pymodules/python2.7/advene/gui/widget.py", line 216, in update_widget
self.draw(self.cached_context, bwidth, bheight)
File "/usr/lib/pymodules/python2.7/advene/gui/widget.py", line 574, in draw
color=self.container.get_element_color(self.annotationtype)
File "/usr/lib/pymodules/python2.7/advene/gui/views/timeline.py", line 847, in get_element_color
color=self.controller.get_element_color(element)
File "/usr/lib/pymodules/python2.7/advene/core/controller.py", line 1568, in get_element_color
c=self.build_context(here=element)
File "/usr/lib/pymodules/python2.7/advene/core/controller.py", line 719, in build_context
u'snapshot': self.package.imagecache,
AttributeError: 'NoneType' object has no attribute 'imagecache'
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/advene/gui/widget.py", line 216, in update_widget
self.draw(self.cached_context, bwidth, bheight)
File "/usr/lib/pymodules/python2.7/advene/gui/widget.py", line 574, in draw
color=self.container.get_element_color(self.annotationtype)
File "/usr/lib/pymodules/python2.7/advene/gui/views/timeline.py", line 847, in get_element_color
color=self.controller.get_element_color(element)
File "/usr/lib/pymodules/python2.7/advene/core/controller.py", line 1568, in get_element_color
c=self.build_context(here=element)
File "/usr/lib/pymodules/python2.7/advene/core/controller.py", line 719, in build_context
u'snapshot': self.package.imagecache,
AttributeError: 'NoneType' object has no attribute 'imagecache'
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/advene/gui/views/timeline.py", line 2851, in focus_in
w.set_highlight(True)
File "/usr/lib/pymodules/python2.7/advene/gui/widget.py", line 545, in set_highlight
self.update_widget()
File "/usr/lib/pymodules/python2.7/advene/gui/widget.py", line 216, in update_widget
self.draw(self.cached_context, bwidth, bheight)
File "/usr/lib/pymodules/python2.7/advene/gui/widget.py", line 574, in draw
color=self.container.get_element_color(self.annotationtype)
File "/usr/lib/pymodules/python2.7/advene/gui/views/timeline.py", line 847, in get_element_color
color=self.controller.get_element_color(element)
File "/usr/lib/pymodules/python2.7/advene/core/controller.py", line 1568, in get_element_color
c=self.build_context(here=element)
File "/usr/lib/pymodules/python2.7/advene/core/controller.py", line 719, in build_context
u'snapshot': self.package.imagecache,
AttributeError: 'NoneType' object has no attribute 'imagecache'
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/advene/gui/widget.py", line 216, in update_widget
self.draw(self.cached_context, bwidth, bheight)
File "/usr/lib/pymodules/python2.7/advene/gui/widget.py", line 574, in draw
color=self.container.get_element_color(self.annotationtype)
File "/usr/lib/pymodules/python2.7/advene/gui/views/timeline.py", line 847, in get_element_color
color=self.controller.get_element_color(element)
File "/usr/lib/pymodules/python2.7/advene/core/controller.py", line 1568, in get_element_color
c=self.build_context(here=element)
File "/usr/lib/pymodules/python2.7/advene/core/controller.py", line 719, in build_context
u'snapshot': self.package.imagecache,
AttributeError: 'NoneType' object has no attribute 'imagecache'
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/advene/gui/views/timeline.py", line 2869, in focus_out
w.set_highlight(False)
File "/usr/lib/pymodules/python2.7/advene/gui/widget.py", line 545, in set_hig] Close tag encountered with no corresponding open tag.
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/advene/gui/main.py", line 4691, in on_export_activate
self.export_element(self.controller.package)
File "/usr/lib/pymodules/python2.7/advene/gui/main.py", line 2222, in export_element
fs.get_filename())
File "/usr/lib/pymodules/python2.7/advene/core/controller.py", line 2464, in apply_export_filter
compiler.parseTemplate (filter.content.stream, 'utf-8')
File "/usr/lib/pymodules/python2.7/simpletal/simpleTAL.py", line 1280, in parseTemplate
self.feed (encodedFile.read())
File "/usr/lib/python2.7/HTMLParser.py", line 108, in feed
self.goahead(0)
File "/usr/lib/python2.7/HTMLParser.py", line 150, in goahead
k = self.parse_endtag(i)
File "/usr/lib/python2.7/HTMLParser.py", line 319, in parse_endtag
self.handle_endtag(tag.lower())
File "/usr/lib/pymodules/python2.7/simpletal/simpleTAL.py", line 1359, in handle_endtag
self.popTag ((tag, None))
File "/usr/lib/pymodules/python2.7/simpletal/simpleTAL.py", line 897, in popTag
raise TemplateParseException ("</%s>" % tag[0], "Close tag encountered with no corresponding open tag.")
simpletal.simpleTAL.TemplateParseException: [</span>] Close tag encountered with no corresponding open tag.
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/advene/gui/main.py", line 2192, in update_extension
f=generate_default_filename(filter, os.path.basename(fs.get_filename()))
File "/usr/lib/python2.7/posixpath.py", line 112, in basename
i = p.rfind('/') + 1
AttributeError: 'NoneType' object has no attribute 'rfind'
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/advene/gui/main.py", line 2192, in update_extension
f=generate_default_filename(filter, os.path.basename(fs.get_filename()))
File "/usr/lib/python2.7/posixpath.py", line 112, in basename
i = p.rfind('/') + 1
AttributeError: 'NoneType' object has no attribute 'rfind'
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/advene/gui/main.py", line 2192, in update_extension
f=generate_default_filename(filter, os.path.basename(fs.get_filename()))
File "/usr/lib/python2.7/posixpath.py", line 112, in basename
i = p.rfind('/') + 1
AttributeError: 'NoneType' object has no attribute 'rfind'
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/advene/gui/main.py", line 2192, in update_extension
f=generate_default_filename(filter, os.path.basename(fs.get_filename()))
File "/usr/lib/python2.7/posixpath.py", line 112, in basename
i = p.rfind('/') + 1
AttributeError: 'NoneType' object has no attribute 'rfind'
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/advene/gui/main.py", line 2192, in update_extension
f=generate_default_filename(filter, os.path.basename(fs.get_filename()))
File "/usr/lib/python2.7/posixpath.py", line 112, in basename
i = p.rfind('/') + 1
AttributeError: 'NoneType' object has no attribute 'rfind'
Unhandled tag span
Unbalanced tag at end  br
Cannot remove start mark for  span
Cannot remove start mark for  span
Cannot remove start mark for  span
Cannot remove start mark for  span
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/advene/gui/widget.py", line 158, in realize_cb
if not self.reset_surface_size(*self.needed_size()):
File "/usr/lib/pymodules/python2.7/advene/gui/widget.py", line 149, in reset_surface_size
self.cached_surface = cairo.ImageSurface(cairo.FORMAT_ARGB32, width, height)
cairo.Error: invalid value (typically too big) for the size of the input (surface, pattern, etc.)
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/advene/gui/main.py", line 3675, in on_save1_activate
self.on_save_as1_activate (package=package)
File "/usr/lib/pymodules/python2.7/advene/gui/main.py", line 3737, in on_save_as1_activate
self.workspace_save('_default_workspace')
File "/usr/lib/pymodules/python2.7/advene/gui/main.py", line 2454, in workspace_save
workspace=self.workspace_serialize()
File "/usr/lib/pymodules/python2.7/advene/gui/main.py", line 2384, in workspace_serialize
if v in self.viewbook[v._destination].permanent_widgets:
KeyError: 'popup'
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/advene/gui/main.py", line 3675, in on_save1_activate
self.on_save_as1_activate (package=package)
File "/usr/lib/pymodules/python2.7/advene/gui/main.py", line 3737, in on_save_as1_activate
self.workspace_save('_default_workspace')
File "/usr/lib/pymodules/python2.7/advene/gui/main.py", line 2454, in workspace_save
workspace=self.workspace_serialize()
File "/usr/lib/pymodules/python2.7/advene/gui/main.py", line 2384, in workspace_serialize
if v in self.viewbook[v._destination].permanent_widgets:
KeyError: 'popup'
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/advene/gui/main.py", line 3737, in on_save_as1_activate
self.workspace_save('_default_workspace')
File "/usr/lib/pymodules/python2.7/advene/gui/main.py", line 2454, in workspace_save
workspace=self.workspace_serialize()
File "/usr/lib/pymodules/python2.7/advene/gui/main.py", line 2384, in workspace_serialize
if v in self.viewbook[v._destination].permanent_widgets:
KeyError: 'popup'
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/advene/gui/main.py", line 3675, in on_save1_activate
self.on_save_as1_activate (package=package)
File "/usr/lib/pymodules/python2.7/advene/gui/main.py", line 3737, in on_save_as1_activate
self.workspace_save('_default_workspace')
File "/usr/lib/pymodules/python2.7/advene/gui/main.py", line 2454, in workspace_save
workspace=self.workspace_serialize()
File "/usr/lib/pymodules/python2.7/advene/gui/main.py", line 2384, in workspace_serialize
if v in self.viewbook[v._destination].permanent_widgets:
KeyError: 'popup'
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/advene/gui/main.py", line 3737, in on_save_as1_activate
self.workspace_save('_default_workspace')
File "/usr/lib/pymodules/python2.7/advene/gui/main.py", line 2454, in workspace_save
workspace=self.workspace_serialize()
File "/usr/lib/pymodules/python2.7/advene/gui/main.py", line 2384, in workspace_serialize
if v in self.viewbook[v._destination].permanent_widgets:
KeyError: 'popup'
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/advene/gui/main.py", line 3737, in on_save_as1_activate
self.workspace_save('_default_workspace')
File "/usr/lib/pymodules/python2.7/advene/gui/main.py", line 2454, in workspace_save
workspace=self.workspace_serialize()
File "/usr/lib/pymodules/python2.7/advene/gui/main.py", line 2384, in workspace_serialize
if v in self.viewbook[v._destination].permanent_widgets:
KeyError: 'popup'
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/advene/gui/main.py", line 3675, in on_save1_activate
self.on_save_as1_activate (package=package)
File "/usr/lib/pymodules/python2.7/advene/gui/main.py", line 3737, in on_save_as1_activate
self.workspace_save('_default_workspace')
File "/usr/lib/pymodules/python2.7/advene/gui/main.py", line 2454, in workspace_save
workspace=self.workspace_serialize()
File "/usr/lib/pymodules/python2.7/advene/gui/main.py", line 2384, in workspace_serialize
if v in self.viewbook[v._destination].permanent_widgets:
KeyError: 'popup'
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/advene/gui/main.py", line 3580, in on_win_key_press_event
self.on_save1_activate()
File "/usr/lib/pymodules/python2.7/advene/gui/main.py", line 3675, in on_save1_activate
self.on_save_as1_activate (package=package)
File "/usr/lib/pymodules/python2.7/advene/gui/main.py", line 3737, in on_save_as1_activate
self.workspace_save('_default_workspace')
File "/usr/lib/pymodules/python2.7/advene/gui/main.py", line 2454, in workspace_save
workspace=self.workspace_serialize()
File "/usr/lib/pymodules/python2.7/advene/gui/main.py", line 23


Merci de l'aide,
Thibaud.

Linux Ubuntu Natty. Python 2.7.1+ Advene 0.46
Import de la sauvegarde testé aussi avec la version SVN.
thibaud
Posts: 3
Joined: Thu Aug 18, 2011 2:49 pm

Re: Sauvegarde impossible

Post by oaubert » Wed Aug 24, 2011 8:32 am

Bonjour Thibaut

Il semble y avoir eu un problème bizarre dans ton utilisation d'Advene, qui s'est retrouvé dans un état incohérent: à la lecture des messages de log, aucun recueil n'est actif dans Advene (au démarrage, le recueil template.azp doit être chargé si on n'a rien spécifié), ce qui provoque des erreurs car un des invariants du programme est d'avoir toujours un recueil actif. Je n'arrive pas à imaginer les étapes qui pourraient amener à cet état (le recueil est initialisé dans une méthode qui est forcément appelée). Et tu n'aurais pas pu créer d'annotations dans ce cas... Très bizarre.

Un des autres problèmes est que tu as une autre application qui utilise le port 1234 dont a besoin Advene pour son serveur web interne. Mais ça ne devrait pas impacter le reste de l'application.

Si ta session est toujours ouverte, peux-tu ouvrir l'évaluateur python (raccourci Controle-e dans Advene) puis évaluer (avec Control-Return) l'instruction
p
qui doit renvoyer une référence sur le recueil ?

Pour le recueil Advene2, le site web est protégé, peux-tu me l'envoyer par mail?

Olivier
oaubert
Site Admin
Posts: 88
Joined: Mon Jan 07, 2008 4:02 pm

Re: Sauvegarde impossible

Post by thibaud » Thu Aug 25, 2011 8:07 am

Bonjour Olivier,

Merci Olivier de ta réponse. J'ai finalement pu exporter la prise de note au format txt ainsi que le plan au format spreadsheet. J'ai démarré une autre session d'advene, où j'ai pu charger ces deux documents et cette fois la sauvegarde du recueil à fonctionné.
Actuellement, l'instruction p donne "Package (file:///home/thulin/Dropbox/advene/recueil.xml)" comme résultat.
Pour l'export au format web, je ne sais pas comment déverrouiller le document, mais je te l'envoie en pièce jointe par email.
Note qu'il s'agit d'un document audio et non vidéo, donc je ne sais pas ce que peut donner l'export web puisqu'il n'y a pas de captures d'écrans ?
Je ne sais pas comment savoir quelle application utilise le port 1234, ni comment changer ce port par défaut dans advene ?

Merci,
Thibaud.
thibaud
Posts: 3
Joined: Thu Aug 18, 2011 2:49 pm

Re: Sauvegarde impossible

Post by oaubert » Thu Aug 25, 2011 7:46 pm

> Je ne sais pas comment savoir quelle application utilise le port 1234,
> ni comment changer ce port par défaut dans advene ?
Pour savoir quelle application utilise le port 1234:
Code: Select all
sudo netstat -lp | grep 1234


Pour changer le port par défaut dans Advene, il faut le préciser en
ligne de commande:
Code: Select all
advene -w 5678
oaubert
Site Admin
Posts: 88
Joined: Mon Jan 07, 2008 4:02 pm

Re: Sauvegarde impossible

Post by thibaud » Wed Jun 27, 2012 8:57 pm

Merci Olivier. Cependant mon message date de près d'un an ; je ne me souviens pas comment j'ai résolu le problème.

++
Thibaud.
thibaud
Posts: 3
Joined: Thu Aug 18, 2011 2:49 pm


Return to Questions en francais