search for: setdebug

Displaying 13 results from an estimated 13 matches for "setdebug".

2005 Apr 27
1
R/Splus--Perl Interface && ssh
...system by 'qsub', these programs do not work even though both systems can run R. Details are following. Any suggestion will be highly appreciated. Xiao My perl program 'tt.pl' #!/usr/bin/perl -w use R; use RReferences; &R::initR("--silent"); &R::setDebug(0); &R::library("RSPerl"); @t = &R::call("min", (1,2)); I have a script 'doRSPerltt' for the perl program #!/bin/csh setenv LD_LIBRARY_PATH /usr/lib/R/lib setenv R_HOME /usr/lib/R perl -I/usr/lib/R/site-library/RSPerl/examples/../share/blib/arc...
2016 Jul 28
0
[Announce] Samba 4.5.0rc1 Available for Download
...ctdb pnn These now simply print the requested output with no preamble. This means that scripts no longer need to strip part of the output. "ctdb getreclock" now prints nothing when the recovery lock is not set. * Output for the following commands has been improved: ctdb setdebug ctdb uptime * "ctdb process-exists" has been updated to only take a PID argument The PNN can be specified with -n <PNN>. Output also cleaned up. * LVS support has been reworked - related commands and configuration variables have changed "ctdb lvsmaster" and &q...
2016 Jul 28
0
[Announce] Samba 4.5.0rc1 Available for Download
...ctdb pnn These now simply print the requested output with no preamble. This means that scripts no longer need to strip part of the output. "ctdb getreclock" now prints nothing when the recovery lock is not set. * Output for the following commands has been improved: ctdb setdebug ctdb uptime * "ctdb process-exists" has been updated to only take a PID argument The PNN can be specified with -n <PNN>. Output also cleaned up. * LVS support has been reworked - related commands and configuration variables have changed "ctdb lvsmaster" and &q...
2016 Aug 10
0
[Announce] Samba 4.5.0rc2 Available for Download
...ctdb pnn These now simply print the requested output with no preamble. This means that scripts no longer need to strip part of the output. "ctdb getreclock" now prints nothing when the recovery lock is not set. * Output for the following commands has been improved: ctdb setdebug ctdb uptime * 'ctdb process-exists' has been updated to only take a PID argument. The PNN can be specified with -n <PNN>. Output also cleaned up. * LVS support has been reworked - related commands and configuration variables have changed. 'ctdb lvsmaster' and '...
2016 Aug 10
0
[Announce] Samba 4.5.0rc2 Available for Download
...ctdb pnn These now simply print the requested output with no preamble. This means that scripts no longer need to strip part of the output. "ctdb getreclock" now prints nothing when the recovery lock is not set. * Output for the following commands has been improved: ctdb setdebug ctdb uptime * 'ctdb process-exists' has been updated to only take a PID argument. The PNN can be specified with -n <PNN>. Output also cleaned up. * LVS support has been reworked - related commands and configuration variables have changed. 'ctdb lvsmaster' and '...
2016 Sep 07
3
[Announce] Samba 4.5.0 Available for Download
...ctdb pnn These now simply print the requested output with no preamble. This means that scripts no longer need to strip part of the output. "ctdb getreclock" now prints nothing when the recovery lock is not set. * Output for the following commands has been improved: ctdb setdebug ctdb uptime * 'ctdb process-exists' has been updated to only take a PID argument. The PNN can be specified with -n <PNN>. Output also cleaned up. * LVS support has been reworked - related commands and configuration variables have changed. 'ctdb lvsmaster' and '...
2016 Sep 07
3
[Announce] Samba 4.5.0 Available for Download
...ctdb pnn These now simply print the requested output with no preamble. This means that scripts no longer need to strip part of the output. "ctdb getreclock" now prints nothing when the recovery lock is not set. * Output for the following commands has been improved: ctdb setdebug ctdb uptime * 'ctdb process-exists' has been updated to only take a PID argument. The PNN can be specified with -n <PNN>. Output also cleaned up. * LVS support has been reworked - related commands and configuration variables have changed. 'ctdb lvsmaster' and '...
2013 Feb 13
4
[PATCH 0/3] FLASK policy build rework
These patches update the example FLASK policy shipped with Xen and enable its build if the required tools are present. The third patch requires rerunning autoconf to update tools/configure. [PATCH 1/3] flask/policy: sort dom0 accesses [PATCH 2/3] flask/policy: rework policy build system [PATCH 3/3] tools/flask: add FLASK policy to build
2016 Aug 29
0
[Announce] Samba 4.5.0rc3 Available for Download
...ctdb pnn These now simply print the requested output with no preamble. This means that scripts no longer need to strip part of the output. "ctdb getreclock" now prints nothing when the recovery lock is not set. * Output for the following commands has been improved: ctdb setdebug ctdb uptime * 'ctdb process-exists' has been updated to only take a PID argument. The PNN can be specified with -n <PNN>. Output also cleaned up. * LVS support has been reworked - related commands and configuration variables have changed. 'ctdb lvsmaster' and '...
2016 Aug 29
0
[Announce] Samba 4.5.0rc3 Available for Download
...ctdb pnn These now simply print the requested output with no preamble. This means that scripts no longer need to strip part of the output. "ctdb getreclock" now prints nothing when the recovery lock is not set. * Output for the following commands has been improved: ctdb setdebug ctdb uptime * 'ctdb process-exists' has been updated to only take a PID argument. The PNN can be specified with -n <PNN>. Output also cleaned up. * LVS support has been reworked - related commands and configuration variables have changed. 'ctdb lvsmaster' and '...
2016 Sep 07
0
[Announce] Samba 4.5.0 Available for Download
...t the requested output with no preamble. This > means that scripts no longer need to strip part of the output. > > "ctdb getreclock" now prints nothing when the recovery lock is not > set. > > * Output for the following commands has been improved: > > ctdb setdebug > ctdb uptime > > * 'ctdb process-exists' has been updated to only take a PID argument. > > The PNN can be specified with -n <PNN>. Output also cleaned up. > > * LVS support has been reworked - related commands and configuration > variables have changed....
2006 Dec 01
0
[PATCH 3/10] Add support for netfront/netback acceleration drivers
...xen_domctl_scheduler_op_t); + + +#define XEN_DOMCTL_setdomainhandle 17 +struct xen_domctl_setdomainhandle { + xen_domain_handle_t handle; +}; +typedef struct xen_domctl_setdomainhandle xen_domctl_setdomainhandle_t; +DEFINE_XEN_GUEST_HANDLE(xen_domctl_setdomainhandle_t); + + +#define XEN_DOMCTL_setdebugging 18 +struct xen_domctl_setdebugging { + uint8_t enable; +}; +typedef struct xen_domctl_setdebugging xen_domctl_setdebugging_t; +DEFINE_XEN_GUEST_HANDLE(xen_domctl_setdebugging_t); + + +#define XEN_DOMCTL_irq_permission 19 +struct xen_domctl_irq_permission { + uint8_t pirq; + uin...
2012 Dec 12
2
[PATCH v7 1/2] xen: unify domain locking in domctl code
These two patches were originally part of the XSM series that I have posted, and remain prerequisites for that series. However, they are independent of the XSM changes and are a useful simplification regardless of the use of XSM. The Acked-bys on these patches were provided before rebasing them over the copyback changes in 26268:1b72138bddda, which had minor conflicts that I resolved. [PATCH