search for: ms1

Displaying 20 results from an estimated 38 matches for "ms1".

Did you mean: ms
2015 Jul 21
3
dovecot proxy/director and high availability design
Round-robin DNS last I checked can be fraught with issues. While doing something else I came up with this idea: Clients --> Load Balancer(HAProxy) --> Dovecot Proxy(DP) --> Dovecot Director(DD) --> MS1 / MS2. When DP checks say user100 it'll find a host=DD-POD1 that returns two IPs, those of the two DD that sit in front of POD1. This DD pair is the only pair in the ring and only responsible for POD1. Another pair will handle POD2. When DD looks up the host value for a user it'll find...
2015 Jul 20
3
dovecot proxy/director and high availability design
I'm trying to determine which dovecot components to use and how to order them in the network path from client to mail store. If I have say 1,000 users, all stored in MySQL (or LDAP) and have 4 mail stores, configured into 2, 2 node pods. MS1 and MS2 are pod1 and are configured with replication (dsync) and host users 0-500. MS3 and MS4 are pod2 and are configured with replication between them and host users 501-1000. Ideally the active connections in pod1 would be split 50/50 between MS1 and MS2. When maintenance is performed obviou...
2015 Jul 21
0
dovecot proxy/director and high availability design
...t 5:32 PM, Chad M Stewart <cms at balius.com> wrote: > > > Round-robin DNS last I checked can be fraught with issues. > > While doing something else I came up with this idea: Clients --> Load Balancer(HAProxy) --> Dovecot Proxy(DP) --> Dovecot Director(DD) --> MS1 / MS2. > > > When DP checks say user100 it'll find a host=DD-POD1 that returns two IPs, those of the two DD that sit in front of POD1. This DD pair is the only pair in the ring and only responsible for POD1. Another pair will handle POD2. When DD looks up the host value for a user...
2008 May 09
1
Have you ever experienced this problem with REAL in a C code
...oth of these codes are (seem to be) ok and *always* return numeric - and no special values as Inf, NA,... When I'm running my codes (enclosed you'll find the C code), I get one of the following error - *when error occurs*: Error in gibbs(1000, init, prior.p, "whitmat", data = ms1, coord = locations, : REAL() can only be applied to a 'numeric', not a 'raw' or Error in gibbs(1000, init, prior.p, "whitmat", data = ms1, coord = locations, : REAL() can only be applied to a 'numeric', not a 'list' or Error in gibbs(1000, init,...
2015 Jun 25
1
Winbindd Strangeness
...accounts, adding all the Unix attributes, the UID_Number >>> is not showing the correct value for new accounts. Existing ones are >>> okay. >>> >>> Member_Server Config: >>> >>> [global] >>> >>> netbios name = MS1 >>> workgroup = AD >>> security = ADS >>> realm = SAMBADOM >>> dedicated keytab file = /etc/krb5.keytab >>> kerberos method = secrets and keytab >>> >>> idmap config *:backend = tdb >>&gt...
2012 Sep 19
1
ssl cert for mail server
for testing a new ssl cert. it works ok for browsers, but > openssl s_client -crlf -connect ms1.trailsandtribulations.net:443 => verify error:num=19:self signed certificate in certificate chain is this ssl cert - as it's constructed - is ok for mail clients? (realize needs to be on mail port etc - right now talking about the cert itself.) have had problems with thunderbird, and was...
2015 Jul 21
2
dovecot proxy/director and high availability design
...M Stewart <cms at balius.com> wrote: >> >> >> Round-robin DNS last I checked can be fraught with issues. >> >> While doing something else I came up with this idea: Clients --> Load Balancer(HAProxy) --> Dovecot Proxy(DP) --> Dovecot Director(DD) --> MS1 / MS2. >> >> >> When DP checks say user100 it'll find a host=DD-POD1 that returns two IPs, those of the two DD that sit in front of POD1. This DD pair is the only pair in the ring and only responsible for POD1. Another pair will handle POD2. When DD looks up the host value f...
2003 Sep 07
0
chan_local environments: unexpected results
...HERTEST=goodness) exten => 2209,2,NoOp(${MYTEST}) exten => 2209,3,NoOp(${OTHERTEST}) exten => 2209,4,Dial(SIP/2209) exten => 2209,105,Answer exten => 2209,106,Playback(invalid) exten => 2209,107,NoOp(${MYTEST}) exten => 2209,108,NoOp(${OTHERTEST}) exten => 2209,109,Hangup ms1*CLI> -- Executing SetVar("SIP/2203-2496", "MYTEST=ishouldnotseethis") in new stack -- Executing Dial("SIP/2203-2496", "Local/2209@local") in new stack -- Called 2209@local -- Executing SetVar("Local/2209@local-2af6,2", &quot...
2015 Jun 29
1
Winbindd Strangeness
...ber >>>> is not showing the correct value for new accounts. Existing ones are >>>> okay. >>>> >>>> Member_Server Config: >>>> >>>> [global] >>>> >>>> netbios name = MS1 >>>> workgroup = AD >>>> security = ADS >>>> realm = SAMBADOM >>>> dedicated keytab file = /etc/krb5.keytab >>>> kerberos method = secrets and keytab >>>> >&gt...
2015 Jul 20
0
dovecot proxy/director and high availability design
...wrote: > > > I'm trying to determine which dovecot components to use and how to order them in the network path from client to mail store. > > > If I have say 1,000 users, all stored in MySQL (or LDAP) and have 4 mail stores, configured into 2, 2 node pods. > > > MS1 and MS2 are pod1 and are configured with replication (dsync) and host users 0-500. MS3 and MS4 are pod2 and are configured with replication between them and host users 501-1000. Ideally the active connections in pod1 would be split 50/50 between MS1 and MS2. When maintenance is performed obviou...
2009 Jan 21
6
nfsv3 provider: "failed to grab process"
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hi, i''m trying to use the nfsv3 provider on S10U6, with the following simple script: #! /usr/sbin/dtrace -s #pragma D option quiet nfsv3:::op-read-start { printf("%s\n", args[1]->noi_curpath); } however, when running it, i get the following error: dtrace: failed to compile script ./nfs2.d: line 5: failed to grab
2012 Oct 02
3
PROBLEM : Cannot require an Exec
...c-EEE"], } exec { "exec-EEE": refreshonly => true, command => "/bin/false", notify => Exec["exec-FFF"], } exec { "exec-FFF": refreshonly => true, command => "/bin/touch /tmp/FFF", returns => 0, } *ms1:/root/aaron> puppet apply t1.pp* notice: /Stage[main]//Exec[exec-AAA]/returns: executed successfully err: /Stage[main]//Exec[exec-BBB]: Failed to call refresh: /bin/false returned 1 instead of one of [0] at /root/aaron/t1.pp:11 notice: /Stage[main]//Exec[exec-DDD]/returns: executed successfull...
2012 Sep 04
6
thunderbird not connecting
cannot get TB to recognize either pop3/s or imap/s server can connect just fine with: openssl s_client -connect ms1.myserver.net:993 . login ... but trying with TB /var/log/mail.log gets: dovecot: pop3-login: Aborted login (no auth attempts): rip=223.205.150.234, lip=xxx.xx.xx.xx dovecot: imap-login: Aborted login (no auth attempts): rip=223.205.150.234, lip=xxx.xx.xx.xx -- View this message in context: ht...
2015 Jul 11
1
Problem with Samba 4.2/FreeBSD10.1
...>> >> ***Member Server*** >> 10.1.200.98/32 >> >> # cat /etc/resolv.conf >> nameserver 10.1.200.99 >> search ad.nyingma.org >> >> # cat /usr/local/etc/smb4.conf >> # cat /usr/local/etc/smb4.conf >> [global] >> netbios name = MS1 >> workgroup = NYINGMA >> security = ADS >> realm = AD.NYINGMA.ORG >> dedicated keytab file = /etc/krb5.keytab >> kerberos method = secrets and keytab >> >> idmap config *:backend = tdb >> idmap config *:range = 2000-9999 >>...
2015 Jun 24
1
Winbindd Strangeness
...ever, after stuffing up the ranges, then fixing them up, when I create new accounts, adding all the Unix attributes, the UID_Number is not showing the correct value for new accounts. Existing ones are okay. > > Member_Server Config: > > [global] > > netbios name = MS1 > workgroup = AD > security = ADS > realm = SAMBADOM > dedicated keytab file = /etc/krb5.keytab > kerberos method = secrets and keytab > > idmap config *:backend = tdb > idmap config *:range = 30000000-40000000 >...
2015 Jul 02
0
Winbindd Strangeness [Solved]
...;>>>> >>>>> Member_Server Config: >>>>>> >>>>> >>>>>> >>>>> [global] >>>>>> >>>>> >>>>>> >>>>> netbios name = MS1 >>>>>> >>>>> workgroup = AD >>>>>> >>>>> security = ADS >>>>>> >>>>> realm = SAMBADOM >>>>>> >>>>> dedicated keytab...
2003 Jun 07
3
Bandwidth measurement tool: bmtools
...nd does just what I want it to. This is useful for checking to see how much bandwidth a codec _really_ uses, or seeing what your total usage is between two IAX hosts, or pretty much anything that requires live examination of ethernet segment traffic. http://s-tech.linux-pl.com/bmtools/ [root@ms1 bmtools-0.71]# ./rate -r 1 -f 'host 10.0.1.3 and not port ssh' -> Currently 263.05 Bps/3.01 pps, Average: 263.05 Bps/3.01 pps -> Currently 2706.00 Bps/17.00 pps, Average: 1486.97 Bps/10.02 pps -> Currently 588.00 Bps/6.00 pps, Average: 1186.92 Bps/8.68 pps -> Currently 440.00 Bp...
2006 Jun 14
2
Bug or not? (PR#8977)
This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig807B2312A20EAF60129FDDFA Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi, I am writing this email, because I am not sure if the issue I have discovered is a bug or not. For a few days I have been fiddling around with a small program that calculates the reflectance of
2015 Jun 23
1
Winbindd Strangeness
...for the most part it's working. However, after stuffing up the ranges, then fixing them up, when I create new accounts, adding all the Unix attributes, the UID_Number is not showing the correct value for new accounts. Existing ones are okay. Member_Server Config: [global] netbios name = MS1 workgroup = AD security = ADS realm = SAMBADOM dedicated keytab file = /etc/krb5.keytab kerberos method = secrets and keytab idmap config *:backend = tdb idmap config *:range = 30000000-40000000 idmap config SAMBADOM:backend = ad idmap config SAMBADOM:schema_mode = rfc2307 idma...
2007 Oct 10
11
please help me
dear list I am student M.S. statistics in department statistics . I am working in the function "nls" in the [R 2.3.1] with 246 data and want to fit the "exp" model to vectors( v and u ) but I have a problem to use it u 5.000000e-13 2.179057e+03 6.537171e+03 1.089529e+04 1.525340e+04 1.961151e+04 2.396963e+04 2.832774e+04 3.268586e+04 3.704397e+04 4.140209e+04