similar to: Copying TBs -> error -> work around

Displaying 20 results from an estimated 700 matches similar to: "Copying TBs -> error -> work around"

2020 Sep 11
2
Copying TBs -> error -> work around
Roland, On 2020-09-10 21:27, Roland wrote: >> with rsync hanging - after breakout on /home for writing I then get: >> "Read-only file system" > > if your filesystem switches to read-only, you have a serious problem > with your system/storage, not with rsync. > > rsync (or the workload) is simply triggering the problem. Thanks for the response . . Hmm . .
2020 Sep 14
0
Copying TBs -> error -> work around
On Fri, Sep 11, 2020 at 10:53:14AM +1000, Philip Rhoades via rsync <rsync at lists.samba.org> wrote: > Roland, > > > On 2020-09-10 21:27, Roland wrote: > > > with rsync hanging - after breakout on /home for writing I then get: > > > "Read-only file system" > > > > if your filesystem switches to read-only, you have a serious problem >
2010 Mar 24
1
--delete question.
Please advise on rsync usage. --delete doesn?t work without recursion(--recursion). The recursion is causing huge overheads for me. My directory trees are huge. Any suggestions through which I can cut overheads. It used to work well in rsync-v2.5.5 /opt/rsync-v2.5.5/bin/rsync --delete --checksum -lptgoD --rsync-path=/opt/rsync-v2.5.5/bin/rsync --hard-links --timeout=5184000 --exclude=.snapshot
2007 Dec 03
4
RSYNC
If I try: rsync -lptgoD -e "ssh -i /root/.ssh/rsync-key" --verbose --exclude="/*.*" --exclude="*.xml" --include="+ */Tariff/" 192.168.1.1:/home/e-smith/files/ibays/frogs/files/dbs/ rsync lists the correct files, but if I add the destination like this: rsync -lptgoD -e "ssh -i /root/.ssh/rsync-key" --verbose --exclude="/*.*"
2017 Jun 25
3
Why are LAN ports not standard on UPSs these days?
Larry, On 2017-06-25 23:26, Larry Fahnoe wrote: > Hi Phil, > > I don't have an answer to your question about the lack of LAN ports, I think it is weird - with everything else being connected to LANs like fridges etc . . why not UPSs? > but can offer my experience with NUT for a home server environment. > I've tended to prefer the Tripp-Lite UPS systems, mainly
2017 Jun 25
6
Why are LAN ports not standard on UPSs these days?
People, A couple of decades before I was retired and was still working for other people I had cause to install UPSs and they usually had RS232 ports to allow the setting up of shutdown scripts to UNIX / Linux servers. Now, after not having to be concerned by those issues for some time - most of my little web sites have been on Digital Ocean or other suppliers VMs for a long time - I am
2017 Jun 25
6
Why are LAN ports not standard on UPSs these days?
People, A couple of decades before I was retired and was still working for other people I had cause to install UPSs and they usually had RS232 ports to allow the setting up of shutdown scripts to UNIX / Linux servers. Now, after not having to be concerned by those issues for some time - most of my little web sites have been on Digital Ocean or other suppliers VMs for a long time - I am
2003 Jan 09
1
--exclude and --delete-exclude problem
Hi. I'm trying to accomplish the following ; 1) First, I did a rsync for a file, like this /usr/bin/rsync -lptgoD --delete --rsh=/usr/bin/ssh -R --delete-excluded -vv root@127.0.0.1:/usr/local/src/* /tmp/localhost/daily.0 If I did a ls -la to the destination dir (/tmp/localhost/daily.0/usr/local/src/README) I take ls -la /tmp/localhost/daily.0/usr/local/src/ total 60 drwxrwsr-x 2 root
2017 Mar 14
4
Rsyncing without RSH or SSH ?
People, This doesn't seem possible - would it be possible to hack a version of rsync to do it? As an exercise, I want to create a VM image (or at least backup of all the files with rsync) from a SCSI drive in an old Red Hat (NOT Enterprise) v5.2 Linux 486 machine (circa 1999 that does have rsync on it but it has protocol problems talking my server). The 486 has: - an ISA Adaptec 1542
2019 Feb 02
2
linux rsync <-> SSHDroid has started becoming unreliable after an upgrade of Fedora 28 to 29
People, For some years I have been using rsync quite happily to send / retrieve files to / from SSHDroid Pro but recently I have started having a problem when transferring large numbers of file - I am pretty sure it started after upgrading from Fedora x86_64 28 to 29 - but I am not 100% sure. Below is the tail end of the output of: rsync -avvv root at 192.168.1.100:/storage . >
2016 Apr 16
1
A Neural Network question
People, I thought I needed to have some familiarity with NNs for some of my current (non-profit, brain-related) projects so I started looking at various programming environments including R and I got this working: http://gekkoquant.com/2012/05/26/neural-networks-with-r-simple-example however I needed pictures to help understand what was going on and then I found this:
2003 Jan 18
2
Latest release of --files-from patch
I've worked up a new release of my --files-from patch. It has the following changes from the last release: New Changes: ============ - The -R option is now on by default when --files-from has been specified. The user can specify --no-relative to turn this off. - The -a (--archive) option does not imply -r when --files-from was specified. The user can still specify it manually,
2005 Dec 27
4
How do you detect if ActiveRecord ''update'' fails?
So I''m updating multiple model objects in one go with something like this in my controller: => Photo.update(params[:photo].keys, params[:photo].values) When the update fails due to validation errors, how do I detect it? The Rails API says: "If the save fails under validations, the unsaved object is still returned." So I can''t simply do this: => if
2006 May 20
3
Repost: Pluralization of non-noun names
People, I didn''t get an answer to this before so I am trying again: I could change an existing "policy" table to "policies" with no drama but the are a number of related tables ie: p_2quot p_addr p_cc p_cs p_direct p_div p_exss
2011 Jun 16
3
Multiple (7) Y axes?
People, I want to create seven plots on the one graph - each with it's own Y axis and scale - I want the plots overlaid because it is the shape of the graphs that I want to compare, not so much the values. I have found examples where people show how to put two Y axes on the left of the plot but I couldn't find examples of any more than that - is it possible? Thanks, Phil. --
2012 Apr 03
3
A trivial plot gives open circles as the plot char but another one gives me "q"s . . why is this?
People, On my home computer with a real plot I get what I expect - open circles as the plot character - on my work computer I get "q"s ! So I tried a trivial test plot on the work computer ie: a <- c(1,2,3,4,5) b <- c(1,2,3,4,5) plot(a,b) and that also gives me open circles as it should! - the plot line in my real script is: plot( means5[ ,4 ], means6[ ,4 ],
2006 Jan 09
3
Scaffolding - disabling Create, Edit, Destroy for some user logins?
People, I am using: before_filter :login_required in my Controllers and this works fine. For some tables I am happy to use the output of eg: ruby script/generate scaffold Author but is there some way that I can disable Create, Edit, Destroy for some user logins in the corresponding view? Thanks, Phil. -- Philip Rhoades Pricom Pty Limited (ACN 003 252 275 ABN 91 003 252 275) GPO Box
2005 Dec 28
3
Strange result when backing up /etc vs /root
People, My backup script has lines: dt=`date ''+%Y%m%d''` . . DELETE="--delete" . . rsync -av $DELETE --backup --backup-dir /delmod/$dt /etc /backup/ rsync -av $DELETE --backup --backup-dir /delmod/$dt /root /backup/ - only the changes to /root get backed up but ALL of /etc gets backed up everytime! - why should this happen? Thanks, Phil. -- Philip Rhoades
2017 Apr 04
4
Bug#859560: xen: CVE-2017-7228: x86: broken check in memory_exchange() permits PV guest breakout (XSA-212)
Source: xen Version: 4.8.1~pre.2017.01.23-1 Severity: grave Tags: security upstream Justification: user security hole Hi, the following vulnerability was published for xen. CVE-2017-7228[0]: | An issue (known as XSA-212) was discovered in Xen, with fixes available | for 4.8.x, 4.7.x, 4.6.x, 4.5.x, and 4.4.x. The earlier XSA-29 fix | introduced an insufficient check on XENMEM_exchange input,
2011 Aug 15
3
Queue Breakout Input being Ignored
Hello, Raw stats: Version:1.8.3.2 OS:Centos 5.6 Special setup: postgre database I am having a few queue issues with Asterisk specifically relating to breaking out from queues while on hold. The intent is that while someone is on hold they can press a key (lets say *) to break from the queue and go elsewhere (in this case to leave a message). However In all of my testing I am unable to get