Replies: 2 comments 7 replies
-
No, please get into the container and consult the build log at:
Please let me know what you find. |
Beta Was this translation helpful? Give feedback.
-
Whoops - I should have clarified that I have this running on unraid, which doesn't seem to have docker-compose. I did remove and reinstall it in the GUI when I changed I tried to adapt the same commands in unraid to do the same job; root@cerebellum:/fio/appdata# docker stop machinaris The GUI reinstalled with the following commands: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='machinaris' --net='bridge' -e TZ="America/New_York" -e HOST_OS="Unraid" -e 'worker_address'='192.168.2.10' -e 'plots_dir'='/plots1' -e 'blockchain_db_download'='false' -e 'keys'='/root/.chia/mnemonic.txt' -e 'mode'='fullnode' -e 'AUTO_PLOT'='false' -e 'blockchains'='chia' -p '8444:8444/tcp' -p '8447:8447/tcp' -p '8926:8926/tcp' -p '8927:8927/tcp' -v '/fio/appdata/machinaris/':'/root/.chia':'rw' -v '/mnt/disks/18tb-3/ChiaPoolPlots/':'/plots1':'rw' -v '/fio2/':'/plotting':'rw' 'ghcr.io/guydavis/machinaris:test' The command finished successfully! Still same result. thanks, Log below WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Get:1 http://security.ubuntu.com/ubuntu hirsute-security InRelease [110 kB] You are in 'detached HEAD' state. You can look around, make experimental If you want to create a new branch to retain commits you create, you may git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at 9d7fd92 v1.1.8 ` `root@cd43f8e32ea0:/tmp# apt-get update root@cd43f8e32ea0:/tmp# apt-cache search cmake ` |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am using the Linux docker image (have tried the 0.68 release, and 0.69 'test' release), and when I try to start plotting in the GUI I get " Plotter not yet built at /usr/bin/chia_plot. Please allow 15 minutes for startup. " .
Or course lots of waiting and retry, but always get the same message.....
Do I need to manually git clone madmax into the docker image for this to work?
Here are the docker logs startup
Welcome to Machinaris v0.6.9!
chia - fullnode on x86_64
Configuring Chia...
Adding key at path: /root/.chia/mnemonic.txt
Adding plot directories at: /plots1
Daemon not started yet
Starting daemon
chia_harvester: started
chia_farmer: started
chia_full_node: started
chia_wallet: started
Configuring Plotman...
Starting Machinaris API server...
Starting Machinaris Web server...
Completed startup. Browse to port 8926.
thanks,
Jonathan
Beta Was this translation helpful? Give feedback.
All reactions