search for: test_dir

Displaying 20 results from an estimated 32 matches for "test_dir".

2002 May 24
1
patch for openssh/contrib/solaris/buildpkg.sh
...\${PKG_INSTALL_ROOT}${sysconfdir}/ssh_prng_cmds.default ] && { > [ -f \${PKG_INSTALL_ROOT}${sysconfdir}/ssh_prng_cmds ] || \\ > cp -p \${PKG_INSTALL_ROOT}${sysconfdir}/ssh_prng_cmds.default \${PKG_INSTALL_ROOT}${sysconfdir}/ssh_prng_cmds 194,197c194,197 < installf ${PKGNAME} $TEST_DIR/etc/rcS.d/K30${SYSVINIT_NAME}=../init.d/${SYSVINIT_NAME} s < installf ${PKGNAME} $TEST_DIR/etc/rc0.d/K30${SYSVINIT_NAME}=../init.d/${SYSVINIT_NAME} s < installf ${PKGNAME} $TEST_DIR/etc/rc1.d/K30${SYSVINIT_NAME}=../init.d/${SYSVINIT_NAME} s < installf ${PKGNAME} $TEST_DIR/etc/rc2.d/S98$...
2004 Apr 30
0
buildpkg.sh enhancements
....sh 2004-01-22 16:10:03.000000000 -0800 +++ /usr/local/src/networking/openssh-3.8/buildpkg.sh 2004-04-30 11:09:40.232352018 -0700 @@ -11,6 +11,8 @@ # Options for building the package # You can create a config.local with your customized options # +REMOVE_FAKE_ROOT_WHEN_DONE=yes +# # uncommenting TEST_DIR and using # configure --prefix=/var/tmp --with-privsep-path=/var/tmp/empty # and @@ -27,6 +29,22 @@ #PERMIT_ROOT_LOGIN=no #X11_FORWARDING=yes #USR_LOCAL_IS_SYMLINK=yes +# System V init run levels +SYSVINITSTART=S98 +SYSVINITSTOPT=K30 +# We will source these if they exist +POST_MAKE_INSTALL_FIX...
2015 Oct 26
3
[kvm-unit-tests PATCH] x86: hyperv_synic: Hyper-V SynIC test
...5 files changed, 270 insertions(+), 2 deletions(-) create mode 100644 x86/hyperv_synic.c diff --git a/config/config-x86-common.mak b/config/config-x86-common.mak index c2f9908..dc80eaa 100644 --- a/config/config-x86-common.mak +++ b/config/config-x86-common.mak @@ -36,7 +36,8 @@ tests-common = $(TEST_DIR)/vmexit.flat $(TEST_DIR)/tsc.flat \ $(TEST_DIR)/kvmclock_test.flat $(TEST_DIR)/eventinj.flat \ $(TEST_DIR)/s3.flat $(TEST_DIR)/pmu.flat \ $(TEST_DIR)/tsc_adjust.flat $(TEST_DIR)/asyncpf.flat \ - $(TEST_DIR)/init.flat $(TEST_DIR)/smap.fl...
2015 Oct 26
3
[kvm-unit-tests PATCH] x86: hyperv_synic: Hyper-V SynIC test
...5 files changed, 270 insertions(+), 2 deletions(-) create mode 100644 x86/hyperv_synic.c diff --git a/config/config-x86-common.mak b/config/config-x86-common.mak index c2f9908..dc80eaa 100644 --- a/config/config-x86-common.mak +++ b/config/config-x86-common.mak @@ -36,7 +36,8 @@ tests-common = $(TEST_DIR)/vmexit.flat $(TEST_DIR)/tsc.flat \ $(TEST_DIR)/kvmclock_test.flat $(TEST_DIR)/eventinj.flat \ $(TEST_DIR)/s3.flat $(TEST_DIR)/pmu.flat \ $(TEST_DIR)/tsc_adjust.flat $(TEST_DIR)/asyncpf.flat \ - $(TEST_DIR)/init.flat $(TEST_DIR)/smap.fl...
2015 Nov 02
0
[kvm-unit-tests PATCH] x86: hyperv_synic: Hyper-V SynIC test
..., 2 deletions(-) > create mode 100644 x86/hyperv_synic.c > > diff --git a/config/config-x86-common.mak b/config/config-x86-common.mak > index c2f9908..dc80eaa 100644 > --- a/config/config-x86-common.mak > +++ b/config/config-x86-common.mak > @@ -36,7 +36,8 @@ tests-common = $(TEST_DIR)/vmexit.flat $(TEST_DIR)/tsc.flat \ > $(TEST_DIR)/kvmclock_test.flat $(TEST_DIR)/eventinj.flat \ > $(TEST_DIR)/s3.flat $(TEST_DIR)/pmu.flat \ > $(TEST_DIR)/tsc_adjust.flat $(TEST_DIR)/asyncpf.flat \ > - $(TEST_DIR)/init.flat...
2013 Jul 01
1
[PATCH v2] xfstests: btrfs/316: cross-subvolume sparse copy
...mon/rc +. ./common/filter + +# real QA test starts here +_supported_fs btrfs +_supported_os Linux + +_require_scratch +_require_cp_reflink + +_checksum_files() { + for F in file1 file2 file3 + do + for D in $TESTDIR1 $SCRATCH_MNT $SUBVOL2 + do + md5sum $D/$F | _filter_test_dir | _filter_scratch + done + done +} + +TESTDIR1=$TEST_DIR/test-$seq-1 +TESTDIR2=$TEST_DIR/test-$seq-2 +SUBVOL1=$TEST_DIR/subvol-$seq-1 +SUBVOL2=$TEST_DIR/subvol-$seq-2 + +_scratch_unmount 2>/dev/null +rm -rf $seqres.full +rm -rf $TESTDIR1 $TESTDIR2 +btrfs subvol delete $SUBVOL1 >/dev...
2013 Jul 02
6
[PATCH v3] xfstests: btrfs/316: cross-subvolume sparse copy
...mon/rc +. ./common/filter + +# real QA test starts here +_supported_fs btrfs +_supported_os Linux + +_require_scratch +_require_cp_reflink + +_checksum_files() { + for F in file1 file2 file3 + do + for D in $TESTDIR1 $SCRATCH_MNT $SUBVOL2 + do + md5sum $D/$F | _filter_test_dir | _filter_scratch + done + done +} + +TESTDIR1=$TEST_DIR/test-$seq-1 +TESTDIR2=$TEST_DIR/test-$seq-2 +SUBVOL1=$TEST_DIR/subvol-$seq-1 +SUBVOL2=$TEST_DIR/subvol-$seq-2 + +_scratch_unmount 2>/dev/null +rm -rf $seqres.full +rm -rf $TESTDIR1 $TESTDIR2 +btrfs subvol delete $SUBVOL1 >/dev...
2006 May 31
3
Cannot delete files from samba share
...sets up a test share and appropriated file/dir permissions. Other details about are installation are given below UNIX OS: Solaris 8, Solaris 9 PDC: Windows 2003 If anyone has any suggestions as to how this issue can be resolved, I would be grateful to hear from them cheers Neil #!/bin/ksh # TEST_DIR = UNIX directory being shared out ( The 'samba dir') TEST_DIR=/smb_debug # TEST_FILE = file used to demonstrate the problem export TEST_FILE=${TEST_DIR}/test # SMB_CONF = path to smb.conf SMB_CONF=/path/to/your/smb.conf # SHARENAME = the name for the samba share SHARENAME=neil # GROUP = th...
2003 Apr 10
1
Group mapping problem - please help
...mber of WinNT4 domain. I joined samba to the domain. I configured the winbind daemon and nsswitch switch to map NT users to unix users. Then I set ACL support on an ext3 partition and share the mount point of this partition with ACL Samba support: - my share is [test_share] - the directory is /mnt/test_dir Shortly: ---- [test_share] path = /mnt/test_dir writeable = yes browsable = yes hide unreadable = yes nt acl support = yes inherit acls = yes inherit permissions = yes valid users = @my_group invalid users = root # ls -ald /mnt/test_dir drwxrws--- 3 root my_group 4096 Apr 10...
2003 Oct 15
3
OpenSSH package
A non-text attachment was scrubbed... Name: not available Type: text Size: 7366 bytes Desc: not available Url : http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20031015/02b75f40/attachment.ksh
2005 Apr 18
2
Folder Redirection broken if access is from ACL only
I have an issue with W2K/XP using Folder Redirection to a Samba homes share (or any share for that matter). This is only a problem when access for a user is via an ACE (ACL) and not the traditional file system permissions. So for example (user is cath in this example): [root@gandalf users]# ll -d cath drwxrwx---+ 5 root root 4096 Apr 15 20:40 cath [root@gandalf users]# getfacl cath # file: cath
2006 Apr 04
0
get quota command - Example
...the mapping for the directory, we may have to loop here # since with LVM we have to find the DEVICE that it's mapped to # # !!!!!!!!!! THIS MAY NEED TO BE CHANGED FOR YOUR SYSTEM !!!!!! # do { @dirsplit = split(/\//,$directory); for($i=@dirsplit; $i!=0; $i--) { $test_dir = join("/",@dirsplit[0 .. $i]); #print "t $test_dir\n"; last if ( $mount_point{$test_dir} ne "" ); } $directory = $mount_point{$test_dir}; } until ( ($directory =~ /^\/dev\//)||($directory=~/^\S+:/) ); # Build the quota...
2004 Oct 25
0
question for file attributes (atime, ctime)
...of the file in a destination as follows even though a file has no change in its content. Is this a expected action for rsync ? OS: Redhat linux WS 3.0 kernel: 2.4.21-20.ELsmp nfs: nfs-utils-1.0.6-31EL rsync: rsync-2.5.7-5.3E Thanks, yasushi == ctime === ls -ltrc /mirror2/backup_test/current/test_dir/test_dir2/ total 4 -rw-r--r-- 2 root root 22 Oct 25 13:45 testfiles3.txt == atime === ls -ltra /mirror2/backup_test/current/test_dir/test_dir2/ total 12 -rw-r--r-- 2 root root 22 Apr 28 10:13 testfiles3.txt drwxr-xr-x 2 root root 4096 Apr 28 10:13 ....
2004 Oct 26
1
[Fwd: question for file attributes (atime, ctime)]
...of the file in a destination as follows even though a file has no change in its content. Is this a expected action for rsync ? OS: Redhat linux WS 3.0 kernel: 2.4.21-20.ELsmp nfs: nfs-utils-1.0.6-31EL rsync: rsync-2.5.7-5.3E Thanks, yasushi == ctime === ls -ltrc /mirror2/backup_test/current/test_dir/test_dir2/ total 4 -rw-r--r-- 2 root root 22 Oct 25 13:45 testfiles3.txt == atime === ls -ltra /mirror2/backup_test/current/test_dir/test_dir2/ total 12 -rw-r--r-- 2 root root 22 Apr 28 10:13 testfiles3.txt drwxr-xr-x 2 root root 4096 Apr 28 10:13 ....
2015 Apr 19
4
running unit tests on the stringr package
...ince after all the tests in /usr/lib/R/site-library/stringr/tests rely on testthat package? 2) I am getting the following error when trying to run the unit tests % R R version 3.1.1 (2014-07-10) -- "Sock it to Me" ... > library('testthat') > library('stringr') > test_dir('/usr/lib/R/site-library/stringr/tests') String and pattern checks : 123 Counting matches : .... Detecting patterns : .......... Duplicating strings : ...... Extract patterns : .. Joining strings : ...... String length : ......... Locations : ............ Matching groups : .............. Te...
2015 Apr 20
0
running unit tests on the stringr package
Dear Raju I agree to Dirk that this is not really the best place for these matters, but as I got curious, I checked and found you should use test_package() and not test_dir(), as the latter does not load unexported functions of the package (such as check_string()) that may occur in the tests. For packaging of r-cran-stringr, it is probably most efficient to file a bug report there because of the missing Suggests for r-cran-testthat. Kind regards, Johannes Am Son...
2007 Jul 03
2
MDTest 1.0
...rguments (because of an implementation detail). The normalization feature requires PHP 5, so Mac OS X's default PHP install won't work for that, unfortunately. Here's the help page: MDTest Usage ============ ./mdtest.php [-dnvh] [-l library_path [-f function]] [-t test_dir]* ./mdtest.php [-dnvh] [-s script_path] [-t test_dir]* Options | Description ------- | ----------- -n | normalize HTML output before compare -d | show a diff of output vs. expected output -l library | PHP library to load (like mark...
2018 Feb 26
0
Fwd: Client fails to mount with Samba running as daemon. Fine in foreground.
...7, 3, pid=2994] ../auth/ntlmssp/ntlmssp_util. c:69(debug_ntlmssp_flags) Got NTLMSSP neg_flags=0x62088215 [2018/02/26 16:57:37.702460, 3, pid=2994] ../source3/smbd/password.c: 130(register_homes_share) Using static (or previously created) service for user 'test'; path = '/media/nas/test_dir' [2018/02/26 16:57:37.703937, 3, pid=2994] ../lib/util/access.c:365( allow_access) Allowed connection from 192.168.247.72 (192.168.247.72) [2018/02/26 16:57:37.703995, 3, pid=2994] ../source3/smbd/service.c:595( make_connection_snum) Connect path is '/tmp' for service [IPC$] [2018...
2009 May 06
3
NTFS Attributes
Hi There, Debian squeeze, samba 3.3.3-1 I am currently trying to use a samba partition to backup windows machines to, and am always warned that the destination does not support NTFS attributes, hidden attributes and system attributes. Are there any config options to enable these in samba? or does samba not support mapping these to something on the linux side? Any help or links to documentation
2016 Aug 16
8
RFC: A cross platform way of using shell commands in lit tests
...atabase-test/b/b.cpp // RUN: echo 'int *BC = 0;' > %T/compilation-database-test/b/c.cpp // RUN: echo 'int *HP = 0;' > %T/compilation-database-test/include/header.h // RUN: echo '#include "header.h"' > %T/compilation-database-test/b/d.cpp // RUN: sed 's|test_dir|%T/compilation-database-test|g' %S/Inputs/compilation-database/template.json > %T/compile_commands.json // RUN: clang-tidy --checks=-*,modernize-use-nullptr -p %T %T/compilation-database-test/b/not-exist -header-filter=.* // RUN: clang-tidy --checks=-*,modernize-use-nullptr -p %T %T/compilat...