similar to: Folder Permission

Displaying 20 results from an estimated 300 matches similar to: "Folder Permission"

2004 Oct 11
3
'add/change/delete share command'(s) in smb.conf
Hello. I need to allow one of my users to add & delete shares on my Samba server through the 'server manager' applet on his client . This same user also writes some files to the same Samba server. I don't want the files that he writes to be owned/written by 'root' . The way I understand the 'add share command' currently, this is not possible. Am I missing
2004 Sep 16
2
cannot access files, directory browsing fine ...
Hello. I've just spent some time figuring out why on my RedHat ES server samba allowed me to connect, browse directories, but as soon as .exe was in the dir it would freeze. I couldn't open text files or anything else. It turns out that the Redhat kernel does not play well with 'sendfile' functionality. so I added: use sendfile = no and I'm back in the game. Anyone could
2009 Jun 18
2
Asterisk on AVR32
Greetings everyone, I'm trying to compile asterisk for an AVR32 (Atmel NGW100). Buildroot for AVR32 already has the asterisk package, though it has bugs. Firstly it tries to apply a patch for 1.2 on a 1.6, but deleting the contents of the patch file did the trick. Now, the problem is making asterisk. The first error is because asterisk needed to be ./configure:ed. Trying to just do
2017 Nov 16
0
Missing files on one of the bricks
Hello, we are using glusterfs 3.10.3. We currently have a gluster heal volume full running, the crawl is still running. Starting time of crawl: Tue Nov 14 15:58:35 2017 Crawl is in progress Type of crawl: FULL No. of entries healed: 0 No. of entries in split-brain: 0 No. of heal failed entries: 0 getfattr from both files: # getfattr -d -m . -e hex
2010 Apr 30
1
gluster-volgen - syntax for mirroring/distributing across 6 nodes
NOTE: posted this to gluster-devel when I meant to post it to gluster-users 01 | 02 mirrored --| 03 | 04 mirrored --| distributed 05 | 06 mirrored --| 1) Would this command work for that? glusterfs-volgen --name repstore1 --raid 1 clustr-01:/mnt/data01 clustr-02:/mnt/data01 --raid 1 clustr-03:/mnt/data01 clustr-04:/mnt/data01 --raid 1 clustr-05:/mnt/data01 clustr-06:/mnt/data01 So the
2006 Jul 18
1
How to write a function in a graph
Dear R-ers, I conducted a regression analysis, and then intended to add the regression function (y=4.33+1.07x) in a graph. But the following code can only give me a text like y=a+bx. Who can help me out? Thank you very much in advance. CODE # Read data x <- c(1, 2, 3, 4, 5, 6, 7, 8, 9) y <- c(6, 5, 8, 9, 11, 10, 11, 12, 15) data01 <- data.frame(x, y) #
2009 Sep 05
2
Share Permission Issue
I have some strange behavior with a samba share that I have been unable to explain. The system is joined to an AD domain and configured to use winbind and ldap. I can login to the system with a domain user and filesystem permissions function as expected. When I create a samba share I can create files but only delete if the user account is the owner of the parent folder or other has write
2012 Feb 26
2
Help needed! Error in setwd(newdir) : cannot change working directory
Hi Guys, I am new to R and just trying to write a small script to automate a couple commands. But I run into the setwd(): cannot change working directory. I googled a little bit and tried all fixes/suggestions with no success. Basically I have a script that works from inside a directory with my data (/home/sean/Rtest/Data01). Now I want to modify the script to make it run from the upper directory
2017 Jun 15
0
Interesting split-brain...
Hi Ludwig, There is no way to resolve gfid split-brains with type mismatch. You have to do it manually by following the steps in [1]. In case of type mismatch it is recommended to resolve it manually. But for only gfid mismatch in 3.11 we have a way to resolve it by using the *favorite-child-policy*. Since the file is not important, you can go with deleting that. [1]
2009 Oct 29
2
Difficulty testing an SSD as a ZIL
Hi all, I received my SSD, and wanted to test it out using fake zpools with files as backing stores before attaching it to my production pool. However, when I exported the test pool and imported, I get an error. Here is what I did: I created a file to use as a backing store for my new pool: mkfile 1g /data01/test2/1gtest Created a new pool: zpool create ziltest2 /data01/test2/1gtest Added the
2012 Oct 29
1
rsync ignores "exclude=..."?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, rsync v3.0.7 linux 2.6.37.6-0.20-desktop x86_64 Below is a log of a backup session. I do not understand why the "exclude=/data01/..." is being ignored. The session is started in a bash script. The actual text is: - --exclude='/data01/t-drv/websites/owncloud/data/sma-admin/' I guess rsync cleaned it up to suit itself.
2017 Jun 15
2
Interesting split-brain...
I am new to gluster but already like it. I did a maintenance last week where I shutdown both nodes (one after each others). I had many files that needed to be healed after that. Everything worked well, except for 1 file. It is in split-brain, with 2 different GFID. I read the documentation but it only covers the cases where the GFID is the same on both bricks. BTW, I am running Gluster 3.10. Here
2017 Jun 15
1
Interesting split-brain...
Can you please explain How we ended up in this scenario. I think that will help to understand more about this scenarios and why gluster recommend replica 3 or arbiter volume. Regards Rafi KC On 06/15/2017 10:46 AM, Karthik Subrahmanya wrote: > Hi Ludwig, > > There is no way to resolve gfid split-brains with type mismatch. You > have to do it manually by following the steps in [1].
2018 Feb 22
4
What is exit code 5888?
rsync v3.1.0 linux v4.4.104-39-default x86_64 Found in the system log: 2018-02-22T05:02:00-0700 sma-server3 python3[31371]: backintime (sma-user3x/3): WARNING: Command "rsync -rtDHh --links --no-p --no-g --no-o --info=progress2 --no-i-r --delete --delete-excluded -i --dry-run --out-format="BACKINTIME: %i %n%L" --chmod=Du+wx --exclude="/bkp/cgate-backintime"
2018 Feb 22
0
What is exit code 5888?
It is an exit 0 (success) that is being multiplied by 23 for some reason and whatever (shell?) is running rsync doesn't recognize that. On 02/22/2018 02:09 PM, James Moe via rsync wrote: > rsync v3.1.0 > linux v4.4.104-39-default x86_64 > > Found in the system log: > > 2018-02-22T05:02:00-0700 sma-server3 python3[31371]: backintime > (sma-user3x/3): WARNING: Command
2009 Jul 10
2
error: optim(rho, n2ll.rho, method = method, control = control, beta = parm$beta, : initial value in 'vmmin' is not finite
I am trying to use the lnam autocorrelation model from the SNA package. I have it running for smaller adjacency matrices (<1,500) it works just fine but when my matrices are bigger 4000+. I get the error: > lnam1_01.adj<- lnam(data01$adopt,x01,ec2001.csr) Error in optim(rho, n2ll.rho, method = method, control = control, beta = parm$beta, : initial value in 'vmmin' is not
2017 Jun 20
0
trash can feature, crashed???
On Tue, 2017-06-20 at 08:52 -0400, Ludwig Gamache wrote: > All, > > I currently have 2 bricks running Gluster 3.10.1. This is a Centos installation. On Friday last > week, I enabled the trashcan feature on one of my volumes: > gluster volume set date01 features.trash on I think you misspelled the volume name. Is it data01 or date01? > I also limited the max file size to 500MB:
2011 Jul 15
1
Strange Behavior using FUSE client
I've recently setup a distributed/replicated cluster and have had an issue with seeing the directories on the cluster. Also, a df -h only shows data from one of the three bricks. The strange behavior doesn't end there. If I log into the 'primary' server as root, then do an ls on the client, the directories appear. However, df -h is still incorrect. I'm not sure exactly
2017 Nov 16
0
Missing files on one of the bricks
On 15 November 2017 at 19:57, Frederic Harmignies < frederic.harmignies at elementai.com> wrote: > Hello, we have 2x files that are missing from one of the bricks. No idea > how to fix this. > > Details: > > # gluster volume info > > Volume Name: data01 > Type: Replicate > Volume ID: 39b4479c-31f0-4696-9435-5454e4f8d310 > Status: Started > Snapshot Count:
2017 Nov 15
2
Missing files on one of the bricks
Hello, we have 2x files that are missing from one of the bricks. No idea how to fix this. Details: # gluster volume info Volume Name: data01 Type: Replicate Volume ID: 39b4479c-31f0-4696-9435-5454e4f8d310 Status: Started Snapshot Count: 0 Number of Bricks: 1 x 2 = 2 Transport-type: tcp Bricks: Brick1: 192.168.186.11:/mnt/AIDATA/data Brick2: 192.168.186.12:/mnt/AIDATA/data Options Reconfigured: