Hi, I have recently tried to boostrap on openSUSE again. This failed with the following errors. linux: # gm-bootstrap_server =========================================================== Bootstrapping latest GNUmed database. This will set up a GNUmed database of version v16 with the name "gnumed_v16". Creating module import symlink ... real dir: /usr/lib/client link: /usr/lib/Gnumed Adjusting PYTHONPATH ... Traceback (most recent call last): File "./bootstrap_gm_db_system.py", line 71, in <module> from Gnumed.pycommon import gmLog2 File "/usr/lib/python2.7/site-packages/Gnumed/pycommon/gmLog2.py", line 270, in <module> __setup_logging() File "/usr/lib/python2.7/site-packages/Gnumed/pycommon/gmLog2.py", line 219, in __setup_logging _logfile = codecs.open(filename = _logfile_name, mode = 'wb', encoding = 'utf8', errors = 'replace') File "/usr/lib/python2.7/codecs.py", line 881, in open file = __builtin__.open(filename, mode, buffering) IOError: [Errno 2] No such file or directory: '/var/log/gnumed/server/bootstrap-latest.log' Bootstrapping "gnumed_v16" did not finish successfully. Aborting. linux:/usr/lib # gm-bootstrap_server =========================================================== Bootstrapping latest GNUmed database. ------- This did not create a log file and it created a strange symlink ------- called 'GNUmed' pointing to '/usr/lib/client' ------- running it again brings up the following error This will set up a GNUmed database of version v16 with the name "gnumed_v16". Creating module import symlink ... real dir: /usr/lib/client link: /usr/lib/Gnumed Traceback (most recent call last): File "./bootstrap_gm_db_system.py", line 63, in <module> os.symlink(real_dir, link_name) OSError: [Errno 17] File exists Bootstrapping "gnumed_v16" did not finish successfully. Aborting. ------- I cannot see that a log file was created ------- Any help is appreciated Sebastian Hilbert -- To unsubscribe, e-mail: opensuse-medical+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-medical+owner@opensuse.org
participants (1)
-
Sebastian Hilbert