这是indexloc提供的服务,不要输入任何密码
Skip to content

ngrok hangs when tries to exit #275

@misterjdrg

Description

@misterjdrg
jdr@k1 ~/g/felix_rootfs> ./ngrok help
felix86 25.07 (20378ed)
Linux 6.6
Environment:
FELIX86_ROOTFS=/home/jdr/git/felix_rootfs
FELIX86_THUNKS=/opt/felix86/lib
FELIX86_BINFMT_MISC_INSTALLED=true
Extensions enabled for the recompiler: g,v256,c,b,zicond
I couldn't find the .Xauthority file inside the rootfs
Atomic OR with 8 or 16 bit operands encountered
Atomic OR with 8 or 16 bit operands encountered
Atomic OR with 8 or 16 bit operands encountered
Thread 152705 started
Thread 152707 started
Atomic OR with 8 or 16 bit operands encountered
Thread 152709 started
Atomic OR with 8 or 16 bit operands encountered
Thread 152711 started
Thread 152713 started
Atomic OR with 8 or 16 bit operands encountered
Atomic OR with 8 or 16 bit operands encountered
Atomic OR with 8 or 16 bit operands encountered
Atomic OR with 8 or 16 bit operands encountered
Atomic OR with 8 or 16 bit operands encountered
Atomic OR with 8 or 16 bit operands encountered
Atomic OR with 8 or 16 bit operands encountered
Atomic OR with 8 or 16 bit operands encountered
Atomic OR with 8 or 16 bit operands encountered
Atomic OR with 8 or 16 bit operands encountered
Atomic OR with 8 or 16 bit operands encountered
Atomic OR with 8 or 16 bit operands encountered
Atomic OR with 8 or 16 bit operands encountered
Atomic OR with 8 or 16 bit operands encountered
Atomic OR with 8 or 16 bit operands encountered
Atomic OR with 8 or 16 bit operands encountered
Thread 152715 started
Atomic OR with 8 or 16 bit operands encountered
Atomic OR with 8 or 16 bit operands encountered
Atomic OR with 8 or 16 bit operands encountered
Atomic OR with 8 or 16 bit operands encountered
Atomic OR with 8 or 16 bit operands encountered
Atomic OR with 8 or 16 bit operands encountered
Atomic OR with 8 or 16 bit operands encountered
Atomic OR with 8 or 16 bit operands encountered
Thread 152717 started
Atomic OR with 8 or 16 bit operands encountered
NAME:
  ngrok - tunnel local ports to public URLs and inspect traffic

USAGE:
  ngrok [command] [flags]

DESCRIPTION: 
  ngrok puts network services, apps and APIs online.

  ngrok exposes local networked services behinds NATs and firewalls to the
  public internet over a secure tunnel. Share local websites, build/test
  webhook consumers and self-host personal services.
  Detailed help for each command is available by adding '--help' to any command or with
  the 'ngrok help' command.

  Open https://dashboard.ngrok.com/obs/traffic-inspector to inspect traffic through your endpoints.


EXAMPLES: 
  # forward http traffic from assigned public URL to local port 80
  ngrok http 80

  # choose a URL instead of random assignment
  ngrok http 8080 --url https://baz.ngrok.dev

  # manipulate traffic to your endpoint with a traffic policy file
  ngrok http 8080 --url https://baz.ngrok.dev --traffic-policy-file tp.yml

  # forward to another address on the network instead of a local port
  ngrok http foo.local:3000

  # forward to a local https server
  ngrok http https://localhost:8443

  # forward TCP traffic (e.g. ssh) with an assigned public address
  ngrok tcp 22

  # load balance (in two terminals)
  ngrok http 80 --url https://api.example.com --pooling-enabled
  ngrok http 80 --url https://api.example.com --pooling-enabled

  # privately connect a service to the ngrok cloud.
  # then forward traffic from other endpoints in your account to it
  ngrok http 80 --url https://svc.internal
  ngrok tcp 5432 --url tcp://postgres.internal:5432

  # make your endpoint url addressable only from k8s clusters
  # where you've installed the ngrok k8s operator
  ngrok http 80 --url https://example.namespace --binding kubernetes

  # start multiple endpoints defined in the config file
  ngrok start foo bar baz

COMMANDS:
  api                            use ngrok agent as an api client
  completion                     generates shell completion code for bash or zsh
  config                         update or migrate ngrok's configuration file
  credits                        prints author and licensing information
  diagnose                       diagnose connection issues
  help                           Help about any command
  http                           start an HTTP tunnel
  service                        run and control an ngrok service on a target operating system
  start                          start endpoints or tunnels by name from the configuration file
  tcp                            start a TCP tunnel
  tls                            start a TLS tunnel
  tunnel                         start a tunnel for use with a tunnel-group backend
  update                         update ngrok to the latest version
  version                        print the version string

OPTIONS:
      --config strings    path to config files; they are merged if multiple
  -h, --help              help for ngrok
      --metadata string   opaque user-defined metadata for the tunnel session
  -v, --version           version for ngrok
Thread 152713 exited with reason: Exit group syscall

###################### Hangs here ########################

Link to archive with binary:
https://ngrok.com/downloads/linux?tab=download
https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-amd64.tgz

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions