Skip to content

Commit

Permalink
part03: Add final slide on manual cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardomurri committed Jul 12, 2016
1 parent 92a49c4 commit e25e468
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
Binary file modified docs/programmers/tutorials/workflows/part03.pdf
Binary file not shown.
28 changes: 26 additions & 2 deletions docs/programmers/tutorials/workflows/part03.tex
Expand Up @@ -7,8 +7,8 @@

\usepackage{gc3}

\title[Introduction]{%
Useful debugging commands
\title[Debugging commands]{%
Useful \\ debugging commands
}
\author[R. Murri, S3IT UZH]{%
Riccardo Murri \texttt{<riccardo.murri@uzh.ch>}
Expand Down Expand Up @@ -138,6 +138,30 @@
will stop and refuse to run anything.
\end{frame}
\begin{frame}[fragile]
\frametitle{Manual cleanup of the {\ttfamily localhost} resource}
In case of incomplete cleanup, you will still run into this error:
\begin{stdout}
ERROR: Resource localhost already running maximum allowed number of jobs
\end{stdout}
\+
As a last resort, you can inspect directory \lstinline|$HOME/.gc3/shellcmd.d|:
\begin{stdout}
$ ls $HOME/.gc3/shellcmd.d
15843
\end{stdout}
Each of these files is an allocated execution slot in the \texttt{localhost} resource.
Delete the files to free up the slot.

\+ (The file name is the PID of the process, in case you want to
check if a command is still running before you make GC3Pie forget
about it.)
\end{frame}


\end{document}

%%% Local Variables:
Expand Down

0 comments on commit e25e468

Please sign in to comment.