search for: checkpoint

Displaying 20 results from an estimated 546 matches for "checkpoint".

2010 Jul 14
1
Problems with Dovecot + imaptest
...d have installed ? ./configure --with-dovecot=/opt/setup/dovecot-1.2.10 make Error: make all-recursive make[1]: Entering directory `/opt/setup/imaptest-20100630' Making all in src make[2]: Entering directory `/opt/setup/imaptest-20100630/src' if gcc -DHAVE_CONFIG_H -I. -I. -I.. -MT checkpoint.o -MD -MP -MF ".deps/checkpoint.Tpo" -c -o checkpoint.o checkpoint.c; \ then mv -f ".deps/checkpoint.Tpo" ".deps/checkpoint.Po"; else rm -f ".deps/checkpoint.Tpo"; exit 1; fi checkpoint.c:3:17: lib.h: No such file or directory checkpoint.c:4:17: st...
2012 Oct 01
5
How to get the checkpoint size in remus code?
Hi, I''m doing my master research and I need to adapt remus code. Now... I wanna get the checkpoint size (memory + disk) on each period. Does someone know what function does this? I think some *fd *object''s function in remus code could just get the memory size. Does someone help me? Thanks _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org...
2007 Jun 17
3
xm save -checkpoint supported?
Hi, I emailed about a week ago but did not get any response back This my second attempt. I understood that xm save -c (checkpointing feature) was included in Xen 3.1, but after taking days to have Xen running it seems that Xen 3.1 does not support VM (PVM or HVM) checkpointing. Is there any pseudo-stable version of Xen that supports checkpointing? cc _______________________________________________ Xen-devel mailing list...
2008 Mar 18
1
Problems patching fs/jbd/checkpoint.c in RHEL4 2.6.9-67.0.4 kernel
My manual patching of the rejects in checkpoint.c didn''t work out; a delete of 10,000 files caused a panic (in any ext fs, not just Lustre). In the new checkpoint.c, two routines expected by the patch no longer exist: __cleanup_transaction and __flush_buffer. I can avoid the panic if I omit (don''t try to manually patch) the f...
2006 Jan 02
2
checkpointing
I would like to checkpoint some of my calculations in R, specifically those using optim. As far as I can tell, R doesn't have this facility, and there seems to have been little discussion of it. checkpointing is saving enough of the current state so that work can resume where things were left off if, to take my own exa...
2004 Sep 03
7
Shorewall as a "commercial" firewall
I am considering replacing my old checkpoint and watchguard firewalls witha single Linux box using iptables and shorewall. I have two ISP''s (with separate routing tables), two DMZ''s, at least one VPN to a remote office, and a local trusted network. The configuration will look like: +----------------+...
2007 Nov 29
1
checkpoint into Ices2
Hello, I'd like to extend Ices2 in order to make it capable of managing checkpoints. My assignment is to write a high-availability streaming server using OpenAIS. I decided to use Icecast and Ices. Ices should periodically save relevant information to a checkpoint, so that when it crashes and then restarts, it can continue to provide the stream from the point it left off, ba...
2010 Apr 12
0
ocfs2/o2cb problem with openais/pacemaker
...stablished. Local node id: 569559765 1271072439 setup_stack at 172: Added Pacemaker as client 1 with fd 5 1271072439 setup_ckpt at 609: Initializing CKPT service (try 1) 1271072439 setup_ckpt at 615: Connected to CKPT service with handle 0x327b23c600000000 1271072439 call_ckpt_open at 160: Opening checkpoint "ocfs2:controld:21f2cad5" (try 1) 1271072439 call_ckpt_open at 170: Opened checkpoint "ocfs2:controld:21f2cad5" with handle 0x6633487300000000 1271072439 call_section_write at 340: Writing to section "daemon_max_protocol" on checkpoint "ocfs2:controld:21f2cad5&quo...
2011 Aug 10
0
DMTCP: checkpoint-restart for R
Hello, I hope we have the right mailing list. We are two of a team of developers for DMTCP (transparent checkpoint-restart). It runs under Linux, and is free software (LGPLv3+), found at: http://dmtcp.sourceforge.net In our latest release, version 1.2.3, we have done some simple testing on R, and find that we can successfully checkpoint and restart. Its usage can be as simple as: dmtcp_checkpoint R [...
2003 Mar 22
22
SecuRemote and Shorewall Problem
Sat Mar 22 14:16:55 CST 2003 This post is a bit long, but I want to make sure I am providing the information up front that can help in others helping me solve this mystery. I am having a bit of difficulty getting Shorewall to work with SecuRemote and its FW-1 server. I have attached the "rules" file I am using and the output of "shorewall show nat". The diagram below
2011 Apr 11
0
[PATCH] remus: fix incorrect error handling for switch_qemu_logdirty in checkpoint code
# HG changeset patch # User Shriram Rajagopalan <rshriram@cs.ubc.ca> # Date 1302544427 25200 # Node ID fefe3359ab726e634c00704eadeacfcf30b70c07 # Parent 697ac895c11c6d5d82524de56796cee98fded2a5 remus: fix incorrect error handling for switch_qemu_logdirty in checkpoint code c/s 22275: "tools: cleanup domain save switch_qemu_logdirty callback" introduced a whole bunch of error code fixups. In the process, it also ended up treating the success return code (0) from switch_qemu_logdirty as an error and vice versa. Signed-off-by: Shriram Rajagopalan <rs...
2008 Oct 14
1
How to checkpoint-restart R jobs in batch mode?
Dear list, Most high performance computing clusters/grid engines have some restrictions on how long a job can be run in batch mode. The cluster I am using has maximum of 48 hours limit, but my job would take far more than that. I know that it is possible to checkpoint jobs without modifying the code if some specialized software (e.g., BLCR ) is installed on the grid engine. However, I am looking for a solution when this kind of facility is not available on the cluster, for example , by modifying the code so that the job can checkpoint and restart by itself. D...
2006 Aug 21
3
Connecting CentOS to IPSEC VPN (Checkpoint FW1)
Hi, Does anyone have experience using IPSEC on CentOS in order to connect to vendor IPSEC-based VPN products (specifically Checkpoint FW1) ? Is the included IPSEC implementation sufficient, or do people have to rely on OpenSWAN or FreeSWAN ? I'd be testing tomorrow and I'm interested with experiences others have had and things to look out for. Thanks in advance, -- dag wieers, dag at wieers.com, http://dag.wieers....
2006 Jun 29
7
Checkpointing
Hi, Is there any way you can save a xen domain without suspending it or stopping it? I want to set up something so if my xen session crashes I can fire up another xen session from the save file that I created 5 minutes before the crash and hopefully minimize downtime. Thanks -- ------------------------------ Christopher Vaughan
2009 Apr 08
1
ocfs2_controld.cman
If I start ocfs2_controld.cman in parallel on a few nodes, only one of them starts up, the others exit with one of these errors: call_section_read at 370: Reading from section "daemon_protocol" on checkpoint "ocfs2:controld" (try 1) call_section_read at 387: Checkpoint "ocfs2:controld" does not have a section named "daemon_protocol" call_section_read at 370: Reading from section "daemon_protocol" on checkpoint "ocfs2:controld" (try 1) call_section_read...
2015 Jan 27
0
Linux client for Checkpoint VPN?
Hello all, Does anybody know if there is a modern Linux client compatible with the latest versions of Checkpoint VPN ( http://www.checkpoint.com/ )? They used to have a Linux client back in the day but that seems to have been discontinued. Is anybody able to connect to a Checkpoint VPN server from their Linux machine? If so please share the trick. Thanks. Boris.
2006 Apr 25
1
Checkpoint log analyzer / network analysis tools
All, I'm looking for tools available for linux that will allow us to do two things: 1) Analyze our Checkpoint Firewall-1 NG log files and provide reports / graphs / pretty management pictures. 2) Analyze our network traffic (Cisco routers and HP switches) and provide reports / graphs / pretty management pictures. I've implemented ntop, which is pretty cool, and I'm looking at mrtg. Anybody el...
2004 Sep 15
1
secureCRT 3.3 -> openssh v3.7pl (checkpoint firewall)
Client - secureCRT 3.3 outside the firewall (Checkpoint) Server - openssh v3.7 on an aix51 rs6k inside the fw The firewall lets in the first packet but blocks the second with the message: ssh 1.x not allowed. The connection gets reset. Here is the trace from the client: [SSH LOCAL ONLY] : Connect: 12.x.x.x:22 [direct] [SSH LOCAL ONLY] : StateChange:...
2001 Mar 13
2
Checkpoint Firewall 4.1 Admin Gui
I need to run the CheckPoint Firewall 4.1 Admin GUI at work, the 4.0 wines wonderfully...but 4.1 dumps out with the following (even when I changed flags), if anyone can help it's greatly appreciated... Dump is: wine --debugmsg warn+dll /mnt/c/Program\ Files/CheckPoint/Policy\ Editor/program/FwPolicy.exe --winver win98 Wa...
2012 Nov 21
0
how to change checkpoint interval
Hi guys, In my research, I want to change checkpoint interval during remus running. I think that the checkpoint_settimer function (declared in libcheckpoint.c) can do that I need. But I would like to call a checkpoint_settimer in xc_domain_save.c. Then I created a checkpoint_settimer*2* into xc_domain_save.c and this doesn''t work coz probab...