Displaying 12 results from an estimated 12 matches for "xpf".
Did you mean:
xp
2002 Feb 20
2
feature request: add -a to scp for archive-style copy
...asy option to copy
symlinks, etc. to reproduce a directory tree. The -r option follows
symlinks and reads the data out of device files when copying. A few
years ago, the -a option was added to normal cp, replacing the
cumbersome and arcane
(cd wherever1 ; tar cf - whatever) | (cd wherever2 ; tar xpf - )
with
cp -a wherever1/whatever wherever2
Adding a -a option to scp would likewise eliminate the need for the
even more obscure but frequently-typed
ssh wherever1 -l whoever "(cd wherever2 ; tar cf - whatever)" | (cd
wherever3 ; tar xpf - )
Instead, it would be
scp -a whoever at w...
2009 Sep 03
4
did CentOS x86 5.3 migrate to another hard drive, but console login keeps prompting even with correct password
.../dev/hdd2 /
3. create the filesystem on the destination hard drive
mke2fs -j /dev/hdd2
mkswap /dev/hdd1
4. mount partitions and then copied files from /dev/hdc2 to /dev/hdd2
mount /dev/hdc2 /mnt/aa
mount /dev/hdd2 /mnt/bb
cd /mnt/aa
tar --one-file-system -cf - . | tar -xpf - -C /mnt/bb
5. modify /boot/grub/menu.lst on both /dev/hdc2 and /dev/hdd2
6. modify /etc/fstab and /etc/mtab
7. umount partitions
8. run grub
9. reboot out of rescue mode
The original system still boots up fine and I am able to login. The new
system which is supposedly a copy of the original sys...
2006 Apr 01
2
Asterisk box with unreliable ping/latency
...sisted. It?s worth
mentioning that the latency to the router itself was fine all the time,
we?re just referring to the latency of the Asterisk box.
So I started installing Linux@home on a spare computer, about the same
specs, only a different motherboard (HYPERLINK
"http://www.dealtime.com/xPF-Asrock_MB_PM800_ASROCK_P4VM800_RTL_P4VM800"http
://www.dealtime.com/xPF-Asrock_MB_PM800_ASROCK_P4VM800_RTL_P4VM800). Same
issues. At this very moment, I was left with a suspicion that there might be
something with the DSL network, so I contacted the DSL provider and had them
run tests on the l...
2002 Jan 29
1
Wine and damage of original MS Windows
Hello,
I want to protect original MS Windows installed on their partition
against wine :)
I have not own experiences with similar problems but I fount next
message in README:
----
You should backup all your important files that you give Wine access
to, or use a special Wine copy of them, as there have been some cases
of users reporting file corruption. Do NOT run Explorer, for instance,
if you
2012 Jan 01
0
Possible bug and performance of small files (with limited use-case workaround)
...figured:
performance.flush-behind: on
performance.write-behind: on
I added the flush-behind and write-behind in hopes of it helping, but it
did not. Any others?
Is naggle/TCP_NODAY set on sockets? Looks like it used to be an option,
is it always on now?
In the time it took to tar xpf a file, I was able to significantly quicker
do a scp -r of an already extracted copy from the same source disk to both
the replicate bricks in different subdirectories. (Probably shouldn't
access bricks directly like that, but this is just a test.)
In this exercise I noticed two things....
2011 Jan 30
5
How to relocate $HOME directory
Hi there,
As you know, $HOME is generally located at "/home/$username" by default.
I would like to re-locate all users' $HOME directories to something like
"/export/home/$username" without having a hassle/trouble.
Initially, I've thought of just copying them to the new directory (under
/export/home/xxx), but guessed it might trouble for the normal use (I'm
pretty
2007 Dec 27
1
app works when copied with tar, not with rsync
...it files, 64-bit inums, 32-bit timestamps, 64-bit long ints,
socketpairs, hardlinks, symlinks, no IPv6, batchfiles, inplace,
append, ACLs, no xattrs, iconv
When I copy the directory with GNU tar, I use:
cd /directory && gtar -cf - . | ssh serverB 'cd /directory && gtar -xpf -'
In both cases, the files transfer without issue (no warnings, no
errors). I have run the following tests to compare the copy made with
gtar versus the copy made with gtar on the remote server:
- gdiff -r /tar-copy /rsync-copy
<No differences reported>
- Ran sha1sum on each fil...
2006 Aug 06
4
[newbie] Error: Not an HVM capable platform...
Hi,
I''ve run linux off an on for several years. Recently I''ve been using
windows (simply for ease), but have gotten so fed up with stability
and what not. I had read good things about xen, so I installed suse
and was hoping to not give up the 10% of things that I need windows
for. I''ve still got windows on a partition and was wondering if I
could boot that, but wanted
2008 Aug 09
2
xy plot in version 2.7.1 for Mac (PR#12520)
...g7KJ
3cV+wvaxR1kvRnmTnWYfsr+zT9hFjmTlJu7gbj4KxcNv5Ov5vfxH/CjKm/xv/HMpRxol+aSJUqUU
klZhVtuknShPS+/L+fJRWUecy5Rdyl5ln/KY8qJywWQ1f9dClte/ePjLoi/fG6CB2wd2DcQGevX3
aQT2MB9RcFElZt+Ksgz7vQsZ9xQdY1bELp8VsSp2DSLTwpax1ewmRPJ7bA/7mTH3J9lziNI77Dzm
nM6dxpyv4BN5LZ+Fcj1v56v5Tn4P7+XH+b8ks5Qm2aQRUpE0TVootUtrpA3SLkmTXpf+KJ2WPpW+
QNHlVNklj5K9sk+eJrfIa+UH5LPyWaVZeU35synVtNJ0mylu+tg8yVxlnm2eY15o3mHeb37bEkZ2
HqKn6Rlk4ODFTklbpID0NN3Nx8t5/A3+BvK5hRZLMzgyle9jt/NbWC8frdxkmsqnspl0QfYi1q/w
vfxTPlWawRrZPFrGxyU6NA2XcfJQpXyIzsnPYW1voOebTFa2iZ83WSmGY2YKDqCXpbGyT3qNTkgn
mVl+iN6VU1kOO8cfkWYjC56Xq5QguaUf0ZPSanYLPc0DOLkuWu5EHs9kv8C...
2008 May 21
0
Errors in using gdb (PR#11496)
...L3Qk6WS
GrVqPMdjsxmzR60WDg7GxJ5s7WottrfX6h5OI+P4yY5frcZvbkIiSGjoXF0KtKct7bifrDwZ
DNYjr+oOLb2UuMfoQHuafwTFHrwDA3GuOs7tueZGfWjXv5ET7yO0tA9DO1pxU9DuaUK77OxY
LbgiagnbyBVR9bu7OA9h1GjFi57CvtuKp2X3k32og1bihxLb3MMoRnk/uZRuXAPx+ksNN6o3
u9fJsxwmlv6hGsP3vzvW9aFLkzxo8/b2IYO8DjxbQ3tnHsoMMzv681hAe9vOzp76CSAN7UbD
XPfi9B4mCdp7Vq4S2WnVgfaeXcp+4/NSMlniNSr3lhkVaJe5xwwZsZmYnZw3wnQM3cPhlREf
h5F7ZYW3tKvicDHTcRTQLrP/DFlWgbQTII+hPWHveL/D4fhx2NDHITrbx/hDETrwlj4XH4KO
07goUhD4yVzTTT5OWG+EwOrV2tDHgQGv3nC82M7pJeAEG+IiM2Jr2r54aMcQBu3DxeyAOgth
0D6cjg/H+Ean5ilI+AiUjr8U4EwyiO7po/Shna95HZBmly9ZCLWOrhH4LU+GbHPdGNq5Gmtp
nj1VIfGEMNx...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...#|{<19f3h2x9SAiGluK~~1Uk6^Tp95Z_
z9|z|Y{SCx7>Td$C)ZYT0k9y$8>2D)GLw^T&gZ?h?Lj679Ir{s^ovF8kWNuS7>uDcQ
z;U<5GtOxavWTPJ=zD55;3glCXKLcf({yFe{`WL_t>t6zI*S`XONdKBjkNO)bu5`bp
z(s}p}Ia~GbX=kIi@~E!<faK%)2iWu<)7!T;`YOA1U2J%J^dIFi_(@cO2^07{75n&J
zxD5T2eR}#YD7s(20DMqy&_!>=7XPF^O2;u#A1x_kbTNjppgg6Ila%p at Kci2O@rj5Z
z(kB5Q&?oEWiB at Jz1?jLpO(#Zw<vE>B2XTh3#OuRMUFgFs08v1$za7FVRgUV~Y?L^z
z&jCK6&jmiF&l7ofkoo#4y~P4uRZi;*bWJ&<Po{;+2fC2D5a}XaTKB~uoYf~F>wR5J
zJ5gTMmr90Zh`+5b2Yypu0enth3H*gV6}<21LXF_d>8pW1)7R*Q%14N;1$?frL+Vpq
z7{@~8Lxk(4EH)tamc...
2013 Sep 19
0
depmixS4 version 1.3-0 on CRAN
Package news (see below for general description of functionality)
depmixS4 version 1.3-0 has been released on CRAN. See the NEWS file
for an overview of all changes. The most important user-visible
changes are:
1) more compact pretty-printing of parameters in print/summary of
(dep)mix objects (following lm/glm style of presenting results)
2) some speed improvements in the EM algorithm, most