similar to: How to run rsync as a daemon program taht runs at particular time given

Displaying 9 results from an estimated 9 matches similar to: "How to run rsync as a daemon program taht runs at particular time given"

2002 Aug 06
7
Mirroring 2 IDE Drive Linux
I have 2 drives in a Linux 7.1 server , 1 primary and 1 secondary. I am trying to clone to the secondary slave drive and be take the primary out and change the slave to primary and boot from it. The problem I am having is that it the copied drive will not boot, It is not getting the lilo boot and config properly. When I try to boot the copied drive , it boots to a Blank screen with an
2016 Feb 29
0
[isocpp-parallel] Proposal for new memory_order_consume definition
On 2/28/16, Linus Torvalds <torvalds at linux-foundation.org> wrote: > The fact is, undefined compiler behavior is never a good idea. Not for > serious projects. Actually, undefined behavior is essential for serious projects, but not for the reasons mentioned. If the language has no undefined behavior, then from the compiler's view, there is no such thing as a bad program. All
2016 Feb 28
7
[isocpp-parallel] Proposal for new memory_order_consume definition
On Sun, Feb 28, 2016 at 12:27 AM, Markus Trippelsdorf <markus at trippelsdorf.de> wrote: >> > >> > -fno-strict-overflow >> >> -fno-strict-aliasing. > > Do not forget -fno-delete-null-pointer-checks. > > So the kernel obviously is already using its own C dialect, that is > pretty far from standard C. > All these options also have a negative
2013 Jul 18
2
Normalize dates taht are entered in more then one way.
Hi all, I''m looking for a function, gem, etc. that will help to unify dates as they come in different formats. If the date comes in (1/2/2012,2012-01-02,01-02-2012,20120102,01022012, etc.) it would be nice to have it come out 2012-01-02. I''ve searched for a few days and only find ways to convert this format to that format. I might be using the wrong search terms and this
2001 Apr 18
0
Portable openssh build problems.
[Moved to openssh port from openssh at openbsd.org for broader comments] On Wed, 18 Apr 2001, Mike Crowl wrote: > > To whom it may concern, > > I've been building openssh for various versions of solaris and noticed > that I'm having to jump through hoops to get it done because the build > process for openssh is pretty sloppy. Specifically there are several > option
2016 Feb 26
0
[isocpp-parallel] Proposal for new memory_order_consume definition
If carries_dependency affects semantics, then it should not be an attribute. The original design, or at least my understanding of it, was that it not have semantics; it was only a suggestion to the compiler that it should preserve dependencies instead of inserting a fence at the call site. Dependency-based ordering would be preserved in either case. But I think we're moving away from that
2016 Feb 20
3
[isocpp-parallel] Proposal for new memory_order_consume definition
On Fri, Feb 19, 2016 at 09:15:16PM -0500, Tony V E wrote: > There's at least one easy answer in there: > > > ‎If implementations must support annotation, what form should that > annotation take?  P0190R0 recommends the [[carries_dependency]] > attribute, but I am not picky as long as it can be (1) applied > to all relevant pointer-like objects and (2) used in C as well
2004 Jun 30
0
Mount 22 error mounting ext3
Hi, ON redhat 7.3, I moved some big directory form /usr to /home to adjust the space, We used more of hard disc using smart array controller, When I issued reboot on that server, I got hung giving the message given below Mount: 22 error mounting ext3 Can you please explain me why it happened Thks&Rgds --Venkat
2002 Oct 02
0
error in rsync protocol datastream(code12) at io.c(150)
Hi, I installed rsync-2.5.5 on both the boxes of redhat linux 7.3 and tried to execute rsync on box "A" I have given command like below rsync -avz /tmp/*.jsp machineb:/home/domains/rsyncdir/ but I got this problem error in rsync protocol datastream(code12) at io.c(150) OpenSSH vesrion is OpenSSH_3.1P1, SSH protocols 1.5/2.0, OpenSSL 0x0090602f Do I need to upgrade