Skip to content
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

Report problems with listening to ports and exit #2102

Commits on Aug 3, 2023

  1. Report problems with listening to ports and exit

    Example output:
    ```
    {"level":"warn","error":"listen tcp :8000: bind: address already in use","time":"2023-08-03T10:15:40+02:00","caller":"/home/code/woodpecker/cmd/server/server.go:249","message":"Not able to redirect from http to https"}
    {"level":"fatal","error":"listen tcp 127.0.0.1:8443: bind: address already in use","time":"2023-08-03T10:15:40+02:00","caller":"/home/code/woodpecker/cmd/server/server.go:226"}
    Process 52495 has exited with status 1
    ```
    runephilosof-karnovgroup committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    4d98e1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    caff490 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    3a2080d View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    8e74584 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. improve fatal errors

    anbraten committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    28ff7a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2561c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a570a1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3528b9d View commit details
    Browse the repository at this point in the history