search for: stoppages

Displaying 10 results from an estimated 10 matches for "stoppages".

Did you mean: stoppage
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 directory *** Error code 71 Stop in
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
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 the...
2001 Oct 08
0
NT Domain validation error
Hi all, Can somebody help me solve the foll. error. I have installed samba in 4 servers (sol8 in 3 nos and sol7 in 1 no) and have configured for our NT domain validation (have pointed it to our domain server) and it has been working fine for more than 2 weeks. Now suddenly all the servers are asking for user name and passwords. I tried stopping and restarting the daemons. Still the
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's Windows 2000 home directory (\\server\share\username) under
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.)
On May 12, 2014, at 3:52 PM, Philip Reames <listmail at philipreames.com> wrote: > I don't have a strong opinion on this topic at the moment, but given that it is potentially GC related, I figured I'd speak up. > > I see two unspoken assumptions in the thread so far: > - The runtime needs a means to bring all threads to a stop to perform some action. In particular,
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