Displaying 20 results from an estimated 200 matches similar to: "Problem with master user"
2016 Jan 30
2
fts_autoindex - index-worker problem
dovecot-2.2.21 ?????
fts_autoindex - index-worker problem
Hello List,
I installed dovecot-2.2.21 on CentOS 6.7.
I use ldap for userdb to separate an e-mail address and the user.
Index to apache solr failed in fts_authindex when I received an email
after setting.
The error message is "indexer-worker: Error: User 0029 at 09.jp lookup
failed: Unknown user"
Is there any solution?
This
2006 Dec 06
3
File size differences
Hey,
I have two identical machines setup with a RAID 5 array. One of them is used for
failovers and data from the master is synced everyday using rsync to the
failover machine. The data on this disks are usually intranet KB's, DB's etc..
The RAID 5 arrays are formatted using the default options i,e mkfs.ext3
/dev/Xda. The RAID controller is 3ware escalade and each disk member in the RAID
2003 Apr 02
1
FW: ipDialog Ethernet SIP Phone $199
Here is a SIP phone I haven't seen before. Does anyone have any
experience with this one?
-----Original Message-----
From: George Richardson [mailto:georger@netxusa.com]
Sent: Wednesday, April 02, 2003 4:56 PM
To: clay@ctitec.com
Subject: ipDialog Ethernet SIP Phone $199
pad <http://us.st1.yimg.com/store1.yimg.com/Img/trans_1x1.gif>
2011 Jul 29
1
Can't see shares...
I can't figure out what's wrong with my config, I can see the share
\\beata\anders, but not store0 or store1;
# smb.conf is the main Samba configuration file. You find a full commented
# version at /usr/share/doc/packages/samba/examples/smb.conf.SUSE if the
# samba-doc package is installed.
# Date: 2011-03-01
[global]
workgroup = NORRBRING
passdb backend = tdbsam
2016 Nov 17
2
Possible MemCpyOpt bug?
Hi all,
I think I've managed to trick the legacy MemCpyOpt (MCO) into an incorrect
transform, but I would like to confirm the validity of my counterexample
before
working on the fix. Suppose the following IR:
%T = type { i32, i32 }
define void @f(%T* %a, %T* %b, %T* %c, %T* %d) {
%val = load %T, %T* %a, !alias.scope !{!10}
; store1
; Aliases the load
2013 Dec 16
2
[LLVMdev] Question about Pre-RA-schedule in LLVM3.3
At 2013-12-15 22:43:34,"Caldarale, Charles R" <Chuck.Caldarale at unisys.com> wrote:
>> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu]
>> On Behalf Of Haishan
>> Subject: [LLVMdev] Question about Pre-RA-schedule in LLVM3.3
>
>> My clang version is 3.3 and debug build.
>
>> //test.c
>> int a[6] = {1, 2, 3, 4, 5,
2013 Dec 21
0
[LLVMdev] Question about Pre-RA-schedule in LLVM3.3
The flag -enable-aa-sched-mi should do what you want you want in the MachineScheduler pass.
If you want to do it in the selection DAG, there is a subtarget hook that might do it:
TargetSubtargetInfo::useAA()
LLVM won’t generate the schedule you want anyway for Intel core processors, but the alias analysis can be useful in general.
-Andy
On Dec 16, 2013, at 6:03 AM, Haishan <hndxvon at
2013 Dec 15
3
[LLVMdev] Question about Pre-RA-schedule in LLVM3.3
Hi,
I compile a case (test.c) to get object machine file (test.o) using clang as follows:
"clang -target arm -integrated-as -c test.c -o test.o"
My clang version is 3.3 and debug build.
//test.c
int a[6] = {1, 2, 3, 4, 5, 6}
int main() {
a[0] = a[5];
a[1] = a[4];
a[2] = a[5];
}
//end test.c
Then test.dump is generated by using the objdump tool.
//test.dump
ldr r1, [r0, #20]
2018 Dec 03
2
vacation script issue
Hello,
I have a complete Postfix + Dovecot + openLDAP setup almost working, the
only issue I have is the vacation script auto-reply that doesn't work
properly.
If I send an email to a user with the vacation filter enabled, the
auto-reply is send to a local recipient with the same account name.
So for example if I send a mail from test at xyz.com to test at example.com, the
auto-reply is
2010 Oct 28
2
adding user ldif to ldap
hi list.. I am trying to add an ldif with my users that I have derived
from /etc/passwd. for some reason ldapadd is choking on the first
entry... I've also tried removing the first one and predictably each
one fails in exactly the same way...may I ask how best to correct
this?
Here is the error:
LDAP# ldapadd -x -D "cn=Manager,dc=summitnjhome,dc=com" -W -f /tmp/passwd.ldif
adding
2018 Nov 22
4
LDAP stored quota
Hello,
I'm trying to set up LDAP stored quota on Dovecot but it doesn't work and
doesn't get reported by the command doveadm quota get.
I'm using the field departmentNumber in my LDAP server to store the quota.
doveadm quota get -u test
Quota name Type Value
Limit
%
User quota STORAGE 0
-
0
User quota MESSAGE 0
-
0
log file associated with doveadm quota get
2008 Apr 21
2
Dovecot timeout over NFS
Hi,
I'm using postfix with Dovecot 1.0.5 and getting the following errors
when a user moves a massive folders contents to trash (65000 or so
messages):
Apr 21 15:31:01 mink dovecot: IMAP(dev2 at aluminati.net): Timeout while
waiting for lock for transaction log file
/virtual/store1/mail/d/dev2_aluminati.net/Maildir/.Deleted
Items/dovecot.index.log
Is there anything I can do to compensate for
2005 Sep 06
2
Password expiration
Hello,
I still can't figure out why my users' passwords are expiring. Ever since we
switched to LDAP, passwords expire every 14 days. Here is an example LDAP user
entry:
version: 1
# LDIF Export for: uid=sgoodrich,ou=Users,dc=trec,dc=us
# Generated by phpLDAPadmin ( http://phpldapadmin.sourceforge.net/ ) on
September 6, 2005 10:56 am
# Server: TREC (localhost)
# Search Scope: base
#
2012 Apr 04
2
Using rsync to synchronize
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I have been using rsync to backup our primary data stores. It works
fine. Here are the options I use for doing that:
rsync --recursive --links --times --dirs --stats --delete \
--itemize-changes --quiet --exclude-from=exclude-filename \
/data-store1/ /data-store2/
Recently I have had the need to actually synchronize the files
between
2013 May 10
2
Self-heal and high load
Hi all,
I'm pretty new to Gluster, and the company I work for uses it for storage
across 2 data centres. An issue has cropped up fairly recently with regards
to the self-heal mechanism.
Occasionally the connection between these 2 Gluster servers breaks or drops
momentarily. Due to the nature of the business it's highly likely that
files have been written during this time. When the
2024 Jul 09
1
session setup failed: NT_STATUS_NO_IMPERSONATION_TOKEN
On Tue, 9 Jul 2024 14:21:58 -0400
Luc Lalonde <luc.lalonde at polymtl.ca> wrote:
> I get the same error using 'net ads join'
>
> Here are my sanitized config files:
>
> ############## begin /etc/krb5.conf ####################
>
> includedir /etc/krb5.conf.d/
Samba does not like the 'includedir' line and doesn't require most of
the other lines,
2018 Nov 22
0
LDAP stored quota
I noticed that you sent replies to me directly...
Anyways, seems the problem was that the LDAP user_attrs is missing commas, and the mailRoutingAddress is used wrong, so the correct syntax would be:
user_attrs = \
mailRoutingAddress=user, \
=uid=vmail, \
=gid=mail, \
=home=/var/mail/%d/%n, \
=quota_rule=*:bytes=%{ldap:departmentNumber}
Aki
> On 22 November 2018 at 15:29
2024 Jul 09
1
session setup failed: NT_STATUS_NO_IMPERSONATION_TOKEN
I get the same error using 'net ads join'
Here are my sanitized config files:
############## begin /etc/krb5.conf ####################
includedir /etc/krb5.conf.d/
[logging]
?default = SYSLOG:INFO:DAEMON
?kdc = SYSLOG:INFO:DAEMON
?admin_server = SYSLOG:INFO:DAEMON
[libdefaults]
default_realm =EXAMPLE.ORG
?dns_lookup_realm = false
?dns_lookup_kdc = false
?ticket_lifetime = 10h
2013 Dec 15
0
[LLVMdev] Question about Pre-RA-schedule in LLVM3.3
> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu]
> On Behalf Of Haishan
> Subject: [LLVMdev] Question about Pre-RA-schedule in LLVM3.3
> My clang version is 3.3 and debug build.
> //test.c
> int a[6] = {1, 2, 3, 4, 5, 6}
> int main() {
> a[0] = a[5];
> a[1] = a[4];
> a[2] = a[5];
> }
> //end test.c
> Then test.dump is
2020 Feb 20
2
dovecot 2 samba ad-dc
Helo you,
I try to build a mail server based on Centos 7, postfix and dovecot 2.
My backend is a Samba4 ad-dc.
I tried a lot and I don't know what else I could try.I'm new to this
mailing list so please forgive me if I don't give right information or
anything
Samba4 ad-dc is up incl. dns. Win10 Client joined domain and
authentication works.
Postfix is up and checks against ldap