Hello,
I know I reported this to Bjoern already in email, but thought others might find the same issue hapenning to them. I am using docker 1.8.1 on Ubuntu 14.04LTS.
After running the docker-galaxy-stable container with the command:
sudo docker run -i -t -p 8080:80 -v /home/XXX/Software/galaxy_storage/:/export/ --name galaxy bgruening/galaxy-stable
I get galaxy nice and running. I make an account for myself, go to home/XXX/Software/galaxy_storage/galaxy-central/config and do
sudo nano galaxy.ini.sample where I change the line
admin_users = None
into
admin_users = kajocina@gmail.com
I save the file under a new name galaxy.ini and stop the container. Subsequently, I start the container again using the same command as shown above. What happens is that now I get 403 forbidden in my localhost:8080 access and strangely enough, the config folder gets totally emptied.
Anyone ever encountered such behavior ?
EDIT 1: I also noticed that in case I change this config file myself and get 403 Forbidden, the logs in the galaxy container stop on:
==> /home/galaxy/slurmd.log <==
[2015-09-08T11:46:36.002] Node configuration differs from hardware: CPUs=4:4(hw) Boards=1:1(hw) SocketsPerBoard=4:1(hw) CoresPerSocket=1:4(hw) ThreadsPerCore=1:1(hw)
[2015-09-08T11:46:36.002] Gathering cpu frequency information for 4 cpus
[2015-09-08T11:46:36.003] slurmd version 2.6.5 started
[2015-09-08T11:46:36.003] slurmd started on Tue, 08 Sep 2015 11:46:35 +0000
[2015-09-08T11:46:36.003] CPUs=4 Boards=1 Sockets=4 Cores=1 Threads=1 Memory=32115 TmpDisk=210818 Uptime=17625
and never go any further, while with "healthy" galaxy run, without changing configs I get
==> /home/galaxy/uwsgi.log <==
after this and a whole huge list of lines starting with DEBUG.... etc.
Best,
Piotr
Hello,
I know I reported this to Bjoern already in email, but thought others might find the same issue hapenning to them. I am using docker 1.8.1 on Ubuntu 14.04LTS.
After running the docker-galaxy-stable container with the command:
sudo docker run -i -t -p 8080:80 -v /home/XXX/Software/galaxy_storage/:/export/ --name galaxy bgruening/galaxy-stable
I get galaxy nice and running. I make an account for myself, go to home/XXX/Software/galaxy_storage/galaxy-central/config and do
sudo nano galaxy.ini.sample where I change the line
admin_users = None
into
admin_users = kajocina@gmail.com
I save the file under a new name galaxy.ini and stop the container. Subsequently, I start the container again using the same command as shown above. What happens is that now I get 403 forbidden in my localhost:8080 access and strangely enough, the config folder gets totally emptied.
Anyone ever encountered such behavior ?
EDIT 1: I also noticed that in case I change this config file myself and get 403 Forbidden, the logs in the galaxy container stop on:
==> /home/galaxy/slurmd.log <==
[2015-09-08T11:46:36.002] Node configuration differs from hardware: CPUs=4:4(hw) Boards=1:1(hw) SocketsPerBoard=4:1(hw) CoresPerSocket=1:4(hw) ThreadsPerCore=1:1(hw)
[2015-09-08T11:46:36.002] Gathering cpu frequency information for 4 cpus
[2015-09-08T11:46:36.003] slurmd version 2.6.5 started
[2015-09-08T11:46:36.003] slurmd started on Tue, 08 Sep 2015 11:46:35 +0000
[2015-09-08T11:46:36.003] CPUs=4 Boards=1 Sockets=4 Cores=1 Threads=1 Memory=32115 TmpDisk=210818 Uptime=17625
and never go any further, while with "healthy" galaxy run, without changing configs I get
==> /home/galaxy/uwsgi.log <==
after this and a whole huge list of lines starting with DEBUG.... etc.
Best,
Piotr