Displaying 20 results from an estimated 4959 matches for "cp".
Did you mean:
cpu
2007 Nov 24
1
Strange file permissions
...users,
who are members of specific Linux groups, have access to the files in them.
Recently, a laptop with XP professional has been connected, and the user
on it can access the correct directories, but when he edits or creates a
file, the group owner and file permissions are wrong:
/home/projects/cp/CP 2007# ls -alt
total 2932
drwxrwsrw- 4 daniel cp 4096 2007-11-24 12:35 .
-r-------- 1 haffers BUILTIN\users 197120 2007-11-24 12:34 CP 11 Nova.xls
-rw-rw-rw- 1 haffers BUILTIN\users 199168 2007-11-23 19:47 CP 10 Octa.xls
drwxrwsrwx 2 daniel cp 4096 2007-11-23 19:34...
2001 Jun 05
2
a bug? (PR#968)
...Box 90251
(919) 684-2152 (work) Duke University
(919) 684-8594 (fax) Durham, NC 27708-0251
--T4sUOijqQbZv57TR
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="mohan.dat"
SEEDID LINEAGE POP REGION CARBON DAY GERM
1 C01 CP1 CP 180 10 1
2 C01 CP1 CP 180 10 1
3 C01 CP1 CP 180 10 1
4 C01 CP1 CP 180 10 1
5 C01 CP1 CP 180 10 1
6 C01 CP1 CP 180 10 1
7 C01 CP1 CP 180 10 1
8 C01 CP1 CP 180 10 1
9 C01 CP1 CP 180 10 1
10 C01 CP1 CP 180 10 1
11 C01 CP1 CP 180 10 1
12 C01 CP1 CP 180 10 1
13 C01 CP1 CP 180 10 1
14 C01 CP1 CP 180...
2000 Feb 04
0
Patch that allows equal sign in options
...3 22:37:54 2000
@@ -156,6 +156,7 @@
/* Characters considered whitespace in strtok calls. */
#define WHITESPACE " \t\r\n"
+#define WHITESPACE_EQ " \t\r\n="
/*
@@ -237,7 +238,7 @@
return 0;
/* Get the keyword. (Each line is supposed to begin with a keyword). */
- cp = strtok(cp, WHITESPACE);
+ cp = strtok(cp, WHITESPACE_EQ);
opcode = parse_token(cp, filename, linenum);
switch (opcode) {
@@ -248,7 +249,7 @@
case oForwardAgent:
intptr = &options->forward_agent;
parse_flag:
- cp = strtok(NULL, WHITESPACE);
+ cp = strtok(NULL, WHITESPACE_EQ);...
2007 Jan 11
4
Help understanding some benchmark results
..."RAID10" I used the ''builtin'' RAID10.)
Single drive
bonnie++ -d /mnt/ -s 8g -u0 -f
Version 1.03 ------Sequential Output------ --Sequential Input- --Random-
-Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks--
Machine Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP /sec %CP
csmith-desktop 8G 42807 21 25278 7 65191 6 118.4 0
------Sequential Create------ --------Random Create--------
-Create-- --Read--- -Delete-- -Create-- --Read--- -Delete--...
2007 Nov 26
4
Filesystem for Maildir
...c1/testfile -s 8192 -m `hostname` -n
50:150000:5000:1000<br>
<br>
XFS:<br>
Version 1.03 ------Sequential Output------ --Sequential Input-
--Random-<br>
-Per Chr- --Block-- -Rewrite- -Per Chr- --Block--
--Seeks--<br>
Machine Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP
/sec %CP<br>
localhost 8G 74048 99 201584 32 74014 12 61610 92 228977
18 623.5 0<br>
------Sequential Create------ --------Random
Create--------<br>
-Create-- --Read--- -Delete-- -Creat...
2008 Mar 04
2
7.0-Release and 3ware 9550SXU w/BBU - horrible write performance
...g with getc()...done
Reading intelligently...done
Seeker 1...Seeker 2...Seeker 3...start
'em...done...done...done...
-------Sequential Output--------
---Sequential Input-- --Random--
-Per Char- --Block--- -Rewrite-- -Per
Char- --Block--- --Seeks---
Machine MB K/sec %CPU K/sec %CPU K/sec %CPU K/sec
%CPU K/sec %CPU /sec %CPU
100 9989 4.8 6739 1.0 18900 7.8 225973
98.5 1914662
99.9 177210.7 259.7
Any ideas? Anybody have one of these that's working
with FreeBSD 7?
___________________________________________________________________________...
2004 Jul 14
3
ext3 performance with hardware RAID5
...-t
ext3 /dev/sda1 /mnt mkdir -m 777 /mnt/t
bonnie++ -u nobody:nobody -d /mnt/t -s 4g -m ss1 -n128:20000:16:512
Version 1.03 ------Sequential Output------ --Sequential Input-
--Random-
-Per Chr- --Block-- -Rewrite- -Per Chr- --Block--
--Seeks--
Machine Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP /sec
%CP
ss1 4G 28235 94 38522 28 17222 8 22257 61 40274 10 598.0
1
------Sequential Create------ --------Random
Create--------
-Create-- --Read--- -Delete-- -Create-- --Read---
-Delete--
files:max:m...
2009 Feb 13
3
Bonnie++ run with RAID-1 on a single SSD (2.6.29-rc4-224-g4b6136c)
...ror.
This is on a Dell E4200 with Core 2 Duo U9300 (1.2GHz), 2GB RAM
and a Samsung SSD (128GB Thin uSATA SSD).
Version 1.03c ------Sequential Output------ --Sequential Input- --Random-
-Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks--
Machine Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP /sec %CP
sys26 2G 28299 17 18633 12 85702 29 3094 18
------Sequential Create------ --------Random Create--------
-Create-- --Read--- -Delete-- -Create-- --Read--- -Delete--...
2001 Feb 06
4
argv[0] => host feature considered harmful
OpenSSH still has this feature, SSH-1.2.27 no longer has it. Admittedly it
can be useful sometimes, even though I'd prefer this to be done using a
trivial shell wrapper, which would be the UNIX way of doing things.
Not being able to call OpenSSH's ssh by another name (say ``ssh1'') can get in
the way when having to maintain two versions of ssh in parallel because the
``ssh ->
2008 Sep 25
4
Help with b97 HVM zvol-backed DomU disk performance
...see bottom for bonnie++ results)
I''m using a 2*raidz2 SAN for the DomU backing. I''m also using a separate disk (a compact flash) for a ZFS-based root disk. The system has a single quad-core opteron with 8G phyical memory, but when I boot Dom0, I pass "dom0_mem=4G dom0_max_vcpus=2 dom0_vcpus_pin=true" on the "kernel$" line to limit how much mem/cpu the Dom0 can use.
When I created my DomU, I first created the zvol:
zfs create -V 4G tank/puffy-root-disk
and then installed the OS with something like this:
virt-install --name puffy --hvm --ram 512 --vnc...
2007 Mar 02
7
Lame question about cp
Hi,
How can i copy a file to another with the same name without being
prompted for a confirmation ?
I read the cp man page, but nada.
Any help would be appreciated.
Warm Regards,
M?rio Gamito
2010 Jul 07
3
Message: "err:psdrv:PSDRV_PPDGetNextTuple Line too long."
...tNextTuple
00357 *
00358 * Gets the next Keyword Option Value tuple from the file. Allocs space off
00359 * the process heap which should be free()ed by the caller if not needed.
00360 */
00361 static BOOL PSDRV_PPDGetNextTuple(FILE *fp, PPDTuple *tuple)
00362 {
00363 char line[257], *opt, *cp, *trans, *endkey;
00364 BOOL gotoption;
00365
00366 start:
00367
00368 gotoption = TRUE;
00369 opt = NULL;
00370 memset(tuple, 0, sizeof(*tuple));
00371
00372 do {
00373 if(!fgets(line, sizeof(line), fp))
00374 return FALSE;
00375 if(line[0] == '...
2001 Nov 20
0
Patch: 3.0.1p1: rename a conflicting variable
...needs access to the ServerOptions struct named ``options'', hence the
rename.
--- auth-rsa.c.orig Mon Nov 19 16:54:01 2001
+++ auth-rsa.c Mon Nov 19 16:56:18 2001
@@ -180,8 +180,7 @@
* user really has the corresponding private key.
*/
while (fgets(line, sizeof(line), f)) {
- char *cp;
- char *options;
+ char *cp, *optionsp;
linenum++;
@@ -199,7 +198,7 @@
*/
if (*cp < '0' || *cp > '9') {
int quoted = 0;
- options = cp;
+ optionsp = cp;
for (; *cp && (quoted || (*cp != ' ' && *cp != '\t')); cp++) {...
2010 Jan 04
0
two nodes with different performance metrics
...fferent hypervisor). If this behavior exists, can it be
configured?
bonnie++ output from the slower client:
Version 1.03 ------Sequential Output------ --Sequential Input-
--Random-
-Per Chr- --Block-- -Rewrite- -Per Chr- --Block--
--Seeks--
Machine Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP
/sec %CP
pxhorde1 300M 23635 24 41146 3 1889 0 19153 18 30057 1
567.9 1
------Sequential Create------ --------Random
Create--------
-Create-- --Read--- -Delete-- -Create-- --Read---
-Delete--...
2005 Aug 04
1
Where the error message comes from?
...2)*(x*r+y*sqrt(1-r**2))+means[u]
g[ind] = u
mu1[ind] =means[u]
}}
data.frame(g=factor(g),c,e=(c1 > mean(c1)+z*sd(c1))+0)
}
#################################################################
sk1=sk2=sk11=sk21=skR=k1=m1=R2=R1=n10=f10=nb10=b10=s10=p10=bca10=NULL
n.cp=f.cp=nb.cp=b.cp=s.cp=p.cp=bca.cp=NULL
for (k in c(12,24,48)) {
for (m in c(25,50,100)) {
for (j in 1:1000) {
#### PREPARING CLUSTER LEVEL DATA ######
d1=SimClust(k,m,mu=30,sb2=25,sw2=75,r=0.5,z=0.841621) # for p=0.2
d2=SimClust(k,m,mu=20,sb2=25,sw2=75,r=0.5,z=1.281552) # for p=0.1...
2004 Mar 10
1
copy error + control file corruption in ocfs 1.10
Wim,
Below are two problems I found in testing the newly released ocfs version.
Just for your information.
Gr,
Robert.
- Copying of multiple files gives errors
[oracle@prac01 test]$ cp --o_direct -R ./a2/* ./backup/a2/.
cp: writing `./backup/a2/./ccdata.dbf.bck': Invalid argument
cp: writing `./backup/a2/./ccindex.dbf': Invalid argument
cp: writing `./backup/a2/./control02.ctl': Invalid argument
cp: writing `./backup/a2/./system01.dbf': Invalid argument
cp: writin...
2002 Jan 27
0
IdentityFile patch
...* by substituting % tokenised options. Currently, %% becomes '%',
- * %h becomes the home directory and %u the username.
- *
- * This returns a buffer allocated by xmalloc.
- */
-char *
-expand_filename(const char *filename, struct passwd *pw)
-{
- Buffer buffer;
- char *file;
- const char *cp;
-
- /*
- * Build the filename string in the buffer by making the appropriate
- * substitutions to the given file name.
- */
- buffer_init(&buffer);
- for (cp = filename; *cp; cp++) {
- if (cp[0] == '%' && cp[1] == '%') {
- buffer_append(&buffer, "%",...
2018 Oct 10
2
no mutual signature algorithm with RSA user certs client 7.8, server 7.4
...rithm
(So far as I can tell, neither the server nor client are overriding
default algorithms in their respective configurations)
I added some printf debugging to the client to show the values being compared:
debug1: Offering public key: RSA-CERT SHA256:xxx /path/to/key
debug1: key_sig_algorithm: cp:
ecdsa-sha2-nistp256-cert-v01 at openssh.com sshkey_sigalg_by_name(cp):
ecdsa-sha2-nistp256
debug1: key_sig_algorithm: skipping
ecdsa-sha2-nistp256-cert-v01 at openssh.com due to not matching key->type
debug1: key_sig_algorithm: cp:
ecdsa-sha2-nistp384-cert-v01 at openssh.com sshkey_sigalg_by_na...
2018 May 03
1
Finding performance bottlenecks
...fered disk reads: 996 MB in 3.00 seconds = 331.97 MB/sec
#bonnie++ -d . -s 8G -n 0 -m pre-glapi -f -b -u root
Version 1.97 ------Sequential Output------ --Sequential Input- --Random-
Concurrency 1 -Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks--
Machine Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP /sec %CP
pre-glapi 8G 196245 30 105331 15 962775 49 1638 34
Latency 1578ms 1383ms 201ms 301ms
Version 1.97 ------Sequential Output------ --Sequential Input- --Random-
Concurr...
2008 Mar 18
4
Solaris 10 x86 + ZFS / NFS server "cp" problem with AIX
Friends,
I have recently built a file server on x2200 with solaris x86 having zfs (version4) and running NFS version2 & samba.
the AIX 5.2 & AIX 5.2 client give error while running command "cp -R <zfs_nfs_mount_source> <zfs_nfs_mount_desticantion> as below:
cp: 0653-440 directory/1: name too long.
cp: 0653-438 cannot read directory directory/1.
and the cp core dumps in AIX.
Can someone please help
Thanks
Sachin Palav
This message posted from opensolaris.org