Quantcast
Channel: Rockstor Community Forum - Latest topics
Viewing all articles
Browse latest Browse all 1913

MinIO - Not able to start the application

$
0
0

Hi all, first, thank for this very usefull RockStor OS, it help me a lot for many years.

I have a new installation to backup all of my data and I have a new requierment for backing up on a S3 object Storage. Yeah I found MinIo available in the Rock-Ons add-on. After I have installed the application, I never be able to access the WebUi. I found later that my installation is to old and the error I have is

Fatal glibc error: CPU does not support x86-64-v2

So I have try to create my own Rock-Ons but now I have another error, can someone please help me there?

Error:

minio/minio:RELEASE.2024-09-22T00-33-43Z-cpuv1/MinIOcpuV1[6742]: ERRO: Calculating checksum failed: open minio: no such file or directory
minio/minio:RELEASE.2024-09-22T00-33-43Z-cpuv1/MinIOcpuV1[6742]: FATAL Unable to start listening on console port: address 9001: missing port in address

Here is my json file I have created from minio.json (By the way, thanks a lot MikeMcPherson)

{
    "MinIOcpuV1": {
        "description": "MinIO is an S3-compatible object storage server.<p>Based on the official docker image: <a href='https://hub.docker.com/r/minio/minio' target='_blank'>https://hub.docker.com/r/minio/minio</a>, available for amd64 and>
        "version": "1.2",
        "website": "https://minio.io",
        "more_info": "This Rock-on uses the official MinIO Docker image to implement a single MinIO instance with a single object storage share, suitable for use on a private network.  If your connections traverse a network you do not cont>
        "ui": {
            "https": false,
            "slug": ""
        },
        "volume_add_support": false,
        "containers": {
            "MinIOcpuV1": {
                "image": "minio/minio",
                "tag": "RELEASE.2024-09-22T00-33-43Z-cpuv1",
                "launch_order": 1,
                "ports": {
                    "9000": {
                        "description": "Port for API access, default 9000",
                        "host_default": 9000,
                        "label": "MinIO API Port",
                        "ui": false
                    },
                    "9001": {
                        "description": "Port for Admin Portal access, default 9001",
                        "host_default": 9001,
                        "label": "MinIO Admin Portal Port",
                        "ui": true
                    }
                },
                "volumes": {
                    "/data": {
                        "description": "Choose a share for MinIO object storage",
                        "label": "MinIO Object Storage"
                    }
                },
                "cmd_arguments": [
                    [ "server" , "/data" ]
                 ],
                "environment": {
                    "MINIO_ROOT_USER": {
                        "description": "MinIO Administrator Username, 3 to 128 alphanumeric characters",
                        "label": "MinIO Admin User"
                    },
                    "MINIO_ROOT_PASSWORD": {
                        "description": "MinIO Administrator Password, 8 to 128 alphanumeric characters",
                        "label": "MinIO Admin Password"
                    },
                    "MINIO_CONSOLE_ADDRESS": {
                        "description": "MinIO Console Address, for example, \":9001\".  Must be the same port as \"MinIO Admin Portal Port\".",
"label": "MinIO Console Address"
                    }
                }
            }
        }
    }
}

I have try to search log but never find any file that can help me understand what this error is.

Thanks for helping me out.

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 1913

Trending Articles