search for: c01

Displaying 20 results from an estimated 43 matches for "c01".

Did you mean: 01
2006 Apr 12
1
yet another problem with S4 dispatch (with setClassUnion)
...il/037201.html I have been too quick in stating that >setClassUnion()---at least in my case---solves the problem; > The problem arises if I have a direct superclass "competing" with the new class generated by setClassUnion(); consider the following code: ## C00 mother class to C01 and C02 setClass("C00", representation(a="numeric"), prototype =c(a=0)) setClass("C01", representation(a="numeric",b="numeric"), contains= "C00") setClass("C02", representation(a="numeric",d="numeric"), contai...
2001 Jun 05
2
a bug? (PR#968)
...Box 90251 (919) 684-2152 (work) Duke University (919) 684-8594 (fax) Durham, NC 27708-0251 --T4sUOijqQbZv57TR Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="mohan.dat" SEEDID LINEAGE POP REGION CARBON DAY GERM 1 C01 CP1 CP 180 10 1 2 C01 CP1 CP 180 10 1 3 C01 CP1 CP 180 10 1 4 C01 CP1 CP 180 10 1 5 C01 CP1 CP 180 10 1 6 C01 CP1 CP 180 10 1 7 C01 CP1 CP 180 10 1 8 C01 CP1 CP 180 10 1 9 C01 CP1 CP 180 10 1 10 C01 CP1 CP 180 10 1 11 C01 CP1 CP 180 10 1 12 C01 CP1 CP 180 10 1 13 C01 CP1 CP 180 10 1 14 C01 CP1 CP 1...
2019 Jan 03
2
doveadm_allowed_commands doesn't work as expected
...rrect reply when doveadm_allowed_commands is empty # curl -k -H "Content-Type: application/json" -H "Authorization: X-Dovecot-API <base64 api key>" https://localhost:9088/doveadm/v1 -d'[["quotaGet",{"user":"user1 at mydomain.com"},"c01"]]' [["doveadmResponse",[{"root":"User quota","type":"STORAGE","value":"0","limit":1024","percent":"0"},{"root":"Userquota","type":"MESSAGE",&qu...
2024 Jan 26
1
Gluster communication via TLS client problem
...f all systems involved. 2. the volume is running and all hosts and clients can mount the volume, when TLS is not activated. To activate TLS I did in /usr/lib/ssl on all participating systems with openssl genrsa -out glusterfs.key 2048 openssl req -new -x509 -key glusterfs.key -subj "/CN=c01.gluster" -out glusterfs.pem Keys and certificates created (CN customised) Then combine all certificates into one and copy them to /usr/lib/ssl/ as glusterfs.ca to all hosts. Create the file /var/lib/glusterd/secure-access on the gluster peers. Gluster volume stopped and glusterd restarte...
2016 May 24
2
New feature: HTTP API
...commands up and running, but I'm still not able to create folder. curl -k -H "Content-Type: application/json" -H "Authorization: Basic secret" -d '[["mailboxCreate",{"user":"user at example.org","mailbox":["INBOX/TEST"]},c01]]' https://xxx.xxx.xxx.xxx.:8080/doveadm/v1 and also curl -k -H "Content-Type: application/json" -H "Authorization: Basic secret" -d '[["mailboxList",{"user":"user at example.org","mailboxMask":["INBOX/TEST"]},c01]]'...
2010 Dec 30
3
drop observations
Hi, I want to drop observations with value 0 from my data.frame "dta" for each of the two variables "c01" and "ctotale". How can I do that? Thanks Charlène Lisa Cosandier [[alternative HTML version deleted]]
2018 Sep 18
2
HTTP DoveAdm API - Possible bug?
...behaviour (note that doveadm is a python module that wrappers the dovecot API into Python's requests module). >>> doveadm.do_query("http://[xxxx:xxxx:xxxx:xxxx::ffff]:24280", "API_KEY_HERE", [ ["user", { "userMask": ["*"] }, "c01"] ]) '[["doveadmResponse",,"c01"]]' If I run the same command with a valid mailbox in the userMask Field, I get the response I expect: >>> doveadm.do_query("http://[[xxxx:xxxx:xxxx:xxxx::ffff]:24280", "API_KEY_HERE", [ ["user&q...
2024 Jan 26
1
Gluster communication via TLS client problem
...ystems involved. 2. the volume is running and all hosts and clients can mount the volume, when TLS is not activated. To activate TLS I did in /usr/lib/ssl on all participating systems with openssl genrsa -out glusterfs.key 2048 openssl req -new -x509 -key glusterfs.key -subj "/CN=c01.gluster" -out glusterfs.pem Keys and certificates created (CN customised) Then combine all certificates into one and copy them to /usr/lib/ssl/ as glusterfs.ca to all hosts. Create the file /var/lib/glusterd/secure-access on the gluster peers. Gluster volume stopped and glusterd...
2018 May 23
0
Invalid zone operation IsSigned ERROR
.... I > suspect they attempted to run a Kerberos server at some point but > abandoned it in a broken state. > > Yes, we have all the packages you suggest. > > Samba Kerberos is running. > > We have a VM snapshot of DC-1 in a working state. If I stop samba on > Identity-c01 and restore the snapshot it works perfectly but as soon > as I start Identity-c01 back up DC-1 goes back to having the error. > I assume Identity-C01 is replicating some bad state to DC-1 and > breaking it. Is there some way to force replication from DC-1 to > identity-c01 first to avo...
2018 May 22
7
Invalid zone operation IsSigned ERROR
Versions: Samba 4.3.11-Ubuntu Ubuntu: 16.04 and 14.04 NOT using bind for DNS. 3 Domain Controllers: dc-1 dc-2 identity-c01 Using the DNS tool on Windows, or the command: samba-tool dns query localhost xxxx.com <http://xxxx.com> @ ALL -U xxxx causes the queried samba service to crash with the following output in the syslog: May 22 15:17:54 dc-1 samba[1115]: [2018/05/22 15:17:54.590059, 0] ../source4/rp...
2019 Jan 03
0
doveadm_allowed_commands doesn't work as expected
...eadm_allowed_commands is empty > > # curl -k -H "Content-Type: application/json" -H "Authorization: > X-Dovecot-API <base64 api key>" https://localhost:9088/doveadm/v1 > -d'[["quotaGet",{"user":"user1 at mydomain.com"},"c01"]]' > [["doveadmResponse",[{"root":"User > quota","type":"STORAGE","value":"0","limit":1024","percent":"0"},{"root":"Userquota","type":"MESSAGE...
2018 Sep 19
0
HTTP DoveAdm API - Possible bug?
...e that doveadm is a python module that wrappers the dovecot API > into Python's requests module). > > >>> doveadm.do_query("http://[xxxx:xxxx:xxxx:xxxx::ffff]:24280", > "API_KEY_HERE", [ ["user", { "userMask": ["*"] }, "c01"] ]) > '[["doveadmResponse",,"c01"]]' > > If I run the same command with a valid mailbox in the userMask Field, > I get the response I expect: > > >>> doveadm.do_query("http://[[xxxx:xxxx:xxxx:xxxx::ffff]:24280", > "API_K...
2016 Apr 05
2
New feature: HTTP API
...ttle beta, it will not return anything in > > >> > case > > >> > doveadm does not like the arguments (that is, calls i_fatal). Also, > > >> > success is > > >> > often indicated with 200 OK along with [["doveadmResponse",[],"c01"]]. > > >> > > >> I don't see the "doveadm proxy kick" command in the list? > > > > > > Not all commands are included, unfortunately. Also, the list only > > > shows commands that are available with doveadm as per configuration...
2016 Feb 20
4
New feature: HTTP API
Hi all! We are bringing out HTTP API for doveadm-server in master HEAD. This feature is experimental, and can be expected to have bugs in it and might not always work. If you feel like trying it out though, you can enable it in your configuration file: doveadm_api_key = some-string service doveadm { inet_listener http { port = 8080 } } To use the API, you can go to
2011 Nov 30
2
[LLVMdev] Problem using a label to a MachineBasicBlock
Hi all, I think that I came somewhat closer to a solution for splitting a MachineBasicBlock for a PSEUDO_CALL_R instruction and having a label to the new MBB: For following piece of code: --- typedef int callme_t(int a, int b); callme_t* c01; int foo(int a, int b) { return c01(a,b); // MachineBasicBlock will be split at call instruction } --- I have initially following correspondence: BB1 -> MBB10 (aka, BasicBlock 1 corresponds to MachineBasicBlock 10) After splitting MBB10 at the call instruction, we get : BB1 -> MBB...
2017 Jun 15
2
Apple Mac slave
I deleted the plist file and rebooted: sudo /sw/sbin/upsmon -D Network UPS Tools upsmon 2.7.4 0.000000 fopen /sw/var/run/upsmon.pid: No such file or directory 0.044649 UPS: ups at ip address (slave) (power value 1) 0.081597 Using power down flag file /etc/killpower 0.162720 debug level is '1' 0.538410 Trying to connect to UPS [ups at ip address] 0.540345 Logged into UPS
2015 Sep 15
1
CentOS-6 - LogWatch
On Mon, September 14, 2015 21:28, Always Learning wrote: > > On Mon, 2015-09-14 at 14:51 -0400, James B. Byrne wrote: > >> The Logwatch imapd service script distributed with CentOS-6 does not >> generate anything when I run logwatch --service all on a cyrus-imapd >> host. Is this expected behaviour? Is there a separate script for >> cyrus-imapd or are their
2017 Jun 15
1
Apple Mac slave
Ok rebooted All running ok now. Great thanks a lot! In system.log Jun 15 21:38:54 c01 com.apple.xpc.launchd[1] (org.networkupstools.upsmon): Unknown key for Boolean: SuccessfulExit Jun 15 21:38:54 c01 com.apple.xpc.launchd[1] (org.networkupstools.upsmon): This service is defined to be constantly running and is inherently inefficient. What is the purpose of Boolean: SuccessfulExit?...
2016 Apr 05
2
New feature: HTTP API
...gt;> > Since the API is still a little beta, it will not return anything in >> > case >> > doveadm does not like the arguments (that is, calls i_fatal). Also, >> > success is >> > often indicated with 200 OK along with [["doveadmResponse",[],"c01"]]. >> >> I don't see the "doveadm proxy kick" command in the list? > > Not all commands are included, unfortunately. Also, the list only > shows commands that are available with doveadm as per configuration. Hrmm, is it possible to add a non-http inet_lis...
2015 Jun 29
3
resolve errors with Samba 4 dns [RESOLVED]
...oogle.com has address 74.125.136.100 > google.com has address 74.125.136.113 > google.com has address 74.125.136.101 > google.com has address 74.125.136.138 > google.com has address 74.125.136.102 > google.com has address 74.125.136.139 > google.com has IPv6 address 2a00:1450:4013:c01::71 > google.com mail is handled by 50 alt4.aspmx.l.google.com. > google.com mail is handled by 10 aspmx.l.google.com. > google.com mail is handled by 30 alt2.aspmx.l.google.com. > google.com mail is handled by 20 alt1.aspmx.l.google.com. > google.com mail is handled by 40 alt3.aspmx...