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

[BUG] "syncthing cli operations shutdown" dont work #71

Closed
1 task done
icf20 opened this issue Dec 29, 2023 · 4 comments
Closed
1 task done

[BUG] "syncthing cli operations shutdown" dont work #71

icf20 opened this issue Dec 29, 2023 · 4 comments

Comments

@icf20
Copy link

icf20 commented Dec 29, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

root@1357e4230c1c:/# syncthing cli operations shutdown
unexpected HTTP status returned: 403 Forbidden
Forbidden
root@1357e4230c1c:/#

Expected Behavior

to stop syncthing

Steps To Reproduce

send syncthing cli operations shutdown to the container

Environment

- OS:debian stable
- How docker service was installed: docker-compose

CPU architecture

x86-64

Docker creation

version: "2.1"
services:
  syncthing:
    image: linuxserver/syncthing
    container_name: syncthing
    environment:
      - PUID=1000
      - PGID=100
      - TZ=why do you care?
    volumes:
      - why do you care?:/config
      - why do you care?:/data1
      - why do you care?:/data2
    ports:
      - why do you care?:8384
      - 22000:22000
      - 21027:21027/udp
    restart: unless-stopped

Container logs

docker exec -it syncthing syncthing cli operations shutdown dont generate any logs
Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@LinuxServer-CI
Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

@homerr
Copy link
Member

homerr commented Mar 17, 2024

I'm going to close this off because;

  • You asked why we need to know how you created your container... so we can replicate your setup to assist in debug
  • You didn't detail the steps you went through to set up the cli
  • Explain why you need this (if you stop synching, s6 will restart it)

Feel free to discuss further in discord as I feel that would be a better place for this subject.

@homerr homerr closed this as not planned Won't fix, can't repro, duplicate, stale Mar 17, 2024
@LinuxServer-CI LinuxServer-CI moved this from Issues to Done in Issue & PR Tracker Mar 17, 2024
Copy link

This issue is locked due to inactivity

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Archived in project
Development

No branches or pull requests

3 participants