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

operation timed out #577

Closed
jurgenweber opened this issue May 9, 2024 · 3 comments
Closed

operation timed out #577

jurgenweber opened this issue May 9, 2024 · 3 comments

Comments

@jurgenweber
Copy link

jurgenweber commented May 9, 2024

Please provide a small Dockerfile that demonstrates your issue.

Using this image https://github.com/blakeblackshear/frigate/tree/dev/docker I added a cont-init to do some additional things in the pod. When I do this, I get the following error:

frigate-7856dbc88-glfrn frigate s6-rc: fatal: timed out
frigate-7856dbc88-glfrn frigate s6-sudoc: fatal: unable to get exit status from server: Operation timed out

From what I have read, it should just wait. I have tried things like

S6_CMD_WAIT_FOR_SERVICES_MAXTIME

without help, any ideas?

note, the additional things which seem to work find when done manually are:

     apt-get update
     apt-get install -y apt-utils
     apt-get install -y usbip

     usbip list -r 192.168.1.95
     usbip attach -r 192.168.1.95 -b 1-2.3
     usbip port
@skarnet
Copy link
Contributor

skarnet commented May 10, 2024

This is definitely a S6_CMD_WAIT_FOR_SERVICES_MAXTIME issue. Try setting it to 0 to disable it.

The next version of s6-overlay with disable this timeout by default, because it causes more issues than it solves.

@jurgenweber
Copy link
Author

just whack that in the env of the container?

@jurgenweber
Copy link
Author

Yep, that worked a treat. Thank you so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants