Displaying 20 results from an estimated 4000 matches similar to: "Xapian packages in rpmforge?"
2009 Dec 10
3
ntop from rpmforge
I don't know why I haven't signed up for this list before since we use
CentOS all over the place. The list is very useful and it is good for
me to participate and "give back" to the community.
Anywho, I wanted to post this response to a thread that was created back
in November 2008 about the ntop daemon failing to start. I'm currently
setting up ntop as a NetFlow &
2009 May 12
3
Fink package for xapian-bindings (Python)
hello folks!
on this page (http://xapian.org/download) you have links to the Fink
packages for xapian-core and omega; you may be interested to know that
i've packaged the Xapian Python bindings. i'm working on similar
packages for the Ruby and PHP bindings, and i'd be happy to inform you
once they've been pushed out to the mirrors.
-steve
--
If this were played upon a
2006 Jan 20
2
HP NetServer LC2000r and LH6000r install woes
hello folks!
i've got four HP NetServers, two LC2000r and two LH6000r. the CentOS
4.2 ServerCD can't see hard drives on any of them.
each machine has a HP NetRAID controller; the LC2000rs have a
NetRAID-1Si and the LH6000rs have an Integrated NetRAID. each
controller has three 9GB drives, two mirrored and one hotspare.
each machine boots ok (the LC2000rs need "linux
2010 Sep 01
8
FIXMEs in Search::Xapian
Carrying on this conversation:
http://lists.tartarus.org/pipermail/xapian-discuss/2007-March/003513.html
void
TermGenerator::set_stopper(stopper)
Stopper * stopper
CODE:
// FIXME: no corresponding SvREFCNT_dec(), but a leak seems better
than
// a SEGV!
SvREFCNT_inc(ST(1));
THIS->set_stopper(stopper);
It would be good to fix these FIXMEs.
A class-level HASH could be
2010 Nov 01
3
Geany plugins out of sync
I'm intending to do some version control, hence looking for some
plugins. Geany and geany-plugins packages in Rpmforge seem to be out
of sync:
Name : geany-plugins
Arch : i386
Version : 0.18
Release : 1.el5.rf
Name : geany
Arch : i386
Version : 0.19.1
Release : 1.el5.rf
When both are installed, geany claims that plugins are not
2014 Aug 19
0
failure building memcached rpm
Hi all,
I need to install the latest memcached version (1.4.20) on a number of
machines in this environment. There are only rpm's of this app for RHEL 6.
But we need to install the latest memcached on a number of RHEL 5 machines.
To be specific, they are OEL 5.7 hosts.
I've installed all of the developers tools that I would need.
But when I go to build the RPM I am getting the
2011 Aug 23
2
Xapian for RHEL/CentOS 6.x
Hi All,
I've built RPM packages for Xapian 1.2.7 for RHEL 6. Instructions:
su
rpm -ivh http://rpm.eprints.org/rpm-eprints-org-key-1-1.noarch.rpm
rpm -ivh
http://rpm.eprints.org/xapian/6/noarch/rpm-eprints-org-xapian-6-1.noarch.rpm
yum update
yum install xapian-omega xapian-bindings-{php,python,tcl8,perl,ruby}
perl-Search-Xapian is available for those not using the SWIG bindings.
I had to
2010 Dec 20
4
Xapian 1.2.4 released
I've uploaded Xapian 1.2.4 (including Search::Xapian 1.2.4.0).
As usual you can download from:
http://xapian.org/download
You can read an overview of the release here:
http://trac.xapian.org/wiki/ReleaseOverview/1.2.4
The full lists of user-visible changes are linked to from there, and also
from the "[news]" links on the download page.
As always, if you encounter problems,
2017 Feb 23
2
virt-v2v and import of Debian OVAs
Hi
Is virt-v2v able to import a debian guest from an OVA archive ?
According to the "true" in convert_linux.ml, I would have said yes
let matching = function
| { i_type = "linux";
i_distro = ("fedora"
| "rhel" | "centos" | "scientificlinux" |
"redhat-based"
|
2013 Jul 31
1
Turnkey Samba 4 Solutions?
H - I'm a Resara Server user - Resara Server was a turnkey Samba 4 system.
I have been lurking on this list, trying to decide what way to go for the
future. I've seen some post regarding moving from Resara, but I'm not sure
if I want to "get my hands dirty" - I've enjoyed the simplicity of Resara.
Are there any other turnkey Samba solutions? Or simple cookbook solutions?
2023 May 29
1
How to cleanly remove a DC from Samba domain?
I used Apache Directory Studio to remove the "RID Set" node and after that a simple "samba-tool computer delete DC2" worked just fine.
Perhaps the version of Samba in TurnKey Linux V16.1 has a bug (4.9.5-Debian)? Likely demotion should remove leaf nodes from domain controllers as part of the process.
I have now recreated DC2 using TurnKey Linux V17.1 (4.17.6-Debian) and so
2007 Aug 06
5
ipw220 wireless firmware for CentOS 5
OK, I've downloaded and unzipped the firmware files in
ipw2200-fw-3.0.tgz - so I have 4 files: ipw2200-bss.fw, ipw2200-ibss.fw,
ipw2200-sniffer.fw and LICENSE.ipw2200-fw, all of which I've placed in
the /lib/firmware directory. Unfortunately, the instructions in
README.ipw2200 and INSTALL are not clear as to what to do next. I'm
using CentOS 5 on my (Dell) laptop so setting-up wireless
2017 Feb 23
0
Re: virt-v2v and import of Debian OVAs
On Thursday, 23 February 2017 16:47:57 CET Emmanuel Kasper wrote:
> Is virt-v2v able to import a debian guest from an OVA archive ?
>
> According to the "true" in convert_linux.ml, I would have said yes
>
> let matching = function
> | { i_type = "linux";
> i_distro = ("fedora"
> | "rhel" |
2011 Aug 11
3
Fwd: Re: what is the fastest way to fetch results which are sorted by timestamp ?
(Forwarded off-list message)
-------- Original Message --------
Subject: Re: [Xapian-discuss] what is the fastest way to fetch results
which are sorted by timestamp ?
Date: Thu, 11 Aug 2011 01:06:36 +0800
From: ??? <panjunyong at gmail.com>
To: Tim Brody <tdb2 at ecs.soton.ac.uk>
On Wed, Aug 10, 2011 at 6:39 PM, Tim Brody <tdb2 at ecs.soton.ac.uk> wrote:
> Hi,
>
> In
2014 Apr 17
2
package conflict with libmodplug in rpmforge and in rpmforge and epel
On 04/16/2014 05:33 PM, m.roth at 5-cent.us wrote:
> And no, do *NOT* use epel and repoforge - they very frequently have
> conflicts, due to prerequisites of packaging.
Does the use of yum priorities take care of this concern?
Thanks,
Ken
2010 Jan 20
1
How to debug Ubuntu 8.04 LTS guest crash during install?
Hello:
I am using kvm on a CentOS 5.4 server.
I am trying to install the TunkeyLinux Core appliance
found here: http://www.turnkeylinux.org/core
I downloaded the ISO file from the web site.
Then, I used this command to intall it:
virt-install -n tkl-core -r 512 --vcpus=1 --check-cpu --os-type=linux
--os-variant=ubuntuhardy -v --accelerate
-c /tmp/turnkey-core-2009.10-hardy-x86.iso
-f
2011 Feb 07
4
http://xapian.org/download RHEL instructions
Hello :-)
The instructions regards Tim Brody's packages are incomplete in that
rpm-eprints-org-key is needed by rpm-eprints-org-xapian-5-1.noarch. The RPM
for rpm-eprints-org-key is at
http://rpm.eprints.org/rpm-eprints-org-key-1-1.noarch.rpm
Best
Charles
2008 Jul 03
1
rpmforge-release install/rpm problem
I wanted to install the rpmforge-release package on a new install and get
the following. Do others have the same problem?
b51:~ rpm -ivvvvvvvh http://packages.sw.be/rpmforge-release/rpmforge-
release-0.3.6-1.el5.rf.i386.rpm
Retrieving http://packages.sw.be/rpmforge-release/rpmforge-release-0.3.6-
1.el5.rf.i386.rpm
D: ... as /var/tmp/rpm-xfer.qQEt9n
D: failed to open
2008 Nov 12
1
rpmforge i386 and x86_64?
Hi
Is it possible to have rpmforge for both architectures? Currently is
only for 64bit, but I need some libraries 32bit (rrdtool) to install
ganglia.
But if I try to install rpmforge i386, I got the message:
[root at kitten01 mgarcia]# rpm -ivh rpmforge-release-0.3.6-1.el5.rf.i386.rpm
Preparing... ###########################################
[100%]
file
2011 Apr 27
2
Rsync 3 from rpmforge
My brain must be on knots somehow.
I try to install rsync 3.x, which I know is in rpmforge repo for my
architecture:
https://www.centos.org/modules/newbb/viewtopic.php?topic_id=22214
http://packages.sw.be/rsync/
But yum does not find it, however I try.
I have installed yum-priorities. Rpmforge is low priority. But still...
yum erase rsync # erase v2.6 from base repo
yum --disablerepo=\*