[Support] Linuxserver.io - Musicbrainz


Recommended Posts

Also, installation of the docker was fine, took 6 hours to update and build db.

Now when I do an indexed search I get a 503 regarding a rate limit. Direct DB search is working fine, but headphones won't work properly.

Also tried to point the LUCENE variabe in the DBDefs.pm file to point to localhost but doesn't work either.

 

any hints?

Link to comment

I am having an issue with this docker. It appears that it is failing to initialize the database (see the line marked >>>> <<<<<):

 

[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] postgresql-log-dir: applying...
[fix-attrs.d] postgresql-log-dir: exited 0.
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 05-timezone: executing...

Current default time zone: 'America/Chicago'
Local time is now: Thu Nov 10 15:47:46 CST 2016.
Universal Time is now: Thu Nov 10 21:47:46 UTC 2016.

[cont-init.d] 05-timezone: exited 0.
[cont-init.d] 10_add_user: executing...

-------------------------------------
_ _ _
| |___| (_) ___
| / __| | |/ _ \
| \__ \ | | (_) |
|_|___/ |_|\___/
|_|

Brought to you by linuxserver.io
We do accept donations at:
https://www.linuxserver.io/donations
-------------------------------------
GID/UID
-------------------------------------
User uid: 99
User gid: 100
-------------------------------------

[cont-init.d] 10_add_user: exited 0.
[cont-init.d] 20-brainzcode: executing...
[cont-init.d] 20-brainzcode: exited 0.
[cont-init.d] 30-initialise-database: executing...
>>>>>>>>>>>> [b][cont-init.d] 30-initialise-database: exited 9.[/b] <<<<<<<<<<<<<<<<<
[cont-init.d] 40-config-redis: executing...
[cont-init.d] 40-config-redis: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[372] 10 Nov 15:47:48.718 # Server started, Redis version 2.8.4

[372] 10 Nov 15:47:48.718 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.

 

The log then just sits there and doesn't move. See attached for my mappings. I triple checked my code for metabrainz and it is correct as well.

 

This is what I see when I try to view the WebUI:

08006 DBI connect('dbname=musicbrainz_db','abc',...) failed: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?

The db file is indeed missing and the folder/file permissions look correct so I'm not sure why it would not have been created:

 

drwxrwxrwx 1 nobody users  116 Nov 10 15:43 .

drwxrwxrwx 1 nobody users  138 Nov 10 15:12 ..

-rw-rw-rw- 1 chris  users 1675 Aug  5 14:56 PolyphemusAutomationSetup

drwxrwxrwx 1 nobody users    0 Sep 13 17:03 calibre

drwxrwxrwx 1 nobody users  32 Nov 10 15:58 mbrainzData

drwxrwxrwx 1 nobody users  44 Nov 10 15:58 musicbrainz

drwxrwxrwx 1 nobody users  48 Sep 17 17:02 plex

root@VOID:/mnt/cache/appdata# cd mbrainzData/

root@VOID:/mnt/cache/appdata/mbrainzData# ls -al

total 0

drwxrwxrwx 1 nobody users  32 Nov 10 15:58 .

drwxrwxrwx 1 nobody users 116 Nov 10 15:43 ..

drwxr-xr-x 1 nobody users  0 Nov 10 15:58 dbase

drwxr-xr-x 1 nobody users  0 Nov 10 15:58 import

drwxr-xr-x 1 nobody users  0 Nov 10 15:58 redis

root@VOID:/mnt/cache/appdata/mbrainzData#

 

Capture.PNG.447c214106c703ac065962a8cf82e8c2.PNG

Link to comment

I am having an issue with this docker. It appears that it is failing to initialize the database (see the line marked >>>> <<<<<):

 

[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] postgresql-log-dir: applying...
[fix-attrs.d] postgresql-log-dir: exited 0.
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 05-timezone: executing...

Current default time zone: 'America/Chicago'
Local time is now: Thu Nov 10 15:47:46 CST 2016.
Universal Time is now: Thu Nov 10 21:47:46 UTC 2016.

[cont-init.d] 05-timezone: exited 0.
[cont-init.d] 10_add_user: executing...

-------------------------------------
_ _ _
| |___| (_) ___
| / __| | |/ _ \
| \__ \ | | (_) |
|_|___/ |_|\___/
|_|

Brought to you by linuxserver.io
We do accept donations at:
https://www.linuxserver.io/donations
-------------------------------------
GID/UID
-------------------------------------
User uid: 99
User gid: 100
-------------------------------------

[cont-init.d] 10_add_user: exited 0.
[cont-init.d] 20-brainzcode: executing...
[cont-init.d] 20-brainzcode: exited 0.
[cont-init.d] 30-initialise-database: executing...
>>>>>>>>>>>> [b][cont-init.d] 30-initialise-database: exited 9.[/b] <<<<<<<<<<<<<<<<<
[cont-init.d] 40-config-redis: executing...
[cont-init.d] 40-config-redis: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[372] 10 Nov 15:47:48.718 # Server started, Redis version 2.8.4

[372] 10 Nov 15:47:48.718 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.

 

The log then just sits there and doesn't move. See attached for my mappings. I triple checked my code for metabrainz and it is correct as well.

 

This is what I see when I try to view the WebUI:

08006 DBI connect('dbname=musicbrainz_db','abc',...) failed: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?

The db file is indeed missing and the folder/file permissions look correct so I'm not sure why it would not have been created:

 

drwxrwxrwx 1 nobody users  116 Nov 10 15:43 .

drwxrwxrwx 1 nobody users  138 Nov 10 15:12 ..

-rw-rw-rw- 1 chris  users 1675 Aug  5 14:56 PolyphemusAutomationSetup

drwxrwxrwx 1 nobody users    0 Sep 13 17:03 calibre

drwxrwxrwx 1 nobody users  32 Nov 10 15:58 mbrainzData

drwxrwxrwx 1 nobody users  44 Nov 10 15:58 musicbrainz

drwxrwxrwx 1 nobody users  48 Sep 17 17:02 plex

root@VOID:/mnt/cache/appdata# cd mbrainzData/

root@VOID:/mnt/cache/appdata/mbrainzData# ls -al

total 0

drwxrwxrwx 1 nobody users  32 Nov 10 15:58 .

drwxrwxrwx 1 nobody users 116 Nov 10 15:43 ..

drwxr-xr-x 1 nobody users  0 Nov 10 15:58 dbase

drwxr-xr-x 1 nobody users  0 Nov 10 15:58 import

drwxr-xr-x 1 nobody users  0 Nov 10 15:58 redis

root@VOID:/mnt/cache/appdata/mbrainzData#

 

The musicbrainz mirror is down every so often, just need to keep trying BUT you need to delete your existing appdata before each attempt..

Link to comment
  • 2 weeks later...

is this working for people?  I've tried reinstalling a few times and having no luck

 

Yes.  Any logs?

 

 

Thanks for having a look

 

OK, here's the deal with this container.  If during the initial install it fails in any way or is stopped, and the initial setup takes a LONG LONG time, then you need to wipe the appdata and delete the container and image and try again.  Further compounding the problem is that the musicbrainz site download is somewhat temperamental.

 

I'd need to see the logs from a FRESH install as described above to make any suggestions.

 

I'm just pulling it now to check.  Here's the initial bit of my log.

 

[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] postgresql-log-dir: applying...
[fix-attrs.d] postgresql-log-dir: exited 0.
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 05-timezone: executing...

Current default time zone: 'Europe/London'
Local time is now: Tue Nov 29 21:49:13 GMT 2016.
Universal Time is now: Tue Nov 29 21:49:13 UTC 2016.

[cont-init.d] 05-timezone: exited 0.
[cont-init.d] 10-adduser: executing...

-------------------------------------
_ _ _
| |___| (_) ___
| / __| | |/ _ \
| \__ \ | | (_) |
|_|___/ |_|\___/
|_|

Brought to you by linuxserver.io
We gratefully accept donations at:
https://www.linuxserver.io/index.php/donations/
-------------------------------------
GID/UID
-------------------------------------
User uid: 99
User gid: 100
-------------------------------------

[cont-init.d] 10-adduser: exited 0.
[cont-init.d] 20-brainzcode: executing...
[cont-init.d] 20-brainzcode: exited 0.
[cont-init.d] 30-initialise-database: executing...
fetching latest dump from musicbrainz, if this section fails try again later as musicbrainz dump may not be fully uploaded
to their site
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed

Link to comment

Hi all,

 

i think i am having dramas getting this going, should the webui take hours to become available?

 

The download and building of database *seems* fine.

 

but starting of the server / webui i don't seem to be having any luck with

Mine was working fine for about a week. Now the logs look the same as they did when it was working but the page just says waiting infinitely and it doesn't respond to queries from applications. Going to Try deleting everything and starting again like CHBMB suggested and see if it sorts itself out. Otherwise I might just download the VM image from their site and use that to run it from my Windows box where it will hopefully be less temperamental.

Link to comment

Hi all,

 

I am hoping someone can shed some light on my issue.  I have been running this container successfully for the past few months, then about a week ago it stopped responding.  I have tried deleting the container and the mapped /config & /data folders and reinstalling the container 4 times with no luck.  The container log states it is running, but the webui does not load and headphones can not communicate with the server.

 

I have /data and /config mapped to /mnt/cache/appdata/musicbrainz & /mnt/cache/appdata/musicbrainzdata.

 

I have attached the log file from the container and the slave.log file found in  /mnt/cache/appdata/musicbrainz/log/musicbrainz    (slave.log.1 is too large to attach to this post)

 

The last few lines from the container log:

 

 

Mon Dec 5 20:10:11 2016 : Initialized and imported data into the database.
Mon Dec 5 20:10:11 2016 : InitDb.pl succeeded
INITIAL IMPORT IS COMPLETE, MOVING TO NEXT PHASE
LOG: received fast shutdown request
LOG: aborting any active transactions
waiting for server to shut down..........LOG: shutting down
LOG: database system is shut down
done
server stopped
[cont-init.d] 30-initialise-database: exited 0.
[cont-init.d] 40-config-redis: executing...
[cont-init.d] 40-config-redis: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[610] 05 Dec 20:10:29.643 # Server started, Redis version 2.8.4

[610] 05 Dec 20:10:29.643 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.

 

 

Thanks for your help!

 

 

 

musicbrainz_container_log.txt

slave.log.txt

Link to comment

I have tried re-installing a few more times, and still it all looks fine, but no response from server or webui, the tail of my logs looks just like most other peoples, and it just sits there, has anyone had any luck or able to shed any light?

 

my folders are /mnt/disk11/apps/musicbrainz3/data and /mnt/disk11/apps/musicbrainz3/config the folder has been incrementing as i try re-installing :/

Link to comment

I confirm I have the same issue as DeadDjembe. I've reinstalled everything from scratch again and here are my logs:

 

ErrorWarningSystemArrayLogin


l_release_url 1413252 100% 113635 12.44 sec
Thu Dec 8 13:51:11 2016 : load l_release_work
Thu Dec 8 13:51:11 2016 : load l_series_series
l_series_series 246 100% 6626 0.04 sec
Thu Dec 8 13:51:11 2016 : load l_series_url
l_series_url 3325 100% 78161 0.04 sec
Thu Dec 8 13:51:12 2016 : load l_series_work
l_series_work 19882 100% 180719 0.11 sec
Thu Dec 8 13:51:12 2016 : load l_url_url
Thu Dec 8 13:51:12 2016 : load l_url_work
l_url_work 92503 100% 470076 0.20 sec
Thu Dec 8 13:51:13 2016 : load l_work_work
l_work_work 163134 100% 285225 0.57 sec
Thu Dec 8 13:51:13 2016 : load label
label 116487 100% 86415 1.35 sec
Thu Dec 8 13:51:15 2016 : load label_alias
label_alias 12737 100% 178441 0.07 sec
Thu Dec 8 13:51:15 2016 : load label_alias_type
label_alias_type 2 100% 3861 0.00 sec
Thu Dec 8 13:51:15 2016 : load label_annotation
label_annotation 6256 100% 164445 0.04 sec
Thu Dec 8 13:51:16 2016 : load label_gid_redirect
label_gid_redirect 3460 100% 72661 0.05 sec
Thu Dec 8 13:51:16 2016 : load label_ipi
label_ipi 4852 100% 105620 0.05 sec
Thu Dec 8 13:51:16 2016 : load label_isni
label_isni 18 100% 33644 0.00 sec
Thu Dec 8 13:51:18 2016 : load label_meta
label_meta 116487 100% 617323 0.19 sec
No data file found for 'label_rating_raw', skipping
Thu Dec 8 13:51:22 2016 : load label_tag
label_tag 8484 100% 102448 0.08 sec
No data file found for 'label_tag_raw', skipping
Thu Dec 8 13:51:23 2016 : load label_type
label_type 9 100% 28124 0.00 sec
Thu Dec 8 13:51:23 2016 : load language
language 7843 100% 104721 0.07 sec
Thu Dec 8 13:51:24 2016 : load link
link 256419 100% 103816 2.47 sec
Thu Dec 8 13:51:26 2016 : load link_attribute
link_attribute 201598 100% 143723 1.40 sec
Thu Dec 8 13:51:28 2016 : load link_attribute_credit
link_attribute_credit 15861 100% 340167 0.05 sec
Thu Dec 8 13:51:28 2016 : load link_attribute_text_value
link_attribute_text_value 21173 100% 201438 0.11 sec
Thu Dec 8 13:51:29 2016 : load link_attribute_type
link_attribute_type 862 100% 16066 0.05 sec
Thu Dec 8 13:51:29 2016 : load link_creditable_attribute_type
link_creditable_attribute_type 827 100% 14746 0.06 sec
Thu Dec 8 13:51:29 2016 : load link_text_attribute_type
link_text_attribute_type 2 100% 6734 0.00 sec
Thu Dec 8 13:51:29 2016 : load link_type
link_type 459 100% 8425 0.05 sec
Thu Dec 8 13:51:29 2016 : load link_type_attribute_type
link_type_attribute_type 234 100% 6655 0.04 sec
Thu Dec 8 13:51:29 2016 : load medium
medium 1915480 100% 159589 12.00 sec
Thu Dec 8 13:51:42 2016 : load medium_cdtoc
medium_cdtoc 817550 100% 373168 2.19 sec
Thu Dec 8 13:51:44 2016 : load medium_format
medium_format 71 100% 27680 0.00 sec
Thu Dec 8 13:51:44 2016 : load medium_index
medium_index 1655358 100% 198404 8.34 sec
Thu Dec 8 13:51:53 2016 : load orderable_link_type
orderable_link_type 8 100% 16528 0.00 sec
Thu Dec 8 13:51:53 2016 : load place
place 21892 100% 173803 0.13 sec
Thu Dec 8 13:51:53 2016 : load place_alias
place_alias 4187 100% 72840 0.06 sec
Thu Dec 8 13:51:53 2016 : load place_alias_type
place_alias_type 2 100% 5665 0.00 sec
Thu Dec 8 13:51:53 2016 : load place_annotation
place_annotation 328 100% 326693 0.00 sec
Thu Dec 8 13:51:53 2016 : load place_gid_redirect
place_gid_redirect 242 100% 67882 0.00 sec
Thu Dec 8 13:51:53 2016 : load place_tag
place_tag 709 100% 224936 0.00 sec
No data file found for 'place_tag_raw', skipping
Thu Dec 8 13:51:53 2016 : load place_type
place_type 6 100% 16901 0.00 sec
Thu Dec 8 13:51:53 2016 : load recording
recording 16685549 100% 85792 194.49 sec
Thu Dec 8 13:55:08 2016 : load recording_alias
recording_alias 104618 100% 223349 0.47 sec
Thu Dec 8 13:55:09 2016 : load recording_alias_type
recording_alias_type 2 100% 2894 0.00 sec
Thu Dec 8 13:55:09 2016 : load recording_annotation
recording_annotation 31886 100% 452623 0.07 sec
Thu Dec 8 13:55:09 2016 : load recording_gid_redirect
recording_gid_redirect 1690596 100% 295568 5.72 sec
Thu Dec 8 13:55:15 2016 : load recording_meta
recording_meta 16685549 100% 302835 55.10 sec
No data file found for 'recording_rating_raw', skipping
Thu Dec 8 13:56:10 2016 : load recording_tag
recording_tag 1295775 100% 255991 5.06 sec
No data file found for 'recording_tag_raw', skipping
Thu Dec 8 13:56:15 2016 : load release
release 1706078 100% 69262 24.63 sec
Thu Dec 8 13:56:40 2016 : load release_alias
release_alias 4707 100% 28450 0.17 sec
Thu Dec 8 13:56:41 2016 : load release_alias_type
release_alias_type 2 100% 4424 0.00 sec
Thu Dec 8 13:56:41 2016 : load release_annotation
release_annotation 356833 100% 742214 0.48 sec
Thu Dec 8 13:56:41 2016 : load release_country
release_country 1454028 100% 436781 3.33 sec
No data file found for 'release_coverart', skipping
Thu Dec 8 13:56:45 2016 : load release_gid_redirect
release_gid_redirect 122590 100% 320425 0.38 sec
Thu Dec 8 13:56:45 2016 : load release_group
release_group 1370504 100% 139680 9.81 sec
Thu Dec 8 13:56:55 2016 : load release_group_alias
release_group_alias 4927 100% 91697 0.05 sec
Thu Dec 8 13:56:55 2016 : load release_group_alias_type
release_group_alias_type 2 100% 6172 0.00 sec
Thu Dec 8 13:56:55 2016 : load release_group_annotation
release_group_annotation 4824 100% 90455 0.05 sec
Thu Dec 8 13:56:56 2016 : load release_group_gid_redirect
release_group_gid_redirect 135681 100% 441002 0.31 sec
Thu Dec 8 13:56:56 2016 : load release_group_meta
release_group_meta 1370504 100% 520541 2.63 sec
Thu Dec 8 13:56:59 2016 : load release_group_primary_type
release_group_primary_type 5 100% 12224 0.00 sec
No data file found for 'release_group_rating_raw', skipping
Thu Dec 8 13:56:59 2016 : load release_group_secondary_type
release_group_secondary_type 10 100% 27548 0.00 sec
Thu Dec 8 13:56:59 2016 : load release_group_secondary_type_join
release_group_secondary_type_j 356181 100% 536554 0.66 sec
Thu Dec 8 13:57:00 2016 : load release_group_tag
release_group_tag 426974 100% 410079 1.04 sec
No data file found for 'release_group_tag_raw', skipping
Thu Dec 8 13:57:01 2016 : load release_label
release_label 1309458 100% 291302 4.50 sec
Thu Dec 8 13:57:06 2016 : load release_meta
release_meta 1706078 100% 69107 24.69 sec
Thu Dec 8 13:57:30 2016 : load release_packaging
release_packaging 15 100% 42613 0.00 sec
Thu Dec 8 13:57:30 2016 : load release_raw
release_raw 286528 100% 71420 4.01 sec
Thu Dec 8 13:57:34 2016 : load release_status
release_status 4 100% 9685 0.00 sec
Thu Dec 8 13:57:35 2016 : load release_tag
release_tag 126187 100% 545904 0.23 sec
No data file found for 'release_tag_raw', skipping
Thu Dec 8 13:57:35 2016 : load release_unknown_country
release_unknown_country 95121 100% 1053073 0.09 sec
Thu Dec 8 13:57:35 2016 : load replication_control
replication_control 1 100% 1893 0.00 sec
Thu Dec 8 13:57:35 2016 : load script
script 159 100% 180476 0.00 sec
Thu Dec 8 13:57:35 2016 : load series
series 5227 100% 153911 0.03 sec
Thu Dec 8 13:57:35 2016 : load series_alias
series_alias 454 100% 15500 0.03 sec
Thu Dec 8 13:57:35 2016 : load series_alias_type
series_alias_type 2 100% 6779 0.00 sec
Thu Dec 8 13:57:35 2016 : load series_annotation
series_annotation 510 100% 578887 0.00 sec
Thu Dec 8 13:57:35 2016 : load series_gid_redirect
series_gid_redirect 24 100% 40201 0.00 sec
Thu Dec 8 13:57:35 2016 : load series_ordering_type
series_ordering_type 2 100% 5934 0.00 sec
Thu Dec 8 13:57:36 2016 : load series_tag
series_tag 433 100% 129912 0.00 sec
No data file found for 'series_tag_raw', skipping
Thu Dec 8 13:57:36 2016 : load series_type
series_type 9 100% 18867 0.00 sec
Thu Dec 8 13:57:36 2016 : load tag
tag 66422 100% 699672 0.09 sec
Thu Dec 8 13:57:36 2016 : load tag_relation
tag_relation 125772 100% 340577 0.37 sec
Thu Dec 8 13:57:36 2016 : load track
track 21328368 100% 90140 236.61 sec
Thu Dec 8 14:01:33 2016 : load track_gid_redirect
track_gid_redirect 105014 100% 333419 0.31 sec
Thu Dec 8 14:01:34 2016 : load track_raw
track_raw 3436939 100% 104274 32.96 sec
Thu Dec 8 14:02:07 2016 : load url
url 3782455 100% 77489 48.81 sec
Thu Dec 8 14:02:56 2016 : load url_gid_redirect
url_gid_redirect 4369 100% 91747 0.05 sec
No data file found for 'vote', skipping
Thu Dec 8 14:02:56 2016 : load work
work 789017 100% 158883 4.97 sec
Thu Dec 8 14:03:01 2016 : load work_alias
work_alias 91917 100% 95028 0.97 sec
Thu Dec 8 14:03:03 2016 : load work_alias_type
work_alias_type 2 100% 6116 0.00 sec
Thu Dec 8 14:03:06 2016 : load work_annotation
work_annotation 40028 100% 552209 0.07 sec
Thu Dec 8 14:03:06 2016 : load work_attribute
work_attribute 89944 100% 402713 0.22 sec
Thu Dec 8 14:03:06 2016 : load work_attribute_type
work_attribute_type 25 100% 37593 0.00 sec
Thu Dec 8 14:03:08 2016 : load work_attribute_type_allowed_value
work_attribute_type_allowed_va 799 100% 15320 0.05 sec
Thu Dec 8 14:03:09 2016 : load work_gid_redirect
work_gid_redirect 124731 100% 352874 0.35 sec
Thu Dec 8 14:03:09 2016 : load work_meta
work_meta 789017 100% 550449 1.43 sec
No data file found for 'work_rating_raw', skipping
Thu Dec 8 14:03:11 2016 : load work_tag
work_tag 24872 100% 535376 0.05 sec
No data file found for 'work_tag_raw', skipping
Thu Dec 8 14:03:11 2016 : load work_type
work_type 29 100% 39617 0.00 sec
Thu Dec 8 14:03:11 2016 : load cover_art_archive.art_type
cover_art_archive.art_type 13 100% 489 0.03 sec
Thu Dec 8 14:03:11 2016 : load cover_art_archive.image_type
cover_art_archive.image_type 4 100% 9501 0.00 sec
Thu Dec 8 14:03:11 2016 : load cover_art_archive.cover_art
cover_art_archive.cover_art 1115791 100% 244980 4.55 sec
Thu Dec 8 14:03:16 2016 : load cover_art_archive.cover_art_type
cover_art_archive.cover_art_ty 1194629 100% 494744 2.41 sec
Thu Dec 8 14:03:19 2016 : load cover_art_archive.release_group_cover_art
cover_art_archive.release_grou 3384 100% 556670 0.01 sec
No data file found for 'documentation.l_area_area_example', skipping
No data file found for 'documentation.l_area_artist_example', skipping
No data file found for 'documentation.l_area_event_example', skipping
No data file found for 'documentation.l_area_instrument_example', skipping
No data file found for 'documentation.l_area_label_example', skipping
No data file found for 'documentation.l_area_place_example', skipping
No data file found for 'documentation.l_area_recording_example', skipping
No data file found for 'documentation.l_area_release_example', skipping
No data file found for 'documentation.l_area_release_group_example', skipping
No data file found for 'documentation.l_area_series_example', skipping
No data file found for 'documentation.l_area_url_example', skipping
No data file found for 'documentation.l_area_work_example', skipping
No data file found for 'documentation.l_artist_artist_example', skipping
No data file found for 'documentation.l_artist_event_example', skipping
No data file found for 'documentation.l_artist_instrument_example', skipping
No data file found for 'documentation.l_artist_label_example', skipping
No data file found for 'documentation.l_artist_recording_example', skipping
No data file found for 'documentation.l_artist_release_example', skipping
No data file found for 'documentation.l_artist_release_group_example', skipping
No data file found for 'documentation.l_artist_place_example', skipping
No data file found for 'documentation.l_artist_series_example', skipping
No data file found for 'documentation.l_artist_url_example', skipping
No data file found for 'documentation.l_artist_work_example', skipping
No data file found for 'documentation.l_event_event_example', skipping
No data file found for 'documentation.l_event_instrument_example', skipping
No data file found for 'documentation.l_event_label_example', skipping
No data file found for 'documentation.l_event_place_example', skipping
No data file found for 'documentation.l_event_recording_example', skipping
No data file found for 'documentation.l_event_release_example', skipping
No data file found for 'documentation.l_event_release_group_example', skipping
No data file found for 'documentation.l_event_series_example', skipping
No data file found for 'documentation.l_event_url_example', skipping
No data file found for 'documentation.l_event_work_example', skipping
No data file found for 'documentation.l_instrument_instrument_example', skipping
No data file found for 'documentation.l_instrument_label_example', skipping
No data file found for 'documentation.l_instrument_place_example', skipping
No data file found for 'documentation.l_instrument_recording_example', skipping
No data file found for 'documentation.l_instrument_release_example', skipping
No data file found for 'documentation.l_instrument_release_group_example', skipping
No data file found for 'documentation.l_instrument_series_example', skipping
No data file found for 'documentation.l_instrument_url_example', skipping
No data file found for 'documentation.l_instrument_work_example', skipping
No data file found for 'documentation.l_label_label_example', skipping
No data file found for 'documentation.l_label_recording_example', skipping
No data file found for 'documentation.l_label_release_example', skipping
No data file found for 'documentation.l_label_release_group_example', skipping
No data file found for 'documentation.l_label_place_example', skipping
No data file found for 'documentation.l_label_series_example', skipping
No data file found for 'documentation.l_label_url_example', skipping
No data file found for 'documentation.l_label_work_example', skipping
No data file found for 'documentation.l_place_place_example', skipping
No data file found for 'documentation.l_place_recording_example', skipping
No data file found for 'documentation.l_place_release_example', skipping
No data file found for 'documentation.l_place_release_group_example', skipping
No data file found for 'documentation.l_place_series_example', skipping
No data file found for 'documentation.l_place_url_example', skipping
No data file found for 'documentation.l_place_work_example', skipping
No data file found for 'documentation.l_recording_recording_example', skipping
No data file found for 'documentation.l_recording_release_example', skipping
No data file found for 'documentation.l_recording_release_group_example', skipping
No data file found for 'documentation.l_recording_series_example', skipping
No data file found for 'documentation.l_recording_url_example', skipping
No data file found for 'documentation.l_recording_work_example', skipping
No data file found for 'documentation.l_release_group_release_group_example', skipping
No data file found for 'documentation.l_release_group_series_example', skipping
No data file found for 'documentation.l_release_group_url_example', skipping
No data file found for 'documentation.l_release_group_work_example', skipping
No data file found for 'documentation.l_release_release_example', skipping
No data file found for 'documentation.l_release_release_group_example', skipping
No data file found for 'documentation.l_release_series_example', skipping
No data file found for 'documentation.l_release_url_example', skipping
No data file found for 'documentation.l_release_work_example', skipping
No data file found for 'documentation.l_series_series_example', skipping
No data file found for 'documentation.l_series_url_example', skipping
No data file found for 'documentation.l_series_work_example', skipping
No data file found for 'documentation.l_url_url_example', skipping
No data file found for 'documentation.l_url_work_example', skipping
No data file found for 'documentation.l_work_work_example', skipping
No data file found for 'documentation.link_type_documentation', skipping
No data file found for 'sitemaps.artist_lastmod', skipping
No data file found for 'sitemaps.control', skipping
No data file found for 'sitemaps.label_lastmod', skipping
No data file found for 'sitemaps.place_lastmod', skipping
No data file found for 'sitemaps.recording_lastmod', skipping
No data file found for 'sitemaps.release_group_lastmod', skipping
No data file found for 'sitemaps.release_lastmod', skipping
No data file found for 'sitemaps.work_lastmod', skipping
Thu Dec 8 14:03:19 2016 : load statistics.statistic
statistics.statistic 6298042 100% 136566 46.12 sec
Thu Dec 8 14:04:05 2016 : load statistics.statistic_event
statistics.statistic_event 67 100% 1636 0.04 sec
Thu Dec 8 14:04:06 2016 : load wikidocs.wikidocs_index
wikidocs.wikidocs_index 162 100% 40178 0.00 sec
Thu Dec 8 14:04:06 2016 : ensuring editor information is present
Thu Dec 8 14:04:08 2016 : import finished
Loaded 198 tables (115996641 rows) in 1049 seconds
Thu Dec 8 14:04:08 2016 : Creating primary keys ... (CreatePrimaryKeys.sql)
Thu Dec 8 14:16:06 2016 : Creating CAA primary keys ... (caa/CreatePrimaryKeys.sql)
Thu Dec 8 14:16:11 2016 : Creating documentation primary keys ... (documentation/CreatePrimaryKeys.sql)
Thu Dec 8 14:16:31 2016 : Creating statistics primary keys ... (statistics/CreatePrimaryKeys.sql)
Thu Dec 8 14:17:15 2016 : Creating wikidocs primary keys ... (wikidocs/CreatePrimaryKeys.sql)
Thu Dec 8 14:17:16 2016 : Creating search configuration ... (CreateSearchConfiguration.sql)
Thu Dec 8 14:17:16 2016 : Creating functions ... (CreateFunctions.sql)
Thu Dec 8 14:17:16 2016 : Creating CAA functions ... (caa/CreateFunctions.sql)
Thu Dec 8 14:17:16 2016 : Creating indexes ... (CreateIndexes.sql)
Thu Dec 8 14:56:21 2016 : Creating CAA indexes ... (caa/CreateIndexes.sql)
Thu Dec 8 14:56:22 2016 : Creating sitemaps indexes ... (sitemaps/CreateIndexes.sql)
Thu Dec 8 14:56:23 2016 : Creating statistics indexes ... (statistics/CreateIndexes.sql)
Thu Dec 8 14:57:31 2016 : Creating slave-only indexes ... (CreateSlaveIndexes.sql)
Thu Dec 8 14:58:28 2016 : Setting raw initial sequence values ... (SetSequences.sql)
Thu Dec 8 14:58:33 2016 : Setting raw initial statistics sequence values ... (statistics/SetSequences.sql)
Thu Dec 8 14:58:33 2016 : Creating views ... (CreateViews.sql)
Thu Dec 8 14:58:33 2016 : Creating CAA views ... (caa/CreateViews.sql)
Thu Dec 8 14:58:33 2016 : Creating search indexes ... (CreateSearchIndexes.sql)
Thu Dec 8 15:06:49 2016 : Setting up replication ... (ReplicationSetup.sql)
Thu Dec 8 15:06:49 2016 : Optimizing database ...
VACUUM
Thu Dec 8 15:14:16 2016 : Initialized and imported data into the database.
Thu Dec 8 15:14:17 2016 : InitDb.pl succeeded
INITIAL IMPORT IS COMPLETE, MOVING TO NEXT PHASE
LOG: received fast shutdown request
LOG: aborting any active transactions
waiting for server to shut down.......LOG: shutting down
..LOG: database system is shut down
done
server stopped
[cont-init.d] 30-initialise-database: exited 0.
[cont-init.d] 40-config-redis: executing...
[cont-init.d] 40-config-redis: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[606] 08 Dec 15:14:25.484 # Server started, Redis version 2.8.4

[606] 08 Dec 15:14:25.484 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.

 

When I try accessing it from my web browser, I get an infinite loading and will ultimately time out. I'd be curious if someone found a solution to this?

Link to comment
Guest
This topic is now closed to further replies.