Displaying 3 results from an estimated 3 matches for "neigher".
Did you mean:
neighter
2007 Jan 23
1
Problems with password authentication on Samba as an AD-Member
...crash)
Users are only able to use the Sambaserver, when logged in to a
windowsbox, which is a member of the domain. Otherwise, instead of the
password-dialog, a messagebox appears after a long time of waiting,
saying "file \\servername\sharename not found".
There are no errors reported. Neigher on the DC, nor on the
Samba-Server. On the Sambaserver, I found out, that I can browse the
shares only doing
kinit <username>
Password: <mypassword>
smbclient -k -L SERVERNAME
(which gives all the shares immediately)
not and not by
smbclient -U<username> -L SERVERNAME
Password...
2005 Jan 05
7
Realtime
Hi,
Jan 6 01:43:09 WARNING[12209]: pbx.c:796 pbx_find_extension: No such switch
'Realtime'
What does this message mean ?
Something wrong with the switch statement in my extensions.conf or maybe is
the module net correctly installed ?
Thnx.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 May 28
5
Rails, ActionController::Base.allow_concurrency and mongrel
Hello all,
Are you aware of the rails ActionController::Base.allow_concurrency option ?
If this option is true, rails is able to process simultaneous multiples
actions.
It appears that rails is thread-safe (if the user application is), and
that this option is mostly unknown.
Webrick take care of this option in rails-1.1.2/lib/webrick_server.rb at
line 80 :
REQUEST_MUTEX.lock unless