Solved: Existing server seems to want and create an "admin" as per first installation

Hi

Ubuntu 14.04 - virtual machine (Parallels) on a Mac Mini
Seafile 6.0.9 (constantly updated since Release 4.x.x)

Last night the mac mini seems to have forced an update and shut itself down.
Now I get the following error when trying to start seahub with fastcgi (seafile is already running).

seafile-server-latest ./seahub.sh start-fastcgi

LC_ALL is not set in ENV, set to en_US.UTF-8
Starting seahub (fastcgi) at 127.0.0.1:8000 ...

Error happened during creating seafile admin.

Traceback (most recent call last):
  File "/home/xx/seafile/seafile-server-6.0.9/seahub/manage.py", line 10, in <module>
    execute_from_command_line(sys.argv)
  File "/home/xx/seafile/seafile-server-6.0.9/seahub/thirdpart/Django-1.8.17-py2.7.egg/django/core/management/__init__.py", line 354, in execute_from_command_line
    utility.execute()
  File "/home/xx/seafile/seafile-server-6.0.9/seahub/thirdpart/Django-1.8.17-py2.7.egg/django/core/management/__init__.py", line 346, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/home/xx/seafile/seafile-server-6.0.9/seahub/thirdpart/Django-1.8.17-py2.7.egg/django/core/management/base.py", line 394, in run_from_argv
    self.execute(*args, **cmd_options)
  File "/home/xx/seafile/seafile-server-6.0.9/seahub/thirdpart/Django-1.8.17-py2.7.egg/django/core/management/base.py", line 445, in execute
    output = self.handle(*args, **options)
  File "/home/xx/seafile/seafile-server-6.0.9/seahub/thirdpart/Django-1.8.17-py2.7.egg/django/core/management/commands/runfcgi.py", line 28, in handle
    runfastcgi(args)
  File "/home/xx/seafile/seafile-server-6.0.9/seahub/thirdpart/Django-1.8.17-py2.7.egg/django/core/servers/fastcgi.py", line 178, in runfastcgi
    become_daemon(our_home_dir=options["workdir"], **daemon_kwargs)
  File "/home/xx/seafile/seafile-server-6.0.9/seahub/thirdpart/Django-1.8.17-py2.7.egg/django/utils/daemonize.py", line 32, in become_daemon
    so = open(out_log, 'a+', buffering)
IOError: [Errno 13] Permission denied: '/home/ck/seafile/seafile-server-6.0.9/runtime/access.log'
Error:Seahub failed to start.

Ufff

All good.

I had to start both: seafile and seahub with sudo.

Chris