Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 263 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 263 Bytes

fiftyone-getting-started

If the mongo process gets stuck


for prc in /proc/*/cmdline; { (printf "$prc "; cat -A "$prc") | sed 's/\^@/ /g;s|/proc/||;s|/cmdline||'; echo; } |grep mongo

then:

kill <number at the beginning of the returned line>