search for: bterm

Displaying 9 results from an estimated 9 matches for "bterm".

Did you mean: term
2007 Sep 30
1
Perl example of using termitrator?
...I attempt to translate that into perl, I am trying:( I am working in the blind here) foreach my $match ( @matches ) { my %hit; my %ht; my $doc = $match->get_document(); my $per = $match->get_percent(); my $id = $match->get_docid(); my $bterm = $enq->get_matching_terms_begin($id); for(my $xit=$bterm;$xit != $enq->get_matching_terms_end($id);$xit++) { my $term=$xit; print $term; } Which doesn't really make any sense. Xit is a string and I don't see how incrementing a string will d...
2013 Aug 21
2
Perl interface isn't working in 1.2.x
...gt;get_mset($nstart,$nrecords); my $est = $mset->get_matches_estimated(); my $totTime=0; foreach my $match ( @matches ) { my $doc = $match->get_document(); my $id = $match->get_docid(); my $eterm = $enq->get_matching_terms_end($id); my $bterm = $enq->get_matching_terms_begin($id); my @terms; for(my $xit=$bterm;$xit != $eterm;++$xit) { my $foo ="$xit"; $foo =~s/^Z//; $foo =~s/^A//; push(@terms,$foo); } } What's happening is a seg fault a...
2008 Aug 24
1
domU lenny not working: kernel BUG at lib/radix-tree.c:474!
...i8042.c: No controller found. [ 1.613628] ------------[ cut here ]------------ [ 1.613638] kernel BUG at lib/radix-tree.c:474! [ 1.613644] invalid opcode: 0000 [#1] SMP [ 1.613649] Modules linked in: vga16fb vgastate thermal_sys xen_netfront [ 1.613658] [ 1.613662] Pid: 778, comm: bterm Tainted: G W (2.6.26-1-686-bigmem #1) [ 1.613669] EIP: 0061:[<c01e9a3d>] EFLAGS: 00010002 CPU: 0 [ 1.613675] EIP is at radix_tree_tag_set+0x1b/0x88 [ 1.613680] EAX: ce42bf30 EBX: 00000000 ECX: 00000000 EDX: 000001ce [ 1.613685] ESI: ce42bf2c EDI: 00000001 EBP: ce42bf30 ESP:...
2013 Aug 26
2
Perl interface isn't working in 1.2.x
On 08/25/2013 05:02 PM, Olly Betts wrote: > So the simple fix is > probably just to install the perl-Search-Xapian RPM instead. Thanks, the Centos 6 repos don't have that rpm and the http://xapian.org/download page seems to only cover the XS bindings, if I am reading this correctly: But I was able to remove the rpm packages and compile and install the core and swig from source.
2011 Apr 12
1
problems in centos-5.6
...l5.centos or both should have to be anaconda-11.1.2.224-1.el5.centos.1 in centos version of these packages the dist tag comes from earlier release. even if they are the same package they should have to rebuild with the same dist tag as in rhel (eg: .el5 <-> .el5_4): bogl-0.1.18-13.el5_4 bogl-bterm-0.1.18-13.el5_4 bogl-devel-0.1.18-13.el5_4 ctdb-1.0.112-1.el5_5 ctdb-devel-1.0.112-1.el5_5 gail-1.9.2-3.el5_4 gail-devel-1.9.2-3.el5_4 pax-3.4-2.el5_4 taskjuggler-2.2.0-5.el5_4 vino-2.13.5-9.el5_4 and a lots of updates still missing: cman-2.0.115-68.el5_6.1 conga-0.12.2-24.el5_6.1 dhcp-3.0.5-23.el...
2004 Nov 19
1
Upgrading PXE initrd.img with new kernel and drivers
...dules/module-info ./init/modules/pcitable ./init/modules/modules.dep ./init/modules/modules.pcimap ./init/modules/modules.cgz ./init/sbin/loader ./init/sbin/init ./init/etc/terminfo/l/linux ./init/etc/terminfo/x/xterm ./init/etc/terminfo/v/vt100 ./init/etc/terminfo/v/vt100-nav ./init/etc/terminfo/b/bterm ./init/etc/passwd ./init/etc/arch ./init/etc/keymaps.gz ./init/etc/screenfont.gz ./init/etc/lang-table ./init/etc/loader.tr ./init/etc/font.bgf.gz ./init/etc/pcmcia/config ./init/etc/ramfs.img ./init/.buildstamp ./init/.profile Any help is appreciated. At the moment, we're prevented from inst...
2008 Aug 28
2
buildinstall problems
Hello all! I am trying to make a stripped down CentOS 5.2 distro which will all fit on a single CD containing just the base and a few other packages I need. I run buildinstall like so: sudo /usr/lib/anaconda-runtime/buildinstall --debug --version 5 --product CentOS --comps /var/www/html/centos/5.2/os/x86_64/repodata/comps.xml --release My-CentOS-5.2 --prodpath CentOS
2005 Apr 15
3
IBM BladeCenter HS20 blades
Greetings, We have purchased an IBM BladeCenter and I am in the process of testing Linux installation on these things (boot off SAN i.e. qla2300 driver, not using internal drives). My distro of choice is Debian, however, since I'm really not interested in trying to hand compile all the drivers, I decided to try CentOS (which I'm so far very impressed with). On boot, as with the
2005 Aug 07
5
ocfs2 can not mount for nodes. first time installation
Error: mount.ocfs2: Transport endpoint is not connected while mounting /dev/sdc1 on /u02, could not mount /dev/sdc1. The installation step is: 1. install all rpms on int-rac1, int-rac2 2. interconnect int-rac1, int-rac2, ping each other using private ip and public ip ok. Add EMC SAN as shared disk and visable for two nodes. 3. configure int-rac1 using ocfs2console, add two nodes 4. according