Displaying 20 results from an estimated 6000 matches similar to: "COM32: console_ansi_raw() and later segfaults"
2010 Mar 27
1
Syslinux-4/libutil: console_ansi_std()
Well, I decided to get ROSH back out and try to get it functioning in
Syslinux-4. As has been my habit, I first recompiled the Linux binary
and tried it out. In the beginning of ROSH, it calls
console_ansi_std(). When I was working on this in the past, using
this function ensured both the Linux and the Syslinux/COM32 binaries
function similarly.
When using fgets() to get an input string in the
2009 Feb 15
2
COM32 module: Read-Only shell
Well, here's the read-only shell (rosh) that I've been working on.
It's functional but still quite rough. My primary intention of
posting it at this time is such that people have an easy way to
demonstrate to themselves that the library calls I made work.
This should apply as a patch to the head of the "dir" branch and the
patch for c_cflag/c_lflag. The patch is only
2010 Jun 27
1
[PATCH] ROSH: Upgraded
Without further adieu, I would like to announce that I've finally
pushed ROSH, the Read-Only SHell, finally to the point of being
reasonably usable.
From: Gene Cumm <gene.cumm at gmail.com>
Patch ROSH for Syslinux-4 and make it much more usable.
Signed-off-by: Gene Cumm <gene.cumm at gmail.com>
---
diff --git a/com32/rosh/rosh.c b/com32/rosh/rosh.c
index 511fdff..bf1176f
2009 Mar 05
0
[PATCH 5/5] COM32/rosh: Improvements
From: Gene Cumm <gene.cumm at gmail.com>
COM32/rosh: Improvements; ls acts more like ls with -l -i and -F being
understood; Lots of code clean up and user assistance.
Clean up the MCONFIG file; Clean up the code to get it to pass
checkpatch.pl (aside from confusion on multi-line strings); Add a
little more in the error function to recognize different errors;
Signed-off-by: Gene Cumm
2011 Feb 13
2
CLI prompt function/library
I'm looking to get something of a generic CLI prompt function/libarary
into Syslinux for use in a COM32. I'm looking for the following:
1) Line Editing with proper wrapping. Currently, gPXE and HDT both
have provisions in place for line editing however they both can not
handle line wrapping appropriately.
2) Tab completion. Tab completion of filenames would be a goal but
not a
2012 Nov 02
10
[PATCH 0/9] elflink fixes
From: Matt Fleming <matt.fleming at intel.com>
Here are the patches that I've got queued up based on the very helpful
feedback I received from people testing Syslinux 5.00-pre9. Unless
anyone has any concerns these will make it into Syslinux 5.00-pre10.
Matt Fleming (9):
pxe: Don't call open_config() from the pxe core
ldlinux: Print a warning if no config file is found
2006 May 25
1
pxelinux/mboot confused about e820 memory maps on HP Proliant BIOS's
All,
When attempting to pxeboot the latest Xen3.0 hypervisor/kernel
it was failing with the following error:
------
\ \/ /___ _ __ |___ / / _ \ _ _ _ __ ___| |_ __ _| |__ | | ___
\ // _ \ '_ \ |_ \| | | |__| | | | '_ \/ __| __/ _` | '_ \| |/ _ \
/ \ __/ | | | ___) | |_| |__| |_| | | | \__ \ || (_| | |_) | | __/
/_/\_\___|_| |_| |____(_)___/ \__,_|_|
2009 Feb 22
2
NEW: COM32 module to run another command, optionally clearing the screen
From: Gene Cumm <gene.cumm at gmail.com>
run.c: A simple COM32 module that will optionally clear the screen
(using newlines) then run a command.
Signed-off-by: Gene Cumm <gene.cumm at gmail.com>
---
This is based on my alias COM32 module that I submitted back in
October, with some improvements to clean up debugging code and
optionally clear the screen.
LABEL et
KERNEL run.c32
2014 Jan 05
2
Syslinux: Pending patches
Searching threads back to 2013-07-01 (date of last message on thread),
I've come up with the folloowing:
-Needs review for inclusion:
12/26 Init cache once
11/27 efi PE header set
11/21 FSUUID for ext2 filesystem
10/15 Upgrade to Lua 5.2.2, add filesystem module and get_key binding (21)
09/23 com32: hdt: fix memory leak
10/3/12-12/16 4k sector support
10/18 MultiFS from MultiDisk
10/07 Lua
2008 Jun 24
1
com32: \n to \r\n?
Hi,
I wonder if CRLF conversion should be done in the com32 library.
com32/modules is full of standard C printf("...\n") statements, which
display OK on VGA but produce staircase effect over a serial
connection. The core terminates each line with CRLF, which comes out
OK in both cases. I patched mboot.c to make its output readable, and
could do so with the other modules as well, but
2000 Dec 05
1
Bugreport: openssh-2.3.0p1 scp to SSH2 (2.0.13) server
Hi,
this is a type 3 bugreport ;)
( 3. Repeatable problems specific to your software layout.)
first of all i must state, that i run openssh on a fairly
old redhat based system (redhat 6.1).
if you have any further questions, feel free to contact me.
configure options:
CFLAGS="-O2 -m486" ./configure --without-rsh --with-tcp-wrappers --prefix=/opt/openssh-2.3.0
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com>
This series fixes some bugs and switches the elflink branch to be
entirely ELF modules. It applies on top of,
http://syslinux.zytor.com/archives/2011-April/016369.html
The deletions in the diff stat below are mainly from deleting
com32/elflink/modules (finally!). Now there should be no duplicate
code because we don't need COM32 and
2011 Feb 17
5
[PATCH 0/4] Reduce core size
From: Matt Fleming <matt.fleming at linux.intel.com>
These patches are based on the elflink branch.
This set of patches is my attempt at moving the command-line interface
functionality out of the core and into an ELF module to reduce the
size of the core.
The most interesting patch is [PATCH 4/4] which moves the cli code out
of core/elflink and into com32/elflink/modules. [PATCH 4/4] is
2010 Mar 18
0
[MODULE] COM32 module to time null-dumping a file
From: Gene Cumm <gene.cumm at gmail.com>
COM32/samples/cptime.c: A module for coarse null-dumping speed
comparisons. Accepts multiple files and an option of -s (as the first
option) to provide a simple output. Also computes/displays +/- 1 tick
to show coarseness.
Signed-off-by: Gene Cumm <gene.cumm at gmail.com>
---
I'd recommend using a file that takes around 100 ticks to
2010 Oct 02
4
[PATCH 0/4] some fixes on elflink branch
This is a small set of patches for elflink branch based on
feng's elflink branch.
hpa, It seems that I can't log on terminus by ssh at home. So I can't push these
patches on my git tree.
Liu Aleaxander (4):
elflink: Cleanup some warnings
elflink: Fix the wrong malloc size in enter_cmdline
elflink: Do clear screen even if we have no pDraw_Menu method
elflink: Add Ctrl-p +
2006 Jun 06
1
Asterisk 1.2.7.1 bad file descriptor
Hi all,
could someone tell me what this does mean "bad file descriptor" when
trying to start asterisk. It goes till the CLI command and then die with
this message. Below an strace output from asterisk -vvvvvvvvvc
It's on debian Sarge kernel 2.6.7 with packages from debian VoIP team.
The server was running fine till now with this version.
Thanks
2010 Mar 20
1
[MODULE] COM32 module to time null-dumping a file, v1.1
From: Gene Cumm <gene.cumm at gmail.com>
COM32/samples/cptime.c: A module for coarse null-dumping speed
comparisons. Accepts multiple files and several options. -l shows
long format (default; for overriding -s). -s shows short format. -b
<NUM> changes the transfer buffer size. Also computes/displays +/- 1
tick to show coarseness in long format.
Signed-off-by: Gene Cumm
2014 Sep 06
2
keystrokes
> Ady <ady-sf at hotmail.com> writes:
>
> >> On Sat, Sep 6, 2014 at 8:18 AM, Ady <ady-sf at hotmail.com> wrote:
> >>
> >>> What actions are _supposed_ to be triggered by each of:
> >>>
> >>> [Ctrl-J]
> >>> [Ctrl-M]
> >>>
> >>> in the Syslinux command line in version 6.03-pre20?
>
2010 Nov 05
4
xe cli not working on remote machine
Hi list,
I have 3 Citrix Xenserver 5.6 and currently building a a VM backup server.
I took the xe client on one of the server and installed it on the backup server (gentoo based)
installed the stunnel package to make XE work.
now when running, I get this error message :
[server ~ #] ./xe help -debug -s 192.168.111.17 -u user -pw pass
Connecting via stunnel to [192.168.111.17] port [443]
2014 Sep 06
0
keystrokes
Ady <ady-sf at hotmail.com> writes:
>> On Sat, Sep 6, 2014 at 8:18 AM, Ady <ady-sf at hotmail.com> wrote:
>>
>>> What actions are _supposed_ to be triggered by each of:
>>>
>>> [Ctrl-J]
>>> [Ctrl-M]
>>>
>>> in the Syslinux command line in version 6.03-pre20?
>>
>> They should do nothing special but