Skip to content

Instantly share code, notes, and snippets.

@benjaminmateev
Created July 23, 2011 13:51
Show Gist options
  • Save benjaminmateev/1101450 to your computer and use it in GitHub Desktop.
Save benjaminmateev/1101450 to your computer and use it in GitHub Desktop.
Workaround for Debian Bug
tail -f /va-bash: /dev/fd/62: No such file or directory
-bash: /dev/fd/60: No such file or directory
# Workaround:
sudo ln -s /proc/self/fd /dev/fd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment