similar to: [PATCH] don't force read bit on base_dir

Displaying 20 results from an estimated 1500 matches similar to: "[PATCH] don't force read bit on base_dir"

2010 May 11
3
Authentication of local users (smbpasswd) fails with security = domain
Hi list, I have set up a samba installation (SLES 11, Samba 3.2.7) and joined a domain. I've created local users (/etc/passwd) and can authenticate with this users against the domain controller. Now I want to add a local user (with smbpasswd) and authenticate with this user which does not exist in the domain. When I'm trying to log in with the user the log says: domain_client_validate:
2007 Nov 26
4
Using global und per-user sieve scripts at the same time
Hi list, I'm trying to get a global sieve mailfilter with per-user sieve scripts to work. At the "lda"-section in the dovecot.conf file I have: global_script_path = /usr/local/etc/sieve/spam /usr/local/etc/sieve/spam: require "fileinto"; if header :contains ["Subject"] ["***Spam***"] { fileinto "Spam"; stop; } which will work fine
2003 Nov 10
1
0.99.10.1 released
Since release candidate I added fix for CRLF + partial BODY[] fetching. I hope everything works :) I've been running it with mbox for a while and it seems to work fine. v0.99.10.1 2003-11-10 Timo Sirainen <tss at iki.fi> * mbox: \Draft and \Deleted flags used opposite flag chars in X-Status header. We were incompatible with other mbox accessing software. WARNING: Upgrading
2006 Sep 22
3
extract data from lm object and then use again?
Hi list, I want to write a general function so that it would take an lm object, extract its data element, then use the data at another R function (eg, glm). I searched R-help list, and found this would do the trick of the first part: a.lm$call$data this would return a name object but could not be recognized as a data.frameby glm. I also tried call(as.character(a.lm$call$data)) or
2008 Mar 12
1
Bug+bugfix in ssh-copy-id
Hi! the script ssh-copy-id assumes, that the remote machine has a POSIX Compatible shell as login shell. So you have to write in line 41: ? ssh $1 'sh -c "umask 077; test ? instead of ? ssh $1 "umask 077; test ? Patch is appended. Greetings, Benjamin Kellermann -- GPG-Key-ID: 491A3D9C Fingerprint: D19E 04A8 8895 020A 8DF6 0092 3501 1A32 491A 3D9C http://pgpkeys.pca.dfn.de/
2006 Jul 17
1
Variance functions in package nlme
Dear R-help, I am trying to set up linear mixed effects models in R using the (recommended) nlme package (R version 2.3.1 on a Linux platform). When trying to reproduce an example from Jose Pinheiro & Douglas Bates (2000, p 210) I get the following error message (code to produce message pasted as well): library("nlme") data("Orthodont") vf1Ident <- varIdent(
2006 Jul 20
2
(robust) mixed-effects model with covariate
Dear all, I am unsure about how to specify a model in R and I thought of asking some advice to the list. I have two groups ("Group"= A, B) of subjects, with each subject undertaking a test before and after a certain treatment ("Time"= pre, post). Additionally, I want to enter the age of the subject as a covariate (the performance on the test is affected by age),
2007 May 06
1
sieve parse error
Hello everyone, I'm using Dovecot (v1.0.beta3-3ubuntu5.4 under Ubuntu) with postfix and LDA with virtual users. Everything is working fine. To filter mails I use the Dovecot Sieve feature. But I get some strange error for one simple Sieve script: ---------------------------------------------------------------------------------------------------- require "fileinto"; if header
2007 Jan 12
1
Within-subject factors in lme
Dear R-users I'm considering a repeated measures experiment where two within-subject factors A (2 levels) and B (3 levels) have been measured for each of 14 subjects, S. I wish to test the effect of factor A. I know that a variance component model with random effects S, S:A, S:B and S:A:B can be fitted using aov: aov( y ~ A*B + Error(S/(A*B)) ) If there is no significant interaction, the
2006 Dec 01
2
Auth process died too early
Hello all, Trying an Install of Dovecot 1.0rc15. We have previously used 1.0b8 without too many troubles. starting Dovecot 1.0rc15 yields: Dec 1 16:31:08 mailtest1 dovecot: Dovecot v1.0.rc15 starting up Dec 1 16:31:09 mailtest1 dovecot: pop3-login: Aborted login: rip=172.30.0.3, lip=172.30.0.30 Dec 1 16:31:09 mailtest1 dovecot: Auth process died too early - shutting down Dec 1 16:31:09
2012 Dec 09
1
small issue with over-zealous clean.
Noticed a problem for a while - tests/testit.Rd, tests/ver20.Rd are removed on "make clean" unintentionally. This seems to come from a change in tests/Makefile.in, which adds the line: - at rm -f *.tar.gz *.Rd back in May 2012. ----------- commit c4d70254e7b7f9d7ed17faecfb3097195d852ddc Author: ripley <ripley at 00db46b3-68df-0310-9c12-caf00c1e9a41> Date: Sun May 27 09:04:41
2008 Aug 18
1
iowait / Perfomance problems with xen on drbd (centos 5.2)
Hi, we have 2 servers on centos5.2 in a cluster with the redhat cman in the configuration SERVER1 > LVM \ CMAN DRBD > XEN SERVER2 > LVM / For each xen we create a new local LVM on each node, put them in a drbd and install an os (debian 4 or ubuntu 8). The xens are running as pvm. Everything works fine since over 4 months now. But we have some performance-Problems: Writing
2011 Sep 11
4
CentOS 6: ethernet "ifconfig up" failure
On my CentOS 6 partition of my laptop: First note that for this test, NetworkManager is not running because I did: chkconfig --del NetworkManager and then rebooted. Here is my ifcfg-eth0: DEVICE="eth0" NM_CONTROLLED="no" ONBOOT=no HWADDR=xx:xx:xx:xx:xx:xx TYPE=Ethernet BOOTPROTO=none IPADDR=192.168.2.5 PREFIX=24 GATEWAY=192.168.2.1 DNS1=192.168.2.1 DNS2=192.168.2.1
2007 Mar 15
1
[PATCH] fix gcc warnings in 1.0rc26
Hi, I have made a small patchset to fix some of the GCC warnings. With these patches, I was able to compile dovecot r_1_0_rc26 with the following options: -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast Wstrict-prototypes -Wredundant-decls -Wcast-align -Wwrite-strings Wpacked -Winline -Wdisabled-optimization
2007 Jan 16
2
Gaussian glm for grouped data with unequal variances
Hello - I am fairly new to R, (i.e., ability to create functions/write programs insignificant) and was wondering if there might be a convenient way to model the following: I want to fit a gaussian glm to grouped data, while allowing for unequal variances in each of the groups. More specifically, my data set looks something like this: ---------------- data group 1 76 1 2 82 1 3
2006 Jul 24
5
change the name of file
Dear R Users, Is it possible to make file names dependent on a changing variable? For instance. I generate random numbers in a loop and at each iteration I want data to write to file (I do not want to write everything in one file using 'append'): for (i in 1:50){ x<-matrix(runif(100, min=0,max=1),nrow=5,ncol=20) Write(t(x),file="Data_i.txt",ncolumns=5,sep="\t") }
2006 Dec 12
2
Trash and quota
I can't seem to find the magic combination to get dovecot to ignore the trash folder when counting quota. I've got 1.0rc15 and using maildir quotas. Not being able to trash messages when over quota is quite annoying. the docs suggest the following: plugin { quota = maildir:storage=10240:ignore=Trash } but as my quotas are defined per user via mysql DB, I'm thinking that I need a
2007 Jun 07
4
Listen on several (but not all) Interfaces
Hi, I'm using Dovecot 1.0rc15 from Debian stable/etch. I'd like to have Dovecot listen on more than one interface. It shall listen on one IPv4 Interface and on one IPv6 Interface. The comments in the sample configuration file say, that it's not possible to listen on more than one interface at a time. Sadly it's no option to me to listen on all interfaces. So I'd like to ask
2010 Nov 13
0
Daemon will not start, invalid argument in stat of base_dir (error within)
Running CentOS 5 and Dovecot 1.2.16 Receiving error: Error: stat(/var/run/dovecot) failed: Invalid argument Fatal: Invalid configuration in /etc/dovecot.conf I've put the default dovecot.conf in place and still get the same thing. I've tried removing the /var/run/dovecot folder and letting it re-create it with no success. It creates the /var/run/dovecot folder but that is all.
2006 Jan 20
1
dovecot 1.0beta1 making base_dir world-writable
I can also confirm this, on my own mail server since upgrading to beta1. Dovecot always makes the base_dir world-writable on startup. ----- Forwarded message from Oleg Safiullin <form@pdp-11.org.ru> ----- Date: Fri, 20 Jan 2006 07:09:17 +0600 From: Oleg Safiullin <form@pdp-11.org.ru> To: brad@openbsd.org Subject: dovecot 1.0beta1 Hi. After update dovecot to 1.0beta1 some strange