Displaying 8 results from an estimated 8 matches for "mascarenha".
Did you mean:
mascarenhas
2016 Jan 25
2
Version of SFTP
...ined, but not available in OpenSSH.
>
> Can these later versions of SFTP be included in the later
> releases of OpenSSH package.
>
> I am currently working on AIX systems. If you need any
> support please let me know
> --
> Warm regards
> Shalet Mascarenhas
>
>
>
>
>
--
Warm regards
Shalet Mascarenhas
2008 Dec 09
21
Selective Compression/Encryption
Currently compression and I assume if encryption is implemented it is
turned on or off during mount. There are however many times when a user may
want to select which files/directories they want to compress or encrypt.
This will also be helpful when implementing btrfs support in grub for
example. We can say the disk can be compressed/encrypted except for /boot so
compression/encryption
2008 Mar 15
1
extent_io.c: bio_add_page() error check for bio ptr
bio_add_page() requires non-NULL bio ptr for dereferencing.
Signed-off-by: Peter Teoh <htmldeveloper@gmail.com>
--- extent_io.c.orig1 2008-03-16 12:43:59.000000000 +0800
+++ extent_io.c 2008-03-16 12:45:03.000000000 +0800
@@ -1729,6 +1729,7 @@ static int submit_extent_page(int rw, st
if (bio_ret && *bio_ret) {
bio = *bio_ret;
+ BUG_ON(!bio);
2013 Oct 03
0
Automatic boot menu?
...er Project 2003 (http://www.keplerproject.org/luafilesystem)
+**
+** File system manipulation library.
+** This library offers these functions:
+** lfs.attributes (filepath [, attributename])
+** lfs.chdir (path)
+** lfs.currentdir ()
+** lfs.dir (path)
+**
+** $Id: lfs.c,v 1.61 2009/07/04 02:10:16 mascarenhas Exp $
+*/
+
+#include <dirent.h>
+#include <errno.h>
+#include <fcntl.h>
+#include <string.h>
+#include <sys/stat.h>
+#include <sys/types.h>
+#include <unistd.h>
+
+#include "lua.h"
+#include "lauxlib.h"
+#include "lualib.h"
+...
2013 Aug 30
2
Automatic boot menu?
"H. Peter Anvin" <hpa at zytor.com> writes:
> On 08/29/2013 04:14 AM, Ferenc Wagner wrote:
>
>> "H. Peter Anvin" <hpa at zytor.com> writes:
>>
>>> On 08/22/2013 10:20 AM, Ferenc Wagner wrote:
>>>
>>>> Now that Syslinux has ls.c32 and lua.c32, it should be possible to build
>>>> a customizable boot menu in
1998 May 27
16
Session request failed
...lated to the error
codes
131,130:
nterr.h:#define NT_STATUS_GUIDS_EXHAUSTED (131)
nterr.h:#define NT_STATUS_TOO_MANY_GUIDS_REQUESTED (130)
Someone could point me where I could learn more about this? What is the
meaning
of GUIDS?
Thanks in advance,
-- Paulo Henrique
--
Paulo Henrique Mascarenhas Sant'Anna e-mail: phm@fund.cepel.br
Analista de Suporte CDIE/CEPEL http://www.cepel.br/~phm
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
1997 Dec 08
0
Unable to set userid in AIX 3.2.5
I'm trying to share a UNIX directory among users accesing it from
Win95 boxes. I'm using the "force user" directive but it seems to
not work under AIX 3.2.5. I got the message in the logs:
Can't set uid (AIX3)
Grepping around I found that this message comes from the
module uid.c.Before I start to mess up the code, I want to
know: There is any workaround for that?