Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #4002

Closed
Open
Created May 20, 2013 by Administrator@rootOwner

posix_spawnp errors on 5.2

Created by: saschagrunert

Hi,

I get some posix_spawnp() errors if i try to view the repo stats or view the network graph:

Errno::ENOENT (No such file or directory - posix_spawnp):
  app/models/network/graph.rb:113:in 'find_commits'
  app/models/network/graph.rb:78:in 'count_to_display_commit_in_center'
  app/models/network/graph.rb:38:in 'collect_commits'
  app/models/network/graph.rb:18:in 'initialize'
  app/controllers/graph_controller.rb:19:in 'new'
  app/controllers/graph_controller.rb:19:in 'block (2 levels) in show'
  app/controllers/graph_controller.rb:15:in 'show'

Errno::ENOENT (No such file or directory - posix_spawnp):
  app/models/repository.rb:25:in 'commits'
  app/controllers/refs_controller.rb:36:in 'block in logs_tree'
  app/controllers/refs_controller.rb:34:in 'map'
  app/controllers/refs_controller.rb:34:in 'logs_tree'




ActionView::Template::Error (No such file or directory - posix_spawnp):
    5:     %hr
    6:     %p
    7:       %b Total commits:
    8:       %span= @stats.commits_count
    9:     %p
    10:       %b Total files in #{@repository.root_ref}:
    11:       %span= @stats.files_count
  app/views/repositories/stats.html.haml:8:in '_app_views_repositories_stats_html_haml__2310245008082991401_17336614660'
Assignee
Assign to
Time tracking