Displaying 20 results from an estimated 2000 matches similar to: "Dovecot "Mailbox sharing between users"."
2023 Apr 24
13
[Bug 1674] New: ebtables causing packet loss
https://bugzilla.netfilter.org/show_bug.cgi?id=1674
Bug ID: 1674
Summary: ebtables causing packet loss
Product: ebtables
Version: unspecified
Hardware: x86_64
OS: All
Status: NEW
Severity: critical
Priority: P5
Component: ebtables-nft
Assignee: pablo at netfilter.org
2009 Sep 04
2
help with functions
Hi all,
I have got 2 function (see bellow) which are simplifications of what I need
to do. These functions are precisely the same, except for the last line.
My question is, why doesn't function testA work in the same way as function
testB.
Both functions produce two objects, "a" and "b" that must merged with rbind.
The difference is that in testA, I specify the name
2007 Jul 17
0
write.dcf/read.dcf cycle converts missing entry to "NA" (PR#9796)
Full_Name: Bill Dunlap
Version: 2.5.0
OS: Red Hat Enterprise Linux WS release 3 (Taroon Update 6)
Submission from: (NULL) (24.17.60.30)
If you read a dcf file with read.dcf(file,fields=c("Field",...))
and the file does not contain the desired field "Field",
read.dcf puts a character NA for that entry in its output
matrix. If you then call write.dcf, passing it the output
of
2005 Nov 11
2
Rsync, subversion and directories
Hi all,
I'm attempting to build a backup system using rsync and subversion.
I have a samba share which I would like to replicate via rsync. The
replicated copy is under subversion control to store a 'history'.
This appears to work well until a directory is removed on the primary
(non-backup) file system.
The rsync command which I assumed would do the job:
$ rsyc -zrv
2005 Oct 24
0
error messages in matrix multiplication
Hello,
I am hoping for some advice on using R - my experience with statistical
programs has been limited to SPSS.
I have been using a textual analysis program and wanted to add some rigour
to making a choice between two models of self-reported cannabis effects. To
do this, I need to compare the two resulting word co-occurence matrices.
The program itself,doesn't offer this as an option
2019 Jul 04
4
cannot set filesystem permissions on shares
> >>>> Run this : getfacl /home/users
> >>> getfacl: Removing leading '/' from absolute path names
> >>> # file: home/users
> >>> # owner: root
> >>> # group: A\\domain\040admins
> >>> user::rwx
> >>> user:root:rwx
> >>> user:10512:rwx
> >>> group::rwx
> >>>
2007 Jul 18
1
(PR#9796) write.dcf/read.dcf cycle converts missing entry
BIll,
Thanks.
I am seeing some problems here, for example when all the fields are
missing, or all the fields in a row are missing. I've fixes for those,
and will commit to R-devel shortly.
On Tue, 17 Jul 2007, bill at insightful.com wrote:
> Full_Name: Bill Dunlap
> Version: 2.5.0
> OS: Red Hat Enterprise Linux WS release 3 (Taroon Update 6)
> Submission from: (NULL)
2013 Dec 10
0
[LLVMdev] libcang python bindings and working with macros question
How do I obtain the data that a macro points to, both expanded and
unexpanded.
in example I have a file named "blah.c" with the following.
"""
#define TESTA 1
#define TESTB 2 + TESTA
"""
I modified util.py's get_cursor to look at the displayname also, as
spelling won't match the macroname.
"""
for cursor in children:
if
2013 Dec 11
0
[LLVMdev] libcang python bindings and working with macros question
How do I obtain the data that a macro points to, both expanded and
unexpanded.
in example I have a file named "blah.c" with the following.
"""
#define TESTA 1
#define TESTB 2 + TESTA
"""
I modified util.py's get_cursor to look at the displayname also, as
spelling won't match the macroname.
"""
for cursor in children:
if
2014 May 27
2
Problem with quota calculation...
Hello,
since I changed the quota backend from maildir (maildir:User quota)
to dictionary (dict:User quota::proxy::quota), I have problems with
tha calculated size and messages count.
--- Input/Output ---
# du -hs
23M .
# doveadm quota get -u ich at tachtler.net
Quota name Type Value Limit
%
User quota STORAGE 46602 1024000
2017 Jul 25
0
[Questions] About small files performance
Dear all
Recently, i did some work to test small files performance for gnfsv3
transport. Following is my scenario.
#####environment#####
==2 cluster nodes(nodeA/nodeB)==
each is equipped with E5-2650*2, 128G memory and 10GB*2 netcard
nodeA: 10.254.3.77 10.128.3.77
nodeB: 10.254.3.78 10.128.3.78
==2 stress nodes(clientA/clientB)==
each is equipped with E5-2650*2, 128G memory and 10GB*2
2020 Sep 30
4
some domains resolving issues
Hello.
I have two records in dialplan:
exten => testA,1,Dial(PJSIP/outgoing/sip:thetestcall at sip.linphone.org)
exten => testB,1,Dial(PJSIP/outgoing/sip:thetestcall at iptel.org)
Calling testA works fine while testB fails with "CONGESTION".
Adding debug for console shows that pjsip_resolver.c does
`New queries added, performing parallel resolution again`
for linphone after
2020 Sep 30
0
some domains resolving issues
On Wed, Sep 30, 2020 at 8:47 AM sergio <sergio at outerface.net> wrote:
> Hello.
>
> I have two records in dialplan:
>
> exten => testA,1,Dial(PJSIP/outgoing/sip:thetestcall at sip.linphone.org)
> exten => testB,1,Dial(PJSIP/outgoing/sip:thetestcall at iptel.org)
>
> Calling testA works fine while testB fails with "CONGESTION".
>
> Adding debug
2020 May 30
1
Simple backup of maildir folder
On 2020-05-30 07:49, Admin Beckspaced wrote:
> Am 29.05.2020 um 17:37 schrieb Francis Augusto Medeiros-Logeay:
>> Hi,
>>
>> I want to do a simple backup of my maildir. I read here that
>> maildirlock is not to count on in the future and the recommended
>> option was to use doveadm backup. However, it seems that this requires
>> to setup another dovecot
2020 May 30
0
Simple backup of maildir folder
Am 29.05.2020 um 17:37 schrieb Francis Augusto Medeiros-Logeay:
> Hi,
>
> I want to do a simple backup of my maildir. I read here that
> maildirlock is not to count on in the future and the recommended
> option was to use doveadm backup. However, it seems that this requires
> to setup another dovecot server.
>
> My questions are:
>
> - How much to I need to
2006 May 05
1
converting code into a function - seperating a data frame with n columns into n individual vectors
I have many very large dataframes with 20 columns
each.
In order to conserve memory, I wish to separate the
data frame into 20 vectors, each named the name of the
dataframe followed by .1,.2,.3
.20.
(For example purposes, one data frame is named
?testa?.)
e.g. testa.1, testa.2, testa.3
I have written the code to do this (see below). I am
trying to convert this into a function that I can
reuse.
2014 Feb 16
1
Syntax of pattern in map section
I can't seem to find any documentation on the meaning/syntax of the "pattern" variable in map sections that are found in dovecot-dict-sql.conf.ext for example. I am trying to setup shared folders.
The only thing[1] I found is:
>>First you'll need to know what kind of dict paths the code uses. ACL
>>plugin uses these paths:
>>
2004 May 26
2
Samba 3 and LDAP - Error loading profiles
Hi,
I'm setting up Samba with ldap backend and everythin appears to be working
correctly except for profiles.
Using:
samba-3.0.2
openldap-2.1.26
smbldap-tools-0.8.4
When a user 'testa' tries to logon from a Win2K system that has joined the
domain he gets the following error message:
"Windows did not load your roaming profile and is attempting to log you on
with your local
2014 Dec 10
0
No package group "X Window System" in CentOS 7.0?
Hi,
I'm currently experimenting with CentOS 7.0 in a few virtual guests,
trying to install a reduced GNOME desktop as well as a minimal KDE
desktop. I'm following this documentation:
http://www.dokuwiki.tachtler.net/doku.php?id=tachtler:centos_7_-_minimal_desktop_installation
I'm stuck at this point:
# yum groupinstall "X Window System"
Now I remember this from CentOS
2004 Jul 17
0
mkstemp failed: (code 23) main(633)
Hi,
I am a new user and tried at least some of the recommended ways to find
an answer to my question (search the net, ask IT professionals). But
when everything fails nothing beats newsgroups...
Here is my problem. I compiled rsync 2.6.2 on a Tru64 v5.1b system. I am
trying to use rsync to backup data to a NFS mounted disk outside our
immediate local network. Needless to say that rsync works