search for: example3

Displaying 20 results from an estimated 48 matches for "example3".

Did you mean: example
2004 Sep 09
3
Dyn.load of sharing object with GSL library
Following the recommendation of Prof. Ripley, I have created the Makevars file with the line: PKG_LIBS="-L/usr/lib/libm -lm -L/usr/local/lib/libgsl -lgsl -L/usr/local/lib /libgslcblas -lgslcblas" in the working directory. Now I have the code file Example3.c which computes the Bessel function value (the example is taken from the GSL reference book). I am running: R CMD SHLIB Example3.c and all looks good. The dyn.load("Example3.so") fails with the following error message: Error in dyn.load(x, as.logical(local), as.logical(now)) : u...
2008 Nov 12
2
odfweave
Dear all, I am trying to use the function odfWeave. Unfortunately I cannot get beyond the folllowing error message: " Error in odfWeave("Example3.rnw", "Example3.odf") : Error unzipping odt file " Can anybody tell me, how to use this function? Thanks, Irina Ursachi.
2017 Feb 06
3
[PATCH nbdkit 0/2] Change .errno_is_reliable function to .errno_is_preserved constant.
See patch 1 for rationale.
2009 Jan 01
2
restricting mails from "mail" command to specific domains only in postfix
...vers (including itself) within the same LAN. The postfix mail server should relay mails from these 5 linux servers for specific domains only. For example hosts 192.168.0.23/24/25/26/27 and the postfix mail server should only be able to receive and send mails from and to example.com,example2.com and example3.com domains only. Below is the configuration of the postfix mail server myhostname = test.example.com myorigin = $mydomain inet_interfaces = all mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain mynetworks_style = subnet mynetworks = 192.168.0.23/32,192.168.0.24/32,192.168.0.2...
2019 Aug 02
0
[nbdkit PATCH v2 10/17] plugins: Add .fork_safe field
...ripple thread model to ensure no leaked fds --- docs/nbdkit-plugin.pod | 21 +++++++++++++++++---- include/nbdkit-plugin.h | 1 + plugins/curl/curl.c | 1 + plugins/data/data.c | 1 + plugins/example2/example2.c | 1 + plugins/example3/example3.c | 1 + plugins/ext2/ext2.c | 1 + plugins/file/file.c | 1 + plugins/floppy/floppy.c | 1 + plugins/full/full.c | 1 + plugins/guestfs/guestfs-plugin.c | 1 + plugins/gzip/gzip.c | 1 + plugins/...
2017 Jan 31
3
[nbdkit PATCH 0/2] fix pod and other errors in recent patches
...gitignore | 2 ++ configure.ac | 10 +--------- docs/Makefile.am | 8 ++++++-- docs/nbdkit-plugin.pod | 2 +- plugins/curl/Makefile.am | 4 +++- plugins/example1/Makefile.am | 4 +++- plugins/example2/Makefile.am | 4 +++- plugins/example3/Makefile.am | 4 +++- plugins/file/Makefile.am | 4 +++- plugins/guestfs/Makefile.am | 4 +++- plugins/gzip/Makefile.am | 4 +++- plugins/libvirt/Makefile.am | 4 +++- plugins/ocaml/Makefile.am | 4 +++- plugins/perl/Makefile.am | 4 +++- plugins/perl/perl.c...
2013 Sep 11
1
slow dict lookups?
...: Sep 10 21:32:06 mail1 dovecot: imap(user1 at example1.com): Warning: read(/var/run/dovecot/dict): dict lookup took 20 seconds Sep 10 21:32:11 mail1 dovecot: imap(user2 at example2.com): Warning: read(/var/run/dovecot/dict): dict lookup took 25 seconds Sep 10 21:32:16 mail1 dovecot: imap(user3 at example3.com): Warning: read(/var/run/dovecot/dict): dict lookup took 30 seconds Sep 10 21:32:21 mail1 dovecot: imap(user3 at example3.com): Error: read(/var/run/dovecot/dict) failed: Timeout after 30 seconds Sep 10 21:32:21 mail1 dovecot: imap(user1 at example1.com): Warning: read(/var/run/dovecot/dict): d...
2009 May 27
3
(no subject)
Hi, I use a OpenLDAP for authentication. To authenticate a full DN as the user name must be used, like "cn=jim,ou=users,dc=example,dc=com". There are several domains, like example2.com and example3.com. I want to use Dovecot with ldap and authentication binds. For testing I use "auth_bind_userdn = cn=%n,ou=users,dc=%d" and the user name must provide as "jim at example,dc=com". To allow the special chars ("=,") in user name, I extend "auth_username_chars&quo...
2002 Apr 06
1
read.table and trouble
Hi all, I'm porting a library I wrote in S-plus over to R. All but one of the functions work fine. The only one that doesn't is really giving me a headache. I'm admitting defeat. Can anybody help? Object example3 has been read in using read.table. The statement works fine in S-Plus. When I run the same statement in R the column Prefix, which is read in using the as.character coercion, is wacky. It reads in as numeric. > example3 nRows nWaves nYears Noise Amp Freq AmpTwo FreqTwo Prefix 1 1...
2007 Sep 25
0
R lmer with problem of 'sd slot has negative entries'
...= "Laplace", control = list (usePQL = FALSE)) fixef(example1) se.fixef(example1) example2 <- lmer(cbind( y, n - y) ~ 1 + ( 1 | center) , family = binomial, niter = 50, method = "Laplace", control = list (usePQL = TRUE)) fixef(example2) se.fixef(example2) example3 <- lmer(cbind( y, n - y) ~ 1 + ( 1 | center) , family = binomial, niter = 50, method = "PQL",control = list (usePQL = TRUE)) fixef(example3) se.fixef(example3) example4 <- lmer(cbind( y, n - y) ~ 1 + ( 1 | center) , family = binomial, niter = 50, method = "PQL&qu...
2007 Sep 28
0
lmer giving negative, or no, estimated standard errors
...thod = "Laplace", control = list (usePQL = FALSE)) fixef(example1) se.fixef(example1) example2 <- lmer(cbind( y, n - y) ~ 1 + ( 1 | center) , family = binomial, niter = 50, method = "Laplace", control = list (usePQL = TRUE)) fixef(example2) se.fixef(example2) example3 <- lmer(cbind( y, n - y) ~ 1 + ( 1 | center) , family = binomial, niter = 50, method = "PQL",control = list (usePQL = TRUE)) fixef(example3) se.fixef(example3) example4 <- lmer(cbind( y, n - y) ~ 1 + ( 1 | center) , family = binomial, niter = 50, method = "PQL&quot...
2012 Sep 24
4
samba4: samba-tool and (unix) uids
Hello, at my universities CS computer pools we're trying to migrate our samba3 based NT domain to AD with samba4-rc1. In the past we had a little script which our users could run on their own from their linux account which created a samba user with their own uid/gid and set their password (via smbpasswd). We're trying to recreate this behaviour with "samba-tool user create"
2016 Oct 12
4
Samba 4.5.0 dbcheck problems
...1560040000000>;<RMD_FLAGS=1>;<RMD_INVOCID=a65d0f39-311e-4031-aa56-a8585bfc1b8f>;<RMD_LOCAL_USN=1443123>;<RMD_ORIGINATING_USN=1443123>;<RMD_VERSION=1>;<SID=S-1-5-21-960489704-2319512605-3030828643-1219569>;CN=user.test,OU=Test OU,DC=example,DC=internal,DC=com* Example3: *unable to find object for DN CN=test.user2,CN=Users,DC=example,DC=internal,DC=com - (No such Base DN: CN=test.user2,CN=Users,DC=example,DC=internal,DC=com)* *Not removing dangling forward link* I have edited these entries to maintain anonymity. Any ideas on how to remove these errors? Replicat...
2011 Jun 28
13
[PATCH hivex 02/14] maint: remove unnecessary test-before-free
From: Jim Meyering <meyering at redhat.com> * lib/hivex.c (hivex_node_set_value): Remove unnecessary test-before-free. --- lib/hivex.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/lib/hivex.c b/lib/hivex.c index d042f4f..a72fa77 100644 --- a/lib/hivex.c +++ b/lib/hivex.c @@ -2748,8 +2748,7 @@ hivex_node_set_value (hive_h *h, hive_node_h node, leave_partial:
2018 Sep 11
5
How to send mail to mailbox with disabled domain?
Given the following: mailboxes: user1 at example1.com user2 at example1.com user3 at example1.com etc. aliases: whatever at example1.com -> user1 at example1.com whatever at example2.com -> user1 at example1.com whatever at example3.com -> user1 at example1.com Now the problem: example1.com MX goes elsewhere (doesn't point to this server anymore). Domains example2.com and example3.com still point to that server and should be able to accept mail. I have to disable mail acceptance for example1.com. If not, mail sent *f...
2018 Sep 11
0
[PATCH nbdkit 1/4] build: Move list of plugins and filters to the configure script.
...eletions(-) diff --git a/common-rules.mk b/common-rules.mk index 2c5609f..03e01e6 100644 --- a/common-rules.mk +++ b/common-rules.mk @@ -30,50 +30,6 @@ # OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. -plugins = \ - curl \ - data \ - example1 \ - example2 \ - example3 \ - example4 \ - ext2 \ - file \ - guestfs \ - gzip \ - libvirt \ - lua \ - memory \ - nbd \ - null \ - ocaml \ - pattern \ - perl \ - python \ - random \ - ruby \ - sh \ - split \ - streaming \ - tar \ - tcl \ - vddk \ - xz \ - zero - -filters = \ - blocksize \ - cache \ - cow \ - delay \ - error...
2018 Nov 09
0
Re: Further nbdkit patches for Haiku
...s Revol wrote: > Le 06/11/2018 à 10:02, Richard W.M. Jones a écrit : > I made a patch here: > > https://github.com/mmuman/nbdkit/commits/tmpfix > > Also added one for the loader lib search path environment, which is > different for us. For the tmpdir patch, I changed plugins/example3/example3.c to a simpler patch which doesn't require the variable stack allocation (but also doesn't use TMPDIR -- it's only an example program so I chose to keep the code simple). I pushed the LIBRARY_PATH patch unchanged. > > This error: > > > > ./test-shebang-pe...
2018 Sep 11
0
How to send mail to mailbox with disabled domain?
...: > > Given the following: > > mailboxes: > user1 at example1.com > user2 at example1.com > user3 at example1.com > etc. > > aliases: > whatever at example1.com -> user1 at example1.com > whatever at example2.com -> user1 at example1.com > whatever at example3.com -> user1 at example1.com > > Now the problem: > example1.com MX goes elsewhere (doesn't point to this server anymore). > Domains example2.com and example3.com still point to that server and > should be able to accept mail. > I have to disable mail acceptance for examp...
2016 Oct 14
4
Joining a Windows Server 2008 R2 to existing Samba4 domain
...1560040000000>;<RMD_FLAGS=1>;<RMD_INVOCID=a65d0f39-311e-4031-aa56-a8585bfc1b8f>;<RMD_LOCAL_USN=1443123>;<RMD_ORIGINATING_USN=1443123>;<RMD_VERSION=1>;<SID=S-1-5-21-960489704-2319512605-3030828643-1219569>;CN=user.test,OU=Test OU,DC=example,DC=internal,DC=com* Example3: *unable to find object for DN CN=test.user2,CN=Users,DC=example,DC=internal,DC=com - (No such Base DN: CN=test.user2,CN=Users,DC=example,DC=internal,DC=com)* *Not removing dangling forward link* I have edited these entries to maintain anonymity. Any ideas on how to remove these errors? Thanks a...
2019 Jun 10
2
Own CentOS MirrorList
Hi Guys Apologies in advance for the noise. I am interested in setting up my OWN mirrorlist like http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock where it pulls a few local mirrors, but mine would be statically set with 3 or 4 different location URL's Basically my plan here is, if the closest mirror I operate cannot be reached, it will try another