Displaying 20 results from an estimated 800 matches similar to: "scripting rsync ssh port issue"
2001 Sep 09
4
Ogg Vorbis and Bitrate
In Ogg Vorbis, does one kilobit equal 1000 bits, or 1024 bits?
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-request@xiph.org'
2006 Aug 29
1
list and pairlist in "Writing R Extensions" (PR#9185)
Full_Name: Glen Herrmannsfeldt
Version: 2.2.1
OS: Linux
Submission from: (NULL) (128.95.113.77)
Following the discussion in "Writing R Extensions" in section 5.8.2, there
is no indication that showArgs expects a pairlist() instead of a list().
I was trying
.Call("showArgs",list(one=1,two=2,three=3))
for example, and getting many core dumps.
It wasn't until reading
2003 Feb 27
1
Problems with rsync -e ssh
I'm doing the following from a linux box to a solaris box:
rsync_options="-aPvrz --progress --stats --delete --delete-after"
rsync $rsync_options -e ssh root@207.156.7.100:/usr2/docs/ /export/export/www/current/www
rsync $rsync_options -e ssh root@207.156.7.100:/usr2/was/ /export/export/www/current/www
rsync $rsync_options -e ssh root@207.156.7.100:/usr2/soe/
2018 Aug 07
3
Best practices for backing up small mailserver to remote location
My webserver also houses our mailserver. There's about six users on that
mail system and I'm thinking it would be good to back up the mailboxes to
my always on HTPC computer at home, which is reachable via a dynamic IP
service.
I know (or think) I need to use doveadm-backup for this but rather than
reinvent the wheel (or use the wrong wheel altogether) I'm wondering if
anyone can
2008 Feb 21
1
having a problem with include/exclude logic
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 3088 bytes
Desc: not available
Url : http://lists.samba.org/archive/rsync/attachments/20080221/9cf0c512/attachment.gif
2011 Apr 06
1
Use of the dot.dot.dot option in functions.
Hi R users:
I try this code, where "fun" is a parameter of a random generating
function name, and I pretend to use "..." parameter to pass the parameters
of different random generating functions.
What am I doing wrong?
f1<-function(nsim=20,n=10,fun=rnorm,...){
vp<-replicate(nsim,t.test(fun(n,...),fun(n,...))$p.value)
return(vp)
}
This works!
f1()
2010 Jul 03
16
ionice
Hi Everyone,
I''m experimenting with ionice, and I have to say at first impressions
I''m very impressed!
Does anyone have any idea how I could script the ionice config? I''m
using phy for my DomUs so everything appears in ps as blkback.<DOMID>.xvda1
The problem is, is that the process id for the blkback process will
change after every DomU restart,
2012 Dec 06
1
ionice...
Hey,
anyone has some successful experience with ionice?
I tried it with 'idle' (-c 3) parameter.
When I did a quick test (find /), it seemed to work with frequent pauses (I guess waiting for idle).
But when I used it on my big tar, it made it worse than without... which seems counter-intuitive.
Thx,
JD
2008 Aug 22
2
Sending "..." to a C external
I'm trying to figure this out with "Writing R Extensions" but there's not a
lot of detail on this issue.
I want to write a (very simple really) C external that will be able to take
"..." as an argument.
(It's for optimizing a function that may have several parameters besides the
ones being optimized.)
I got the "showArgs" code (from R-exts) to compile and
2009 Jul 09
1
How to use ionice?
Hi, I need to rsync a remote live server to a local backup machine. The
local backup machine is starting the rsync on scheduled basis (ie
pulling from the remote) and I would like it to reduce the load on the
remote live server by using nice/ionice at the far end. I'm connecting
to the remote machine with ssh
How can I get the remote server to be running it's part of the chain
2008 Sep 02
3
Control IO related to a process
Is there a way to nice the IO on a process such as dd?
If not, what could be a way to control the IO level of
such a process from bogging down a server to severely.
Thanks,
jlc
2013 Mar 28
2
[LLVMdev] [cfe-dev] Handling SRet on Windows x86
On Thu, Mar 28, 2013 at 1:46 PM, Anton Korobeynikov <asl at math.spbu.ru> wrote:
>> Sounds fine to me. I just wanted some convenient and consistent naming.
>> I think it conflicts a bit with the triples (-win32 currently means
>> msvc I think),
> Right. But this is again a historical (and LLVM-specific) artifact,
> because I doubt anyone uses such triplet outside to
2005 Jan 11
6
test-ignore
This is a test, please disregard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050111/3b3612cb/attachment.htm
2008 Apr 15
1
rsync man page
Hi there.
Someone might want to notice that - compared to the official rsync man page - this page has a lot more information about each option, when to use and what to expect:
http://www.ss64.com/bash/rsync_options.html
Thanks
Hiran Chaudhuri
_____________________________________________________________________
Der WEB.DE SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
2010 Jul 08
2
slow down dd - how?
How can I slow down dd?
I don't want to slow down the pc, when generating a big file [~40
GByte].
Does ionice work properly?
Thank you for any help! :\
2016 Jul 04
3
Configure Dovecot for GSSAPI [formerly: Looking for GSSAPI config]
On Mon, 4 Jul 2016 08:54:27 +0300 Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
> > http://wiki2.dovecot.org/Authentication/Kerberos
>
> It has been now updated.
Excellent! That was quick!
Although, you used my actual local domain in your example: mail.hprs.local. Not that I care,
no one can get to that, but it might be clearer to those of us who uncomprehendingly
monkey-type
2013 Sep 02
1
heavy IO load when working with sparse files (centos 6.4)
Dear List,
We have noticed a variety of reproducible conditions working with sparse files on multiple servers under load with CentOS 6.4.
The short story is that processes that read / write sparse files with large "holes" can generate an IO storm. Oddly, this only happens with holes and not with the sections of the files that contain data.
We have seen extremely high IO load for
2014 Nov 21
4
[Bug 10951] New: Emtpy parameter triggers unwanted behavior, but no error message
https://bugzilla.samba.org/show_bug.cgi?id=10951
Bug ID: 10951
Summary: Emtpy parameter triggers unwanted behavior, but no
error message
Product: rsync
Version: 3.1.0
Hardware: x64
OS: Linux
Status: NEW
Severity: major
Priority: P5
Component: core
Assignee:
2018 Aug 14
2
USB disk IO
Hello - frequently I turn on my external USB 3.0 disk and back. While my
machine is copying and backing up my desktop becomes very sluggish.
Is there a way to change that ? I am using CentOS 7.5 x86 with a very nice
processor extra cores available and plenty of memory. There is no reason
the "other" cores cannot keep the desktop going.
Thanks,
Jerry
2013 Mar 28
0
[LLVMdev] [cfe-dev] Handling SRet on Windows x86
On Thu, Mar 28, 2013 at 1:49 PM, Eric Christopher <echristo at gmail.com>wrote:
> On Thu, Mar 28, 2013 at 1:46 PM, Anton Korobeynikov <asl at math.spbu.ru>
> wrote:
> >> Sounds fine to me. I just wanted some convenient and consistent naming.
> >> I think it conflicts a bit with the triples (-win32 currently means
> >> msvc I think),
> > Right.