Displaying 5 results from an estimated 5 matches for "robind".
Did you mean:
rebind
2018 Nov 13
0
winbind service panics "randomly"
...> on a recently installed samba file server, the winbind service crashes
> apparently randomly. Every few hours it's necessary to restart the
> winbind service and then it works for a few more hours. Any ideas are
> welcome. 1) the environment: 2 debian stretch DC's with round-robind
> bind+dhcp with dns-update. 1 fileserver also (AD backend) on debian
> stretch. All on self compiled samba 4.8.5 with, a hopefully thorough,
> reading of the wiki. Several windows 10 and ubuntu clients. About 30
> user accounts. 2) DC smb.conf (for the other DC is basically the
> sa...
2014 Jul 23
2
Multiple servers and NFS
Hi all,
For some reason, I didn't go to http://wiki2.dovecot.org/NFS until now,
and I'm starting to get worried ...
The plan was to have multple servers (MXes) receiving mail, and
delivering via LMTP to multiple backend dovecot servers (with amavis in
front of dovecot; LMTP both sides). Then we'd have multiple servers for
clients to use IMAP or POP3.
This is more or less how the
2018 Nov 13
2
winbind service panics "randomly"
Hi all,
on a recently installed samba file server, the winbind service crashes
apparently randomly. Every few hours it's necessary to restart the winbind
service and then it works for a few more hours. Any ideas are welcome.
1) the environment: 2 debian stretch DC's with round-robind bind+dhcp with
dns-update. 1 fileserver also (AD backend) on debian stretch. All on self
compiled samba 4.8.5 with, a hopefully thorough, reading of the wiki.
Several windows 10 and ubuntu clients. About 30 user accounts.
2) DC smb.conf (for the other DC is basically the same) :
[global]
re...
2018 Nov 13
2
winbind service panics "randomly"
...ntly installed samba file server, the winbind service crashes
> > apparently randomly. Every few hours it's necessary to restart the
> > winbind service and then it works for a few more hours. Any ideas are
> > welcome. 1) the environment: 2 debian stretch DC's with round-robind
> > bind+dhcp with dns-update. 1 fileserver also (AD backend) on debian
> > stretch. All on self compiled samba 4.8.5 with, a hopefully thorough,
> > reading of the wiki. Several windows 10 and ubuntu clients. About 30
> > user accounts. 2) DC smb.conf (for the other DC is b...
2007 Oct 15
24
Design flaw? - num_processors, accept/close
Rails instances themselves are almost always single-threaded, whereas
Mongrel, and it''s acceptor, are multithreaded.
In a situation with long-running Rails pages this presents a problem for
mod_proxy_balancer.
If num_processors is greater than 1 ( default: 950 ), then Mongrel will
gladly accept incoming requests and queue them if its rails instance is
currently busy. So even