This is the output of the file /var/log/gitlab/gitlab-rails/sidekiq:

2015-06-01_05:28:57.85188 
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/sidekiq-3.3.0/lib/sidekiq/processor.rb:98:in
 
`stats'
2015-06-01_05:28:57.85189 
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/sidekiq-3.3.0/lib/sidekiq/processor.rb:50:in
 
`process'
2015-06-01_05:28:57.85190 
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/celluloid-0.16.0/lib/celluloid/calls.rb:26:in
 
`public_send'
2015-06-01_05:28:57.85191 
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/celluloid-0.16.0/lib/celluloid/calls.rb:26:in
 
`dispatch'
2015-06-01_05:28:57.85194 
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/celluloid-0.16.0/lib/celluloid/calls.rb:122:in
 
`dispatch'
2015-06-01_05:28:57.85195 
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/celluloid-0.16.0/lib/celluloid/cell.rb:60:in
 
`block in invoke'
2015-06-01_05:28:57.85197 
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/celluloid-0.16.0/lib/celluloid/cell.rb:71:in
 
`block in task'
2015-06-01_05:28:57.85198 
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/celluloid-0.16.0/lib/celluloid/actor.rb:357:in
 
`block in task'
2015-06-01_05:28:57.85199 
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/celluloid-0.16.0/lib/celluloid/tasks.rb:57:in
 
`block in initialize'
2015-06-01_05:28:57.85200 
/opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/celluloid-0.16.0/lib/celluloid/tasks/task_fiber.rb:15:in
 
`block in create'

How do I check the installed versión of the application? I used the latest 
omnibus pack using the install instructions on 
https://about.gitlab.com/downloads/?

Also, setting the option of  smtp_tls  = true didn't work.

El lunes, 1 de junio de 2015, 0:13:40 (UTC-5), Stan Hu escribió:

> What version of GitLab are you using? Check 
> /var/log/gitlab/gitlab-rails/sidekiq.log for errors relating to mail 
> delivery.
>
> If you are using a version older than v7.11, then you may need to set
>
> gitlab_rails['smtp_ca_file'] = "/opt/gitlab/embedded/ssl/cert.pem"
>
> See: https://gitlab.com/gitlab-org/gitlab-ce/issues/1558
>
>
>
> On Sun, May 31, 2015 at 4:31 PM, David Chaves <davidca...@gmail.com 
> <javascript:>> wrote:
>
>> Hi, I just started to using gitlab in a Debian 7 enviroment 
>> (specifically, a TurnKey Core appliance 
>> <http://www.turnkeylinux.org/core> in a virtual machine), but I'm unable 
>> to send emails, this is the current configuration in my gitlab.rb file:
>>
>> gitlab_rails['smtp_enable'] = true
>> gitlab_rails['smtp_address'] = "smtp.gmail.com"
>> gitlab_rails['smtp_port'] = 587
>> gitlab_rails['smtp_user_name'] = "[username]@gmail.com"
>> gitlab_rails['smtp_password'] = "[password]"
>> gitlab_rails['smtp_domain'] = "gmail.com"
>> gitlab_rails['smtp_authentication'] = "login"
>> gitlab_rails['smtp_enable_starttls_auto'] = true
>> gitlab_rails['smtp_tls'] = false
>> gitlab_rails['smtp_openssl_verify_mode'] = 'peer'
>>
>> And also google kindly had warned me that I had tried to log in from a 
>> "suspicios" device (which, at the time of this writing, I had 
>> already marked this activity as "non-suspicious"), but there are no emails 
>> in my mailbox :(.
>>
>> The configuration it's based in the one found at: 
>> https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/settings/smtp.md
>>
>> Regards 
>> David
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "GitLab" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to gitlabhq+u...@googlegroups.com <javascript:>.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/gitlabhq/e3386f94-30fe-42f8-84cd-60019e8ec452%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/gitlabhq/e3386f94-30fe-42f8-84cd-60019e8ec452%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/37700825-aa55-4c42-a282-0ceabbf2522c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to