[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnumed-devel] Bootstrap fails on Ubuntu Lucid
From: |
Евгений Кузнецов |
Subject: |
Re: [Gnumed-devel] Bootstrap fails on Ubuntu Lucid |
Date: |
Thu, 17 Jun 2010 06:52:00 +0400 |
Hello Karsten,
thanks for your reply!
> If you feel adventurous you can go find the file
>
> pycommon/gmPsql.py
> [...]
> Then change the lines inside that function to look like this:
> [...]
> After that the actual error will be shown on the console
> where you started gm-bootstrap_server and you could report
> that to us (here on this list).
Done just that, now the bootstraping process goes further than before.
The output is quite long (there's quite a way from v2 to v13), so I
redirected it to a separate file (attached). Despite running the
command as "gm-bootstrap_server > console_output", it still drops the
following into the console:
/var/lib/gnumed/Gnumed/pycommon/gmTools.py:11: DeprecationWarning: the
MimeWriter module is deprecated; use the email package instead
import urllib2 as wget, decimal, StringIO, MimeWriter, mimetypes, mimetools
Traceback (most recent call last):
File "/usr/lib/python2.6/logging/__init__.py", line 768, in emit
msg = self.format(record)
File "/usr/lib/python2.6/logging/__init__.py", line 648, in format
return fmt.format(record)
File "/usr/lib/python2.6/logging/__init__.py", line 448, in format
s = s + record.exc_text
UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position
354: ordinal not in range(128)
Traceback (most recent call last):
File "/usr/lib/python2.6/logging/__init__.py", line 768, in emit
msg = self.format(record)
File "/usr/lib/python2.6/logging/__init__.py", line 648, in format
return fmt.format(record)
File "/usr/lib/python2.6/logging/__init__.py", line 448, in format
s = s + record.exc_text
UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position
354: ordinal not in range(128)
Traceback (most recent call last):
File "/usr/lib/python2.6/logging/__init__.py", line 768, in emit
msg = self.format(record)
File "/usr/lib/python2.6/logging/__init__.py", line 648, in format
return fmt.format(record)
File "/usr/lib/python2.6/logging/__init__.py", line 448, in format
s = s + record.exc_text
UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position
354: ordinal not in range(128)
Traceback (most recent call last):
File "/usr/lib/python2.6/logging/__init__.py", line 768, in emit
msg = self.format(record)
File "/usr/lib/python2.6/logging/__init__.py", line 648, in format
return fmt.format(record)
File "/usr/lib/python2.6/logging/__init__.py", line 448, in format
s = s + record.exc_text
UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position
354: ordinal not in range(128)
Traceback (most recent call last):
File "/usr/lib/python2.6/logging/__init__.py", line 768, in emit
msg = self.format(record)
File "/usr/lib/python2.6/logging/__init__.py", line 648, in format
return fmt.format(record)
File "/usr/lib/python2.6/logging/__init__.py", line 448, in format
s = s + record.exc_text
UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position
354: ordinal not in range(128)
To my great pity, it's impossible to know whether all this results in
a working server config or not, since after this procedure GNUmed
client segfaults on attempt to run it (it has run OK before):
/usr/share/gnumed/Gnumed/pycommon/gmTools.py:11: DeprecationWarning:
the MimeWriter module is deprecated; use the email package instead
import urllib2 as wget, decimal, StringIO, MimeWriter, mimetypes, mimetools
DISPATCHER WARNING: connect(): unknown signal [test_result_mod_db]
DISPATCHER WARNING: connect(): unknown signal [substance_intake_mod_db]
** (python:17057): CRITICAL **: menu_proxy_module_load: assertion
`dbusproxy != NULL' failed
/usr/bin/gnumed: строка 45: 17057 Ошибка сегментирования
python -m Gnumed.gnumed ${OPTIONS}
Where the last line is Russian for "/usr/bin/gnumed: line 45: 17057
Segmentation fault"
Sincerely,
Evgeny Kuznetsov, M.D.
console_output
Description: Binary data
- [Gnumed-devel] Bootstrap fails on Ubuntu Lucid, Евгений Кузнецов, 2010/06/15
- Re: [Gnumed-devel] Bootstrap fails on Ubuntu Lucid, Karsten Hilbert, 2010/06/15
- Re: [Gnumed-devel] Bootstrap fails on Ubuntu Lucid,
Евгений Кузнецов <=
- Re: [Gnumed-devel] Bootstrap fails on Ubuntu Lucid, Sebastian Hilbert, 2010/06/17
- Re: [Gnumed-devel] Bootstrap fails on Ubuntu Lucid, Karsten Hilbert, 2010/06/17
- Re: [Gnumed-devel] Bootstrap fails on Ubuntu Lucid, Евгений Кузнецов, 2010/06/17
- Re: [Gnumed-devel] Bootstrap fails on Ubuntu Lucid, Karsten Hilbert, 2010/06/17
- Re: [Gnumed-devel] Bootstrap fails on Ubuntu Lucid, Sebastian Hilbert, 2010/06/17
- Re: [Gnumed-devel] Bootstrap fails on Ubuntu Lucid, Karsten Hilbert, 2010/06/17
Re: [Gnumed-devel] Bootstrap fails on Ubuntu Lucid, Sebastian Hilbert, 2010/06/17