Displaying 20 results from an estimated 117 matches for "testdir".
Did you mean:
destdir
2006 Apr 24
0
saving from word & excel
...ause the following happens in log.smbd when i click
"save" in word, it obviously checks for a bazillion tmp- and lockfiles (
e.g. ~WRL... is tmp-clipboard according to some MS-document). (it's
logevel 3|grep " file ").
call_trans2qfilepathinfo: SMB_VFS_STAT of httpdocs/testdir/OLE2.DLL failed (No such file or directory)
call_trans2qfilepathinfo: SMB_VFS_STAT of httpdocs/testdir/Microsoft Shared failed (No such file or directory)
call_trans2qfilepathinfo: SMB_VFS_STAT of httpdocs/testdir/~WRD0000.tmp failed (No such file or directory)
call_trans2qfilepathinfo: SMB_V...
2002 Nov 19
2
The exclude option of Rsync not work right.
...my script below.
I have tried multiple methods and still have been unsuccessful in
excluding the one file "test.sql".
The methods I have tried are:
1. Removing EXTRAFLAG variable -a
2. Removing using -a
3. Option --include infront of --exclude and behind of --exclude.
4. rsync /software/testdir/ --exclude='/software/testdir/test.sql'
serv602:/software/testdir/
5. rsync /software/testdir/ --exclude="/software/testdir/test.sql"
serv602:/software/testdir/
6. I used other options indivually which -a uses.
7. rsync --exclude='/software/testdir/test.sql'
serv602:/so...
2005 Nov 20
2
ZFS & small files
...ytes in length. The test data was tarred and gzipped to /tmp and then
untarred onto the zfs pool as follows:
$ zfs list
NAME USED AVAIL REFER MOUNTPOINT
testpool 192M 4.62G 192M /testpool
$ pwd
/testpool/al
$ mkdir test5
$ cd test5
$ ptime gunzip -c /tmp/alltestdir.tar.gz | tar xf -
What I''m seeing is very high CPU utilization (system calls) and I/O rates
that average (only) about 350kb/Sec.
Here''s the data:
$ ptime gunzip -c /tmp/alltestdir.tar.gz | tar xf -
real 1:37.865
user 1.176
sys 0.194
output from vmstat 5 55:...
2015 Oct 07
1
[Bug 11545] New: -A (preserve ACLs) with --link-dest=DIR fails when DIR has a directory with the same file's name
...OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayned at samba.org
Reporter: famzah at famzah.net
QA Contact: rsync-qa at samba.org
A few lines of code speak for dozens of words:
[code]
TESTDIR=~/rsync-link-bug
mkdir "$TESTDIR"
cd "$TESTDIR"
# populate source data
mkdir data
touch data/file.txt
getfacl data/file.txt # make sure you support ACL
# populate backup data
for i in 0 1 ; do mkdir backup.$i backup.$i/data ; done
touch backup.0/data/file.txt # create file
m...
2017 Nov 05
2
Gluster clients can't see directories that exist or are created within a mounted volume, but can enter them.
...es)
root at gluster-client:/var/lib/mountedgluster # touch test
root at gluster-client:/var/lib/mountedgluster # ls -la
total 0
-rw-r--r--. 1 root root 0 Nov 6 10:10 test
("test" file shows up. Still no . or .. directories.)
root at gluster-client:/var/lib/mountedgluster # mkdir testdir
root at gluster-client:/var/lib/mountedgluster # ls -la
total 0
-rw-r--r--. 1 root root 0 Nov 6 10:10 test
(directory was made, but doesn't show in ls)
root at gluster-client:/var/lib/mountedgluster # cd testdir
root at gluster-client:/var/lib/mountedgluster/testdir # ls -la
total 0
(...
2010 May 19
2
Samba 3.0.33 ACL rename/delete issue
Hello,
I have noticed some ALC issues with files and directories. I use samba
server 3.0.33 on CentOS 4.8 joined to Windows 2003 domain. Everything
works fine, all users are authenticated to domain controller. My aim is
to give FULL ACCESS (open/read/write/rename/delete..) to directory
"testdir" to two users, john and mark without using groups because I
have no permissions on domain controller (only add server to domain).
Permissions of "testdir":
getfacl testdir
# file: testdir
# owner: techadmin
# group: root
user::rwx
user:john:rwx
user:mark:rwx
group::rwx
mask::rwx
oth...
2013 May 03
1
State of Gluster 3.4 alpha 3 NFS ACL support
...X extended
ACLs on the filesystem when mounted via NFS, they as ever show up fine
when mounted via the gluster fuse client.
I know NFS ACL support is on the feature list for 3.4, I'm wondering
if it's not yet included in the alphas?
Thanks!
James
Basic test output below:
[jim at puppet testdir]$ sudo mount -t nfs -o nfsvers=3,acl
webcontent:/ssl /tmp/nfs/
[jim at puppet testdir]$ sudo mount -t glusterfs -o acl webcontent:/ssl
/tmp/gluster/
[jim at puppet testdir]$ ls -la /tmp/nfs/testdir/
total 8
drwxrwxr-x 2 root root 4096 May 4 00:50 .
drwxr-xr-x 10 root root 4096 May 4 00:49 ..
-r...
2002 Aug 27
5
rsync: push_dir TESTDIR: No such file or directory
Hi all. I'm getting the following error when using rsync:
nice -n 20 rsync -e "ssh -p30000" --recursive --verbose --verbose --checksum
--times --modify-window 2 --port=31000 --dry-run
/cygdrive/f/bkp/Doc/Builds/Buildsheets/ MYUSERNAME@MY.SERV.ER.IP:TESTDIR
opening connection using ssh -p30000 -l MYUSERNAME MY.SERV.ER.IP rsync
--server -vvntrc --modify-window=2 . TESTDIR
Debian GNU/%s 3.0 %h
MYUSERNAME@MYSERVERIP's password:
building file list ...
expand file_list to 4000 bytes, did move
done
created directory TESTDIR
rsync: push_dir TESTDI...
2017 Nov 06
0
Gluster clients can't see directories that exist or are created within a mounted volume, but can enter them.
...ar/lib/mountedgluster # touch test
> root at gluster-client:/var/lib/mountedgluster # ls -la
> total 0
> -rw-r--r--. 1 root root 0 Nov 6 10:10 test
>
> ("test" file shows up. Still no . or .. directories.)
>
> root at gluster-client:/var/lib/mountedgluster # mkdir testdir
> root at gluster-client:/var/lib/mountedgluster # ls -la
> total 0
> -rw-r--r--. 1 root root 0 Nov 6 10:10 test
>
> (directory was made, but doesn't show in ls)
>
> root at gluster-client:/var/lib/mountedgluster # cd testdir
> root at gluster-client:/var/lib/mountedg...
2012 Jul 18
1
3.6.5: NT_STATUS_ACCESS_DENIED from Win7 to 750 dir
...24.486974, 5] smbd/uid.c:317(change_to_user_internal)
Impersonated user: uid=(0,18026), gid=(0,1800)
[2012/07/18 13:56:24.487007, 4] smbd/vfs.c:780(vfs_ChDir)
vfs_ChDir to /storage/debug-iad
[2012/07/18 13:56:24.487052, 5] smbd/filename.c:257(unix_convert)
unix_convert called on file "testdir-geg"
[2012/07/18 13:56:24.487080, 5] smbd/filename.c:416(unix_convert)
unix_convert begin: name = testdir-geg, dirpath = , start = testdir-geg
[2012/07/18 13:56:24.487109, 5] smbd/statcache.c:143(stat_cache_add)
stat_cache_add: Added entry (7f89d661e810:size b) TESTDIR-GEG -> testdir-...
2008 Apr 28
3
[Bug 1657] New: tests/functional/acl/nontrivial/ zfs_acl_cp_001_pos causes panic
...urnals:
Test_Case_Start| 116843 tests/functional/acl/trivial/zfs_acl_compress_001_pos |
03:02:07 0 |
stdout| 03:02:07 ASSERTION: Compress will keep file attribute intact after the
file is compressed and uncompressed
stdout| 03:02:07 SUCCESS: set_cur_usr root
stdout| 03:02:08 SUCCESS: create_files /testdir106790
stdout| 03:02:09 SUCCESS: cksum_files /testdir106790/INIT BEFORE_FCKSUM
BEFORE_ACKSUM
stdout| 03:02:09 SUCCESS: usr_exec /usr/bin/compress
/testdir106790/INIT/file.116844.0 /testdir106790/INIT/file.116844.1
/testdir106790/INIT/file.116844.2 /testdir106790/INIT/file.116844.3
/testdir106790/INI...
2010 Jul 03
0
Samba 3.0.33 ignoring group ACL after joining to AD
Hello,
I have installed CentOS 4.8 with samba 3.0.33. After joining to AD,
group permission do not work. After "net groupmap add..." command
nothing changed:
# getfacl TESTDIR/
# file: TESTDIR
# owner: root
# group: testgroup
user::rwx
group::rwx
other::---
user1 is in group "testgroup"
net groupmap list
testgroup (S-1-5-21-2207241064-1835560224-3992551478-2193) -> testgroup
I am not able read from directory TESTDIR although the user1 is member
of "t...
2017 Nov 06
2
Gluster clients can't see directories that exist or are created within a mounted volume, but can enter them.
...ch test
>> root at gluster-client:/var/lib/mountedgluster # ls -la
>> total 0
>> -rw-r--r--. 1 root root 0 Nov 6 10:10 test
>>
>> ("test" file shows up. Still no . or .. directories.)
>>
>> root at gluster-client:/var/lib/mountedgluster # mkdir testdir
>> root at gluster-client:/var/lib/mountedgluster # ls -la
>> total 0
>> -rw-r--r--. 1 root root 0 Nov 6 10:10 test
>>
>> (directory was made, but doesn't show in ls)
>>
>> root at gluster-client:/var/lib/mountedgluster # cd testdir
>> root at...
2017 Jan 03
2
Inconsistent behavior using 3.1.2 from macOS 10.12.2 to an AFP mount
Hi,
I've been attempting to use rsync 3.1.2 to copy files from a macOS 10.12.2
system to an AFP mounted share. The command I'm using is:
rsync -avAX -M--fake-super ./testDir ./mnt/testDir/
This works fine and all the extended attributes are copied and readable.
I then try to use rsync to copy these files back with:
rsync -avAX --fake-super -M--super ./mnt/testDir/ ./testDir2/
This outputs errors such as:
rsync: get_xattr_data:
lgetxattr(""./mnt/testDir/....
2023 Feb 13
1
access "claim types"
..."dom?nen-admins" with an ugly char for the "umlaut"
>
Are you sure that 'Administrator' owns that directory ?
'0' is the Unix ID for root.
If I create a directory and then change the ownership to Administrator,
I get this:
rowland at devstation:~$ mkdir testdir
rowland at devstation:~$ sudo chown Administrator testdir
rowland at devstation:~$ ls -ld testdir
drwxrwx---+ 2 administrator domain users 4096 Feb 13 11:00 testdir
If I then use the '-n' switch to 'ls', I get this:
rowland at devstation:~$ ls -nd testdir
drwxrwx---+ 2 10500 10513...
2012 Sep 10
1
A problem with gluster 3.3.0 and Sun Grid Engine
Hi,
We got a huge problem on our sun grid engine cluster with glusterfs
3.3.0. Could somebody help me?
Based on my understanding, if a folder is removed and recreated on
other client node, a program that tries to create a new file under the
folder fails very often.
We partially fixed this problem by "ls" the folder before doing
anything in our command, however, Sun Grid Engine
2004 Apr 21
2
exclude-from and include-from confusion
...39;d like to avoid
creating a dozen modules, possibly with different exclude/include files.
My Confusion:
Using the exclude and include combo below, I thought I would be able to list
just the directories I want to copy and thus avoid having large and
confusing lists. However, the result is the the testdir/ directory and it's
subdirectories are still ignored. What am I missing? Is my syntax wrong for
the exclude/include files?
Command line:
/usr/local/bin/rsync -av --exclude-from=/davet/rsync.exclude
--include-from=/davet/rsync.include --stats jetson@primey::jetson
/export/home/jetson
Module:
[...
2009 Jul 24
2
Tidy symlinks
So, I have a directory of symlinks that I''m managing and Tidy doesn''t
seem to be doing much for me in there.
Does Tidy ignore symlinks for some reason?
If not, does anyone have the correct syntax?
Thanks,
Trevor
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To
2017 Nov 07
0
Gluster clients can't see directories that exist or are created within a mounted volume, but can enter them.
...ib/mountedgluster # touch test
> root at gluster-client:/var/lib/mountedgluster # ls -la
> total 0
> -rw-r--r--. 1 root root 0 Nov 6 10:10 test
>
> ("test" file shows up. Still no . or .. directories.)
>
> root at gluster-client:/var/lib/mountedgluster # mkdir testdir
> root at gluster-client:/var/lib/mountedgluster # ls -la
> total 0
> -rw-r--r--. 1 root root 0 Nov 6 10:10 test
>
> (directory was made, but doesn't show in ls)
>
> root at gluster-client:/var/lib/mountedgluster # cd testdir
> root at gluster-client:/var/lib/moun...
2007 Oct 26
2
DO NOT REPLY [Bug 5043] New: Qualified non-inherited filter rules may be ignored
...QAContact: rsync-qa@samba.org
It seems that under certain conditions, local filter rules where the
pattern is anchored with '/' to prevent rule propagation to sub-directories
leads to these rules being dropped entirely.
The following simplified example demonstrates the problem:
$ TESTDIR=/tmp/rsync-test
$ mkdir -p $TESTDIR/{root/{a/b,b/a/c},dst}
$ echo "- /a" > $TESTDIR/root/.rsync-filter
The following fails to exclude $TESTDIR/root/a, despite the per-directory
filter rule stating that sub-directory 'a' should not be considered:
$ cd $TESTDIR/dst
$ rsync -avvF...