Displaying 20 results from an estimated 35 matches for "testfile2".
Did you mean:
testfile
2011 Mar 05
1
file mode lost in file.copy()?
...info('testfile')
size isdir mode mtime ctime
testfile 0 FALSE 755 2011-03-05 17:06:39 2011-03-05 17:06:59
atime uid gid uname grname
testfile 2011-03-05 17:07:00 1000 1000 yihui yihui
> file.copy('testfile', 'testfile2')
[1] TRUE
> file.info('testfile2')
size isdir mode mtime ctime
testfile2 0 FALSE 644 2011-03-05 17:07:20 2011-03-05 17:07:20
atime uid gid uname grname
testfile2 2011-03-05 17:07:21 1000 1000 yihui yihui
> ses...
2011 Mar 05
1
file mode lost in file.copy()?
...info('testfile')
size isdir mode mtime ctime
testfile 0 FALSE 755 2011-03-05 17:06:39 2011-03-05 17:06:59
atime uid gid uname grname
testfile 2011-03-05 17:07:00 1000 1000 yihui yihui
> file.copy('testfile', 'testfile2')
[1] TRUE
> file.info('testfile2')
size isdir mode mtime ctime
testfile2 0 FALSE 644 2011-03-05 17:07:20 2011-03-05 17:07:20
atime uid gid uname grname
testfile2 2011-03-05 17:07:21 1000 1000 yihui yihui
> ses...
2003 Mar 11
2
2GB File size limit on ext3?
...have simple test.pl script:
#!/usr/local/bin/perl
open FILE, ">testfile";
while(1){
print FILE "Test.\n" or die $!;
}
It's died when the file size is 2147483647
and give error message: "File size limit exceeded"
and I run "cat testfile testfile >> testfile2", died at the same
filesize.
After that I downgrade the filesystem to ext2.
The test.pl script still error but the cat command works fine and
testfile2 can exceed more than 2GB.
Does ext3 have 2GB file size limitation?
OOT: do you think I need to recompile my perl to enable large file
access...
2004 May 06
1
Printing ps pictures with transparent b'ground
...dnorm, from=-3, to=3)
dev.off()
### Method 2
### - print to screen, and save using postscript
x11(width=4, height=4)
curve( dnorm, from=-3, to=3)
dev.print( postscript,
horizontal=FALSE,
onefile=FALSE,
bg="white",
width=4,
height=4,
paper="special",
file="testfile2.eps" )
I then want to place these files in a LaTeX prosper document
for a presentation. A typical (minimal) prosper file is:
\documentclass[pdf,colorBG,slideColor,whitecross]{prosper}
\begin{document}
\begin{slide}{Print to \textsc{ps} direct}
\includegraphics{testfile.eps}
\end{slide}...
2017 Jan 03
2
Inconsistent behavior using 3.1.2 from macOS 10.12.2 to an AFP mount
..../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_file(testFile1,*,2)
[sender] expand rsync_xa to 40 bytes, did move
[sender] make_file(testFile2,*,2)
rsyn...
DO NOT REPLY [Bug 4220] New: --backup causes "stat" failed message when trying to delete a directory
2006 Nov 12
2
DO NOT REPLY [Bug 4220] New: --backup causes "stat" failed message when trying to delete a directory
...nd I am using is:
rsync -av --force --ignore-errors --delete --backup
--backup-dir=/Users/eric/Desktop/rsyncBackup1 /Users/eric/Desktop/rsyncSource/
/Users/eric/Desktop/rsyncDest/
When the source directory (/Users/eric/Desktop/rsyncSource/) contains the
following:
testfile1.txt
testfolder
testfile2.txt
The first time I run the command, it syncs correctly to
/Users/eric/Desktop/rsyncDest/, as expected.
Now, if I delete all the files from the source, and run the command again, I
get the following output:
.......
building file list ... done
backup_dir is /Users/eric/Desktop/rsyncBackup1
stat...
2010 Jul 07
0
scp forces original access permissions when owner lacks write access
...tem. If the owner did not have
write access then scp performs a chmod command after copying the data so
that the copied file ends up with the original permissions.
For example if I have mounted /samba_share which masks new file permissions
with 440 on the machine remote_machine:
$ touch testfile1 testfile2
$ chmod u-w testfile2
$ ls -l
-rw-r--r-- 1 someuser somegroup 0 Jul 6 18:04 testfile1
-r--r--r-- 1 someuser somegroup 0 Jul 6 18:04 testfile2
$ scp testfile* remote_machine:/samba_share
$ ssh remote_machine 'ls -l /samba_share'
-r--r----- 1 someuser somegroup 0 Jul 6 18:10 testfile1
-r--r--...
2008 Oct 21
1
behavior of ALU Scheduler
...least-used volume
option alu.stat-refresh.interval 10sec # Refresh the statistics used
for decision-making every 10 seconds
subvolumes brick1-stor01 brick1-stor02
end-volume
And I have the following directory structure visible from the client:
/mnt/gfs/test1
files:
testfile1.dat
testfile2.dat
/mnt/gfs/test2
In directory test1 I have for example files: testfile1.dat and
testfile2.dat which are physically located respectively
testfile1.dat on stor01
testfile2.dat on stor02
If the space on the bricks is such that ALU scheduler is in active
state, in this particular example if the...
2003 Dec 15
6
Secondary Groups and Group Mapping
We are having what appears to be two main issues in our attempt to setup Samba 3.0.0 compiled from src on Solaris 8. We are using Samba to provide Unix shares on W2K clients, and to authenticate against a W2K Active Directory server. OpenLDAP is used on the Samba side for the UID/GID to SID mappings.
The first issue deals with the file sharing. Even if a file gives full permission to one of a
2009 Dec 13
4
cp --reflink with Btrfs
I am testing a Btrfs root file system with Debian (kernel 2.6.32) under KVM.
jason@vrtl:~$ touch testfile
jason@vrtl:~$ cp --reflink testfile /tmp
cp: failed to clone `/tmp/testfile'': Invalid argument
This is with GNU Coreutils 8.0 taken from debian Sid.
Is this a Coreutils issue, a Btrfs problem or something in my local
configuration?
All the other issues that I have encountered so
2013 May 23
11
raid6: rmw writes all the time?
Hi all,
we got a new test system here and I just also tested btrfs raid6 on
that. Write performance is slightly lower than hw-raid (LSI megasas) and
md-raid6, but it probably would be much better than any of these two, if
it wouldn''t read all the during the writes. Is this a known issue? This
is with linux-3.9.2.
Thanks,
Bernd
--
To unsubscribe from this list: send the line
2017 Jan 03
0
Inconsistent behavior using 3.1.2 from macOS 10.12.2 to an AFP mount
...he 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_file(testFile1,*,2)
> [sender] expand rsync_xa to 40 bytes, did move
>...
2010 Feb 10
1
eval function with javascript-semantics possible in R?
...a string as code on runtime, thereby allowing things like
for (i in c(1:2))
{
eval(items + "i") <- read.csv(eval(filename+ i), dec=",");
}
which would execute (with filename="testfile"):
items1 <- read.csv(testfile1, dec=",");
items2 <- read.csv(testfile2, dec=",");
The way I intend to use it is to define a string list containing names of
date.frames,
and interate this list to perform some function:
createTable <- function(latentVariableNames)
{
for (currentName in names(latentVariableNames))
{
doSomethingWith(currentName)
}
}
Wou...
2011 Feb 02
0
rsync -a doesn't copy ext3 attributes
...that rsync doesn't preserve at least the
ext3 "immutable" flag - while it should do so when using -a, IMHO. Quick
test case (tested on CentOS 5.5 w/ rsync 2.6.8 as well as on Fedora 13
w/ rsync 3.0.7):
# touch testfile
# chattr +i testfile
# rsync -a testfile testfile2
# lsattr testfile*
----i---------- testfile
--------------- testfile2
The man page of rsync comments on an example using "rsync -avz":
The files are transferred in "archive" mode, which ensures that
symbolic links, devices, attributes, p...
2012 Jun 05
1
Fwd: --link-dest does not appear to be linking on Cygwin
Hi:
I have attempted to following some instructions to use --link-dest in
order to preserve space for multiple backups. I'm using rsync on
Cygwin with a NAS (ext4) which does support hard-links on the
filesystem. I've written a short program that does attempt to create a
hard-link on this NAS from Cygwin and it does look to be working. If I
run ls -li on the NAS the inodes are the same.
2004 Feb 13
1
ACL bug
...hueler
user::rw-
group::---
group:admins:rwx #effective:rw-
mask::rw-
other::---
You'll see that group:: is unchanged and mask:: has shortened to rw-
Now a file that I've created through Samba:
(create mask = 0660 or create mask = 0600; make no difference):
# file: testdir/testfile2
# owner: dariush
# group: schueler
user::rw-
group::rw-
group:admins:rwx
mask::rwx
other::---
You see that mask:: is unchanged, while group:: has been changed instead
incorrectly.
So, in my eyes this looks like a bug. If it is not, it would be nice if
someone could point me a way how to get the w...
2008 Oct 29
1
quota for ocfs2 do not warn a exceed for block soft-limit sometimes
...a
3.useradd -m quotauser
4.setquota -u quotauser 1024 2048 10 20 -a /dev/sdc5
5.quotaon -avug
6.su - quotauser; cd /quota
7.
dd if=/dev/zero of=./testfile1 bs=1024 count=1024
1024+0 records in
1024+0 records out
1048576 bytes (1.0 MB) copied, 0.00825239 seconds, 127 MB/s
dd if=/dev/zero of=./testfile2bs=1024 count=10
sdc5: warning, user block quota exceeded.
10+0 records in
10+0 records out
10240 bytes (10 kB) copied, 0.000133629 seconds, 76.6 MB/s
at the first attempt,it successfully warn me a tip:
sdc5: warning, user block quota exceeded.
8.then I REMOVE all the dd created files by 'rm -...
2004 Jun 16
3
rsycnc copies all files
...t
date and time.
root@lyon:/tmp/play# l
total 0
root@lyon:/tmp/play# date > testfile
root@lyon:/tmp/play# l
total 4
-rw-r--r-- 1 root root 29 Jun 16 19:21 testfile
root@lyon:/tmp/play#
I run rsync....
root@lyon:/tmp/play# rsync --verbose --stats /tmp/play/testfile
/tmp/play/testfile2
testfile
Number of files: 1
Number of files transferred: 1
Total file size: 29 bytes
Total transferred file size: 29 bytes
Literal data: 29 bytes
Matched data: 0 bytes
File list size: 27
Total bytes written: 112
Total bytes read: 40
wrote 112 bytes read 40 bytes 304.00 bytes/sec
total size is 2...
2006 Jan 15
2
rsync of file list
Hi All,
I would to rsync data spread of many files from remote site. Each file
may exist in total different location - the path for each file may be
different.
My question is:
Can I do it one single rsync command, giving a file containing list of
paths as parameter, or do I need to run rsync for each file.
I did not find any option doing it in the man page. I tried to play with
2015 Oct 09
5
kerberos nfs4's principals and root access
...ot
$ samba-tool domain exportkeytab --principal=root /etc/krb5.keytab
Same problem but here "kinit -k root" works.
$ kinit -k root
ok
------
I tried to kinit anather samba user
------
-> on the client I kinit a valid user and write to the share
$ kinit validuser
$ touch /myshare/testfile2
Here the nfs4 connection is not made with the validuser's principal.
Always with the machine's principal.
-------
So
-------
I don't understand why in can "kinit root" but not "kinit
root/myclient.samdom.com". What's the difference between there
principals ?...