search for: 26t16

Displaying 5 results from an estimated 5 matches for "26t16".

Did you mean: 26,16
2023 Jan 26
1
ctdb samba and winbind event problem
...ng the configuration from registy. smbstatus is showing the same connection as any other of the CTDB-Hosts. Now I enabled the first event 49.winbind with: ctdb event script enable legacy 49.winbind the node chrashes with the following messages in /var/log/log.ctdb ------------------ 2023-01-26T16:14:30.603370+01:00 glfs3 ctdb-eventd[15763]: 49.winbind: ERROR: wbinfo -p returned error 2023-01-26T16:14:30.603446+01:00 glfs3 ctdb-eventd[15763]: 49.winbind: could not ping winbindd! 2023-01-26T16:14:30.603458+01:00 glfs3 ctdb-eventd[15763]: 49.winbind: Ping to winbindd failed 2023-01-26...
2023 Jan 26
1
ctdb samba and winbind event problem
...is showing the same connection as any other of the CTDB-Hosts. > > Now I enabled the first event 49.winbind with: > > ctdb event script enable legacy 49.winbind > > the node chrashes with the following messages in /var/log/log.ctdb > > ------------------ > 2023-01-26T16:14:30.603370+01:00 glfs3 ctdb-eventd[15763]: 49.winbind: > ERROR: wbinfo -p returned error > > 2023-01-26T16:14:30.603446+01:00 glfs3 ctdb-eventd[15763]: 49.winbind: > could not ping winbindd! > > 2023-01-26T16:14:30.603458+01:00 glfs3 ctdb-eventd[15763]: 49.winbind: > P...
2014 Mar 26
0
Auth service panic
Hello, I have dovecot director on one server and today I notice 146 times the same problem. Log below. I try restart dovecot and mysql (auth-db backend) but with no effect. Please help. If any other information is needed I send it. My dovecot version is 2.1.15. 2014-03-26T16:15:28+01:00 r1 dovecot: auth: Fatal: master: service(auth): child 9883 killed with signal 6 (core dumps disabled) 2014-03-26T16:15:43+01:00 r1 dovecot: auth: Panic: file passdb-blocking.c: line 124 (passdb_blocking_lookup_credentials): assertion failed: (auth_stream_is_empty(request->extra_field...
2012 Apr 27
14
app error: Socket is not connected (Errno::ENOTCONN)
I''m getting the following errors multiple times per request when using 4.3.0. I do not receive any errors when using 4.2.1. Please CC me on replies, I''m not subscribed to the mailing list. 16:48:42 web.1 | E, [2012-04-26T16:48:42.733954 #87940] ERROR -- : app error: Socket is not connected (Errno::ENOTCONN) 16:48:42 web.1 | E, [2012-04-26T16:48:42.734193 #87940] ERROR -- : /Users/jnimety/.rvm/gems/ruby-1.9.3-p125 at control/gems/unicorn-4.3.0/lib/unicorn/http_server.rb:539:in `shutdown'' 16:48:42 web.1...
2011 Jul 30
2
Get the current user as Json with Devise
Hi! I use Devise and Basic HTTP Authentication to access user areas from a mobile app. When the user enters its details in the app and it tries to "login" (you don''t actually login with basic auth as you send the credentials with each request) I want to get a response back with the user info, like user ID, email (not password) etc. - So, is there a way to do this out of