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
  • #275

Closed
Open
Created Jan 10, 2012 by Administrator@rootOwner

Create new user failed (email issue?)

Created by: samuel281

Envirionment

server

Ubuntu 11.1 64 bit gitlabhq 2.0 (master branch) gitolite nginx

client

windows 2003 Korean TortiseGit 1.7.5.0 git version 1.7.7.1 msysgit

symptom

When I try to create new user it shows 500 error

production log

Started POST "/admin/users" for 10.238.128.38 at 2012-01-09 19:38:43 -0500 Processing by Admin::UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ojmDJoUxYqyiM1O5WZTosalXsXcmdDPMUiuGFG++NOE=", "user"=>{"name"=>"[email protected]", "email"=>"[email protected]", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "admin"=>"0", "projects_limit"=>"10", "skype"=>"", "linkedin"=>"", "twitter"=>""}, "commit"=>"Save"} Binary data inserted for string type on column encrypted_password Rendered notify/new_user_email.html.haml within layouts/notify (0.6ms)

Sent mail to [email protected] (10ms) Completed 500 Internal Server Error in 90ms

Errno::EPIPE (Broken pipe): app/models/mailer_observer.rb:26:in new_user' app/models/mailer_observer.rb:7:inafter_create' app/controllers/admin/users_controller.rb:29:in block in create' app/controllers/admin/users_controller.rb:28:increate'

nginx log

sendmail: fatal: open /etc/postfix/main.cf: No such file or directory cache: [POST /admin/users] invalidate, pass

reproduce

  1. go to admin tab
  2. go to user menu
  3. create user with input values
Assignee
Assign to
Time tracking