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

Uncaught Error: ENOSPC: no space left on device, mkdir '/tmp/AtomLinter115329-3055-e6ubm7text.html.php' #517

Closed
fredcamps opened this issue Apr 29, 2015 · 0 comments

Comments

@fredcamps
Copy link

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 0.194.0
System: linux 3.16.0-34-generic
Thrown From: linter package, v0.12.1

Stack Trace

Uncaught Error: ENOSPC: no space left on device, mkdir '/tmp/AtomLinter115329-3055-e6ubm7text.html.php'

At /home/fred/.atom/packages/linter/lib/linter-view.coffee:155

Error: ENOSPC: no space left on device, mkdir '/tmp/AtomLinter115329-3055-e6ubm7text.html.php'
  at Error (native)

Commands

     -1:22.1.0 docblockr:parse-enter (atom-text-editor.editor.is-focused)
     -1:22.1.0 editor:newline (atom-text-editor.editor.is-focused)
     -1:21.4.0 emmet:insert-formatted-line-break-only (atom-text-editor.editor.is-focused)
     -1:21.4.0 docblockr:parse-enter (atom-text-editor.editor.is-focused)
     -1:21.4.0 editor:newline (atom-text-editor.editor.is-focused)
  4x -1:14.1.0 core:move-up (atom-text-editor.editor.is-focused)
  4x -1:05.6.0 core:move-left (atom-text-editor.editor.is-focused)
     -0:52.7.0 core:save (atom-text-editor.editor.is-focused)
     -0:48.9.0 core:delete (atom-text-editor.editor.is-focused)
     -0:47.9.0 core:save (atom-text-editor.editor.is-focused)
     -0:27 snippets:next-tab-stop (atom-text-editor.editor.is-focused)
     -0:27 snippets:expand (atom-text-editor.editor.is-focused)
     -0:27 docblockr:parse-tab (atom-text-editor.editor.is-focused)
     -0:27 editor:indent (atom-text-editor.editor.is-focused)
     -0:16.9.0 core:copy (atom-text-editor.editor)
     -0:15.4.0 core:paste (atom-text-editor.editor.is-focused)

Config

{
  "core": {
    "disabledPackages": [
      "metrics",
      "autocomplete"
    ]
  },
  "linter": {
    "statusBar": "Show error of the selected line",
    "showInfoMessages": true,
    "showErrorInline": false,
    "lintOnChangeMethod": "throttle",
    "ignoredLinterErrors": [
      "php",
      "phpcs",
      "phpmd"
    ]
  }
}

Installed Packages

# User
atom-beautify, v0.24.1
autocomplete-paths, v1.0.2
autocomplete-plus, v2.12.0
autocomplete-plus-python-jedi, v0.2.7
autocomplete-snippets, v1.2.0
docblockr, v0.6.3
emmet, v2.3.8
linter, v0.12.1
linter-clang, v2.25.1
linter-jshint, v0.1.2
linter-php, v0.0.12
linter-phpcs, v0.0.14
linter-phpmd, v0.0.10
linter-pylama, v0.0.17
linter-ruby, v0.1.4
linter-shellcheck, v0.0.7
minimap, v4.7.6
script, v2.19.0
tabs-to-spaces, v0.9.2

# Dev
No dev packages
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

3 participants