#9·pi

dockerFlavorSync: command error

Author: ioannistCreated Mar 18, 2021Updated Apr 23, 2022

Hi guys. I have been running Pi on a Windows Server 2019 bare metal machine with 1Gbs connection. I have passed docker and port tests and the stellar dummy image is up and running in Docker engine v20.10.5.

However, there seems to be a problem with the Consensus image as indicated by the log files.

Pi Node version number: 0.4.3 Consensus container enabled: No Node switch on: Yes PortsChecker container: running Consensus container: absent Operating system: WINDOWS 10.0.17763 (Microsoft Windows Server 2019 Standard) Using Docker Toolbox: No Node installation date: N/A Availability (up to 90 days): N/A

From main file (C:\Users\yourname\AppData\Roaming\Pi Network\logs)

[2021-03-18 07:12:47.088] [error] run: stats: drive.info(): err: Error: disk name invalid and / not found
    at C:\Users\Administrator\AppData\Local\Programs\pi-network-desktop\resources\app.asar\node_modules\node-os-utils\lib\drive.js:62:17
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:94:5)
[2021-03-18 07:12:47.142] [error] dockerFlavorSync: command error:  Error: Command failed: docker-machine env default
'docker-machine' is not recognized as an internal or external command,
operable program or batch file.

From renderer file

[2021-03-16 16:08:02.630] [debug] HOMEPAGE RENDER FUNCTION:
[2021-03-16 16:08:02.637] [debug] portsCheckPassed:  null
[2021-03-16 16:08:02.646] [debug] daemonOK:  true
[2021-03-16 16:08:02.753] [debug] HOMEPAGE RENDER FUNCTION:
[2021-03-16 16:08:02.759] [debug] portsCheckPassed:  true
[2021-03-16 16:08:02.765] [debug] daemonOK:  true
[2021-03-16 16:08:02.771] [debug] containerFlavor not null
[2021-03-16 16:08:09.193] [debug] Renderer: interval happening...
[2021-03-16 16:08:31.139] [debug] Renderer: interval happening...

The server has been running for 3 days.