Displaying 20 results from an estimated 7000 matches similar to: "Solr 4.1 - how to check replication staistics using wget?"
2013 Jul 04
2
Java/Solr - Could not reserve enough space for object heap.
Hi All.
# cat /etc/redhat-release
CentOS release 6.2 (Final)
# uname -r
2.6.32-220.17.1.el6.centos.plus.x86_64
# rpm -qa | grep solr
apache-solr-3.5.0-1.5...
I have a solr installation which is invoked:
/usr/bin/java -Xms25g -Xmx25g -DSTOP.PORT=8079 -DSTOP.KEY=mustard
-Dsolr.solr.home=multicore -jar start.jar
After start/when the java process is running:
# free -m
total
2013 Jul 18
1
KVM, virtualized interface, dropped packets.
Hi All.
I have currently a small problem to solve. I have a kvm virtual machine
which in output of
ifconfig eth0 | egrep 'RX packets|TX packets'
RX packets:792681304 errors:0 dropped:560728 overruns:0 frame:0
TX packets:716661674 errors:0 dropped:0 overruns:0 carrier:0
show dropped packets. I think that rx buffer is to small (no strange
messagess in dmesg) and would
2012 Nov 09
1
Monitoring bandwidth, latency, packet drop.
Hi all.
I am currently thinking about monitoring a network link (bandwidth,
latency, packet drop). I have a centos server which is connected to
providers network through a switch. How to test the link? Should I:
- use ICMP to ping gateway and collect staistics of time/packet loss/etc.
- use software like here:
http://www.cyberciti.biz/faq/linux-unix-windows-monitor-outgoing-bandwidth-latency/
2013 Jun 19
1
puppet 3.1.1 - wrong domain and fqdn in facter.
Hi All.
I am using:
#rpm -qa | egrep ''puppet|facter''
puppetlabs-release-6-7.noarch
puppet-3.1.1-1.el6.noarch
facter-1.7.1-1.el6.x86_64
on:
#cat /etc/redhat-release ; uname -r
CentOS release 6.4 (Final)
2.6.32-358.11.1.el6.centos.plus.x86_64
My hostname is server.one.two.com:
# hostname
server.one.two.com
# hostname --fqdn
one.two.com
#grep HOSTNAME /etc/sysconfig/network
2012 Jul 03
6
Good tool to draw server room?
Hi all.
I am currently designing a server room. I would like to be able to draw a
2D (in the future 3D) project. Do you know any tools? Which one can you
recommend?
Best regards,
Rafal Radecki.
2015 Mar 26
2
Proper check of openssl usage in processes?
Hi All :)
I need to check and possibly update openssl on my fleet of servers. I would
like to avoid reboot if possible. I think that I can:
- update openssl version with yum
- check all daemon processes which are constantly running in the os, for
example for sshd something like
ldd `which sshd` | awk '/\// { print $3 }' | grep crypto | xargs strings
| grep -i openssl
to verify if the
2020 Nov 13
2
dovecot fts-solr + solr 8.7.0 upgrade: "Indexing failed: 401 Unauthorized" + "Transaction commit failed: FTS transaction commit failed: backend deinit" ?
On 11/13/20 9:46 AM, John Fawcett wrote:
>> (1) Can anyone yet verify Doveoct/fts-solr working with solr 8.7.x?>> (2) What logging config in Dovecot gets me more/detailed output for the fts_solr fail?
>> (3) Any obvious clues as to what, specifically, is the source of this prob?
>>
> (1) I can't, I'm still on an earlier version
I'll look for the 8.6.3,
2012 Jan 25
0
CentOS - Iaas - your experiences?
Hi all.
We currently want to deploy a test private IaaS. It will look something
like below:
2 Gb switches
several hardware nodes for virtualization (?)
2 10Gb switches
redundant storage (?)
What are you proposing to use on every level?
Eucalyptus/OpenStack/something else for cloud management? And why?
KVM/Xen/something else for virtualization?
iSCSI/NFS/something else for storage?
Please
2013 Feb 07
1
Gluster - data migration.
Hi All.
I have two servers ("master" and "slave") with a replicated gluster
volume. Recently I've had a problem with slave and gluster does not
work on it now.
So I would like to:
- stop and remove current volume on master (on slave it is not accessible);
- stop gluster software on master (already stopped on slave);
- remove gluster software on master and slave (previous
2012 Nov 09
2
Memcached - replication?
Hi all.
I am thinking about installing memcached with replication, I've found
http://sourceforge.net/projects/repcached/files/repcached/2.2.1-1.2.8/ but
it is for 1.2.8, and for Centos 6.3 memcached is in version 1.4.4. I do not
want to use client side "replication" (writing to two memcached nodes at
the same time) and haven't found other solution.
Are there any good, protocol
2016 Sep 06
2
Strange behaviour when using sudo+sh+executable.
Hi All.
I am trying to install some software. Part of its installation is an
invocation of command similar to:
# sudo -H -E -u postgres /bin/bash -c /usr/bin/python2.7
/bin/bash: /usr/bin/python2.7: Permission denied
>From my perspective:
# ls -l /bin/bash /usr/bin/python2.7
-rwxr-xr-x. 1 root root 960376 Jul 8 2015 /bin/bash
-rwxr-xr-x. 1 root root 7136 Oct 11 2015 /usr/bin/python2.7
2013 Nov 06
3
syslog-ng or rsyslog?
Hi All.
I've used syslog-ng for some time. I like it. I have a project in which I
need to choose a central logging solution. What are your experiences with
rsyslog? Is it more complex to setup than syslog-ng? Or maybe does it have
some additional features?
I am also thinking about using some gui tools for log parsing and graphing.
May be proprietary/paid. Any suggestions?
Best regards,
2020 Nov 13
0
dovecot fts-solr + solr 8.7.0 upgrade: "Indexing failed: 401 Unauthorized" + "Transaction commit failed: FTS transaction commit failed: backend deinit" ?
On 11/13/20 11:37 AM, John Fawcett wrote:
>> still dunno why the 401. :-/
>
> So I just did a quick check of running dovecot with a standalone
> solr-8.7.0 instance and I'm not seeing any issues.
+1
> I confirm I haven't configured anything for indexer or indexer-worker in
> dovecot, just left the defaults.
+1
> For 401's returned from your solr server
2020 Nov 13
0
dovecot fts-solr + solr 8.7.0 upgrade: "Indexing failed: 401 Unauthorized" + "Transaction commit failed: FTS transaction commit failed: backend deinit" ?
On 13/11/2020 14:56, PGNet Dev wrote:
> I've built a new dovecot + fts-solr instance; I've now picked up & am
> running the recently released solr 8.7.0.
>
> In a test account, I've one message -- in the 'Drafts' folder.
>
> On exec of fts 'index'
>
> ????doveadm index -u testuser at example.com -q '*'
>
> I get a
>
>
2020 Nov 13
2
dovecot fts-solr + solr 8.7.0 upgrade: "Indexing failed: 401 Unauthorized" + "Transaction commit failed: FTS transaction commit failed: backend deinit" ?
On 13/11/2020 21:32, PGNet Dev wrote:
> On 11/13/20 11:37 AM, John Fawcett wrote:
>>> still dunno why the 401. :-/
>>
>> So I just did a quick check of running dovecot with a standalone
>> solr-8.7.0 instance and I'm not seeing any issues.
>
> +1
>
>> I confirm I haven't configured anything for indexer or indexer-worker in
>> dovecot, just
2009 May 06
0
Solr FTS issues (Was fts-solr plugin issue (Marked invalid))
Hi,
Sorry for the change of thread, I just signed up to the list so I couldn't reply to the earlier message.
Let me clarify the issue that Nikolai was describing.
We're running dovecot 1.1.11 and solr 1.4.
The issue is quite simple.
1. I run a search.
2. Dovecot sends a list of emails to solr
3. Solr starts indexing them
4. Solr runs into a "bad" email and we get: SEVERE:
2017 Apr 20
2
libvirtd segfault when using oVirt 4.1 with graphic console - CentOS7.3
hello,
I am getting such error:
libvirtd[27218]: segfault at 0 ip 00007f4940725721 sp 00007f4930711740
error 4 in libvirt.so.0.2000.0[7f4940678000+353000]
when I am trying to start VM with graphic spice/vnc console - in
headless mode(without graphic console) it is running
I noticed this after update oVirt 4.0 to oVirt 4.1 however I noticed
that also libvirtd and related packages were upgraded
2013 Feb 20
2
NFS mount auto remount in case of problems.
Hi All.
I have a setup in which I have two servers serving nfs share. The nfs
service is made highly available with pacemaker. When the primary
server goes down the secondary starts nfs service. Service IP is
floating between servers but they have NO "shared" storage/filesystem
so NFS state/connection information in case of failover is lost. I
have two clients. When the failover from
2013 Feb 07
1
Gluster 3.3 - good to use?
Hi All.
I want to use mentioned version of glusterfs in a simple master/slave
setup (production servers). Two nodes have a replicated volume and the
both mount it using glusterfs. What are your experiences with gluster
3.3? Is it stable? Have you had any serious problems? I do not have
much experience with gluster and would like to avoid problems if
possible.
Best regards,
Rafal Radecki.
2018 Dec 10
0
Solr
Hi Daniel,
THere is no need of all this, just the command (on Solr 7.5) "create -c
dovecot " is enough
The chema.xml provided on the wiki basically does not work on 7.5
Here the latest one I am working on , but nothing works properly (bad
search results, errors in ftp_solr, etc..)
<?xml version="1.0" encoding="UTF-8"?>
<schema name="dovecot"