Skip to content

bug: setup fails at Step 3 with Process exited with status 1 when initializing Swarm #1301

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
liujiaqi222 opened this issue May 25, 2025 · 3 comments
Labels
bug Something isn't working

Comments

@liujiaqi222
Copy link

Describe the bug

I believe the third step involves setting up Docker. I checked sudo systemctl status docker and confirmed that Docker is running. However, I cannot complete the third-step setup—it returned Process exited with status 1. I need to raise an issue.

Image

Image

Image

Manual attempts to create Docker Swarm, restart SwiftWave, and leave the swarm cluster didn't resolve the issue.

Image

Here is docker info:

Client: Docker Engine - Community
 Version:    28.1.1
 Context:    default
 Debug Mode: false
 Plugins:
  buildx: Docker Buildx (Docker Inc.)
    Version:  v0.23.0
    Path:     /usr/libexec/docker/cli-plugins/docker-buildx
  compose: Docker Compose (Docker Inc.)
    Version:  v2.35.1
    Path:     /usr/libexec/docker/cli-plugins/docker-compose

Server:
 Containers: 2
  Running: 2
  Paused: 0
  Stopped: 0
 Images: 2
 Server Version: 28.1.1
 Storage Driver: overlay2
  Backing Filesystem: extfs
  Supports d_type: true
  Using metacopy: false
  Native Overlay Diff: true
  userxattr: false
 Logging Driver: json-file
 Cgroup Driver: systemd
 Cgroup Version: 2
 Plugins:
  Volume: local
  Network: bridge host ipvlan macvlan null overlay
  Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog
 Swarm: inactive
 Runtimes: io.containerd.runc.v2 runc
 Default Runtime: runc
 Init Binary: docker-init
 containerd version: 05044ec0a9a75232cad458027ca83437aae3f4da
 runc version: v1.2.5-0-g59923ef
 init version: de40ad0
 Security Options:
  apparmor
  seccomp
   Profile: builtin
  cgroupns
 Kernel Version: 6.14.0-1006-gcp
 Operating System: Ubuntu 25.04
 OSType: linux
 Architecture: x86_64
 CPUs: 2
 Total Memory: 958.2MiB
 Name: instance-20250525-041326
 ID: c33ac2ac-d6ae-4e04-8d61-1b1dccddbef6
 Docker Root Dir: /var/lib/docker
 Debug Mode: false
 Experimental: false
 Insecure Registries:
  ::1/128
  127.0.0.0/8
 Live Restore Enabled: false

Are you working on this issue?

Yes

@liujiaqi222 liujiaqi222 added the bug Something isn't working label May 25, 2025
@tanmoysrt
Copy link
Member

tanmoysrt commented May 25, 2025

@liujiaqi222
Can you try on 22.04 or 24.04 LTS ?
I haven't tried on 25.04 (not stable release).

Meanwhile I will try to replicate

@liujiaqi222
Copy link
Author

liujiaqi222 commented May 26, 2025

@liujiaqi222 Can you try on 22.04 or 24.04 LTS ? I haven't tried on 25.04 (not stable release).

Meanwhile I will try to replicate

I tried using the 24.04 LTS version, but I'm still getting the same error.

Here is docker info:

Client: Docker Engine - Community
 Version:    28.1.1
 Context:    default
 Debug Mode: false
 Plugins:
  buildx: Docker Buildx (Docker Inc.)
    Version:  v0.23.0
    Path:     /usr/libexec/docker/cli-plugins/docker-buildx
  compose: Docker Compose (Docker Inc.)
    Version:  v2.35.1
    Path:     /usr/libexec/docker/cli-plugins/docker-compose

Server:
 Containers: 1
  Running: 1
  Paused: 0
  Stopped: 0
 Images: 2
 Server Version: 28.1.1
 Storage Driver: overlay2
  Backing Filesystem: extfs
  Supports d_type: true
  Using metacopy: false
  Native Overlay Diff: true
  userxattr: false
 Logging Driver: json-file
 Cgroup Driver: systemd
 Cgroup Version: 2
 Plugins:
  Volume: local
  Network: bridge host ipvlan macvlan null overlay
  Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog
 Swarm: inactive
 Runtimes: runc io.containerd.runc.v2
 Default Runtime: runc
 Init Binary: docker-init
 containerd version: 05044ec0a9a75232cad458027ca83437aae3f4da
 runc version: v1.2.5-0-g59923ef
 init version: de40ad0
 Security Options:
  apparmor
  seccomp
   Profile: builtin
  cgroupns
 Kernel Version: 6.11.0-1015-gcp
 Operating System: Ubuntu 24.04.2 LTS
 OSType: linux
 Architecture: x86_64
 CPUs: 2
 Total Memory: 958.2MiB
 Name: instance-20250526-022256
 ID: 0d6dac7f-e839-431a-8c60-3103ba2a0507
 Docker Root Dir: /var/lib/docker
 Debug Mode: false
 Experimental: false
 Insecure Registries:
  ::1/128
  127.0.0.0/8
 Live Restore Enabled: false

@tanmoysrt
Copy link
Member

Thanks @liujiaqi222 for the info.
You don't need to share creds (I have redacted those from your comment).

I will try to trplicate on a new server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants