Displaying 17 results from an estimated 17 matches for "testdir2".
Did you mean:
testdir
2017 Sep 19
3
"Input/output error" on mkdir for PPC64 based client
...t doesn't show the
issue.
I poked around bugzilla but couldn't seem to find anything which matches
this.
[root at mqdev1 hafsdev1_gv0]# ls -lh
total 8.0K
drwxrwxr-x. 4 mqm mqm 4.0K Sep 19 15:47 data
drwxr-xr-x. 2 root root 4.0K Sep 19 15:47 testdir
[root at mqdev1 hafsdev1_gv0]# mkdir testdir2
mkdir: cannot create directory ?testdir2?: Input/output error
[root at mqdev1 hafsdev1_gv0]# ls
ls: cannot access testdir2: No such file or directory
data testdir testdir2
[root at mqdev1 hafsdev1_gv0]# ls -lht
ls: cannot access testdir2: No such file or directory
total 8.0K
drwxr-xr-x. 2 root ro...
2017 Sep 20
0
"Input/output error" on mkdir for PPC64 based client
...poked around bugzilla but couldn't seem to find anything which matches
> this.
>
> [root at mqdev1 hafsdev1_gv0]# ls -lh
> total 8.0K
> drwxrwxr-x. 4 mqm mqm 4.0K Sep 19 15:47 data
> drwxr-xr-x. 2 root root 4.0K Sep 19 15:47 testdir
> [root at mqdev1 hafsdev1_gv0]# mkdir testdir2
> mkdir: cannot create directory ?testdir2?: Input/output error
> [root at mqdev1 hafsdev1_gv0]# ls
> ls: cannot access testdir2: No such file or directory
> data testdir testdir2
> [root at mqdev1 hafsdev1_gv0]# ls -lht
> ls: cannot access testdir2: No such file or directory
&g...
2013 Mar 27
1
Samba4 issue: roaming profile mismatch betweens W2k/XP machines due to enabled o
...--------------------------------------------------------------------------------
The issue is, that changes to the roaming profile is not transferred after log ins/outs between Win2K and XP machine. In example: I log into the W2k machine with my testuser and create a "testdir1" and "testdir2" on the Desktop. I logoff again. I check with "ls -l" if these directories was created on samba4 side at the file system (profiles share path). The test directories were created and the permissions + acls looks fine. Now I logon with this testuser at winXP machine. I can see "te...
2017 Nov 08
0
Gluster clients can't see directories that exist or are created within a mounted volume, but can enter them.
...demonstrate the problem:
root at int-kube-01:/var/lib/kubelet/pods/434cba8e-bf87-11e7-8389-1aa903709357/volumes/kubernetes.io~glusterfs/iss3dev-static # touch test
root at int-kube-01:/var/lib/kubelet/pods/434cba8e-bf87-11e7-8389-1aa903709357/volumes/kubernetes.io~glusterfs/iss3dev-static # mkdir testdir2
root at int-kube-01:/var/lib/kubelet/pods/434cba8e-bf87-11e7-8389-1aa903709357/volumes/kubernetes.io~glusterfs/iss3dev-static # ls -ltar
total 0
-rw-r--r--. 1 root root 0 Nov 6 10:10 test
root at int-kube-01:/var/lib/kubelet/pods/434cba8e-bf87-11e7-8389-1aa903709357/volumes/kubernetes.io~gluste...
2013 Jul 01
1
[PATCH v2] xfstests: btrfs/316: cross-subvolume sparse copy
...--------------------------------------
+
+seq=`basename $0`
+echo "QA output created by $seq"
+
+here=`pwd`
+tmp=/tmp/$$
+status=1 # failure is the default!
+trap "_cleanup; exit \$status" 0 1 2 3 15
+
+_cleanup()
+{
+ umount $SCRATCH_MNT
+ rm -rf $TESTDIR1
+ rm -rf $TESTDIR2
+ btrfs subvolume delete $SUBVOL1 >> $seqres.full
+ btrfs subvolume delete $SUBVOL2 >> $seqres.full
+ cd /
+ rm -f $tmp.*
+}
+
+# get standard environment, filters and checks
+. ./common/rc
+. ./common/filter
+
+# real QA test starts here
+_supported_fs btrfs
+_supported_os...
2017 Nov 08
2
Gluster clients can't see directories that exist or are created within a mounted volume, but can enter them.
On 8 November 2017 at 02:47, Sam McLeod <mailinglists at smcleod.net> wrote:
>
> On 6 Nov 2017, at 3:32 pm, Laura Bailey <lbailey at redhat.com> wrote:
>
> Do the users have permission to see/interact with the directories, in
> addition to the files?
>
>
> Yes, full access to directories and files.
> Also testing using the root user.
>
>
> On Mon,
2017 Sep 20
1
"Input/output error" on mkdir for PPC64 based client
...n't show the
issue.
I poked around bugzilla but couldn't seem to find anything which matches
this.
[root at mqdev1 hafsdev1_gv0]# ls -lh
total 8.0K
drwxrwxr-x. 4 mqm mqm 4.0K Sep 19 15:47 data
drwxr-xr-x. 2 root root 4.0K Sep 19 15:47 testdir
[root at mqdev1 hafsdev1_gv0]# mkdir testdir2
mkdir: cannot create directory ?testdir2?: Input/output error
[root at mqdev1 hafsdev1_gv0]# ls
ls: cannot access testdir2: No such file or directory
data testdir testdir2
[root at mqdev1 hafsdev1_gv0]# ls -lht
ls: cannot access testdir2: No such file or directory
total 8.0K
drwxr-xr-x. 2...
2017 Nov 12
1
Gluster clients can't see directories that exist or are created within a mounted volume, but can enter them.
...ods/434cba8e-bf87-11e7-8389-1aa903709357/volumes/kubernetes.io <http://kubernetes.io/>~glusterfs/iss3dev-static # touch test
> root at int-kube-01:/var/lib/kubelet/pods/434cba8e-bf87-11e7-8389-1aa903709357/volumes/kubernetes.io <http://kubernetes.io/>~glusterfs/iss3dev-static # mkdir testdir2
>
> root at int-kube-01:/var/lib/kubelet/pods/434cba8e-bf87-11e7-8389-1aa903709357/volumes/kubernetes.io <http://kubernetes.io/>~glusterfs/iss3dev-static # ls -ltar
> total 0
> -rw-r--r--. 1 root root 0 Nov 6 10:10 test
>
> root at int-kube-01:/var/lib/kubelet/pods/434cb...
2013 Jul 02
6
[PATCH v3] xfstests: btrfs/316: cross-subvolume sparse copy
...--------------------------------------
+
+seq=`basename $0`
+echo "QA output created by $seq"
+
+here=`pwd`
+tmp=/tmp/$$
+status=1 # failure is the default!
+trap "_cleanup; exit \$status" 0 1 2 3 15
+
+_cleanup()
+{
+ umount $SCRATCH_MNT
+ rm -rf $TESTDIR1
+ rm -rf $TESTDIR2
+ btrfs subvolume delete $SUBVOL1 >> $seqres.full
+ btrfs subvolume delete $SUBVOL2 >> $seqres.full
+ cd /
+ rm -f $tmp.*
+}
+
+# get standard environment, filters and checks
+. ./common/rc
+. ./common/filter
+
+# real QA test starts here
+_supported_fs btrfs
+_supported_os...
2002 Jan 31
1
Files getting excluded.. don't understand why?
...I can't get this to work. Step 1 works well
enough. However, when I use rsync it appears that rsync is excluding the
files I added via export-file. I'm not sure what I'm doing wrong. Here is
the command I am using:
rsync -vvv -e ssh -r --include-from=$TOCOPY localhost:/home/dpuryear/testdir2
Notice I'm debugging rsync, so I have it running in verbose mode on some
test directories. The full script is below:
#!/bin/sh
PATH=/bin:/usr/bin:/usr/local/bin
LOCKFILE=/home/dpuryear/sync_www.lock
LASTRUN=/home/dpuryear/sync_www.lastrun
TOCOPY=/home/dpuryear/tocopy
DIRLIST="/home/dpu...
2009 Mar 30
0
multi-protocol (cifs/nfs) access to same files - help please
...<ip> which are the 2 interfaces on a unix client, so that root shows up as "root" and not "4294967294" (nfs nobody)
No identity mapping yet
Tests
=====
Test1: mount the nfs share from unix client 10.2.15.33 as root and create a directory
[root at c33r15-rhel4 leo4]# mkdir testdir2
[root at c33r15-rhel4 leo4]# ls -l
total 1
drwxr-xr-x 2 root root 2 Mar 20 16:04 testdir2
Test2: connect to the cifs share from a windows client using user smb, default password, and write a directory
ths ahre shows up under default workgroup "Workgroup" when browsing \\<ip>\big...
2017 Jan 03
2
Inconsistent behavior using 3.1.2 from macOS 10.12.2 to an AFP mount
...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/./testFile2"","com.apple.quarantine",0) failed:
Attribute not found (93)
When I use a few -vvv this pattern is present:
[sender] pushing local filters for ./mnt/testDir/
[sender] make_fi...
2010 Nov 11
1
NFS Mounted GlusterFS, secondary groups not working
...user, then I can successfully list the contents of the directory.
$ sudo chgrp myuser /gfs/dir1
$ ls -ld /gfs/dir1
rwxr-x--- 9 root myuser 73728 Nov 9 09:44 /gfs/dir1/
$ ls -l /gfs/dir1
drwxr-xr-x 5 root root 73728 Mar 26 2010 testdir1
drwxr-x--- 4 root root 73728 Apr 8 2010 testdir2
drwxr-x--- 2 root root 73728 Aug 4 21:23 testdir3
The volume is being exported using the builtin GlusterFS NFS server. The servers and client are all CentOS 5.5 x86_64 boxes.
Thanks for any suggestions,
Mike
=================================
Mike Hanby
mhanby at uab.edu
UAB School of...
2005 Jan 13
0
Permission problem
I have a share mounted using smbfs, rw
I can access the share just fine.
I can create files on it and modify them all I like. But if I create the
file using windows, I can no longer modify it.
i.e. I open the share on a windows box and make a directory
then
mv testdir testdir2
mv: cannot move `testdir' to `testdir2': Permission denied
This is causing me a huuuuge headache right now... does anyone know what's
going on?
2002 Nov 19
2
The exclude option of Rsync not work right.
...problem
I would greatly appreciate your help.
Thanks!
Lori
#!/usr/bin/ksh
# Replication Script for serv913 to serv9
# Created Nov 12, 2002
# Variable Settings:
#
#SCOMM_EXCL="/sofware/testdir/test.sql \
/software/testdir/testfile.html"
#
#APPNCA_EXCL="/software/testdir2/test2.ora \
/software/testdir2/test2.cfg"
#
#ACLE6i_EXCL="/rootstuff/testdir/names.ora \
/rootstuff/testdir/names.conf"
#
#RSYNC=/usr/local/bin/rsync
export RSYNC_RSH="ssh"
echo "exporting rsync_rsh"
#export RSYNC
EXTRAFLAGS="$1...
2017 Jan 03
0
Inconsistent behavior using 3.1.2 from macOS 10.12.2 to an AFP mount
...e 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/./testFile2"","com.apple.quarantine",0) failed:
> Attribute not found (93)
>
> When I use a few -vvv this pattern is present:
>
> [sender] pushing loc...
2004 Oct 20
0
Performance problems using "ls -al" together with winbind
...in a samba share on /test:
"ls -al /test" needs 1.3 seconds
root@server1:/test : ls -al /test
total 16
drwxrwxrwx 4 root root 4096 Oct 19 14:19 .
drwxr-xr-x 29 root root 4096 Oct 18 17:59 ..
drwxr-xr-x 2 domain1\user2 domain1\group2 4096 Oct 19 14:01
testdir2
But following actions for both groups need only a few milliseconds:
root@server1:/test : wbinfo -G 10000
S-1-5-21-1482476501-1450960922-725345543-513
root@server1:/test : wbinfo -s S-1-5-21-1482476501-1450960922-725345543-513
domain1\group1
root@server1:/test : wbinfo -G 10001
S-1-5-21-1482...