Displaying 20 results from an estimated 1000 matches similar to: "Restrict root clients / experimental patch"
2017 Sep 22
0
Restrict root clients / experimental patch
Hi,
On 09/21/2017 07:32 PM, Pierre C wrote:
> Hi All,
>
> I would like to use glusterfs in an environment where storage servers
> are managed by an IT service - myself :) - and several users in the
> organization can mount the distributed fs. The users are root on their
> machines.
> As far as I know about glusterfs, a root client user may impersonate any
> uid/gid
2016 Apr 13
2
Re: [libvirt] Libvirtd running as root tries to access oneadmin (OpenNebula) NFS mount but throws: error: can’t canonicalize path
On 04/13/2016 09:23 AM, TomK wrote:
> On 4/13/2016 1:33 AM, Martin Kletzander wrote:
>> On Tue, Apr 12, 2016 at 06:24:16PM -0400, TomK wrote:
>>> On 4/12/2016 5:08 PM, John Ferlan wrote:
>>>> Having/using a root squash via an NFS pool is "easy" (famous last
>>>> words)
>>>>
>>>> Create some pool XML (taking the example I
2007 Sep 27
4
current state is silly?
The following manifest is causing an error/warning and permissions are
not set. i do not understanding why:
file { "/diskless/swaps":
ensure => directory,
owner => nfsnobody,
group => nfsnobody,
mode => 1777;
}
The error is:
Fri Sep 21 14:53:05 EST 2007
2020 Feb 23
1
doveadm(nfsnobody) Error
Please tell me about maillog Error.
I get the following error in maillog?
???
dovecot: doveadm(nfsnobody): Error: sync: User init failed
dovecot: doveadm(nfsnobody): Error: User initialization failed: Namespace
'': mkdir(/var/lib/nfs/Maildir) failed: Permission denied
(euid=65534(nfsnobody) egid=65534(nfsnobody) missing +w perm: /var/lib/nfs,
dir owned by 0:0 mode=0755)
???
I am using
2010 Aug 22
2
[LLVMdev] How to add a pass inside LLVM pass list
Soumya_Prasad_Ukil wrote:
> Pls help.
You didn't say what was actually running the passes. (llvm-gcc? clang?
opt -some -passes?) What you probably want is to modify one of the lists
in include/llvm/Support/StandardPasses.h.
Nick
>
> On 21 August 2010 17:32, Soumya_Prasad_Ukil <ukil.soumya at gmail.com
> <mailto:ukil.soumya at gmail.com>> wrote:
>
> I have
2008 Oct 20
1
Two questions
1) A lot (but not all) of my smbd / nmbd logs are going to
/var/log/messages instead of /var/log/samba/ I tried a couple of things
in syslog.conf, but just don't know the magic word for samba logs.
2) I'm getting lots of "couldn't find service" errors. I had:
[data]
path = /data
read only = no
public = yes
browseable = yes
writeable
2010 Aug 22
1
[LLVMdev] How to add a pass inside LLVM pass list
Soumya_Prasad_Ukil wrote:
> Look I have written a PRE pass. opt is running that pass. I have
> included my pass name there in include/llvm/Support/StandardPasses.h
> file. To do that, I have got some error. Because it also requires the
> definition of the pass in some other file also. I observed how gvn pre
> pass is added to the pass list. I had followed the same way, but failed.
2010 Apr 21
3
Help with NFSV4 server
Hi Everyone,
I have been trying to setup an NFS v4 File Server but have come across
an odd issue. Mounting the /nfs4exports/share appears to be successful
and the information displayed about partition size and free space seem
correct but if I try to do anything inside the mounted directory the
client will just hang. Does anyone have any idea what I am missing?? I
have try disabling all
2017 Jul 07
2
Slow write times to gluster disk
Hi,
On 07/07/2017 06:16 AM, Pat Haley wrote:
>
> Hi All,
>
> A follow-up question. I've been looking at various pages on nfs-ganesha
> & gluster. Is there a version of nfs-ganesha that is recommended for
> use with
>
> glusterfs 3.7.11 built on Apr 27 2016 14:09:22
> CentOS release 6.8 (Final)
For glusterfs 3.7, nfs-ganesha-2.3-* version can be used.
I see
2010 Aug 22
0
[LLVMdev] How to add a pass inside LLVM pass list
Look I have written a PRE pass. opt is running that pass. I have included my
pass name there in include/llvm/Support/StandardPasses.h file. To do that, I
have got some error. Because it also requires the definition of the pass in
some other file also. I observed how gvn pre pass is added to the pass list.
I had followed the same way, but failed. Cna you kindly tell what needs to
be done in this
2017 Jul 05
2
Slow write times to gluster disk
Hi Soumya,
(1) In http://mseas.mit.edu/download/phaley/GlusterUsers/TestNFSmount/
I've placed the following 2 log files
etc-glusterfs-glusterd.vol.log
gdata.log
The first has repeated messages about nfs disconnects. The second had
the <fuse_mnt_direcotry>.log name (but not much information).
(2) About the gluster-NFS native server: do you know where we can find
documentation on
2010 Aug 21
2
[LLVMdev] How to add a pass inside LLVM pass list
I have written a simple pass. I have been successful to execute it. I want
LLVM to execute it. I don't know how to include a pass in llvm actual pass
list, such it automatically invokes it just like GVNPre pass or some other
pass. They have already been limked in llvm actual pass list.
--
regards,
soumya prasad ukil
-------------- next part --------------
An HTML attachment was scrubbed...
2017 Jul 03
2
Slow write times to gluster disk
Hi Soumya,
When I originally did the tests I ran tcpdump on the client.
I have rerun the tests, doing tcpdump on the server
tcpdump -i any -nnSs 0 host 172.16.1.121 -w /root/capture_nfsfail.pcap
The results are in the same place
http://mseas.mit.edu/download/phaley/GlusterUsers/TestNFSmount/
capture_nfsfail.pcap has the results from the failed touch experiment
capture_nfssucceed.pcap has
2007 Aug 30
5
Upper limit to numeric user IDs?
I am still in the familiarisation and testing phase of my puppet
implementation, and have a question for the enlightened:
Is there an upper limit to the numeric user ID that puppet recognises?
Here is what I have so far:
System is RHEL4, puppet 0.23.1
All users are defined in LDAP rather than in /etc/password, and their
numeric user IDs are sourced from LDAP as well. These numeric IDs
2017 Jul 14
0
Slow write times to gluster disk
Hi Soumya,
I just noticed some of the notes at the bottom. In particular
* Till glusterfs-3.7, gluster-NFS (gNFS) gets enabled by default. The
only requirement is that kernel-NFS has to be disabled for
gluster-NFS to come up. Please disable kernel-NFS server and restart
glusterd to start gNFS. In case of any issues with starting gNFS
server, please look at
2017 Jul 07
0
Slow write times to gluster disk
Hi All,
A follow-up question. I've been looking at various pages on nfs-ganesha
& gluster. Is there a version of nfs-ganesha that is recommended for
use with
glusterfs 3.7.11 built on Apr 27 2016 14:09:22
CentOS release 6.8 (Final)
Thanks
Pat
On 07/05/2017 11:36 AM, Pat Haley wrote:
>
> Hi Soumya,
>
> (1) In
2017 Jul 04
0
Slow write times to gluster disk
On 07/03/2017 09:01 PM, Pat Haley wrote:
>
> Hi Soumya,
>
> When I originally did the tests I ran tcpdump on the client.
>
> I have rerun the tests, doing tcpdump on the server
>
> tcpdump -i any -nnSs 0 host 172.16.1.121 -w /root/capture_nfsfail.pcap
>
> The results are in the same place
>
> http://mseas.mit.edu/download/phaley/GlusterUsers/TestNFSmount/
>
2017 Jun 30
2
Slow write times to gluster disk
Hi,
I was wondering if there were any additional test we could perform to
help debug the group write-permissions issue?
Thanks
Pat
On 06/27/2017 12:29 PM, Pat Haley wrote:
>
> Hi Soumya,
>
> One example, we have a common working directory dri_fleat in the
> gluster volume
>
> drwxrwsr-x 22 root dri_fleat 4.0K May 1 15:14 dri_fleat
>
> my user (phaley) does
2010 Aug 22
0
[LLVMdev] How to add a pass inside LLVM pass list
Pls help.
On 21 August 2010 17:32, Soumya_Prasad_Ukil <ukil.soumya at gmail.com> wrote:
> I have written a simple pass. I have been successful to execute it. I want
> LLVM to execute it. I don't know how to include a pass in llvm actual pass
> list, such it automatically invokes it just like GVNPre pass or some other
> pass. They have already been limked in llvm actual pass
2017 Jun 27
0
Slow write times to gluster disk
Hi Soumya,
One example, we have a common working directory dri_fleat in the gluster
volume
drwxrwsr-x 22 root dri_fleat 4.0K May 1 15:14 dri_fleat
my user (phaley) does not own that directory but is a member of the
group dri_fleat and should have write permissions. When I go to the
nfs-mounted version and try to use the touch command I get the following
ibfdr-compute-0-4(dri_fleat)%