perfsonar-user - RE: [perfsonar-user] Upgrade from pS 3.4.1
Subject: perfSONAR User Q&A and Other Discussion
List archive
- From: "Garnizov, Ivan (RRZE)" <>
- To: Andrew Lake <>
- Cc: perfsonar-user <>
- Subject: RE: [perfsonar-user] Upgrade from pS 3.4.1
- Date: Wed, 16 Mar 2016 14:00:20 +0000
- Accept-language: en-GB, de-DE, en-US
Thanks Andy, I had been hinted by a colleague, that in fact all these differences, that I see are because of runtime compilation updates to files. This applies to all of
them, except for one, which has the secret key. About the output from the commands you gave as instructions, I have it already posted yesterday (applied it here as an attachment as well). I have played these instructions today as well and the result + output is the same as in the attached file. With regards to “Did you get any errors during the yum update process?”
I did not get any error or warning messages even during the reinstallation (see previous email from me), but I see there are many operational/status messages
from running these commands manually. Could it be that this output is suppressed during installation time, hence no info during install? Best regards, Ivan From: Andrew Lake [mailto:]
Hi Ivan, I have no idea what’s going on with your system. Perhaps you have one system pointing at staging and one pointing at the production repo hence the binary differences? In
terms of the actual problem what errors are you getting now? Thanks, Andy On March 16, 2016 at 7:53:58 AM, Garnizov, Ivan (RRZE) () wrote:
|
~]# cd /usr/lib/esmond
[root@62-40-106-249
esmond]# source /opt/rh/python27/enable
[root@62-40-106-249
esmond]# /opt/rh/python27/root/usr/bin/virtualenv --prompt="(esmond)" .
New python executable in ./bin/python
Installing
Setuptools.............................................................................................done.
Installing
Pip....................................................................................................................................done.
[root@62-40-106-249
esmond]# . bin/activate
(esmond)[root@62-40-106-249
esmond]# python esmond/manage.py migrate --fake-initial
System check identified some issues:
WARNINGS:
api.IfRef.ipAddr: (fields.W900) IPAddressField has been deprecated. Support
for it (except in historical migrations) will be removed in Django 1.9.
HINT: Use GenericIPAddressField instead.
api.LSPOpStatus.dstAddr: (fields.W900) IPAddressField has been deprecated.
Support for it (except in historical migrations) will be removed in Django
1.9.
HINT: Use GenericIPAddressField instead.
api.LSPOpStatus.srcAddr: (fields.W900) IPAddressField has been deprecated.
Support for it (except in historical migrations) will be removed in Django
1.9.
HINT: Use GenericIPAddressField instead.
Operations to perform:
Synchronize unmigrated apps: staticfiles, rest_framework, esmond_admin,
netfields
Apply all migrations: authtoken, sessions, admin, auth, contenttypes, api
Synchronizing apps without migrations:
Creating tables...
Running deferred SQL...
Installing custom SQL...
Running migrations:
Rendering model states... DONE
Applying api.0001_initial...Traceback (most recent call last):
File "esmond/manage.py", line 14, in <module>
execute_from_command_line(sys.argv)
File
"/usr/lib/esmond/lib/python2.7/site-packages/django/core/management/__init__.py",
line 351, in execute_from_command_line
utility.execute()
File
"/usr/lib/esmond/lib/python2.7/site-packages/django/core/management/__init__.py",
line 343, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File
"/usr/lib/esmond/lib/python2.7/site-packages/django/core/management/base.py",
line 394, in run_from_argv
self.execute(*args, **cmd_options)
File
"/usr/lib/esmond/lib/python2.7/site-packages/django/core/management/base.py",
line 445, in execute
output = self.handle(*args, **options)
File
"/usr/lib/esmond/lib/python2.7/site-packages/django/core/management/commands/migrate.py",
line 222, in handle
executor.migrate(targets, plan, fake=fake, fake_initial=fake_initial)
File
"/usr/lib/esmond/lib/python2.7/site-packages/django/db/migrations/executor.py",
line 110, in migrate
self.apply_migration(states[migration], migration, fake=fake,
fake_initial=fake_initial)
File
"/usr/lib/esmond/lib/python2.7/site-packages/django/db/migrations/executor.py",
line 148, in apply_migration
state = migration.apply(state, schema_editor)
File
"/usr/lib/esmond/lib/python2.7/site-packages/django/db/migrations/migration.py",
line 115, in apply
operation.database_forwards(self.app_label, schema_editor, old_state,
project_state)
File
"/usr/lib/esmond/lib/python2.7/site-packages/django/db/migrations/operations/models.py",
line 59, in database_forwards
schema_editor.create_model(model)
File
"/usr/lib/esmond/lib/python2.7/site-packages/django/db/backends/base/schema.py",
line 286, in create_model
self.execute(sql, params or None)
File
"/usr/lib/esmond/lib/python2.7/site-packages/django/db/backends/base/schema.py",
line 111, in execute
cursor.execute(sql, params)
File
"/usr/lib/esmond/lib/python2.7/site-packages/django/db/backends/utils.py",
line 64, in execute
return self.cursor.execute(sql, params)
File "/usr/lib/esmond/lib/python2.7/site-packages/django/db/utils.py", line
97, in __exit__
six.reraise(dj_exc_type, dj_exc_value, traceback)
File
"/usr/lib/esmond/lib/python2.7/site-packages/django/db/backends/utils.py",
line 62, in execute
return self.cursor.execute(sql)
django.db.utils.ProgrammingError: relation "alusapref" already exists
(esmond)[root@62-40-106-249
esmond]# python util/migrate_tastypie_keys.py
Traceback (most recent call last):
File "util/migrate_tastypie_keys.py", line 18, in <module>
token = Token.objects.get(user=tp_user)
File
"/usr/lib/esmond/lib/python2.7/site-packages/django/db/models/manager.py",
line 127, in manager_method
return getattr(self.get_queryset(), name)(*args, **kwargs)
File
"/usr/lib/esmond/lib/python2.7/site-packages/django/db/models/query.py", line
328, in get
num = len(clone)
File
"/usr/lib/esmond/lib/python2.7/site-packages/django/db/models/query.py", line
144, in __len__
self._fetch_all()
File
"/usr/lib/esmond/lib/python2.7/site-packages/django/db/models/query.py", line
965, in _fetch_all
self._result_cache = list(self.iterator())
File
"/usr/lib/esmond/lib/python2.7/site-packages/django/db/models/query.py", line
238, in iterator
results = compiler.execute_sql()
File
"/usr/lib/esmond/lib/python2.7/site-packages/django/db/models/sql/compiler.py",
line 840, in execute_sql
cursor.execute(sql, params)
File
"/usr/lib/esmond/lib/python2.7/site-packages/django/db/backends/utils.py",
line 64, in execute
return self.cursor.execute(sql, params)
File "/usr/lib/esmond/lib/python2.7/site-packages/django/db/utils.py", line
97, in __exit__
six.reraise(dj_exc_type, dj_exc_value, traceback)
File
"/usr/lib/esmond/lib/python2.7/site-packages/django/db/backends/utils.py",
line 64, in execute
return self.cursor.execute(sql, params)
django.db.utils.ProgrammingError: relation "authtoken_token" does not exist
LINE 1: ...oken"."user_id", "authtoken_token"."created" FROM "authtoken...
^
- [perfsonar-user] Upgrade from pS 3.4.1, Garnizov, Ivan (RRZE), 03/11/2016
- Re: [perfsonar-user] Upgrade from pS 3.4.1, Antoine Delvaux, 03/14/2016
- RE: [perfsonar-user] Upgrade from pS 3.4.1, Garnizov, Ivan (RRZE), 03/14/2016
- Re: [perfsonar-user] Upgrade from pS 3.4.1, Andrew Lake, 03/14/2016
- RE: [perfsonar-user] Upgrade from pS 3.4.1, Garnizov, Ivan (RRZE), 03/15/2016
- RE: [perfsonar-user] Upgrade from pS 3.4.1, Garnizov, Ivan (RRZE), 03/16/2016
- RE: [perfsonar-user] Upgrade from pS 3.4.1, Andrew Lake, 03/16/2016
- RE: [perfsonar-user] Upgrade from pS 3.4.1, Garnizov, Ivan (RRZE), 03/16/2016
- RE: [perfsonar-user] Upgrade from pS 3.4.1, Andrew Lake, 03/16/2016
- RE: [perfsonar-user] Upgrade from pS 3.4.1, Garnizov, Ivan (RRZE), 03/16/2016
- RE: [perfsonar-user] Upgrade from pS 3.4.1, Garnizov, Ivan (RRZE), 03/15/2016
- Re: [perfsonar-user] Upgrade from pS 3.4.1, Andrew Lake, 03/14/2016
- RE: [perfsonar-user] Upgrade from pS 3.4.1, Garnizov, Ivan (RRZE), 03/14/2016
- Re: [perfsonar-user] Upgrade from pS 3.4.1, Antoine Delvaux, 03/14/2016
Archive powered by MHonArc 2.6.16.