Displaying 10 results from an estimated 10 matches for "stoppag".
Did you mean:
stoppa
2003 Sep 05
2
mergemaster error, sendmail, RELENG_4
Hello -stable:
I'm getting an error & stoppage from mergemaster in RELENG_4
(now 4.9-PRERELEASE), just updated a few minutes ago, vis:
--------------------
cd /usr/src/etc/sendmail; make distribution
install -o root -g wheel -m 644 /usr/src/etc/sendmail/freebsd.mc freebsd.cf /var/tmp/temproot/etc/mail
install: freebsd.cf: No such file or dir...
2023 Mar 28
1
[PATCH v6 04/11] vhost: take worker or vq instead of dev for flushing
This patch has the core work flush function take a worker. When we
support multiple workers we can then flush each worker during device
removal, stoppage, etc.
Signed-off-by: Mike Christie <michael.christie at oracle.com>
---
drivers/vhost/vhost.c | 24 +++++++++++++++---------
1 file changed, 15 insertions(+), 9 deletions(-)
diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c
index cc2628ba9a77..6160aa1cc922 100644
--- a/drivers/vh...
2019 Apr 05
1
Solr connection timeout hardwired to 60s
...add more hardware to the pools, but what are my options
for scaling the system by orders of magnitude?
What is a general rule of thumb for RAM and SSD disk requirements as a
fraction of indexed document hive size to keep query performance at 200ms or
less? How do people deal with the JAVA GC world-stoppages, other than simply
doubling or tripling every instance?
I am wondering how well alternatives to Solr work in these situations
(ElasticSearch, Xapian, and any others I may have missed).
Regards,
=M=
2006 Jan 30
0
Help - iSCSI and SAMBA?
...th all updates installed on an IBM
server. The installation and setup was pretty straightforward. The
Promise box is using Gigabit Ethernet, and is the only device on that
net (I think they are using a cross-over cable - I didn't set up the
hardware). We're experiencing periodic "stoppages" with some of the
Samba users on this server. Their Windows clients, which have drives
mapped to the IBM server (which has the iSCSI partitions "mounted"),
periodically "pause" for about 30-60 seconds. The machines are NOT
locked up, as we can take screenshots, move th...
2001 Oct 08
0
NT Domain validation error
...: unable to setup the PDC credentials to machine ALPHA.
Error was : NT_STATUS_NOT_SUPPORTED.
2001/10/08 13:42:28 : change_trust_account_password: Failed to change
password for domain MILKYWAY.
Unable to join domain MILKYWAY
Can some one tell me how to solve it and what is the reason for the sudden
stoppage of validations.
Thanks and Regards,
S. Ravishankar.
***********************************************************************
Disclaimer:
This document is intended for transmission to the named recipient only. If
you are not that person, you should note that legal rights reside in this
document...
2002 Aug 13
1
Mounting past the share level (\\server\share\path)
I've run into a bit of a stoppage here. Let me briefly describe the
situation --
I have one Windows 2000 PDC. This holds the SAM we authenticate to across
all of our machines via Kerberos5 or RADIUS.
I have a few Linux boxen. They are each running winbind, and it runs
flawlessly.
What I would like to do is mount each user...
2019 Apr 04
4
Solr connection timeout hardwired to 60s
Hi,
What's the recommended way to handling timeouts on large mailboxes given
the hardwired request timeout of 60s in solr-connection.c:
http_set.request_timeout_msecs = 60*1000;
/Peter
2014 May 13
3
[LLVMdev] Finding safe thread suspension points while JIT-ing (was: Add pass run listeners to the pass manager.)
...will be no assumption about the state of the suspended thread’s LLVM context and no assumption that other threads in the same context will continue executing (if there were such a thing).
> - A single LLVM library call takes longer to complete than the runtime is willing to wait for the thread stoppage to occur.
I’m not sure what you mean by this.
> Both are entirely reasonable; I'm just spelling them out since they might not be obvious to everyone. The second is particularly noteworthy since it's entirely new in LLVM.
>
> I largely agree with Andy at the moment that the...
2014 May 10
3
[LLVMdev] Finding safe thread suspension points while JIT-ing (was: Add pass run listeners to the pass manager.)
On May 9, 2014, at 7:36 PM, Andrew Trick <atrick at apple.com> wrote:
>
> On May 9, 2014, at 6:33 PM, Chandler Carruth <chandlerc at google.com> wrote:
>
>> So, I'm bringing a discussion that has thus far been on llvm-commits to llvmdev because I finally (and thanks for helping me understand this Andy) understand what is *really* going on, and I think lots of
2023 Mar 28
12
[PATCH v6 00/11] vhost: multiple worker support
The following patches were built over linux-next which contains various
vhost patches in mst's tree and the vhost_task patchset in Christian
Brauner's tree:
git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux.git
kernel.user_worker branch:
https://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux.git/log/?h=kernel.user_worker
The latter patchset handles the review comment