Skip to main content

Questions tagged [timeout]

A command which runs a specified command for a given time, and then terminates it. See http://man7.org/linux/man-pages/man1/timeout.1.html

0 votes
0 answers
569 views

I am currently troubleshooting a bizarre problem on my Arch Linux system. Since about a week ago, pacman upgrades started failing. Fetching the latest package lists hangs for roughly 10 seconds after ...
Hyunbin Yoo's user avatar
2 votes
1 answer
423 views

in doing a reposync of EPEL, a particular download of an rpm is doing... some.rpm: Curl error (28): Timeout was reached for http:///repo.wherever.edu [operation too slow less than 1000 bytes/sec ...
ron's user avatar
  • 9,184
12 votes
2 answers
1k views

I need to run multiple shell scripts sequentially (s1.sh, s2.sh, s3.sh) with the following requirement: If a script produces no output (stdout or stderr) for 1 minute, it should be terminated After ...
Just a learner's user avatar
0 votes
0 answers
41 views

I'm getting timeouts on inquiry while a write buffer is active because the device cannot respond to the inquiry until the write buffer is complete. See errors . Dec 10 16:04:39 soul kernel: sd 0:0:34:...
Tim O'Callaghan's user avatar
0 votes
1 answer
144 views

The linux host command says capital -W specifies wait seconds, but in my case it always seems to wait longer regardless of specified seconds: time host -W 2 2409:8a50:4be:3eb0:5cce:db14:2e63:daf6 ;; ...
adrianTNT's user avatar
  • 613
0 votes
1 answer
263 views

I ran a container using the alpine image and used timeout to run a command in it. After the timeout command ran, there is a dead process left in alpine, and I cannot kill it using the kill command. My ...
Ui Hirazawa's user avatar
0 votes
0 answers
170 views

I am running Debian GNU/Linux 12.5.0 (bookworm) on a computer which has suddenly failed to boot and is extremely slow in emergency mode. Apologies in advance if I leave something important out, I am a ...
Isak Lundgren's user avatar
0 votes
1 answer
118 views

So I'm aware that this is a somewhat convoluted usecase with probably not many practical applications, so unfortunately I wasn't able to find many helpful pointers so far. Basically, I would like to ...
RobinFood's user avatar
0 votes
1 answer
646 views

When I try to connect to wifi, dhcpcd gets stuck, # dhcpcd wlxf42853190543 dhcpcd-10.0.6 starting DUID 00:01:00:01:2d:1b:d8:8a:f4:e8:53:d9:78:b1 wlxf42853190543: waiting for carrier and times out. I ...
Dan Jacobson's user avatar
3 votes
2 answers
5k views

I have a problem where on rare occasions my Type=simple systemd service hangs or gets caught in a loop. This causes its timer to stop scheduling the service because, as confirmed with sudo systemctl ...
user avatar
9 votes
1 answer
868 views

Interactive sh shell session: $ sh $ timeout 1 yes | sed -n s/a/b/p ; echo $? Terminated 143 $ Non-interactive script via sh -c: $ sh -c 'timeout 1 yes | sed -n s/a/b/p ; echo $?' 0 $ Why do those ...
finefoot's user avatar
  • 3,586
1 vote
0 answers
354 views

From Windows-10, I use MobaXterm to SSH log in to a Fedora-38 machine remotely with unprivileged account 'mike' and typically establish a second session that I su to privileged 'root' account so I don'...
DarkSky's user avatar
  • 11
0 votes
0 answers
182 views

I want to enforce timeout of 5s to python command and at the same time want to measure the execution time for python command (taking into account that python3 command memory limit is 256 MB), what I ...
Albert Einstein's user avatar
0 votes
2 answers
129 views

Is there a way I can monitor the execution time of a script and generate notifications if the script is still running at milestone intervals? AFAICS, wait in bash always blocks. I intend using this in ...
symcbean's user avatar
  • 6,359
0 votes
0 answers
26 views

I have a script, script-A, which runs script-B. When run under the terminal, it terminates as expected from Ctrl-C, but when run via ssh it continues to silently run after Ctrl-C even though ssh ...
yong's user avatar
  • 351

15 30 50 per page
1
2 3 4 5
14