Displaying 6 results from an estimated 6 matches for "bldr".
Did you mean:
bld
2009 Mar 18
4
[Bug 1574] New: trailing white space on Forced Command within ChrootDirectory causes failure
...oup download
ChrootDirectory /common/chroot
ForceCommand internal-sftp
^ extra space here
trace ...
debug1: subsystem: exec() internal-sftp
debug1: Forced command (config) 'internal-sftp '
output ...
bburnell at bcodev # sftp sftpadmin at bldr-ccm44
Connecting to bldr-ccm44...
sftpadmin at bldr-ccm44's password:
Connection closed
Match group download
ChrootDirectory /common/chroot
ForceCommand internal-sftp
^ no extra space here
debug1: subsystem: exec() internal-sftp
debug1: Forced...
2012 Sep 27
0
[LLVMdev] Possible bug or misunderstanding of feature LLVMConstIntOfString
...= LLVMFunctionType(LLVMInt32Type(),
vpMainFuncTypes, 2, 0);
LLVMValueRef vFnMain = LLVMAddFunction(modCEx, "main", rMainFuncType);
LLVMSetFunctionCallConv(vFnMain, LLVMCCallConv);
LLVMBasicBlockRef bEntry = LLVMAppendBasicBlock(vFnMain, "entry");
LLVMBuilderRef bldr = LLVMCreateBuilder();
LLVMPositionBuilderAtEnd(bldr, bEntry);
// "C" printf function;
LLVMTypeRef vpFnPrintfArgsType[] = { LLVMPointerType(LLVMInt8Type(), 0)
};
LLVMTypeRef vFnPrintfType = LLVMFunctionType(LLVMInt32Type(),
vpFnPrintfArgsType, 1, 1);
LLVMValueRef vFnP...
2017 Jul 06
2
Gluster install using Ganesha for NFS
...rc0.el7.x86_64
> glusterfs-cli-3.11.0-0.1.rc0.el7.x86_64
> glusterfs-fuse-3.11.0-0.1.rc0.el7.x86_64
>
> -----Original Message-----
> From: Kaleb S. KEITHLEY [mailto:kkeithle at redhat.com]
> Sent: Thursday, July 6, 2017 10:49 AM
> To: Anthony Valentine <anthony.valentine at bldr.com>
> Subject: Re: [Gluster-users] Gluster install using Ganesha for NFS
>
> On 07/06/2017 12:42 PM, Anthony Valentine wrote:
>> Hello!
>>
>> I am attempting to setup a Gluster install using Ganesha for NFS using
>> the guide found here
>> http://blog.glu...
2017 Jul 12
1
Load balanced VIP
Hello everyone!
I am working on implementing my first Gluster/Ganesha NFS setup and I am flowing this guide: http://blog.gluster.org/2015/10/linux-scale-out-nfsv4-using-nfs-ganesha-and-glusterfs-one-step-at-a-time
Everything is working fine. I've got Gluster and Ganesha NFS working and I have VIPs on each node and it is failing over fine, if a little slowly. However, the VIPs don't
2017 Jul 06
3
NFS Ganesha
Hello!
I am attempting to setup a Gluster install using Ganesha for NFS using the guide found here http://blog.gluster.org/2015/10/linux-scale-out-nfsv4-using-nfs-ganesha-and-glusterfs-one-step-at-a-time/
The Gluster portion is working fine, however when I try to setup Ganesha I have a problem. The guide says to run 'gluster nfs-ganesha enable' however when I do, I get the following
2017 Jul 06
0
Gluster install using Ganesha for NFS
Hello!
I am attempting to setup a Gluster install using Ganesha for NFS using the guide found here http://blog.gluster.org/2015/10/linux-scale-out-nfsv4-using-nfs-ganesha-and-glusterfs-one-step-at-a-time/
The Gluster portion is working fine, however when I try to setup Ganesha I have a problem. The guide says to run 'gluster nfs-ganesha enable' however when I do, I get the following