Displaying 18 results from an estimated 18 matches for "smode".
Did you mean:
mode
1997 Sep 02
1
R-alpha: R interaction within ESS-4.9-b11: two small issues
...hat under the present
structure you must require essd-s+3 to get definitions of some
functions used by the other dialects. Perhaps that dependency could
be removed at some time.
2) I think the current definitions
essd-r.el:61: (ess-retr-lastvalue-command . ".Last.value <- get(\"smode.lvsave\",envir=1)\n")
essd-r.el:62: (ess-save-lastvalue-command . "assign(\"smode.lvsave\",.Last.value,envir=1)\n")
may be misusing the "envir" argument. I am getting messages in the
interaction window like
> Error in get(x, envir, mode, inherits)...
2010 Sep 10
0
Virtualization Digest, Vol 60, Issue 17
..._IEEE_8021Qbg
+#define LLDP_OUI_SUBTYPE { 0x00, 0x1b, 0x3f, 0x00 }
+
+typedef enum {
+ EVB_OFFER_CAPABILITIES = 0,
+ EVB_CONFIGURE,
+ EVB_CONFIRMATION
+} evb_state;
+
+struct tlv_info_evb {
+ u8 oui[3];
+ u8 sub;
+ /* supported forwarding mode */
+ u8 smode;
+ /* supported capabilities */
+ u8 scap;
+ /* currently configured forwarding mode */
+ u8 cmode;
+ /* currently configured capabilities */
+ u8 ccap;
+ /* supported no. of vsi */
+ u16 svsi;
+ /* currently configured no. of vsi */
+ u16...
2010 Sep 10
0
Virtualization Digest, Vol 60, Issue 17
..._IEEE_8021Qbg
+#define LLDP_OUI_SUBTYPE { 0x00, 0x1b, 0x3f, 0x00 }
+
+typedef enum {
+ EVB_OFFER_CAPABILITIES = 0,
+ EVB_CONFIGURE,
+ EVB_CONFIRMATION
+} evb_state;
+
+struct tlv_info_evb {
+ u8 oui[3];
+ u8 sub;
+ /* supported forwarding mode */
+ u8 smode;
+ /* supported capabilities */
+ u8 scap;
+ /* currently configured forwarding mode */
+ u8 cmode;
+ /* currently configured capabilities */
+ u8 ccap;
+ /* supported no. of vsi */
+ u16 svsi;
+ /* currently configured no. of vsi */
+ u16...
2010 Sep 28
19
implementation of IEEE 802.1Qbg in lldpad
Hi,
this set of patches contains the initial implementation of the IEEE 802.1Qbg
standard: code for the exchange of EVB TLVs in LLDP frames to negotiate VSI
capabalities as well as VDP VSI TLVs between a host with virtual machines
and an adjacent switch.
It supports setting the parameters of the TLV exchange from the command
line using lldptool.
VDP profiles consisting of
2010 Sep 28
19
implementation of IEEE 802.1Qbg in lldpad
Hi,
this set of patches contains the initial implementation of the IEEE 802.1Qbg
standard: code for the exchange of EVB TLVs in LLDP frames to negotiate VSI
capabalities as well as VDP VSI TLVs between a host with virtual machines
and an adjacent switch.
It supports setting the parameters of the TLV exchange from the command
line using lldptool.
VDP profiles consisting of
2010 Jul 23
19
implementation of IEEE 802.1Qbg in lldpad
Hi,
This set of patches contains the initial implementation of the IEEE 802.1Qbg
standard: code for the exchange of EVB TLVs in LLDP frames to negotiate VSI
capabalities as well as VDP VSI TLVs between a host with virtual machines
and an adjacent switch.
It supports setting the parameters of the TLV exchange from the command
line using lldptool.
VDP profiles consisting of
2010 Jul 23
19
implementation of IEEE 802.1Qbg in lldpad
Hi,
This set of patches contains the initial implementation of the IEEE 802.1Qbg
standard: code for the exchange of EVB TLVs in LLDP frames to negotiate VSI
capabalities as well as VDP VSI TLVs between a host with virtual machines
and an adjacent switch.
It supports setting the parameters of the TLV exchange from the command
line using lldptool.
VDP profiles consisting of
2010 Nov 08
18
implementation of IEEE 802.1Qbg in lldpad
Hi,
this set of patches contains the initial implementation of the IEEE 802.1Qbg
standard: code for the exchange of EVB TLVs in LLDP frames to negotiate VSI
capabalities as well as VDP VSI TLVs between a host with virtual machines
and an adjacent switch.
It supports setting the parameters of the TLV exchange from the command
line using lldptool.
VDP profiles consisting of
2010 Nov 08
18
implementation of IEEE 802.1Qbg in lldpad
Hi,
this set of patches contains the initial implementation of the IEEE 802.1Qbg
standard: code for the exchange of EVB TLVs in LLDP frames to negotiate VSI
capabalities as well as VDP VSI TLVs between a host with virtual machines
and an adjacent switch.
It supports setting the parameters of the TLV exchange from the command
line using lldptool.
VDP profiles consisting of
2018 Dec 04
3
patch to support custom HTTP headers in download.file() and url()
...error(_("allocation of url connection failed"));
+ /* for Solaris 12.5 */ new = NULL;
+ }
+ }
IDquiet = TRUE;
return new;
@@ -443,7 +455,7 @@ static void doneprogressbar(void *data)
#define IBUFSIZE 4096
static SEXP in_do_download(SEXP args)
{
- SEXP scmd, sfile, smode;
+ SEXP scmd, sfile, smode, sheaders;
const char *url, *file, *mode;
int quiet, status = 0, cacheOK;
#ifdef Win32
@@ -470,10 +482,13 @@ static SEXP in_do_download(SEXP args)
if(!isString(smode) || length(smode) != 1)
error(_("invalid '%s' argument"), "mod...
2011 Mar 30
2
calculating the mode in R...
Dear R users
I?m aware that the package ?modest? is useful to find the mode in an array.
However, I?d like to know if someone has translated the ?mode? function built-in
in MATLAB into R language. This function finds the most frequent value in an
array (http://www.mathworks.com/help/techdoc/ref/mode.html).
Best
Fer
2012 May 09
6
"file not found" under high-contention
Hello,
For several years I've been experiencing
an intermittent Samba error when running
a very intense, highly parallel build/compile
jobset.
A file is reported as "not found" even though
it most certainly exists and re-running the
compile jobset always succeeds.
Samba version is 3.6.4 running on CentOS 5.8
with 64-bit kernel 2.6.18-308.4.1.el5. Windows
side is 64-bit Window
2010 Aug 25
12
implementation of IEEE 802.1Qbg in lldpad
Hi,
this set of patches contains the initial implementation of the IEEE 802.1Qbg
standard: code for the exchange of EVB TLVs in LLDP frames to negotiate VSI
capabalities as well as VDP VSI TLVs between a host with virtual machines
and an adjacent switch.
It supports setting the parameters of the TLV exchange from the command
line using lldptool.
VDP profiles consisting of
2010 Aug 25
12
implementation of IEEE 802.1Qbg in lldpad
Hi,
this set of patches contains the initial implementation of the IEEE 802.1Qbg
standard: code for the exchange of EVB TLVs in LLDP frames to negotiate VSI
capabalities as well as VDP VSI TLVs between a host with virtual machines
and an adjacent switch.
It supports setting the parameters of the TLV exchange from the command
line using lldptool.
VDP profiles consisting of
2024 Dec 17
1
What is my best upgrade path?
I am running Samba 4.14.7 with two servers setup as my AD servers and configured to replicate. I have a number of other domain joined servers and desktop systems. The servers are all running Rocky Linux 8.10. I have a standalone server running the same OS but not domain joined that I use as my build-Samba-from-source server. I build there then move the resulting tree to the live servers.
I want
2010 Nov 30
5
Minor warning about seq
I spent more time than I should have debugging a script because I wanted
x<-seq(0,100)*0.1
but typed
x<-seq(O:100)*0.1
seq(0:100) yields 1 to 101,
Clearly my own brain to fingers fumble, but possibly one others may want to avoid it.
JN
2010 Apr 22
6
simple question
Hi
how can I find, in a vector of characters, which is the most frequent one?
Thanks
Gabriele Zoppoli, MD
Ph.D. Fellow, Experimental and Clinical Oncology and Hematology, University of Genova, Genova, Italy
Guest Researcher, LMP, NCI, NIH, Bethesda MD
Work: 301-451-8575
Mobile: 301-204-5642
Email: zoppolig at mail.nih.gov
2023 Nov 17
0
TSIG error with server: tsig verify failure - Failed DNS update with exit code 5
...16 20:21:06 camus samba[30387]: [2023/11/16 20:21:06.299829, 0,
pid=30387, effective(0, 0), real(0, 0)]
../../source4/dsdb/dns/dns_update.c:86(dnsupdate_nameupdate_done)
<27>Nov 16 20:21:06 camus samba[30387]: dnsupdate_nameupdate_done: Failed
DNS update with exit code 5
Peter
smodep at icloud.com