similar to: Ohloh think's we're all XML now ...

Displaying 20 results from an estimated 4000 matches similar to: "Ohloh think's we're all XML now ..."

2018 Sep 11
0
[PATCH nbdkit 1/4] build: Move list of plugins and filters to the configure script.
It's easier to get it to other places if it starts out in the configure script. Also split the list into language and non-language plugins. --- common-rules.mk | 44 ---------------------------------------- configure.ac | 53 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+), 44 deletions(-) diff --git a/common-rules.mk b/common-rules.mk index
2007 Sep 25
0
R lmer with problem of 'sd slot has negative entries'
Dear R Users, I want to fit GLMM with lmer with binomial data and a one-way random effects model with an overall mean and random effects. From R help, Laplace is slower than PQL, but more accurate. When I fit my model with Laplace method with control = list (usePQL = FALSE)), for most data sets it works well, but for some I get an error message (Error in if (any(sd < 0))
2007 Sep 28
0
lmer giving negative, or no, estimated standard errors
R Users, Emine Bayman sent this out earlier and we do not think it went through. Appologies if it did. We want to fit GLMM with lmer with binomial data and a one-way random effects model (overall mean is a fixed effect and there are random effects for each binomial). We are using the Laplace method. We are simulating multiple data sets and use the Laplace method with control = list
2013 Sep 11
1
slow dict lookups?
Hi, I am beginning to see many entries like: 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):
2018 Sep 11
0
How to send mail to mailbox with disabled domain?
Is this a dovecot problem on your side? dovecot usually accepts mail from MTA like postfix, so it would be better to remove example1.com from postfix relaydomains (mailbox domains, alias domains, ...). Then there is no delivery to dovecot. Most MTAs ignore MX records - if a domain is configured locally, it gets delivered. Best regards Gerald > Am 11.09.2018 um 20:20 schrieb Kai Schaetzl
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
2019 Aug 02
0
[nbdkit PATCH v2 10/17] plugins: Add .fork_safe field
Allow a plugin field to declare whether a parallel plugin can tolerate windows where fds are not CLOEXEC, or must take precautions to avoid leaking fds if the plugin may fork. For safety reasons, the flag defaults to off, but many in-tree plugins can set it to on (most commonly because they don't fork after .config_complete; for libvirt because it is documented to clean up fds on fork so it
2020 Aug 18
0
[PATCH nbdkit 2/9] build: On Windows only, link all plugins and filters with -lnbdkit.
--- configure.ac | 2 ++ filters/blocksize/Makefile.am | 1 + filters/cache/Makefile.am | 1 + filters/cacheextents/Makefile.am | 1 + filters/cow/Makefile.am | 1 + filters/ddrescue/Makefile.am | 1 + filters/delay/Makefile.am | 3 +++ filters/error/Makefile.am | 1 + filters/exitlast/Makefile.am | 3 +++
2009 Jan 01
2
restricting mails from "mail" command to specific domains only in postfix
Hi Friends, I have configured Postfix mail server on Centos for relaying mails from 5 linux servers (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
2014 Sep 23
0
[PATCH 03/13] syntax-check: fix makefile_at_at_check
Signed-off-by: Hu Tao <hutao@cn.fujitsu.com> --- align/Makefile.am | 2 +- builder/Makefile.am | 2 +- builder/website/Makefile.am | 2 +- cat/Makefile.am | 4 ++-- common-rules.mk | 8 ++++---- customize/Makefile.am | 2 +- df/Makefile.am | 4 ++-- diff/Makefile.am | 2 +-
2016 Oct 12
0
Samba 4.5.0 dbcheck problems
On 10/12/2016 8:29 AM, Chris Alavoine via samba wrote: > Hi all, > > I've recently upgraded all our DC's (we have 9 spread over various global > Sites) to 4.5.0. > > I run a dbcheck on our FSMO-owner DC once per day from a cron job and this > threw up a ton of errors on the first pass after the upgrade. After running > it several times with the --fix flag I've
2016 Dec 07
0
Samba 4.5.0 dbcheck problems
Hi all, I've now upgraded to Samba-4.5.2 and I've tried running: samba-tool domain tombstones expunge but I simpley get: Removed 0 objects and 0 links successfully, however I'm still seeing several hundred errors when running a dbcheck with the "not remocing dangling forward link" error. I've checked my time.py and it has been renamed so the expunge process should be
2016 Oct 17
0
Joining a Windows Server 2008 R2 to existing Samba4 domain
Hi Marc, Unfortunately, I have around 600 of these errors. I've tested manually deleting an offending entry using ldbedit -H and the subsequent dbcheck test goes down by 1 so this would suggest that I can fix it this way... although not sure if this is: a. A good idea b: The best way to fix this. Any pointers most welcome. Thanks, Chris. On 14 October 2016 at 15:35, Chris Alavoine
2011 Aug 14
6
[PATCH 1/6] out-of-tree build: fix documentation generation
--- cat/Makefile.am | 6 +++--- df/Makefile.am | 2 +- edit/Makefile.am | 2 +- examples/Makefile.am | 12 ++++++------ fish/Makefile.am | 18 +++++++++--------- fuse/Makefile.am | 2 +- inspector/Makefile.am | 2 +- java/examples/Makefile.am | 6 +++--- ocaml/examples/Makefile.am | 6 +++---
2017 Jan 31
3
[nbdkit PATCH 0/2] fix pod and other errors in recent patches
POD errors are not nice, and 'pod2man --stderr' does not do what we want. Eric Blake (2): perl: Fix previous patches build: Kill build on POD error .gitignore | 2 ++ configure.ac | 10 +--------- docs/Makefile.am | 8 ++++++-- docs/nbdkit-plugin.pod | 2 +- plugins/curl/Makefile.am | 4 +++-
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
2016 Oct 18
1
Joining a Windows Server 2008 R2 to existing Samba4 domain
Hi Rowland, Just saw your message on the lists about adding a tombstone command by using domain.py. I appear to have domain.py in /usr/local/samba/lib/python2.7/site-packages/samba/netcmd, do I need to do something to activate this? Thanks, Chris. On 17 October 2016 at 17:32, Chris Alavoine <chrisa at acs-info.co.uk> wrote: > Hi Marc, > > Unfortunately, I have around 600 of
2016 Oct 12
4
Samba 4.5.0 dbcheck problems
Hi all, I've recently upgraded all our DC's (we have 9 spread over various global Sites) to 4.5.0. I run a dbcheck on our FSMO-owner DC once per day from a cron job and this threw up a ton of errors on the first pass after the upgrade. After running it several times with the --fix flag I've got the errors down to 603 but these last errors are refusing to be removed. Here is an
2016 Oct 14
4
Joining a Windows Server 2008 R2 to existing Samba4 domain
Hi Marc, Thanks for your reply. We are using BIND9_DLZ currently as the DNS backend I manually selected a replication partner (the FSMO roles DC). We do have some errors when doing a dbcheck but I'm not able to fix them. I've detailed this in another post. Here is an example of each type: Example1: *ERROR: incorrect GUID component for member in object
2016 Apr 07
0
Filserver in Domain-trusts
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I have setup two domains (example1.net) and (example2.net). Then I created a trust, in two different ways (Yes, one after the other, not at the same time): 1. samba-tool domain trust create example2 --type=forest --direction=both - --create-location=both -U administrator at EXAMPLE2.NET 2. samba-tool domain trust create EXAMPLE2.NET