Skip to content
This repository was archived by the owner on Feb 12, 2021. It is now read-only.
This repository was archived by the owner on Feb 12, 2021. It is now read-only.

Failed connect to 127.0.0.1:4001 (vmware) #21

@drnic

Description

@drnic

I booted up coreos via vagrant/vmware instructions, ssh'd in, and followed along with http://coreos.com/docs/using-coreos/

$ curl -L http://127.0.0.1:4001/v1/keys/message -d value="Hello world"
curl: (7) Failed connect to 127.0.0.1:4001; Connection refused

The tail of my running processes is:

  248 ?        Ss     0:00 /usr/lib/systemd/systemd-journald
  270 ?        S      0:00 [kworker/0:3]
  274 ?        Ss     0:00 /usr/lib/systemd/systemd-udevd
  331 ?        S      0:00 [jbd2/sda9-8]
  332 ?        S<     0:00 [ext4-dio-unwrit]
  349 ?        S      0:00 [jbd2/sda6-8]
  350 ?        S<     0:00 [ext4-dio-unwrit]
  382 ?        Ss     0:00 /sbin/dhcpcd -q --nobackground
  384 ?        Ss     0:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
  386 ?        Ss     0:00 /bin/bash /usr/sbin/update_engine_reboot_manager
  389 ?        Ss     0:00 /usr/lib/systemd/systemd-logind
  392 ?        Ssl    0:00 /usr/sbin/update_engine -foreground -logtostderr -no_connection_manager
  395 ?        Ssl    0:00 /usr/bin/docker -d -D
  397 ?        S      0:00 dbus-monitor --system type=signal,interface='org.chromium.UpdateEngineInterface',member='StatusUpdate'
  399 ?        S      0:00 /bin/bash /usr/sbin/update_engine_reboot_manager
  402 tty1     Ss+    0:00 /sbin/agetty --noclear tty1
  404 ttyS0    Ss+    0:00 /sbin/agetty --keep-baud ttyS0 115200 38400 9600
  616 ?        Ss     0:00 sshd: core [priv]   
  618 ?        S      0:00 sshd: core@notty    
  735 ?        Ss     0:00 sshd: core [priv]   
  737 ?        R      0:00 sshd: core@pts/0    
  738 pts/0    Ss     0:00 -bash
  746 pts/0    R+     0:00 ps ax

There is no etcd process. Is there a step missing in docs or a bug in the vagrant up scripts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions