Ubuntu Pastebin

Paste from bdx at Fri, 26 Aug 2016 02:59:09 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
2016-08-26 02:52:41 INFO juju-log postgresql:9: Invoking reactive handler: reactive/apt.py:47:ensure_package_status
2016-08-26 02:52:41 INFO juju-log postgresql:9: Invoking reactive handler: reactive/feed.py:167:write_app_yml
2016-08-26 02:52:42 INFO juju-log postgresql:9: Writing file /var/www/feed/shared/config/application.yml deploy:root 644
2016-08-26 02:52:42 INFO juju-log postgresql:9: Writing file /var/www/feed/shared/config/feed_import_config.yml deploy:root 644
2016-08-26 02:52:42 INFO juju-log postgresql:9: Invoking reactive handler: reactive/feed.py:199:feed_cert_key
2016-08-26 02:52:42 INFO postgresql-relation-changed Traceback (most recent call last):
2016-08-26 02:52:42 INFO postgresql-relation-changed   File "/var/lib/juju/agents/unit-feed-3/charm/hooks/postgresql-relation-changed", line 19, in <module>
2016-08-26 02:52:42 INFO postgresql-relation-changed     main()
2016-08-26 02:52:42 INFO postgresql-relation-changed   File "/usr/local/lib/python3.5/dist-packages/charms/reactive/__init__.py", line 78, in main
2016-08-26 02:52:42 INFO postgresql-relation-changed     bus.dispatch()
2016-08-26 02:52:42 INFO postgresql-relation-changed   File "/usr/local/lib/python3.5/dist-packages/charms/reactive/bus.py", line 434, in dispatch
2016-08-26 02:52:42 INFO postgresql-relation-changed     _invoke(other_handlers)
2016-08-26 02:52:42 INFO postgresql-relation-changed   File "/usr/local/lib/python3.5/dist-packages/charms/reactive/bus.py", line 417, in _invoke
2016-08-26 02:52:42 INFO postgresql-relation-changed     handler.invoke()
2016-08-26 02:52:42 INFO postgresql-relation-changed   File "/usr/local/lib/python3.5/dist-packages/charms/reactive/bus.py", line 291, in invoke
2016-08-26 02:52:42 INFO postgresql-relation-changed     self._action(*args)
2016-08-26 02:52:42 INFO postgresql-relation-changed   File "/var/lib/juju/agents/unit-feed-3/charm/reactive/feed.py", line 205, in feed_cert_key
2016-08-26 02:52:42 INFO postgresql-relation-changed     user='root', group='root')
2016-08-26 02:52:42 INFO postgresql-relation-changed   File "lib/tlslib.py", line 63, in server_key
2016-08-26 02:52:42 INFO postgresql-relation-changed     copy2(source, destination)
2016-08-26 02:52:42 INFO postgresql-relation-changed   File "/usr/lib/python3.5/shutil.py", line 251, in copy2
2016-08-26 02:52:42 INFO postgresql-relation-changed     copyfile(src, dst, follow_symlinks=follow_symlinks)
2016-08-26 02:52:42 INFO postgresql-relation-changed   File "/usr/lib/python3.5/shutil.py", line 114, in copyfile
2016-08-26 02:52:42 INFO postgresql-relation-changed     with open(src, 'rb') as fsrc:
2016-08-26 02:52:42 INFO postgresql-relation-changed FileNotFoundError: [Errno 2] No such file or directory: 'easy-rsa/easyrsa3/pki/private/feed_3.key'
Download as text