Displaying 20 results from an estimated 49 matches for "eterm".
Did you mean:
term
2020 Jun 01
1
[PATCH] erlang: Port to libei for Erlang 23
...t;
-instead of erl_interface.
-*/
+#include <ei.h>
#include "error.h"
#include "full-read.h"
@@ -38,36 +34,25 @@ instead of erl_interface.
#include "guestfs.h"
#include "guestfs-utils.h"
+#include "actions.h"
+
guestfs_h *g;
-extern ETERM *dispatch (ETERM *message);
-extern int atom_equals (ETERM *atom, const char *name);
-extern ETERM *make_error (const char *funname);
-extern ETERM *unknown_optarg (const char *funname, ETERM *optargname);
-extern ETERM *unknown_function (ETERM *fun);
-extern ETERM *make_string_list (char **r);
-ex...
2017 Mar 03
1
[PATCH] erlang: Rename 'message' to something less generic.
....ml | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/generator/erlang.ml b/generator/erlang.ml
index 3753835..d0d2198 100644
--- a/generator/erlang.ml
+++ b/generator/erlang.ml
@@ -192,7 +192,7 @@ and generate_erlang_actions_h () =
extern guestfs_h *g;
-extern ETERM *dispatch (ETERM *message);
+extern ETERM *dispatch (ETERM *args_tuple);
extern int atom_equals (ETERM *atom, const char *name);
extern ETERM *make_error (const char *funname);
extern ETERM *unknown_optarg (const char *funname, ETERM *optargname);
@@ -205,7 +205,7 @@ extern int get_bool (ETERM *...
2005 Dec 20
1
imlib2-loader_jpeg RPM Needed
Hi All,
was trying to install eterm rpm, and got the below dependencies errors,
Eterm-0.9.3-1.i386.rpm
[root at status1 eterm]# rpm -Uvh Eterm-0.9.3-1.i386.rpm
error: Failed dependencies:
imlib2 is needed by Eterm-0.9.3-1.i386
imlib2-loader_jpeg is needed by Eterm-0.9.3-1.i386
imlib2-loader_png is needed by E...
2016 Mar 07
0
Re: [PATCH v2] Use less stack.
...TFS_MAX_CHUNK_SIZE];
> + CLEANUP_FREE char *buf;
Missing "= NULL" here.
> diff --git a/erlang/erl-guestfs-proto.c b/erlang/erl-guestfs-proto.c
> index 658a0ef..0c2f545 100644
> --- a/erlang/erl-guestfs-proto.c
> +++ b/erlang/erl-guestfs-proto.c
> @@ -201,11 +201,14 @@ ETERM *
> make_string_list (char **r)
> {
> size_t i, size;
> + ETERM **t;
>
> for (size = 0; r[size] != NULL; ++size)
> ;
>
> - ETERM *t[size];
> + t = malloc (sizeof (ETERM *) * size);
> + if (t == NULL)
> + return make_error ("make_strin...
2005 Feb 23
2
System Beep
...d_intel8x0,snd_pcm
I turned up all the volumes in alsamixer to max, and I've properly
configured the bell settings in "xset b."
Any ideas?
Michael
--
Michael Jennings (a.k.a. KainX) http://www.kainx.org/ <mej at kainx.org>
n + 1, Inc., http://www.nplus1.net/ Author, Eterm (www.eterm.org)
-----------------------------------------------------------------------
"No, you're not an idiot, Ross. You're a guy very much in love."
"Same difference." -- Rachel Green and Ross Gellar, "Friends"
2007 Sep 30
1
Perl example of using termitrator?
...how do you
increment the iterator?
I feel like there's got to be some documentation I'm missing somewhere.
This does return the terms until it hits the end case then it hangs,
perl just keeps clocking time. I have to kill it.
If I run the following, the same thing happens:
my %eterm = $enq->get_matching_terms_end($id);
2016 Mar 07
2
[PATCH v2] Use less stack.
...LURE, errno, "malloc");
for (i = 0; i < nr_threads; ++i) {
thread_data[i].thread_num = i;
diff --git a/erlang/erl-guestfs-proto.c b/erlang/erl-guestfs-proto.c
index 658a0ef..0c2f545 100644
--- a/erlang/erl-guestfs-proto.c
+++ b/erlang/erl-guestfs-proto.c
@@ -201,11 +201,14 @@ ETERM *
make_string_list (char **r)
{
size_t i, size;
+ ETERM **t;
for (size = 0; r[size] != NULL; ++size)
;
- ETERM *t[size];
+ t = malloc (sizeof (ETERM *) * size);
+ if (t == NULL)
+ return make_error ("make_string_list");
for (i = 0; r[i] != NULL; ++i)
t[i]...
2004 Nov 23
3
Wiki Choices
...th wiki standards,
etc.
I would appreciate your feedback. Send it to mej at caosity.org, post to
the mailing list, or add it to the wiki itself.
Thanks,
Michael
--
Michael Jennings (a.k.a. KainX) http://www.kainx.org/ <mej at kainx.org>
n + 1, Inc., http://www.nplus1.net/ Author, Eterm (www.eterm.org)
-----------------------------------------------------------------------
"When I was in prison, I was wrapped in all those deep books. That
Tolstoy crap. People shouldn't read that stuff."
-- boxer Mike Tyson on what he read before...
2005 Feb 23
8
centos-announce list?
Any chance we can set up a low-volume "centos-announce" list so that we
all don't have to read all of these non-Centos-specific E-mail threads
about people figuring out how to admin a Linux box when all we need to
know is when major releases/milestones/news items are available?
Regards,
-Tom
2005 Feb 10
1
[Fwd: CentOS-3 i386 errata: Updated mod_python package fixes security issue]
arrgh
-------------- next part --------------
An embedded message was scrubbed...
From: Lance Davis <lance at uklinux.net>
Subject: CentOS-3 i386 errata: Updated mod_python package fixes security issue
Date: Thu, 10 Feb 2005 20:58:59 +0000
Size: 629
URL: <http://lists.centos.org/pipermail/centos/attachments/20050210/4b79598c/attachment-0005.mht>
-------------- next part --------------
2005 Jan 16
2
Postfix 2.1 RPM?
hi all,
i`m looking for an postfix 2.1 rpm for CentOS 3 with TSL support.
i tried the rpm form:
http://ftp.wl0.org/official/2.1/RPMS-rhel3-i386/postfix-2.1.5-4.rhel3.i386.rpm
but it doesn`t support tsl.
2004 Dec 17
2
Wiki Moved
...problems. Unless you have problems with the self-signed cert, in
which case you need to "Accept this certificate permanently" and get
over it.
Michael
--
Michael Jennings (a.k.a. KainX) http://www.kainx.org/ <mej at kainx.org>
n + 1, Inc., http://www.nplus1.net/ Author, Eterm (www.eterm.org)
-----------------------------------------------------------------------
"You did not tell the truth, and so you will have to pay the
consequences." -- Bob Barker, "Truth or Consequences"
2004 Sep 20
1
Hostname Question?
Is there just one file that stores the Hostname globally? Or if I needed to
change the Hostname would I need to update several different files? I am
currently using 3.1
Thanks to all.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20040920/baaab52a/attachment-0003.html>
2004 Aug 10
0
Shockwave Flash player for CentOS [Fwd from Warren Togami]
...w'd you do it? :)
3 months of harassing them and several NDA and licensing agreements I
had to sign. Good luck...
Warren
----- End forwarded message -----
--
Michael Jennings (a.k.a. KainX) http://www.kainx.org/ <mej at kainx.org>
n + 1, Inc., http://www.nplus1.net/ Author, Eterm (www.eterm.org)
-----------------------------------------------------------------------
"Sometimes it can last Forever, but it seldom ever lasts Forever.
And we learn just how fast Forever goes." -- Howard Hewett
2004 Apr 20
0
CentOS specs
...quot; for generating spec files from source tarballs. You
might want to give that a try. And if you have any problems, let me
know so I can fix them. :)
Michael
--
Michael Jennings (a.k.a. KainX) http://www.kainx.org/ <mej at kainx.org>
n + 1, Inc., http://www.nplus1.net/ Author, Eterm (www.eterm.org)
-----------------------------------------------------------------------
"Somebody love me; come and carry me away.
Somebody need me to be the blue in their grey." -- Michael W. Smith
2013 Aug 21
2
Perl interface isn't working in 1.2.x
...$enq->matches($nstart,$nrecords);
my $mset = $enq->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...
2004 Dec 28
2
Best RH/FC version for dvd rip?
Greetings:
I'd like to bring up a CentOS-3.3 system to use for multi-media purposes.
One of the packages I'm installing is dvdrip and all it's dependant
packages (libdv, libdvdcss, libdvdread, avifile, & transcode).
I'm hunting down the packages on freshrpms.net and I notice that there
are packages available for FC1, FC2 & FC3.
Question: Which FC version should I use
2016 Mar 06
8
[PATCH 0/5] Use less stack.
Various changes/fixes to use smaller stack frames.
Rich.
2005 Feb 15
5
Centos 4
Has anyone done an upgrade from RHEL3 to RHEL4? Is this likely to break
a lot of things? How long will Centos be supporting version 3? I just
installed Centos 3.4 two weeks ago!
The only problem I'm having with Centos is that the perl is a bit old. I
have errors with spamassassin. So far bugzilla for spamassasin is
blaming it on the version of perl included in RHEL3 and bugs in the
2004 Aug 09
3
Shockwave Flash player for CentOS
Hey,
I am using CentOS-3 as a desktop distribution. With
the exception of fewer red hats and some different
logos, it looks exactly like RedHat 9 to me.
The problem is some web sites do not work right, as
there is no Shockwave Flash player and Java support
seems to be a problem. For some web sites, I have to
used Windows.
I prefer not to download and install something that
YUM could not