search for: chkpt

Displaying 6 results from an estimated 6 matches for "chkpt".

Did you mean: chkp
2011 Jul 29
6
Re: Reg REMUS on two VMs
...s your suggesstion and i found that i don''t have any file in the location "/var/lib/xen" [root@globushead xen]# pwd /var/lib/xen [root@globushead xen]# ls -ll total 0 Further i tested the command "xm save " and results as follows Terminal 1: xm save -c TestVM1 TestVM1.chkpt Terminal 2 : xm save -c TestVM2 TestVM2.chkpt & issued command simultaneously.. I could able to get those checkpoint files as follows & no error has occured.. [root@globushead ~]# ls -ll TestVM* -rwxr-xr-x 1 root root 134508135 Jul 29 09:05 TestVM1.chkpt -rwxr-xr-x 1 root root 13450813...
2011 Feb 16
4
[PATCH] xen: use freeze/restore/thaw PM events for suspend/resume/chkpt
Use PM_FREEZE, PM_THAW and PM_RESTORE power events for suspend/resume/checkpoint functionality, instead of PM_SUSPEND and PM_RESUME. Use of these pm events fixes the Xen Guest hangup when taking checkpoints. When a suspend event is cancelled (while taking checkpoints once/continuously), we use PM_THAW instead of PM_RESUME. PM_RESTORE is used when suspend is not cancelled. See
2013 Mar 28
1
Xen Remus DRBD dual primary frozen
...roc/drbd version: 8.3.11 (api:88/proto:86-96) GIT-hash: 0de839cee13a4160eed6037c4bddd066645e23c5 build by root@sbvoip2, 2013-02-19 08:30:51 1: cs:Connected ro:Primary/Primary ds:UpToDate/UpToDate D r----- ns:14732 nr:1784712 dw:1799444 dr:579340 al:31 bm:44 lo:1 pe:0 ua:0 ap:1 ep:1 wo:b def:0 chkpt:662 oos:0 As we can read after drbd block device frozen then blkback also not working [242640.332124] INFO: task blkback.2.xvda:5779 blocked for more than 120 seconds. Some one told me its because high load of IO but I alwasy monitor my server with xm top and the serer load always under 50% I ho...
2016 Sep 11
5
[Bug 2614] New: ssh-keygen: Moduli generation not accepting start line and count options
...moduli file it simply exits by printing the ssh-keygen usage information (it works if I dont specify start line and count options though, so its as if it doesnt like the -J and -j cli options which are documented in the man page): ssh-keygen -T /tmp/moduli.8192-1 -f /tmp/moduli -K /tmp/moduli.8192.chkpt -j 1 -J 183392 Also im on version 7.2p2 but I specified 7.2p1 in the version selection as that was the closest matching version when opening the ticket. Is this expected behavior for it to exit and print usage for the above, am I executing it wrong or is it a bug? -- You are receiving this mail...
2001 Nov 07
1
COURT solicited comments!: Was: Analysis of the Microsoft Settlement from a Samba perspective.
...or more information." No forum for public comment is up yet (first, the proposed settlement must be published in the Federal Register), but should be in the near future Here is the link from the ZDNet article: http://www.zdnet.com/zdnn/stories/news/0,4586,5099256,00.html?chkpt=zdnnp1tp02 It would be a great thing if you "Brains" behind samba can write an easy to understand (after all she IS a judge...) explanation of the problem and why it doesnt work for everyone. Worst case I will be happy to submit it if there are no other samba team members in the US. Mit...
2010 Aug 04
6
[PATCH -v2 0/3] jbd2 scalability patches
This version fixes three bugs in the 2nd patch of this series that caused kernel BUG when the system was under race. We weren't accounting with t_oustanding_credits correctly, and there were race conditions caused by the fact the I had overlooked the fact that __jbd2_log_wait_for_space() and jbd2_get_transaction() requires j_state_lock to be write locked. Theodore Ts'o (3): jbd2: Use