Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2013
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.95 KB | None | 0 0
  1. [root@noc3 noc]# ./scripts/post-update
  2. Jumping to './scripts/../'
  3. Landing at '/opt/noc'
  4. Looking for hanging .pyc files
  5. Checking system python modules
  6. Checking contrib/
  7. Checking configuration files
  8. Syncronizing database
  9. /opt/noc/contrib/lib/django/core/cache/__init__.py:82: DeprecationWarning: settings.CACHE_* is deprecated; use settings.CACHES instead.
  10.   DeprecationWarning
  11. /opt/noc/contrib/lib/django/utils/translation/__init__.py:63: DeprecationWarning: Translations in the project directory aren't supported anymore. Use the LOCALE_PATHS setting instead.
  12.  DeprecationWarning)
  13. Syncing...
  14. Creating tables ...
  15. Installing custom SQL ...
  16. Installing indexes ...
  17. Installed 0 object(s) from 0 fixture(s)
  18.  
  19. Synced:
  20. > django.contrib.auth
  21. > django.contrib.contenttypes
  22. > django.contrib.sessions
  23. > django.contrib.sites
  24. > django.contrib.admin
  25. > django.contrib.messages
  26. > tagging
  27. > south
  28.  
  29. Not synced (use migrations):
  30. - noc.main
  31. - noc.gis
  32. - noc.inv
  33. - noc.sa
  34. - noc.fm
  35. - noc.pm
  36. - noc.cm
  37. - noc.ip
  38. - noc.vc
  39. - noc.dns
  40. - noc.peer
  41. - noc.kb
  42. (use ./manage.py migrate to migrate these)
  43. Migrating database
  44. /opt/noc/contrib/lib/django/core/cache/__init__.py:82: DeprecationWarning: settings.CACHE_* is deprecated; use settings.CACHES instead.
  45.  DeprecationWarning
  46. /opt/noc/contrib/lib/django/utils/translation/__init__.py:63: DeprecationWarning: Translations in the project directory aren't supported anymore. Use the LOCALE_PATHS setting instead.
  47.   DeprecationWarning)
  48. Running migrations for main:
  49. - Nothing to migrate.
  50.  - Loading initial data for main.
  51. Installed 0 object(s) from 0 fixture(s)
  52. Running migrations for gis:
  53. - Nothing to migrate.
  54.  - Loading initial data for gis.
  55. Installed 0 object(s) from 0 fixture(s)
  56. Running migrations for inv:
  57. - Nothing to migrate.
  58.  - Loading initial data for inv.
  59. Installed 0 object(s) from 0 fixture(s)
  60. Running migrations for sa:
  61. - Nothing to migrate.
  62.  - Loading initial data for sa.
  63. Installed 0 object(s) from 0 fixture(s)
  64. Running migrations for fm:
  65. - Nothing to migrate.
  66.  - Loading initial data for fm.
  67. Installed 0 object(s) from 0 fixture(s)
  68. Running migrations for pm:
  69. - Nothing to migrate.
  70.  - Loading initial data for pm.
  71. Installed 0 object(s) from 0 fixture(s)
  72. Running migrations for cm:
  73. - Nothing to migrate.
  74.  - Loading initial data for cm.
  75. Installed 0 object(s) from 0 fixture(s)
  76. Running migrations for ip:
  77. - Nothing to migrate.
  78.  - Loading initial data for ip.
  79. Installed 0 object(s) from 0 fixture(s)
  80. Running migrations for vc:
  81. - Nothing to migrate.
  82.  - Loading initial data for vc.
  83. Installed 0 object(s) from 0 fixture(s)
  84. Running migrations for dns:
  85. - Nothing to migrate.
  86.  - Loading initial data for dns.
  87. Installed 0 object(s) from 0 fixture(s)
  88. Running migrations for peer:
  89. - Nothing to migrate.
  90.  - Loading initial data for peer.
  91. Installed 0 object(s) from 0 fixture(s)
  92. Running migrations for kb:
  93. - Nothing to migrate.
  94.  - Loading initial data for kb.
  95. Installed 0 object(s) from 0 fixture(s)
  96. Setting up permissions
  97. /opt/noc/contrib/lib/django/core/cache/__init__.py:82: DeprecationWarning: settings.CACHE_* is deprecated; use settings.CACHES instead.
  98.   DeprecationWarning
  99. /opt/noc/contrib/lib/django/utils/translation/__init__.py:63: DeprecationWarning: Translations in the project directory aren't supported anymore. Use the LOCALE_PATHS setting instead.
  100.  DeprecationWarning)
  101. /opt/noc/contrib/lib/django/views/generic/list_detail.py:10: DeprecationWarning: Function-based generic views have been deprecated; use class-based views instead.
  102.  DeprecationWarning
  103. Traceback (most recent call last):
  104.  File "manage.py", line 34, in <module>
  105.    import noc.urls
  106.  File "/opt/noc/urls.py", line 15, in <module>
  107.    site.autodiscover()
  108.  File "/opt/noc/lib/app/site.py", line 447, in autodiscover
  109.    {}, {}, "*")
  110.  File "/opt/noc/cm/apps/dns/views.py", line 9, in <module>
  111.    from noc.cm.models import DNS
  112. ImportError: cannot import name DNS
  113. post-update: 65: sync-perm failed
  114. Terminating
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement