Bug#491456: unoconv: UnoException during conversion: URL seems to be an unsupported one.

2008-07-24 Thread buffalo . phil
hi Vincent,

Quoting Vincent Bernat [EMAIL PROTECTED]:

 OoO  En cette nuit  nuageuse du  mercredi 23  juillet 2008,  vers 00:23,
 [EMAIL PROTECTED] disait�:

   $ unoconv -v -f odt philippe_bourcier.rtf
   Input file: philippe_bourcier.rtf
   file:///home/philippe/data/cv/philippe_bourcier.rtf
   unoconv:  UnoException   during  conversion:   URL  seems  to   be  an
   unsupported one.
 
  Do you have  openoffice.org-writer installed?

  $ aptitude search openoffice.org-writer
  i openoffice.org-writer - OpenOffice.org office suite - word processor
  i openoffice.org-writer2latex - Writer/Calc to LaTeX/XHTML converter
 extension
  for OpenOffice.org

 I noticed that you have previously tried  on a pdf instead of a doc. May
 you try this one:
  http://dag.wieers.com/cv/curriculum-vitae-dag-wieers.doc

$ unoconv -v -f odt curriculum-vitae-dag-wieers.doc
Input file: curriculum-vitae-dag-wieers.doc
file:///home/philippe/tmp/curriculum-vitae-dag-wieers.doc
unoconv: UnoException during conversion: URL seems to be an unsupported one.
The provided document cannot be converted to the desired format.
Traceback (most recent call last):
  File /usr/bin/unoconv, line 567, in module
main()
  File /usr/bin/unoconv, line 546, in main
convertor.convert(inputfn)
  File /usr/bin/unoconv, line 451, in convert
doc = self.desktop.loadComponentFromURL( inputurl , _blank, 0, inputprops
)
__main__.IllegalArgumentException: URL seems to be an unsupported one.

 I think  that the URL unsupported  is a generic exception  to say that
 there  is no  filter to  open the  document. I  get it  if I  don't have
 -writer installed but maybe there are other conditions.

 Might you also try by moving out your .openoffice and .openoffice.org2?
$ ls -a ~ |grep openoffice
.openoffice.org2/
$ mv ~/.openoffice.org2 ~/.openoffice.org2.bck
$ unoconv -v -f odt curriculum-vitae-dag-wieers.doc
Input file: curriculum-vitae-dag-wieers.doc
file:///home/philippe/tmp/curriculum-vitae-dag-wieers.doc
unoconv: UnoException during conversion: URL seems to be an unsupported one.
The provided document cannot be converted to the desired format.
Traceback (most recent call last):
  File /usr/bin/unoconv, line 567, in module
main()
  File /usr/bin/unoconv, line 546, in main
convertor.convert(inputfn)
  File /usr/bin/unoconv, line 451, in convert
doc = self.desktop.loadComponentFromURL( inputurl , _blank, 0, inputprops
)
__main__.IllegalArgumentException: URL seems to be an unsupported one.

hope this helps,
-- 
Philippe Bourcier  http://bourcier.philippe.online.fr/




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#491456: unoconv: UnoException during conversion: URL seems to be an unsupported one.

2008-07-22 Thread buffalo . phil
  hello,

Quoting Vincent Bernat [EMAIL PROTECTED]:

 OoO Pendant  le journal t�l�vis� du  lundi 21 juillet  2008, vers 20:11,

  bah oui, il y a mieux � faire ;)

 [EMAIL PROTECTED] disait�:

  $ unoconv -v -f odt philippe_bourcier.rtf
  Input file: philippe_bourcier.rtf
  file:///home/philippe/data/cv/philippe_bourcier.rtf
  unoconv:  UnoException   during  conversion:   URL  seems  to   be  an
  unsupported one.

 Do you have  openoffice.org-writer installed?

$ aptitude search openoffice.org-writer
i openoffice.org-writer - OpenOffice.org office suite - word processor
i openoffice.org-writer2latex - Writer/Calc to LaTeX/XHTML converter extension
for OpenOffice.org

thank you,
-- 
Philippe Bourcier  http://bourcier.philippe.online.fr/






--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#491456: unoconv: UnoException during conversion: URL seems to be an unsupported one.

2008-07-22 Thread buffalo . phil
re,

Quoting Vincent Bernat [EMAIL PROTECTED]:

 tag 491456 + unreproducible moreinfo
 thanks

 OoO Lors de  la soir�e naissante du samedi 19  juillet 2008, vers 17:32,
 System Administrator [EMAIL PROTECTED] disait�:

  $ LANG=en_us.UTF-8 unoconv -v -f odt philippe_bourcier.rtf
  Input file: philippe_bourcier.rtf
  unoconv: UnoException during conversion: URL seems to be an unsupported
  one.
  The provided document cannot be converted to the desired format.

 Does this bug happens on any document or just on some of them?

  I found one example where unoconv (0.3-3) works:

$ unoconv -v -f odt  chiaranai_bourcier.rtf
Input file: chiaranai_bourcier.rtf
Selected output format: Open Document Text [.odt]
Selected ooffice filter: writer8
Used doctype: document
Output file: chiaranai_bourcier.odt

hope this helps,
-- 
Philippe Bourcier  http://bourcier.philippe.online.fr/





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#491456: unoconv: UnoException during conversion: URL seems to be an unsupported one.

2008-07-21 Thread buffalo . phil
hello,

Quoting Vincent Bernat [EMAIL PROTECTED]:

 tag 491456 + unreproducible moreinfo
 thanks

 OoO Lors de  la soir�e naissante du samedi 19  juillet 2008, vers 17:32,
 System Administrator [EMAIL PROTECTED] disait�:

  $ LANG=en_us.UTF-8 unoconv -v -f odt philippe_bourcier.rtf
  Input file: philippe_bourcier.rtf
  unoconv: UnoException during conversion: URL seems to be an unsupported
  one.
  The provided document cannot be converted to the desired format.

 Hi!

 Does this bug happens on any document or just on some of them?

  see below

 Could you please add raise  on line 486 of /usr/bin/unoconv and print
 inputurl between lines 449 and 450 to get more information? I have also
 attached a patch that does the same thing.

  sure:

$ unoconv -v -f odt philippe_bourcier.rtf
Input file: philippe_bourcier.rtf
file:///home/philippe/data/cv/philippe_bourcier.rtf
unoconv: UnoException during conversion: URL seems to be an unsupported one.
The provided document cannot be converted to the desired format.
Traceback (most recent call last):
  File /usr/bin/unoconv, line 566, in module
main()
  File /usr/bin/unoconv, line 545, in main
convertor.convert(inputfn)
  File /usr/bin/unoconv, line 451, in convert
doc = self.desktop.loadComponentFromURL( inputurl , _blank, 0, inputprops
)
__main__.IllegalArgumentException: URL seems to be an unsupported one.

  now, with another file:

$ wget http://dag.wieers.com/cv/curriculum-vitae-dag-wieers.pdf
--2008-07-21 20:03:07-- 
http://dag.wieers.com/cv/curriculum-vitae-dag-wieers.pdf
R�solution de dag.wieers.com... 62.213.193.164
Connexion vers dag.wieers.com|62.213.193.164|:80...connect�.
requ�te HTTP transmise, en attente de la r�ponse...200 OK
Longueur: 378569 (370K) [application/pdf]
Saving to: `curriculum-vitae-dag-wieers.pdf'

100%[==] 378 569 42,7K/s   in 7,4s

2008-07-21 20:03:26 (50,1 KB/s) - � curriculum-vitae-dag-wieers.pdf � sauvegard�
[378569/378569]

$ unoconv -v -f odt curriculum-vitae-dag-wieers.pdf
Input file: curriculum-vitae-dag-wieers.pdf
file:///home/philippe/tmp/curriculum-vitae-dag-wieers.pdf
unoconv: UnoException during conversion: URL seems to be an unsupported one.
The provided document cannot be converted to the desired format.
Traceback (most recent call last):
  File /usr/bin/unoconv, line 566, in module
main()
  File /usr/bin/unoconv, line 545, in main
convertor.convert(inputfn)
  File /usr/bin/unoconv, line 451, in convert
doc = self.desktop.loadComponentFromURL( inputurl , _blank, 0, inputprops
)
__main__.IllegalArgumentException: URL seems to be an unsupported one.

thanks,
-- 
Philippe Bourcier  http://bourcier.philippe.online.fr/





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#491434: Fwd: fricorder: doesn't work

2008-07-19 Thread buffalo . phil
hello/salut,

  I submited a bug on this package/j'ai d�clar� un bug sur ce paquet :

- Forwarded message from System Administrator [EMAIL PROTECTED] -
Date: Sat, 19 Jul 2008 14:35:25 +0200
From: System Administrator [EMAIL PROTECTED]
Reply-To: System Administrator [EMAIL PROTECTED]
 Subject: fricorder: doesn't work
  To: Debian Bug Tracking System [EMAIL PROTECTED]

Package: fricorder
Version: 0.6-13
Severity: important


hello,

$ fricord

(fricorder.py:32714): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
Warning fricorder unsupported locale setting
Traceback (most recent call last):
  File ./fricorder.py, line 38, in ?
bindtextdomain(app_name, locale_dir)
  File /usr/local/fricorder/SimpleGladeApp.py, line 56, in
bindtextdomain
__builtins__.__dict__[_] = lambda x : x
AttributeError: 'dict' object has no attribute '__dict__'

$ pydb /usr/local/bin/fricord
SyntaxError:('invalid syntax', ('/usr/local/bin/fricord', 2, 27, 'if [
-f /etc/l
ocale.gen ] ; then\n'))
(string:1):  module
(Pydb) continue
Traceback (most recent call last):
  File /usr/bin/pydb, line 711, in main
p._runscript(mainpyfile)
  File /usr/share/python-support/pydb/pydb/pydbcmd.py, line 74, in
_runscript
self.run(statement, globals=globals_, locals=locals_)
  File /usr/share/python-support/pydb/pydb/pydbbdb.py, line 335, in
run
exec cmd in globals, locals
  File string, line 1, in module
  File /usr/local/bin/fricord, line 2
 if [ -f /etc/locale.gen ] ; then
   ^
 SyntaxError: invalid syntax
*** Uncaught exception. Entering post mortem debugging
*** Running 'c' or 'step' will restart the program
(/usr/bin/pydb:759):  main
759 p.interaction(t.tb_frame,t)

$ strace fricord
execve(/usr/local/bin/fricord, [fricord], [/* 37 vars */]) = 0
brk(0)  = 0x1582000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x7f9
13e914000
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or
directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x7f9
13e912000
access(/etc/ld.so.preload, R_OK)  = -1 ENOENT (No such file or
directory)
open(/etc/ld.so.cache, O_RDONLY)  = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=123893, ...}) = 0
mmap(NULL, 123893, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f913e8f3000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or
directory)
open(/lib/libncurses.so.5, O_RDONLY)  = 3
read(3,
\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\0\1\0\0\0`%\1\0\0\0\0\0@..., 832)
 = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=255904, ...}) = 0
mmap(NULL, 2352800, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
0) = 0x7f
913e4bb000
mprotect(0x7f913e4f5000, 2097152, PROT_NONE) = 0
mmap(0x7f913e6f5000, 20480, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENY
WRITE, 3, 0x3a000) = 0x7f913e6f5000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or
directory)
open(/lib/libdl.so.2, O_RDONLY)   = 3
read(3,
\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\0\1\0\0\0\20\16\0\0\0\0\0\0@...,
832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14616, ...}) = 0
mmap(NULL, 2109728, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
0) = 0x7f
913e2b7000
mprotect(0x7f913e2b9000, 2097152, PROT_NONE) = 0
mmap(0x7f913e4b9000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYW
RITE, 3, 0x2000) = 0x7f913e4b9000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or
directory)
open(/lib/libc.so.6, O_RDONLY)= 3
read(3,
\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\0\1\0\0\0\300\342\1\0\0\0\0\0@...
, 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1379632, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x7f9
13e8f2000
mmap(NULL, 3486328, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
0) = 0x7f
913df63000
mprotect(0x7f913e0ad000, 2097152, PROT_NONE) = 0
mmap(0x7f913e2ad000, 20480, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENY
WRITE, 3, 0x14a000) = 0x7f913e2ad000
mmap(0x7f913e2b2000, 17016, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANON
YMOUS, -1, 0) = 0x7f913e2b2000
close(3)= 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x7f9
13e8f1000
arch_prctl(ARCH_SET_FS, 0x7f913e8f16e0) = 0
mprotect(0x7f913e2ad000, 12288, PROT_READ) = 0
munmap(0x7f913e8f3000, 123893)  = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
open(/dev/tty, O_RDWR|O_NONBLOCK) = 3
close(3)= 0
brk(0)  = 0x1582000
brk(0x1583000)  = 0x1583000
open(/usr/lib/locale/locale-archive, O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=3069168, ...}) = 0
mmap(NULL, 3069168, PROT_READ, MAP_PRIVATE, 3, 0) = 

Bug#465663: tor: irssi doesn't work anymore on freenode

2008-02-25 Thread buffalo . phil
  hi,

Selon Peter Palfrader [EMAIL PROTECTED]:

 On Wed, 13 Feb 2008, Philippe Bourcier wrote:

  Package: tor
  Version: 0.2.0.19-alpha-1
  Severity: important

this update broke my access to freenode with irssi; I use this
  configuration :

 Could you please check if 0.2.0.20-rc-1 works for you?

Package: tor
State: installed
Automatically installed: yes
Version: 0.2.0.20-rc-1
Priority: optional
Section: comm
Maintainer: Peter Palfrader [EMAIL PROTECTED]

  works fine :)

 If your issue is what I think it is then that new release should have
 fixed the bug.

  yep, you can close it, please

thx a lot for everything,
-- 
Philippe Bourcierhttp://bourcier.philippe.online.fr/




Bug#438663: resolved; should be re-assign to udev?

2007-10-04 Thread buffalo . phil
http://bugzilla.kernel.org/show_bug.cgi?id=9073 :


$ sudo ifconfig eth0 up
eth0: ERROR while getting interface flags: No such device

$ sudo ifconfig eth2 up
$ sudo ifconfig
eth2  Link encap:Ethernet  HWaddr 00:18:F3:A6:9E:26
  inet6 addr: fe80::218:f3ff:fea6:9e26/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:7 errors:0 dropped:0 overruns:0 frame:0
  TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:420 (420.0 b)  TX bytes:4294967713 (4.0 GiB)
  Interrupt:15 Base address:0xe000

loLink encap:Local Loopback
  inet addr:127.0.0.1  Mask:255.0.0.0
  inet6 addr: ::1/128 Scope:Host
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:162 errors:0 dropped:0 overruns:0 frame:0
  TX packets:162 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0
  RX bytes:12410 (12.1 KiB)  TX bytes:12410 (12.1 KiB)

yeah!

for a reason I that don't understand, udev now renames eth0 in eth2
in 2.6.18, it renamed it in eth1

on my debian, i changed that in: /etc/network/interfaces

fyi, eth0 is used by firewire
-- 
Philippe Bourcierhttp://bourcier.philippe.online.fr




Bug#438663: linux-image-2.6.23-rc5-amd64: Ethernet not functioning on Nvidia MCP51

2007-09-26 Thread buffalo . phil
see: http://bugzilla.kernel.org/show_bug.cgi?id=9073
-- 
Philippe Bourcierhttp://bourcier.philippe.online.fr/