Displaying 20 results from an estimated 6000 matches similar to: "embedded scripting?"
2010 Jun 21
3
[AGI] What scripting language for embedded hardware?
Hello
I'm learning how to work with Asterisk on an embedded system (MMU-less
Blackfin processor, 64MB RAM and 256MB NAND), and was wondering what
people use as scripting language to handle calls through the dialplan
and AGI, considering the hardware limitations?
Ideally, I'd rather use a rich language like PHP or Python, but can
those be fit with even their common modules into such small
2012 Sep 19
0
CEBA-2012:1291 CentOS 6 graphviz FASTTRACK Update
CentOS Errata and Bugfix Advisory 2012:1291
Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-1291.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
9812d525ecf3118212738fef6c4d38695ea1fe156850a21742ded07e27f85c5d graphviz-2.26.0-10.el6.i686.rpm
2008 Aug 18
1
[LLVMdev] Beginner question: request guidance on how to trace 'make check' failure in SVN build
Greetings everybody,
I'm at beginner level with LLVM and tried to build the sources from
SVN revision 54920 on Fedora 9 (kernel 2.6.25-14.fc9.x86_64) running
on Intel Q6600 @ 2.40GHz processor. LLVM build using 'make -j 4' was
successful. However, during 'make check', a test case failed. The
relevant snippets appear below. Can someone please point me to any
links on how the
2011 May 09
3
Lua.c32 - user input / scripting
I'm trying to get this bit of code to work with the lua.c32 interpreter:
--- sample, the goal is to build a script that will allow me to enter a 4digit
mt and load the bios iso accordingly
print ("enter machine type :")
mt = io.read()
print ("you entered...",mt)
doStuff()
if (mt == "8141") then
syslinux.run_command("memdisk
2009 Jan 06
1
Web framework for embedded appliance?
Sorry for the off-topic post, but I figured someone here might know:
I''m looking for a Ruby web framework that is suitable for developing a
web service on an embedded network appliance. RAM is an issue, but
probably not as much as hard drive space. Too many requirements likely
make Rails a less than ideal candidate for this. If anyone has ideas
for what would work, any input is
2002 Feb 18
1
fixes for bugs in error handling in rsync-2.5.2; and updates for rsync3.txt
Rsync-2.5.2 does not gracefully report connection and transfer errors
and always properly return with a non-zero exit code, despite many
assurances to the contrary in the code and commit logs. It seems a
kludge to handle a special case of lost connections to older servers was
FAR too aggressive!
With '-vvv' I also print the source of the exit_cleanup() call, and
optionally with
2012 Sep 19
0
CentOS-announce Digest, Vol 91, Issue 13
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2013 Oct 09
1
Upgrading embedded Lua to 5.2?
Hi,
Is there any reason not to upgrade the Syslinux embedded Lua to the
current stable version, 5.2? If not, does anybody feel like doing this,
or shall I give it a try?
--
Regards,
Feri.
2010 Nov 11
1
gmp package installation on CentOS 5.2
Hello,
Last year, I installed CentOS 5.2 on an HP Proliant Server. Along with other packages, the gmp and gmp-devel version 4.1.4 packages were installed. To the best of my knowledge these packages do not come from the gmp team.
Recently, I built an rpm package for gmp 5.0.1 for CentOS 5.2. I tried to update the gmp package by command
rpm -Uvh gmp-5.0.1-1.x86_64.rpm
but the update failed
2018 Oct 01
2
[PATCH nbdkit] plugins: Add scripting language version to --dump-plugin output.
On Lua:
lua_version=5.3.4
On Perl:
perl_version=5.28.0
On Python 2:
python_version=2.7.15
On Python 3:
python_version=3.7.0
python_pep_384_abi_version=3
On Ruby 2.5.1p57:
ruby_api_version=2.5.0
On Tcl:
tcl_version=8.6
tcl_patch_level=8.6.8
---
plugins/lua/lua.c | 11 +++++++++++
plugins/perl/perl.c | 4 ++++
plugins/python/python.c | 8 ++++++++
2024 May 12
0
Guile bindings for Xapian
Hi,
I have been maintaining Guile bindings for Xapian for a few years
now. Recently, I released guile-xapian 0.4.0. Happy for people to hack
on it and use it in their projects!
Project website: https://guile-xapian.systemreboot.net/
Git repository: https://git.systemreboot.net/guile-xapian/
Release 0.4.0 tarball:
https://guile-xapian.systemreboot.net/releases/guile-xapian-0.4.0.tar.lz
Tarball
2011 Mar 21
1
LUA scripting in syslinux
Hi,
Can we for syslinux 4.05 look to improve the LUA scripting functionality ?
Functionality we are looking for is:
- accessing filesystem (ext2, fat)
- alternatively, access network services (tftp, ftp, http)
- creating menu's from LUA
- alternatively, generating and reloading syslinux.cfg
The use-case would be to create a lua-script that, on boot, can scan eg. a
2013 Oct 15
23
[PATCH 00/21] Upgrade to Lua 5.2.2, add filesystem module and get_key binding
Hi,
This series targets automatic boot menu generation, but most of it
is the Lua upgrade, because I got tired reading deprecated API docs.
It's mostly a straightforward forward port of the earlier Syslinux
specific changes to Lua 5.1, except that:
* I chose the add a stub getenv() implementation to the COM32 API
instead of #ifdefing out all the references in Lua, and
* I kept oslib
2014 Oct 13
2
[PATCH][git-pull] lua: fix broken bindings, switch to using methods, document things
The following changes since commit 81ad566f155fac31089fde69c87059b217e7e9b6:
NEWS: Update for 6.03 release (2014-10-06 09:27:44 -0700)
are available in the git repository at:
https://github.com/wferi/syslinux/ pub
for you to fetch changes up to 68cb978ab7e692d772e4d62d3585b8f7bac43b4b:
lua: simplify the function/value handling in the automenu test (2014-10-13 12:44:15 +0200)
2013 Jul 18
4
LUA
I am attempting to setup my server to use Lua for the dialplan
(extentions.lua), but I am unable to get the asterisk configure script
to find the installation of Lua on my box. I have downloaded the Lua
sources from the www.lua.org site, and I have installed via the "make
linux install" command. I can execute lua scripts via the command line,
but asterisk configure script is unable to
2016 Nov 20
2
[PATCH 0/2] improve Lua API for files and initramfs objects
hpa at zytor.com writes:
> On November 19, 2016 6:06:43 AM PST, wferi at niif.hu wrote:
>
>>"H. Peter Anvin" <hpa at zytor.com> writes:
>>
>>> On 11/10/16 04:38, Paul Emmerich via Syslinux wrote:
>>>
>>>> Ferenc W?gner <wferi at niif.hu>:
>>>>
>>>>> for reading configuration files from disk. Does it
2010 Jul 04
1
Merge LUA branch of Marcel Ritter
Since Syslinux 4.01-pre2, lua is the master branch. This lua.c32 moudule
doesn't support much.
There is a much recent lua.c32, made by Marcel Ritter's:
http://syslinux.zytor.com/archives/2009-October/013383.html
The last time he wrote about the state of his lua branch:
============================================================
The current state is:
- VESA:
- switching to vesa mode
2014 Jun 03
2
Undef symbol FAIL: luaL_checklstring in vesa.c32
"H. Peter Anvin" <hpa at zytor.com> writes:
> On 06/03/2014 02:59 AM, Ady wrote:
>
>> Testing Syslinux 6.03-pre13 in a BIOS 32-bit VM,
>> boot: vesa.c32
>> Undef symbol FAIL: luaL_checklstring
>> Failed to load COM32 file vesa.c32
>> boot:
>>
>> Is there a Lua-related issue?
>>
>> Is vesa.c32 expecting some kind of
2009 Feb 04
2
lua assist
Hello,
For Lua inclusion in Syslinux an idea to ship with an com32/lua/assist
directory and an com32/lua/patches directory.
In the patches directory patches against a pristine lua tarball
and the assist dir contains scripts for further tayloring.
This is what I have in mind:
| milleune at inertia:~
| $ git clone http://www.stappers.it/tracking/syslinux/.git syslinux-lua-stappers
| milleune at
2018 Jan 22
2
[PATCH] lua, perl: Use thread-safe strerror_r instead of strerror (RHBZ#1536763).
---
generator/lua.ml | 22 +++++++++++++++-------
generator/perl.ml | 2 +-
lua/Makefile.am | 1 +
3 files changed, 17 insertions(+), 8 deletions(-)
diff --git a/generator/lua.ml b/generator/lua.ml
index dd6aedbe9..7cfceb152 100644
--- a/generator/lua.ml
+++ b/generator/lua.ml
@@ -63,6 +63,8 @@ let generate_lua_c () =
#endif
#endif
+#include \"ignore-value.h\"
+
#include